@charset "UTF-8";

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  margin: 0;
  border: 0;
  outline: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

body {
  position: relative;
  overflow-x: hidden;
}

body, html {
  max-width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

mark {
  padding: 0 5px;
  color: inherit;
}

strong {
  font-weight: 700;
}

pre {
  max-width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 20px;
  word-wrap: break-word;
  background: #ebf0f9;
  overflow: auto;
}

code, kbd, tt, var, pre {
  font-family: monospace;
}

ul, ol {
  padding: 0 0 20px 0;
}

li ul {
  padding-bottom: 0;
}

textarea {
  min-height: 50px;
  height: 122px;
}

p a {
  transition: color 300ms;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label, legend {
  display: block;
  margin-bottom: 5px;
}

iframe {
  width: 100%;
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
}

p {
  margin: 0 0 20px 0;
}

p:empty {
  display: none;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

a {
  transition: all 0.4s;
  text-decoration: none;
}

a:active, a:focus, a:hover {
  text-decoration: none;
}

/* ==================== ##General styles ==================== */

/* ↓ Input ↓ */
input:not([type='checkbox']):not([type='submit']), select, textarea {
  display: block;
  height: 50px;
  max-width: 100%;
  margin: 0;
  border: 0;
  border-radius: 3px;
  padding: 10px 18px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  outline: none;
  background: #f5f5f5;
  transition: 0.3s;
}

input:not([type='checkbox']):not([type='submit']):-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #6e6e6e;
  outline: none;
  -webkit-appearance: none;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

input:not([type='checkbox']):not([type='submit'])::placeholder, select::placeholder, textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #6e6e6e;
  outline: none;
  -webkit-appearance: none;
  transition: 0.4s;
}

input:not([type='checkbox']):not([type='submit']):focus:-ms-input-placeholder, input:not([type='checkbox']):not([type='submit']):active:-ms-input-placeholder, select:focus:-ms-input-placeholder, select:active:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, textarea:active:-ms-input-placeholder {
  opacity: 0;
}

input:not([type='checkbox']):not([type='submit']):focus::placeholder, input:not([type='checkbox']):not([type='submit']):active::placeholder, select:focus::placeholder, select:active::placeholder, textarea:focus::placeholder, textarea:active::placeholder {
  opacity: 0;
}

/* ↑ input ↑ */
form .row.transparent-01 input, form .row.transparent-01 textarea {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}

form .row.transparent-01 input:focus, form .row.transparent-01 input:active, form .row.transparent-01 textarea:focus, form .row.transparent-01 textarea:active {
  background: rgba(255, 255, 255, 0.6);
  border-color: transparent;
}

form .row.transparent-01 input:-ms-input-placeholder, form .row.transparent-01 textarea:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #6e6e6e;
  outline: none;
  -webkit-appearance: none;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

form .row.transparent-01 input::placeholder, form .row.transparent-01 textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #6e6e6e;
  outline: none;
  -webkit-appearance: none;
  transition: 0.4s;
}

form .row.transparent-01 input:focus:-ms-input-placeholder, form .row.transparent-01 input:active:-ms-input-placeholder, form .row.transparent-01 textarea:focus:-ms-input-placeholder, form .row.transparent-01 textarea:active:-ms-input-placeholder {
  opacity: 0;
}

form .row.transparent-01 input:focus::placeholder, form .row.transparent-01 input:active::placeholder, form .row.transparent-01 textarea:focus::placeholder, form .row.transparent-01 textarea:active::placeholder {
  opacity: 0;
}

form .row.transparent-01 input:-ms-input-placeholder, form .row.transparent-01 textarea:-ms-input-placeholder {
  color: #ffffff !important;
}

form .row.transparent-01 input::placeholder, form .row.transparent-01 textarea::placeholder {
  color: #ffffff !important;
}

form .row.transparent-01 .wgl_col-3 input.wpcf7-submit {
  width: 100%;
}

form .row.transparent-01 input.wpcf7-submit {
  background: #ffffff;
  color: #313131 !important;
}

form .row.transparent-01 input.wpcf7-submit:hover {
  background: rgba(255, 255, 255, 0.7);
}

form.post-password-form {
  margin-bottom: 20px;
}

form.post-password-form p:first-child {
  margin-bottom: 24px;
}

form.post-password-form label {
  width: calc(100% - 130px);
  max-width: 270px;
}

form.post-password-form label input[type='password'] {
  width: 100%;
  margin-top: 5px;
}

form.post-password-form input[type='submit'] {
  height: 52px;
  margin-top: 5px;
  color: #ffffff;
  min-width: 170px;
}

.select__field:before {
  content: "\f103";
  display: block;
  position: absolute;
  z-index: 0;
  right: 20px;
  font-family: flaticon;
  font-size: 10px;
  line-height: 45px;
  pointer-events: none;
}

.button__wrapper {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  overflow: hidden;
}

.button__wrapper * {
  z-index: 1;
  position: relative;
}

textarea {
  height: 120px;
  padding-top: 20px;
}

input[type='submit'], button {
  display: inline-block;
  height: 50px;
  margin-bottom: 0;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  border-radius: 3px;
  padding: 6px 26px;
  font-family: inherit;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  background: transparent;
  transition: 0.4s;
}

input[type='submit']:hover, button:hover {
  color: #ffffff;
}

input[type='submit']:hover, input[type='submit']:active, input[type='submit']:focus {
  color: #ffffff;
}

dl {
  margin-bottom: 1.75em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.75em;
}

/* container */
.wgl-container {
  margin-right: auto;
  margin-left: auto;
  width: 1170px;
}

.wgl-container.full-width {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.wgl-container .wgl-container {
  width: 100%;
}

body.elementor-page main .wgl-container, body.elementor-page .footer_top-area .wgl-container, body.elementor-editor-active main .wgl-container, body.elementor-editor-active .footer_top-area .wgl-container, body.elementor-editor-preview main .wgl-container, body.elementor-editor-preview .footer_top-area .wgl-container {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

body.elementor-page main .wgl-container.full-width, body.elementor-page .footer_top-area .wgl-container.full-width, body.elementor-editor-active main .wgl-container.full-width, body.elementor-editor-active .footer_top-area .wgl-container.full-width, body.elementor-editor-preview main .wgl-container.full-width, body.elementor-editor-preview .footer_top-area .wgl-container.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

body.elementor-page.single-footer main:not(:empty) .wgl-container, body.elementor-page.single-footer .footer_top-area:not(:empty) .wgl-container, body.elementor-editor-active.single-footer main:not(:empty) .wgl-container, body.elementor-editor-active.single-footer .footer_top-area:not(:empty) .wgl-container, body.elementor-editor-preview.single-footer main:not(:empty) .wgl-container, body.elementor-editor-preview.single-footer .footer_top-area:not(:empty) .wgl-container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

body.elementor-default .footer_top-area .wgl-container {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: none;
}

body.elementor-default .footer_top-area .wgl-container.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.wgl-container .elementor-section-boxed .elementor-column-gap-default .elementor-row {
  width: calc(100% + 20px);
  margin: -10px;
}

.wgl-container .elementor-section-boxed .elementor-column-gap-narrow .elementor-row {
  width: calc(100% + 10px);
  margin: -5px;
}

.wgl-container .elementor-section-boxed .elementor-column-gap-extended .elementor-row {
  width: calc(100% + 30px);
  margin: -15px;
}

.wgl-container .elementor-section-boxed .elementor-column-gap-wide .elementor-row {
  width: calc(100% + 40px);
  margin: -20px;
}

.wgl-container .elementor-section-boxed .elementor-column-gap-wider .elementor-row {
  width: calc(100% + 60px);
  margin: -30px;
}

.wgl-container .elementor-section-boxed .elementor-section-boxed .elementor-container {
  width: 100%;
}

#main .wgl-container .wgl_wrapper {
  left: 0 !important;
}

.fullwidth-wrapper {
  width: 100%;
}

.row:after, .row:before, .wgl-container:after, .wgl-container:before, .clearfix:after, .clearfix:before {
  content: '';
  display: table;
  line-height: 0;
}

.wgl-container:after, .row:after, .clear, .clearfix:after {
  clear: both;
}

[class*='wgl_col-'] {
  float: left;
  min-height: 1px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row [class*='wgl_col-'] {
  display: block;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* default */
.slick-slider a, .slick-slider a:hover, .slick-slider a:focus {
  transition: 0.4s;
}

a:hover {
  color: inherit;
}

.wgl-icon {
  display: block;
}

.wgl-icon .elementor-icon {
  transition: .5s;
}

/*  ↓ Extra Classes  ↓ */
.z-index-1 {
  z-index: 1;
}

.relative {
  position: relative;
}

.text-uppercase {
  text-transform: uppercase;
}

.bypostauthor {
  opacity: 1;
}

.ohidden {
  overflow: hidden;
}

.ovisible {
  overflow: visible;
}

/*  ↑ extra classes ↑ */

/* ↓ Modules Media/Content Layout ↓ */
.wgl-layout-left, .wgl-layout-right {
  display: flex;
}

.wgl-layout-left .content_wrapper {
  flex-grow: 1;
}

.wgl-layout-right {
  flex-direction: row-reverse;
}

.wgl-layout-right .content_wrapper {
  flex-grow: 1;
}

.aleft .wgl-layout-left {
  justify-content: flex-start;
}

.aleft .wgl-layout-right {
  justify-content: flex-end;
}

.acenter .wgl-layout-left, .acenter .wgl-layout-right {
  justify-content: center;
}

.aright .wgl-layout-left {
  justify-content: flex-end;
}

.aright .wgl-layout-right {
  justify-content: flex-start;
}

/* ↑ modules layout ↑ */

/* ↓ Default Content Positioning ↓ */
.aleft {
  text-align: left;
}

.acenter {
  text-align: center;
}

.aright {
  text-align: right;
}

.ajustify {
  text-align: justify;
}

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

.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 30px;
}

.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* ↑ aligning of content ↑ */
.wp-block-cover, .wp-block-button, p + .alignfull, p + .alignwide {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.wp-block-cover.alignleft, .wp-block-button.alignleft {
  margin-right: 2rem;
  margin-top: 0;
}

.wp-block-cover.alignright, .wp-block-button.alignright {
  margin-left: 2rem;
  margin-top: 0;
}

.wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin-bottom: 2rem;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-style: normal;
  font-size: 30px;
  line-height: 1.3;
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
  text-align: left;
}

.wp-block-pullquote blockquote {
  border-radius: 10px;
}

.wp-block-pullquote blockquote:before {
  display: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  text-align: center;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: uppercase;
}

.wp-block-pullquote.is-style-solid-color blockquote p, .wp-block-pullquote p {
  font-size: inherit;
  line-height: inherit;
}

.wp-block-pullquote cite {
  color: #a1a1a1;
}

.wp-block-pullquote.has-background {
  border-radius: 10px;
}

/* ↑ default content positioning ↑ */
.blog-post_content .wp-block-cover .wp-block-cover-image-text, .blog-post_content .wp-block-cover-image .wp-block-cover-image-text, .blog-post_content .wp-block-cover .wp-block-cover-text, .blog-post_content .wp-block-cover-image .wp-block-cover-text, .blog-post_content .wp-block-cover h2, .blog-post_content .wp-block-cover-image h2 {
  color: #ffffff;
}

.wp-caption-text, .wp-caption .wp-caption-text {
  margin: 0.5em 0;
  font-size: 13px;
  text-align: center;
}

.wp-caption, .gallery-caption {
  font-style: italic;
  max-width: 100%;
  margin-bottom: 1em;
}

.wp-caption img, .gallery-caption img {
  border-radius: unset;
}

.sticky-sidebar_init #main {
  padding-bottom: 70px;
}

#main {
  padding: 40px 0;
  position: relative;
  z-index: 0;
  min-height: 65vh;
  overflow: hidden;
}

.row.sidebar_left #main-content {
  float: right;
}

.wpb_single_image * {
  border-radius: inherit;
}

.gm-control-active {
  border-radius: unset;
  box-shadow: none;
}

/* hr */
hr {
  border: none;
  border-bottom: 1px solid #1d1f21;
  margin: 20px 0 20px;
}

hr.wp-block-separator {
  max-width: 100px;
}

hr.wp-block-separator.is-style-wide, hr.wp-block-separator.is-style-dots {
  max-width: 100%;
}

/* table */
table td, table th {
  padding: 5px 10px;
  border: 1px solid #ebebee;
  text-align: left;
}

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

/* https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/
Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  word-wrap: normal !important;
  overflow: hidden;
}

.screen-reader-text:focus {
  display: block;
  z-index: 100000;  /* Above WP toolbar. */
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-size: 1em;
  line-height: normal;
  color: #444;
  text-decoration: none;
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
}

/* Audio def spacer */
.mejs-container {
  margin-bottom: 20px;
}

/* Gallery */
.wp-block-gallery {
  margin-bottom: 16px;
}

.wp-block-gallery li.blocks-gallery-item {
  padding-left: 0;
  margin-bottom: 16px;
}

.wp-block-gallery li.blocks-gallery-item figcaption {
  line-height: 1.5;
}

.wp-block-gallery.alignwide {
  clear: both;
}

.extended-parallax {
  position: absolute;
  z-index: -1;
  width: 100%;
}

.wgl-background-image_parallax {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.wgl-background-image_parallax div {
  height: 100%;
}

.wgl-elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  pointer-events: none;
}

.wgl-elementor-shape-top {
  top: -1px;
}

.wgl-elementor-shape-bottom {
  bottom: -1px;
}

.wgl-elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* ↓ Blog Full-width Alignment ↓ */
p + .alignfull, p + .alignwide {
  margin-top: 2em;
}

main .alignfull {
  margin-left: -30px;
  margin-right: -30px;
  max-width: calc(100% + 60px);
}

main .alignfull, main .alignfull img {
  width: 100vw;
}

main .alignfull.wp-block-image, main .alignfull.wp-block-cover, main .alignfull.wp-block-gallery, main .alignfull.wp-block-embed {
  margin-left: -40px;
  margin-right: -40px;
  max-width: calc(100% + 80px);
}

main .alignfull > figcaption {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

main .alignwide {
  max-width: calc(100vw - 40px);
  margin-left: -20px;
  margin-right: -20px;
}

main .alignnone {
  margin-right: auto;
  margin-left: auto;
}

main .sidebar >:last-child {
  margin-bottom: 40px;
}

.single main .sidebar_left .alignwide, .single main .sidebar_right .alignwide {
  margin-left: -10px;
  margin-right: -10px;
  max-width: calc(100% + 20px);
}

.single main .sidebar_left .alignfull, .single main .sidebar_right .alignfull {
  margin-left: -20px;
  margin-right: -20px;
  max-width: calc(100% + 40px);
}

.single main .sidebar_left .alignfull img, .single main .sidebar_right .alignfull img {
  width: 100%;
}

/* ↑ blog full-width alignment ↑ */

/* ↓ Blog def wp fixes ↓ */
.wp-block-group {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.wp-block-group.has-background {
  padding: 2rem;
}

.wp-block-group p:last-child {
  margin-bottom: 0;
}

/* ↑ blog def wp fixes ↑ */

/* hover_links */
.hover_links a {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hover_links a:before, .hover_links a:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  background: red;
  transition: 0s;
}

.hover_links a:before {
  left: 0;
}

.hover_links a:after {
  transition: width 0.4s;
  right: 0;
}

.hover_links a:hover:before {
  width: 100%;
  transition: width 0.4s;
}

.hover_links a:hover:after {
  width: 100%;
  transition: 0s;
  background: transparent;
}

/* carousel shadow fix */
.wgl-carousel .slick-slide[aria-hidden=true] {
  box-shadow: 0 0 transparent !important;
}

/* ↑ carousel shadow fix ↑ */
#zikzag-footer-inline-css {
  display: none;
}

/* ==================== ##Header Styles ==================== */
.wgl-theme-header {
  position: relative;
  z-index: 2;  /* ↓ #Login Woocommerce ↓ */

  /* ↑ login Woocommerce ↑ */

  /* ↓ Cart Woocommerce ↓ */
}

.wgl-theme-header .wrapper a {
  color: inherit;
}

.wgl-theme-header .wrapper .zikzag_module_button a {
  margin-bottom: 0;
  box-shadow: none;
  color: #ffffff;
}

.wgl-theme-header .wgl-sticky-header .wgl-logotype-container > a, .wgl-theme-header .wgl-sticky-header .wgl-logotype-container > a > img {
  max-height: none !important;
}

.wgl-theme-header .wgl-mobile-header, .wgl-theme-header .mobile_nav_wrapper .primary-nav .menu, .wgl-theme-header .wgl-mobile-header .menu-item_plus, .wgl-theme-header .mobile_nav_wrapper .primary-nav ul li a:before {
  display: none;
}

.wgl-theme-header.header_overlap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
}

.wgl-theme-header.header_overlap .wgl-site-header .v_align_middle.header_side .primary-nav .lavalamp-object {
  top: calc(100% + 2px);
}

.wgl-theme-header.header_overlap .wgl-site-header .primary-nav > ul > li > a > span {
  color: inherit;
}

.wgl-theme-header.header_overlap .wgl-site-header .primary-nav .lavalamp-object {
  background: currentColor;
}

.wgl-theme-header.header_shadow {
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
}

.wgl-theme-header .wgl_button {
  z-index: 0;
}

.wgl-theme-header .login-in {
  display: inline-block;
  padding-top: 0;
}

.wgl-theme-header .login-in.woocommerce {
  display: inline-block;
  padding-top: 0;
}

.wgl-theme-header .login-in .login-in_wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  color: inherit;
}

.wgl-theme-header .login-in .login-in_wrapper a {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: inherit;
  text-transform: uppercase;
}

.wgl-theme-header .login-in .wgl_modal-window {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  visibility: visible;
  outline: none;
  background: #fff;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  transition: 0.45s;
}

.wgl-theme-header .login-in .wgl_modal-window .modal-dialog {
  margin: 12rem auto 0;
  max-width: 430px;
  position: relative;
}

.wgl-theme-header .login-in.open_login .wgl_modal-window {
  opacity: 1;
  visibility: visible;
}

.wgl-theme-header .login-in.open_login .overlay {
  opacity: 1;
  visibility: visible;
}

.wgl-theme-header .login-in.open_login .wgl-woocommerce-tabs {
  transform: translateY(0);
  opacity: 1;
}

.wgl-theme-header .login-in .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.wgl-theme-header .login-in .wgl-woocommerce-tabs {
  transform: translateY(50px);
  transition: .3s ease-in-out;
  opacity: 0;
  transition-delay: .3s;
}

.wgl-theme-header .mini-cart {
  display: inline-block;
  position: relative;
}

.wgl-theme-header .mini-cart .mini_cart-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.wgl-theme-header .mini-cart a {
  color: inherit;
  cursor: pointer;
}

.wgl-theme-header .mini-cart a.woo_icon {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 20px;
}

.wgl-theme-header .mini-cart:hover svg line.st_transform-left {
  transform: rotate(-60deg);
}

.wgl-theme-header .mini-cart:hover svg line.st_transform-right {
  transform: rotate(60deg);
}

.wgl-theme-header .mini-cart.open_cart .mini_cart-overlay {
  background: #000000;
  visibility: visible;
  opacity: 0.4;
}

.wgl-theme-header .mini-cart.open_cart .woo_mini_cart {
  transform: translate(0);
}

.wgl-theme-header .mini-cart .woo_mini_cart:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 38px;
  top: -38px;
  left: 0;
  right: 0;
}

.wgl-theme-header .mini-cart .header_cart-button {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 26px;
  height: 32px;
  margin-top: 0;
  position: relative;
}

.wgl-theme-header .mini-cart .header_cart-button svg {
  transition: 0.3s;
}

.wgl-theme-header .mini-cart .header_cart-button svg g path {
  fill: currentColor !important;
}

.wgl-theme-header .mini-cart .header_cart-button svg .st0 {
  stroke: currentColor !important;
  transform-origin: bottom left;
  transform-box: fill-box;
  transition: all .45s ease;
}

.wgl-theme-header .mini-cart .header_cart-button svg .st0.st_transform-right {
  transform-origin: bottom right;
}

.wgl-theme-header .mini-cart .header_cart-button svg line {
  stroke: currentColor !important;
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li {
  text-align: left;
  list-style: none;
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a.remove:before {
  color: #c2c2c2;
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:first-child {
  margin-top: 0;
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:last-child {
  margin-bottom: 0;
}

.wgl-theme-header .mini-cart .flaticon-shopcart-icon:before {
  content: "\f198";
  font-family: Flaticon;
  font-size: 20px;
  vertical-align: middle;
  display: none;
}

.wgl-theme-header .woocommerce .woo_mini_cart {
  position: fixed;
  z-index: 100000;    /* over menu */
  top: 15px;
  right: 15px;
  width: 375px;
  min-height: 33%;
  max-height: calc(100% - 30px);
  padding: 39px 33px 10px;
  text-align: center;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  transform: translate(110%);
  transition: 0.3s ease-in;
  scrollbar-width: none;
  border-radius: 5px;
}

.wgl-theme-header .woocommerce .woo_mini_cart::-webkit-scrollbar {
  display: none;
}

.wgl-theme-header .woocommerce .woo_mini_cart ul {
  margin: 0;
  padding: 0;
}

.wgl-theme-header .woocommerce .woo_mini_cart .mini_cart_title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 44px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 18px;
  text-align: left;
  text-transform: capitalize;
}

.wgl-theme-header .woocommerce .woo_mini_cart .mini_cart_title h4 {
  font-size: 24px;
}

.wgl-theme-header .woocommerce .woo_mini_cart .close_mini_cart:after {
  content: '\f169';
  padding-left: 10px;
  font-family: flaticon;
  font-size: 13px;
  line-height: 0;
  color: #c2c2c2;
  text-rendering: auto;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  transition: 0.3s;
}

.wgl-theme-header .woocommerce .woo_mini_cart .total strong {
  color: inherit;
}

.wgl-theme-header .woocommerce .woo_mini_cart .buttons .button {
  margin: 0 0 10px;
  border: unset;
  color: #ffffff;
}

.wgl-theme-header .woocommerce .woo_mini_cart .buttons .button:not(.checkout) {
  background: #ffffff;
}

.wgl-theme-header .woocommerce .woo_mini_cart .buttons .button:not(.checkout):hover {
  color: #ffffff;
}

.wgl-theme-header .woocommerce .woo_mini_cart .buttons .button.checkout:hover {
  background: #ffffff;
}

.wgl-theme-header .woocommerce .woo_mini_cart .mini_cart_item a {
  color: #ffffff;
}

.wgl-theme-header .woocommerce .woo_mini_cart .mini_cart_item dl.variation {
  display: flex;
  margin: 0;
  padding-top: 3px;
}

.wgl-theme-header .woocommerce .woo_mini_cart .mini_cart_item dt.variation-Size {
  padding-right: 5px;
}

.wgl-theme-header .woocommerce .woo_mini_cart .mini_cart_item dd.variation-Size {
  margin: 0;
}

.wgl-theme-header .woocommerce .woo_mini_cart .blockUI.blockOverlay {
  background-color: transparent !important;
}

.wgl-theme-header .woo_mini-count span {
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: calc(100% - 6px);
  height: 17px;
  min-width: 17px;
  margin-top: -8px;
  border-radius: 50%;
  padding: 0 3px;
  font-style: normal;
  font-size: 9px;
  line-height: 17px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body:not(.elementor-editor-active) .wgl-theme-header .elementor-column, body:not(.elementor-editor-active) .wgl-theme-header .elementor-column-wrap, body:not(.elementor-editor-active) .wgl-theme-header .elementor-widget-wrap, body:not(.elementor-editor-active) .wgl-theme-header .elementor-widget[data-widget_type="wgl-menu.default"] {
  position: static;
}

.wgl-header-row .wgl-header-row_wrapper {
  display: flex;
  position: relative;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.wgl-header-row .header_side.display_normal {
  flex: 0 auto;
}

.wgl-header-row .header_side.display_grow {
  flex: 1;
}

.wgl-header-row .header_side.display_grow .primary-nav > .menu {
  white-space: nowrap;
}

.wgl-header-row .header_side.v_align_middle {
  align-self: center;
}

.wgl-header-row .header_side.v_align_bottom {
  align-self: flex-end;
}

.wgl-header-row .header_side.v_align_bottom .primary-nav > ul > li > a {
  align-self: flex-end;
  align-items: flex-end;
}

.wgl-header-row .header_side.v_align_bottom .header_area_container > *, .wgl-header-row .header_side.v_align_bottom .header_search-button {
  vertical-align: bottom;
}

.wgl-header-row .header_side.v_align_top {
  align-self: flex-start;
}

.wgl-header-row .header_side.v_align_top .primary-nav .lavalamp-object {
  top: 0;
  bottom: auto;
  margin-top: 0 !important;
}

.wgl-header-row .header_side.v_align_top .primary-nav > ul > li > a {
  align-self: flex-start;
  align-items: flex-start;
}

.wgl-header-row .header_side.v_align_top .header_area_container > *, .wgl-header-row .header_side.v_align_top .header_search-button {
  vertical-align: top;
}

.wgl-header-row .header_side.h_align_left {
  text-align: left;
}

.wgl-header-row .header_side.h_align_center {
  text-align: center;
}

.wgl-header-row .header_side.h_align_right {
  text-align: right;
}

.wgl-header-row .header_side.display_grow.h_align_right {
  margin-left: auto;
}

.wgl-header-row .header_side.display_grow.h_align_center {
  margin-right: auto;
  margin-left: auto;
}

.wgl-header-row .header_side.display_grow.h_align_left {
  margin-right: auto;
}

.wgl-header-row .header_side.display_grow.h_align_left .header_area_container {
  justify-content: flex-start;
}

.wgl-header-row .header_side.display_grow.h_align_center .header_area_container {
  justify-content: center;
}

.wgl-header-row .header_side.display_grow.h_align_right .header_area_container {
  justify-content: flex-end;
}

.wgl-header-row .header_side[class^="position_center"] .header_area_container > div.mini-cart {
  padding: 0;
}

.wgl-header-row .header_side[class^="position_center"] .primary-nav > ul li.mega-menu > ul.mega-menu {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.wgl-header-row .header_side[class^="position_left"] .header_area_container > *:last-child {
  padding-right: 0;
}

.wgl-header-row .header_side[class^="position_right"] .header_area_container > *:first-child {
  padding-left: 0;
}

.wgl-header-row .header_side[class^="position_left"] .primary-nav ul li ul {
  left: 0;
  right: auto;
}

.wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li ul .sub-menu {
  left: 100%;
  right: auto;
}

.wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(1) > .sub-menu, .wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(2) > .sub-menu, .wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(3) > .sub-menu, .wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(4) > .sub-menu {
  left: 0;
  right: auto;
}

.wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(1) > .sub-menu .sub-menu, .wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(2) > .sub-menu .sub-menu, .wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(3) > .sub-menu .sub-menu, .wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(4) > .sub-menu .sub-menu {
  left: calc(100% + 5px);
  right: auto;
}

.wgl-header-row .header_side, .wgl-header-row .header_render_editor, .wgl-header-row .wrapper, .wgl-header-row .header_area_container {
  max-width: 100%;
  box-sizing: border-box;
}

.header_area_container {
  display: inline-block;
  height: 100%;
  max-height: 100%;
}

.header_area_container > * {
  display: inline-block;
  vertical-align: middle;
}

.delimiter {
  display: inline-block;
  position: relative;
}

.large_delimiter {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}

.large_delimiter:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  height: 50px;
  margin-left: 0;
  border: 0;
  font-size: initial;
  line-height: 50px;
  background: #ffffff;
  visibility: visible;
  opacity: 0.2;
}

/* #Logo */
.wgl-logotype-container img {
  vertical-align: middle;
  max-height: 100%;
}

.wgl-logotype-container a {
  color: inherit;
}

.wgl-logotype-container .logo-name {
  color: inherit;
  font-size: 34px;
  line-height: 36px;
}

.wgl-logotype-container h1.logo-name {
  max-width: 150px;
}

.wgl-mobile-header .wgl-logotype-container h1.logo-name {
  text-align: center;
}

/* #Menu */
.primary-nav {
  letter-spacing: 0.02em;  /* Lavalamp settings */
}

.primary-nav a {
  transition: 0.3s;
}

.primary-nav.align-left {
  text-align: left;
}

.primary-nav.align-left > ul.menu > li.mega-menu-links > ul.mega-menu.sub-menu, .primary-nav.align-left > ul.menu > li.mega-cat > div.mega-menu-container {
  left: 0;
  right: auto;
}

.primary-nav.align-center {
  text-align: center;
}

.primary-nav.align-center > ul.menu > li.mega-menu-links > ul.mega-menu.sub-menu, .primary-nav.align-center > ul.menu > li.mega-cat > div.mega-menu-container {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.primary-nav.align-right {
  text-align: right;
}

.primary-nav.align-right > ul.menu > li.mega-menu-links > ul.mega-menu.sub-menu, .primary-nav.align-right > ul.menu > li.mega-cat > div.mega-menu-container {
  left: auto;
  right: 0;
}

.primary-nav .lavalamp_animate .lavalamp-object {
  opacity: 1;
}

.primary-nav .lavalamp {
  position: static;
}

.primary-nav .lavalamp-object {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  opacity: 0;
}

.primary-nav > ul.lavalamp > li > a > span:after {
  display: none !important;
}

.primary-nav ul:hover li:not(:hover) {
  z-index: 0;
  position: relative;
}

.primary-nav ul li {
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
}

.primary-nav > ul li {
  position: relative;
  padding-left: 0;
}

.primary-nav > ul li.mega-menu {
  position: static !important;
}

.primary-nav > ul li.mega-menu > ul.mega-menu {
  left: auto;
}

.primary-nav > ul {
  height: 100%;
  padding: 0;
  margin: 0;
}

.primary-nav > ul > li {
  height: 100%;
}

.primary-nav > ul > li.current-menu-item > a:before, .primary-nav > ul > li.current_page_item > a:before, .primary-nav > ul > li.current-menu-parent > a:before, .primary-nav > ul > li.current_page_parent > a:before, .primary-nav > ul > li.current-menu-ancestor > a:before, .primary-nav > ul > li.current_page_ancestor > a:before {
  height: 33%;
}

.primary-nav > ul > li.mega-menu-links > ul.mega-menu {
  padding-left: 10px;
  padding-right: 10px;
}

.primary-nav > ul > li > a {
  display: flex;
  position: relative;
  z-index: 1;
  height: 100%;
  align-items: center;
  vertical-align: middle;
  padding: 0 32px;
  color: inherit;
  text-transform: initial;
  opacity: 1;
  transition: 0.2s;
}

.primary-nav > ul > li > a:before, .primary-nav > ul > li > a:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 0;
  background: red;
  transition: 0s;
}

.primary-nav > ul > li > a:before {
  top: 0;
}

.primary-nav > ul > li > a:after {
  bottom: 67%;
  transition: height 0.4s;
}

.primary-nav > ul > li > a > span {
  position: relative;
  transition: inherit;
}

.primary-nav > ul > li:hover > a:before {
  height: 33%;
  transition: height 0.4s;
}

.primary-nav > ul > li:hover > a:after {
  height: 33%;
  transition: 0s;
  background: transparent;
}

.primary-nav > ul > li.menu-item-has-children > a .menu-item_plus, .primary-nav > ul > li.mega-menu.mega-cat > a .menu-item_plus {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  margin-top: -8px;
  right: 20px;
  opacity: 0.5;
}

.primary-nav > ul > li.menu-item-has-children > a .menu-item_plus:before, .primary-nav > ul > li.menu-item-has-children > a .menu-item_plus:after, .primary-nav > ul > li.mega-menu.mega-cat > a .menu-item_plus:before, .primary-nav > ul > li.mega-menu.mega-cat > a .menu-item_plus:after {
  content: '';
  border-bottom: 2px solid currentColor;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
  transition: 0.4s;
}

.primary-nav > ul > li.menu-item-has-children > a .menu-item_plus:before, .primary-nav > ul > li.mega-menu.mega-cat > a .menu-item_plus:before {
  transform: rotate(135deg) translateX(-2px);
  transform-origin: 50% 100%;
}

.primary-nav > ul > li.menu-item-has-children > a .menu-item_plus:after, .primary-nav > ul > li.mega-menu.mega-cat > a .menu-item_plus:after {
  transform: rotate(-135deg) translateX(2px);
  transform-origin: 50% 100%;
}

.primary-nav > ul > li.menu-item-has-children:hover > a .menu-item_plus:before, .primary-nav > ul > li.mega-menu.mega-cat:hover > a .menu-item_plus:before {
  transform: rotate(45deg) translateX(2px);
}

.primary-nav > ul > li.menu-item-has-children:hover > a .menu-item_plus:after, .primary-nav > ul > li.mega-menu.mega-cat:hover > a .menu-item_plus:after {
  transform: rotate(-45deg) translateX(-2px);
}

.primary-nav ul li ul ul {
  top: -3px;
  left: 100%;
  margin-right: 5px;
}

.primary-nav ul li ul ul:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 10px;
  top: 0;
  right: -7px;
}

.primary-nav ul li ul li {
  display: block;
}

.primary-nav ul li ul li > a > span {
  position: relative;
  transition: 0.3s ease-in-out;
}

.primary-nav ul li ul li > a > span:first-child:before, .primary-nav ul li ul li > a > span:first-child:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  background: red;
  transition: 0s;
}

.primary-nav ul li ul li > a > span:first-child:before {
  left: 0;
}

.primary-nav ul li ul li > a > span:first-child:after {
  transition: width 0.4s;
  right: 0;
}

.primary-nav ul li ul li:hover ul {
  top: -20px;
}

.primary-nav ul li ul li:hover > a > span:first-child:before, .primary-nav ul li ul li.current-menu-ancestor > a > span:first-child:before, .primary-nav ul li ul li.current_page_ancestor > a > span:first-child:before, .primary-nav ul li ul li.current-menu-item > a > span:first-child:before, .primary-nav ul li ul li.current_page_item > a > span:first-child:before {
  width: 100%;
  transition: width 0.4s;
}

.primary-nav ul li ul li:hover > a > span:first-child:after, .primary-nav ul li ul li.current-menu-ancestor > a > span:first-child:after, .primary-nav ul li ul li.current_page_ancestor > a > span:first-child:after, .primary-nav ul li ul li.current-menu-item > a > span:first-child:after, .primary-nav ul li ul li.current_page_item > a > span:first-child:after {
  width: 100%;
  transition: 0s;
  background: transparent;
}

.primary-nav ul li ul .menu-item {
  line-height: inherit;
}

.primary-nav ul li ul .menu-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 40px;
  color: inherit;
  opacity: 1;
  transition: 0s;
}

.primary-nav ul li ul, .primary-nav ul li div.mega-menu-container {
  display: block;
  position: absolute;
  z-index: 555;
  top: calc(100% + 15px);
  left: -12px;
  min-width: 280px;
  white-space: nowrap;
  margin-top: 0;
  margin-left: 0;
  border: unset;
  border-radius: 5px;
  padding: 23px 0 28px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
}

.primary-nav ul li:hover > ul, .primary-nav ul li:hover > div.mega-menu-container {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transform: rotateX(0) translateZ(0);
}

.primary-nav ul li:hover > ul.mega-menu > ul.mega-menu, .primary-nav ul li:hover > ul.mega-menu > li > ul.mega-menu, .primary-nav ul li:hover > ul > ul.mega-menu, .primary-nav ul li:hover > ul > li > ul.mega-menu, .primary-nav ul li:hover > div.mega-menu-container.mega-menu > ul.mega-menu, .primary-nav ul li:hover > div.mega-menu-container.mega-menu > li > ul.mega-menu, .primary-nav ul li:hover > div.mega-menu-container > ul.mega-menu, .primary-nav ul li:hover > div.mega-menu-container > li > ul.mega-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0) translateZ(0);
}

.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children > a > span + .menu-item_plus {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  margin-top: -4px;
  right: 35px;
  transform: rotate(-90deg);
}

.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children > a > span + .menu-item_plus:before, .primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children > a > span + .menu-item_plus:after {
  content: '';
  border-bottom: 2px solid currentColor;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
  transition: 0.4s;
}

.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children > a > span + .menu-item_plus:before {
  transform: rotate(135deg) translateX(-2px);
  transform-origin: 50% 100%;
}

.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children > a > span + .menu-item_plus:after {
  transform: rotate(-135deg) translateX(2px);
  transform-origin: 50% 100%;
}

.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children:hover .menu-item_plus:before {
  transform: rotate(45deg) translateX(2px);
}

.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children:hover .menu-item_plus:after {
  transform: rotate(-45deg) translateX(-2px);
}

.primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(2) > .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(3) > .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu {
  right: 0;
}

.primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(2) > .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(2) > .sub-menu .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(3) > .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(3) > .sub-menu .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu .sub-menu {
  left: auto;
}

.primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(2) > .sub-menu .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(3) > .sub-menu .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu .sub-menu {
  right: 100%;
}

.admin-bar .wgl-sticky-header {
  top: 32px;
}

.admin-bar .wgl-theme-header .woo_mini_cart {
  margin-top: 32px;
  max-height: calc(100% - 32px - 30px);
}

/* #Mega Menu */
.primary-nav ul li.mega-menu-links > ul {
  padding: 0;
  box-sizing: border-box;
  width: 1170px;
  display: flex;
  flex-wrap: wrap;
}

.primary-nav ul li.mega-menu-links > ul > li {
  float: left;
  box-sizing: border-box;
  margin-top: 27px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: capitalize;
}

.primary-nav ul li.mega-menu-links > ul > li:after {
  content: unset;
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  width: 1px;
  height: calc(100% - 60px);
  background: unset;
}

.primary-nav ul li.mega-menu-links > ul > li:hover ~ li {
  z-index: 0;
}

.primary-nav ul li.mega-menu-links > ul > li.hide-mega-headings > a {
  display: none;
}

.primary-nav ul li.mega-menu-links > ul > li:hover > a > span {
  color: inherit !important;
  background: none !important;
}

.primary-nav ul li.mega-menu-links > ul > li > a {
  position: relative;
  padding-top: 4px;
  padding-bottom: 0;
  padding-left: 28px;
  padding-right: 20px;
}

.primary-nav ul li.mega-menu-links > ul > li > a > span {
  padding-left: 0 !important;
}

.primary-nav ul li.mega-menu-links > ul > li > a > span:before {
  display: none;
}

.primary-nav ul li.mega-menu-links > ul > li > a:after {
  display: none;
}

.primary-nav ul li.mega-menu-links.mega-columns-1col > ul > li {
  width: 100%;
}

.primary-nav ul li.mega-menu-links.mega-columns-1col > ul > li:after {
  display: none;
}

.primary-nav ul li.mega-menu-links.mega-columns-2col > ul > li {
  width: 50%;
}

.primary-nav ul li.mega-menu-links.mega-columns-2col > ul > li:nth-child(2n):after {
  display: none;
}

.primary-nav ul li.mega-menu-links.mega-columns-3col > ul > li {
  width: 33.33333%;
}

.primary-nav ul li.mega-menu-links.mega-columns-3col > ul > li:nth-child(3n):after {
  display: none;
}

.primary-nav ul li.mega-menu-links.mega-columns-4col > ul > li {
  width: 25%;
}

.primary-nav ul li.mega-menu-links.mega-columns-4col > ul > li:nth-child(4n):after {
  display: none;
}

.primary-nav ul li.mega-menu-links.mega-columns-5col > ul > li {
  width: 20%;
}

.primary-nav ul li.mega-menu-links.mega-columns-5col > ul > li:nth-child(5n):after {
  display: none;
}

.primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul {
  position: relative;
  left: 0 !important;
  right: auto !important;
  padding-top: 6px;
  padding-bottom: 25px;
  top: 0;
  opacity: 0;
  min-width: auto;
  visibility: hidden;
  margin-top: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li {
  padding-left: 0;
  padding-right: 0;
  text-transform: none;
}

.primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li ul {
  left: 100% !important;
  right: auto !important;
}

/* Mega Menu Categories */
.primary-nav ul li.mega-menu.mega-cat > ul.mega-menu {
  width: 1170px;
}

.primary-nav ul li.mega-menu.mega-cat > ul.mega-menu.sub-menu-columns-item {
  width: 100%;
}

.primary-nav ul li.mega-menu.mega-cat > ul.mega-menu > li > ul {
  position: relative;
  left: 0 !important;
  right: auto !important;
  top: 0;
  opacity: 0;
  min-width: auto;
  visibility: hidden;
  margin-top: 0;
}

.primary-nav ul li.mega-menu.mega-cat.mega-columns-1col .ajax_menu .item {
  width: 100%;
}

.primary-nav ul li.mega-menu.mega-cat.mega-columns-2col .ajax_menu .item {
  width: 50%;
}

.primary-nav ul li.mega-menu.mega-cat.mega-columns-3col .ajax_menu .item {
  width: 33.33333%;
}

.primary-nav ul li.mega-menu.mega-cat.mega-columns-4col .ajax_menu .item {
  width: 25%;
}

.primary-nav ul li.mega-menu.mega-cat.mega-columns-5col .ajax_menu .item {
  width: 20%;
}

.primary-nav ul li.mega-menu.mega-cat .ajax_menu .item {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  box-sizing: border-box;
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .vertical-posts {
  float: left;
  width: 80%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .vertical-posts .preloader_type {
  width: 80%;
  margin-left: 20%;
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container {
  overflow: hidden;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.6s ease, opacity 0.4s ease;
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(1) {
  transition-delay: 0.0s;
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(2) {
  transition-delay: 0.1s;
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(3) {
  transition-delay: 0.2s;
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(4) {
  transition-delay: 0.3s;
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(5) {
  transition-delay: 0.4s;
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu.fadeIn-menu .item {
  opacity: 1;
  transform: translateY(0);
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu {

  /* Categories Vertical */
  position: relative;
  box-shadow: none;
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical {
  width: 20%;
  padding: 0;
  background: rgba(0, 0, 0, 0.04);
  float: left;
  box-sizing: border-box;
  border-top: 0;
  margin: 0;
  padding-bottom: 1500px;
  margin-bottom: -1500px;
  border: 0;
  box-shadow: none;
  padding-top: 19px;
  min-width: initial;
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.menu-item {
  transition: background 0.4s, color 0.3s, border-color 0.4s;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding: 0;
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.menu-item > a {
  padding: 10px 28px 10px 28px;
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.is-active {
  background: #fff;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal {

  /* Categories Horizontal */
  border: 0;
  box-shadow: none;
  padding: 20px;
  background: transparent;
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li {
  float: left;
  padding: 0;
  margin-right: 10px;
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li:last-child {
  margin-right: 0;
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li.is-active > a {
  color: #fff;
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li > a {
  display: block;
  padding: 3px 13px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  transition: background 0.3s, color 0.3s;
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container > .mega-cat-content.horizontal-posts {
  padding: 0 10px;
}

/* Mega menu preloader */
.mega_menu_wrapper_overlay {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity .2s ease;
}

.mega_menu_wrapper_preloader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px;
}

.preloader_type {
  position: relative;
  width: 100%;
  height: 100%;
}

.mega_menu_wrapper_preloader span {
  position: absolute;
  top: 0;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background-color: #999;
  animation: wgl_circle 1.4s infinite ease-in-out both;
}

.mega_menu_wrapper_preloader span:first-of-type {
  left: -22px;
  animation-delay: -.32s;
}

.mega_menu_wrapper_preloader span:nth-of-type(2) {
  animation-delay: -.16s;
}

.mega_menu_wrapper_preloader span:last-of-type {
  left: 22px;
}

@keyframes wgl_circle {
  0%, 80%, to {
    transform: scale(0);
    opacity: 0;
  }

  40% {
    transform: scale(1);
    opacity: 1;
  }

}

.wgl-sticky-header {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}

.wgl-sticky-header.sticky_active {
  overflow: visible;
  transform: translateY(0);
  opacity: 1;
}

.wgl-sticky-header.header_sticky_shadow {
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
}

.wgl-sticky-header .wgl-header-row .header_side.v_align_middle .primary-nav .lavalamp-object {
  top: 100%;
}

.wgl-sticky-header .elementor-widget-wgl-header-search .header_search-field {
  display: none !important;
}

.wgl-mobile-header .primary-nav ul li a span:after {
  display: none;
}

body.single-header.elementor-editor-active .wgl-site-header, body.single-header.elementor-editor-active .wgl-site-header .primary-nav {
  display: block;
}

.sub-menu span.submenu-label {
  display: inline-block;
  min-width: 44px;
  margin-left: 5px;
  border-radius: 5px;
  padding-bottom: 1px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  line-height: 18px;
  color: #ffffff;
  vertical-align: text-top;
}

.lavalamp .lavalamp-object {
  transition-property: transform, width, height;
}

.lavalamp .lavalamp-object.ease-in-out {
  transition-timing-function: ease-in-out;
}

.lavalamp .lavalamp-object.linear {
  transition-timing-function: linear;
}

.lavalamp .lavalamp-object.easeInQuad {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.lavalamp .lavalamp-object.easeInCubic {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.lavalamp .lavalamp-object.easeInQuart {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.lavalamp .lavalamp-object.easeInQuint {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.lavalamp .lavalamp-object.easeInSine {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

.lavalamp .lavalamp-object.easeInExpo {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.lavalamp .lavalamp-object.easeInCirc {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.lavalamp .lavalamp-object.easeInBack {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.lavalamp .lavalamp-object.easeOutQuad {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lavalamp .lavalamp-object.easeOutCubic {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lavalamp .lavalamp-object.easeOutQuart {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lavalamp .lavalamp-object.easeOutQuint {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.lavalamp .lavalamp-object.easeOutSine {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.lavalamp .lavalamp-object.easeOutExpo {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.lavalamp .lavalamp-object.easeOutCirc {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.lavalamp .lavalamp-object.easeOutBack {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.lavalamp .lavalamp-object.easeInOutQuad {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.lavalamp .lavalamp-object.easeInOutCubic {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.lavalamp .lavalamp-object.easeInOutQuart {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.lavalamp .lavalamp-object.easeInOutQuint {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.lavalamp .lavalamp-object.easeInOutSine {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.lavalamp .lavalamp-object.easeInOutExpo {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.lavalamp .lavalamp-object.easeInOutCirc {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.lavalamp .lavalamp-object.easeInOutBack {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* ==================== #Mobile Navigation ==================== */
.hamburger-box {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 17px;
}

.mobile-hamburger-toggle {
  padding: 0 0;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  height: 20px;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: currentColor;
  transition: transform  0.15s ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: '';
  display: block;
  top: -6px;
}

.hamburger-inner::after {
  top: auto;
  bottom: -6px;
}

.hamburger-box .hamburger-inner {
  top: 0;
  transition: background-color 0s 0.13s linear;
}

.hamburger-box .hamburger-inner::before {
  top: 6px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-box .hamburger-inner::after {
  top: 12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mobile-hamburger-toggle.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}

.mobile-hamburger-toggle.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(45deg);
}

.mobile-hamburger-toggle.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}

body.mobile_switch_on .mobile_nav_wrapper .wgl-menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_nav_wrapper .wgl-menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}

.mobile_nav_wrapper .primary-nav ul li ul li.current-menu-ancestor.current-menu-parent > a > span:before, .mobile_nav_wrapper .primary-nav ul li ul li.current-menu-item > a > span:before, .mobile_nav_wrapper .primary-nav ul li ul li.current_page_item > a > span:before {
  display: inline-block;
}

.mobile_nav_wrapper .primary-nav {
  width: calc(100% + 17px);
}

.mobile_nav_wrapper .primary-nav ul li ul li > a > span:before, .mobile_nav_wrapper .primary-nav ul li ul li.menu-item-has-children:after, .mobile_nav_wrapper .primary-nav ul li ul li.menu-item-has-children > a:after, .mobile_nav_wrapper .primary-nav ul li ul li.menu-item-has-children > a:before, .mobile_nav_wrapper .primary-nav > ul > li.menu-item-has-children > a:after, .mobile_nav_wrapper .primary-nav ul li ul li > a:before, .mobile_nav_wrapper .primary-nav > ul > li > a:after, .mobile_nav_wrapper .primary-nav > ul > li.menu-item-has-children > a:after, .mobile_nav_wrapper .primary-nav > ul > li.menu-item-has-children > a:before, .mobile_nav_wrapper .primary-nav > ul > li.mega-menu.mega-cat > a:after, .mobile_nav_wrapper .primary-nav > ul > li > a span:before, .mobile_nav_wrapper .primary-nav > ul > li > a > span.button_switcher:after {
  display: none;
}

.mobile_nav_wrapper .primary-nav > ul > li > a > span {
  padding-right: 0 !important;
}

.mobile_nav_wrapper .primary-nav > ul > li.current-menu-item > a > span:after, .mobile_nav_wrapper .primary-nav > ul > li.current_page_item > a > span:after, .mobile_nav_wrapper .primary-nav > ul > li.current-menu-ancestor > a > span:after, .mobile_nav_wrapper .primary-nav > ul > li.current-menu-parent > a > span:after, .mobile_nav_wrapper .primary-nav > ul > li.current_page_parent > a > span:after, .mobile_nav_wrapper .primary-nav > ul > li.current_page_ancestor > a > span:after {
  width: 100%;
}

.mobile_nav_wrapper .primary-nav > ul li {
  position: static;
}

.mobile_nav_wrapper .primary-nav ul li a {
  position: relative;
  text-transform: capitalize;
}

.mobile_nav_wrapper .primary-nav ul li ul li.current-menu-ancestor.current-menu-parent > a > span, .mobile_nav_wrapper .primary-nav ul li ul li.current-menu-item > a > span, .mobile_nav_wrapper .primary-nav ul li ul li.current_page_item > a > span, .mobile_nav_wrapper .primary-nav ul li ul li:hover > a > span {
  color: inherit;
}

.primary-nav ul li ul .menu-item.back {
  margin-left: -21px;
}

.primary-nav ul li ul .menu-item.back a {
  display: inline-block !important;
  color: inherit !important;
}

.primary-nav ul li ul .menu-item.back:before {
  content: "\f177";
  display: inline-block;
  position: static;
  width: auto;
  height: auto;
  padding-right: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  transition: color 0.4s;
  color: inherit !important;
}

.mobile_nav_wrapper .primary-nav ul li ul {
  position: relative;
  top: 0 !important;
  left: 0;
  right: 0 !important;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  min-width: auto;
  color: inherit;
  opacity: 1;
  visibility: visible;
  transition: 0s;
  white-space: initial;
  overflow: hidden;
  transform: none !important;
}

body.admin-bar .wgl-menu_outer {
  top: 32px;
  height: calc(100vh - 32px);
}

.wgl-menu_outer {
  position: fixed;
  z-index: 999;
  background-color: #222328;
  transition: opacity 0.2s;
  overflow: hidden;
  width: 400px;
  height: 100%;
  top: 0;
  transform: translateX(-100%);
  transition: transform .45s ease-in-out;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wgl-menu_outer.sub-menu-position_right {
  right: 0;
  transform: translateX(100%);
}

.wgl-menu_outer.sub-menu-position_right .wgl-menu-outer_header {
  right: auto;
  left: 6px;
}

.wgl-menu_outer .mobile-hamburger-close {
  position: relative;
  z-index: 999;
}

.wgl-menu_outer .mobile-hamburger-toggle {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 16px;
}

.wgl-menu_outer .mobile-hamburger-toggle .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}

.wgl-menu_outer .mobile-hamburger-toggle .hamburger-inner::before {
  background: currentColor;
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(45deg);
}

.wgl-menu_outer .mobile-hamburger-toggle .hamburger-inner::after {
  background: currentColor;
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}

.wgl-menu_outer .wgl-menu-outer_header {
  position: absolute;
  right: -45px;
  top: 30px;
}

.wgl-menu_outer .wgl-menu_content {
  position: relative;
  width: 100%;
  height: 100%;
}

.wgl-menu_outer .wgl-menu-outer_content {
  position: absolute;
  padding: 30px;
  width: 100%;
  bottom: 17px;
  top: 0;
  right: 0;
  left: 0;
  overflow-y: scroll;
  scrollbar-width: none;
}

.wgl-menu_outer .wgl-menu-outer_content::-webkit-scrollbar {
  display: none;
}

/* Mobile Switcher */
body.mobile_switch_on {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body.mobile_switch_on .wgl-menu_outer {
  transform: translateX(0%);
  overflow: visible;
}

.mobile_nav_wrapper .wgl-menu-outer_content > * {
  margin-top: 20px;
}

.mobile_nav_wrapper .wgl-menu-outer_content > *:first-child {
  margin-top: 0;
}

.mobile_nav_wrapper .primary-nav > ul.mobile_switch_on {
  position: relative;
  left: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: left;
  display: block !important;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li {
  display: block;
  float: none;
  height: auto;
  padding: 0;  /* Mobile Mega Menu Column */
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li div.mega-menu-container {
  display: none !important;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li:before {
  display: none;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu {
  min-height: inherit !important;
  padding-right: 0 !important;
  padding-left: 30px !important;
  max-width: none !important;
  background-image: none !important;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li {
  width: 100%;
  margin-top: 0;
  font-weight: inherit !important;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li.hide-mega-headings a {
  display: block;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li ul.show_sub_menu {
  visibility: visible;
  opacity: 1;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li ul li:after {
  display: none;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li:after {
  display: none;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a {
  padding: 10px 0;
  margin: 0;
  color: inherit;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a span {
  display: inline;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a span.menu-item_plus {
  display: none;
}

.mobile_nav_wrapper .primary-nav ul li ul li {
  border-bottom: 0 !important;
  margin: 0;
}

.mobile_nav_wrapper .primary-nav ul li ul li:hover > a {
  background: transparent;
  color: inherit;
}

.mobile_nav_wrapper .primary-nav ul li ul li.current-menu-ancestor.current-menu-parent > a, .mobile_nav_wrapper .primary-nav ul li ul li.menu-item.current-menu-item > a {
  background: transparent;
}

.mobile_nav_wrapper .primary-nav ul li ul li.current-menu-ancestor.current-menu-parent > a > span:after, .mobile_nav_wrapper .primary-nav ul li ul li.menu-item.current-menu-item > a > span:after {
  opacity: 1;
  visibility: visible;
}

.mobile_nav_wrapper .primary-nav ul li ul li > a:after {
  display: none;
}

.mobile_nav_wrapper .primary-nav ul li ul li > a > span {
  padding: 0;
  background: none !important;
}

.mobile_nav_wrapper .primary-nav ul li ul li > a > span:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -8px;
  border-radius: 0;
  width: 100%;
  height: 2px;
  transition: all .4s ease;
  margin-bottom: 21px;
  visibility: hidden;
  opacity: 0;
  margin-bottom: 0;
}

.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul > li > a:before {
  display: none;
}

.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul > li:hover > a > span {
  color: inherit;
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu, .mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li ul, .mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul {
  box-shadow: none;
  margin-top: 0;
  border: none;
  width: 100%;
  transition: 0s;
  background-color: #222328;
  display: none;
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu:after, .mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li ul:after, .mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul:after {
  display: none;
}

.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul {
  padding-top: 0;
  padding-bottom: 0;
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu li:hover, .mobile_nav_wrapper .primary-nav ul li ul.sub-menu li:focus {
  padding-left: 0;
}

/* Button Switcher */
.mobile_nav_wrapper .primary-nav .button_switcher {
  width: 50px;
  height: 50px;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-right: 0;
}

.mobile_nav_wrapper .primary-nav .button_switcher:before {
  content: '';
  display: inline-block;
  border-top-width: 1px;
  border-top-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  transform: translate(-50%, -50%) rotate(135deg);
  opacity: 0.8;
  transition: all 0.3s ease;
  background: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 8px;
  height: 8px;
  visibility: visible;
  margin-top: 0;
  border-radius: 0;
  color: inherit;
  margin-left: 0 !important;
}

.mobile_nav_wrapper .primary-nav .button_switcher:after {
  display: none;
}

.mobile_nav_wrapper .primary-nav .button_switcher.is-active:before {
  transform: translate(-50%, -50%) rotate(225deg);
}

.wgl-mobile-header .mini-cart {
  position: static;
}

.wgl-mobile-header .wgl-header-row .header_side[class^="position_right"] .header_area_container > * {
  padding-left: 25px;
}

.wgl-mobile-header .wgl-header-row .header_side[class^="position_right"] .header_area_container > *:first-child {
  padding-left: 0;
}

.wgl-mobile-header .wgl-header-row .header_side[class^="position_left"] .header_area_container > * {
  padding-right: 25px;
}

.wgl-mobile-header .wgl-header-row .header_side[class^="position_left"] .header_area_container > *:last-child {
  padding-right: 0;
}

.wgl-mobile-header .wgl-header-row .header_side[class^="position_center"] .header_area_container > * {
  padding-left: 25px;
  padding-right: 25px;
}

.wgl-mobile-header .wgl-header-row .header_side[class^="position_center"] .header_area_container > *:last-child, .wgl-mobile-header .wgl-header-row .header_side[class^="position_center"] .header_area_container > *:first-child {
  padding-right: 0;
  padding-left: 0;
}

@media only screen and (max-width:420px) {
  .wgl-menu_outer {
    width: calc(100% - 48px);
  }

}

@media only screen and (max-width:360px) {
  .wgl-mobile-header .woo_mini_cart {
    width: calc(100vw - 40px);
  }

}

@media only screen and (max-width:1200px) {
  .wgl-theme-header .wgl-sticky-header {
    display: none;
  }

}

@media screen and (max-width:782px) {
  body.admin-bar .wgl-menu_outer {
    top: 46px;
    height: calc(100vh - 46px);
  }

}

/* ==================== #Side Panel  ==================== */
.elementor-widget-wgl-header-side_panel, .elementor-widget-wgl-header-side_panel .elementor-widget-container, .elementor-widget-wgl-header-side_panel .elementor-widget-container > .side_panel {
  height: 100%;
}

.header_area_container > .side_panel {
  width: 80px;
}

.side_panel {
  text-align: center;
}

.side_panel .side_panel_inner {
  display: block;
  height: 100%;
}

.side_panel .side_panel_inner .side_panel-toggle {
  border-color: currentColor;
  color: currentColor;
}

.side_panel .side_panel-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.side_panel .side_panel-toggle-inner {
  width: 20px;
  line-height: 0;
  cursor: pointer;
}

.side_panel .side_panel-toggle-inner span {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 2px;
  vertical-align: top;
  background: currentColor;
}

.side_panel .side_panel-toggle-inner span + span {
  margin-top: 5px;
}

body.admin-bar #side-panel.side-panel_open, body.admin-bar #side-panel.side-panel_active {
  top: 32px;
}

body.side-panel--opened .side-panel_overlay {
  opacity: 1;
  visibility: visible;
}

body.side-panel--opened .side_panel-toggle span:nth-child(1) {
  animation: ease .7s .4s sp_top-1-20 forwards;
}

body.side-panel--opened .side_panel-toggle span:nth-child(2) {
  animation: ease .7s .4s sp_scaled-1 forwards;
}

body.side-panel--opened .side_panel-toggle span:nth-child(3) {
  animation: ease .7s .4s sp_bottom-1-115 forwards;
}

body.side-panel--closed .side_panel-toggle span:nth-child(1) {
  text-align: unset;
  animation: ease .7s .4s sp_top-2-20 backwards;
}

body.side-panel--closed .side_panel-toggle span:nth-child(2) {
  animation: ease .7s .4s sp_scaled-2 backwards;
}

body.side-panel--closed .side_panel-toggle span:nth-child(3) {
  animation: ease .7s .4s sp_bottom-2-115 backwards;
}

.side-panel_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(65, 65, 65, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}

.elementor-editor-active.single-side_panel #side-panel, .elementor-editor-active.single-side_panel #side-panel.side-panel_position_left {
  left: auto;
  right: auto;
  transform: translateX(0);
  margin: 0 auto;
  position: static;
  height: 100vh;
}

#side-panel {
  position: fixed;
  z-index: 10000;
  top: 0;
  bottom: 0;
  right: 0;
  width: 480px;
  background: #fff;
  transform: translateX(calc(100% + 80px));
  transition: transform .45s ease-in-out;
}

#side-panel.side-panel_position_left {
  left: 0;
  right: auto;
  transform: translateX(calc(-100% - 80px));
}

#side-panel.side-panel_position_left .side-panel_close {
  left: 100%;
  right: 0;
}

#side-panel.side-panel_open {
  transform: translateX(0);
}

#side-panel.side-panel_open .side-panel_close .side-panel_close_icon span:nth-child(1) {
  animation: ease .7s .4s sp_top-1-45 forwards;
}

#side-panel.side-panel_open .side-panel_close .side-panel_close_icon span:nth-child(2) {
  animation: ease .7s .4s sp_scaled-1 forwards;
}

#side-panel.side-panel_open .side-panel_close .side-panel_close_icon span:nth-child(3) {
  animation: ease .7s .4s sp_bottom-1-135 forwards;
}

#side-panel .side-panel_sidebar {
  position: absolute;
  padding: 50px;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 9px 12px 38px rgba(0, 0, 0, 0.15);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

#side-panel .side-panel_sidebar::-webkit-scrollbar {
  display: none;
}

#side-panel .side-panel_sidebar .widget .widget-title:before {
  display: none;
}

#side-panel .side-panel_sidebar .widget ul li, #side-panel .side-panel_sidebar .widget ul li a {
  color: inherit;
}

#side-panel .side-panel_sidebar .widget:not(:first-child) {
  padding-top: 40px;
}

#side-panel .side-panel_sidebar .widget_media_gallery .gallery-item .gallery-icon {
  margin: 10px;
}

#side-panel .side-panel_sidebar .widget_media_gallery .gallery {
  margin: -10px;
}

#side-panel .side-panel_close {
  position: absolute;
  top: 0;
  right: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 21px;
  line-height: 0;
  color: #ffffff;
  text-align: center;
  background: inherit;
  cursor: pointer;
  transition: 0.45s ease-in-out;
}

#side-panel .side-panel_close .side-panel_close_icon {
  width: 20px;
  line-height: 0;
  cursor: pointer;
}

#side-panel .side-panel_close .side-panel_close_icon span {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 2px;
  vertical-align: top;
  background: currentColor;
}

#side-panel .side-panel_close .side-panel_close_icon span + span {
  margin-top: 5px;
}

#side-panel .side-panel_close .side-panel_close_icon span:nth-child(1) {
  animation: ease .7s .4s sp_top-2-45 backwards;
}

#side-panel .side-panel_close .side-panel_close_icon span:nth-child(2) {
  animation: ease .7s .4s sp_scaled-2 backwards;
}

#side-panel .side-panel_close .side-panel_close_icon span:nth-child(3) {
  animation: ease .7s .4s sp_bottom-2-135 backwards;
}

@keyframes sp_top-1-45 {
  0% {
    top: 0;
    transform: rotate(0);
  }

  50% {
    top: 7px;
    transform: rotate(0);
  }

  100% {
    top: 7px;
    transform: rotate(45deg);
  }

}

@keyframes sp_top-1-20 {
  0% {
    top: 0;
    transform: rotate(0);
  }

  50% {
    top: 7px;
    transform: rotate(0);
  }

  100% {
    top: 7px;
    transform: rotate(20deg);
  }

}

@keyframes sp_top-2-45 {
  0% {
    top: 7px;
    transform: rotate(45deg);
  }

  50% {
    top: 7px;
    transform: rotate(0);
  }

  100% {
    top: 0;
    transform: rotate(0);
  }

}

@keyframes sp_top-2-20 {
  0% {
    top: 7px;
    transform: rotate(20deg);
  }

  50% {
    top: 7px;
    transform: rotate(0);
  }

  100% {
    top: 0;
    transform: rotate(0);
  }

}

@keyframes sp_bottom-1-135 {
  0% {
    bottom: 0px;
    transform: rotate(0);
  }

  50% {
    bottom: 7px;
    transform: rotate(0);
  }

  100% {
    bottom: 7px;
    transform: rotate(135deg);
  }

}

@keyframes sp_bottom-1-115 {
  0% {
    bottom: 0px;
    transform: rotate(0);
  }

  50% {
    bottom: 7px;
    transform: rotate(0);
  }

  100% {
    bottom: 7px;
    transform: rotate(115deg);
  }

}

@keyframes sp_bottom-2-135 {
  0% {
    bottom: 7px;
    transform: rotate(135deg);
  }

  50% {
    bottom: 7px;
    transform: rotate(0);
  }

  100% {
    bottom: 0;
    transform: rotate(0);
  }

}

@keyframes sp_bottom-2-115 {
  0% {
    bottom: 7px;
    transform: rotate(115deg);
  }

  50% {
    bottom: 7px;
    transform: rotate(0);
  }

  100% {
    bottom: 0;
    transform: rotate(0);
  }

}

@keyframes sp_scaled-1 {
  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(0);
  }

}

@keyframes sp_scaled-2 {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }

}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;  /* there must be 'right' for ps__thumb-y */
  right: 2px;  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style:none) {
  .ps {
    overflow: auto !important;
  }

}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  .ps {
    overflow: auto !important;
  }

}

/* ==================== ##Page Title ==================== */
.page-header {
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

.page-header_wrapper {
  height: 100%;
}

.page-header_wrapper .wgl-container {
  height: 100%;
}

.page-header .page-header_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-header_align_left .page-header_content {
  align-items: flex-start;
  text-align: left;
}

.page-header_align_center .page-header_content {
  align-items: center;
  text-align: center;
}

.page-header_align_right .page-header_content {
  align-items: flex-end;
  text-align: right;
}

.page-header.breadcrumbs_align_left .page-header_breadcrumbs {
  align-self: flex-start;
}

.page-header.breadcrumbs_align_center .page-header_breadcrumbs {
  align-self: center;
}

.page-header.breadcrumbs_align_right .page-header_breadcrumbs {
  align-self: flex-end;
}

.page-header.breadcrumbs_inline .page-header_content {
  flex-direction: row;
  align-items: center;
}

.page-header.breadcrumbs_inline .page-header_content .page-header_breadcrumbs {
  align-self: auto;
}

.page-header.breadcrumbs_inline.page-header_align_left .page-header_content {
  justify-content: space-between;
}

.page-header.breadcrumbs_inline.page-header_align_right .page-header_content {
  justify-content: space-between;
  flex-direction: row-reverse;
}

.page-header.breadcrumbs_inline.page-header_align_center .page-header_breadcrumbs {
  margin-left: 20px;
}

.page-header_title {
  font-weight: 800;
  color: inherit;
  text-transform: capitalize;
}

.page-header_breadcrumbs:not(:first-child) {
  margin-top: 22px;
}

@media (max-width:768px) {
  .page-header_breadcrumbs:not(:first-child) {
    margin-top: 0;
  }

}

.page-header_breadcrumbs a {
  color: inherit;
}

.page-header_breadcrumbs .breadcrumbs {
  white-space: nowrap;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.page-header_breadcrumbs .breadcrumbs > a {
  position: relative;
  opacity: 0.5;
}

.page-header_breadcrumbs .breadcrumbs > a:before, .page-header_breadcrumbs .breadcrumbs > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  background: currentColor;
  transition: 0s;
}

.page-header_breadcrumbs .breadcrumbs > a:before {
  left: 0;
}

.page-header_breadcrumbs .breadcrumbs > a:after {
  transition: width 0.4s;
  right: 0;
}

.page-header_breadcrumbs .breadcrumbs > a:hover {
  opacity: 1;
}

.page-header_breadcrumbs .breadcrumbs > a:hover:before {
  width: 100%;
  transition: width 0.4s;
}

.page-header_breadcrumbs .breadcrumbs > a:hover:after {
  width: 100%;
  transition: 0s;
  background: transparent;
}

.page-header_breadcrumbs .breadcrumbs .current, .page-header_breadcrumbs .breadcrumbs > a:hover {
  color: #ffffff;
}

.page-header_breadcrumbs .breadcrumbs .current:before, .page-header_breadcrumbs .breadcrumbs > a:hover:before {
  width: 100%;
}

.page-header_breadcrumbs .breadcrumbs .current {
  cursor: default;
}

.page-header_breadcrumbs .divider:not(:last-child) {
  color: inherit;
  margin: 0 6px;
}

.page-header_breadcrumbs .divider:not(:last-child):before {
  content: "\f104";
  display: inline-block;
  font-family: flaticon;
  font-size: 0.625em;
  line-height: 1;
  transition: 0.3s;
  font-weight: 100;
  transform: translateY(-1px);
  opacity: 0.7;
}

.page-header_wrapper_product .page-header_breadcrumbs {
  margin-top: 23px;
}

/* ==================== ##Header Search ==================== */
.header_search {
  position: relative;
}

.header_search-button {
  display: inline-block;
  position: relative;
  font-size: 20px;
  cursor: pointer;
  transform-origin: center;
  transition: 0.3s;
}

.header_search-close {
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0;
  cursor: pointer;
  opacity: 0;
  transform-origin: center;
  transform: scale(0);
}

.header_search-close:before, .header_search-close:after {
  content: '';
  position: absolute;
  background: currentColor;
  transform: rotateZ(45deg);
}

.header_search-close:before {
  width: 1.2em;
  height: 2px;
  top: 0.4em;
  left: 0;
}

.header_search-close:after {
  width: 2px;
  height: 1.2em;
  top: -0.1em;
  left: 0.5em;
}

.header_search-close:hover {
  color: #ff7272;
}

.header_search .header_search-button-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

.header_search.search_alt .header_search-field .search-form, .header_search.search_standard .header_search-field .search-form, .header_search.search_mobile_menu .header_search-field .search-form {
  position: relative;
  z-index: 1;
}

.header_search.search_alt .header_search-field .search-field, .header_search.search_standard .header_search-field .search-field, .header_search.search_mobile_menu .header_search-field .search-field {
  padding: 12px 60px 11px 20px;
}

.header_search.search_alt .header_search-field .search-field:focus, .header_search.search_alt .header_search-field .search-field:active, .header_search.search_standard .header_search-field .search-field:focus, .header_search.search_standard .header_search-field .search-field:active, .header_search.search_mobile_menu .header_search-field .search-field:focus, .header_search.search_mobile_menu .header_search-field .search-field:active {
  box-shadow: none;
  border-color: unset;
}

.header_search.search_alt .header_search-field .search-button, .header_search.search_standard .header_search-field .search-button, .header_search.search_mobile_menu .header_search-field .search-button {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 56px;
  top: 0;
  right: 0;
  margin: 0;
  border: none;
  outline: none;
  padding: 0;
  font-size: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  cursor: pointer;
}

.header_search.search_alt .header_search-field .search-button:focus, .header_search.search_alt .header_search-field .search-button:active, .header_search.search_standard .header_search-field .search-button:focus, .header_search.search_standard .header_search-field .search-button:active, .header_search.search_mobile_menu .header_search-field .search-button:focus, .header_search.search_mobile_menu .header_search-field .search-button:active {
  box-shadow: none;
  background: transparent;
}

.header_search.search_alt .header_search-field .search__icon, .header_search.search_standard .header_search-field .search__icon, .header_search.search_mobile_menu .header_search-field .search__icon {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  font-size: 19px;
  line-height: 40px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  transform: translate(0, 0);
  opacity: 1;
  transition: 0.4s;
}

.header_search.search_alt .header_search-field, .header_search.search_standard .header_search-field {
  opacity: 0;
  visibility: hidden;
  transform: scale3d(0.8, 0.8, 0.8);
  transition: 0.3s;
}

.header_search.search_alt .header_search-field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 100001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  background: rgba(21, 34, 43, 0.95);
}

.header_search.search_alt .header_search-field .search-form {
  width: 80%;
  max-width: 1170px;
}

.header_search.search_alt .header_search-field .search-field {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
}

.header_search.search_alt .header_search-field .search-field:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #6e6e6e;
  outline: none;
  -webkit-appearance: none;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.header_search.search_alt .header_search-field .search-field::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #6e6e6e;
  outline: none;
  -webkit-appearance: none;
  transition: 0.4s;
}

.header_search.search_alt .header_search-field .search-field:focus:-ms-input-placeholder, .header_search.search_alt .header_search-field .search-field:active:-ms-input-placeholder {
  opacity: 0;
}

.header_search.search_alt .header_search-field .search-field:focus::placeholder, .header_search.search_alt .header_search-field .search-field:active::placeholder {
  opacity: 0;
}

.header_search.search_alt .header_search-field .header_search-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1170px;
  margin-bottom: 40px;
}

.header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_description {
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  color: #ffffff;
}

.header_search.search_alt .header_search-field .header_search-close {
  position: relative;
  padding: 22px;
}

.header_search.search_alt .header_search-field .header_search-close:not(:hover) {
  color: #ffffff;
}

.header_search.search_alt .header_search-field .header_search-close:before {
  top: 20px;
  left: 12px;
}

.header_search.search_alt .header_search-field .header_search-close:after {
  top: 11px;
  left: 20px;
}

.header_search.search_standard .header_search-button:hover + .header_search-close {
  color: #ff7272;
}

.header_search.search_standard .header_search-field {
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 0;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 9px 12px 30px 0px rgba(0, 0, 0, 0.1);
}

.header_search.search_standard .header_search-field .search-field {
  width: 270px;
}

.header_search.header_search-open.search_standard .header_search-button, .header_search.header_search-open.search_alt .header_search-button {
  opacity: 0;
  transform-origin: center;
  transform: scale(0);
  transition: 0s;
}

.header_search.header_search-open.search_standard .header_search-close, .header_search.header_search-open.search_alt .header_search-close {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.header_search.header_search-open.search_standard .header_search-field, .header_search.header_search-open.search_alt .header_search-field {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1, 1, 1);
}

.header_search.search_mobile_menu .header_search-field .search-form .search-field {
  width: 100%;
}

@media screen and (max-width:480px) {
  .header_search .header_search-field .search-field {
    max-width: 340px;
  }

  .header_search-field .search-form {
    width: auto;
  }

}

@media only screen and (max-width:440px) {
  .header_search.search_standard .header_search-field .search-field {
    max-width: 260px;
  }

  .header_search.search_alt .header_search-wrap .header_search-heading_description {
    font-size: 30px;
  }

}

@media only screen and (max-width:369px) {
  .header_search.search_standard .header_search-field .search-field {
    max-width: 240px;
  }

}

@media only screen and (max-width:329px) {
  .header_search.search_standard .header_search-field .search-field {
    max-width: 200px;
  }

}

@media only screen and (max-width:280px) {
  .header_search.search_standard .header_search-field .search-field {
    max-width: 180px;
  }

}

/* ==================== ##Typography ==================== */

/* Highlighter */
span.highlighter {
  padding: 0 0.2em;
  color: #ffffff;
}

/* ↓ Blockquote ↓ */
blockquote {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  padding: 34px 43px;
  background: #f5f5f5;
  border-radius: 0 10px 10px 0;
  width: 100%;
  overflow: hidden;
}

blockquote cite {
  display: block;
  position: relative;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  color: #a1a1a1;
  font-style: normal;
  text-transform: uppercase;
}

blockquote:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
}

blockquote:after {
  content: "\f112";
  font-family: flaticon;
  font-size: 90px;
  line-height: 1;
  position: absolute;
  z-index: -1;
  top: -15px;
  right: -5px;
  color: #ffffff;
}

blockquote p {
  margin-bottom: 16px;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote p[style*='text-align:left'] + footer {
  text-align: left;
}

blockquote p[style*='text-align:center'] + footer {
  text-align: center;
}

blockquote p[style*='text-align:right'] + footer {
  text-align: right;
}

blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large {
  padding: 34px 43px;
}

/* ↑ blockquote ↑ */

/* ↓ Dropcaps ↓ */
.dropcap, .dropcap-bg {
  float: left;
  width: 1.334em;
  height: 1.334em;
  margin-top: 0.35em;
  margin-right: .667em;
  border: unset;
  border-radius: 5px;
  font-size: 1.875em;
  line-height: 1.45em;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.dropcap:not(.secondary), .dropcap-bg:not(.secondary) {
  box-shadow: 5px 4px 13px 0 rgba(145, 145, 145, 0.3);
}

.elementor-drop-cap, .elementor-widget-text-editor span.elementor-drop-cap {
  width: 1.334em;
  height: 1.334em;
  margin-top: 0.35em;
  margin-right: .667em;
  border-radius: 5px;
  font-size: 1.875em;
  line-height: 1.45em;
  font-weight: 700;
  box-shadow: 5px 4px 13px 0 rgba(145, 145, 145, 0.3);
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) span.elementor-drop-cap {
  margin-top: 0.35em;
}

p.has-drop-cap:not(:focus):first-letter {
  font-size: 3em;
  line-height: 1.2;
  font-weight: 600;
}

/* ↑ dropcaps ↑ */
small {
  font-size: 0.8em;
}

code, tt, kbd {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

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

kbd {
  font-family: monospace;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/* ==================== ##Footer Styles ==================== */
.footer_wrapper {
  padding: 24px 0;
}

.footer_top-area p {
  margin-bottom: 0;
}

.footer_top-area.widgets_area .row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_top-area .widget_rss .rssSummary {
  color: inherit;
}

.footer_top-area strong {
  font-weight: inherit;
}

.footer_top-area .textwidget img {
  margin-bottom: 20px;
}

.footer_top-area .widget.widget_wgl_posts .recent-posts-widget {
  padding-top: 0;
}

.footer_top-area .primary-nav.footer-menu .menu-item a {
  font-weight: 500;
}

.footer_top-area .footer-link {
  position: relative;
  z-index: 1;
}

.footer_top-area .footer-link:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  bottom: 0;
  border-bottom: 1px solid;
  width: 0;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  visibility: visible;
  transition: all 0.3s ease-in-out 0s, color 0s;
}

.footer_top-area .footer-link:hover {
  color: #ffffff !important;
}

.footer_top-area .footer-link:hover:before {
  width: 100%;
  color: #ffffff !important;
}

.footer {
  position: relative;
  overflow: hidden;
}

.footer .widgets_area .widget-title .widget-title_wrapper, .footer .widgets_area .widget_rss ul li {
  color: inherit;
}

.footer .widgets_area .widget_recent_comments ul li, .footer .widgets_area .widget_recent_comments ul li a {
  color: inherit;
}

.footer .blog-posts .meta-wrapper * {
  line-height: 22px;
}

.footer .blog-posts .blog-post_title {
  margin-top: -5px;
}

.footer .blog-posts .item:last-child .blog-post {
  margin-bottom: 0;
}

.footer .gallery-caption {
  display: none;
}

.footer .mc4wp-form-fields {
  position: relative;
}

.footer .mc4wp-form-fields input[type='email']:not([type='checkbox']) {
  width: 100%;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #6d7078;
  background-color: transparent;
  color: #dbdbdb;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 20px;
}

.footer .mc4wp-form-fields input[type='email']:not([type='checkbox']):-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #6e6e6e;
  outline: none;
  -webkit-appearance: none;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.footer .mc4wp-form-fields input[type='email']:not([type='checkbox'])::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #6e6e6e;
  outline: none;
  -webkit-appearance: none;
  transition: 0.4s;
}

.footer .mc4wp-form-fields input[type='email']:not([type='checkbox']):focus:-ms-input-placeholder, .footer .mc4wp-form-fields input[type='email']:not([type='checkbox']):active:-ms-input-placeholder {
  opacity: 0;
}

.footer .mc4wp-form-fields input[type='email']:not([type='checkbox']):focus::placeholder, .footer .mc4wp-form-fields input[type='email']:not([type='checkbox']):active::placeholder {
  opacity: 0;
}

.footer .mc4wp-form-fields input[type='submit'] {
  transition: all 400ms;
  margin-bottom: 0;
  padding: 0 34px;
  height: 44px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  color: #fff !important;
  letter-spacing: 0;
}

.footer .mc4wp-form-fields input[type='submit']:hover, .footer .mc4wp-form-fields input[type='submit']:active, .footer .mc4wp-form-fields input[type='submit']:focus {
  background: transparent !important;
}

.footer .zikzag_wave_footer {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}

.footer .zikzag_wave_footer svg {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
}

.primary-nav.footer-menu .menu-item {
  display: inline-block;
  margin: 0 20px;
}

.copyright {
  font-size: 14px;
}

.copyright p {
  margin: 0px;
}

/* ↓ Single Page Footer with deactivated Elementor ↓ */
body.single.single-footer header, body.single.single-footer header + .page-header {
  display: none;
}

/* ↑ single page footer ↑ */

/* ==================== ##Elementor ==================== */
body.new-elementor main .wgl-container.wgl-content-sidebar, body.new-elementor.single main .wgl-container:not(.wgl-content-sidebar) {
  padding-right: 15px;
  padding-left: 15px;
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section-wrap, body.new-elementor.single main .wgl-container:not(.wgl-content-sidebar) .elementor-section-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.new-elementor .elementor-container > .elementor-column > .elementor-widget-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.elementor-element.elementor-widget.elementor-widget-spacer {
  margin-bottom: 0;
}

.elementor-image-gallery .gallery-item {
  margin-top: 0 !important;
}

.elementor-image-gallery img {
  border: 0 !important;
}

.elementor-section.wgl-add-background-text:before {
  margin-left: calc(8.9vw / 2);
}

.elementor-section.wgl-add-background-text:before, .elementor-section.wgl-add-background-text .wgl-background-text {
  position: absolute;
  font-size: 13.0225vw;
  line-height: 1;
  z-index: 0;
  width: 100%;
  text-align: center;
  letter-spacing: 8.9vw;
  white-space: nowrap;
  color: #f7f7f7;
  display: block;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.elementor-section.wgl-add-background-text.wgl-animation-background-text:before {
  display: none;
}

.elementor-section.wgl-add-background-text .wgl-background-text .letter {
  display: inline-block;
  text-indent: 0;
  opacity: 0;
}

.elementor-section.wgl-add-background-text .wgl-background-text .letter:last-child {
  margin-right: -8.9vw;
}

body.elementor-editor-active .elementor-section.wgl-add-background-text.wgl-animation-background-text:before {
  display: block;
}

body .elementor-element-overlay ul li:before, body .elementor-select-preset ul li:before {
  background: transparent;
}

.elementor-widget-container .elementor-counter .elementor-counter-title {
  line-height: 1.3;
  margin-top: 12px;
  font-weight: 500;
}

.elementor-widget-container .elementor-swiper-button {
  width: 50px;
  height: 50px;
  border-radius: unset;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  background: rgba(28, 28, 28, 0.9);
  transition: 0.4s;
}

.elementor-widget-container .elementor-swiper-button:hover {
  background: #1c1c1c;
}

.elementor-widget-container .elementor-swiper-button i {
  line-height: inherit;
  width: 100%;
  height: 100%;
}

.elementor-widget-container .elementor-swiper-button i:before {
  display: inline-block;
  font-family: flaticon;
}

.elementor-widget-container .elementor-swiper-button.elementor-swiper-button-next {
  right: 35px;
}

.elementor-widget-container .elementor-swiper-button.elementor-swiper-button-next i:before {
  content: '\f11a';
  transform: rotate(-90deg);
}

.elementor-widget-container .elementor-swiper-button.elementor-swiper-button-prev {
  left: 35px;
}

.elementor-widget-container .elementor-swiper-button.elementor-swiper-button-prev i:before {
  content: '\f11a';
  transform: rotate(90deg);
}

.elementor-widget-container .elementor-image-carousel-wrapper:hover .elementor-swiper-button-next {
  right: 20px;
}

.elementor-widget-container .elementor-image-carousel-wrapper:hover .elementor-swiper-button-prev {
  left: 20px;
}

.elementor-custom-embed {
  border-radius: inherit;
}

.elementor-custom-embed iframe {
  border-radius: inherit;
}

/* ==================== ##Page 404 ==================== */
body.error404 .page-header {
  margin-bottom: 0 !important;
}

body.error404 #main {
  z-index: 2;
  padding: 0;
  margin-top: -60px;
}

.page_404_wrapper {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
  position: relative;
}

.page_404_wrapper-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.page_404_wrapper .main_404-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 0 150px;
  box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px 10px 0 0;
  background: #ffffff;
}

.page_404_wrapper .banner_404 {
  padding-top: 0;
  margin-bottom: 0;
  line-height: 0.86;
  font-weight: bold;
  margin-top: 32px;
}

.page_404_wrapper .banner_404_logotype {
  position: relative;
  z-index: 2;
}

.page_404_wrapper .banner_404_title {
  margin-top: 32px;
}

.page_404_wrapper .banner_404_title span {
  font-size: 48px;
  line-height: 1.277;
}

.page_404_wrapper .banner_404_text {
  margin: 6px auto 39px;
  font-size: 18px;
  line-height: 32px;
}

.page_404_wrapper .search-form .search-field, .page_404_wrapper .search-form {
  width: 100%;
  max-width: 460px;
}

.page_404_wrapper .search-form {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  transition: 0.45s;
}

.page_404_wrapper .search-form .search-field {
  margin-bottom: 0;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 50px;
  background: #f5f5f5;
}

.page_404_wrapper .search-form .search-field:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #6e6e6e;
  outline: none;
  -webkit-appearance: none;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.page_404_wrapper .search-form .search-field::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #6e6e6e;
  outline: none;
  -webkit-appearance: none;
  transition: 0.4s;
}

.page_404_wrapper .search-form .search-field:focus:-ms-input-placeholder, .page_404_wrapper .search-form .search-field:active:-ms-input-placeholder {
  opacity: 0;
}

.page_404_wrapper .search-form .search-field:focus::placeholder, .page_404_wrapper .search-form .search-field:active::placeholder {
  opacity: 0;
}

.page_404_wrapper .search-form:hover:after {
  color: #ffffff;
}

.page_404_wrapper .search-button {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 56px;
  top: 0;
  right: 0;
  margin: 0;
  border: none;
  outline: none;
  padding: 0;
  font-size: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  cursor: pointer;
}

.page_404_wrapper .search-button:focus, .page_404_wrapper .search-button:active {
  box-shadow: none;
  background: transparent;
}

.page_404_wrapper .search__icon {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  font-size: 19px;
  line-height: 40px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  transform: translate(0, 0);
  opacity: 1;
  transition: 0.4s;
}

.zikzag_404__button .zikzag_404__link {
  display: inline-block;
  padding: 18px 30px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

/* ==================== ##Page Search ==================== */
header.searсh-header {
  margin-bottom: 30px;
}

header.searсh-header .page-title {
  font-size: 36px;
  line-height: 1.65;
}

header.searсh-header .page-title span {
  font-size: 1.15em;
  line-height: inherit;
}

.search-no-results .page_404_wrapper {
  padding-bottom: 50px;
  min-height: 100%;
}

.search-no-results .page_404_wrapper .banner_404_text {
  color: inherit;
  font-size: 18px;
  line-height: 28px;
}

.search-no-results .page_404_wrapper .zikzag_404_button.wgl_button .wgl_button_link:hover {
  color: #fff;
}

/* ==================== ##SCSS variables ==================== */

/* Social media hex colors */

/* Social media rgba colors */

/* Modules */

/* ==================== ##Blog ==================== */

/* ↓ Standard Post ↓ */
.blog-style-standard.hover-animation .blog-post {
  padding-top: 25px;
}

.blog-style-standard.hover-animation .blog-post:hover .blog-post_wrapper {
  transform: translateY(-25px);
}

.blog-style-standard .blog-post_wrapper .blog-post_meta_info {
  position: absolute;
  z-index: 12;
  left: 0;
  bottom: -25px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.45s;
}

.blog-style-standard .blog-post_wrapper .blog-post_meta_info .meta-wrapper {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.blog-style-standard .blog-post_wrapper > .blog-post_meta_info {
  position: relative;
  bottom: unset;
}

.blog-style-standard .blog-post_wrapper > .blog-post_meta_info:not(:empty) {
  margin-bottom: 3px;
}

.blog-style-standard .format-no_featured:not(.format-video) .post_date, .blog-style-standard .format-quote .post_date, .blog-style-standard .format-audio .post_date, .blog-style-standard .format-link .post_date {
  position: absolute;
  top: -70px;
  margin: 0;
  right: 30px;
}

.blog-style-standard .format-link.format-no_featured .post_date, .blog-style-standard .format-quote.format-no_featured .post_date {
  top: -81px;
}

.blog-style-standard .wgl_col-12 .blog-post {
  margin-bottom: 70px;
}

.blog-style-standard .wgl_col-12 .blog-post.format-no_featured:not(.format-video), .blog-style-standard .wgl_col-12 .blog-post.format-quote, .blog-style-standard .wgl_col-12 .blog-post.format-audio, .blog-style-standard .wgl_col-12 .blog-post.format-link {
  margin-top: 30px;
}

.blog-style-standard .wgl_col-12:last-child .blog-post {
  margin-bottom: 60px;
}

.blog-style-standard .wgl_col-12:last-child .blog-post:not(.format-standard-image) {
  margin-bottom: 55px;
}

.blog-style-standard .wgl_col-12 .format-video.blog-post .blog-post_media .blog-post_media_part {
  padding-bottom: 56%;
}

.blog-style-standard .wgl_col-12 .format-video.blog-post .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
  padding-bottom: 0;
}

.blog-style-standard .wgl_col-12 .format-audio.blog-post .blog-post_media .blog-post_media_part {
  padding-bottom: 20%;
}

.blog-style-standard .wgl_col-12 .blog-post_title > a {
  font-size: 36px;
}

.blog-style-standard .wgl_col-6 .format-no_featured:not(.format-video), .blog-style-standard .wgl_col-4 .format-no_featured:not(.format-video), .blog-style-standard .wgl_col-3 .format-no_featured:not(.format-video) {
  padding-top: 40px;
}

.blog-style-standard .wgl_col-6 .format-no_featured:not(.format-video) .post_date, .blog-style-standard .wgl_col-4 .format-no_featured:not(.format-video) .post_date, .blog-style-standard .wgl_col-3 .format-no_featured:not(.format-video) .post_date {
  top: -70px;
  margin-right: -10px;
}

.blog-style-standard .wgl_col-6 .format-link.format-no_featured .post_date, .blog-style-standard .wgl_col-6 .format-quote.format-no_featured .post_date, .blog-style-standard .wgl_col-4 .format-link.format-no_featured .post_date, .blog-style-standard .wgl_col-4 .format-quote.format-no_featured .post_date, .blog-style-standard .wgl_col-3 .format-link.format-no_featured .post_date, .blog-style-standard .wgl_col-3 .format-quote.format-no_featured .post_date {
  top: -81px;
}

.blog-style-standard .wgl_col-6 .format-quote.blog-post .blog-post_content, .blog-style-standard .wgl_col-6 .format-link.blog-post .blog-post_content, .blog-style-standard .wgl_col-4 .format-quote.blog-post .blog-post_content, .blog-style-standard .wgl_col-4 .format-link.blog-post .blog-post_content, .blog-style-standard .wgl_col-3 .format-quote.blog-post .blog-post_content, .blog-style-standard .wgl_col-3 .format-link.blog-post .blog-post_content {
  position: static;
}

.blog-style-standard .wgl_col-6 .format-gallery.blog-post .wgl-carousel .slick-arrow, .blog-style-standard .wgl_col-4 .format-gallery.blog-post .wgl-carousel .slick-arrow, .blog-style-standard .wgl_col-3 .format-gallery.blog-post .wgl-carousel .slick-arrow {
  width: 40px;
}

.blog-style-standard .wgl_col-6 .format-gallery.blog-post .wgl-carousel .slick-arrow.slick-next, .blog-style-standard .wgl_col-4 .format-gallery.blog-post .wgl-carousel .slick-arrow.slick-next, .blog-style-standard .wgl_col-3 .format-gallery.blog-post .wgl-carousel .slick-arrow.slick-next {
  left: 90px;
}

.blog-style-standard .wgl_col-6 .blog-post, .blog-style-standard .wgl_col-4 .blog-post, .blog-style-standard .wgl_col-3 .blog-post {
  padding: 20px;
  padding-bottom: 14px;
}

.blog-style-standard .wgl_col-6 .blog-post .post_date, .blog-style-standard .wgl_col-4 .blog-post .post_date, .blog-style-standard .wgl_col-3 .blog-post .post_date {
  margin-right: 20px;
}

.blog-style-standard .wgl_col-6 .blog-post .blog-post_content, .blog-style-standard .wgl_col-4 .blog-post .blog-post_content, .blog-style-standard .wgl_col-3 .blog-post .blog-post_content {
  margin-top: -4px;
}

.blog-style-standard .wgl_col-6 .post_meta-wrap, .blog-style-standard .wgl_col-4 .post_meta-wrap, .blog-style-standard .wgl_col-3 .post_meta-wrap {
  padding-bottom: 0;
}

.blog-style-standard .wgl_col-6 .blog-post_title, .blog-style-standard .wgl_col-4 .blog-post_title, .blog-style-standard .wgl_col-3 .blog-post_title {
  margin-bottom: 10px;
}

.blog-style-standard .wgl_col-6 .blog-post_title > a, .blog-style-standard .wgl_col-4 .blog-post_title > a, .blog-style-standard .wgl_col-3 .blog-post_title > a {
  font-size: 30px;
  line-height: 42px;
}

.blog-style-standard .blog-post {
  background: #ffffff;
  transition: 0.3s;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px;
}

.blog-style-standard .blog-post .blog-post_wrapper {
  position: relative;
  transition: inherit;
}

.blog-style-standard .blog-post .blog-post_meta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
}

.blog-style-standard .blog-post .blog-post_meta-wrap .meta-info-wrap {
  display: flex;
  align-items: center;
}

.blog-style-standard .blog-post .blog-post_meta-wrap .meta-info-wrap div + div {
  margin-left: 10px;
}

.blog-style-standard .blog-post .post_date {
  position: relative;
  z-index: 2;
  margin-right: 30px;
  margin-left: auto;
  margin-top: -30px;
}

.blog-style-standard .blog-post blockquote cite {
  padding-left: 0;
}

.blog-style-standard .blog-post.hide_media {
  margin-bottom: 30px;
}

.blog-style-standard .blog-post.hide_media .blog-post_content {
  padding-bottom: 10px;
}

.blog-style-standard .blog-post:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.blog-style-standard .blog-post:hover {
  box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.1);
}

.blog-style-standard.blog_carousel .slick-slide {
  margin-bottom: 0;
}

.blog-style-standard.blog_carousel .slick-slide.item_slick {
  margin-bottom: 0;
}

.blog-style-standard .blog-post_text {
  font-size: 16px;
  margin-top: 8px;
}

.blog-style-standard .blog-post_text .wp-block-archives-list, .blog-style-standard .blog-post_text .wp-block-latest-posts {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.blog-style-standard .blog-post_text .wp-block-categories-list .children li {
  padding-left: 0;
}

.blog-style-standard .blog-post_text .more-link {
  display: none;
}

.blog-style-standard .blog-post_text:after {
  content: '';
  display: table;
  clear: both;
}

.blog-style-standard .post_meta-wrap {
  padding-top: 10px;
  padding-bottom: 12px;
}

.blog-style-standard .post_meta-wrap a:hover:before {
  color: inherit;
}

.blog-style-standard .post_meta-wrap .wgl-likes .sl-icon {
  display: none;
}

.blog-style-standard .blog-post_info-wrap > div:last-child {
  margin-left: 0;
}

.blog-style-standard.acenter .post_meta-wrap {
  justify-content: center;
}

.blog-style-standard.aright .post_meta-wrap {
  justify-content: flex-end;
}

.wp-block-pullquote:not(.has-background) {
  padding: 0;
}

.wp-block-media-text {
  margin-top: 1em;
  margin-bottom: 1em;
}

.blog-post {
  position: relative;
  margin-bottom: 30px;
}

.blog-post .blog-post_media {
  position: relative;
}

.blog-post .blog-post_media .blog-post_media_part {
  position: relative;
  border-radius: 10px;
}

.blog-post .blog-post_media .blog-post_media_part .parallax-video {
  border-radius: inherit;
  overflow: hidden;
}

.blog-post .blog-post_media .blog-post_media_part .parallax-video .blog-post_feature-link {
  position: absolute;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.blog-post .blog-post_media .blog-post_media_part img {
  border-radius: 10px;
}

.blog-post.format-no_featured:not(.format-video), .blog-post.format-quote, .blog-post.format-audio, .blog-post.format-link {
  margin-top: 30px;
}

.blog-post.format-gallery .blog-post_media .blog-post_media_part {
  overflow: hidden;
}

.blog-post.format-gallery .blog-post_media .wgl-carousel .slick-slide {
  cursor: e-resize;
}

.blog-post.format-gallery .blog-post_media .slick-list {
  position: relative;
  z-index: 1;
}

.blog-post.format-gallery .blog-post_media .slick-list:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(26, 26, 26, 0.2);
}

.blog-post.standard .blog-post_media, .blog-post.format-standard .blog-post_media {
  margin-bottom: 12px;
}

.blog-post.format-standard-image .blog-post_content > .share_post-container, .blog-post.format-image .blog-post_content > .share_post-container, .blog-post.format-gallery .blog-post_content > .share_post-container, .blog-post.format-video .blog-post_content > .share_post-container {
  top: -26px;
}

.blog-post.format-standard-image .blog-post_content > .share_post-container > a:after, .blog-post.format-image .blog-post_content > .share_post-container > a:after, .blog-post.format-gallery .blog-post_content > .share_post-container > a:after, .blog-post.format-video .blog-post_content > .share_post-container > a:after {
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(44deg);
}

.blog-post.format-standard-image .blog-post_content > .share_post-container:hover > a:after, .blog-post.format-image .blog-post_content > .share_post-container:hover > a:after, .blog-post.format-gallery .blog-post_content > .share_post-container:hover > a:after, .blog-post.format-video .blog-post_content > .share_post-container:hover > a:after {
  transform: rotate(44deg) scale(0.2);
}

.blog-post.format-standard.link .blog-post_title:before {
  content: '\f0c1';
  display: inline-block;
  margin-right: 20px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-post.format-quote .blog-post_media, .blog-post.format-link .blog-post_media, .blog-post.format-audio .blog-post_media {
  position: relative;
  z-index: 4;
}

.blog-post.format-quote .blog-post_content > .share_post-container, .blog-post.format-link .blog-post_content > .share_post-container, .blog-post.format-audio .blog-post_content > .share_post-container {
  top: -51px;
}

.blog-post.format-quote .blog-post_quote-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

.blog-post.format-quote .blog-post_quote-author {
  margin-top: 9px;
  margin-bottom: -7px;
  font-size: 16px;
  font-weight: 800;
}

.blog-post.format-quote .blog-post_quote-author-pos {
  font-weight: 300;
}

.blog-post.format-quote .blog-post_quote-author img {
  border-radius: 50%;
}

.blog-post.format-quote .blog-post_quote-author .blog-post_quote-image {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}

.blog-post.format-quote .blog-post_quote-icon {
  position: absolute;
  z-index: 1;
  width: 53px;
  height: 45px;
  top: -83px;
  left: 0;
}

.blog-post.format-quote .blog-post_quote-icon svg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.blog-post.format-quote .blog-post_quote-icon svg .st1 {
  fill: #14212B;
}

.blog-post.format-link .blog-post_link {
  position: relative;
  z-index: 1;
}

.blog-post.format-link .blog-post_link .link_post {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  font-style: initial;
}

.blog-post.format-link .blog-post_link .link_post:before {
  content: "";
  background-image: url(../img/link-icon.svg);
  background-size: cover;
  position: absolute;
  left: 0;
  z-index: -1;
  top: -52px;
  width: 60px;
  height: 56px;
  transform: translateY(-50%);
  font-family: flaticon;
  font-size: 28px;
  font-weight: 400;
  color: #d8d8d8;
}

.blog-post.format-video .stick-bot-center .videobox_content {
  justify-content: center;
}

.blog-post.format-video .stick-bot-center .videobox_content .videobox_link svg {
  transition: all .45s;
}

.blog-post.format-video .stick-bot-center .videobox_content .videobox_link:hover svg {
  fill: #fff;
}

.related_posts .format-video .blog-post_media .blog-post_media_part {
  padding-bottom: 87.5%;
}

.format-video .blog-post_media .blog-post_media_part {
  width: 100%;
}

.format-video .blog-post_media .blog-post_media_part, .format-audio .blog-post_media .blog-post_media_part {
  padding-bottom: 73.5%;
}

.format-video .blog-post_media .video_image:not(.video_parallax), .format-audio .blog-post_media .video_image:not(.video_parallax) {
  padding-bottom: 0;
}

.format-video .blog-post_media iframe, .format-audio .blog-post_media iframe {
  position: absolute;
  z-index: 1;
  height: 100%;
}

.format-audio .blog-post_wrapper .blog-post_media {
  margin-bottom: 28px;
}

.format-audio .blog-post_wrapper .blog-post_media_part {
  margin-bottom: 8px;
}

.format-standard .blog-post_wrapper .blog-post_meta_info, .format-standard .blog-post_wrapper .blog-post_content, .format-quote .blog-post_wrapper .blog-post_meta_info, .format-quote .blog-post_wrapper .blog-post_content, .format-audio .blog-post_wrapper .blog-post_meta_info, .format-audio .blog-post_wrapper .blog-post_content, .format-link .blog-post_wrapper .blog-post_meta_info, .format-link .blog-post_wrapper .blog-post_content {
  padding: 0 !important;
}

.format-link .blog-post_media_part {
  margin-bottom: 18px;
  margin-top: 11px;
}

.format-quote .blog-post_media_part {
  margin-bottom: 28px;
  margin-top: 11px;
}

/* ↓ Sticky ↓ */
.blog-post.sticky-post {
  background: #f9f9f9;
}

.blog-post.sticky-post .blog-post_wrapper {
  border-radius: inherit;
  box-shadow: unset;
}

/* ↑ Sticky ↑ */
.blog-posts .blog-post_title {
  display: block;
  word-wrap: break-word;
  clear: both;
  line-height: 1;
  margin-bottom: 0;
}

.blog-posts .blog-post_title > a {
  font-size: 30px;
  line-height: 42px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.blog-posts .blog-post_title > a:hover {
  text-decoration: underline;
}

.blog-post_content p:last-child {
  margin-bottom: 0;
}

.blog-post_content .page-link {
  margin-top: 25px;
}

.blog-post_content:after {
  content: '';
  display: block;
  clear: both;
}

/* ↓ h[1-6] ↓ */
.comment_content h1, .comment_content h2, .comment_content h3, .comment_content h4, .comment_content h5, .comment_content h6, .blog-post_content h1, .blog-post_content h2, .blog-post_content h3, .blog-post_content h4, .blog-post_content h5, .blog-post_content h6, .row > div > h1, .row > div > h2, .row > div > h3, .row > div > h4, .row > div > h5, .row > div > h6 {
  margin-bottom: 12px;
}

/* ↓ Lists ↓ */
.blog-posts-list + .wgl-pagination {
  margin-bottom: 25px;
}

.blog-posts-list:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.archive .blog-posts-list {
  margin-top: 0;
}

.home .sidebar_right .blog-posts-list, .home .sidebar_left .blog-posts-list, .archive .sidebar_right .blog-posts-list, .archive .sidebar_left .blog-posts-list {
  margin-top: 0;
}

.home .row.sidebar_right, .home .row.sidebar_left {
  margin-top: 50px;
}

/* ↓ Mega menu ↓ */
.mega-ajax-content .item .blog-post_media {
  margin-bottom: 14px;
}

.mega-ajax-content .item .blog-post_title {
  margin-bottom: 5px;
}

.mega-ajax-content .item .blog-post_content {
  white-space: normal;
}

.mega-ajax-content .item .meta-wrapper {
  background: none;
  padding-left: 0;
  padding-right: 0;
}

.mega-ajax-content .format-video .blog-post_media .blog-post_media_part, .mega-ajax-content .format-audio .blog-post_media .blog-post_media_part {
  padding-bottom: 70.272%;
}

/* ↑ Mega menu ↑ */

/* ↓ Blog Carousel ↓ */
.blog_carousel .wgl-carousel .slick-dots {
  margin-top: 0;
}

.blog_carousel .wgl-carousel-wrapper {
  overflow: visible;
}

.blog_carousel .wgl-carousel_wrapper > .wgl-carousel > .slick-slider > .slick-list {
  padding-top: 20px;
}

.blog_carousel.blog-style-standard .blog-post:hover {
  box-shadow: 3px 2px 18px 0px rgba(0, 0, 0, 0.1);
}

/* ↓ Meta Information ↓ */
.post_meta-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  text-transform: capitalize;
}

.post_meta-wrap .post_author img {
  border-radius: 50%;
  margin-right: 6px;
}

.post_meta-wrap .post_author:before {
  content: "\f125";
  font-family: flaticon;
  margin-right: 5px;
}

.post_meta-wrap .comments_post:before {
  content: "\f123";
  font-family: flaticon;
  margin-right: 10px;
}

.post_meta-wrap .meta-wrapper .post_date .post_date-icon {
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
}

.post_meta-wrap .meta-wrapper:first-child > *:not(:last-child) {
  margin-right: 30px;
}

.blog-post_content .meta-wrapper {
  font-size: 16px;
  color: #989898;
}

.blog-post_content .meta-wrapper img {
  border-radius: 50%;
  margin-right: 8px;
}

.meta-wrapper {
  font-weight: 600;
  line-height: 0;
}

.meta-wrapper * {
  line-height: 30px;
  color: inherit;
}

.meta-wrapper > * {
  display: inline-block;
}

.meta-wrapper > *:before {
  font-weight: 400;
}

/* ↑ Meta Information ↑ */

/* ↓ Category List ↓ */
.post_meta-categories {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.post_meta-categories span {
  display: inline-block;
  position: relative;
  color: #989898;
  margin-bottom: 8px;
}

.post_meta-categories span:not(:only-child):not(:last-child):after {
  content: '_';
  display: inline-block;
  color: inherit;
  margin: 0 4px;
}

.post_meta-categories a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: inherit;
  color: inherit;
  text-transform: uppercase;
}

.single_meta.format-video .blog-post_media .blog-post_media_part, .single_meta.format-audio .blog-post_media .blog-post_media_part {
  padding-bottom: 58%;
}

.single_meta .wgl-carousel {
  overflow: hidden;
}

.single_meta .zikzag_module_videobox img {
  box-shadow: none;
}

.single_meta .blog-post_title {
  margin-top: 18px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.32;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.single_meta .blog-post_media {
  margin-bottom: 41px;
}

.single_meta.post_format-post-format-quote .blog-post_media .blog-post_media_part {
  padding-top: 0;
}

.single_meta.format-standard-image .item_wrapper .blog-post_content .blog-post_media + .post_meta-categories, .single_meta.format-gallery .item_wrapper .blog-post_content .blog-post_media + .post_meta-categories {
  position: absolute;
}

/* ↓ Single post type 1 - title first ↓ */
.single_type-1 .blog-post.blog-post-single-item .blog-post_content .post_date {
  margin-bottom: 30px;
}

.single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_title {
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 5px;
}

.single_type-1 .blog-post.blog-post-single-item .blog-post_content .post_meta-wrap {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.single_type-1 .blog-post.blog-post-single-item.format-link .blog-post_media, .single_type-1 .blog-post.blog-post-single-item.format-quote .blog-post_media {
  margin-top: 85px;
  margin-bottom: 32px;
}

/* ↑ single post type 1 - title first ↑ */

/* ↓ Single post type 2 - image first ↓ */
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_media {
  margin-bottom: 0;
}

.single_type-2 .blog-post.blog-post-single-item .blog-post_content .post_meta-wrap {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}

.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 42px;
}

.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_likes-wrap .sl-count-text {
  display: none;
}

.single_type-2 .blog-post.blog-post-single-item .blog-post_content .post_date {
  position: relative;
  z-index: 2;
  margin-right: 30px;
  margin-left: auto;
  margin-top: -30px;
}

.single_type-2 .blog-post.blog-post-single-item.format-standard-image .blog-post_media + .post_meta-categories {
  position: absolute;
}

/* ↑ single post type 2 - image first ↑ */

/* ↓ Single post type 3 - overlay image ↓ */
.post_featured_bg {
  position: relative;
  margin-top: -40px;
  margin-bottom: 40px;
}

.post_featured_bg > .blog-post {
  display: flex;
  align-items: flex-end;
  padding-bottom: 0 !important;
}

@media (max-width:1024px) {
  .post_featured_bg > .blog-post {
    padding-top: 120px !important;
  }

}

@media (max-width:768px) {
  .post_featured_bg > .blog-post {
    padding-top: 120px !important;
  }

}

.post_featured_bg > .blog-post.format-no_featured:not(.format-video), .post_featured_bg > .blog-post.format-quote, .post_featured_bg > .blog-post.format-audio, .post_featured_bg > .blog-post.format-link {
  margin-top: 0;
}

.post_featured_bg > .blog-post .single_meta {
  margin: 0 auto;
  width: 100%;
}

.post_featured_bg .meta-wrapper {
  color: #ffffff;
}

.post_featured_bg .meta-wrapper img {
  transition: 0.3s;
}

.post_featured_bg .meta-wrapper span.post_author, .post_featured_bg .meta-wrapper span.comments_post {
  color: #ffffff;
}

.post_featured_bg .meta-wrapper span a {
  position: relative;
}

.post_featured_bg .meta-wrapper span a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s, color 0s;
  background: currentColor;
}

.post_featured_bg .meta-wrapper span a:hover:before {
  width: 100%;
}

.post_featured_bg .parallax-video {
  z-index: 1 !important;
}

.post_featured_bg .parallax-video + .wgl-container {
  position: relative;
  z-index: 2;
}

.post_featured_bg .blog-post_bg_media {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 33%;
}

.post_featured_bg .blog-post_bg_media:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #15222b;
  opacity: 0.4;
}

.post_featured_bg .post_meta-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 33px 0 33px;
  display: flex;
  justify-content: space-between;
}

.post_featured_bg .post_meta-wrap a:hover {
  color: inherit;
}

.post_featured_bg .post_meta-wrap:empty {
  display: none;
}

.post_featured_bg .wgl-likes {
  background: #14212b;
}

.post_featured_bg .wgl-likes .sl-icon, .post_featured_bg .wgl-likes .sl-count {
  color: #fff;
}

.post_featured_bg .blog-post_views-wrap {
  background: #14212b;
}

.post_featured_bg .blog-post_views-wrap .wgl-views .counts, .post_featured_bg .blog-post_views-wrap .wgl-views:before {
  color: #fff;
}

.post_featured_bg .blog-post {
  margin-bottom: 0;
}

.post_featured_bg .blog-post_title {
  position: relative;
  z-index: 1;
  margin: -4px 0 25px;
  font-size: 60px;
  line-height: 1.333;
  color: #ffffff;
}

@media (max-width:767px) {
  .post_featured_bg .blog-post_title {
    font-size: 32px;
  }

}

.post_featured_bg .content-container {
  position: relative;
  text-align: left;
}

.post_featured_bg .date_info {
  margin-top: 25px;
}

.post_featured_bg .post_meta-categories span {
  color: #ffffff;
}

.post_featured_bg .post_date {
  margin-bottom: 30px;
}

body.single-format-link .post_featured_bg + .wgl-container #main-content, body.single-format-quote .post_featured_bg + .wgl-container #main-content {
  margin-top: 70px;
}

/* ↑ single post type 3 - overlay image ↑ */
body.single #main-content > .blog-post {
  margin-bottom: 38px;
  margin-top: 0;
}

body.single .wgl-container .row.single_type-3 {
  padding-top: 20px;
}

.blog-post_text + .page-link {
  margin-bottom: 21px;
}

.blog-post_text + .button-read-more {
  margin-top: 20px;
}

.blog-post_text .alignleft:last-child, .blog-post_text .alignright:last-child {
  margin-bottom: 10px;
}

.button-read-more {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
}

.button-read-more i {
  transition: .4s;
}

.button-read-more .read-more-arrow {
  position: relative;
  z-index: 1;
  width: 0px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  transition: 0.5s;
  transition-delay: 0.4s;
}

.button-read-more .read-more-arrow:before, .button-read-more .read-more-arrow:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  right: 0;
  transition: 0.4s;
}

.button-read-more .read-more-arrow:before {
  bottom: 0;
  border-bottom: 2px solid;
  transform: rotate(0);
  transform-origin: 100% 100%;
}

.button-read-more .read-more-arrow:after {
  top: 0;
  border-top: 2px solid;
  transform: rotate(0);
  transform-origin: 100% 0;
}

.button-read-more:hover .read-more-arrow {
  width: 50px;
  margin-right: 13px;
  transition-delay: 0s;
}

.button-read-more:hover .read-more-arrow:before {
  transform: rotate(45deg);
  transition-delay: 0.4s;
}

.button-read-more:hover .read-more-arrow:after {
  transform: rotate(-45deg);
  transition-delay: 0.4s;
}

.tagcloud-wrapper .title_tags {
  font-size: 15px;
  margin-right: 18px;
}

.single_post_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 30px;
  padding-bottom: 35px;
  font-size: 14px;
  clear: both;
}

.single_post_info .blog-post_views-wrap {
  margin-right: 15px;
}

.post_info-divider {

  /* affects Portfolio Single */
  border-top: 1px solid #e5e5e5;
  clear: both;
  margin-bottom: 39px;
}

.post_info-divider:nth-last-child(2) {
  margin: 0;
}

.meta-wrapper + .post_info-divider {
  margin-top: 4px;
}

.blog-post_excerpt {
  margin: 0 0 38px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
}

.blog-post_excerpt > p:last-child {
  margin-bottom: 0;
}

.blog-post_likes-wrap + .share_post {
  padding-right: 20px;
}

.blog-post_likes-wrap .wgl-likes {
  line-height: 1.8;
  text-transform: uppercase;
}

.blog-post_likes-wrap .wgl-likes .sl-icon:before {
  color: inherit;
  transition: 0.3s;
}

.post_date {
  width: 60px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 60px;
  padding: 0 9px;
  border-radius: 5px;
  display: flex;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  flex-direction: column;
  line-height: 1;
  font-weight: 700;
  justify-content: center;
  box-shadow: 6px 5px 16px 0px rgba(0, 0, 0, 0.15);
}

.post_date span {
  font-size: 26px;
  margin-bottom: 2px;
}

/* ↓ Columns in Blog ↓ */
.blog_columns-2:not(.blog_masonry) .wgl_col-6:nth-child(2n+1), .blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n+1), .blog_columns-4:not(.blog_masonry) .wgl_col-3:nth-child(4n+1) {
  clear: left;
}

/* ↓ Post Prev/Next ↓ */
.zikzag-post-navigation {
  position: relative;
  padding: 0;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background: #f5f5f5;
}

.zikzag-post-navigation:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.prev-link, .next-link {
  position: relative;
  z-index: 1;
  padding: 20px 7.5px;
  font-size: 13px;
  font-weight: 700;
  color: #939393;
  text-transform: uppercase;
  background: #f2f2f2;
  transition: 300ms;
}

.prev-link_icon, .next-link_icon {
  display: inline-block;
  width: 0;
  height: 0px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  vertical-align: top;
  color: inherit;
}

.prev-link_icon:before, .next-link_icon:before {
  content: '\f11f';
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -6px;
  border: 0;
  font-family: flaticon;
  font-size: 12px;
  font-style: normal;
  vertical-align: middle;
}

.prev-link:hover, .next-link:hover {
  color: #ffffff !important;
}

.prev-link_wrapper, .next-link_wrapper {
  width: 50%;
  display: flex;
}

.prev-link_wrapper .info_wrapper, .next-link_wrapper .info_wrapper {
  display: flex;
  width: 100%;
}

.prev-link_wrapper .info_wrapper > a, .next-link_wrapper .info_wrapper > a {
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.8s;
  min-height: 130px;
  padding: 20px 40px;
  width: 100%;
}

@media (max-width:767px) {
  .prev-link_wrapper .info_wrapper > a, .next-link_wrapper .info_wrapper > a {
    padding: 20px 30px;
  }

}

.prev-link_wrapper .info_wrapper .prev_title, .prev-link_wrapper .info_wrapper .next_title, .next-link_wrapper .info_wrapper .prev_title, .next-link_wrapper .info_wrapper .next_title {
  display: inline-block;
  position: relative;
  max-width: 280px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  word-wrap: break-word;
  transition: 0.45s;
  color: #ffffff;
}

@media (max-width:350px) {
  .prev-link_wrapper .info_wrapper .prev_title, .prev-link_wrapper .info_wrapper .next_title, .next-link_wrapper .info_wrapper .prev_title, .next-link_wrapper .info_wrapper .next_title {
    max-width: 168px;
  }

}

.prev-link_wrapper .info_wrapper .prev_title:empty, .prev-link_wrapper .info_wrapper .next_title:empty, .next-link_wrapper .info_wrapper .prev_title:empty, .next-link_wrapper .info_wrapper .next_title:empty {
  display: none;
}

.prev-link {
  float: left;
}

.prev-link_wrapper a {
  justify-content: flex-start;
  text-align: left;
}

.prev-link_wrapper a:hover .prev-link-icon_wrapper span {
  right: 48px;
}

.prev-link_wrapper .image_prev {
  margin-right: 20px;
}

.prev-link_wrapper .prev_title {
  text-align: left;
}

.prev-link-icon_wrapper {
  width: 75px;
  height: 50px;
  position: relative;
  flex-shrink: 0;
}

@media (max-width:767px) {
  .prev-link-icon_wrapper {
    width: 65px;
    height: 40px;
  }

}

.prev-link-icon_wrapper span {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  position: absolute;
  display: block;
  right: 0;
  transition: 0.5s;
}

@media (max-width:767px) {
  .prev-link-icon_wrapper span {
    width: 40px;
    height: 40px;
  }

}

.prev-link-icon_wrapper:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  display: block;
  width: 48px;
  height: 1px;
  border-bottom: 1px solid #fff;
  transition: 0.5s;
}

@media (max-width:767px) {
  .prev-link-icon_wrapper:before {
    top: 18px;
    width: 43px;
  }

}

.prev-link-icon_wrapper:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 20px;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-right-width: 0;
  border-bottom-width: 0;
  transform: rotate(-45deg);
  display: block;
  transition: 0.5s;
}

@media (max-width:767px) {
  .prev-link-icon_wrapper:after {
    top: 15px;
  }

}

.prev-link-info_wrapper {
  margin-left: 30px;
}

@media (max-width:767px) {
  .prev-link-info_wrapper {
    margin-left: 20px;
  }

}

.next-link {
  float: right;
}

.next-link_wrapper {
  float: right;
  margin-left: auto;
}

.next-link_wrapper a {
  justify-content: flex-end;
  text-align: right;
}

.next-link_wrapper a:hover .next-link-icon_wrapper span {
  left: 48px;
}

.next-link_wrapper .next_title {
  text-align: right;
}

.next-link-icon_wrapper {
  width: 75px;
  height: 50px;
  position: relative;
  flex-shrink: 0;
}

@media (max-width:767px) {
  .next-link-icon_wrapper {
    width: 65px;
    height: 40px;
  }

}

.next-link-icon_wrapper span {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  position: absolute;
  display: block;
  left: 0;
  transition: 0.5s;
}

@media (max-width:767px) {
  .next-link-icon_wrapper span {
    width: 40px;
    height: 40px;
  }

}

.next-link-icon_wrapper:before {
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  display: block;
  width: 48px;
  height: 1px;
  border-bottom: 1px solid #fff;
  transition: 0.5s;
}

@media (max-width:767px) {
  .next-link-icon_wrapper:before {
    top: 18px;
    width: 43px;
  }

}

.next-link-icon_wrapper:after {
  content: "";
  position: absolute;
  right: 1px;
  top: 20px;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-right-width: 0;
  border-bottom-width: 0;
  transform: rotate(135deg);
  display: block;
  transition: 0.5s;
}

@media (max-width:767px) {
  .next-link-icon_wrapper:after {
    top: 15px;
  }

}

.next-link-info_wrapper {
  margin-right: 30px;
}

@media (max-width:767px) {
  .next-link-info_wrapper {
    margin-right: 20px;
  }

}

.prev-link-info_wrapper > span, .next-link-info_wrapper > span {
  display: block;
}

.prev-link-info_wrapper .meta-wrapper, .next-link-info_wrapper .meta-wrapper {
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}

/* ↑ post Prev/Next ↑ */

/* ↓ Related_posts ↓ */
.single.related_posts {
  margin-top: 95px;
}

.single.related_posts .zikzag_module_title {
  padding-bottom: 13px;
}

.single.related_posts .zikzag_module_title h4 {
  font-size: 36px;
}

.single.related_posts .blog-style-standard .blog-post:hover {
  box-shadow: 3px 2px 18px 0px rgba(0, 0, 0, 0.1);
}

/* ↑ related_posts ↑ */

/* ↓ Author info wrapper ↓ */
.author-info_wrapper {
  display: flex;
  position: relative;
  z-index: 0;
  margin: 50px 0 9px;
  border: 0;
  border-radius: 10px;
  background: #f5f5f5;
  overflow: hidden;
}

.author-info_avatar {
  min-width: 260px;
}

.author-info_content {
  flex-grow: 1;
  padding: 40px 34px 40px 34px;
}

.author-info_content .author-info_name {
  margin-bottom: 7px;
}

.author-info_name {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}

.author-info_name span {
  margin-right: 11px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.author-info_description {
  font-size: 16px;
}

.author-info_social-wrapper {
  margin-top: 20px;
  line-height: 1;
}

.author-info_social-link {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  margin-right: 10px;
}

.author-info_social-link:last-child {
  margin-right: 0;
}

.author-info_social-link.fa-twitter {
  color: #1da1f2;
}

.author-info_social-link.fa-twitter:hover {
  background: #1da1f2;
  color: #ffffff;
}

.author-info_social-link.fa-facebook-f {
  color: #3b5998;
}

.author-info_social-link.fa-facebook-f:hover {
  background: #1da1f2;
  color: #ffffff;
}

.author-info_social-link.fa-instagram {
  color: #c32aa3;
}

.author-info_social-link.fa-instagram:hover {
  background: #c32aa3;
  color: #ffffff;
}

.author-info_social-link.fa-linkedin-in {
  color: #007bb5;
}

.author-info_social-link.fa-linkedin-in:hover {
  background: #007bb5;
  color: #ffffff;
}

.author-info_social-link.fa-telegram-plane {
  color: #007bb5;
}

.author-info_social-link.fa-telegram-plane:hover {
  background: #007bb5;
  color: #ffffff;
}

.post_info-divider + .author-info_wrapper {
  margin-top: 39px;
}

/* ↑ author info wrapper ↑ */
.blog-post_wrapper .blog-post_media .zikzag_module_videobox img {
  box-shadow: none;
}

.blog-post_wrapper .blog-post_media .zikzag_module_videobox .videobox_link {
  border-color: transparent;
  opacity: 0.9;
}

.blog-post_wrapper .blog-post_content .zikzag_module_videobox .videobox_wrapper_link:before {
  display: none;
}

.blog-post_wrapper .blog-post_content .zikzag_module_videobox {
  margin-bottom: 50px;
}

.blog-post_bg_media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.blog-post_bg_media .slider-wrapper, .blog-post_bg_media .blog-post_media-slider {
  height: 100%;
}

/* Slick Settings */
.slider-wrapper.wgl-carousel .blog-post_media-slider_slick {
  height: 100%;
}

.slider-wrapper.wgl-carousel .blog-post_media-slider_slick .item_slick {
  position: relative;
  z-index: 5;
  height: 100%;
  width: 100%;
}

.slider-wrapper.wgl-carousel .blog-post_media-slider_slick .item_slick span {
  height: 100%;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  overflow: hidden;
}

.slider-wrapper.wgl-carousel .blog-post_media-slider_slick .item_slick span img {
  transform: scale(1.25, 1.25);
  transition: 500ms ease-in-out;
}

.slider-wrapper.wgl-carousel .blog-post_media-slider_slick .item_slick.slick-active span img {
  transform: scale(1, 1);
}

.slider-wrapper.wgl-carousel .blog-post_media-slider_slick .slick-list, .slider-wrapper.wgl-carousel .blog-post_media-slider_slick .slick-track {
  height: 100%;
}

.slider-wrapper.wgl-carousel .slick-slider {
  z-index: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slider-wrapper.wgl-carousel .slick-slider .slick-arrow {
  z-index: 100;
}

.blog_carousel_title-arrow .wgl-carousel .slick-prev.slick-arrow, .blog_carousel_title-arrow .wgl-carousel .slick-next.slick-arrow {
  display: none !important;
}

.blog_title.zikzag_module_title {
  justify-content: flex-start;
  padding-bottom: 15px;
}

.wgl_module_title.item_title {
  position: relative;
}

.wgl_module_title.item_title .carousel_arrows {
  position: absolute;
  right: 0;
  top: 2px;
  text-align: center;
  z-index: 2;
}

.wgl_module_title.item_title .carousel_arrows span[class*="slick_arrow"] {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  background: #f2f2f2;
  cursor: pointer;
  transition: 0.45s ease;
}

.wgl_module_title.item_title .carousel_arrows span[class*="slick_arrow"] span {
  display: block;
  line-height: 25px;
  text-align: center;
}

.wgl_module_title.item_title .carousel_arrows span[class*="slick_arrow"] span:after {
  content: '\f11f';
  font-family: flaticon;
  font-size: 14px;
  display: inline-block;
  border: 0;
  color: #939393 !important;
  vertical-align: top;
  line-height: 25px;
}

.wgl_module_title.item_title .carousel_arrows span[class*="slick_arrow"]:hover span:after {
  color: #fff !important;
}

.wgl_module_title.item_title .carousel_arrows span[class*="slick_arrow"].left_slick_arrow span:after {
  content: "\f103";
}

.row.sidebar_left .content-container {
  float: right;
}

.container-grid.row > .wgl-carousel {
  margin-left: 0;
  margin-right: 0;
}

.container-grid.row > .wgl-carousel.navigation_offset_element {
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.container-grid.row > .wgl-carousel.navigation_offset_element > .slick-slider {
  overflow: visible;
}

.container-grid.row > .wgl-carousel.navigation_offset_element .slick-list {
  overflow: hidden;
}

.blog_subtitle {
  font-size: 18px;
  line-height: 1.4;
}

/* ↓ Views ↓ */
.blog-post_views-wrap {
  font-size: 14px;
  font-weight: 700;
  background: #f5f5f5;
  padding: 0 10px;
  border-radius: 3px;
}

.blog-post_views-wrap .wgl-views {
  line-height: 1;
}

.blog-post_views-wrap .wgl-views:before {
  content: '\f06e';
  font-family: "Font Awesome 5 Free";
  padding-right: 0.67em;
  transition: 0.3s;
  color: #adadad;
}

.blog-post_views-wrap .wgl-views .counts {
  color: #616161;
}

/* ↓ Attachment media ↓ */
.attachment_media .meta-wrapper {
  margin-bottom: 10px;
  font-weight: 600;
}

.attachment_media .meta-wrapper > span {
  position: relative;
  padding-left: 23px;
}

.attachment_media .meta-wrapper > span:first-child {
  padding-left: 0;
}

.attachment_media .meta-wrapper > span:first-child:before {
  display: none;
}

.parallax-video {
  position: absolute !important;
  z-index: 2 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit:cover;
  ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* ↓ Blog Archive ↓ */
.blog_archive-cat {
  margin-bottom: 20px;
  text-align: center;
}

.blog_archive-cat_title {
  text-transform: capitalize;
}

.archive .wgl_blog_list {
  margin-bottom: 30px;
}

@media (max-width:1024px) {
  .blog_columns-2:not(.blog_masonry) .wgl_col-6:nth-child(2n+1) {
    clear: none;
  }

  .blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n+1) {
    clear: none;
  }

  .blog_columns-4:not(.blog_masonry) .wgl_col-3:nth-child(4n+1) {
    clear: none;
  }

  .blog_columns-2:not(.blog_masonry) .wgl_col-6:nth-child(2n+1) {
    clear: left;
  }

  .blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n+1) {
    clear: left;
  }

  .blog_columns-4:not(.blog_masonry) .wgl_col-3:nth-child(2n+1) {
    clear: left;
  }

  .zikzag-post-navigation {
    margin-bottom: 0;
  }

}

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

  .prev-link_wrapper, .next-link_wrapper {
    max-width: 100%;
    width: 100%;
  }

  .zikzag-post-navigation .back-nav_page {
    display: none;
  }

}

@media (max-width:600px) {
  .single_type-2 .blog-post.blog-post-single-item .blog-post_content .meta-wrapper, .single_type-1 .blog-post.blog-post-single-item .blog-post_content .meta-wrapper {
    max-width: 100%;
  }

  .post_featured_bg .post_meta-wrap {
    padding: 15px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .post_featured_bg .post_meta-wrap .meta-wrapper:last-child:not(:only-child) {
    margin-top: 10px;
  }

  .post_featured_bg .blog-post_title {
    margin-bottom: 15px;
  }

}

/* ==================== ##Shares Style ==================== */

/* Post List Share */
.share_post-container {
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}

.share_post-container:hover .share_social-wpapper, .share_post-container:hover .share_social-wpapper ul > li {
  opacity: 1;
  visibility: visible;
}

.share_post-container:hover .share_social-wpapper ul > li:nth-last-child(1) {
  transition-delay: 0s;
}

.share_post-container:hover .share_social-wpapper ul > li:nth-last-child(2) {
  transition-delay: 0.15s;
}

.share_post-container:hover .share_social-wpapper ul > li:nth-last-child(3) {
  transition-delay: 0.3s;
}

.share_post-container:hover .share_social-wpapper ul > li:nth-last-child(4) {
  transition-delay: 0.45s;
}

.share_post-container:hover .share_social-wpapper ul > li:nth-last-child(5) {
  transition-delay: 0.6s;
}

.share_post-container:hover .share_social-wpapper ul > li:nth-last-child(6) {
  transition-delay: 0.75s;
}

.share_post-container:hover > a:after {
  transform: scale(0.2);
}

.share_post-container:hover > a {
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}

.share_post-container .share_post {
  display: block;
  color: inherit;
}

.share_post-container span {
  display: block;
  line-height: inherit;
  border-radius: 3px;
  transition: all .45s;
}

.share_post-container > a {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  pointer-events: none;
  color: #c9c9c9;
  font-size: 14px;
  font-weight: 700;
  background: #f5f5f5;
  padding: 0 10px;
  border-radius: 3px;
  transition: 0.5s;
  line-height: 30px;
}

.share_post-container > a:before {
  content: "\f1e0";
  font-family: 'Font Awesome 5 Free';
  line-height: 1;
  font-weight: 600;
  color: #adadad;
  vertical-align: middle;
}

.share_post-container .share_facebook .fab {
  color: #3b5998;
}

.share_post-container .share_twitter .fab {
  color: #1da1f2;
}

.share_post-container .share_pinterest .fab {
  color: #e40000;
}

.share_post-container .share_linkedin .fab {
  color: #007bb5;
}

.share_post-container .share_post:hover.share_facebook .fab {
  background-color: #3b5998;
}

.share_post-container .share_post:hover.share_twitter .fab {
  background-color: #1da1f2;
}

.share_post-container .share_post:hover.share_pinterest .fab {
  background-color: #e40000;
}

.share_post-container .share_post:hover.share_linkedin .fab {
  background-color: #007bb5;
}

.share_post-container .share_post:hover .fab {
  color: #fff;
}

.share_post-container .share_social-wpapper {
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  height: 30px;
  border-radius: 30px;
  padding: 0 40px 0 7px;
  font-size: 13px;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.55s ease-in-out;
}

.share_post-container .share_social-wpapper ul {
  margin-left: 0;
  height: 100%;
  padding: 0;
  font-size: inherit;
  white-space: nowrap;
}

.share_post-container .share_social-wpapper ul li {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  text-align: center;
  vertical-align: top;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  background: #fff;
  border-radius: 3px;
  box-shadow: 8px 6px 38px 0px rgba(0, 0, 0, 0.1);
}

.share_post-container .share_social-wpapper ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.share_post-container .share_social-wpapper ul li:nth-child(1) {
  transition-delay: 0s;
}

.share_post-container .share_social-wpapper ul li:nth-child(2) {
  transition-delay: 0.1s;
}

.share_post-container .share_social-wpapper ul li:nth-child(3) {
  transition-delay: 0.2s;
}

.share_post-container .share_social-wpapper ul li:nth-child(4) {
  transition-delay: 0.3s;
}

.share_post-container .share_social-wpapper ul li:nth-child(5) {
  transition-delay: 0.4s;
}

.share_post-container .share_social-wpapper ul li .share_post span.fa {
  transition: 0.4s;
}

/* Post Share */
.single_info-share_social-wpapper .share_link, .single_info-share_social-wpapper .share_post {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  transition: 0.45s ease-in-out;
  overflow: hidden;
  width: 30px;
  margin: 0 5px;
  border-radius: 50%;
  vertical-align: middle;
}

.single_info-share_social-wpapper .share_facebook .fab {
  background-color: #3b5998;
}

.single_info-share_social-wpapper .share_facebook .fab ~ .share_text {
  background-color: #3b5998;
}

.single_info-share_social-wpapper .share_twitter .fab {
  background-color: #1da1f2;
}

.single_info-share_social-wpapper .share_twitter .fab ~ .share_text {
  background-color: #1da1f2;
}

.single_info-share_social-wpapper .share_pinterest .fab {
  background-color: #e40000;
}

.single_info-share_social-wpapper .share_pinterest .fab ~ .share_text {
  background-color: #e40000;
}

.single_info-share_social-wpapper .share_linkedin .fab {
  background-color: #007bb5;
}

.single_info-share_social-wpapper .share_linkedin .fab ~ .share_text {
  background-color: #007bb5;
}

.single_info-share_social-wpapper .share_social-title {
  text-transform: uppercase;
  font-weight: 800;
  vertical-align: middle;
  margin-right: 15px;
}

.single_info-share_social-wpapper .share_link span.fab {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  z-index: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  transition: 0.5s;
}

.single_info-share_social-wpapper .share_link:hover {
  transform: translateY(-2px);
}

/* Author Post Share */
.author-info_social-wrapper .author-info_social-link.fa {
  color: #b5b5b5;
}

/* Page Share */
.wgl-social-share_pages {
  position: absolute;
  z-index: 90;
}

.wgl-social-share_pages.fixed {
  position: fixed;
  z-index: 90;
}

.wgl-social-share_pages.standard_style ul {
  margin: 0;
  padding: 0;
}

.wgl-social-share_pages.standard_style li {
  padding: 0;
  margin-bottom: 5px;
  list-style: none;
}

.wgl-social-share_pages.standard_style a {
  line-height: 40px;
  width: 60px;
  text-align: right;
  border-radius: 0 30px 30px 0;
  color: #bdbdbd;
  display: block;
  box-sizing: border-box;
  padding-right: 16px;
  transition: 0.45s;
}

.wgl-social-share_pages.standard_style a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  border-radius: 0 30px 30px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
}

.wgl-social-share_pages.standard_style a:hover {
  color: #ffffff;
}

.wgl-social-share_pages.standard_style a:hover:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.wgl-social-share_pages.standard_style a span {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 20px;
  text-align: center;
}

.wgl-social-share_pages.hovered_style {
  top: 40%;
  left: 40px;
}

.wgl-social-share_pages.hovered_style .share_social-desc {
  position: absolute;
  z-index: -1;
  width: 40px;
  height: 40px;
}

.wgl-social-share_pages.hovered_style .share_social-title {
  position: absolute;
  z-index: 12;
  bottom: calc(100% + 14px);
  border-radius: 0;
  padding: 0;
  font-size: 13px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #323232;
  text-transform: uppercase;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  white-space: nowrap;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  transform: translateY(0%) rotate(180deg);
  transition: 0.45s;
}

.wgl-social-share_pages.hovered_style .share_social-icon-plus {
  display: inline-block;
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;      /* Vertical line */

  /* horizontal line */
}

.wgl-social-share_pages.hovered_style .share_social-icon-plus:before {
  width: 2px;
  height: 12px;
  margin-top: -6px;
  margin-left: -1px;
}

.wgl-social-share_pages.hovered_style .share_social-icon-plus:after {
  width: 12px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;
}

.wgl-social-share_pages.hovered_style .share_social-icon-plus:before, .wgl-social-share_pages.hovered_style .share_social-icon-plus:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  background: #fff;
}

.wgl-social-share_pages.hovered_style ul {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 40px;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 30px);
  transition: 0.2s ease-in-out;
}

.wgl-social-share_pages.hovered_style ul li {
  padding: 0;
  text-align: center;
  list-style: none;
}

.wgl-social-share_pages.hovered_style ul li a {
  color: #323232;
}

.wgl-social-share_pages.hovered_style ul li a span {
  display: inline-block;
  width: 20px;
  font-size: 14px;
  text-align: center;
}

.wgl-social-share_pages.hovered_style:hover .share_social-title {
  opacity: 0;
}

.wgl-social-share_pages.hovered_style:hover .share_social-icon-plus {
  transform: rotate(-45deg);
}

.wgl-social-share_pages.hovered_style:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

/* ↓ Portfolio Share ↓ */
.wgl-portfolio-single_item .single_info-share_social-wpapper .share_title {
  font-weight: 700;
}

.wgl-portfolio-single_item .single_info-share_social-wpapper > span {
  text-transform: capitalize;
}

/* ↑ Portfolio Share ↑ */

/* ↓ Shop Share ↓ */
.woocommerce div.product .share_social-wpapper .share_link {
  margin-right: 20px;
  font-size: 12px;
  color: #c2c2c2;
}

.woocommerce div.product .share_social-wpapper .share_link span.fa {
  transition: .45s ease-in-out;
}

.woocommerce div.product .share_social-wpapper .share_link:last-child {
  margin-right: 0;
}

/* #Likes */
.wgl-likes {
  font-size: 14px;
  font-weight: 700;
  background: #f5f5f5;
  padding: 0;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.4s;
}

.wgl-likes .sl-button {
  color: inherit;
  cursor: pointer;
  padding: 0 10px;
  display: inline-block;
}

.wgl-likes .sl-icon {
  margin-right: 5px;
  line-height: 1;
  vertical-align: middle;
  color: #adadad;
  transition: 0.4s;
}

.wgl-likes .sl-icon.unliked {
  color: #d24055;
}

.wgl-likes .sl-count {
  color: #616161;
  transition: 0.4s;
}

.wgl-likes + .blog-post_views-wrap {
  margin-left: 5px;
}

.wgl-likes:hover .sl-icon, .wgl-likes:hover .sl-count {
  color: #ffffff;
}

.wgl-portfolio-single_item .wgl-likes {
  line-height: 30px;
  margin-left: 20px;
}

.wgl-portfolio-single_item .wgl-likes .sl-icon, .wgl-portfolio-single_item .wgl-likes .sl-count {
  color: #ffffff;
}

.wgl-portfolio-single_item .wgl-likes:hover {
  background: #f5f5f5;
}

.wgl-portfolio-single_item .wgl-likes:hover .sl-icon, .wgl-portfolio-single_item .wgl-likes:hover .sl-count {
  color: #adadad;
}

/* ==================== ##Isotope (Recommended) ==================== */

/* https://isotope.metafizzy.co/v1/docs/introduction.html */

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
  transition-duration: 0.8s;
}

.isotope {
  transition-property: height, width;
}

.isotope .isotope-item {
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  transition-duration: 0s;
}

/* ==================== ##Lists Style ==================== */
body ul, body ol {
  margin-left: 0.4em;
  padding-left: 0.9em;
}

body ul li, body ol li {
  position: relative;
  z-index: 1;
}

body ul > li:last-child, body ol > li:last-child {
  padding-bottom: 0;
}

body ol {
  list-style: none;
  padding-left: 1.5em;
}

body ul[class*=zikzag_] {
  margin-left: 0;
  padding-left: 0;
}

body ul[class*=zikzag_] li {
  list-style: none;
}

body ul[class*=zikzag_] li:before {
  content: '';
  position: absolute;
  z-index: 1;
  border-radius: unset;
}

body ul.zikzag_dot li {
  padding-left: calc(0.5em + 14px);
}

body ul.zikzag_dot li:before {
  top: -.1em;
  left: -20px;
  width: 0.3125em;
  height: 0.3125em;
  border-radius: 50%;
  line-height: inherit;
  display: inline-block;
  position: relative;
  margin-right: -0.3125em;
}

body ul.zikzag_hyphen li {
  padding-left: calc(1.1em + 2px);
}

body ul.zikzag_hyphen li:before {
  top: 1.3em;
  left: 0.15em;
  width: 0.6em;
  height: 0.125em;
}

body ul.zikzag_plus li {
  padding-left: calc(1em + 3px);
}

body ul.zikzag_plus li:before {
  top: 20px;
  left: 3px;
  width: 8px;
  height: 2px;
}

body ul.zikzag_plus li:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 17px;
  left: 6px;
  width: 2px;
  height: 8px;
}

body ul.zikzag_check li {
  padding-left: calc(1.3em + 8px);
}

body ul.zikzag_check li:before {
  content: "\f113";
  top: 13px;
  left: 0;
  font-family: flaticon;
  line-height: 1;
  background: transparent;
}

body ul.zikzag_arrow-top li, body ul.zikzag_arrow-bottom li {
  padding-left: calc(1em + 17px);
}

body ul.zikzag_arrow-top li:before, body ul.zikzag_arrow-bottom li:before {
  font-family: flaticon;
  font-size: 1.25em;
  font-weight: normal;
  content: '\f117';
  top: 0;
  left: 0;
  background: transparent;
}

body ul.zikzag_arrow-top li:before {
  transform: rotate(-45deg);
}

body ul.zikzag_arrow-bottom li:before {
  transform: rotate(45deg);
}

body ul.no-list-style li {
  padding: 0;
  list-style: none;
}

body ol {
  counter-reset: li;
}

body ol[start="1"] {
  counter-reset: li 0;
}

body ol[start="2"] {
  counter-reset: li 1;
}

body ol[start="3"] {
  counter-reset: li 2;
}

body ol[start="4"] {
  counter-reset: li 3;
}

body ol[start="5"] {
  counter-reset: li 4;
}

body ol[start="6"] {
  counter-reset: li 5;
}

body ol[start="7"] {
  counter-reset: li 6;
}

body ol[start="8"] {
  counter-reset: li 7;
}

body ol[start="9"] {
  counter-reset: li 8;
}

body ol[start="10"] {
  counter-reset: li 9;
}

body ol[start="11"] {
  counter-reset: li 10;
}

body ol[start="12"] {
  counter-reset: li 11;
}

body ol[start="13"] {
  counter-reset: li 12;
}

body ol[start="14"] {
  counter-reset: li 13;
}

body ol[start="15"] {
  counter-reset: li 14;
}

body ol[start="16"] {
  counter-reset: li 15;
}

body ol[start="17"] {
  counter-reset: li 16;
}

body ol[start="18"] {
  counter-reset: li 17;
}

body ol[start="19"] {
  counter-reset: li 18;
}

body ol[start="20"] {
  counter-reset: li 19;
}

body ol[start="21"] {
  counter-reset: li 20;
}

body ol[start="22"] {
  counter-reset: li 21;
}

body ol[start="23"] {
  counter-reset: li 22;
}

body ol[start="24"] {
  counter-reset: li 23;
}

body ol[start="25"] {
  counter-reset: li 24;
}

body ol[start="26"] {
  counter-reset: li 25;
}

body ol[start="27"] {
  counter-reset: li 26;
}

body ol[start="28"] {
  counter-reset: li 27;
}

body ol[start="29"] {
  counter-reset: li 28;
}

body ol[start="30"] {
  counter-reset: li 29;
}

body ol > li {
  position: relative;
  counter-increment: li;
}

body ol > li:before {

  /* https://www.w3.org/Style/Examples/007/color-bullets.en.html */
  content: "."counter(li);
  display: inline-block;
  position: static;
  width: auto;
  height: auto;
  margin-left: calc(-1.45em - 1px);
  margin-right: 15px;
  font-size: 1.25em;
  line-height: inherit;
  font-weight: 600;
  direction: rtl;
}

body ul ol > li:before {
  top: 0;
  background-color: transparent !important;
}

body li ol {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* ==================== ##Comments ==================== */
.single.related_posts + .row #comments {
  margin-top: 60px;
  padding-top: 0;
}

#comments {
  margin-top: 50px;
  margin-bottom: 44px;
  clear: both;
}

#comments:before {
  content: '';
  display: block;
  clear: both;
}

#comments ul ul.children, #comments ol ul.children {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

#comments #respond {
  margin-top: 52px;
  padding: 45px 56px 48px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
}

#comments > h3 {
  position: relative;
  z-index: 10;
}

#comments > h3 .number-comments {
  color: #d3d3d3;
  margin-left: .25em;
}

#comments .pingback .edit-link .comment-edit-link, #comments .trackback .edit-link .comment-edit-link {
  font-size: 0.75em;
  color: #7e7676;
  margin-left: 0.3133em;
}

#comments .pingback .edit-link .comment-edit-link:hover, #comments .trackback .edit-link .comment-edit-link:hover {
  color: #b9a9cd;
}

#comments .comment-notes {
  margin-bottom: 30px;
}

#comments .form-submit {
  margin-bottom: 0;
  clear: both;
}

#comments .form-submit input[name='submit'] {
  min-width: 160px;
}

#comments .commentlist {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: inherit;
  list-style: none;
}

#comments .commentlist li.pingback, #comments .commentlist li.trackback {
  padding: 0;
}

#comments .commentlist li.pingback .comment-body, #comments .commentlist li.trackback .comment-body {
  display: inline;
}

#comments .commentlist li.pingback:before, #comments .commentlist li.trackback:before {
  display: none;
}

#comments .commentlist + * {
  margin-top: 46px;
}

#comments .commentlist .comment-respond {
  margin: 20px 0;
}

#comments .commentlist .comment {
  padding: 0;
}

#comments .commentlist .comment:before, #comments .commentlist .comment:after {
  display: none;
}

#comments .commentlist .comment .stand_comment {
  min-height: 160px;
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 43px 0 26px 110px;
}

#comments .commentlist .comment .stand_comment .thiscommentbody {
  position: relative;
  z-index: 1;
  min-height: 70px;
}

#comments .commentlist .comment .stand_comment .meta-wrapper {
  padding-top: 4px;
}

#comments .commentlist .comment .stand_comment .meta-wrapper, #comments .commentlist .comment .stand_comment .meta-wrapper .comment-edit-link {
  color: #bcbcbc;
}

#comments .commentlist .comment .commentava {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -110px;
  width: 80px;
  height: 80px;
}

#comments .commentlist .comment.pingback .stand_comment {
  padding-left: 0;
}

#comments .commentlist .comment .children .comment {
  margin-left: 70px;
}

#comments .commentlist .comment .children .stand_comment {
  padding-left: 110px;
}

#comments .commentlist .comment .children .stand_comment .commentava {
  left: -110px;
}

#comments .commentlist > .comment > .children > .comment {
  margin-left: 110px;
}

#comments .commentlist > .comment:last-child {
  margin-bottom: -1px;
}

#comments .commentlist > .comment:last-child .stand_comment:last-child {
  border-bottom: 0;
}

#comments .commentlist .comment_info {
  display: inline-block;
  padding-right: 14px;
}

#comments .commentlist .comment_info .meta-wrapper {
  float: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  background: none;
  opacity: 1;
}

#comments .commentlist .comment_info .meta-wrapper > span {
  text-transform: uppercase;
}

#comments .commentlist .comment_info .meta-wrapper * {
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
}

#comments .commentlist .comment_info .meta-wrapper .comment-edit-link {
  transition: color 0.3s;
}

#comments .commentlist .comment_info .meta-wrapper .comment-edit-link span {
  transition: 0s;
}

#comments .commentlist .comment_author_says {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  padding-top: 0;
}

#comments .commentlist .comment_author_says a {
  font-weight: inherit;
  font-size: inherit;
}

#comments .commentlist .comment_content {
  margin-top: -4px;
  line-height: 30px;
}

#comments .commentlist .comment_content ul, #comments .commentlist .comment_content ol {
  padding-bottom: 20px;
}

#comments .commentlist .comment_content ul ul, #comments .commentlist .comment_content ul ol, #comments .commentlist .comment_content ol ul, #comments .commentlist .comment_content ol ol {
  padding-bottom: 0;
}

#comments .comment-reply-link {
  display: inline-block;
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
  transition: 0.3s;
}

#comments .comment-reply-link:before {
  content: "\f117";
  font-family: flaticon;
  font-size: 16px;
  line-height: inherit;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  color: inherit;
  opacity: 1;
  transform: translateX(-27px);
  transition: transform .3s ease-out, opacity .2s .1s ease-out;
}

#comments .comment-reply-link:hover:before {
  transform: translateX(-5px);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.49, -0.7, 0.29, 0.29), opacity 0.3s 0.2s ease-in;
}

#comments #cancel-comment-reply-link {
  font-weight: 300;
  text-transform: capitalize;
  opacity: 0.8;
}

#comments small #cancel-comment-reply-link {
  font-size: 18px;
  margin-left: 10px;
}

#comments ol.commentlist > li.comment:first-child {
  margin-top: -6px;
}

#comments ol.commentlist > li.trackback:first-child, #comments ol.commentlist > li.pingback:first-child {
  margin-top: 26px;
}

#comments .comments-title {
  margin-bottom: -11px;
  font-size: 36px;
}

body .comment-respond .comment-reply-title {
  position: relative;
  font-size: 36px;
  font-weight: 700;
}

body .comment-respond .comment-form {
  margin-left: -10px;
  margin-right: -10px;
}

body .comment-respond .comment-form [class*='wgl_col-'], body .comment-respond .comment-form > p {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

body .comment-respond label {
  margin: 0;
}

body .comment-respond .form_field {
  width: 100%;
  margin-bottom: 20px !important;
}

body .comment-respond textarea.form_field {
  resize: none;
  margin-bottom: 20px !important;
}

body .comment-form-cookies-consent {
  clear: both;
  top: -10px;
}

body .comment-form-cookies-consent > * {
  display: inline-block;
  vertical-align: middle;
}

body .comment-form-cookies-consent > input {
  margin-right: 7px;
}

.wp-block-latest-comments > li {
  padding-left: 0;
}

.blog-post_content ol.wp-block-latest-comments.has-avatars {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.blog-post_content ol.wp-block-latest-comments.has-avatars li:before {
  display: none;
}

.blog-post_content ol.wp-block-latest-comments:not(.has-excerpts):not(.has-avatars) li article {
  display: inline-block;
}

/* ==================== ##Contact Form ==================== */
.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}

.wpcf7 .wpcf7-response-output {
  margin: 0;
}

.wpcf7 input:not([type='submit']), .wpcf7 select, .wpcf7 textarea {
  width: 100%;
}

.wpcf7 select {
  color: #79859c;
}

.wpcf7-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.wpcf7-form .row [class*='wgl_col-'] {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7-not-valid {
  border-color: #ff0000;
}

.wpcf7-not-valid-tip {
  padding-top: 5px;
}

.wpcf7 .form-icon {
  position: absolute;
  z-index: 1;
  top: 9px;
  right: 35px;
  font-size: 14px;
  color: #bababa;
}

.wpcf7 .wpcf7-submit {
  margin-top: 0;
  color: #ffffff;
}

.wpcf7 .wpcf7-submit:hover {
  color: #ffffff;
}

.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item, .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
}

.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input, .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input {
  width: auto;
  height: auto;
}

.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input + .wpcf7-list-item-label, .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input + .wpcf7-list-item-label {
  padding-left: 0.5em;
}

.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label, .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label span, .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label span {
  font-size: 1rem;
  font-weight: normal;
}

.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input[type='radio'] {
  -webkit-appearance: radio;
  appearance: radio;
}

.wpb_text_column .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}

.sign_up {
  display: flex;
  justify-content: center;
  margin-right: -20px;
}

.sign_up input[type='submit'] {
  margin-left: 20px;
  height: 50px;
}

.sign_up input[type='email'] {
  width: 350px;
}

.sign_up .ajax-loader {
  display: none;
}

.coming-soon .button__wrapper {
  margin-top: 0;
}

.coming-soon .button__wrapper input[type='submit'] {
  height: 44px;
}

/* Footer Contact Form */
.footer .wpcf7 input:not([type='submit']) {
  font-size: 14px;
  font-weight: 400;
  color: inherit;
  outline: unset;
  background: transparent;
  box-shadow: unset;
  overflow: hidden;
}

.footer .wpcf7 input:not([type='submit']):focus, .footer .wpcf7 input:not([type='submit']):active {
  border-color: inherit;
  background: transparent;
}

.footer .wpcf7 input[type='email'] {
  position: relative;
  width: 100%;
  height: 50px;
  margin: unset;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0px 60px 0 20px;
  color: #ffffff;
}

.footer .wpcf7 input[type='submit'], .footer .wpcf7 .footer-submit, .footer .wpcf7 .footer-submit:before {
  position: absolute;
  width: 41px;
  height: 41px;
  padding: 0;
  border: transparent;
  color: transparent;
}

.footer .wpcf7 input[type='submit'] {
  top: 4px;
  right: 4px;
  background: transparent;
}

.footer .wpcf7 .footer-submit {
  position: absolute;
  top: 4px;
  right: 4px;
}

.footer .wpcf7 .footer-submit:before {
  content: '\f123';
  top: 0;
  right: 0;
  padding-top: 6px;
  font-family: flaticon;
  color: #ffffff;
  text-align: center;
  transition: 0.4s;
}

.footer .wpcf7 .footer-submit input[type='submit'] {
  top: 0;
  right: 0;
}

.footer .wpcf7 form > p:last-of-type {

  /* this expected to be a submit container */
}

.footer .wpcf7 form > p:last-of-type:after {
  content: '\f123';
  position: absolute;
  z-index: 0;
  top: 4px;
  right: 4px;
  width: 41px;
  height: 41px;
  font-family: flaticon;
  text-align: center;
  color: #ffffff;
  line-height: 42px;
}

/* End Footer Contact Form */

/* Coming Soon */
.coming-soon_form .wpcf7 {
  text-align: center;
}

.coming-soon_form .wpcf7 input:not([type='submit']), .coming-soon_form .wpcf7 select, .coming-soon_form .wpcf7 textarea {
  display: inline-block;
  width: 365px;
  background: rgba(245, 245, 245, 0.2);
}

.coming-soon_form .wpcf7 input:not([type='submit']):-ms-input-placeholder, .coming-soon_form .wpcf7 textarea:-ms-input-placeholder {
  color: #ffffff;
}

.coming-soon_form .wpcf7 input:not([type='submit']), .coming-soon_form .wpcf7 input:not([type='submit'])::placeholder, .coming-soon_form .wpcf7 textarea, .coming-soon_form .wpcf7 textarea::placeholder {
  color: #ffffff;
}

.coming-soon_form .wpcf7 .wpcf7-form-control-wrap {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

.coming-soon_form .wpcf7 .wpcf7-submit {
  height: 50px;
  margin-top: 0;
  color: #ffffff;
}

.coming-soon_form .wpcf7 .wpcf7-submit:hover {
  background-color: #ffffff;
}

.coming-soon_form .wpcf7 span[role='alert'] {
  text-align: left;
}

.coming-soon_form .wpcf7 .wpcf7-response-output {
  color: #ff0000;
  max-width: 515px;
  text-align: left;
  margin: auto auto 30px;
}

/* Dark styles */
.dark-form .wpcf7-form-control {
  background-color: #22303e !important;
}

.dark-form .wpcf7-form-control:-ms-input-placeholder {
  color: #ffffff !important;
}

.dark-form .wpcf7-form-control, .dark-form .wpcf7-form-control::placeholder {
  color: #ffffff !important;
}

.dark-form .wpcf7-submit, .dark-form ~ * .wpcf7-submit {
  background-color: #da251c !important;
  color: #FFFFFF !important;
}
.dark-form .wpcf7-submit:hover, .dark-form ~ * .wpcf7-submit:hover {
  background-color: #ffffff !important;
  color: #22303e !important;
}

/* Demo styles */
.wpcf7 .demo-1-form .wpcf7-form-control {
  border-color: currentColor;
  color: #8b8b8b;
  background: transparent;
}

.wpcf7 .demo-1-form .wpcf7-form-control:focus {
  color: #ffffff;
}

.wpcf7 .demo-1-form .wpcf7-submit {
  border: unset;
  height: 50px;
  color: #ffffff;
}

.wpcf7 .demo-1-form [role='alert'] {
  display: inline-block !important;
  color: #ffffff;
}

@media (min-width:768px) {
  .wpcf7 .demo-1-form .wgl_col-5 {
    width: 37%;
  }

  .wpcf7 .demo-1-form .wgl_col-2 {
    width: 24%;
  }

}

/* ==================== ##Slick Slider ==================== */
.wgl-carousel {
  position: relative;
  z-index: 1;
}

.wgl-carousel .slick-slider {
  display: block;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.wgl-carousel .slick-list {
  display: block;
  position: relative;
  z-index: 1;
}

.wgl-carousel .slick-track {
  position: relative;
  z-index: 1;
}

.wgl-carousel .slick-track:after {
  content: '';
  display: table;
  clear: both;
}

.wgl-carousel .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  cursor: pointer;
}

.wgl-carousel .slick-slide.dragging img {
  pointer-events: none;
}

.wgl-carousel .slick-loading .slick-track, .wgl-carousel .slick-loading .slick-slide {
  visibility: hidden;
}

.wgl-carousel-wrapper, .wgl-carousel_wrapper {
  overflow: hidden;
}

/* ==================== ##Pagination ==================== */
.wgl-pagination {
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 30px;
  list-style: none;
}

.wgl-pagination .page {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  line-height: 2.5;
}

.wgl-pagination .page-numbers {
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 45px;
  min-width: 45px;
  line-height: 45px;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  padding: 0px 5px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #ffffff;
  transition: 0.4s;
  border-radius: 5px;
}

.wgl-pagination .page-numbers.next, .wgl-pagination .page-numbers.prev {
  font-size: 14px;
  font-weight: 400;
}

.wgl-pagination .page span.current {
  position: relative;
  z-index: 1;
  cursor: default;
  color: #ffffff;
}

.wgl-pagination .page:first-child {
  margin-left: 0;
}

.wgl-pagination .page:last-child {
  margin-right: 0;
}

.wgl-pagination .page-numbers.dots {
  cursor: default;
}

.wgl-pagination .page-numbers.prev .flaticon-down {
  transform: rotate(0.25turn);
}

.wgl-pagination .page-numbers.next .flaticon-down {
  transform: rotate(-0.25turn);
}

.wgl-pagination .page-numbers.prev .flaticon-down, .wgl-pagination .page-numbers.next .flaticon-down {
  font-size: 12px;
  vertical-align: middle;
}

.page-link {
  clear: both;
  display: flex;
}

.page-link .pagger_info_text {
  margin-right: 10px;
}

.page-link .post-page-numbers {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
}

.page-link .post-page-numbers:first-child {
  margin-left: 10px;
}

.page-link .post-page-numbers:last-child {
  margin-right: 0;
}

.page-link .post-page-numbers.current {
  color: #ffffff;
}

/* ==================== ##Load More ==================== */
.load_more_wrapper {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  text-align: center;
}

.load_more_wrapper .button_wrapper:hover .load_more_item {
  transform: translate(0);
}

.load_more_wrapper .button_wrapper {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.load_more_wrapper .load_more_item {
  position: relative;
  display: inline-block;
  margin: 0;
  border-width: 1px;
  border-style: solid;
  padding: 17px 40px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 800;
  border-radius: 3px;
  white-space: nowrap;
  transition: 0.4s;
  text-transform: uppercase;
}

.load_more_wrapper .load_more_item:before {
  content: '\f2f1';
  display: inline-block;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -8px;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  font-size: 19px;
  color: #fff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  transition: all 0.4s, color 0s;
  animation: rotating 2s linear infinite;
}

.load_more_wrapper .load_more_item span {
  position: relative;
  z-index: 1;
}

.load_more_wrapper .load_more_item:hover {
  color: #fff !important;
}

.load_more_wrapper .load_more_item.loading:before {
  color: inherit;
  opacity: 1;
}

.load_more_wrapper .load_more_item.loading span {
  opacity: 0;
}

.load_more_wrapper .load_more_item.blog_load_more {
  margin-top: 10px;
}

.load_more_wrapper .load_more_item.full_width_btn .load_more_item {
  width: 100%;
}

@keyframes rotating {
  0% {
    transform: rotate(0turn);
  }

  100% {
    transform: rotate(1turn);
  }

}

/* ==================== ##Preloader ==================== */
#preloader-wrapper {
  background-color: #fdfaf8;
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 100%;
}

.preloader-container {
  position: relative;
  width: 82px;
  height: 82px;
  left: 50%;
  top: 50%;
  margin-top: -41px;
  margin-left: -41px;
}

.preloader-container > div {
  position: relative;
  width: 25px;
  height: 25px;
  margin: 1px;
  float: left;
  background: tomato;
  transform: scale(0);
  transform-origin: center center;
  animation: loader 2s infinite linear;
}

.preloader-container > div:nth-of-type(1), .preloader-container > div:nth-of-type(5), .preloader-container > div:nth-of-type(9) {
  animation-delay: 0.4s;
}

.preloader-container > div:nth-of-type(4), .preloader-container > div:nth-of-type(8) {
  animation-delay: 0.2s;
}

.preloader-container > div:nth-of-type(2), .preloader-container > div:nth-of-type(6) {
  animation-delay: 0.6s;
}

.preloader-container > div:nth-of-type(3) {
  animation-delay: 0.8s;
}

@keyframes loader {
  0% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }

  80% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }

}

/* ==================== ##Scroll Up ==================== */
#scroll_up {
  position: fixed;
  z-index: 20;
  right: 30px;
  bottom: 30px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  transform: translateX(50px) rotate(-90deg);
  transform-origin: 50% -100%;
  transition: 0.4s;
  font-size: 14px;
  zoom: 1.01;
  font-weight: 700;
}

#scroll_up.active {
  opacity: 1;
  transform: translateX(0) rotate(-90deg);
}

#scroll_up .scroll_up-text {
  display: block;
  transform: translateX(0);
  transition: 0.4s;
  transition-delay: 0.4s;
}

#scroll_up .scroll_up-arrow {
  position: absolute;
  bottom: 50%;
  left: 0;
  z-index: 1;
  width: 0px;
  height: 2px;
  transition: 0.4s;
  transition-delay: 0.4s;
}

#scroll_up .scroll_up-arrow:before, #scroll_up .scroll_up-arrow:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  right: 0;
  transition: 0.4s;
  opacity: 0;
}

#scroll_up .scroll_up-arrow:before {
  bottom: 0;
  border-bottom: 2px solid;
  transform: rotate(0);
  transform-origin: 100% 100%;
}

#scroll_up .scroll_up-arrow:after {
  top: 0;
  border-top: 2px solid;
  transform: rotate(0);
  transform-origin: 100% 0;
}

#scroll_up:hover .scroll_up-text {
  transform: translateX(60px);
  transition-delay: 0s;
}

#scroll_up:hover .scroll_up-arrow {
  width: 50px;
  transition-delay: 0s;
}

#scroll_up:hover .scroll_up-arrow:before, #scroll_up:hover .scroll_up-arrow:after {
  opacity: 1;
}

#scroll_up:hover .scroll_up-arrow:before {
  transform: rotate(45deg);
  transition-delay: 0.4s;
}

#scroll_up:hover .scroll_up-arrow:after {
  transform: rotate(-45deg);
  transition-delay: 0.4s;
}

/* ==================== ##Wpml ==================== */
body .wpml-ls a span:focus {
  outline: none;
}

body li.wpml-ls-menu-item ul li a {
  width: auto;
}

.wgl-theme-header [class^="position_right"] .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  right: 0;
  left: auto;
}

.sitepress_container > .wpml-ls {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  z-index: 1;
}

.sitepress_container > .wpml-ls > ul, .sitepress_container > .wpml-ls > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.sitepress_container > .wpml-ls > ul {
  letter-spacing: 0.02em;
}

.sitepress_container > .wpml-ls > ul > li:before {
  display: none;
}

.sitepress_container > .wpml-ls li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.sitepress_container > .wpml-ls li a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.sitepress_container > .wpml-ls li a .wpml-ls-flag {
  width: 20px;
  height: 20px;
}

body .wpml-ls-legacy-dropdown {
  width: auto;
  text-align: center;
}

body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu, body .wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

body .wpml-ls-legacy-dropdown .wpml-ls-current-language a:hover {
  background: none;
  border: 0;
  color: inherit !important;
}

body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  background: none;
  border: 0;
  color: inherit !important;
}

body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: 0;
  padding: 0 0;
  margin-top: 0;
  min-width: 200px;
  box-sizing: border-box;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in;
  top: calc(100% + 15px);
  box-shadow: 11px 10px 38px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:before {
  display: none;
}

body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a {
  padding: 11px 30px;
  width: 100%;
  line-height: inherit;
  position: relative;
  transition: color .45s, opacity .45s, background .45s;
  border-radius: 0;
}

body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:after {
  display: block;
  content: '';
  height: 0%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all .35s ease;
  z-index: -1;
  pointer-events: none;
}

body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #fff !important;
}

body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover:after {
  height: 100%;
}

body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a span {
  position: relative;
}

body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}

body .wpml-ls-legacy-dropdown a {
  background: none;
  border: 0;
  color: inherit;
}

body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding: 5px 0;
  line-height: 0;
}

body .wpml-ls-legacy-dropdown a:hover {
  color: inherit;
  background: none;
  transition: 0s;
}

body .wpml-ls-legacy-dropdown a:active {
  color: inherit;
  background: none;
  transition: 0s;
}

body .wpml-ls-legacy-dropdown a:visited {
  color: inherit;
  background: none;
  transition: 0s;
}

body .wpml-ls-legacy-dropdown a:link {
  color: inherit;
  background: none;
  transition: 0s;
}

body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: none;
}

body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle > span {
  padding-right: 14px;
}

body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle > span:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "\f101";
  font-family: Flaticon;
  font-size: 9px;
  vertical-align: middle;
  font-weight: 400;
  transform: translateY(-50%) rotate(0deg);
  transition: all .45s;
  color: #b9b9b9;
}

/* ==================== ##Revolution Slider ==================== */
.rev_slider .tp-caption a {
  color: inherit;
  transition: all .3s ease;
}

.rev_slider .tp-caption .zikzag_module_social a {
  line-height: 26px !important;
  transition: all .3s ease !important;
}

/* Widgets */

/* ==================== ##Widgets Base ==================== */
.widget {
  position: relative;
  z-index: 1;  /* ↓ Additional Paddings ↓ */

  /* ↑ additional paddings ↑ */
}

.widget:not(:first-child) {
  padding-top: 45px;
}

.widget .widget-title {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: capitalize;
  overflow: hidden;
  position: relative;
}

.widget .widget-title:before {
  content: '';
  position: absolute;
  z-index: 2;
  height: 3px;
  width: 30px;
  top: 50%;
  right: 0;
  margin-top: -1px;
}

.widget .widget-title_wrapper {
  position: relative;
  padding-right: 20px;
  margin-right: 10px;
  display: inline-block;
  line-height: 1.2;
}

.widget .widget-title_wrapper:after {
  content: '';
  position: absolute;
  z-index: 1;
  height: 1px;
  width: 1000px;
  right: 0;
  top: 50%;
  transform: translateX(100%);
  background: #dcdcdc;
}

.widget .widget-title .rsswidget {
  margin-right: 5px;
  line-height: 0;
}

.widget .widget-title .rsswidget img {
  margin-top: 6px;
}

.widget ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
}

.widget ul li a {
  color: inherit;
}

.widget > ul, .widget > div > ul {
  padding-bottom: 0;
}

.widget > #recentcomments {
  margin-top: -11px;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.widget > ul > li li, .widget > div > ul > li li {
  margin-left: 10px;
  padding-bottom: 0;
  line-height: 30px;
}

.widget > ul > li > ul ul li {
  margin-left: 9px;
}

.widget_archive ul, .widget_recent_entries ul, .widget_categories ul, .widget_product_categories ul, .widget_meta ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.widget_archive ul li:before, .widget_recent_entries ul li:before, .widget_categories ul li:before, .widget_product_categories ul li:before, .widget_meta ul li:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  color: inherit;
}

.widget_archive ul li ul li:last-child, .widget_recent_entries ul li ul li:last-child, .widget_categories ul li ul li:last-child, .widget_product_categories ul li ul li:last-child, .widget_meta ul li ul li:last-child {
  border-bottom: 0;
}

.widget_archive ul ul, .widget_recent_entries ul ul, .widget_categories ul ul, .widget_product_categories ul ul, .widget_meta ul ul {
  margin-top: 0;
  padding: 0 0 5px;
}

.widget_archive ul ul a, .widget_recent_entries ul ul a, .widget_categories ul ul a, .widget_product_categories ul ul a, .widget_meta ul ul a {
  color: #939393;
  padding: 0;
}

.widget_archive ul ul li:after, .widget_recent_entries ul ul li:after, .widget_categories ul ul li:after, .widget_product_categories ul ul li:after, .widget_meta ul ul li:after {
  display: none;
}

.widget_archive > ul > li > ul, .widget_recent_entries > ul > li > ul, .widget_categories > ul > li > ul, .widget_product_categories > ul > li > ul, .widget_meta > ul > li > ul {
  margin-top: -3px;
}

.widget_categories ul li:before, .widget_product_categories ul li:before {
  display: none !important;
}

.widget_categories ul li ul.children, .widget_product_categories ul li ul.children {
  padding-left: 0.3em;
}

.widget_categories ul li li, .widget_product_categories ul li li {
  line-height: 34px;
}

.widget_categories ul li a, .widget_product_categories ul li a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.widget_categories ul li a:before, .widget_product_categories ul li a:before {
  content: "\f117";
  font-family: flaticon;
  position: absolute;
  left: 5px;
  bottom: -5px;
  transition: inherit;
  color: red;
  font-size: 18px;
  transform: rotate(45deg) translate(-30px, 5px);
  opacity: 0;
}

.widget_categories ul li a:hover, .widget_product_categories ul li a:hover {
  padding-left: 26px;
}

.widget_categories ul li a:hover:before, .widget_product_categories ul li a:hover:before {
  transform: rotate(45deg) translate(-10px, 0px);
  opacity: 1;
}

.widget_categories ul li:last-child, .widget_product_categories ul li:last-child {
  margin-bottom: -0.15em;
}

.widget_product_categories .post_count:before {
  content: '(';
}

.widget_product_categories .post_count:after {
  content: ')';
}

.widget_categories ul li, .widget_product_categories ul li, .widget_meta ul li, .widget_archive ul li {
  font-size: 14px;
  font-weight: 800;
  transition: 0.3s;
  text-transform: uppercase;
}

.widget_categories ul li .post_count, .widget_product_categories ul li .post_count, .widget_meta ul li .post_count, .widget_archive ul li .post_count {
  margin-left: 5px;
  line-height: 1;
  color: #b3b3b3;
  transition: 0.3s;
}

.widget_categories ul li ul li .post_count, .widget_product_categories ul li ul li .post_count, .widget_meta ul li ul li .post_count, .widget_archive ul li ul li .post_count {
  top: 0;
}

.widget_categories ul li ul li img, .widget_product_categories ul li ul li img, .widget_meta ul li ul li img, .widget_archive ul li ul li img {
  display: none;
}

.widget_product_categories ul li img {
  margin-right: 13px;
}

.widget_comments > ul > li:before, .widget_meta > ul > li:before, .widget_archive > ul > li:before, .widget_recent_comments > ul > li:before, .widget_recent_entries > ul > li:before {
  content: '\f113';
  display: inline-block !important;
  position: relative;
  z-index: 1;
  top: 0;
  width: auto;
  height: auto;
  margin-right: 12px;
  font-family: flaticon;
  font-size: 1.2em;
  font-weight: 300;
  color: #787373;
  vertical-align: baseline;
  background-color: transparent !important;
}

.widget_meta > ul > li {
  padding-left: 0;
}

.widget_meta > ul > li:before {
  content: "\f122";
}

.widget_archive > ul > li {
  padding-left: 0;
}

.widget_archive > ul > li:before {
  content: "\f12f";
  font-size: 1.1em;
}

.widget_recent_comments > ul > li:before {
  content: "\f131";
  top: 3px;
  margin-right: 12px;
}

.widget_recent_comments ul li {
  padding: 5px 0;
  line-height: 28px;
  font-weight: 700;
}

.widget_recent_comments a[rel~=external] {
  text-decoration: underline;
}

.widget_recent_entries > ul > li:before {
  content: "\f129";
  top: 2px;
  margin-right: 8px;
}

.widget_recent_entries ul li {
  padding: 1px 0 1px 0;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
}

.widget_recent_entries ul li .post-date {
  display: block;
  text-align: right;
  font-size: 0.8em;
  line-height: 1.5;
}

.widget_recent_entries ul li:after {
  content: '';
  display: table;
  clear: both;
}

.widget_tag_cloud {
  padding-bottom: 5px;
}

.widget_tag_cloud .tagcloud {
  margin-bottom: -17px;
}

.widget_pages ul {
  margin-top: -7px;
  margin-left: 0;
  padding-left: 1.3em;
  list-style: none;
}

.widget_pages ul li {
  padding: 1px 0;
  font-size: 18px;
  font-weight: 700;
}

.widget_pages ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 17px;
  left: -18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.widget_pages ul ul {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0.5em;
}

.widget_pages ul ul li {
  padding-top: 0;
  line-height: 39px;
}

.widget_pages ul ul li:before {
  left: -18px;
}

.widget_media_gallery .widget-title {
  margin-bottom: 17px;
}

.widget_rss .widget-title > a {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.01em;
}

.widget_rss .widget-title > a img {
  display: none;
}

.widget_rss ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.widget_rss li {
  padding: 40px 0 0 0;
}

.widget_rss li:first-child {
  padding-top: 0;
}

.widget_rss li .rsswidget {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.widget_rss li .rss-date {
  display: block;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
}

.widget_rss li .rssSummary {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}

.widget_rss li cite {
  display: block;
  position: relative;
  margin-top: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}

.widget_rss li cite:before {
  content: '\2013';
  margin-right: 5px;
}

.widget_recent_comments .widget-title, .widget_meta .widget-title {
  margin-bottom: 17px;
}

.widget_recent_entries .widget-title, .widget_archive .widget-title {
  margin-bottom: 15px;
}

.widget_recent_comments:not(:first-child) {
  margin-top: -11px;
}

.widget_categories .widget-title {
  margin-bottom: 10px;
}

.widget_recent_entries:not(:first-child), .widget_meta:not(:first-child), .widget_archive:not(:first-child) {
  margin-top: -7px;
}

.widget_wgl_posts:not(:first-child) {
  margin-top: -18px;
}

.widget_tag_cloud:not(:first-child) {
  margin-top: -4px;
}

.widget .select__field:before {
  display: none;
  line-height: 48px;
}

.widget select {
  width: 100%;
  height: 50px;
}

.wp-block-archives-dropdown, .wp-block-categories-dropdown {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.wp-block-archives-dropdown select, .wp-block-categories-dropdown select {
  height: 50px;
  min-width: 270px;
}

/** Block category: Widgets */
ul.wp-block-archives.wp-block-archives-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

ul.wp-block-archives.wp-block-archives-list li {
  padding-left: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 36px;
  text-transform: uppercase;
}

ul.wp-block-archives.wp-block-archives-list li:before {
  content: "\f12f";
  display: inline-block !important;
  position: relative;
  z-index: 1;
  top: 0;
  width: auto;
  height: auto;
  margin-right: 12px;
  font-family: flaticon;
  font-size: 1.1em;
  font-weight: 300;
  vertical-align: baseline;
  background-color: transparent !important;
}

ul.wp-block-archives.wp-block-archives-list li a {
  display: inline-block;
}

ul.wp-block-archives.wp-block-archives-list li .post_count {
  margin-left: 5px;
  line-height: 1;
  color: #b3b3b3;
  transition: 0.3s;
}

ul.wp-block-latest-posts {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

ul.wp-block-latest-posts li {
  padding-left: 0;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 10px;
}

ul.wp-block-latest-posts li:before {
  content: "\f129";
  display: inline-block !important;
  position: relative;
  z-index: 1;
  top: 2px;
  width: auto;
  height: auto;
  margin-right: 15px;
  font-family: flaticon;
  font-size: 1.2em;
  font-weight: 400;
  vertical-align: baseline;
  background-color: transparent !important;
}

ul.wp-block-latest-posts li a {
  color: inherit;
}

ul.wp-block-latest-posts li .wp-block-latest-posts__post-date {
  text-transform: capitalize;
  font-weight: 700;
}

.wp-block-categories, .wp-block-tag-cloud, .wp-block-search {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

p + .wp-block-categories, p + .wp-block-tag-cloud, p + .wp-block-search {
  margin-top: 0;
}

.wp-block-search .wp-block-search__button {
  color: #ffffff;
}

ul.wp-block-categories.wp-block-categories-list, ul.wp-block-categories.wp-block-categories-list ul {
  list-style: none;
}

ul.wp-block-categories.wp-block-categories-list li {
  padding-left: 0;
  font-size: 18px;
}

ul.wp-block-categories.wp-block-categories-list li:before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: -21px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

ul.wp-block-categories.wp-block-categories-list li a {
  color: inherit;
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  text-transform: capitalize;
}

ul.wp-block-categories.wp-block-categories-list li .post_count {
  margin-left: 5px;
  line-height: 1;
  color: #b3b3b3;
  transition: 0.3s;
}

ul.wp-block-categories.wp-block-categories-list li img {
  max-width: 40px;
  margin-top: -4px;
  margin-right: 15px;
  vertical-align: middle;
}

ul.wp-block-categories.wp-block-categories-list ul a {
  font-size: 16px;
  padding: 0;
}

ul.wp-block-categories.wp-block-categories-list > li li {
  padding-bottom: 0;
  line-height: 30px;
}

ul.wp-block-categories.wp-block-categories-list > li > ul {
  margin-top: -3px;
}

/* ==================== #Search ==================== */
body .widget_search .search-form, body .widget_search .woocommerce-product-search, body .widget_product_search .search-form, body .widget_product_search .woocommerce-product-search {
  position: relative;
  z-index: 1;
}

body .widget_search .search-form .search-field, body .widget_search .woocommerce-product-search .search-field, body .widget_product_search .search-form .search-field, body .widget_product_search .woocommerce-product-search .search-field {
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 0px 53px 0 20px;
  font-weight: 400;
  outline: none;
  overflow: hidden;
  background: #f5f5f5;
}

body .widget_search .search-form .search-field:-ms-input-placeholder, body .widget_search .woocommerce-product-search .search-field:-ms-input-placeholder, body .widget_product_search .search-form .search-field:-ms-input-placeholder, body .widget_product_search .woocommerce-product-search .search-field:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #6e6e6e;
  outline: none;
  -webkit-appearance: none;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

body .widget_search .search-form .search-field::placeholder, body .widget_search .woocommerce-product-search .search-field::placeholder, body .widget_product_search .search-form .search-field::placeholder, body .widget_product_search .woocommerce-product-search .search-field::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #6e6e6e;
  outline: none;
  -webkit-appearance: none;
  transition: 0.4s;
}

body .widget_search .search-form .search-field:focus:-ms-input-placeholder, body .widget_search .search-form .search-field:active:-ms-input-placeholder, body .widget_search .woocommerce-product-search .search-field:focus:-ms-input-placeholder, body .widget_search .woocommerce-product-search .search-field:active:-ms-input-placeholder, body .widget_product_search .search-form .search-field:focus:-ms-input-placeholder, body .widget_product_search .search-form .search-field:active:-ms-input-placeholder, body .widget_product_search .woocommerce-product-search .search-field:focus:-ms-input-placeholder, body .widget_product_search .woocommerce-product-search .search-field:active:-ms-input-placeholder {
  opacity: 0;
}

body .widget_search .search-form .search-field:focus::placeholder, body .widget_search .search-form .search-field:active::placeholder, body .widget_search .woocommerce-product-search .search-field:focus::placeholder, body .widget_search .woocommerce-product-search .search-field:active::placeholder, body .widget_product_search .search-form .search-field:focus::placeholder, body .widget_product_search .search-form .search-field:active::placeholder, body .widget_product_search .woocommerce-product-search .search-field:focus::placeholder, body .widget_product_search .woocommerce-product-search .search-field:active::placeholder {
  opacity: 0;
}

body .widget_search .search-form .search-button, body .widget_search .woocommerce-product-search .search-button, body .widget_product_search .search-form .search-button, body .widget_product_search .woocommerce-product-search .search-button {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 56px;
  top: 0;
  right: 0;
  margin: 0;
  border: none;
  outline: none;
  padding: 0;
  font-size: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  cursor: pointer;
}

body .widget_search .search-form .search-button:focus, body .widget_search .search-form .search-button:active, body .widget_search .woocommerce-product-search .search-button:focus, body .widget_search .woocommerce-product-search .search-button:active, body .widget_product_search .search-form .search-button:focus, body .widget_product_search .search-form .search-button:active, body .widget_product_search .woocommerce-product-search .search-button:focus, body .widget_product_search .woocommerce-product-search .search-button:active {
  box-shadow: none;
  background: transparent;
}

body .widget_search .search-form .search__icon, body .widget_search .woocommerce-product-search .search__icon, body .widget_product_search .search-form .search__icon, body .widget_product_search .woocommerce-product-search .search__icon {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  font-size: 19px;
  line-height: 40px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  transform: translate(0, 0);
  opacity: 1;
  transition: 0.4s;
}

/* ==================== #Recent Posts ==================== */
ul.recent-posts-widget {
  margin-top: 20px;
  margin-left: 0;
  padding: 0;
  list-style: none;
}

ul.recent-posts-widget li {
  padding: 0;
  line-height: inherit;
}

ul.recent-posts-widget li img {
  float: left;
  max-width: 75px;
  border-radius: 5px;
}

ul.recent-posts-widget li:after {
  content: '';
  clear: both;
  position: relative;
  display: table;
  height: 0;
}

ul.recent-posts-widget li:not(:first-child) {
  margin-top: 30px;
}

ul.recent-posts-widget .recent-posts-image_wrapper {
  overflow: hidden;
  margin-right: 18px;
}

ul.recent-posts-widget .recent-posts-image_wrapper, ul.recent-posts-widget .recent-posts-content_wrapper {
  float: left;
}

ul.recent-posts-widget .with_image .recent-posts-content_wrapper {
  width: calc(100% - 95px);
  margin-top: -2px;
}

ul.recent-posts-widget .meta-wrapper {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

ul.recent-posts-widget .meta-wrapper span {
  color: #989898;
  line-height: 1.2;
}

ul.recent-posts-widget .recent-posts-content_wrapper {
  width: calc(100% - 20px);
}

ul.recent-posts-widget .post_title {
  font-size: 16px;
  line-height: 24px;
}

ul.recent-posts-widget .post_title a {
  font-weight: 700;
}

ul.recent-posts-widget .counter_posts {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 24px;
  text-align: center;
  border: 3px solid #fafafa;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  margin-left: -13px;
  margin-top: -15px;
}

.widget_postshero .with_image .recent-posts-content {
  height: 240px;
  position: relative;
}

.widget_postshero .post_title {
  font-size: 22px;
}

.widget_postshero .post_title a:hover {
  opacity: 0.8;
}

.widget_postshero .meta-wrapper {
  display: flex;
  align-self: flex-start;
  padding: 0 10px;
  font-size: 12px;
  color: #ffffff;
  background: rgba(18, 19, 20, 0.4);
}

.widget_postshero .post_cat a {
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}

.widget_postshero .post_cat a:hover {
  background: rgba(18, 19, 20, 0.4);
}

.widget_postshero .meta-data:before {
  content: '\f148';
  display: inline-block;
  margin-right: 7px;
  border: 0;
  font-family: flaticon;
  font-size: 12px;
  color: #ffffff;
  vertical-align: middle;
}

.widget_postshero li {
  padding: 0 !important;
  line-height: inherit;
}

.widget_postshero li:not(:last-child) {
  margin-bottom: 30px;
}

.widget_postshero li:after {
  display: none;
}

.widget_postshero li.with_image .recent-posts-content_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.widget_postshero li.with_image .recent-posts-image_wrapper:before, .widget_postshero li.with_image .recent-posts-image_wrapper:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.widget_postshero li.with_image .recent-posts-image_wrapper:before {
  background: linear-gradient(to top, #000020 0, rgba(0, 0, 0, 0) 60%);
  opacity: 0.4;
}

.widget_postshero li.with_image .recent-posts-image_wrapper:after {
  background: #000020;
  opacity: 0;
}

.widget_postshero li.with_image:hover .recent-posts-image_wrapper:before {
  opacity: 0;
}

.widget_postshero li.with_image:hover .recent-posts-image_wrapper:after {
  opacity: 0.4;
}

.widget_postshero li.with_image .post_cat {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  line-height: 1;
}

.widget_postshero li.with_image .post_title {
  margin-bottom: 15px;
}

.widget_postshero li.with_image .post_title a {
  color: #ffffff;
  font-weight: 500;
}

/* ==================== #Tagcloud ==================== */
.tagcloud, .wp-block-tag-cloud {
  font-size: 0;
}

.tagcloud a, .wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 9px;
  border: 0;
  background: #f5f5f5;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  transition: 0.4s;
  border-radius: 3px;
}

.tagcloud a:hover, .wp-block-tag-cloud a:hover {
  color: #ffffff;
}

.tagcloud a:last-child, .wp-block-tag-cloud a:last-child {
  margin-right: 0;
}

.tagcloud-wrapper .tagcloud a:hover {
  color: #ffffff;
}

.tagcloud {
  margin-bottom: -10px;
}

/* ==================== #Navigation Menu ==================== */
body .widget_nav_menu .menu-main-container {
  margin-top: -11px;
}

body .widget_nav_menu ul.menu, body .widget_nav_menu ul.menu ul {
  list-style: none;
}

body .widget_nav_menu ul.menu li {
  font-size: 16px;
  line-height: 34px;
  font-weight: 700;
}

body .widget_nav_menu ul.menu li:before {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: -18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

body .widget_nav_menu ul.menu > li {
  padding-left: 0;
}

body .widget_nav_menu ul.menu > li li {
  padding-left: 14px;
}

body .widget_nav_menu ul.menu > li > a {
  display: block;
}

body .widget_nav_menu ul.menu .sub-menu {
  margin-left: 0.1em;
}

body .widget_nav_menu ul.menu .sub-menu li {
  padding-left: 0;
  margin-left: 0;
}

body .widget_nav_menu ul.menu > .menu-item-has-children .sub-menu .menu-item-has-children {
  padding-bottom: 0;
}

body .widget_nav_menu ul.menu > .menu-item-has-children .sub-menu .menu-item-has-children > a {
  display: block;
}

/* ==================== #Author ==================== */
.zikzag_author-widget .author-widget_wrapper {
  position: relative;
  padding: 0;
  text-align: center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  border-radius: 10px;
  padding-top: 30px;
  max-width: 270px;
}

.zikzag_author-widget .author-widget_img-wrapper {
  position: relative;
  z-index: 2;
  display: block;
  padding: 0 47.5px;
  margin: 0px auto 15px;
}

.zikzag_author-widget .author-widget_img-wrapper img {
  border-radius: 50%;
}

.zikzag_author-widget .author-widget_title {
  padding: 0px 15px 0;
  margin-top: 18px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
}

.zikzag_author-widget .author-widget_text {
  margin-top: 3px;
  margin-bottom: 15px;
  padding: 0 5px;
  color: #dddfe1;
}

.zikzag_author-widget .author-widget_social {
  line-height: 1;
  transform: translateY(15px);
}

.zikzag_author-widget .author-widget_social a {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  background: #ffffff;
  text-align: center;
  box-shadow: 6px 5px 16px 0px rgba(0, 0, 0, 0.15);
}

.zikzag_author-widget .author-widget_social a:hover {
  color: #ffffff;
  border-color: transparent;
  transform: translateY(-5px);
}

.zikzag_author-widget .author-widget_social-link {
  margin: 0 5px;
}

.zikzag_author-widget .author-widget_img_sign-wrapper {
  margin: -35px 0 0 0;
}

/* ==================== #Text Widget ==================== */
.textwidget p:last-child {
  margin-bottom: 0;
}

/* ==================== #Banner ==================== */
.zikzag_banner-widget {
  display: block;
  position: relative;
  padding: 35px 0 30px;
  text-align: center;
  background-size: cover;
  background-position: center center;
  max-width: 270px;
  margin-top: 50px;
  border-radius: 10px;
}

.zikzag_banner-widget .banner-widget_img-wrapper {
  display: block;
  margin-bottom: 60px;
}

.zikzag_banner-widget .banner-widget_text_sub {
  font-size: 14px;
  margin-bottom: -5px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 800;
}

.zikzag_banner-widget .banner-widget_text {
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  padding: 0px 20px;
}

.zikzag_banner-widget .banner-widget_button {
  margin-top: 30px;
}

.zikzag_banner-widget .banner-widget_button .button-read-more {
  display: inline-block;
  margin: 0px 20px;
  padding: 12px 28px;
  transition: inherit;
  font-size: 14px;
  font-weight: 700;
  transition: 0.4s;
  color: #ffffff;
  border-radius: 3px;
}

.zikzag_banner-widget .banner-widget_button .button-read-more:after, .zikzag_banner-widget .banner-widget_button .button-read-more:before {
  display: none;
}

.zikzag_banner-widget .banner-widget_link {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.zikzag_banner-widget[style^='background-image: url(http'] .banner-widget_text_sub,
  .zikzag_banner-widget[style^='background-image: url(http'] .banner-widget_text {
    color: #ffffff; }
  .zikzag_banner-widget[style^='background-image: url(http'] .banner-widget_button .button-read-more {
    color: #232323;
    background: #ffffff; }
  .zikzag_banner-widget[style^='background-image: url(http'] .banner-widget_link:hover ~ .banner-widget_button .button-read-more {
    color: #ffffff; }

!comment!
[class*='widget'][class*='media_gallery'] {
!comment! }
  [class*='widget'][class*='media_gallery'] .gallery {
    margin: 10px -5px -0.3em !important;
    max-width: 485px; }
    [class*='widget'][class*='media_gallery'] .gallery-item {
      margin: 0 !important; }
      [class*='widget'][class*='media_gallery'] .gallery-item .gallery-icon {
        position: relative;
        z-index: 1;
        margin: 5px; }
        [class*='widget'][class*='media_gallery'] .gallery-item .gallery-icon > a {
          display: block;
          border-radius: 3px;
          overflow: hidden; }
        [class*='widget'][class*='media_gallery'] .gallery-item .gallery-icon a:before {
          content:!string!;
          position: absolute;
          z-index: 1;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          opacity: 0;
          transition: opacity 0.4s;
          background: #000000;
          border-radius: inherit; }
        [class*='widget'][class*='media_gallery'] .gallery-item .gallery-icon a:hover:before {
          opacity: 0.6; }
      [class*='widget'][class*='media_gallery'] .gallery-item img {
        border: 0 !important; }
    [class*='widget'][class*='media_gallery'] .gallery .gallery-caption {
      display: none; }

!comment!
body .widget_calendar .calendar_wrap {
  width: 100%;
  max-width: 370px;
  margin-bottom: 10px; }
  body .widget_calendar .calendar_wrap table td {
    font-size: 14px;
    padding: 4px 0px;
    position: relative;
    z-index: 1;
    text-align: center; }
    body .widget_calendar .calendar_wrap table td > a {
      display: inline-block;
      width: 100%;
      height: 100%;
      color: #ffffff; }
    body .widget_calendar .calendar_wrap table td#today {
      color: #ffffff; }
  body .widget_calendar .calendar_wrap table tr {
    border: 0; }
  body .widget_calendar .calendar_wrap table th {
    padding: 5px 0px;
    text-align: center; }
  body .widget_calendar .calendar_wrap table caption {
    font-size: 18px;
    padding: 7px;
    color: #ffffff; }
  body .widget_calendar .calendar_wrap table tfoot {
    display: none; }
  body .widget_calendar .calendar_wrap table td#today:before,
  body .widget_calendar .calendar_wrap tbody td > a:before {
    content:!string!;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.footer .calendar_wrap tbody,
.footer .calendar_wrap td#today {
  color: inherit; }

.wp-block-calendar {
  margin-top: 30px; }
  .wp-block-calendar table td#today:before,
  .wp-block-calendar tbody td > a:before {
    content:!string!;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .wp-block-calendar table th {
    text-align: center;
    background: transparent; }
  .wp-block-calendar table td {
    text-align: center;
    position: relative;
    z-index: 1; }
    .wp-block-calendar table td > a {
      color: #ffffff; }
    .wp-block-calendar table td#today {
      color: #ffffff; }
  .wp-block-calendar table caption {
    color: #ffffff; }

!comment!
!comment!
.wgl-woocommerce-sorting {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .wgl-woocommerce-sorting:after {
    display: block;
    height: 0;
    content:!string!;
    clear: both; }
  .wgl-woocommerce-sorting .zikzag_module_message_box {
    width: 100%;
    box-sizing: border-box; }
    .wgl-woocommerce-sorting .zikzag_module_message_box:before {
      display: none; }

.wgl-products-catalog,
.wgl-products-related {
  clear: both; }

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  width: 50%;
  margin: 0 0 40px; }

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: left;
  width: 50%;
  margin: 0 0 40px;
  text-align: right; }
  .woocommerce .woocommerce-ordering .select__field,
  .woocommerce-page .woocommerce-ordering .select__field {
    position: relative;
    color: #6e6e6e; }
    .woocommerce .woocommerce-ordering .select__field:before,
    .woocommerce-page .woocommerce-ordering .select__field:before {
      line-height: 50px; }
    .woocommerce .woocommerce-ordering .select__field select,
    .woocommerce-page .woocommerce-ordering .select__field select {
      float: right;
      display: block;
      width: 270px;
      max-width: 100%;
      border: 0;
      margin: 0;
      outline: none;
      padding: 6px 20px;
      font-family: inherit;
      line-height: 1.4;
      font-weight: 400;
      color: inherit;
      background-color: #f5f5f5;
      -webkit-appearance: none;
      appearance: none; }

.woo_product_post_media {
  margin: 0; }

ul.wgl-products,
.woocommerce .products ul.wgl-products {
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  margin-right: -30px; }
  ul.wgl-products:only-child,
  .woocommerce .products ul.wgl-products:only-child {
    margin-bottom: 28px; }
  ul.wgl-products.animated_products li,
  .woocommerce .products ul.wgl-products.animated_products li {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
}

ul.wgl-products.animated_products li.visible_item, .woocommerce .products ul.wgl-products.animated_products li.visible_item {
animation-fill-mode: both;
animation-duration: 0.3s;
animation-name: wgl_fadeInUp;
}

ul.wgl-products li, .woocommerce .products ul.wgl-products li {
display: block;
margin: 0 30px 28px 0;
border-radius: 0;
padding: 0;
}

ul.wgl-products li:before, .woocommerce .products ul.wgl-products li:before {
display: none;
}

ul.wgl-products li .picture, .woocommerce .products ul.wgl-products li .picture {
position: relative;
overflow: hidden;
transition: 0.6s;
border-radius: 5px;
}

ul.wgl-products li .picture .woo_post-link, .woocommerce .products ul.wgl-products li .picture .woo_post-link {
display: block;
position: relative;
padding: 0;
overflow: hidden;
}

ul.wgl-products li .picture img, .woocommerce .products ul.wgl-products li .picture img {
transition: filter 0.6s, opacity 0.7s, transform 0.6s;
}

ul.wgl-products li .picture img.attachment-shop_catalog, .woocommerce .products ul.wgl-products li .picture img.attachment-shop_catalog {
position: absolute;
top: 0;
left: 0;
right: auto;
border-right: 35px;
padding: 0;
pointer-events: none;
filter: blur(0);
opacity: 0;
transition: filter 0.6s, opacity 0.7s, transform 0.6s;
}

ul.wgl-products li .picture:after, .woocommerce .products ul.wgl-products li .picture:after {
display: block;
content: '';
pointer-events: none;
background: rgba(34, 35, 40, 0.17);
opacity: 0;
visibility: hidden;
transition: all .45s;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}

ul.wgl-products li:hover .picture:not(.no_effects) img.attachment-shop_catalog, .woocommerce .products ul.wgl-products li:hover .picture:not(.no_effects) img.attachment-shop_catalog {
opacity: 1;
pointer-events: inherit;
}

ul.wgl-products li:hover a.add_to_cart_button, ul.wgl-products li:hover a.button, .woocommerce .products ul.wgl-products li:hover a.add_to_cart_button, .woocommerce .products ul.wgl-products li:hover a.button {
visibility: visible;
opacity: 1;
bottom: 0;
}

ul.wgl-products li:hover .picture:after, .woocommerce .products ul.wgl-products li:hover .picture:after {
opacity: 1;
visibility: visible;
}

ul.wgl-products li a.add_to_cart_button:hover, ul.wgl-products li a.button:hover, .woocommerce .products ul.wgl-products li a.add_to_cart_button:hover, .woocommerce .products ul.wgl-products li a.button:hover {
color: #fff;
}

ul.wgl-products li a.add_to_cart_button, ul.wgl-products li a.button, ul.wgl-products li .added_to_cart.wc-forward, .woocommerce .products ul.wgl-products li a.add_to_cart_button, .woocommerce .products ul.wgl-products li a.button, .woocommerce .products ul.wgl-products li .added_to_cart.wc-forward {
font-weight: bold;
display: inline-block;
background-image: none;
box-shadow: none;
text-shadow: none;
position: absolute;
left: 0;
bottom: -10px;
min-height: 54px;
border-radius: 0;
opacity: 0;
visibility: hidden;
font-size: 14px;
line-height: 16px;
padding: 17px;
z-index: 2;
text-align: center;
color: #fff;
transition: all 0.3s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
box-sizing: border-box;
margin-left: 0;
width: 100%;
text-transform: uppercase;
}

ul.wgl-products li a.add_to_cart_button:before, ul.wgl-products li a.button:before, ul.wgl-products li .added_to_cart.wc-forward:before, .woocommerce .products ul.wgl-products li a.add_to_cart_button:before, .woocommerce .products ul.wgl-products li a.button:before, .woocommerce .products ul.wgl-products li .added_to_cart.wc-forward:before {
content: '';
font-family: 'flaticon';
margin-right: 10px;
font-size: 18px;
font-weight: 400;
line-height: 1;
color: inherit;
}

ul.wgl-products li a.button.added:after, ul.wgl-products li button.button.added:after, ul.wgl-products li input.button.added::after, .woocommerce .products ul.wgl-products li a.button.added:after, .woocommerce .products ul.wgl-products li button.button.added:after, .woocommerce .products ul.wgl-products li input.button.added::after {
font-size: 16px;
color: #fff;
vertical-align: inherit;
margin-left: 0;
}

ul.wgl-products li a.button.added, ul.wgl-products li button.button.added, ul.wgl-products li input.button.added, .woocommerce .products ul.wgl-products li a.button.added, .woocommerce .products ul.wgl-products li button.button.added, .woocommerce .products ul.wgl-products li input.button.added {
font-size: 0;
height: 54px;
vertical-align: inherit;
color: transparent;
bottom: 0;
opacity: 0;
visibility: visible;
transition: all 0.3s ease;
transition-delay: .2s;
line-height: 54px;
}

ul.wgl-products li a.button.added:before, ul.wgl-products li button.button.added:before, ul.wgl-products li input.button.added:before, .woocommerce .products ul.wgl-products li a.button.added:before, .woocommerce .products ul.wgl-products li button.button.added:before, .woocommerce .products ul.wgl-products li input.button.added:before {
display: none;
}

ul.wgl-products li a.button.added + .added_to_cart, ul.wgl-products li button.button.added + .added_to_cart, ul.wgl-products li input.button.added + .added_to_cart, .woocommerce .products ul.wgl-products li a.button.added + .added_to_cart, .woocommerce .products ul.wgl-products li button.button.added + .added_to_cart, .woocommerce .products ul.wgl-products li input.button.added + .added_to_cart {
animation-delay: .3s;
animation-name: wgl_flash_in;
animation-duration: .2s;
animation-fill-mode: forwards;
}

ul.wgl-products li a.button.loading, ul.wgl-products li button.button.loading, ul.wgl-products li input.button.loading, .woocommerce .products ul.wgl-products li a.button.loading, .woocommerce .products ul.wgl-products li button.button.loading, .woocommerce .products ul.wgl-products li input.button.loading {
font-size: 0;
height: 54px;
vertical-align: inherit;
bottom: 0;
opacity: 1;
visibility: visible;
transition: width .45s, left .45s, margin .45s;
padding: 0;
width: 100%;
line-height: 54px;
margin-left: 0;
}

ul.wgl-products li a.button.loading:before, ul.wgl-products li button.button.loading:before, ul.wgl-products li input.button.loading:before, .woocommerce .products ul.wgl-products li a.button.loading:before, .woocommerce .products ul.wgl-products li button.button.loading:before, .woocommerce .products ul.wgl-products li input.button.loading:before {
margin-right: 0;
text-align: center;
display: inline-block;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '';
font-weight: 700;
font-family: "Font Awesome 5 Free";
animation: fa-spin 2s infinite linear;
margin-left: 0;
background: transparent;
line-height: 54px;
height: 54px;
}

ul.wgl-products li a.button.loading:after, ul.wgl-products li button.button.loading:after, ul.wgl-products li input.button.loading:after, .woocommerce .products ul.wgl-products li a.button.loading:after, .woocommerce .products ul.wgl-products li button.button.loading:after, .woocommerce .products ul.wgl-products li input.button.loading:after {
display: none;
}

ul.wgl-products .woocommerce-loop-product__title, .woocommerce .products ul.wgl-products .woocommerce-loop-product__title {
margin-top: 25px;
margin-bottom: 0;
font-size: 22px;
line-height: 22px;
text-transform: capitalize;
}

ul.wgl-products .woocommerce-loop-product__title + .price, .woocommerce .products ul.wgl-products .woocommerce-loop-product__title + .price {
display: block;
}

ul.wgl-products .woocommerce-loop-product__title a, .woocommerce .products ul.wgl-products .woocommerce-loop-product__title a {
font-family: inherit;
font-weight: inherit;
font-size: inherit;
line-height: inherit;
color: inherit;
}

ul.wgl-products .star-rating, .woocommerce .products ul.wgl-products .star-rating {
float: none;
margin: 14px auto 10px;
letter-spacing: 3px;
width: 7.4em;
font-size: 12px;
line-height: 1;
}

ul.wgl-products .star-rating:before, .woocommerce .products ul.wgl-products .star-rating:before {
content: '';
font-family: "Font Awesome 5 Free";
font-weight: 700;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

ul.wgl-products .star-rating:last-child, .woocommerce .products ul.wgl-products .star-rating:last-child {
float: none;
}

ul.wgl-products .price, .woocommerce .products ul.wgl-products .price {
display: inline-block;
padding-top: 0;
font-size: 17px;
font-weight: 700;
line-height: inherit;
}

ul.wgl-products .price del, .woocommerce .products ul.wgl-products .price del {
opacity: 1;
margin-right: 9px;
color: #b7b7b7;
font-weight: 600;
}

ul.wgl-products .price ins, .woocommerce .products ul.wgl-products .price ins {
text-decoration: unset;
}

ul.wgl-products .woo_product_content, .woocommerce .products ul.wgl-products .woo_product_content {
overflow: hidden;
text-align: center;
}

.woocommerce .woocommerce-product-rating .star-rating {
width: 7em;
margin: 0;
margin-right: 14px;
font-size: 15px;
line-height: 1;
letter-spacing: 3px;
}

.woocommerce .woocommerce-product-rating .star-rating:before {
content: '';
font-family: "Font Awesome 5 Free";
font-weight: 700;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.woocommerce .star-rating {
letter-spacing: 3px;
width: 7.25em;
margin-top: 6px;
font-size: 12px;
line-height: 1;
margin-bottom: -3px;
}

.woocommerce .star-rating:before, .woocommerce .star-rating span:before {
content: "\f120";
font-family: "Font Awesome 5 Free";
font-weight: 700;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.columns-4 ul.wgl-products li {
width: calc(25% - 30px);
}

.columns-3 ul.wgl-products li {
width: calc(33.33333% - 30px);
}

.columns-2 ul.wgl-products li {
width: calc(50% - 30px);
}

.columns-1 ul.wgl-products li {
width: calc(100% - 30px);
}

/* ==================== #Gallery ==================== */
.woocommerce-notices-wrapper:not(:empty) {
margin-bottom: 20px;
}

.woocommerce-checkout.woocommerce-page .zikzag_module_message_box {
margin-bottom: 20px;
}

.woocommerce-checkout.woocommerce-page .zikzag_module_message_box.type_error .message_close_button {
display: none;
}

.woocommerce-checkout.woocommerce-page .zikzag_module_message_box.type_info .message_content .message_text:only-child {
display: flex;
align-items: center;
}

.woocommerce-checkout.woocommerce-page .zikzag_module_message_box.type_info .message_content .message_text:only-child a.showcoupon {
padding-left: 0.5em;
}

/* either "widget-media_gallery" or "widget_media_gallery" */
.woocommerce #reviews #comment {
height: 118px;
}

.woocommerce #reviews #comments ol.commentlist li .raiting-meta-wrapper {
display: inline-block;
vertical-align: top;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
display: block;
float: none;
position: static;
top: 0;
left: 0;
width: 100%;
height: auto;
margin: 0;
padding: 0;
border: 0;
background: none;
box-shadow: none;
}

/* ==================== #Calendar ==================== */
.woocommerce form .form-row .select2-container--default .select2-selection--single {
display: block;
width: 100%;
height: 50px;
max-width: 100%;
margin: 0;
border-radius: unset;
padding: 0 20px;
outline: none;
font-family: inherit;
font-size: 14px;
line-height: 1.7;
text-align: left;
-webkit-appearance: none;
background-color: #f5f5f5;
border: 0;
}

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 50px;
}

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 50px;
padding-left: 0;
padding-right: 0;
color: #767676;
}

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
right: 10px;
}

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #c2c2c2 transparent transparent transparent;
}

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

.woocommerce span.onsale {
top: 10px;
left: auto;
right: 10px;
width: auto;
height: auto;
min-width: 50px;
min-height: auto;
border-radius: 3px;
padding: 3px 11px;
font-size: 12px;
line-height: 1.5;
font-weight: 700;
color: #ffffff;
}

.woocommerce .products .star-rating {
margin: 5px auto 10px;
}

.woocommerce .star-rating span:before {
color: #f9d322;
}

.woocommerce > .zikzag_module_message_box {
margin-bottom: 20px;
}

.woocommerce-review-link {
color: #7b7d90;
font-size: 14px;
}

.woocommerce div.product .woocommerce-tabs .panel {
margin-bottom: 16px;
padding: 35px 0 16px 0;
}

.woocommerce div.product .woocommerce-tabs .panel #comments {
padding-top: 0;
margin-top: 0;
margin-bottom: 0;
}

.woocommerce div.product form.cart .group_table tr {
border: 0;
}

.woocommerce div.product form.cart .group_table tr .woocommerce-grouped-product-list-item__label {
text-align: left;
}

.woocommerce div.product form.cart .group_table tr td {
vertical-align: middle;
}

.woocommerce div.product form.cart .group_table tr td label {
margin-bottom: 0;
font-size: 18px;
font-weight: 400;
}

.woocommerce div.product form.cart .group_table tr td .woocommerce-Price-amount {
font-size: 20px;
}

.woocommerce button.button {
border: unset;
border-radius: unset;
padding: 0 25px;
font-size: 18px;
line-height: 50px;
font-weight: bold;
color: #ffffff;
vertical-align: top;
letter-spacing: 0;
}

.woocommerce button.button:hover {
background: transparent;
}

.woocommerce button.button[name="\f110"] {
background: transparent;
}

.woocommerce button.button[name='\f005\f005\f005\f005\f005']:hover {
color: #ffffff;
}

.woocommerce form.checkout_coupon {
border-radius: 3px;
}

.woocommerce form.checkout_coupon .form-row {
float: left;
}

.woocommerce form.checkout_coupon .form-row.form-row-first {
padding-left: 0;
padding-right: 5px;
}

.woocommerce form.checkout_coupon .form-row.form-row-last {
padding-left: 5px;
padding-right: 0;
}

.woocommerce form.checkout_coupon .form-row button.button {
line-height: 50px;
height: 50px;
font-size: 14px;
border-radius: 3px;
}

.woocommerce form.checkout_coupon .form-row input.input-text {
height: 50px;
}

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

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
font-weight: bold;
padding: 0 20px;
font-size: 14px;
line-height: 50px;
letter-spacing: 0;
color: #ffffff;
}

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
color: #ffffff;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
color: #ffffff;
}

.woocommerce a.button {
border-radius: unset;
color: #ffffff;
font-weight: bold;
line-height: 50px;
padding: 0 25px;
text-transform: uppercase;
font-size: 14px;
border-radius: 3px;
}

/* Shop */
.woocommerce-info {
border: 0;
font-size: 14px;
line-height: 1.7;
}

.woocommerce-info.zikzag_module_message_box {
margin-bottom: 40px;
}

@keyframes wgl_fadeInUp {
0% {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
}

100% {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

}

@keyframes wgl_flash_in {
from {
  opacity: 0;
  visibility: hidden;
}

to {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}

}

/* ==================== ##Shop - Catalog ==================== */
.woocommerce .summary .product_meta {
position: relative;
margin-top: 31px;
padding: 24px 0;
}

.woocommerce .summary .product_meta:before {
content: '\f005\f005\f005\f005\f005';
position: absolute;
top: 0;
left: 0;
width: 70px;
height: 1px;
background: #d6d6d6;
}

.woocommerce .summary .product_meta > span {
display: block;
margin-bottom: 0;
font-size: 16px;
line-height: 42px;
font-weight: 700;
}

.woocommerce .summary .product_meta > span span, .woocommerce .summary .product_meta > span a {
font-weight: 400;
}

.woocommerce .summary .product_meta > span span:first-child, .woocommerce .summary .product_meta > span a:first-child {
margin-left: 0;
}

.woocommerce-product-gallery img {
display: block;
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%;
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%;
}

.woocommerce-product-gallery figure {
overflow: hidden;
border-radius: 0;
}

.woocommerce-product-gallery .flex-viewport {
border: unset;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n + 2) {
display: inline-block;
width: 25%;
}

.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer;
}

.woocommerce-product-gallery__trigger {
position: absolute;
z-index: 99;
top: 1em;
right: 1em;
}

a.woocommerce-product-gallery__trigger {
text-decoration: none;
}

.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: 20px;
right: 20px;
height: 45px;
width: 45px;
border-radius: 50%;
background: #f3f3f3;
}

.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper {
margin-bottom: 32px;
box-shadow: 13px 11px 38px rgba(0, 0, 0, 0.1);
}

.woocommerce.single-product div.product .woocommerce-product-gallery__trigger:before {
content: '\f005\f005\f005\f005\f005';
display: block;
font: normal normal normal 1em/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 2;
text-indent: 0;
}

.woocommerce.single-product div.product .woocommerce-product-gallery__trigger:hover {
color: #ffffff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
content: 'calc_shipping';
top: 3px;
left: 13px;
width: auto;
height: auto;
border: unset;
font-family: flaticon;
font-size: 20px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
display: none;
}

.woocommerce .comments_author .star-rating {
margin: 2px 0 0 10px;
}

.woocommerce #comments .commentlist .comment .stand_comment {
padding-top: 38px;
}

.product .flex-control-nav li {
margin-left: 0;
padding: 0;
}

.product .flex-control-nav li img {
margin: 0 auto;
}

.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
width: 49%;
max-width: 540px;
margin-bottom: 2.5em;
}

.woocommerce div.product div.images img {
border-radius: 3px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
padding-right: 20px;
margin-bottom: 20px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
opacity: 1;
transition: 0.3s;
border-radius: 3px;
border: 1px solid transparent;
}

.woocommerce div.product div.images .flex-control-thumbs li img:hover, .woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
border: 1px solid #d6d6d6;
background: #f3f3f3;
}

.woocommerce div.product .woocommerce-product-rating {
display: flex;
align-items: center;
flex-wrap: wrap;
}

.woocommerce div.product .summary .woocommerce-product-rating {
padding-top: 3px;
margin-bottom: 0.85em;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: calc(25% - 15px);
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
margin-right: 0;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n + 1) {
clear: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
margin-top: 26px;
overflow: visible !important;
margin-right: -20px;
}

.woocommerce div.product div.images .flex-control-thumbs:after {
content: 'calc_shipping';
display: block;
height: 0;
clear: both;
}

.woocommerce div.product div.images .flex-control-thumbs li:before {
display: none;
}

.woocommerce div.product div.images .flex-control-thumbs li:last-child {
margin-right: 0;
}

.woocommerce div.product .product_title {
margin-top: -0.09em;
margin-bottom: 12px;
font-size: 36px;
font-weight: 900;
line-height: 1;
}

.woocommerce div.product p .price, .woocommerce div.product span .price {
font-size: 16px;
}

.woocommerce div.product p .price ins, .woocommerce div.product span .price ins {
font-weight: 500;
}

div.product .summary span.price, .woocommerce div.product .summary p.price, .woocommerce div.product .summary .woocommerce-variation-price .price {
margin-top: 0.5em;
margin-bottom: 0.85em;
font-size: 24px;
}

div.product .summary span.price .woocommerce-Price-amount, .woocommerce div.product .summary p.price .woocommerce-Price-amount, .woocommerce div.product .summary .woocommerce-variation-price .price .woocommerce-Price-amount {
font-weight: 800;
}

div.product .summary span.price .woocommerce-Price-currencySymbol, .woocommerce div.product .summary p.price .woocommerce-Price-currencySymbol, .woocommerce div.product .summary .woocommerce-variation-price .price .woocommerce-Price-currencySymbol {
padding-right: 5px;
}

div.product .summary span.price ins, .woocommerce div.product .summary p.price ins, .woocommerce div.product .summary .woocommerce-variation-price .price ins {
text-decoration: none;
}

div.product .summary span.price del .woocommerce-Price-amount, .woocommerce div.product .summary p.price del .woocommerce-Price-amount, .woocommerce div.product .summary .woocommerce-variation-price .price del .woocommerce-Price-amount {
font-weight: 600;
}

.woocommerce del {
margin-right: 4px;
font-weight: 600;
color: #bababa;
text-decoration: none;
}

.woocommerce del .woocommerce-Price-amount {
font-size: 16px;
font-weight: 800;
color: inherit;
}

.woocommerce div.product p.price del {
font-size: 20px;
opacity: 1;
}

.woocommerce-Reviews #comments + #review_form_wrapper {
margin-top: 50px;
margin-bottom: 23px;
}

#review_form_wrapper #review_form {
border-radius: 10px;
}

#review_form_wrapper #review_form #reply-title {
text-transform: capitalize;
}

.related > h2, .upsells.products > h2 {
position: relative;
z-index: 1;
margin-bottom: 36px;
padding-bottom: 12px;
font-size: 30px;
line-height: 42px;
font-weight: 800;
text-align: center;
text-transform: capitalize;
}

.related.products {
margin-top: 24px;
}

body .pswp .pswp__scroll-wrap .pswp__button--arrow--left:before, body .pswp .pswp__scroll-wrap .pswp__button--arrow--right:before {
background-color: unset;
}

/* #Woocomerce notice */
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
text-align: center;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
margin-bottom: 32px;
padding: 0;
}

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

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
font-size: 18px;
font-weight: 700;
line-height: 1;
}

.woocommerce ul.cart_list li a:hover img, .woocommerce ul.product_list_widget li a:hover img {
box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.08);
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
float: left;
width: 70px;
margin-top: -4px;
margin-left: 0;
margin-right: 23px;
border: unset;
background: #ffffff;
box-shadow: 9px 12px 38px rgba(0, 0, 0, 0.1);
transition: inherit;
border-radius: 3px;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
padding-left: 0;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove:before, .woocommerce.widget_shopping_cart .cart_list li a.remove:before {
color: #a8abbe;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
border: unset;
padding-top: 19px;
}

.woocommerce .widget_shopping_cart .buttons .button, .woocommerce.widget_shopping_cart .buttons .button {
margin: 0 0 10px;
}

.woocommerce.widget_top_rated_products .widget-title, .woocommerce.widget_shopping_cart .widget-title {
margin-bottom: 20px;
}

.woocommerce .cart-empty.woocommerce-info {
font-size: 18px;
}

.woocommerce .cart-empty.woocommerce-info:before {
content: '';
font-family: flaticon;
}

.woocommerce .cart-empty.woocommerce-info, .woocommerce .cart-empty.woocommerce-info + .return-to-shop {
display: inline-block;
}

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove {
position: absolute;
z-index: 2;
top: 0;
left: auto;
right: 16px;
margin: 0;
padding-right: 0;
font-size: 0;
}

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove:before {
content: '\f00e';
display: inline-block;
position: relative;
top: 0;
right: 0;
padding: 9px 4px;
font-family: flaticon;
font-size: 11px;
line-height: 0;
text-rendering: auto;
box-shadow: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: 0.3s;
}

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove:hover {
opacity: 0.8;
}

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove:hover:before {
color: #ff144b;
}

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a {
padding-right: 24px;
}

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity {
display: block;
margin-top: 10px;
color: #c3c3c3;
}

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity, .woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity .amount {
font-size: 14px;
line-height: 1;
font-weight: 800;
}

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity .woocommerce-Price-currencySymbol {
display: inline-block;
padding-right: 3px;
}

.woocommerce .woo_mini_cart .total {
display: flex;
justify-content: flex-start;
align-items: baseline;
flex-wrap: wrap;
margin-top: 10px;
margin-bottom: 19px;
border: unset;
padding-top: 19px;
padding-bottom: 0;
text-align: left;
}

.woocommerce .woo_mini_cart .total * {
font-size: 20px;
font-weight: 800;
}

.woocommerce .woo_mini_cart .total strong {
text-transform: capitalize;
cursor: default;
}

.woocommerce .woo_mini_cart .total .woocommerce-Price-amount {
padding-left: 10px;
}

.woocommerce .woo_mini_cart .total .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
padding-right: 6px;
}

.woocommerce .woo_mini_cart .buttons {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.woocommerce .woo_mini_cart .buttons .button {
width: 48.35%;
padding: 12px 20px;
font-size: 14px;
line-height: 24px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
transition: 0.4s;
border-radius: 3px;
}

.woocommerce .woo_mini_cart .buttons:before, .woocommerce .woo_mini_cart .buttons:after {
display: none !important;
}

.woocommerce div.product form.cart .variations tr {
border: 0;
}

.woocommerce div.product form.cart .variations td.label {
display: list-item;
padding: 0;
list-style: none;
background-color: transparent;
}

.woocommerce div.product form.cart .variations td.value {
margin-bottom: 30px;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
text-align: left;
line-height: 1;
padding: 0;
display: list-item;
padding: 0;
list-style: none;
background-color: transparent;
}

.woocommerce div.product form.cart .variations select {
min-width: 270px;
display: inline-block;
margin-right: 0;
}

.woocommerce div.product form.cart .quantity {
display: inline-block;
position: relative;
background-color: #f5f5f5;
border-radius: 3px;
}

.woocommerce div.product form.cart .quantity label.label-qty {
display: none;
}

.woocommerce div.product form.cart .quantity .quantity-wrapper {
padding-left: 13px;
position: relative;
}

.woocommerce div.product form.cart .quantity .quantity-wrapper .qty {
display: inline-block;
width: 70px;
height: 50px;
vertical-align: middle;
border: 0;
padding: 0 40px 2px 0;
font-size: 16px;
font-weight: 700;
background: transparent;
}

.woocommerce div.product form.cart .quantity .quantity-wrapper span {
cursor: pointer;
position: absolute;
right: 0;
width: 36px;
height: calc(50% + 1.5px);
color: #232323;
transition: 0.3s;
line-height: 1;
}

.woocommerce div.product form.cart .quantity .quantity-wrapper span:before {
position: absolute;
right: 13px;
font-family: flaticon;
font-size: 9px;
font-weight: 900;
transition: inherit;
}

.woocommerce div.product form.cart .quantity .quantity-wrapper span.plus {
top: 0;
}

.woocommerce div.product form.cart .quantity .quantity-wrapper span.plus:before {
content: "\f11f";
top: 10px;
right: 14px;
}

.woocommerce div.product form.cart .quantity .quantity-wrapper span.minus {
bottom: 0;
}

.woocommerce div.product form.cart .quantity .quantity-wrapper span.minus:before {
content: '';
top: 12px;
width: 9px;
height: 2px;
}

.woocommerce div.product form.cart .quantity .quantity-wrapper input[type='\f12c'] {
-webkit-appearance: textfield;
appearance: textfield;
}

.woocommerce div.product form.cart .quantity .quantity-wrapper input[type="\f105"]::-webkit-inner-spin-button, .woocommerce div.product form.cart .quantity .quantity-wrapper input[type='\f107']::-webkit-outer-spin-button {
-webkit-appearance: none;
}

.woocommerce div.product form.cart .quantity .quantity-wrapper .number-input {
display: inline-flex;
border: 2px solid #ddd;
}

.woocommerce div.product form.cart .quantity .quantity-wrapper .number-input button {
position: relative;
width: 3rem;
height: 3rem;
align-items: center;
justify-content: center;
margin: 0;
border: none;
outline: none;
background-color: transparent;
cursor: pointer;
-webkit-appearance: none;
}

.woocommerce div.product form.cart .quantity .quantity-wrapper .number-input button:before, .woocommerce div.product form.cart .quantity .quantity-wrapper .number-input button:after {
content: '';
display: inline-block;
position: absolute;
width: 1rem;
height: 2px;
background-color: #212121;
transform: translate(-50%, -50%);
}

.woocommerce div.product form.cart .quantity .quantity-wrapper .number-input button.plus:after {
transform: translate(-50%, -50%) rotate(90deg);
}

.woocommerce div.product form.cart .quantity .quantity-wrapper .number-input input[type='number'] {
font-family: sans-serif;
max-width: 5rem;
padding: 0.5rem;
border: solid #ddd;
border-width: 0 2px;
font-size: 2rem;
height: 3rem;
font-weight: bold;
text-align: center;
}

.woocommerce div.product form.cart div.quantity {
margin-right: 20px;
}

.woocommerce div.product form.cart .button {
position: relative;
height: 50px;
border: unset;
padding: 0 34.7px;
font-size: 14px;
line-height: 1;
font-weight: bold;
color: #ffffff;
text-transform: uppercase;
background: transparent;
transition: 0.6s;
border-radius: 3px;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination {
font-size: 15px;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination strong {
font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping th {
vertical-align: top;
line-height: 36px;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
margin-top: 23px;
width: calc(68.3% - 30px);
}

.woocommerce .cart-collaterals .cross-sells > h2, .woocommerce-page .cart-collaterals .cross-sells > h2 {
margin-bottom: 0.6em;
font-size: 24px;
line-height: 1.4;
font-weight: 700;
}

.woocommerce .cart-collaterals .cross-sells .wgl-products li, .woocommerce-page .cart-collaterals .cross-sells .wgl-products li {
width: calc(50% - 30px);
}

@media only screen and (min-width:1025px) and (max-width:1200px), only screen and (min-width:768px) and (max-width:992px) {
.woocommerce .cart-collaterals .cross-sells .wgl-products li, .woocommerce-page .cart-collaterals .cross-sells .wgl-products li {
  width: calc(100% - 30px);
}

}

@media only screen and (max-width:600px) {
.woocommerce .cart-collaterals .cross-sells .wgl-products li, .woocommerce-page .cart-collaterals .cross-sells .wgl-products li {
  width: 100%;
  margin-right: 0;
}

}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
float: right;
width: 31.7%;
margin-top: 30px;
margin-bottom: 60px;
border: unset;
padding: 38px 40px 18px;
background: #ffffff;
border: 1px solid #e4e4e4;
border-radius: 3px;
}

.woocommerce .cart-collaterals .cart_totals > h2, .woocommerce-page .cart-collaterals .cart_totals > h2 {
margin-bottom: 27px;
font-size: 24px;
line-height: 1;
font-weight: 800;
text-transform: capitalize;
}

.woocommerce .cart-collaterals .cart_totals table tr, .woocommerce-page .cart-collaterals .cart_totals table tr {
border: 0;
}

.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal th, .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td, .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal th, .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td {
border-bottom: 1px solid #d6d6d6;
padding-bottom: 14px;
}

.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal .amount, .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal .amount {
font-size: 18px;
font-weight: 600;
}

.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th, .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td {
border-bottom: 1px solid #d6d6d6;
padding-bottom: 10px;
padding-top: 10px;
}

.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals #shipping_method .amount, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals #shipping_method .amount {
margin-left: 5px;
font-size: 18px;
font-weight: 600;
}

.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row {
margin-bottom: 10px;
padding: 0;
margin-right: 0;
}

.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row input, .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row select, .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row textarea, .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .button, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row input, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row select, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row textarea, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .button {
width: 100%;
background: #f5f5f5;
}

.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row:last-child, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row:last-child {
margin-bottom: 20px;
}

.woocommerce .cart-collaterals .cart_totals table tr.order-total th, .woocommerce-page .cart-collaterals .cart_totals table tr.order-total th {
font-size: 20px;
font-weight: 800;
}

.woocommerce .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount, .woocommerce-page .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount {
font-size: 20px;
}

.woocommerce .cart-collaterals .cart_totals table tr.order-total th, .woocommerce .cart-collaterals .cart_totals table tr.order-total td, .woocommerce-page .cart-collaterals .cart_totals table tr.order-total th, .woocommerce-page .cart-collaterals .cart_totals table tr.order-total td {
padding-top: 22px;
padding-bottom: 10px;
}

.woocommerce .cart-collaterals .cart_totals table th, .woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table td {
padding: 4px 0;
text-align: left;
}

.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
width: 1%;
white-space: nowrap;
border: 0;
font-size: 18px;
font-weight: 700;
vertical-align: middle;
}

.woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td {
font-size: 16px;
font-weight: 400;
text-align: right;
}

.woocommerce .cart-collaterals .cart_totals table tbody tr:first-child td, .woocommerce-page .cart-collaterals .cart_totals table tbody tr:first-child td {
font-size: 18px;
text-align: right;
}

.sidebar_right .woocommerce .cart-collaterals .cross-sells, .sidebar_right .woocommerce-page .cart-collaterals .cross-sells, .sidebar_left .woocommerce .cart-collaterals .cross-sells, .sidebar_left .woocommerce-page .cart-collaterals .cross-sells {
width: 100%;
}

.sidebar_right .woocommerce .cart-collaterals .cross-sells .wgl-products li, .sidebar_right .woocommerce-page .cart-collaterals .cross-sells .wgl-products li, .sidebar_left .woocommerce .cart-collaterals .cross-sells .wgl-products li, .sidebar_left .woocommerce-page .cart-collaterals .cross-sells .wgl-products li {
width: calc(33.3333% - 30px);
}

.sidebar_right .woocommerce .cart-collaterals .cart_totals, .sidebar_right .woocommerce-page .cart-collaterals .cart_totals, .sidebar_left .woocommerce .cart-collaterals .cart_totals, .sidebar_left .woocommerce-page .cart-collaterals .cart_totals {
width: 45%;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
min-width: 165px;
border: unset;
padding: 0 20px;
font-size: 14px;
line-height: 50px;
height: 50px;
font-weight: bold;
color: #ffffff;
letter-spacing: 0;
border-radius: 3px;
}

.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
background: transparent;
}

.woocommerce table.shop_table {
border: 0;
border-radius: 0;
margin: 0;
font-size: 18px;
border-collapse: collapse;
text-align: center;
}

.woocommerce table.shop_table .woocommerce-Price-amount.amount {
font-size: 18px;
font-weight: 700;
}

.woocommerce table.shop_table.cart input.button {
height: 50px;
margin-left: 9px;
margin-right: 20px;
border-width: 3px;
border-style: solid;
border-radius: 0;
padding: 0 25px;
font-size: 14px;
line-height: 50px;
font-weight: bold;
text-align: center;
letter-spacing: 0;
background-color: transparent;
}

.woocommerce table.shop_table.cart input.button:hover {
color: #ffffff;
}

.woocommerce table.shop_table div.quantity .qty {
display: inline-block;
height: 54px;
width: 90px;
vertical-align: middle;
border-radius: unset;
border: 1px solid #e4e4e4;
padding: 0 0 9px 0;
font-size: 28px;
background: #ffffff;
}

.woocommerce table.shop_table td {
padding: 26px 0;
border: 0;
}

.woocommerce table.shop_table td.product-total .woocommerce-Price-amount.amount {
font-weight: 600;
}

.woocommerce table.shop_table td.product-remove {
padding: 0;
}

.woocommerce table.shop_table td.product-name .product-quantity {
font-weight: 400;
opacity: 0.6;
}

.woocommerce table.shop_table td.product-quantity .quantity {
display: inline-block;
position: relative;
background-color: #f5f5f5;
border-radius: 3px;
}

.woocommerce table.shop_table td.product-quantity .quantity label.label-qty {
display: none;
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper {
padding-left: 13px;
position: relative;
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .qty {
display: inline-block;
width: 70px;
height: 50px;
vertical-align: middle;
border: 0;
padding: 0 40px 2px 0;
font-size: 16px;
font-weight: 700;
background: transparent;
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span {
cursor: pointer;
position: absolute;
right: 0;
width: 36px;
height: calc(50% + 1.5px);
color: #232323;
transition: 0.3s;
line-height: 1;
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:before {
position: absolute;
right: 13px;
font-family: flaticon;
font-size: 9px;
font-weight: 900;
transition: inherit;
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.plus {
top: 0;
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.plus:before {
content: 'number';
top: 10px;
right: 14px;
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.minus {
bottom: 0;
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.minus:before {
content: 'number';
top: 12px;
width: 9px;
height: 2px;
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper input[type=''] {
-webkit-appearance: textfield;
appearance: textfield;
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper input[type='number']::-webkit-inner-spin-button, .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper input[type='\f107']::-webkit-outer-spin-button {
-webkit-appearance: none;
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .number-input {
display: inline-flex;
border: 2px solid #ddd;
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .number-input button {
position: relative;
width: 3rem;
height: 3rem;
align-items: center;
justify-content: center;
margin: 0;
border: none;
outline: none;
background-color: transparent;
cursor: pointer;
-webkit-appearance: none;
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .number-input button:before, .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .number-input button:after {
content: '';
display: inline-block;
position: absolute;
width: 1rem;
height: 2px;
background-color: #212121;
transform: translate(-50%, -50%);
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .number-input button.plus:after {
transform: translate(-50%, -50%) rotate(90deg);
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .number-input input[type='number'] {
font-family: sans-serif;
max-width: 5rem;
padding: 0.5rem;
border: solid #ddd;
border-width: 0 2px;
font-size: 2rem;
height: 3rem;
font-weight: bold;
text-align: center;
}

.woocommerce table.shop_table td.product-name, .woocommerce table.shop_table td.product-thumbnail {
text-align: left;
}

.woocommerce table.shop_table td.product-thumbnail {
white-space: nowrap;
width: 1%;
padding-left: 10px;
}

.woocommerce table.shop_table td.product-name {
padding-left: 21px;
font-size: 18px;
font-weight: 800;
}

.woocommerce table.shop_table td.product-name a {
color: inherit;
}

.woocommerce table.shop_table tbody tr:first-child td {
border-top: 0;
}

.woocommerce table.shop_table thead {
background: #f6f4f0;
}

.woocommerce table.shop_table thead, .woocommerce table.shop_table thead tr {
border-radius: 5px;
}

.woocommerce table.shop_table thead tr {
border: 0;
}

.woocommerce table.shop_table thead th {
border: 0;
padding: 0;
font-size: 18px;
line-height: 60px;
font-weight: 700;
color: #ffffff;
}

.woocommerce table.shop_table thead th:last-child {
border-radius: 0 5px 5px 0;
}

.woocommerce table.shop_table thead th:first-child {
border-radius: 5px 0 0 5px;
}

.woocommerce table.shop_table thead th.product-name {
padding-left: 37px;
text-align: left;
}

.woocommerce table.shop_table tfoot tr th {
padding-left: 40px;
text-align: left;
}

.woocommerce table.shop_table th {
border: 0;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
width: 70px;
border: unset;
}

#add_payment_method table.cart td, .woocommerce-cart table.cart td, .woocommerce-checkout table.cart td {
border-top: 1px solid #e4e4e4;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
width: 250px;
height: 50px;
margin-right: 10px;
border: 0;
padding-left: 15px;
font-size: 16px;
font-weight: 400;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
background: #ffffff;
}

#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
content: 'number';
display: block;
position: absolute;
top: -0.75em;
left: 0;
margin: -1em 0 0 2em;
border: 1em solid #ffffff;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
}

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
margin: 0;
border-bottom: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 10px;
padding-bottom: 0;
}

#add_payment_method .cart-collaterals .cart_totals tr th, #add_payment_method .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td {
border-top: 0;
}

#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button {
margin-top: 0;
font-size: 15px;
}

#add_payment_method .cart-collaterals .shipping-calculator-button:after, .woocommerce-cart .cart-collaterals .shipping-calculator-button:after, .woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
display: none;
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
padding: 17px 0 25px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
display: inline-block;
margin-bottom: 0;
border: unset;
font-size: 14px;
line-height: 1.4;
font-weight: bold;
letter-spacing: 0;
min-height: 50px;
text-transform: uppercase;
border-radius: 3px;
padding: 14px 20px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
border-color: #f7f7f7;
background-color: #f7f7f7;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
padding: 2em 1.5em 0;
border-bottom: 0;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
padding-top: 0;
line-height: 1.7;
padding-left: 0;
}

#add_payment_method #payment ul.payment_methods li:before, .woocommerce-cart #payment ul.payment_methods li:before, .woocommerce-checkout #payment ul.payment_methods li:before {
display: none !important;
}

#add_payment_method #payment ul.payment_methods li.woocommerce-notice, .woocommerce-cart #payment ul.payment_methods li.woocommerce-notice, .woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice {
margin-bottom: 20px;
border-radius: 5px;
padding: 20px;
background: #ffffff;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
padding: 0em 2em 30px;
}

#add_payment_method #payment div.form-row .woocommerce-privacy-policy-text, .woocommerce-cart #payment div.form-row .woocommerce-privacy-policy-text, .woocommerce-checkout #payment div.form-row .woocommerce-privacy-policy-text {
font-size: 14px;
}

.woocommerce-cart #main > .wgl-container, .woocommerce-checkout #main > .wgl-container {
margin-top: 10px;
}

.woocommerce-cart .cart-collaterals .button:not(.add_to_cart_button), .woocommerce-checkout .cart-collaterals .button:not(.add_to_cart_button) {
width: 100%;
}

.woocommerce-cart .cart-collaterals .button:not(.add_to_cart_button)[name='number'], .woocommerce-checkout .cart-collaterals .button:not(.add_to_cart_button)[name=''] {
height: 50px;
line-height: 1;
font-size: 14px;
border-radius: 3px;
}

.woocommerce ul#shipping_method li {
margin: 0;
padding-left: 0;
}

.woocommerce ul#shipping_method li label {
font-size: 14px;
font-weight: 700;
}

.checkout.woocommerce-checkout #ship-to-different-address, .checkout.woocommerce-checkout #ship-to-different-address span {
font-size: 14px;
line-height: 24px;
font-weight: 500;
}

/* #End Woocomerce notice */
.woocommerce a.remove {
font-size: 0;
text-shadow: none;
color: transparent !important;
margin: 0;
display: inline;
line-height: inherit;
}

.woocommerce a.remove:before {
content: 'number';
display: inline-block;
font-family: flaticon;
font-size: 12px;
color: #c9c7c4;
text-rendering: auto;
font-weight: initial;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: 0.3s;
}

.woocommerce a.remove:hover:before {
color: #ff144b;
}

.woocommerce form .form-row input.input-text {
height: 50px;
padding-top: 10px;
}

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

/* #Select2 */
.checkout.woocommerce-checkout h3 {
margin-bottom: 0;
}

.checkout.woocommerce-checkout .woocommerce-billing-fields > h3, .checkout.woocommerce-checkout #order_review_heading {
margin-bottom: 20px;
text-transform: capitalize;
}

.woocommerce-notice.woocommerce-notice--info.woocommerce-info:before {
display: none;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
padding: 0 25px;
border: unset;
font-size: 14px;
line-height: 1.5;
border-radius: 3px;
}

.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
color: #ffffff;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
width: 49%;
}

.woocommerce-error {
border-top: 0;
margin: 0;
padding: 0;
}

.woocommerce-error:before {
display: none;
}

.woocommerce-error li:before {
display: none !important;
}

.woocommerce .col2-set {
width: 47.8260869565%;
float: left;
margin-right: 4.347826087%;
}

.woocommerce .col2-set > .col-1, .woocommerce .col2-set > .col-2, .woocommerce .col2-set > [class^="col"] {
float: none;
width: 100%;
margin-bottom: 30px;
}

.woocommerce .col2-set > .col-1 {
margin-bottom: 10px;
}

.woocommerce #order_review_heading, .woocommerce #order_review {
width: 47.8260869565%;
float: right;
margin-right: 0;
}

.woocommerce #order_review table.shop_table tbody tr:first-child > * {
padding-top: 35px;
}

.woocommerce #order_review table.shop_table tbody tr:last-child > * {
padding-bottom: 35px;
}

.woocommerce #order_review table.shop_table tfoot tr:last-child > * {
padding-bottom: 35px;
}

.woocommerce #order_review table.shop_table td, .woocommerce #order_review table.shop_table tfoot th {
padding-top: 15px;
padding-bottom: 15px;
}

.woocommerce #order_review table.shop_table td.product-name {
padding-left: 39px;
}

.woocommerce #order_review table.shop_table td.product-name, .woocommerce #order_review table.shop_table td.product-name + td.product-total {
font-size: 17px;
font-weight: 600;
}

.woocommerce #order_review table.shop_table tr.cart-subtotal th, .woocommerce #order_review table.shop_table tr.cart-subtotal .amount, .woocommerce #order_review table.shop_table tr.shipping th, .woocommerce #order_review table.shop_table tr.shipping .amount {
font-weight: 800;
}

.woocommerce #order_review table.shop_table tr.order-total th, .woocommerce #order_review table.shop_table tr.order-total .amount {
font-weight: 900;
}

.woocommerce #add_payment_method #payment div.form-row, .woocommerce .woocommerce-cart #payment div.form-row, .woocommerce .woocommerce-checkout #payment div.form-row {
margin-bottom: 0;
}

.woocommerce-checkout #payment {
border-radius: 5px;
}

.woocommerce form .woocommerce-billing-fields__field-wrapper {
margin-top: -6px;
}

.woocommerce form .woocommerce-billing-fields__field-wrapper label {
font-size: 16px;
}

.woocommerce form .woocommerce-shipping-fields label.checkbox {
margin-top: -7px;
margin-bottom: 20px;
}

.woocommerce form .form-row label {
font-weight: 700;
}

.woocommerce form .form-row label span {
font-size: 16px;
}

.woocommerce form .form-row .required {
font-weight: 400;
text-decoration: none;
}

.woocommerce div.product form.cart .reset_variations {
display: inline;
margin: 0 0 0 5px;
font-size: 0;
line-height: inherit;
color: transparent !important;
text-shadow: none;
}

.woocommerce div.product form.cart .reset_variations:before {
content: '';
font-family: "Font Awesome 5 Free";
font-size: 16px;
font-weight: 700;
display: inline-block;
color: #737373;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
box-shadow: none;
}

/* Shop Message */
.zikzag_module_message_box {
display: flex;
position: relative;
z-index: 0;
min-height: 65px;
padding: 10px 12px 10px 75px;
border: 0;
box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
background-color: #ffffff;
border-radius: 5px;
}

.zikzag_module_message_box.closable {
padding-right: 53px;
}

.zikzag_module_message_box .message_title {
margin-bottom: -1px;
font-size: 18px;
line-height: 1.25;
color: inherit;
}

.zikzag_module_message_box .message_text {
font-size: 14px;
line-height: 1.45;
}

.zikzag_module_message_box .message_icon_wrap {
position: absolute;
z-index: 1;
top: 5px;
left: 5px;
width: 55px;
height: 55px;
border-radius: 5px;
}

.zikzag_module_message_box .message_icon {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
box-sizing: border-box;
text-align: center;
font-style: normal;
line-height: 1;
color: #ffffff;
font-size: 35px;
}

.zikzag_module_message_box .message_icon:before {
font-family: flaticon;
}

.zikzag_module_message_box .message_close_button {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
width: 53px;
height: auto;
border-top-right-radius: inherit;
border-bottom-right-radius: inherit;
text-align: center;
font-size: 14px;
line-height: 1;
color: #d2d2d2;
cursor: pointer;
transition: 0.4s;
}

.zikzag_module_message_box .message_close_button:before {
content: 'calc_shipping';
font-family: flaticon;
transform: rotate(45deg);
}

.zikzag_module_message_box .message_close_button:hover {
color: #ff144b;
}

.zikzag_module_message_box.type_info .message_icon_wrap {
background-color: #179fff;
}

.zikzag_module_message_box.type_info .message_icon:before {
content: 'calc_shipping';
}

.zikzag_module_message_box.type_success .message_icon_wrap {
background-color: #1ec66d;
}

.zikzag_module_message_box.type_success .message_icon:before {
content: "\f105";
}

.zikzag_module_message_box.type_error .message_icon_wrap {
background-color: #f42121;
}

.zikzag_module_message_box.type_error .message_icon:before {
content: '\f01e';
}

.zikzag_module_message_box.type_warning .message_icon_wrap {
background-color: #ff4a17;
}

.zikzag_module_message_box.type_warning .message_icon:before {
content: '\f107';
}

.zikzag_module_message_box.woocommerce-message a.button {
position: absolute;
top: 10px;
right: 10px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-success {
background-color: #ffffff;
}

.woocommerce-message a.button {
display: inline-block;
margin: 0;
border: unset;
border-radius: 5px;
padding: 0 25px;
font-size: 14px;
line-height: 45px;
font-weight: bold;
text-align: center;
background: #ffffff;
box-shadow: none;
overflow: visible;
cursor: pointer;
transition: 0.4s;
}

.woocommerce-message a.button, .woocommerce-message a.button:hover {
color: #ffffff;
}

.woocommerce .zikzag_module_message_box .message_content {
display: flex;
align-items: center;
}

.woocommerce-notices-wrapper {
margin-bottom: 20px;
}

.woocommerce-notices-wrapper:empty {
display: none;
}

.woocommerce .woocommerce-checkout .zikzag_module_message_box {
margin-bottom: 20px;
}

.woocommerce .woocommerce-checkout .type_error .message_close_button {
display: none;
}

p.cart-empty.woocommerce-info {
margin-bottom: 1em;
padding-left: 26px;
}

p.cart-empty.woocommerce-info:before {
display: none;
}

.woocommerce-message::before {
display: none;
}

/* ==================== ##Shop - Single ==================== */
.woocommerce nav.woocommerce-pagination {
margin: 14px 0 0 0;
padding: 0;
text-align: left;
}

.woocommerce nav.woocommerce-pagination ul {
display: block;
margin: 0;
padding: 0 0 60px 0;
border: 0;
font-size: 0;
text-align: center;
white-space: nowrap;
list-style: none;
clear: both;
}

.woocommerce nav.woocommerce-pagination ul li {
float: none;
display: inline-block;
vertical-align: baseline;
border: 0;
padding: 0;
overflow: visible;
}

.woocommerce nav.woocommerce-pagination ul li:not(:last-child) {
margin-right: 6px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
color: #ffffff;
background: unset;
cursor: default;
}

.woocommerce nav.woocommerce-pagination ul li span.current:after {
width: 100%;
opacity: 1;
visibility: visible;
}

.woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a {
display: inline-block;
position: relative;
z-index: 1;
height: 45px;
width: 45px;
line-height: 45px;
vertical-align: middle;
border: 1px solid #e5e5e5;
padding: 0px 15px;
font-size: 18px;
font-weight: 700;
text-align: center;
background: #ffffff;
transition: 0.4s;
border-radius: 5px;
}

.woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce nav.woocommerce-pagination ul li span:focus, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a.current {
border-color: currentColor;
}

.woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce nav.woocommerce-pagination ul li span:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
background: #ffffff;
}

.woocommerce nav.woocommerce-pagination ul li span.next, .woocommerce nav.woocommerce-pagination ul li span.prev, .woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev {
line-height: 43px;
}

.woocommerce nav.woocommerce-pagination ul li span.next i, .woocommerce nav.woocommerce-pagination ul li span.prev i, .woocommerce nav.woocommerce-pagination ul li a.next i, .woocommerce nav.woocommerce-pagination ul li a.prev i {
font-size: 14px;
font-weight: 400;
}

/* ==================== ##Shop - Cart ==================== */
.woocommerce #comments {
padding-top: 0;
margin-top: 0;
margin-bottom: 0;
}

.woocommerce #review_form #respond {
margin-top: 50px;
margin-bottom: 50px;
border-radius: 0;
box-shadow: 10px 11px 38px rgba(0, 0, 0, 0.1);
padding: 46px 40px 60px;
}

.woocommerce #review_form #respond p a {
margin-right: 9px;
color: #f9d322;
}

.woocommerce #review_form #respond form#commentform {
display: flex;
flex-wrap: wrap;
}

.woocommerce #review_form #respond form#commentform > * {
width: 100%;
}

.woocommerce #review_form #respond form#commentform .comment-notes {
order: 1;
}

.woocommerce #review_form #respond form#commentform .comment-form-rating {
order: 2;
}

.woocommerce #review_form #respond form#commentform .comment-form-author {
order: 3;
}

.woocommerce #review_form #respond form#commentform .comment-form-email {
order: 4;
}

.woocommerce #review_form #respond form#commentform .comment-form-comment {
order: 5;
}

.woocommerce #review_form #respond form#commentform .comment-form-cookies-consent {
order: 6;
}

.woocommerce #review_form #respond form#commentform .wpml_language_code {
order: 7;
}

.woocommerce #review_form #respond form#commentform .form-submit {
order: 8;
}

.woocommerce #review_form #respond form#commentform label {
font-weight: 500;
margin: 5px 0;
}

.woocommerce #review_form #respond form#commentform label[for="\f12a"] {
margin-top: 0;
}

.woocommerce #review_form #respond form#commentform .comment-form-rating label {
display: inline-block;
margin-top: 11px;
margin-right: 15px;
margin-bottom: 16px;
font-size: 16px;
font-weight: 600;
}

.woocommerce #review_form #respond form#commentform > p.comment-form-author, .woocommerce #review_form #respond form#commentform > p.comment-form-email {
width: 50%;
float: left;
margin-bottom: 15px;
}

.woocommerce #review_form #respond form#commentform > p.comment-form-author input, .woocommerce #review_form #respond form#commentform > p.comment-form-email input {
position: relative;
width: 100%;
}

.woocommerce #review_form #respond form#commentform > p.comment-notes {
margin-bottom: 17px;
}

.woocommerce #review_form #respond form#commentform > p textarea {
position: relative;
}

.woocommerce #review_form #respond form#commentform .comment-form-rating {
margin-bottom: 0;
padding-left: 10px;
padding-right: 10px;
}

.woocommerce #review_form #respond form#commentform .comment-form-rating .stars {
display: inline-block;
height: 1em;
line-height: 1;
}

.woocommerce #review_form #respond form#commentform .comment-form-rating .stars > span {
display: flex;
height: inherit;
}

.woocommerce #review_form #respond form#commentform .comment-form-rating .stars a {
margin-right: 0 !important;
padding-right: 1.3em;
vertical-align: baseline;
}

.woocommerce #review_form #respond form#commentform #comment {
height: 118px;
}

.woocommerce #review_form #respond form#commentform .form-submit {
margin-top: 20px;
margin-bottom: -2px;
}

.woocommerce #review_form #respond input#submit {
display: inline-block;
min-width: 150px;
margin: 0;
border: unset;
border-radius: unset;
outline: none;
padding: 6px 26px;
font-family: inherit;
font-size: 14px;
font-weight: bold;
line-height: 28px;
text-transform: uppercase;
letter-spacing: 0;
cursor: pointer;
vertical-align: top;
-webkit-appearance: none;
background: #fff;
color: #fff;
transition: 0.4s;
}

.woocommerce #review_form #respond input#submit:hover {
color: #fff;
}

/* Remove Shop */
.woocommerce div.product .woocommerce-tabs ul.tabs {
margin: 0;
padding: 0;
text-align: left;
overflow: visible;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
display: inline-block;
position: relative;
z-index: 0;
margin: 0;
border: unset;
border-radius: 5px;
padding: 0;
font-size: 16px;
line-height: 2;
text-align: center;
background: unset;
cursor: pointer;
transition: 0.3s ease-in-out;
background: #f5f5f5;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
margin-right: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
content: "\f12b";
display: block;
position: absolute;
top: unset;
bottom: -1px;
left: 50%;
right: unset;
width: 100%;
height: 0;
border: unset;
border-radius: unset;
box-shadow: unset;
transform: translateX(-50%);
transition: inherit;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
display: block;
position: relative;
text-decoration: none;
letter-spacing: 0;
box-shadow: none;
padding: 12px 30px;
font-weight: 800;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
color: #ffffff;
}

.woocommerce-tabs .comment-reply-title {
display: block;
font-size: 30px;
line-height: 42px;
font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs .panel > h2, .woocommerce div.product .woocommerce-tabs .panel #comments > h2 {
display: none;
}

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes, .woocommerce div.product .woocommerce-tabs .panel table.shop_attributes tr {
border: 0;
}

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th {
border-bottom: 0;
border: 1px solid #dddddd;
padding: 14px 70px;
font-size: 18px;
font-weight: 500;
color: #616161;
background: #f6f4f0;
}

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes td {
font-style: normal;
background: #ffffff;
border: 1px solid #dddddd;
padding-left: 20px;
padding-right: 20px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
transition: 0.3s;
}

.woocommerce #reviews #comments ol.commentlist li:not(:last-child) {
margin-bottom: 0;
}

/* ==================== ##Shop - Checkout ==================== */
.woocommerce .widget_price_filter .widget-title {
margin-bottom: 30px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
border-radius: unset;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
top: 50%;
width: 13px;
height: 13px;
margin-left: -6px;
margin-top: -6px;
border-radius: 50%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
height: 3px;
margin-bottom: 34px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider.ui-widget-content {
border: 0;
border-radius: unset;
background: #eaeaea;
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount {
display: flex;
flex-wrap: wrap;
margin-bottom: 0;
font-size: 15px;
line-height: 38px;
font-weight: 700;
text-align: left;
text-transform: capitalize;
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount span {
font-size: 14px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount span.from {
margin-left: 10px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
display: inline-block;
height: 38px;
left: auto;
margin-right: 21px;
padding: 0 20.8px;
font-size: 16px;
line-height: 38px;
color: #ffffff;
text-decoration: none;
text-shadow: none;
box-shadow: none;
overflow: visible;
cursor: pointer;
border-radius: 3px;
}

.woocommerce .widget_product_search .woocommerce-product-search {
display: flex;
position: relative;
z-index: 1;
justify-content: center;
align-items: center;
margin-bottom: 0;
box-sizing: border-box;
transition: box-shadow 0.4s;
}

.woocommerce .widget_product_search .woocommerce-product-search [type="\f132"] {
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 50px;
margin: 0;
margin-top: 0;
padding: 0;
font-size: 0;
opacity: 0;
cursor: pointer;
}

.woocommerce .widget_product_search .woocommerce-product-search [type="\f134"]:before {
content: 'wp-comment-cookies-consent';
position: absolute;
font-family: flaticon;
}

.woocommerce .widget_product_search .woocommerce-product-search .search-field {
width: 100%;
height: 50px;
margin-bottom: 0;
padding: 0px 50px 0 20px;
outline: none;
font-weight: 400;
overflow: hidden;
}

.woocommerce .widget_product_search .woocommerce-product-search .search-field:-ms-input-placeholder {
font-size: 16px;
font-weight: 400;
-ms-transition: 0.5s;
transition: 0.5s;
}

.woocommerce .widget_product_search .woocommerce-product-search .search-field::placeholder {
font-size: 16px;
font-weight: 400;
transition: 0.5s;
}

.woocommerce .widget_product_search .woocommerce-product-search .search-field:focus:-ms-input-placeholder {
opacity: 0;
}

.woocommerce .widget_product_search .woocommerce-product-search .search-field:focus::placeholder {
opacity: 0;
}

.woocommerce .widget_product_tag_cloud .tagcloud {
font-size: 0px;
}

.woocommerce .widget_top_rated_products .widget-title {
margin-bottom: 28px;
}

.woocommerce .widget_shopping_cart .widget-title {
margin-bottom: 30px;
}

.product_list_widget .product-title {
font-size: 18px;
transition: color 0.3s;
}

.product_list_widget ins {
text-decoration: none;
}

.product_list_widget .woocommerce-Price-amount {
margin-top: 8px;
margin-right: 4px;
font-size: 14px;
font-weight: 700;
}

.product_list_widget del .woocommerce-Price-amount {
font-size: 12px;
}

/* ==================== ##Shop - Notice ==================== */
.widget_shopping_cart .blockUI.blockOverlay {
background-color: transparent !important;
}

/* ==================== ##Shop - Pagination ==================== */
@media (max-width:1200px) {
.woocommerce-mini-cart__buttons.buttons {
  display: block;
}

.woocommerce.widget_shopping_cart .buttons a, .woocommerce .widget_shopping_cart .buttons a {
  width: 100%;
}

ul.wgl-products li a.add_to_cart_button:before, ul.wgl-products li a.button:before, ul.wgl-products li .added_to_cart.wc-forward:before {
  left: 50%;
  margin-left: 0;
  margin-right: 0;
}

ul.wgl-products li a.button.loading:before, ul.wgl-products li button.button.loading:before, ul.wgl-products li input.button.loading:before {
  left: 0;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 45%;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
}

.woocommerce .cart-collaterals .cross-sells .wgl-products li, .woocommerce-page .cart-collaterals .cross-sells .wgl-products li {
  width: calc(33.333% - 30px);
}

.woocommerce .woo_mini_cart .buttons .button {
  width: 100%;
}

}

@media (max-width:1024px) {
.woocommerce-mini-cart__buttons.buttons {
  display: flex;
}

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
  margin-right: 10px;
  margin-bottom: 0;
  width: auto;
}

}

@media (max-width:992px) {
.columns-4 ul.wgl-products li {
  width: calc(50% - 30px);
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}

}

@media (max-width:768px) {
.wgl-products-wrapper ul.wgl-products li {
  width: calc(50% - 30px);
}

.woocommerce-cart-form__contents td.actions .coupon {
  padding-bottom: 20px !important;
}

.woocommerce-cart-form__contents td.actions .coupon .button.alt, .woocommerce-cart-form__contents td.actions .coupon .input-text + .button {
  float: none !important;
  width: auto !important;
}

.woocommerce .cart-collaterals .cross-sells .wgl-products li, .woocommerce-page .cart-collaterals .cross-sells .wgl-products li {
  width: calc(50% - 30px);
}

.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
  width: 100%;
  clear: both;
}

.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
  width: 100%;
}

.woocommerce table.cart td.actions .button, .woocommerce #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button {
  display: block;
  width: auto;
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
  font-family: initial;
  font-size: 20px;
  font-weight: 400;
}

.woocommerce table.shop_table_responsive tr.order-total td::before, .woocommerce-page table.shop_table_responsive tr.order-total td::before {
  font-weight: 700;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  margin-right: 0;
}

.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
  border: 0;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent;
}

.woocommerce table.shop_table td.product-name, .woocommerce table.shop_table thead th.product-name, .woocommerce table.shop_table tfoot tr th {
  padding-left: 20px;
}

.woocommerce .col2-set {
  float: left;
  width: 100%;
  margin-right: 0;
}

.woocommerce #order_review_heading, .woocommerce #order_review {
  width: 100%;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  width: auto;
}

#add_payment_method .cart-collaterals .shipping-calculator-form, .woocommerce-cart .cart-collaterals .shipping-calculator-form, .woocommerce-checkout .cart-collaterals .shipping-calculator-form {
  margin-left: 0;
}

.sidebar_right .woocommerce .cart-collaterals .cross-sells .wgl-products li, .sidebar_right .woocommerce-page .cart-collaterals .cross-sells .wgl-products li, .sidebar_left .woocommerce .cart-collaterals .cross-sells .wgl-products li, .sidebar_left .woocommerce-page .cart-collaterals .cross-sells .wgl-products li {
  width: calc(50% - 30px);
}

.sidebar_right .woocommerce .cart-collaterals .cart_totals, .sidebar_right .woocommerce-page .cart-collaterals .cart_totals, .sidebar_left .woocommerce .cart-collaterals .cart_totals, .sidebar_left .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}

}

@media (max-width:600px) {
.sidebar_right .woocommerce .cart-collaterals .cross-sells .wgl-products li, .sidebar_right .woocommerce-page .cart-collaterals .cross-sells .wgl-products li, .sidebar_left .woocommerce .cart-collaterals .cross-sells .wgl-products li, .sidebar_left .woocommerce-page .cart-collaterals .cross-sells .wgl-products li {
  width: 100%;
}

.woocommerce .cart-collaterals .cross-sells .wgl-products li, .woocommerce-page .cart-collaterals .cross-sells .wgl-products li {
  width: 100%;
}

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

.wgl-products-wrapper ul.wgl-products li, .woocommerce .wgl-products-wrapper ul.wgl-products li {
  width: 100%;
  margin-right: 0;
}

ul.wgl-products, .woocommerce .products ul.wgl-products {
  margin-right: 0;
}

.wgl-woocommerce-sorting {
  display: block;
}

.wgl-woocommerce-sorting p.woocommerce-result-count {
  width: 100%;
  margin: 0 0 20px 0;
  text-align: right;
}

.wgl-woocommerce-sorting form.woocommerce-ordering {
  width: 100%;
  margin: 0 0 30px 0;
}

.woocommerce table.shop_attributes th {
  width: auto;
}

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th {
  padding: 14px 20px;
}

.woocommerce-cart-form__contents #coupon_code {
  margin-bottom: 9px;
}

.woocommerce-cart-form__contents #coupon_code, .woocommerce-cart-form__contents #coupon_code + .button {
  width: 100%;
}

}

@media (max-width:426px) {
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  padding: 30px 20px 10px;
}

.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
  width: 180px;
}

.woocommerce table.cart td.actions .coupon .input-text + .button, .woocommerce #content table.cart td.actions .coupon .input-text + .button, .woocommerce-page table.cart td.actions .coupon .input-text + .button, .woocommerce-page #content table.cart td.actions .coupon .input-text + .button {
  margin-left: 0;
}

}

/* ==================== ##Shop - Respond ==================== */

/* ==================== ##Shop - Tabs ==================== */
.elementor-widget.elementor-align-center .wgl-header-list-info .elementor-icon-list-item:after {
margin: 0;
}

.wgl-header-list-info .elementor-icon-list-item:before {
display: none;
}

.wgl-header-list-info .elementor-icon-list-item span, .wgl-header-list-info .elementor-icon-list-item i {
transition: 0.4s;
}

.wgl-header-list-info .wgl-header-list-icon i {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}

.wgl-header-list-info a {
color: inherit;
}

/* ==================== ##Shop - Widgets ==================== */
.wgl-header-date {
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
display: flex;
}

.wgl-header-date.wgl-default-format {
align-items: center;
}

.wgl-header-date.wgl-default-format > span:first-child {
font-size: 2.5em;
margin-right: 10px;
}

.wgl-header-date.wgl-default-format > span:last-child {
line-height: 16px;
margin-top: 2px;
}

.wgl-header-date.wgl-default-format > span:last-child span {
display: block;
}

/* Prevent default WC animation */

/* ==================== ##Shop - Responsive ==================== */
.wgl-accordion .wgl-accordion_header {
display: flex;
align-items: center;
font-size: 16px;
line-height: 30px;
cursor: pointer;
transition: 0.4s;
}

.wgl-accordion .wgl-accordion_title {
color: inherit;
font-size: inherit;
line-height: inherit;
}

.wgl-accordion .wgl-accordion_title-prefix {
margin-right: 5px;
font-size: inherit;
line-height: inherit;
color: inherit;
}

.wgl-accordion .wgl-accordion_content {
display: none;
font-size: 16px;
}

.wgl-accordion .wgl-accordion_content p:last-child {
margin-bottom: 0;
}

.wgl-accordion .wgl-accordion_panel .wgl-accordion_title {
font-weight: 700;
}

.wgl-accordion .wgl-accordion_panel .wgl-accordion_content {
font-weight: 400;
}

.wgl-accordion .wgl-accordion_icon {
transition: 0.4s;
}

.wgl-accordion .wgl-accordion_icon.flaticon {
font-weight: normal;
}

.wgl-accordion.icon-plus .wgl-accordion_header .wgl-accordion_icon {
position: relative;
z-index: 1;
height: 11px;
width: 11px;
}

.wgl-accordion.icon-plus .wgl-accordion_header .wgl-accordion_icon:before, .wgl-accordion.icon-plus .wgl-accordion_header .wgl-accordion_icon:after {
content: '';
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: rotate(90deg);
transition: 0.5s ease-in-out, color 0s;
}

.wgl-accordion.icon-plus .wgl-accordion_header .wgl-accordion_icon:before {
width: inherit;
height: 3px;
margin: -2px 0 0 -7px;
}

.wgl-accordion.icon-plus .wgl-accordion_header .wgl-accordion_icon:after {
width: 3px;
height: inherit;
margin: -6px 0 0 -3px;
}

.wgl-accordion.icon-plus .wgl-accordion_header.active .wgl-accordion_icon:before {
opacity: 0;
}

/* Header */
@media (max-width:1024px) {
.elementor-widget-wgl-button.a-tabletcenter {
  text-align: center;
}

.elementor-widget-wgl-button.a-tabletleft {
  text-align: left;
}

.elementor-widget-wgl-button.a-tabletright {
  text-align: right;
}

}

@media (max-width:767px) {
.elementor-widget-wgl-button.a-mobilecenter {
  text-align: center;
}

.elementor-widget-wgl-button.a-mobileleft {
  text-align: left;
}

.elementor-widget-wgl-button.a-mobileright {
  text-align: right;
}

}

.wgl-button {
display: inline-block;
position: relative;
border-radius: 3px;
line-height: 1.1;
font-weight: 700;
overflow: hidden;
}

.wgl-button .button-content-wrapper {
position: relative;
display: flex;
}

.wgl-button .align-icon-left .icon-wrapper .icon {
margin-right: 7px;
}

.wgl-button .align-icon-right {
flex-direction: row-reverse;
}

.wgl-button .align-icon-right .icon-wrapper {
margin-left: 7px;
}

.wgl-button.btn-size-sm {
font-size: 13px;
padding: 16px 27.5px;
}

.wgl-button.btn-size-md {
font-size: 14px;
padding: 17.5px 29.5px;
}

.wgl-button.btn-size-lg {
font-size: 14px;
padding: 20.5px 34.5px;
}

.wgl-button.btn-size-xl {
font-size: 14px;
padding: 22.5px 39.5px;
}

.wgl-button .flaticon-long-next {
transition: all 0.5s, color 0.4s;
transition-delay: 0.4s, 0s;
width: 0;
margin-right: 13px;
}

.wgl-button .flaticon-long-next:before {
transform: rotate(0);
transform-origin: 100% 100%;
width: 0;
height: 0;
transition: all 0.4s, color 0s, width 0s, height 0s;
transition-delay: 0s, 0s, .4s, .4s;
}

.wgl-button .flaticon-long-next:after {
transform: rotate(0);
transform-origin: 100% 0;
width: 0;
height: 0;
transition: all 0.4s, color 0s, width 0s, height 0s;
transition-delay: 0s, 0s, .4s, .4s;
}

.wgl-button:hover .flaticon-long-next {
transition-delay: 0s;
width: 50px;
}

.wgl-button:hover .flaticon-long-next:before {
width: 10px;
height: 10px;
transform: rotate(45deg);
transition: all 0.4s, color 0s, width 0s, height 0s;
transition-delay: 0.4s, 0s, .1s, .1s;
}

.wgl-button:hover .flaticon-long-next:after {
width: 10px;
height: 10px;
transform: scaleY(1) rotate(-45deg);
transition: all 0.4s, color 0s, width 0s, height 0s;
transition-delay: 0.4s, 0s, .1s, .1s;
}

.wgl-button:not(:hover) .flaticon-long-next {
margin-right: 0 !important;
margin-left: 0 !important;
}

.elementor-widget-wgl-button.ajustify .wgl-button {
width: 100%;
}

/* ==================== ##Header List Info ==================== */
.wgl-double_heading {
display: flex;
flex-direction: column;
}

.wgl-double_heading .dbl__title-wrapper {
line-height: 0;
}

.wgl-double_heading .dbl__title {
font-size: 48px;
line-height: 56px;
font-weight: inherit;
color: inherit;
}

.wgl-double_heading .dbl__subtitle {
font-size: 16px;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 8px;
}

.wgl-double_heading .dbl__subtitle span {
position: relative;
z-index: 1;
}

.wgl-double_heading .dbl__subtitle span:before, .wgl-double_heading .dbl__subtitle span:after {
content: '';
position: absolute;
z-index: 1;
width: 8px;
height: 2px;
bottom: 3px;
background-color: currentColor;
}

.wgl-double_heading .dbl__subtitle span:before {
left: -12px;
}

.wgl-double_heading .dbl__subtitle span:after {
right: -12px;
}

.elementor-widget-wgl-double-headings.aleft .dbl__subtitle span:before {
opacity: 0;
}

.elementor-widget-wgl-double-headings.aright .dbl__subtitle span:after {
opacity: 0;
}

/* ==================== ##Header Date ==================== */
.elementor-widget-wgl-info-box .wgl-infobox {
position: relative;
transition: 0.5s;
color: inherit;
z-index: 1;
}

.elementor-widget-wgl-info-box .wgl-infobox.wgl-layout-top {
display: inline-block;
width: 100%;
}

.elementor-widget-wgl-info-box .wgl-infobox:before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -2;
transition: all .5s;
opacity: 1;
}

/*.elementor-widget-wgl-info-box .wgl-infobox:after {
content: '\f100';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
transition: all .5s;
opacity: 0;
}*/

.elementor-widget-wgl-info-box .wgl-infobox:hover:before {
opacity: 0;
}

.elementor-widget-wgl-info-box .wgl-infobox:hover:after {
opacity: 1;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_title {
position: relative;
z-index: 1;
margin-bottom: 4px;
font-size: 24px;
line-height: 1.4;
word-break: break-word;
transition: 0.4s;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox-title_wrapper {
position: relative;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_content {
font-size: 16px;
transition: 0.4s;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_content p:last-child {
margin-bottom: 0;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_subtitle {
font-size: 24px;
line-height: 1;
transition: 0.4s;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox-button_wrapper {
border-radius: inherit;
margin-top: 25px;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_button {
display: inline-flex;
align-items: center;
position: relative;
z-index: 1;
line-height: 1;
min-height: 19px;
box-sizing: content-box;
}

.elementor-widget-wgl-info-box .wgl-infobox .button-read-more span {
vertical-align: bottom;
transition: .4s;
}

.elementor-widget-wgl-info-box .wgl-infobox .button-read-more i.flaticon {
font-weight: normal;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_item_link {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
left: 0;
top: 0;
}

.elementor-widget-wgl-info-box .wgl-infobox .media-wrapper {
pointer-events: none;
}

.elementor-widget-wgl-info-box .wgl-infobox .media-wrapper .wgl-image-box_img, .elementor-widget-wgl-info-box .wgl-infobox .media-wrapper .icon {
pointer-events: all;
}

.elementor-widget-wgl-info-box .wgl-infobox .morph-wrapper {
line-height: 1;
}

.elementor-widget-wgl-info-box .wgl-infobox .morph-wrapper .morph_text {
display: inline-block;
position: relative;
z-index: 1;
font-size: 30px;
font-weight: 500;
}

.elementor-widget-wgl-info-box .wgl-infobox .morph-wrapper .morph_text:before {
content: '';
position: absolute;
z-index: -1;
top: calc((4.2em - 1em) / -2);
left: calc((4.2em - 1.5em) / -2);
width: 4.2em;
height: 4.2em;
border-radius: 70% 30% 71% 29% / 25% 31% 69% 75%;
animation: morph_rotate 4s linear infinite forwards paused;
transition: 0.4s;
}

@keyframes morph_rotate {
0% {
  border-radius: 70% 30% 71% 29% / 25% 31% 69% 75%;
  transform: rotate(1turn);
}

50% {
  border-radius: 29% 71% 34% 66% / 39% 62% 38% 61%;
}

100% {
  border-radius: 70% 30% 71% 29% / 25% 31% 69% 75%;
  transform: rotate(0turn);
}

}

.elementor-widget-wgl-info-box .wgl-infobox .icon-wrapper .flaticon-long-next {
width: 50px;
height: 50px;
line-height: 50px;
margin-top: 0;
box-sizing: content-box;
}

.elementor-widget-wgl-info-box .wgl-infobox .icon-wrapper .flaticon-long-next:before {
content: '';
height: 2px;
width: 47px;
display: inline-block;
background-color: currentColor;
vertical-align: middle;
position: absolute;
right: 3px;
left: 0;
top: 0;
bottom: 0;
margin: auto;
transition: unset;
border: unset;
transform: unset;
transform-origin: unset;
}

.elementor-widget-wgl-info-box .wgl-infobox .icon-wrapper .flaticon-long-next:after {
content: '';
border: solid;
border-width: 0 2px 2px 0;
border-color: currentColor;
display: inline-block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 6px;
height: 0;
width: 0;
margin: auto;
padding: 5px;
transform: translateX(18px) rotate(-45deg);
vertical-align: middle;
transition: unset;
transform-origin: center center;
}

.elementor-widget-wgl-info-box:not(.animation_toggling).btn_position-default a .flaticon-long-next, .elementor-widget-wgl-info-box:not(.animation_toggling):not([class*='btn_position-']) a .flaticon-long-next {
transition: all 0.5s, color 0.4s;
transition-delay: 0.4s, 0s;
width: 0;
margin-right: 13px;
}

.elementor-widget-wgl-info-box:not(.animation_toggling).btn_position-default a .flaticon-long-next:before, .elementor-widget-wgl-info-box:not(.animation_toggling):not([class*='btn_position-']) a .flaticon-long-next:before {
transform: rotate(0);
transform-origin: 100% 100%;
width: 0;
height: 0;
transition: all 0.4s, color 0s, width 0s, height 0s;
transition-delay: 0s, 0s, .4s, .4s;
}

.elementor-widget-wgl-info-box:not(.animation_toggling).btn_position-default a .flaticon-long-next:after, .elementor-widget-wgl-info-box:not(.animation_toggling):not([class*='btn_position-']) a .flaticon-long-next:after {
transform: rotate(0);
transform-origin: 100% 0;
width: 0;
height: 0;
transition: all 0.4s, color 0s, width 0s, height 0s;
transition-delay: 0s, 0s, .4s, .4s;
}

.elementor-widget-wgl-info-box:not(.animation_toggling).btn_position-default a:hover .flaticon-long-next, .elementor-widget-wgl-info-box:not(.animation_toggling):not([class*='btn_position-']) a:hover .flaticon-long-next {
transition-delay: 0s;
width: 50px;
}

.elementor-widget-wgl-info-box:not(.animation_toggling).btn_position-default a:hover .flaticon-long-next:before, .elementor-widget-wgl-info-box:not(.animation_toggling):not([class*='btn_position-']) a:hover .flaticon-long-next:before {
width: 10px;
height: 10px;
transform: rotate(45deg);
transition: all 0.4s, color 0s, width 0s, height 0s;
transition-delay: 0.4s, 0s, .1s, .1s;
}

.elementor-widget-wgl-info-box:not(.animation_toggling).btn_position-default a:hover .flaticon-long-next:after, .elementor-widget-wgl-info-box:not(.animation_toggling):not([class*='btn_position-']) a:hover .flaticon-long-next:after {
width: 10px;
height: 10px;
transform: scaleY(1) rotate(-45deg);
transition: all 0.4s, color 0s, width 0s, height 0s;
transition-delay: 0.4s, 0s, .1s, .1s;
}

.elementor-widget-wgl-info-box:not(.animation_toggling).btn_position-default a:not(:hover) .flaticon-long-next, .elementor-widget-wgl-info-box:not(.animation_toggling):not([class*='btn_position-']) a:not(:hover) .flaticon-long-next {
margin-right: 0 !important;
margin-left: 0 !important;
}

.elementor-widget-wgl-info-box:not(.animation_toggling).btn_position-left .wgl-infobox-button_wrapper {
position: absolute;
bottom: 0;
left: 0;
}

.elementor-widget-wgl-info-box:not(.animation_toggling).btn_position-right .wgl-infobox-button_wrapper {
position: absolute;
bottom: 0;
right: 0;
}

.elementor-widget-wgl-info-box:not(.animation_toggling).btn_position-right .wgl-infobox-button_wrapper i {
margin-right: 0;
}

.elementor-widget-wgl-info-box.animation_lifting {
padding-top: 20px;
transform: translateY(0);
transition: 0.5s;
}

.elementor-widget-wgl-info-box.animation_lifting > .elementor-widget-container {
position: relative;
transition: 0.5s;
}

.elementor-widget-wgl-info-box.animation_lifting .wgl-infobox:hover {
transform: translateY(-20px);
}

.elementor-widget-wgl-info-box.animation_toggling .wgl-infobox_wrapper {
overflow: hidden;
position: relative;
}

.elementor-widget-wgl-info-box.animation_toggling .wgl-infobox_content {
transition: 0.6s;
}

.elementor-widget-wgl-info-box.animation_toggling .wgl-infobox_content {
opacity: 0;
}

.elementor-widget-wgl-info-box.animation_toggling .wgl-infobox-button_wrapper {
opacity: 1;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}

.elementor-widget-wgl-info-box.animation_toggling .wgl-infobox:hover .wgl-infobox_content {
opacity: 1;
}

.elementor-widget-wgl-info-box.animation_toggling .wgl-infobox:hover .wgl-infobox-button_wrapper {
opacity: 0;
}

.elementor-widget-wgl-info-box.has-morph {
overflow: hidden;
}

.elementor-widget-wgl-info-box.has-morph .wgl-infobox:hover .morph_text:before {
animation-play-state: running;
}

/* Modules */
.wgl-testimonials {
position: relative;
}

.wgl-testimonials .wgl-carousel .slick-prev {
left: 10%;
top: 50%;
}

.wgl-testimonials .wgl-carousel .slick-next {
left: initial;
right: 10%;
top: 50%;
}

.wgl-testimonials .wgl-testimonials-item_wrap {
transition: 0.4s;
}

.wgl-testimonials .wgl-testimonials_item {
position: relative;
transform: translate(0);
transition: inherit;
box-shadow: 6px 5px 20px 0px rgba(0, 0, 0, 0.12);
}

.wgl-testimonials.hover_animation .wgl-testimonials-item_wrap {
padding-top: 20px;
}

.wgl-testimonials.hover_animation .wgl-testimonials-item_wrap:hover .wgl-testimonials_item {
transform: translateY(-20px);
}

.wgl-testimonials .meta_wrap {
display: flex;
align-items: center;
line-height: 1;
}

.wgl-testimonials .name_wrap {
display: flex;
flex-direction: column;
}

.wgl-testimonials .wgl-testimonials_name {
font-size: 30px;
line-height: 1.09;
transition: 0.4s;
}

.wgl-testimonials .wgl-testimonials_name a {
font-weight: inherit;
font-family: inherit;
color: inherit;
line-height: inherit;
font-size: inherit;
}

.wgl-testimonials .wgl-testimonials_position {
display: block;
font-size: 14px;
line-height: 1.25;
font-weight: 700;
text-transform: uppercase;
}

.wgl-testimonials .quote_icon_svg {
position: relative;
z-index: 1;
width: 64px;
height: 45px;
display: block;
margin-bottom: 14px;
}

.wgl-testimonials .quote_icon_svg svg {
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
top: 0;
left: 0;
}

.wgl-testimonials .quote_icon_svg svg .st1 {
fill: #14212B;
}

.wgl-testimonials .wgl-testimonials_quote {
position: relative;
font-weight: 300;
font-size: 22px;
line-height: 1.91;
}

.wgl-testimonials .wgl-testimonials_quote p:last-child {
margin-bottom: 0;
}

.wgl-testimonials .wgl-testimonials_image img {
border-radius: 50%;
}

.wgl-testimonials.type-inline_top .wgl-testimonials-item_wrap {
margin-bottom: 0;
}

.wgl-testimonials.type-inline_top .meta_wrap {
margin-bottom: 18px;
text-align: left;
}

.wgl-testimonials.type-inline_top .wgl-testimonials_image {
margin-right: 20px;
}

.wgl-testimonials.type-inline_top .wgl-testimonials_quote:before, .wgl-testimonials.type-inline_top .wgl-testimonials_quote:after {
top: 5px;
left: 43px;
}

.wgl-testimonials.type-inline_bottom .content_wrap {
margin-bottom: 38px;
}

.wgl-testimonials.type-inline_bottom .wgl-testimonials_quote:before, .wgl-testimonials.type-inline_bottom .wgl-testimonials_quote:after {
bottom: 5px;
left: 43px;
}

.wgl-testimonials.type-inline_bottom .meta_wrap {
text-align: left;
}

.wgl-testimonials.type-inline_bottom .wgl-testimonials_image {
margin-right: 20px;
}

.wgl-testimonials.type-author_top .wgl-testimonials_image {
margin-bottom: 25px;
}

.wgl-testimonials.type-author_top .content_wrap {
margin-bottom: 34px;
}

.wgl-testimonials.type-author_bottom .meta_wrap {
flex-direction: column;
}

.wgl-testimonials.aleft.type-author_top .meta_wrap {
justify-content: flex-start;
}

.wgl-testimonials.aleft.type-author_bottom .meta_wrap {
align-items: flex-start;
}

.wgl-testimonials.aleft.type-inline_bottom .meta_wrap {
justify-content: flex-start;
}

.wgl-testimonials.acenter.type-inline_top .quote_icon_svg, .wgl-testimonials.acenter.type-inline_top .wgl-testimonials_image img, .wgl-testimonials.acenter.type-inline_bottom .quote_icon_svg, .wgl-testimonials.acenter.type-inline_bottom .wgl-testimonials_image img, .wgl-testimonials.acenter.type-author_top .quote_icon_svg, .wgl-testimonials.acenter.type-author_top .wgl-testimonials_image img {
margin-left: auto;
margin-right: auto;
}

.wgl-testimonials.acenter.type-inline_top .meta_wrap, .wgl-testimonials.acenter.type-inline_bottom .meta_wrap, .wgl-testimonials.acenter.type-author_top .meta_wrap {
justify-content: center;
}

.wgl-testimonials.aright.type-inline_top .quote_icon_svg, .wgl-testimonials.aright.type-inline_top .wgl-testimonials_image img, .wgl-testimonials.aright.type-inline_bottom .quote_icon_svg, .wgl-testimonials.aright.type-inline_bottom .wgl-testimonials_image img, .wgl-testimonials.aright.type-author_top .quote_icon_svg, .wgl-testimonials.aright.type-author_top .wgl-testimonials_image img {
margin-left: auto;
}

.wgl-testimonials.aright.type-author_top .meta_wrap {
justify-content: flex-end;
}

.wgl-testimonials.aright.type-author_bottom .meta_wrap {
align-items: flex-end;
}

.wgl-testimonials.aright.type-inline_top .meta_wrap, .wgl-testimonials.aright.type-inline_bottom .meta_wrap {
justify-content: flex-end;
}

.wgl-testimonials .wgl-carousel .wgl-carousel_wrapper {
overflow: visible;
}

.wgl-testimonials .wgl-carousel .wgl-carousel_wrapper .wgl-carousel_slick {
margin: 0 -15px;
}

.wgl-testimonials .wgl-carousel .wgl-carousel_wrapper .wgl-carousel_slick .slick-list {
padding: 0 15px;
}

.wgl-testimonials .wgl-carousel.prev_next_pos_right .wgl-carousel_slick {
padding-bottom: 40px;
}

.wgl-testimonials .wgl-carousel.prev_next_pos_right .slick-next {
right: 15px;
}

.wgl-testimonials .wgl-carousel.prev_next_pos_right .slick-prev {
right: 65px;
}

.wgl-testimonials:after {
content: '';
display: block;
clear: both;
}

/* ==================== ##Accordion ==================== */
.isotope-filter {
margin-bottom: 40px;
}

.isotope-filter a {
display: inline-block;
position: relative;
font-size: 14px;
line-height: 22px;
font-weight: 800;
text-transform: uppercase;
transition: 0.5s;
}

.isotope-filter a .number_filter {
display: none;
position: absolute;
z-index: 1;
top: -15px;
width: 26px;
height: 16px;
right: -18px;
opacity: 0;
visibility: hidden;
text-align: center;
color: #ffffff;
transform: translateY(4px);
transition: 0.5s ease;
}

.isotope-filter.filter-left {
text-align: left;
}

.isotope-filter.filter-center {
text-align: center;
}

.isotope-filter.filter-right {
text-align: right;
}

.wgl_portfolio_list .wgl-pagination {
padding-top: 40px;
}

/* ==================== ##Button ==================== */
.row .wgl_portfolio_list .load_more_wrapper {
margin-top: 0;
}

.isotope-filter + .wgl-portfolio-list_wrapper {
margin: 0 -35px;
overflow: hidden;
}

.row .wgl-portfolio-list_item {
padding-left: 0;
padding-right: 0;
float: none;
display: inline-block;
vertical-align: top;
}

.row .wgl-portfolio-list_item.slick-slide {
display: inline-block;
}

.row .wgl-portfolio-list_item .wgl-portfolio_item_link {
font-size: 14px;
font-weight: bold;
display: inline-block;
border-width: 3px;
border-style: solid;
padding: 24px 45px;
margin-bottom: 60px;
}

.row .wgl-portfolio-list_item .wgl-portfolio_item_link:hover {
color: #ffffff;
}

.row .wgl-portfolio-list_item .wgl-portfolio-link_wrapper.align_center {
text-align: center;
}

.row .wgl-portfolio-list_item .wgl-portfolio-link_wrapper.align_right {
text-align: right;
}

.row .wgl-portfolio-list_item .portfolio__description {
transition: 0.3s;
}

.row .wgl-portfolio-list_item .portfolio__item-meta .post_cats a:first-child:before {
content: '';
display: inline-block;
width: 8px;
margin: 0 4px;
vertical-align: baseline;
border-bottom: 2px solid;
margin-bottom: -2px;
}

.row .wgl-portfolio-list_item .portfolio__item-meta .post_cats a:after {
content: "";
display: inline-block;
width: 8px;
margin: 0 4px;
vertical-align: baseline;
border-bottom: 2px solid;
margin-bottom: -2px;
}

.row .wgl-portfolio-list_item .portfolio__item-meta .portfolio-category {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}

.row .wgl-portfolio-list_item .portfolio__item-meta .portfolio-category:hover {
color: rgba(255, 255, 255, 0.5);
}

.row .wgl-portfolio-list_item .portfolio__item-title span, .row .wgl-portfolio-list_item .portfolio__item-title a {
color: inherit;
font-size: inherit;
font-family: inherit;
line-height: inherit;
}

body.page .wgl-container:not(.single_portfolio) .wgl-portfolio_container:not(.no_gap) {
margin-left: 0;
margin-right: 0;
padding-bottom: 20px;
}

body.page .wgl-container:not(.single_portfolio) .wgl-portfolio_container:not(.no_gap) .slick-dots {
padding: 0 0 25px 0;
}

.wgl-portfolio-item_wrapper .wgl-portfolio-item_image {
border-radius: 10px;
}

.wgl-portfolio-item_wrapper .overlay {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: 0.5s;
border-radius: 10px;
}

.wgl-portfolio-item_wrapper .portfolio_link {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
opacity: 0;
transition: 0.5s;
font-size: 24px;
}

.wgl-portfolio-item_wrapper .portfolio_link-icon {
transition: 0.5s;
}

.wgl-portfolio-item_wrapper.gallery_type .portfolio_link {
justify-content: center;
align-items: center;
}

.wgl-portfolio-item_wrapper .wgl-portfolio-item_icon {
display: inline-block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 2.2em;
width: 2.2em;
margin: auto;
z-index: 2;
line-height: 0;
border-radius: 50%;
transition: 0.4s;
box-sizing: content-box;
}

.wgl-portfolio-item_wrapper .wgl-portfolio-item_icon:hover .icon_plus {
background: #ffffff;
}

.wgl-portfolio-item_wrapper .wgl-portfolio-item_icon .icon_plus:before, .wgl-portfolio-item_wrapper .wgl-portfolio-item_icon .icon_plus:after {
content: "";
position: absolute;
z-index: 1;
background: currentColor;
width: 16px;
height: 2px;
left: 50%;
top: 50%;
margin-left: -8px;
margin-top: -1px;
transition: 0s, background-color 0.4s;
}

.wgl-portfolio-item_wrapper .wgl-portfolio-item_icon .icon_plus:after {
transform: rotate(90deg);
}

.wgl-portfolio-item_wrapper .wgl-portfolio-item_icon a {
display: inline-block;
transition: 0s;
}

.wgl-portfolio-item_wrapper .wgl-portfolio-item_icon > i {
width: inherit;
height: inherit;
display: inline-flex;
justify-content: center;
align-items: center;
transition: color .4s;
}

.wgl-portfolio-item_wrapper .wgl-portfolio-item_icon > a {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.wgl-portfolio-item_wrapper .wgl-portfolio-item_icon:empty {
display: none;
}

/* ==================== ##Double Headings ==================== */
.under_image {
position: relative;
z-index: 1;
}

.under_image .wgl-portfolio-item_image {
position: relative;
transition: 0.6s ease-in-out;
overflow: hidden;
}

.under_image .wgl-portfolio-item_image img {
transform: translateY(0);
transition: 0.5s;
}

.under_image .portfolio__item-title .title {
font-size: 30px;
line-height: 1.05em;
}

.under_image .portfolio_link {
display: flex;
justify-content: center;
align-items: center;
}

.under_image .post_cats {
color: #b3b3b3;
}

.under_image .wgl-portfolio-item_description {
padding: 20px;
z-index: 3;
transition: 0.35s ease-out;
width: calc(100% - 40px);
background: #ffffff;
border-radius: 10px;
margin-left: 20px;
margin-right: 20px;
position: absolute;
bottom: 20px;
opacity: 0;
visibility: hidden;
box-shadow: 6px 5px 16px 0px rgba(0, 0, 0, 0.15);
}

.under_image .wgl-portfolio-item_description .portfolio__item-title {
padding: 6px 10px 2px 10px;
}

.under_image.h_align_right .wgl-portfolio-item_description {
text-align: right;
}

.under_image.h_align_center .wgl-portfolio-item_description {
text-align: center;
}

.under_image .wgl-portfolio-item_description:empty {
display: none;
}

.under_image:hover .wgl-portfolio-item_description {
bottom: -11px;
opacity: 1;
visibility: visible;
}

/* ==================== ##Info Box ==================== */
.inside_image {
position: relative;
}

.inside_image .wgl-portfolio-item_image {
overflow: hidden;
}

.inside_image .post_cats a {
opacity: 1;
border-radius: 0;
transition: 0.4s;
margin-right: 0;
}

.inside_image .wgl-portfolio-item_description {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
position: absolute;
z-index: 3;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 40px;
text-align: left;
opacity: 0;
transition: 0.5s;
overflow: hidden;
}

.inside_image .portfolio__description > * {
position: relative;
z-index: 2;
}

.inside_image .wgl-portfolio-item_content {
position: relative;
z-index: 2;
color: #cccccc;
}

.inside_image .portfolio__item-title {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}

.inside_image .portfolio__item-meta {
border-radius: 3px;
margin-top: 5px;
display: inline-block;
padding: 2.5px 6px;
}

.inside_image.zoom_in_animation .overlay {
top: 5%;
left: 5%;
width: calc(100% - 10%);
height: calc(100% - 10%);
transform: scale(0.7);
}

.inside_image.zoom_in_animation .wgl-portfolio-item_description {
transform: scale(0.9);
}

.inside_image.zoom_in_animation:hover .overlay, .inside_image.zoom_in_animation:hover .wgl-portfolio-item_description {
transform: scale(1);
}

.inside_image.outline_animation .overlay:before {
content: '';
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
top: 0;
transition: 0.5s;
border-radius: 10px;
}

.inside_image.offset_animation {
z-index: 1;
}

.inside_image.offset_animation:before {
content: '';
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
top: 0;
transition: 0.5s;
border: 1px solid;
box-sizing: border-box;
border-radius: 10px;
}

.inside_image.offset_animation .wgl-portfolio-item_offset {
position: relative;
z-index: 1;
transition: 0.5s;
}

.inside_image.offset_animation:hover {
z-index: 2;
}

.inside_image.offset_animation:hover .wgl-portfolio-item_offset {
transform: translate(20px, 20px);
}

.inside_image.sub_layer_animation .wgl-portfolio-item_description {
width: 100%;
height: auto;
left: 30px;
bottom: 30px;
top: initial;
border-radius: 10px;
align-items: flex-start;
padding: 20px;
transform: translateY(10px);
text-align: left;
background: #ffffff;
word-break: break-word;
max-width: calc(100% - 60px);
}

.inside_image.sub_layer_animation .wgl-portfolio-item_icon {
margin-top: 28px;
}

.inside_image.simple_animation .post_cats a {
color: #ffffff;
}

.inside_image.simple_animation .portfolio__description > div {
transition: 0.5s;
opacity: 0;
transform: translateY(40px);
}

.inside_image.simple_animation .portfolio__description > div:nth-child(2) {
transition: 0.7s;
}

.inside_image.simple_animation .portfolio__description > div:nth-child(3) {
transition: 0.9s;
}

.inside_image.simple_animation .portfolio__description > div:nth-child(4) {
transition: 1.1s;
}

.inside_image.simple_animation:hover .portfolio__description > * {
opacity: 1;
transform: translateY(0);
}

.inside_image:hover .wgl-portfolio-item_description, .inside_image:hover .overlay, .inside_image:hover .portfolio_link, .inside_image.always_info_animation .wgl-portfolio-item_description, .inside_image.always_info_animation .overlay, .inside_image.always_info_animation .portfolio_link {
opacity: 1;
}

.inside_image.always_info_animation:hover .portfolio__description, .inside_image.always_info_animation:hover .wgl-portfolio-item_content, .inside_image.always_info_animation:hover .wgl-portfolio-item_icon, .inside_image.always_info_animation:hover .overlay {
opacity: 0;
visibility: hidden;
}

.inside_image.sub_layer_animation:hover .wgl-portfolio-item_description {
transform: translateY(0);
}

.inside_image .portfolio__item-title {
padding: 3px 10px;
border-radius: 3px;
}

.inside_image .portfolio__item-title .title {
font-size: 30px;
}

.inside_image .portfolio__item-title .title a {
color: #ffffff;
}

/* ==================== ##Testimonials ==================== */
.elementor-widget-wgl-portfolio .wgl-portfolio_container .wgl-carousel_wrapper .wgl-carousel {
margin-left: 0;
margin-right: 0;
}

.elementor-widget-wgl-portfolio .wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-prev, .elementor-widget-wgl-portfolio .wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-next {
width: 70px;
height: 70px;
top: initial;
bottom: 0;
left: 50%;
right: initial;
background: transparent;
transition: 0s;
}

.elementor-widget-wgl-portfolio .wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-prev:after, .elementor-widget-wgl-portfolio .wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-next:after {
line-height: 70px;
transition: 0.4s;
}

.elementor-widget-wgl-portfolio .wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-prev:before, .elementor-widget-wgl-portfolio .wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-next:before {
content: '';
position: absolute;
z-index: -1;
left: 0;
top: 20px;
width: 1px;
height: 30px;
background: #dedede;
}

.elementor-widget-wgl-portfolio .wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-prev {
transform: translate(-70px, 0);
}

.elementor-widget-wgl-portfolio .wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-prev:before {
top: 0;
width: 140px;
height: 70px;
border-radius: 0;
background: #ffffff;
box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
}

.elementor-widget-wgl-portfolio .wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-next {
transform: translate(0, 0);
}

.elementor-widget-wgl-portfolio .wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-next:before {
top: 20px;
width: 1px;
height: 30px;
background: #dedede;
}

.elementor-widget-wgl-portfolio .wgl-portfolio_container .wgl-carousel .wgl-portfolio-item_description {
width: auto;
max-width: -webkit-fit-content;
max-width: -moz-fit-content;
max-width: fit-content;
margin-left: auto;
margin-right: auto;
transform: translateY(-50%);
bottom: 0;
position: relative;
}

.elementor-widget-wgl-portfolio .wgl-portfolio_container .wgl-carousel.center_info .slick-current .wgl-portfolio-item_description, .elementor-widget-wgl-portfolio .wgl-portfolio_container .wgl-carousel.center_info .slick-current .overlay, .elementor-widget-wgl-portfolio .wgl-portfolio_container .wgl-carousel.center_info .slick-current .portfolio_link {
bottom: -11px;
opacity: 1;
visibility: visible;
}

.elementor-widget-wgl-portfolio .wgl-portfolio_container .wgl-carousel .wgl-carousel_slick {
padding-bottom: 5px;
margin-bottom: 30px;
}

.elementor-widget-wgl-portfolio .wgl-portfolio_container .wgl-carousel .wgl-portfolio-list_item {
width: 1000px;
}

/* ==================== ##Portfolio ==================== */
.wgl-portfolio_container.appear-animation .item .wgl-portfolio-item_wrapper {
opacity: 0;
}

.wgl-portfolio_container.appear-animation.anim-fade-in .animate .wgl-portfolio-item_wrapper {
animation: fade_in 0.9s ease forwards;
}

.wgl-portfolio_container.appear-animation.anim-slide-top .animate .wgl-portfolio-item_wrapper {
animation: slide_top 0.5s ease forwards;
transform: translateY(50px);
}

.wgl-portfolio_container.appear-animation.anim-slide-bottom .animate .wgl-portfolio-item_wrapper {
animation: slide_bottom 0.5s ease forwards;
transform: translateY(-50px);
}

.wgl-portfolio_container.appear-animation.anim-slide-left .animate .wgl-portfolio-item_wrapper {
animation: slide_left 0.5s ease forwards;
transform: translateX(50px);
}

.wgl-portfolio_container.appear-animation.anim-slide-right .animate .wgl-portfolio-item_wrapper {
animation: slide_right 0.5s ease forwards;
transform: translateX(-50px);
}

.wgl-portfolio_container.appear-animation.anim-zoom .animate .wgl-portfolio-item_wrapper {
animation: zoom_in 0.5s ease forwards;
transform: scale(0.5);
}

@keyframes fade_in {
100% {
  opacity: 1;
}

}

@keyframes slide_top {
100% {
  opacity: 1;
  transform: translateY(0);
}

}

@keyframes slide_bottom {
100% {
  opacity: 1;
  transform: translateY(0);
}

}

@keyframes slide_left {
100% {
  opacity: 1;
  transform: translateX(0);
}

}

@keyframes slide_right {
100% {
  opacity: 1;
  transform: translateX(0);
}

}

@keyframes zoom_in {
100% {
  opacity: 1;
  transform: scale(1);
}

}

/* Portfolio Container */
.wgl-portfolio-single_wrapper {
margin-top: 10px;
}

.wgl-portfolio-single_wrapper .portfolio__item-title_wrap:empty {
display: none;
}

.wgl-portfolio-single_wrapper .wgl-portfolio-single_item .portfolio__item-title_wrap {
margin-bottom: 30px;
}

.wgl-portfolio-single_wrapper .wgl-portfolio-item_bg {
position: relative;
z-index: 1;
margin-bottom: 60px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.wgl-portfolio-single_wrapper .wgl-portfolio-item_bg:before {
content: '';
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #2f3441;
opacity: 0.3;
}

.wgl-portfolio-single_wrapper .wgl-portfolio-item_cats {
vertical-align: middle;
display: inline-block;
line-height: 30px;
}

.wgl-portfolio-single_wrapper .wgl-portfolio-item_cats a {
position: relative;
display: inline-block;
transition: 0.4s;
font-size: 16px;
font-weight: 700;
}

.wgl-portfolio-single_wrapper .wgl-portfolio-item_cats a + a {
margin-left: 10px;
}

.wgl-portfolio-single_wrapper .wgl-portfolio-item_cats:first-child a:first-child:before {
display: none;
}

.wgl-portfolio-single_item {
margin-bottom: 41px;
}

.wgl-portfolio-single_item .wgl-portfolio-item_image {
margin-top: 40px;
margin-bottom: 30px;
}

.wgl-portfolio-single_item .wgl-portfolio-item_image img {
border-radius: 10px;
}

.wgl-portfolio-single_item .wgl-portfolio-item_image:last-child {
margin-bottom: 45px;
}

.wgl-portfolio-single_item .meta-wrapper {
color: #989898;
}

.wgl-portfolio-single_item .wgl-portfolio-item_title {
font-size: 48px;
line-height: 1.25;
margin-top: 8px;
}

.wgl-portfolio-single_item .post_meta-wrap {
justify-content: space-between;
margin-top: 20px;
padding-bottom: 10px;
}

.wgl-portfolio-single_item .post_date {
margin-top: -60px;
margin-right: 30px;
margin-left: auto;
position: relative;
z-index: 2;
}

.wgl-portfolio-single_item .tagcloud-wrapper {
margin-left: auto;
}

.wgl-portfolio-single_item .tagcloud .tagcloud_desc {
font-size: 14px;
line-height: 30px;
vertical-align: top;
text-transform: uppercase;
color: #313131;
font-weight: 700;
margin-right: 20px;
}

.single_portfolio .related_portfolio {
margin-top: 91px;
margin-bottom: 50px;
}

.single_portfolio .related_portfolio h4 {
font-size: 36px;
}

.single_portfolio .related_portfolio .wgl-carousel {
margin: 0;
}

.single_portfolio .related_portfolio .zikzag_module_title {
margin-bottom: 27px;
}

.single_portfolio .related_portfolio .wgl-portfolio_container .wgl-carousel .wgl-portfolio-list_item.wgl_col-6 {
width: 600px;
}

.single_portfolio .related_portfolio .wgl-portfolio_container .wgl-carousel .wgl-portfolio-list_item.wgl_col-4 {
width: 400px;
}

.single_portfolio .related_portfolio .wgl-portfolio_container .wgl-carousel .wgl-portfolio-list_item.wgl_col-3 {
width: 300px;
}

.single_portfolio #comments {
margin-top: 35px;
}

.single_portfolio #comments .comment-respond {
margin-bottom: 70px;
}

.wgl-portfolio__item-info {
margin-top: 22px;
background: #f5f5f5;
border-radius: 10px;
padding: 30px 0;
margin-bottom: 40px;
}

.wgl-portfolio__item-info .portfolio__custom-annotation:after {
content: '';
clear: both;
display: block;
}

.wgl-portfolio__item-info .portfolio__custom-desc p {
margin-bottom: 0;
}

@media (max-width:767px) {
.wgl-portfolio__item-info .portfolio__custom-annotation {
  margin-bottom: -20px;
}

}

.wgl-portfolio__item-info .portfolio__custom-meta {
float: left;
width: 25%;
padding: 0 5.5%;
}

@media (max-width:1024px) {
.wgl-portfolio__item-info .portfolio__custom-meta {
  padding: 0 2% 0 5.5%;
}

}

@media (max-width:767px) {
.wgl-portfolio__item-info .portfolio__custom-meta {
  width: 50%;
  padding: 0 10px 0 30px;
  margin-bottom: 20px;
}

}

@media (max-width:460px) {
.wgl-portfolio__item-info .portfolio__custom-meta {
  width: 100%;
}

}

.wgl-portfolio__item-info .portfolio__custom-meta:nth-child(4n+1) {
clear: both;
}

.wgl-portfolio__item-info .portfolio__custom-meta h5 {
line-height: 30px;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #ffffff;
position: relative;
}

.wgl-portfolio__item-info .portfolio__custom-meta h5:before {
content: '';
position: absolute;
width: 6px;
height: 6px;
border-radius: 50%;
left: -16px;
top: 11px;
}

.wgl-portfolio__item-info .portfolio__custom-meta span {
font-size: 16px;
line-height: 30px;
color: #dddfe1;
}

/* Portfolio Descriptiption Under Image*/
.post-type-archive-portfolio .wgl-portfolio .wgl-portfolio_wrapper {
padding-bottom: 50px;
}

.portfolio_archive-cat {
margin-bottom: 30px;
text-align: center;
}

.portfolio_archive-cat_title {
text-transform: capitalize;
margin-bottom: 30px;
}

.portfolio_archive-cat + .wgl_cpt_section {
margin-bottom: 50px;
}

.archive .wgl_portfolio_list {
margin-bottom: 30px;
}

.wgl-ellipsis {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}

.wgl-ellipsis span {
position: absolute;
top: 27px;
width: 11px;
height: 11px;
background: #ffffff;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.wgl-ellipsis span:nth-child(1) {
left: 6px;
animation: wgl-ellipsis1 0.6s infinite;
}

.wgl-ellipsis span:nth-child(2) {
left: 6px;
animation: wgl-ellipsis2 0.6s infinite;
}

.wgl-ellipsis span:nth-child(3) {
left: 26px;
animation: wgl-ellipsis2 0.6s infinite;
}

.wgl-ellipsis span:nth-child(4) {
left: 45px;
animation: wgl-ellipsis3 0.6s infinite;
}

@keyframes wgl-ellipsis1 {
0% {
  transform: scale(0);
}

100% {
  transform: scale(1);
}

}

@keyframes wgl-ellipsis3 {
0% {
  transform: scale(1);
}

100% {
  transform: scale(0);
}

}

@keyframes wgl-ellipsis2 {
0% {
  transform: translate(0, 0);
}

100% {
  transform: translate(19px, 0);
}

}

/* Portfolio Descriptiption Inside Image */

/* Portfolio Carousel Mode */
.wgl_module_team {
position: relative;
z-index: 1;
}

.wgl_module_team .team-item {
float: left;
padding: 15px 15px 55px 15px;
}

.wgl_module_team .team-item_wrap {
position: relative;
z-index: 1;
transition: 0.3s;
padding-bottom: 30px;
max-width: 540px;
margin-left: auto;
margin-right: auto;
}

.wgl_module_team .team-image {
position: relative;
}

.wgl_module_team .team-image img {
border-radius: 10px;
}

.wgl_module_team .team-item_info {
padding: 20px 7% 20px 10%;
transition: 0.4s;
background: #fff;
position: absolute;
z-index: 1;
left: 30px;
bottom: 0px;
width: calc(100% - 60px);
min-height: 112px;
border-radius: 5px;
box-shadow: 6px 5px 16px 0px rgba(0, 0, 0, 0.15);
display: flex;
justify-content: space-between;
align-items: center;
transition: 0.5s;
}

.wgl_module_team .team-item_info-img {
max-width: 30%;
}

.wgl_module_team .team-title {
font-size: 30px;
line-height: 1.1;
font-weight: 700;
}

.wgl_module_team .team-title:only-child {
margin-bottom: 25px;
}

.wgl_module_team .team-title a {
font-weight: inherit;
font-size: inherit;
line-height: inherit;
color: inherit;
transition: 0.3s;
}

.wgl_module_team .team-department {
font-size: 14px;
line-height: 1.4;
font-weight: 700;
transition: inherit;
text-transform: uppercase;
}

.wgl_module_team .team-item_excerpt {
margin-top: 8px;
line-height: 1.7;
transition: 0.4s;
scrollbar-width: none;
-ms-overflow-style: none;
}

.wgl_module_team .team-item_excerpt::-webkit-scrollbar {
display: none;
}

.wgl_module_team .team__icons {
display: flex;
flex-direction: column;
position: absolute;
top: 30px;
right: 30px;
transition: 0.4s;
pointer-events: none;
}

.wgl_module_team .team-icon {
width: 40px;
height: 40px;
font-size: 14px;
line-height: 40px;
border-radius: 50%;
color: #ffffff;
text-align: center;
pointer-events: auto;
box-shadow: 6px 5px 16px 0px rgba(0, 0, 0, 0.15);
transition-property: all, transform;
transition-duration: 0.5s;
opacity: 0;
transform: translateX(10px);
}

.wgl_module_team .team-icon i {
display: block;
width: 100%;
height: 100%;
line-height: inherit;
border-radius: inherit;
transition: inherit;
background-color: #fff;
}

.wgl_module_team .team-icon i:hover {
color: #fff;
}

.wgl_module_team .team-icon i[class*='skype'] {
color: #00aff0;
}

.wgl_module_team .team-icon i[class*='skype']:hover {
background-color: #00aff0;
color: #ffffff;
}

.wgl_module_team .team-icon i[class*='twitter'] {
color: #1da1f2;
}

.wgl_module_team .team-icon i[class*='twitter']:hover {
background-color: #1da1f2;
color: #ffffff;
}

.wgl_module_team .team-icon i[class*='youtube'] {
color: #ff0000;
}

.wgl_module_team .team-icon i[class*='youtube']:hover {
background-color: #ff0000;
color: #ffffff;
}

.wgl_module_team .team-icon i[class*='facebook'] {
color: #3b5998;
}

.wgl_module_team .team-icon i[class*='facebook']:hover {
background-color: #3b5998;
color: #ffffff;
}

.wgl_module_team .team-icon i[class*='linkedin'] {
color: #007bb5;
}

.wgl_module_team .team-icon i[class*='linkedin']:hover {
background-color: #007bb5;
color: #ffffff;
}

.wgl_module_team .team-icon i[class*='telegram'] {
color: #0088cc;
}

.wgl_module_team .team-icon i[class*='telegram']:hover {
background-color: #0088cc;
color: #ffffff;
}

.wgl_module_team .team-icon i[class*='whatsapp'] {
color: #25d366;
}

.wgl_module_team .team-icon i[class*='whatsapp']:hover {
background-color: #25d366;
color: #ffffff;
}

.wgl_module_team .team-icon i[class*='pinterest'] {
color: #e40000;
}

.wgl_module_team .team-icon i[class*='pinterest']:hover {
background-color: #e40000;
color: #ffffff;
}

.wgl_module_team .team-icon i[class*='instagram'] {
color: #c32aa3;
}

.wgl_module_team .team-icon i[class*='instagram']:hover {
background-color: #c32aa3;
color: #ffffff;
}

.wgl_module_team .team-icon i[class*='google-plus'] {
color: #db4437;
}

.wgl_module_team .team-icon i[class*='google-plus']:hover {
background-color: #db4437;
color: #ffffff;
}

.wgl_module_team .team-icon i[class*='dribbble'] {
color: #ea4c89;
}

.wgl_module_team .team-icon i[class*='dribbble']:hover {
background-color: #ea4c89;
color: #ffffff;
}

.wgl_module_team .team-icon i[class*='tumblr'] {
color: #35465d;
}

.wgl_module_team .team-icon i[class*='tumblr']:hover {
background-color: #35465d;
color: #ffffff;
}

.wgl_module_team .team-icon:hover {
color: #ffffff;
}

.wgl_module_team .team-icon:nth-child(2) {
transition-delay: 0s, 0.1s;
}

.wgl_module_team .team-icon:nth-child(3) {
transition-delay: 0s, 0.2s;
}

.wgl_module_team .team-icon:nth-child(4) {
transition-delay: 0s, 0.3s;
}

.wgl_module_team .team-icon:nth-child(5) {
transition-delay: 0s, 0.4s;
}

.wgl_module_team .team-icon:nth-child(6) {
transition-delay: 0s, 0.5s;
}

.wgl_module_team .team-icon:nth-child(7) {
transition-delay: 0s, 0.6s;
}

.wgl_module_team .team-icon:nth-child(8) {
transition-delay: 0s, 0.7s;
}

.wgl_module_team .team-icon:nth-child(9) {
transition-delay: 0s, 0.8s;
}

.wgl_module_team .team-item_wrap:hover .team-item_info {
bottom: 60px;
}

.wgl_module_team .team-item_wrap:hover .team__icons a {
opacity: 1;
transform: translate(0);
pointer-events: auto;
visibility: visible;
}

.wgl_module_team.acenter .team__icons {
justify-content: center;
}

.wgl_module_team.aright .team__icons {
flex-direction: row-reverse;
}

.wgl_module_team.team-col_1 .team-item {
width: 100%;
}

.wgl_module_team.team-col_2 .team-item {
width: 50%;
}

.wgl_module_team.team-col_2 .team-item:nth-child(2n + 1) {
clear: left;
}

.wgl_module_team.team-col_3 .team-item {
width: 33.3333333%;
}

.wgl_module_team.team-col_3 .team-item:nth-child(3n + 1) {
clear: left;
}

.wgl_module_team.team-col_4 .team-item {
width: 25%;
}

.wgl_module_team.team-col_4 .team-item:nth-child(4n + 1) {
clear: left;
}

.wgl_module_team.team-col_5 .team-item {
width: 20%;
}

.wgl_module_team.team-col_5 .team-item:nth-child(5n + 1) {
clear: left;
}

.wgl_module_team.team-col_6 .team-item {
width: 16.6666666%;
}

.wgl_module_team.team-col_6 .team-item:nth-child(6n + 1) {
clear: left;
}

.wgl_module_team .wgl-carousel .team-item.slick-slide:not(:first-child) {
clear: none;
}

.wgl_module_team:after {
content: '';
display: block;
clear: both;
}

/* Appear Animation */

/* Portfolio Single */
.single-team .page-header {
margin-bottom: 0 !important;
}

.single-team .single_team_page .team-single_wrapper {
display: flex;
position: relative;
z-index: 1;
margin-top: 50px;
margin-bottom: 40px;
box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
padding: 0 100px;
border-radius: 10px;
background-color: #ffffff;
background-repeat: no-repeat;
background-position: 97% 70%;
}

.single-team .single_team_page .team-image_wrap {
margin: 70px 70px 70px 0px;
}

@media (min-width:993px) {
.single-team .single_team_page .team-image {
  width: 470px;
}

}

.single-team .single_team_page .team-image img {
border-radius: 10px;
}

.single-team .single_team_page .team-info_wrapper {
display: flex;
flex-direction: column;
flex-grow: 1;
justify-content: center;
}

.single-team .single_team_page .team-title_wrapper {
border-radius: 5px;
padding: 28px 10% 20px 26%;
margin-bottom: 30px;
margin-left: -40px;
transform: translateX(-15%);
}

.single-team .single_team_page .team-title {
position: relative;
z-index: 1;
font-size: 36px;
line-height: 1.2;
color: #ffffff;
margin-bottom: 5px;
}

.single-team .single_team_page .team-info_item {
margin-bottom: 10px;
font-size: 18px;
}

.single-team .single_team_page .team-info_item.team-department {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}

.single-team .single_team_page .team-info_item:first-child {
margin-top: 0;
}

.single-team .single_team_page .team-info_item > * {
display: inline;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}

.single-team .single_team_page .team-info_item h5 {
margin-right: 0.5em;
font-weight: 700;
}

.single-team .single_team_page .team-info_item a {
color: inherit;
}

.single-team .single_team_page .team__icons {
line-height: 1;
margin-top: 20px;
}

.single-team .single_team_page .team__icons .team-icon {
display: inline-block;
position: relative;
z-index: 1;
width: 40px;
height: 40px;
border-radius: 50%;
font-size: 14px;
line-height: 40px;
color: #ffffff;
text-align: center;
text-decoration: none;
vertical-align: middle;
background: #ffffff;
margin-left: 15px;
box-shadow: 6px 5px 16px 0px rgba(0, 0, 0, 0.15);
transition: 0.5s;
}

.single-team .single_team_page .team__icons .team-icon i {
display: block;
width: 100%;
height: 100%;
line-height: inherit;
border-radius: inherit;
transition: inherit;
}

.single-team .single_team_page .team__icons .team-icon:hover {
color: #ffffff;
}

.single-team .single_team_page .team__icons .team-icon:first-child {
margin: 0;
}

.single-team .single_team_page .team__icons .team-icon i[class*='skype'] {
color: #00aff0;
}

.single-team .single_team_page .team__icons .team-icon i[class*='skype']:hover {
background-color: #00aff0;
color: #ffffff;
}

.single-team .single_team_page .team__icons .team-icon i[class*='twitter'] {
color: #1da1f2;
}

.single-team .single_team_page .team__icons .team-icon i[class*='twitter']:hover {
background-color: #1da1f2;
color: #ffffff;
}

.single-team .single_team_page .team__icons .team-icon i[class*='youtube'] {
color: #ff0000;
}

.single-team .single_team_page .team__icons .team-icon i[class*='youtube']:hover {
background-color: #ff0000;
color: #ffffff;
}

.single-team .single_team_page .team__icons .team-icon i[class*='facebook'] {
color: #3b5998;
}

.single-team .single_team_page .team__icons .team-icon i[class*='facebook']:hover {
background-color: #3b5998;
color: #ffffff;
}

.single-team .single_team_page .team__icons .team-icon i[class*='linkedin'] {
color: #007bb5;
}

.single-team .single_team_page .team__icons .team-icon i[class*='linkedin']:hover {
background-color: #007bb5;
color: #ffffff;
}

.single-team .single_team_page .team__icons .team-icon i[class*='telegram'] {
color: #0088cc;
}

.single-team .single_team_page .team__icons .team-icon i[class*='telegram']:hover {
background-color: #0088cc;
color: #ffffff;
}

.single-team .single_team_page .team__icons .team-icon i[class*='whatsapp'] {
color: #25d366;
}

.single-team .single_team_page .team__icons .team-icon i[class*='whatsapp']:hover {
background-color: #25d366;
color: #ffffff;
}

.single-team .single_team_page .team__icons .team-icon i[class*='pinterest'] {
color: #e40000;
}

.single-team .single_team_page .team__icons .team-icon i[class*='pinterest']:hover {
background-color: #e40000;
color: #ffffff;
}

.single-team .single_team_page .team__icons .team-icon i[class*='instagram'] {
color: #c32aa3;
}

.single-team .single_team_page .team__icons .team-icon i[class*='instagram']:hover {
background-color: #c32aa3;
color: #ffffff;
}

.single-team .single_team_page .team__icons .team-icon i[class*='google-plus'] {
color: #db4437;
}

.single-team .single_team_page .team__icons .team-icon i[class*='google-plus']:hover {
background-color: #db4437;
color: #ffffff;
}

.single-team .single_team_page .team__icons .team-icon i[class*='dribbble'] {
color: #ea4c89;
}

.single-team .single_team_page .team__icons .team-icon i[class*='dribbble']:hover {
background-color: #ea4c89;
color: #ffffff;
}

.single-team .single_team_page .team__icons .team-icon i[class*='tumblr'] {
color: #35465d;
}

.single-team .single_team_page .team__icons .team-icon i[class*='tumblr']:hover {
background-color: #35465d;
color: #ffffff;
}

.single-team .single_team_page .team-info-desc {
margin-top: 20px;
}

.single-team .single_team_page .team-single_speaches-title {
font-weight: 400;
margin-bottom: 30px;
}

.single-team .single_team_page .team-single_speaches-info .speech-info_item {
margin-bottom: 30px;
padding: 30px;
border: 1px solid #dddddd;
border-radius: 10px;
}

.single-team .single_team_page .team-single_speaches-info .speech-info_day {
margin-bottom: 6px;
font-size: 22px;
}

.single-team .single_team_page .team-single_speaches-info .speech-info_time {
margin-bottom: 8px;
}

.single-team .single_team_page .team-single_speaches-info .speech-info_time, .single-team .single_team_page .team-single_speaches-info .speech-info_desc {
font-size: 18px;
}

/* Archive */

/*==================== ##Team ==================== */
.wgl-countdown .countdown-row {
display: flex;
justify-content: center;
align-items: center;
margin-left: -15px;
margin-right: -15px;
}

.wgl-countdown .countdown-section {
color: inherit;
position: relative;
min-width: 2.82em;
}

.wgl-countdown .countdown-section .countdown-amount {
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 1;
font-size: 1em;
line-height: .78;
font-weight: 700;
padding-bottom: .06em;
color: inherit;
margin: 0 auto;
}

.wgl-countdown .countdown-section .countdown-period {
display: none;
margin-top: .5em;
font-size: 18px;
font-weight: 700;
line-height: 1;
color: inherit;
text-transform: uppercase;
text-align: center;
padding: 0 .4em;
}

.wgl-countdown.cd_large {
font-size: 100px;
}

.wgl-countdown.cd_large .countdown-period {
font-size: 18px;
}

.wgl-countdown.cd_large .countdown-amount:before, .wgl-countdown.cd_large .countdown-amount:after {
width: 10px;
height: 10px;
}

.wgl-countdown.cd_medium {
font-size: 72px;
}

.wgl-countdown.cd_medium .countdown-period {
font-size: 16px;
}

.wgl-countdown.cd_medium .countdown-amount:before, .wgl-countdown.cd_medium .countdown-amount:after {
width: 6px;
height: 6px;
}

.wgl-countdown.cd_small {
font-size: 40px;
}

.wgl-countdown.cd_small .countdown-period {
font-size: 14px;
}

.wgl-countdown.cd_small .countdown-amount:before, .wgl-countdown.cd_small .countdown-amount:after {
width: 4px;
height: 4px;
}

.wgl-countdown.custom_font .countdown-section {
font-family: inherit;
}

.wgl-countdown.custom_font .countdown-section .countdown-amount, .wgl-countdown.custom_font .countdown-period {
font-family: inherit;
font-weight: inherit;
}

@media only screen and (max-width:992px) {
.wgl-countdown.cd_large {
  font-size: 70px;
}

.wgl-countdown.cd_medium {
  font-size: 56px;
}

.wgl-countdown.cd_small {
  font-size: 40px;
}

}

@media only screen and (max-width:768px) {
.wgl-countdown.cd_large {
  font-size: 54px;
}

.wgl-countdown.cd_medium {
  font-size: 48px;
}

.wgl-countdown.cd_small {
  font-size: 34px;
}

}

@media only screen and (max-width:480px) {
.wgl-countdown.cd_large {
  font-size: 48px;
}

.wgl-countdown.cd_medium {
  font-size: 38px;
}

.wgl-countdown.cd_small {
  font-size: 28px;
}

.wgl-countdown .countdown-section .countdown-period {
  font-size: 14px;
}

}

@media only screen and (max-width:420px) {
.wgl-countdown.cd_large {
  font-size: 38px;
}

.wgl-countdown.cd_medium {
  font-size: 30px;
}

.wgl-countdown.cd_small {
  font-size: 22px;
}

}

@media only screen and (max-width:360px) {
.wgl-countdown.cd_large {
  font-size: 28px;
}

.wgl-countdown.cd_medium {
  font-size: 22px;
}

.wgl-countdown.cd_small {
  font-size: 18px;
}

}

.elementor-widget-wgl-countdown.elementor-align-left {
text-align: left;
}

.elementor-widget-wgl-countdown.elementor-align-left .countdown-row {
justify-content: flex-start;
}

.elementor-widget-wgl-countdown.elementor-align-left .countdown-section {
flex: 0;
}

.elementor-widget-wgl-countdown.elementor-align-center {
text-align: center;
}

.elementor-widget-wgl-countdown.elementor-align-center .countdown-row {
justify-content: center;
}

.elementor-widget-wgl-countdown.elementor-align-right {
text-align: right;
}

.elementor-widget-wgl-countdown.elementor-align-right .countdown-row {
justify-content: flex-end;
}

.elementor-widget-wgl-countdown.elementor-align-right .countdown-section {
flex: 0;
}

.elementor-widget-wgl-countdown.show_separating-yes .countdown-section:not(:last-child) .countdown-amount:before, .elementor-widget-wgl-countdown.show_separating-yes .countdown-section:not(:last-child) .countdown-amount:after {
content: '';
position: absolute;
right: 0;
z-index: 1;
transform: translateX(50%);
width: 0.1em;
height: 0.1em;
}

.elementor-widget-wgl-countdown.show_separating-yes .countdown-section:not(:last-child) .countdown-amount:before {
top: 50%;
margin-top: -.27em;
}

.elementor-widget-wgl-countdown.show_separating-yes .countdown-section:not(:last-child) .countdown-amount:after {
top: 50%;
margin-top: -.02em;
}

.elementor-widget-wgl-countdown.show_value_names-yes .wgl-countdown .countdown-section .countdown-period {
display: block;
}

/* ↓ Grid ↓ */

/* ↑ grid ↑ */
.wgl-carousel .slick-arrow {
display: block;
position: absolute;
bottom: 35px;
z-index: 100;
margin: 0;
border: unset;
border-radius: 0;
padding: 0;
font-size: 0;
font-weight: 300;
letter-spacing: 0;
text-align: center;
text-indent: 0;
cursor: pointer;
opacity: 1;
background: #ffffff;
width: 50px;
transition: 0.5s;
right: auto;
line-height: unset;
height: 40px;
border: 19px solid rgba(255, 255, 255, 0);
border-left: unset;
border-right: unset;
background-clip: padding-box;
}

.wgl-carousel .slick-arrow:before, .wgl-carousel .slick-arrow:after {
content: '';
position: absolute;
width: 10px;
height: 10px;
transition: 0.4s;
color: #ffffff;
}

.wgl-carousel .slick-prev {
left: 30px;
}

.wgl-carousel .slick-prev:before {
bottom: 0;
left: 0;
border-bottom: 2px solid;
transform: rotate(-45deg);
transform-origin: 0% 100%;
}

.wgl-carousel .slick-prev:after {
top: 0;
left: 0;
border-top: 2px solid;
transform: rotate(45deg);
transform-origin: 0% 0%;
}

.wgl-carousel .slick-prev:hover:before {
width: 15px;
transform: rotate(-20deg);
}

.wgl-carousel .slick-prev:hover:after {
width: 15px;
transform: rotate(20deg);
}

.wgl-carousel .slick-next {
left: 100px;
}

.wgl-carousel .slick-next:before {
bottom: 0;
right: 0;
border-bottom: 2px solid;
transform: rotate(45deg);
transform-origin: 100% 100%;
}

.wgl-carousel .slick-next:after {
top: 0;
right: 0;
border-top: 2px solid;
transform: rotate(-45deg);
transform-origin: 100% 0;
}

.wgl-carousel .slick-next:hover:before {
transform: rotate(20deg);
width: 15px;
}

.wgl-carousel .slick-next:hover:after {
transform: rotate(-20deg);
width: 15px;
}

.wgl-carousel:hover .slick-prev {
transform: translate(-5px, 0);
}

.wgl-carousel:hover .slick-next {
transform: translate(5px, 0);
}

.wgl-carousel .zikzag_carousel_list {
overflow: hidden;
}

.wgl-carousel.prev_next_pos_right .slick-arrow {
top: auto;
bottom: 0;
left: auto;
width: 40px;
height: 40px;
transform: translate(0, 0);
background-color: #f7f7f7;
box-shadow: unset;
}

.wgl-carousel.prev_next_pos_right .slick-arrow:not(:hover) {
color: #adadad;
}

.wgl-carousel.prev_next_pos_right .slick-arrow:after {
line-height: 40px;
}

.wgl-carousel.prev_next_pos_right .slick-prev {
right: 50px;
}

.wgl-carousel.prev_next_pos_right .slick-next {
right: 0;
}

/* ↓ Single ↓ */
.wgl-carousel .slick-dots {
padding: 0;
margin: 30px 15px 0 15px;
line-height: 0;
font-size: 0;
min-height: 50px;
}

.wgl-carousel .slick-dots li {
display: inline-block;
margin: 0;
padding: 5px;
font-size: 0;
line-height: 0;
list-style: none;
opacity: 1;
cursor: pointer;
transition: 0.4s;
}

.wgl-carousel .slick-dots li button {
display: inline-block;
position: relative;
z-index: 1;
font-size: 0;
padding: 0;
margin: 0;
border: 0;
vertical-align: bottom;
transition: inherit;
opacity: 0.3;
}

.wgl-carousel .slick-dots li button:focus {
outline: none;
}

.wgl-carousel .slick-dots li:last-child {
margin-right: 0;
}

.wgl-carousel .slick-dots li:hover button, .wgl-carousel .slick-dots li.slick-active button {
opacity: 1;
}

.wgl-carousel.pag_align_left .slick-dots {
text-align: left;
}

.wgl-carousel.pag_align_center .slick-dots {
text-align: center;
}

.wgl-carousel.pag_align_right .slick-dots {
text-align: right;
}

.wgl-carousel.pagination_circle .slick-dots li button {
border-radius: 50%;
width: 4px;
height: 4px;
}

.wgl-carousel.pagination_circle .slick-dots li.slick-active button {
transform: scale(2.5);
}

.wgl-carousel.pagination_circle_border .slick-dots li {
margin: 1px;
padding: 2px;
}

.wgl-carousel.pagination_circle_border .slick-dots li button {
border-radius: 50%;
width: 20px;
height: 20px;
border-width: 1px;
border-style: solid;
border-color: transparent;
background: transparent;
}

.wgl-carousel.pagination_circle_border .slick-dots li button:before {
content: '';
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 4px;
height: 4px;
margin-top: -2px;
margin-left: -2px;
border-radius: 50%;
}

.wgl-carousel.pagination_square_border .slick-dots li {
margin: 0px;
padding: 0;
}

.wgl-carousel.pagination_square_border .slick-dots li button {
width: 31px;
height: 31px;
border-width: 2px;
border-style: solid;
border-color: transparent;
background: transparent;
}

.wgl-carousel.pagination_square_border .slick-dots li button:before {
content: '';
display: block;
width: 6px;
height: 6px;
position: absolute;
left: 50%;
top: 50%;
margin-top: -3px;
margin-left: -3px;
border-radius: 0%;
}

.wgl-carousel.pagination_line .slick-dots li {
margin: 0 5px;
padding: 10px 0;
}

.wgl-carousel.pagination_line .slick-dots li button {
width: 25px;
height: 3px;
background: transparent;
}

.wgl-carousel.pagination_line .slick-dots li button:before {
content: '';
position: absolute;
z-index: 1;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
transition: all 0.3s;
}

.wgl-carousel.pagination_line .slick-dots li:hover button:before, .wgl-carousel.pagination_line .slick-dots li.slick-active button:before {
height: 3px;
}

.wgl-carousel.pagination_square .slick-dots li button {
width: 8px;
height: 8px;
}

.wgl-carousel.pagination_line_circle .slick-dots li {
margin: 0;
padding: 10px 5px;
}

.wgl-carousel.pagination_line_circle .slick-dots li button {
width: 6px;
height: 6px;
border-radius: 6px;
}

.wgl-carousel.pagination_line_circle .slick-dots li.slick-active button {
width: 20px;
}

/* ↑ single ↑ */
.wgl-clients {
display: flex;
flex-wrap: wrap;
}

.wgl-clients .wgl-carousel_wrapper {
width: 100%;
overflow: visible;
}

.wgl-clients .clients_image {
float: left;
display: flex;
transition: 0.4s;
align-items: inherit;
}

.wgl-clients .clients_image .image_wrapper {
display: flex;
position: relative;
z-index: 1;
align-items: center;
height: -webkit-max-content;
height: max-content;
}

.wgl-clients .clients_image.slick-slide {
display: flex;
}

.wgl-clients .hover_image {
display: none;
position: absolute;
z-index: 1;
top: 0;
left: 0;
visibility: hidden;
}

.wgl-clients.items-1 > .clients_image {
width: 100%;
}

.wgl-clients.items-1 > .clients_image:nth-child(2), .wgl-clients.items-1 > .clients_image:nth-child(n + 3) {
clear: left;
}

.wgl-clients.items-2 > .clients_image {
width: 50%;
}

.wgl-clients.items-2 > .clients_image:nth-child(3), .wgl-clients.items-2 > .clients_image:nth-child(2n + 5) {
clear: left;
}

.wgl-clients.items-3 > .clients_image {
width: 33.33333%;
}

.wgl-clients.items-3 > .clients_image:nth-child(4), .wgl-clients.items-3 > .clients_image:nth-child(3n + 7) {
clear: left;
}

.wgl-clients.items-4 > .clients_image {
width: 25%;
}

.wgl-clients.items-4 > .clients_image:nth-child(5), .wgl-clients.items-4 > .clients_image:nth-child(4n + 9) {
clear: left;
}

.wgl-clients.items-5 > .clients_image {
width: 20%;
}

.wgl-clients.items-5 > .clients_image:nth-child(6), .wgl-clients.items-5 > .clients_image:nth-child(5n + 11) {
clear: left;
}

.wgl-clients.items-6 > .clients_image {
width: 16.66666%;
}

.wgl-clients.items-6 > .clients_image:nth-child(7), .wgl-clients.items-6 > .clients_image:nth-child(6n + 13) {
clear: left;
}

.wgl-clients img {
transition: 0.3s;
}

.wgl-clients.anim-zoom .clients_image img {
transform: scale(0.95);
}

.wgl-clients.anim-zoom .clients_image:hover img {
transform: scale(1);
}

.wgl-clients.anim-opacity .clients_image img {
opacity: 0.5;
}

.wgl-clients.anim-opacity .clients_image:hover img {
opacity: 1;
}

.wgl-clients.anim-grayscale .clients_image img {
filter: grayscale(100%);
opacity: 0.6;
}

.wgl-clients.anim-grayscale .clients_image:hover img {
filter: grayscale(0);
opacity: 1;
}

.wgl-clients.anim-contrast .clients_image:hover img {
filter: contrast(300%);
}

.wgl-clients.anim-blur-1 .clients_image:hover img {
filter: blur(1px);
}

.wgl-clients.anim-blur-2 .clients_image img {
filter: blur(1px);
}

.wgl-clients.anim-blur-2 .clients_image:hover img {
filter: blur(0);
}

.wgl-clients.anim-invert .clients_image:hover img {
filter: invert(100%);
}

.wgl-clients.anim-ex_images .hover_image {
display: block;
opacity: 0;
}

.wgl-clients.anim-ex_images .clients_image:hover .hover_image {
opacity: 1;
visibility: visible;
}

.wgl-clients.anim-ex_images .clients_image:hover .hover_image + .main_image {
opacity: 0;
}

.wgl-clients.anim-ex_images_ver .image_wrapper {
overflow: hidden;
}

.wgl-clients.anim-ex_images_ver .hover_image {
display: block;
transform: translateY(-100%);
}

.wgl-clients.anim-ex_images_ver .clients_image:hover .hover_image {
opacity: 1;
visibility: visible;
transform: translateY(0%);
}

.wgl-clients.anim-ex_images_ver .clients_image:hover .hover_image + .main_image {
transform: translateY(100%);
}

.elementor-section-full_width .elementor-column-gap-no .elementor-widget-wgl-clients .wgl-carousel .slick-slider, .elementor-section-full_width .elementor-column-gap-no .elementor-widget-wgl-clients .wgl-carousel .slick-list {
overflow: visible;
}

/* ==================== ##Countdown ==================== */
.wgl-image-layers {
position: relative;
line-height: 0;
max-width: 100%;
}

.wgl-image-layers .img-layer_image-wrapper {
position: relative;
line-height: 0;
display: block;
width: inherit;
max-width: 100%;
height: inherit;
max-height: 100%;
}

.wgl-image-layers .img-layer_image-wrapper:not(:first-child) {
position: absolute;
left: 0;
top: 0;
}

.wgl-image-layers .img-layer_image-wrapper .img-layer_image {
transition: all 0.5s;
}

.wgl-image-layers .img-layer_image-wrapper.fade_in .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_big_up .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_big_down .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_big_left .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_big_right .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_up .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_down .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_left .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_right .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.flip_x .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.flip_y .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.zoom_in .img-layer_image {
opacity: 0;
visibility: hidden;
}

.wgl-image-layers .img-layer_image-wrapper.slide_big_up .img-layer_image {
transform: translateY(100%);
}

.wgl-image-layers .img-layer_image-wrapper.slide_big_down .img-layer_image {
transform: translateY(-100%);
}

.wgl-image-layers .img-layer_image-wrapper.slide_big_left .img-layer_image {
transform: translateX(100%);
}

.wgl-image-layers .img-layer_image-wrapper.slide_big_right .img-layer_image {
transform: translateX(-100%);
}

.wgl-image-layers .img-layer_image-wrapper.slide_up .img-layer_image {
transform: translateY(50%);
}

.wgl-image-layers .img-layer_image-wrapper.slide_down .img-layer_image {
transform: translateY(-50%);
}

.wgl-image-layers .img-layer_image-wrapper.slide_left .img-layer_image {
transform: translateX(50%);
}

.wgl-image-layers .img-layer_image-wrapper.slide_right .img-layer_image {
transform: translateX(-50%);
}

.wgl-image-layers .img-layer_image-wrapper.flip_x .img-layer_image {
transform: rotateX(-100deg);
}

.wgl-image-layers .img-layer_image-wrapper.flip_y .img-layer_image {
transform: rotateY(-100deg);
}

.wgl-image-layers .img-layer_image-wrapper.zoom_in .img-layer_image {
transform: scale3d(0.2, 0.2, 0.2);
}

.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.fade_in .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_up .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_down .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_left .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_right .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_up .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_down .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_left .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_right .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_x .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_y .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.zoom_in .img-layer_image {
opacity: 1;
visibility: visible;
}

.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_up .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_down .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_up .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_down .img-layer_image {
transform: translateY(0);
}

.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_left .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_right .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_left .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_right .img-layer_image {
transform: translateX(0);
}

.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_x .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_y .img-layer_image {
transform: rotate(0);
}

.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.zoom_in .img-layer_image {
transform: scale3d(1, 1, 1);
}

/* ==================== ##Carousel Navigation ==================== */
.wgl-image-animate {
position: relative;
line-height: 0;
max-width: 100%;
}

.wgl-image-animate .img-layer_image-wrapper {
position: relative;
line-height: 0;
display: block;
width: inherit;
max-width: 100%;
height: inherit;
max-height: 100%;
}

.wgl-image-animate .img-layer_image-wrapper:not(:first-child) {
position: absolute;
left: 0;
top: 0;
}

.wgl-image-animate .img-layer_image-wrapper .img-layer_image {
transition: all 0.5s;
}

.wgl-image-animate .img-layer_image-wrapper.up_down .img-layer_image {
animation: upDown 2s infinite alternate;
}

.wgl-image-animate .img-layer_image-wrapper.left_right .img-layer_image {
animation: leftRight 2s infinite alternate;
}

.wgl-image-animate .img-layer_image-wrapper.scale1 .img-layer_image {
animation: scale1 2s infinite alternate;
}

.wgl-image-animate .img-layer_image-wrapper.scale2 .img-layer_image {
animation: scale2 2s infinite alternate;
}

.wgl-image-animate .img-layer_image-wrapper.scale3 .img-layer_image {
animation: scale2 2s infinite alternate;
}

@keyframes upDown {
0% {
  transform: translateY(-10px);
}

100% {
  transform: translateY(10px);
}

}

@keyframes leftRight {
0% {
  transform: translateX(-10px);
}

100% {
  transform: translateX(10px);
}

}

@keyframes scale1 {
0% {
  transform: scale(0.8);
}

100% {
  transform: scale(1.1);
}

}

@keyframes scale2 {
0% {
  transform: scale(0.8);
}

50% {
  transform: scale(1.1);
}

100% {
  transform: scale(0.8);
}

}

@keyframes scale3 {
0% {
  transform: scale(1);
}

50% {
  transform: scale(0.6);
}

100% {
  transform: scale(1);
}

}

/* Slick Arrows */
.wgl-video_popup {
position: relative;
z-index: 1;
}

.wgl-video_popup .videobox_content {
display: flex;
align-items: center;
}

.wgl-video_popup .videobox_background img {
position: relative;
z-index: 0;
width: 100%;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
}

.wgl-video_popup .title {
position: relative;
z-index: 2;
font-size: 16px;
line-height: 1.35;
font-weight: 700;
}

.wgl-video_popup .subtitle {
border-radius: inherit;
font-size: 16px;
line-height: 1.35;
font-weight: 700;
text-align: center;
}

.wgl-video_popup .videobox_link {
display: block;
position: relative;
z-index: 1;
width: 75px;
height: 75px;
flex-shrink: 0;
border-radius: 50%;
box-shadow: 6px 5px 16px 0px rgba(0, 0, 0, 0.15);
background-color: #fff;
transition: 0.5s;
cursor: pointer;
}

.wgl-video_popup .videobox_link:hover {
background-color: #1c1c1c;
}

.wgl-video_popup .videobox_icon {
display: block;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
transform: translate(-40%, -50%);
transition: 0.5s;
width: 33%;
}

.wgl-video_popup.with_image .videobox_link_wrapper {
position: absolute;
z-index: 1;
top: 50%;
margin-top: -37px;
}

.wgl-video_popup.button_align-left {
text-align: left;
}

.wgl-video_popup.button_align-left .videobox_content, .wgl-video_popup.button_align-left .videobox_link_wrapper {
justify-content: flex-start;
}

.wgl-video_popup.button_align-left.with_image .videobox_link_wrapper {
left: 0;
transform: translate(10%, -50%);
}

.wgl-video_popup.button_align-left.title_pos-right .videobox_content, .wgl-video_popup.button_align-left.title_pos-right .videobox_link_wrapper {
justify-content: flex-end;
}

.wgl-video_popup.button_align-left.title_pos-top .videobox_content, .wgl-video_popup.button_align-left.title_pos-bot .videobox_content {
align-items: flex-start;
}

.wgl-video_popup.button_align-center {
text-align: center;
}

.wgl-video_popup.button_align-center .videobox_content, .wgl-video_popup.button_align-center .videobox_link_wrapper {
justify-content: center;
}

.wgl-video_popup.button_align-center.with_image .videobox_link_wrapper {
left: 50%;
transform: translate(-50%, -50%);
}

.wgl-video_popup.button_align-center.title_pos-right .videobox_content, .wgl-video_popup.button_align-center.title_pos-right .videobox_link_wrapper {
justify-content: center;
}

.wgl-video_popup.button_align-right {
text-align: right;
}

.wgl-video_popup.button_align-right .videobox_content, .wgl-video_popup.button_align-right .videobox_link_wrapper {
justify-content: flex-end;
}

.wgl-video_popup.button_align-right.with_image .videobox_link_wrapper {
right: 0;
transform: translate(-10%, -50%);
}

.wgl-video_popup.button_align-right.title_pos-top .videobox_content, .wgl-video_popup.button_align-right.title_pos-top .videobox_link_wrapper, .wgl-video_popup.button_align-right.title_pos-bot .videobox_content, .wgl-video_popup.button_align-right.title_pos-bot .videobox_link_wrapper {
align-items: flex-end;
}

.wgl-video_popup.button_align-inline {
display: inline-block;
}

.wgl-video_popup.button_align-inline.with_image .videobox_link_wrapper {
left: 50%;
transform: translate(-50%, -50%);
}

.wgl-video_popup.title_pos-right .videobox_content, .wgl-video_popup.title_pos-right .videobox_link_wrapper {
flex-direction: row-reverse;
justify-content: flex-start;
}

.wgl-video_popup.title_pos-top .videobox_content, .wgl-video_popup.title_pos-top .videobox_link_wrapper {
flex-direction: column;
}

.wgl-video_popup.title_pos-bot .videobox_content, .wgl-video_popup.title_pos-bot .videobox_link_wrapper {
flex-direction: column-reverse;
}

.wgl-video_popup .videobox_animation {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
}

.wgl-video_popup.animation_circles .videobox_animation {
z-index: 1;
border-width: 0.5px;
border-style: solid;
opacity: 0;
animation: circles 3.9s linear 0.0s infinite;
animation-play-state: paused;
}

.wgl-video_popup.animation_circles .videobox_animation.circle_2 {
animation-delay: 1.3s;
}

.wgl-video_popup.animation_circles .videobox_animation.circle_3 {
animation-delay: 2.6s;
}

.wgl-video_popup.animation_circles .videobox_link:hover .videobox_animation, .wgl-video_popup.animation_circles.always-run-animation .videobox_animation {
animation-play-state: running;
}

.wgl-video_popup.animation_circles.always-run-animation .videobox_link:hover .videobox_animation {
animation-play-state: paused;
}

@keyframes circles {
0% {
  transform: scale(1);
  opacity: 0;
}

20% {
  transform: scale(1.44);
  opacity: 0.5;
}

100% {
  transform: scale(3.2);
  opacity: 0;
}

}

.wgl-video_popup.animation_ring_pulse .videobox_animation {
z-index: -1;
opacity: 0.1;
background: inherit;
animation: pulse_ring 2.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
animation-play-state: paused;
}

.wgl-video_popup.animation_ring_pulse .videobox_link:hover .videobox_animation, .wgl-video_popup.animation_ring_pulse.always-run-animation .videobox_animation {
animation-play-state: running;
}

.wgl-video_popup.animation_ring_pulse.always-run-animation .videobox_link:hover .videobox_animation {
animation-play-state: paused;
}

@keyframes pulse_ring {
0% {
  transform: scale(1);
}

50% {
  transform: scale(1.7);
}

100% {
  transform: scale(1);
}

}

.wgl-video_popup.animation_ring_rotate .videobox_animation {
z-index: -1;
transform: scale(1.58);
}

.wgl-video_popup.animation_ring_rotate .videobox_animation .ring_1 {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: rotate_ring 4s linear infinite;
animation-play-state: paused;
}

.wgl-video_popup.animation_ring_rotate .videobox_link:hover .videobox_animation .ring_1, .wgl-video_popup.animation_ring_rotate.always-run-animation .videobox_animation .ring_1 {
animation-play-state: running;
}

.wgl-video_popup.animation_ring_rotate.always-run-animation .videobox_link:hover .videobox_animation .ring_1 {
animation-play-state: paused;
}

@keyframes rotate_ring {
0% {
  transform: translate(-50%, -50%) rotate(0turn);
}

100% {
  transform: translate(-50%, -50%) rotate(1turn);
}

}

.wgl-video_popup.animation_ring_static .videobox_animation {
z-index: -1;
border: 1px solid;
border-radius: inherit;
top: -70%;
left: -70%;
width: 242%;
height: 242%;
transition: 0.5s;
}

.wgl-video_popup.animation_ring_static .videobox_link:hover .videobox_animation:not(:hover) {
transform: scale(0.3);
opacity: 0;
}

/* Slick Dots */
.elementor-widget-wgl-pricing-table .wgl-pricing_plan {
position: relative;
z-index: 1;
max-width: 400px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}

.elementor-widget-wgl-pricing-table .wgl-pricing_plan.hover-animation {
padding-top: 20px;
}

.elementor-widget-wgl-pricing-table .wgl-pricing_plan.hover-animation .pricing_plan_wrap {
transform: translateY(0);
}

.elementor-widget-wgl-pricing-table .wgl-pricing_plan.hover-animation:hover .pricing_plan_wrap {
transform: translateY(-20px);
}

.elementor-widget-wgl-pricing-table .wgl-pricing_plan .pricing_plan_wrap {
background-size: cover;
background-position: center;
background-color: #ffffff;
box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
transition: 0.5s;
}

.elementor-widget-wgl-pricing-table .wgl-pricing_plan .pricing_header {
position: relative;
z-index: 1;
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}

.elementor-widget-wgl-pricing-table .wgl-pricing_plan .pricing_title_wrapper {
display: inline-block;
position: relative;
}

.elementor-widget-wgl-pricing-table .wgl-pricing_plan .pricing_title {
font-size: 36px;
line-height: 1.4;
}

.elementor-widget-wgl-pricing-table .wgl-pricing_plan .pricing_title__shadow {
position: absolute;
z-index: -1;
bottom: 0.04em;
font-size: 2.4em;
line-height: 1;
opacity: 0.5;
white-space: nowrap;
}

@supports (-webkit-text-stroke-width:1px) {
.elementor-widget-wgl-pricing-table .wgl-pricing_plan .pricing_title__shadow {
  opacity: 1;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
}

}

.elementor-widget-wgl-pricing-table .wgl-pricing_plan .pricing_highlighter {
position: absolute;
z-index: 1;
top: 0;
right: 0;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}

.elementor-widget-wgl-pricing-table .wgl-pricing_plan .pricing_highlighter:before {
font-family: "Flaticon";
content: '';
font-weight: normal;
line-height: calc(2.14em - 2px);
height: 2.14em;
width: 2.14em;
color: #17faa7;
border: 2px solid CurrentColor;
border-radius: 2.14em;
display: inline-block;
text-align: center;
margin-right: .5em;
}

.elementor-widget-wgl-pricing-table .wgl-pricing_plan .pricing_price_wrap {
font-size: 60px;
letter-spacing: -.05em;
line-height: 0.01;
}

.elementor-widget-wgl-pricing-table .wgl-pricing_plan .pricing_currency {
display: inline-block;
margin-right: 7px;
font-size: 0.625em;
color: inherit;
vertical-align: super;
position: relative;
top: .04em;
}

.elementor-widget-wgl-pricing-table .wgl-pricing_plan .pricing_price {
display: inline-block;
position: relative;
z-index: 1;
font-family: inherit;
font-size: inherit;
line-height: 0.95;
font-weight: inherit;
color: inherit;
vertical-align: baseline;
text-decoration: inherit;
}

.elementor-widget-wgl-pricing-table .wgl-pricing_plan .pricing_price .price_decimal {
z-index: 1;
padding-left: 0.15em;
vertical-align: super;
position: relative;
top: .04em;
font-family: inherit;
font-size: 0.625em;
font-weight: inherit;
color: inherit;
text-decoration: inherit;
}

.elementor-widget-wgl-pricing-table .wgl-pricing_plan .pricing_period {
display: block;
font-size: 0.2917em;
line-height: 1.3;
font-weight: 400;
text-decoration: inherit;
margin-top: 3px;
}

.elementor-widget-wgl-pricing-table .wgl-pricing_plan .pricing_content {
padding-top: 29px;
padding-bottom: 13px;
font-size: 18px;
font-weight: 600;
}

.elementor-widget-wgl-pricing-table .wgl-pricing_plan .pricing_content p {
margin-bottom: 14px;
}

.elementor-widget-wgl-pricing-table .wgl-pricing_plan .pricing_content ul {
display: flex;
flex-direction: column;
padding-bottom: 19px;
word-break: break-word;
}

.elementor-widget-wgl-pricing-table .wgl-pricing_plan .pricing_content ul li {
line-height: 2.7em;
}

.elementor-widget-wgl-pricing-table .wgl-pricing_plan .pricing_content ul li[style*='color']:before {
color: inherit;
}

.elementor-widget-wgl-pricing-table .wgl-pricing_plan .pricing_content ul li i {
margin-right: 10px;
}

.elementor-widget-wgl-pricing-table .wgl-pricing_plan .pricing_desc {
font-size: 14px;
padding: 17px 0;
}

.elementor-widget-wgl-pricing-table .wgl-pricing_plan .pricing_footer {
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
font-size: 14px;
line-height: 1.4;
font-weight: 400;
text-transform: uppercase;
}

.elementor-widget-wgl-pricing-table.aleft .pricing_content ul {
align-items: flex-start;
}

.elementor-widget-wgl-pricing-table.acenter .pricing_content ul {
align-items: center;
margin-left: 0;
padding-left: 0;
}

.elementor-widget-wgl-pricing-table.aright .pricing_content ul {
align-items: flex-end;
}

/* ==================== ##Clients ==================== */
.wgl-progress_bar .progress_wrap {
display: block;
border-radius: unset;
transition: width 1.5s;
}

.wgl-progress_bar .progress_label_wrap {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
width: 100%;
line-height: 1;
white-space: nowrap;
transition: inherit;
}

.wgl-progress_bar .progress_bar_wrap {
display: block;
position: relative;
z-index: 0;
width: 100%;
border-radius: unset;
transition: inherit;
}

.wgl-progress_bar .progress_bar {
position: absolute;
z-index: 1;
top: 50%;
left: 0;
width: 0;
height: inherit;
border-radius: inherit;
transform: translateY(-50%);
transition: inherit;
}

.wgl-progress_bar .progress_label {
font-size: 14px;
}

.wgl-progress_bar .progress_value_wrap {
position: relative;
z-index: 0;
margin-left: 5px;
padding-top: 1px;
font-size: 14px;
line-height: inherit;
}

.wgl-progress_bar .progress_bar_wrap-wrap {
transition: inherit;
border-bottom: 1px solid #d8d8d8;
}

.wgl-progress_bar .progress_label_wrap .progress_label, .wgl-progress_bar .progress_label_wrap .progress_value_wrap {
line-height: inherit;
font-weight: 800;
}

.wgl-progress_bar .progress_value, .wgl-progress_bar .progress_units {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
text-transform: inherit;
color: inherit;
}

.wgl-progress_bar.dynamic-value .progress_label_wrap {
width: 0;
}

/* ==================== ##Image Layers ==================== */
.wgl-tabs_headings {
display: flex;
align-items: stretch;
flex-wrap: wrap;
flex-direction: row;
position: relative;
z-index: 1;
}

.wgl-tabs_header {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
text-align: center;
font-weight: 700;
line-height: 1.6;
cursor: pointer;
transition: 0.4s;
z-index: 1;
}

.wgl-tabs_header:after {
content: '';
font-size: 13px;
line-height: 0;
position: absolute;
left: 50%;
bottom: 0;
transition: 0.4s;
border-radius: 0 0 5px 0;
border: 1em solid transparent;
transform: translateY(1em) translateX(-50%) rotate(45deg);
}

.wgl-tabs_header:after {
z-index: -1;
box-shadow: inherit;
}

.wgl-tabs_content {
display: block;
}

.wgl-tabs_content > .elementor {
margin: 10px;
}

.wgl-tabs_icon {
line-height: 1;
color: inherit;
transition: 0.4s;
font-weight: 400;
}

.wgl-tabs_title {
font-size: 14px;
color: inherit;
line-height: inherit;
font-weight: 800;
}

.wgl-tabs.icon_position-left .wgl-tabs_header {
flex-direction: row-reverse;
}

.wgl-tabs.icon_position-right .wgl-tabs_header {
flex-direction: row;
}

.wgl-tabs.icon_position-top .wgl-tabs_header {
flex-direction: column-reverse;
}

.wgl-tabs.icon_position-bottom .wgl-tabs_header {
flex-direction: column;
}

.wgl-tabs.tabs_align-left .wgl-tabs_headings {
justify-content: flex-start;
}

.wgl-tabs.tabs_align-right .wgl-tabs_headings {
justify-content: flex-end;
}

.wgl-tabs.tabs_align-center .wgl-tabs_headings {
justify-content: center;
}

.wgl-tabs.tabs_align-justify .wgl-tabs_header_wrap {
flex: 1;
}

/* ==================== ##Image Layers ==================== */
.wgl-timeline-vertical {
position: relative;
z-index: 1;
padding: 10px 0 10px;
text-align: center;
}

.wgl-timeline-vertical .time_line-items_wrap {
padding-bottom: 40px;
}

.wgl-timeline-vertical.appear_anim .time_line-item .time_line-content {
transform: translateX(-20%);
opacity: 0;
}

.wgl-timeline-vertical.appear_anim .time_line-item:nth-child(odd) .time_line-content {
transform: translateX(20%);
}

.wgl-timeline-vertical .time_line-item {
position: relative;
transition: opacity 0.5s;
display: flex;
}

.wgl-timeline-vertical .time_line-item:last-child {
margin-bottom: 0;
}

.wgl-timeline-vertical .time_line-item:last-child .time_line-date_curve:last-child:after {
content: '';
position: absolute;
bottom: 0;
left: calc(50% - 11px);
height: 2px;
width: 20px;
}

.wgl-timeline-vertical .time_line-item:first-child .time_line-date_curve:first-child:after {
content: '';
position: absolute;
top: 0;
left: calc(50% - 11px);
height: 2px;
width: 20px;
}

.wgl-timeline-vertical .time_line-item:nth-child(odd) {
text-align: left;
}

.wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-content {
right: 0;
}

.wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-content:before {
content: '\f113';
font-family: flaticon;
display: block;
text-align: center;
font-size: 20px;
position: absolute;
top: 50%;
left: 0;
transform: translate(-250%, -50%) rotate(180deg);
transition: 0.4s;
}

.wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-cont {
padding: 58px 0 58px 80px;
}

.wgl-timeline-vertical .time_line-item:nth-child(even) {
flex-direction: row-reverse;
text-align: left;
}

.wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-content {
left: 0;
}

.wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-content:before {
content: '';
font-family: flaticon;
display: block;
text-align: center;
font-size: 20px;
position: absolute;
top: 50%;
right: 0;
transform: translate(250%, -50%) rotate(0deg);
transition: 0.4s;
}

.wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-cont {
padding: 58px 80px 58px 0;
}

.wgl-timeline-vertical .time_line-item.item_show .time_line-content, .wgl-timeline-vertical .time_line-item.item_show:nth-child(odd) .time_line-content {
opacity: 1;
transform: translateX(0);
}

.wgl-timeline-vertical .time_line-item:hover .time_line-date:before {
transform: scale(1);
}

.wgl-timeline-vertical .time_line-item:hover:nth-child(odd) .time_line-content:before {
transform: translate(-200%, -50%) rotate(180deg);
transition: 0.4s;
}

.wgl-timeline-vertical .time_line-item:hover:nth-child(odd) .time_line-content:after {
transform: translate(-200%, -50%) rotate(180deg);
transition: 0.4s;
}

.wgl-timeline-vertical .time_line-item:hover:nth-child(even) .time_line-content:before {
transform: translate(200%, -50%) rotate(0deg);
transition: 0.4s;
}

.wgl-timeline-vertical .time_line-item:hover:nth-child(even) .time_line-content:after {
transform: translate(-200%, -50%) rotate(0deg);
transition: 0.4s;
}

.wgl-timeline-vertical .time_line-item:hover .time_line-date_curve:first-child:before {
height: calc(100% - 25px);
top: 0;
}

.wgl-timeline-vertical .time_line-item:hover .time_line-date_curve:last-child:before {
height: calc(100% - 25px);
bottom: 0;
}

.wgl-timeline-vertical .time_line-item:focus .time_line-date_curve:first-child:before {
height: calc(100% - 25px);
transition: 0.4s;
}

.wgl-timeline-vertical .time_line-item:focus .time_line-date_curve:last-child:before {
height: calc(100% - 25px);
transition: 0.4s;
}

.wgl-timeline-vertical .time_line-media {
position: absolute;
z-index: 1;
flex: 1 0 auto;
background-size: cover;
border-radius: 50%;
box-shadow: 0px 0px 0px 3px currentColor;
margin: 3px;
transition: all 0.5s;
}

.wgl-timeline-vertical .time_line-title {
font-size: 24px;
line-height: 1.4;
transition: all 0.5s;
margin-bottom: 8px;
}

.wgl-timeline-vertical .time_line-text {
transition: all 0.5s;
}

.wgl-timeline-vertical .time_line-date_wrap {
display: flex;
flex-direction: column;
flex-basis: content;
}

.wgl-timeline-vertical .time_line-date_curve {
flex-grow: 1;
position: relative;
}

.wgl-timeline-vertical .time_line-date_curve:before {
content: '';
position: absolute;
border-right: 2px solid;
display: block;
width: 50%;
height: 100%;
transition: 0.5s;
}

.wgl-timeline-vertical .time_line-date_curve:first-child:before {
top: 0;
}

.wgl-timeline-vertical .time_line-date_curve:last-child:before {
bottom: 0;
}

.wgl-timeline-vertical .time_line-date {
position: relative;
font-size: 20px;
transition: all 0.5s;
background-color: #57b33e;
border-radius: 50%;
box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
}

.wgl-timeline-vertical .time_line-date span {
display: flex;
align-items: center;
justify-content: center;
float: none;
height: 100%;
}

.wgl-timeline-vertical .time_line-date:before {
content: '';
position: absolute;
top: -25px;
left: -25px;
border: 1px solid transparent;
border-radius: 50%;
transform: scale(0.6);
transition: 0.5s;
}

.wgl-timeline-vertical .time_line-content {
position: relative;
flex-grow: 1;
flex-basis: 50%;
z-index: 1;
padding: 25px;
font-size: 16px;
line-height: 30px;
transition: all 0.5s;
box-shadow: 6px 7px 20px rgba(0, 0, 0, 0.07);
}

.wgl-timeline-vertical .time_line-content p:last-child {
margin-bottom: 0;
}

.wgl-timeline-vertical .time_line-content > * {
color: inherit;
}

.wgl-timeline-vertical .time_line-cont {
flex-grow: 1;
flex-basis: 50%;
padding: 50px 0;
}

@media only screen and (max-width:992px) {
.wgl-timeline-vertical .time_line-item:nth-child(odd), .wgl-timeline-vertical .time_line-item:nth-child(even) {
  flex-direction: row;
  padding-right: 0;
  text-align: left;
}

.wgl-timeline-vertical .time_line-item:nth-child(odd):last-child, .wgl-timeline-vertical .time_line-item:nth-child(even):last-child {
  margin-bottom: 0;
}

.wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-cont:first-child, .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-cont:first-child {
  display: none;
}

.wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-content, .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-content {
  margin-left: 0;
  margin-top: 0;
  padding: 20px;
}

.wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-content, .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-content {
  right: 0;
}

.wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-content:after, .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-content:after {
  content: "\f108";
  font-family: flaticon;
  display: block;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-250%, -50%) rotate(270deg);
  transition: 0.4s;
}

.wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-content:before, .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-content:before {
  display: none;
}

.wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-cont, .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-cont {
  padding: 30px 0 30px 80px;
}

.wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-date, .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-date {
  line-height: 1;
  left: 0;
  right: inherit;
  transform: rotate(-90deg);
}

.wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-curve, .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-curve {
  top: 85%;
  height: 60%;
  width: 50%;
  right: initial;
}

.wgl-timeline-vertical .time_line-item:nth-child(odd):last-child .time_line-curve, .wgl-timeline-vertical .time_line-item:nth-child(even):last-child .time_line-curve {
  height: 120px;
  width: 2px;
}

.wgl-timeline-vertical .time_line-item:nth-child(odd):last-child .time_line-curve {
  left: 20%;
}

.wgl-timeline-vertical .time_line-item:nth-child(even):last-child .time_line-curve {
  right: 50%;
}

.wgl-timeline-vertical.appear_anim .time_line-content {
  transform: translateX(20%) !important;
}

.wgl-timeline-vertical.appear_anim .time_line-item.item_show .time_line-content {
  transform: translateX(0) !important;
}

}

@media only screen and (max-width:768px) {
.wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-media, .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-media {
  border-width: 3px;
}

.wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-cont, .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-cont {
  padding: 15px 0 15px 20px;
}

.wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-cont .time_line-content:after, .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-cont .time_line-content:after {
  display: none;
}

}

/* ==================== ##Video Popup ==================== */
.wgl-image_comparison.cocoen {
cursor: pointer;
line-height: 0;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 15px;
}

.wgl-image_comparison.cocoen img.comp-image {
max-width: none;
display: block;
width: 100%;
}

.wgl-image_comparison.cocoen > div {
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 50%;
}

.wgl-image_comparison.cocoen .cocoen-drag {
position: absolute;
z-index: 1;
top: 0;
bottom: 0;
left: 50%;
width: 3px;
margin-left: -1px;
background: #fff;
cursor: ew-resize;
}

.wgl-image_comparison.cocoen .cocoen-drag:before, .wgl-image_comparison.cocoen .cocoen-drag:after {
font-family: flaticon;
position: absolute;
top: 50%;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
color: #232323;
cursor: pointer;
font-size: 14px;
margin-top: -35px;
border-radius: 50%;
}

.wgl-image_comparison.cocoen .cocoen-drag:before {
z-index: 1;
content: "\f108";
left: 50%;
margin-left: -35px;
background: #ffffff;
text-align: left;
padding-left: 13px;
}

.wgl-image_comparison.cocoen .cocoen-drag:after {
z-index: 2;
content: '';
right: 50%;
margin-right: -35px;
text-align: right;
padding-right: 13px;
background: transparent !important;
}

/* ==================== ##Pricing Table ==================== */
.wgl-service-sat .wgl-services_wrap {
transition: 0.4s;
}

.wgl-service-sat .wgl-services_media-wrap {
position: relative;
z-index: 1;
width: 110px;
height: 110px;
line-height: 110px;
font-size: 45px;
display: inline-block;
border: 1px dashed CurrentColor;
box-sizing: content-box;
border-radius: 50%;
text-align: center;
transition: 0.4s;
}

.wgl-service-sat .wgl-services_title {
font-size: 24px;
line-height: 1.4;
transition: 0.4s;
}

.wgl-service-sat .wgl-services_circle-wrapper {
position: absolute;
z-index: -1;
width: 78px;
height: 78px;
left: 16px;
top: 16px;
}

.wgl-service-sat .wgl-services_circle-wrapper:nth-child(1) {
transform: rotate(0deg);
animation: service_hexagon_1 2s infinite linear;
animation-play-state: paused;
}

.wgl-service-sat .wgl-services_circle-wrapper:nth-child(2) {
transform: rotate(180deg);
animation: service_hexagon_2 2s infinite linear;
animation-play-state: paused;
}

.wgl-service-sat .wgl-services_circle {
width: 8px;
height: 8px;
border-radius: 50%;
background: red;
transform: translate3d(-50%, -50%, 0);
}

.wgl-service-sat .wgl-services_readmore {
display: inline-block;
}

.wgl-service-sat .wgl-services_item-link {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
left: 0;
top: 0;
}

.wgl-service-sat .elementor-icon {
display: block;
line-height: inherit;
font-size: inherit;
}

.wgl-service-sat .elementor-icon i {
display: inline;
}

.wgl-service-sat .wgl-widget_wrapper.elementor-image-box-img {
height: 100%;
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
}

.wgl-service-sat .wgl-image-box_img > span {
display: flex;
}

.wgl-service-sat:hover .wgl-services_circle-wrapper:nth-child(1), .wgl-service-sat:hover .wgl-services_circle-wrapper:nth-child(2) {
animation-play-state: running;
}

@keyframes service_hexagon_1 {
0% {
  transform: rotate(90deg);
}

100% {
  transform: rotate(450deg);
}

}

@keyframes service_hexagon_2 {
0% {
  transform: rotate(-90deg);
}

100% {
  transform: rotate(270deg);
}

}

/* ==================== ##Progress Bar ==================== */
.wgl-services-5 .wgl-service-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
transition: .4s;
}

.wgl-services-5 .wgl-service-wrapper .bg_text {
position: absolute;
top: 0;
left: 0;
font-size: 100px;
line-height: .9;
letter-spacing: -.05em;
z-index: 0;
pointer-events: none;
transition: .4s;
}

.wgl-services-5 .wgl-service-wrapper .title {
font-size: 30px;
position: relative;
z-index: 1;
transition: .4s;
}

.wgl-services-5 .wgl-service-wrapper .wgl-services-button {
width: 100px;
min-width: 100px;
position: relative;
}

.wgl-services-5 .wgl-service-wrapper .wgl-services-button .icon-animated {
display: block;
width: 50px;
height: 50px;
border: 1px solid currentColor;
border-radius: 3px;
transition: all 0.5s, color .4s;
}

.wgl-services-5 .wgl-service-wrapper .wgl-services-button a.wgl-services_item-link {
color: inherit;
transition: unset;
}

.wgl-services-5 .wgl-service-wrapper .wgl-services-button a.wgl-services_item-link:hover .icon-animated {
transform: translateX(100%);
}

.wgl-services-5 .wgl-service-wrapper .wgl-services-button .flaticon-long-next {
transition: unset;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}

.wgl-services-5 .wgl-service-wrapper > .wgl-services_item-link {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 2;
}

.wgl-services-5 .wgl-service-wrapper > .wgl-services_item-link:hover ~ .wgl-services-button .icon-animated {
transform: translateX(100%);
}

/* ==================== ## WGL Tabs ==================== */
.wgl-flipbox {
position: relative;
perspective: 1000px;
height: 310px;
width: 100%;
}

.wgl-flipbox .wgl-icon {
line-height: 1em;
}

.wgl-flipbox .wgl-icon .elementor-icon {
font-size: inherit;
color: inherit;
}

.wgl-flipbox_wrap {
display: block;
position: relative;
z-index: 1;
transition: 0.7s;
width: 100%;
height: 100%;
transform-style: preserve-3d;
}

.wgl-flipbox_title {
font-size: 42px;
line-height: 1.4;
}

.wgl-flipbox_content {
font-size: 18px;
}

.wgl-flipbox_content p:last-child {
margin-bottom: 0;
}

.wgl-flipbox_readmore.wgl-button.elementor-button {
box-shadow: none;
}

.wgl-flipbox_front, .wgl-flipbox_back {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: rotate(0);
transition: 0.7s;
box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
}

.wgl-flipbox_front {
z-index: 2;
}

.wgl-flipbox_back .wgl-flipbox_item-link .flaticon-long-next {
transition: all 0.5s, color 0.4s;
transition-delay: 0.4s, 0s;
width: 0;
margin-right: 13px;
}

.wgl-flipbox_back .wgl-flipbox_item-link .flaticon-long-next:before {
transform: rotate(0);
transform-origin: 100% 100%;
width: 0;
height: 0;
transition: all 0.4s, color 0s, width 0s, height 0s;
transition-delay: 0s, 0s, .4s, .4s;
}

.wgl-flipbox_back .wgl-flipbox_item-link .flaticon-long-next:after {
transform: rotate(0);
transform-origin: 100% 0;
width: 0;
height: 0;
transition: all 0.4s, color 0s, width 0s, height 0s;
transition-delay: 0s, 0s, .4s, .4s;
}

.wgl-flipbox_back .wgl-flipbox_item-link:hover .flaticon-long-next {
transition-delay: 0s;
width: 50px;
}

.wgl-flipbox_back .wgl-flipbox_item-link:hover .flaticon-long-next:before {
width: 10px;
height: 10px;
transform: rotate(45deg);
transition: all 0.4s, color 0s, width 0s, height 0s;
transition-delay: 0.4s, 0s, .1s, .1s;
}

.wgl-flipbox_back .wgl-flipbox_item-link:hover .flaticon-long-next:after {
width: 10px;
height: 10px;
transform: scaleY(1) rotate(-45deg);
transition: all 0.4s, color 0s, width 0s, height 0s;
transition-delay: 0.4s, 0s, .1s, .1s;
}

.wgl-flipbox_back .wgl-flipbox_item-link:not(:hover) .flaticon-long-next {
margin-right: 0 !important;
margin-left: 0 !important;
}

.wgl-flipbox.type_flip_right .wgl-flipbox_back {
transform: rotateY(-180deg);
}

.wgl-flipbox.type_flip_right:hover .wgl-flipbox_wrap {
transform: rotateY(180deg);
}

.wgl-flipbox.type_flip_left .wgl-flipbox_back {
transform: rotateY(180deg);
}

.wgl-flipbox.type_flip_left:hover .wgl-flipbox_wrap {
transform: rotateY(-180deg);
}

.wgl-flipbox.type_flip_top .wgl-flipbox_back {
transform: rotateX(-180deg);
}

.wgl-flipbox.type_flip_top:hover .wgl-flipbox_wrap {
transform: rotateX(180deg);
}

.wgl-flipbox.type_flip_bottom .wgl-flipbox_back {
transform: rotateX(180deg);
}

.wgl-flipbox.type_flip_bottom:hover .wgl-flipbox_wrap {
transform: rotateX(-180deg);
}

/* ==================== ##Time Line Vertical ==================== */
.wgl-counter .media-wrap {
display: inline-block;
}

.wgl-counter_value-wrap {
display: inline-flex;
font-size: 72px;
line-height: 1;
font-weight: 700;
justify-content: center;
letter-spacing: -.05em;
position: relative;
}

.wgl-counter__placeholder-wrap {
position: relative;
}

.wgl-counter__value {
position: absolute;
z-index: 1;
right: 0;
}

.wgl-counter__placeholder {
visibility: hidden;
}

.wgl-counter__prefix {
text-align: right;
}

.wgl-counter__suffix {
text-align: left;
position: absolute;
top: -.63em;
right: -.53em;
font-size: .42em;
}

.wgl-counter_title {
font-size: 14px;
line-height: 1.75;
font-weight: 800;
text-transform: uppercase;
}

.wgl-counter.aleft .wgl-counter_title {
text-align: left;
}

.wgl-counter.aleft.title-inline .content-wrap {
justify-content: flex-start;
}

.wgl-counter.aright.title-inline .content-wrap {
justify-content: flex-end;
}

.wgl-counter.title-inline .content-wrap {
display: flex;
align-items: center;
justify-content: center;
}

.elementor-widget-icon-box.elementor-position-left .wgl-counter_wrap, .elementor-widget-image-box.elementor-position-left .wgl-counter_wrap {
display: flex;
text-align: left;
flex-direction: row;
}

.elementor-widget-icon-box.elementor-position-left .wgl-counter_media-wrap, .elementor-widget-image-box.elementor-position-left .wgl-counter_media-wrap {
display: inline-flex;
flex: 0 0 auto;
}

.elementor-widget-icon-box.elementor-position-left .content-wrap, .elementor-widget-image-box.elementor-position-left .content-wrap {
flex-grow: 1;
}

.elementor-widget-icon-box.elementor-position-right .wgl-counter_wrap, .elementor-widget-image-box.elementor-position-right .wgl-counter_wrap {
display: flex;
text-align: right;
flex-direction: row-reverse;
}

.elementor-widget-icon-box.elementor-position-right .media-wrap, .elementor-widget-image-box.elementor-position-right .media-wrap {
display: inline-flex;
flex: 0 0 auto;
}

.elementor-widget-icon-box.elementor-position-right .content-wrap, .elementor-widget-image-box.elementor-position-right .content-wrap {
flex-grow: 1;
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img, .elementor-widget-image-box.elementor-position-top .elementor-icon-box-img {
margin: auto;
}

/* ==================== ##Image Comparison ==================== */
.wgl-working-hours .working-item {
display: flex;
align-items: baseline;
}

.wgl-working-hours .working-item_day {
order: 1;
margin-right: 13px;
}

.wgl-working-hours .working-item_hours {
order: 3;
margin-left: 13px;
}

.wgl-working-hours .working-item:after {
content: '';
width: 100%;
height: 1px;
flex: 1;
order: 2;
transform: translateY(1px);
}

.wgl-working-hours .working-item .working-item_day {
font-weight: 400;
}

.wgl-working-hours .working-item .working-item_hours {
font-weight: 600;
}

/* ==================== ##Satellite Service ==================== */
.wgl-demo-item {
text-align: center;
}

.wgl-demo-item .demo-item_image-wrap {
position: relative;
z-index: 1;
}

.wgl-demo-item .demo-item_image-link {
position: relative;
z-index: 1;
display: flex;
}

.wgl-demo-item .demo-item_image-link:before {
content: "\f108";
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
background: rgba(255, 255, 255, 0.9);
transition: 0.4s;
}

.wgl-demo-item .demo-item_image {
box-shadow: 7px 5px 30px rgba(0, 0, 0, 0.12);
}

.wgl-demo-item .demo-item_title-link {
display: inline-block;
}

.wgl-demo-item .demo-item_title {
font-size: 24px;
line-height: 1.3;
transition: 0.4s;
}

.wgl-demo-item .demo-item_label {
font-size: 36px;
position: absolute;
z-index: 2;
width: 100%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

.wgl-demo-item .wgl-button {
position: absolute;
z-index: 2;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
opacity: 0;
white-space: nowrap;
}

.wgl-demo-item:hover .demo-item_image-link:before {
opacity: 1;
}

.wgl-demo-item:hover .wgl-button {
opacity: 1;
}

.wgl-demo-item.coming-soon {
pointer-events: none;
}

.wgl-demo-item.coming-soon .demo-item_image-link:before {
opacity: 1;
}

/* ==================== ##Services 5 ==================== */
.elementor-element.item_col-2 .wgl-services_item {
width: 33.333333%;
}

.elementor-element.item_col-3 .wgl-services_item {
width: 25%;
}

.elementor-element.item_col-4 .wgl-services_item {
width: 20%;
}

.wgl-accordion-services {
display: flex;
flex-wrap: wrap;
flex-direction: row;
margin: 0 -10px;
}

.wgl-accordion-services .wgl-services_item {
position: relative;
z-index: 1;
transition: 0.5s;
display: flex;
}

.wgl-accordion-services .wgl-services_item.active .wgl-services_content-wrap {
opacity: 1;
visibility: visible;
transition: 0.5s;
transition-delay: 0.3s;
}

.wgl-accordion-services .wgl-services_item.active ~ .wgl-services_item {
transform: translateX(100%);
}

.wgl-accordion-services .wgl-services_item.active .wgl-services_media-wrap:before {
right: -80px !important;
opacity: 0;
}

.wgl-accordion-services .wgl-services_media-wrap {
position: absolute;
z-index: 1;
left: 10px;
top: 0;
width: calc(100% - 20px);
height: 100%;
}

.wgl-accordion-services .wgl-services_media-wrap:before {
content: "\f117";
font-family: flaticon;
display: block;
text-align: center;
width: 40px;
height: 40px;
line-height: 38px;
color: #ffffff;
border: 1px solid #c2bdb8;
border-radius: 50%;
position: absolute;
bottom: 40px;
right: 40px;
transition: 0.5s;
}

.wgl-accordion-services .wgl-services_content-wrap {
position: relative;
width: 100%;
z-index: 1;
left: -10px;
padding: 40px;
box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.1);
transition: 0.2s;
transform: translateX(100%);
opacity: 0;
visibility: hidden;
display: flex;
flex-direction: column;
justify-content: flex-end;
}

.wgl-accordion-services .wgl-services_icon-wrap {
position: absolute;
z-index: 1;
width: 96px;
height: 90px;
right: 0;
top: 0;
overflow: hidden;
text-align: right;
color: #ffffff;
}

.wgl-accordion-services .wgl-services_icon-wrap:before {
content: "\f115";
position: absolute;
z-index: -1;
width: 200%;
height: 200%;
top: 0;
left: 0;
border-radius: 50%;
background: #212121;
transform: translate(0%, -50%);
}

.wgl-accordion-services .wgl-services_title {
font-size: 30px;
line-height: 1.4;
}

.wgl-accordion-services .wgl-services_icon {
font-size: 30px;
transform: translate(-20px, 20px);
display: inline-block;
line-height: 1;
}

.wgl-accordion-services .wgl-services_text {
margin-top: 10px;
}

.wgl-accordion-services .wgl-services_link {
display: block;
text-align: center;
width: 40px;
height: 40px;
line-height: 38px;
color: #ffffff;
border: 1px solid #c2bdb8;
border-radius: 50%;
margin-top: 30px;
}

.wgl-accordion-services .wgl-services_link:before {
content: '';
font-family: flaticon;
}

@media only screen and (max-width:1300px) {
.elementor-element.item_col-2 .wgl-services_item, .elementor-element.item_col-3 .wgl-services_item, .elementor-element.item_col-4 .wgl-services_item {
  width: 50%;
}

.elementor-element .wgl-services_item {
  transform: translateX(0) !important;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.elementor-element .wgl-services_item .wgl-services_content-wrap {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  transition-delay: 0.3s;
  transform: translateX(0);
  width: calc(100% - 20px);
  left: 10px;
}

.elementor-element .wgl-services_item .wgl-services_media-wrap {
  min-height: inherit;
  height: auto;
  position: relative;
}

.elementor-element .wgl-services_item .wgl-services_media-wrap:before {
  opacity: 0;
}

}

@media only screen and (max-width:768px) {
.elementor-element.item_col-2 .wgl-services_item, .elementor-element.item_col-3 .wgl-services_item, .elementor-element.item_col-4 .wgl-services_item {
  width: 100%;
}

.elementor-element .wgl-services_item {
  transform: translateX(0) !important;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.elementor-element .wgl-services_item .wgl-services_content-wrap {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  transition-delay: 0.3s;
  transform: translateX(0);
}

.elementor-element .wgl-services_item .wgl-services_media-wrap {
  min-height: inherit;
  height: auto;
  position: relative;
}

.elementor-element .wgl-services_item .wgl-services_media-wrap:before {
  opacity: 0;
}

}

/* ==================== ##Info Box ==================== */
.wgl-social-icons i {
transition: 0.3s;
}

/* ==================== ##Counter ==================== */
@media (max-width:1500px) {
.wgl_module_team.team-col_6 .team-item, .wgl_module_team.team-col_5 .team-item, .wgl_module_team.team-col_4 .team-item {
  width: 33.33333333%;
}

.wgl_module_team.team-col_6 .team-item:nth-child(4n + 1), .wgl_module_team.team-col_5 .team-item:nth-child(4n + 1), .wgl_module_team.team-col_4 .team-item:nth-child(4n + 1) {
  clear: none;
}

.wgl_module_team.team-col_6 .team-item:nth-child(3n + 1), .wgl_module_team.team-col_5 .team-item:nth-child(3n + 1), .wgl_module_team.team-col_4 .team-item:nth-child(3n + 1) {
  clear: left;
}

.wgl-portfolio .wgl-portfolio_wrapper .wgl_col-1-5 {
  width: 25%;
}

}

@media (max-width:1370px) {
.wgl_portfolio_list-first {
  padding-left: 0;
  padding-top: 0;
}

}

@media (max-width:1300px) {
.wgl_module_team.team-col_5 .team-item:not(.slick-slide), .wgl_module_team.team-col_6 .team-item:not(.slick-slide) {
  width: 25%;
}

.wgl_module_team.team-col_5 .team-item:not(.slick-slide):nth-child(5n + 1), .wgl_module_team.team-col_6 .team-item:not(.slick-slide):nth-child(5n + 1) {
  clear: none;
}

.wgl_module_team.team-col_5 .team-item:not(.slick-slide):nth-child(4n + 1), .wgl_module_team.team-col_6 .team-item:not(.slick-slide):nth-child(4n + 1) {
  clear: left;
}

.wgl-portfolio .wgl-portfolio_wrapper .wgl_col-1-5 {
  width: 33.3333%;
}

}

@media only screen and (min-width:1280px) {
.text_desktop {
  font-size: inherit !important;
  line-height: inherit !important;
}

}

@media (max-width:1200px) {
body.elementor-page.single main .wgl-container, .wgl-container {
  width: 950px;
}

body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container, .wgl-container .elementor-section-boxed .elementor-container {
  width: 950px;
}

body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-default .elementor-row, .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-default .elementor-row {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}

body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-narrow .elementor-row, .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-narrow .elementor-row {
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
}

body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-extended .elementor-row, .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-extended .elementor-row {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-wide .elementor-row, .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-wide .elementor-row {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}

body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-wider .elementor-row, .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-wider .elementor-row {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
}

body.elementor-page.single main .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-default, .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-default {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}

body.elementor-page.single main .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-narrow, .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
}

body.elementor-page.single main .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-extended, .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

body.elementor-page.single main .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-wide, .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}

body.elementor-page.single main .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-wider, .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
}

body.elementor-page main .wgl-container.wgl-content-sidebar, body.elementor-editor-active main .wgl-container.wgl-content-sidebar, body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
  width: 950px;
}

body.elementor-page main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container, body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container, body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
  width: 100%;
  max-width: 950px;
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-default {
  max-width: calc(950px + 30px);
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-narrow {
  max-width: calc(950px + 10px);
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-extended {
  max-width: calc(950px + 30px);
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wide {
  max-width: calc(950px + 40px);
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wider {
  max-width: calc(950px + 60px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-default, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-default {
  width: calc(950px + 30px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-narrow, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
  width: calc(950px + 10px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-extended, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
  width: calc(950px + 30px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wide, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
  width: calc(950px + 40px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wider, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
  width: calc(950px + 60px);
}

body.new-elementor.single main .wgl-container .elementor-container .elementor-section-boxed .elementor-container.elementor-column-gap-default, body.new-elementor .elementor-section-boxed .elementor-container .elementor-section-boxed .elementor-container.elementor-column-gap-default {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

body.new-elementor.single main .wgl-container .elementor-container .elementor-section-boxed .elementor-container.elementor-column-gap-narrow, body.new-elementor .elementor-section-boxed .elementor-container .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
}

body.new-elementor.single main .wgl-container .elementor-container .elementor-section-boxed .elementor-container.elementor-column-gap-extended, body.new-elementor .elementor-section-boxed .elementor-container .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

body.new-elementor.single main .wgl-container .elementor-container .elementor-section-boxed .elementor-container.elementor-column-gap-wide, body.new-elementor .elementor-section-boxed .elementor-container .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}

body.new-elementor.single main .wgl-container .elementor-container .elementor-section-boxed .elementor-container.elementor-column-gap-wider, body.new-elementor .elementor-section-boxed .elementor-container .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
}

body.new-elementor main .wgl-container.wgl-content-sidebar, body.new-elementor.single main .wgl-container:not(.wgl-content-sidebar) {
  padding-right: 0;
  padding-left: 0;
}

.row:after {
  clear: both;
}

.page_404_wrapper .main_404-wrapper {
  margin-left: 0;
}

.wgl_module_team.team-col_6 .team-item, .wgl_module_team.team-col_5 .team-item, .wgl_module_team.team-col_4 .team-item, .wgl_module_team.team-col_3 .team-item {
  width: 50%;
}

.wgl_module_team.team-col_6 .team-item:nth-child(3n + 1), .wgl_module_team.team-col_5 .team-item:nth-child(3n + 1), .wgl_module_team.team-col_4 .team-item:nth-child(3n + 1), .wgl_module_team.team-col_3 .team-item:nth-child(3n + 1) {
  clear: none;
}

.wgl_module_team.team-col_6 .team-item:nth-child(2n + 1), .wgl_module_team.team-col_5 .team-item:nth-child(2n + 1), .wgl_module_team.team-col_4 .team-item:nth-child(2n + 1), .wgl_module_team.team-col_3 .team-item:nth-child(2n + 1) {
  clear: left;
}

.wgl_module_team .team-title {
  font-size: 25px;
}

.wgl_module_team .team-department {
  font-size: 12px;
}

.wgl_module_team .team-item_info-img {
  max-width: 20%;
  margin-left: 5px;
}

}

@media (min-width:1024px) {
.text_tablet {
  font-size: inherit !important;
  line-height: inherit !important;
}

}

@media only screen and (max-width:1024px) {
.row .wgl_col-6, .row .wgl_col-5, .row .wgl_col-4, .row .wgl_col-3, .row .wgl_col-1-5, .row .wgl_col-1-6 {
  width: 50%;
}

.row .sidebar-container.wgl_col-3, .row .sidebar-container.wgl_col-4, .row #main-content.wgl_col-8, .row #main-content.wgl_col-9 {
  width: 100%;
}

.row .row .wgl_col-md-12 {
  width: 100%;
}

.footer .row .wgl_col-3 {
  margin-bottom: 30px;
}

.wgl-portfolio-single_item .wgl-portfolio-info_wrap > .wgl_col-8, .wgl-portfolio-single_item .wgl-portfolio-info_wrap > .wgl_col-4 {
  width: 100%;
}

.page_404_wrapper {
  background-image: none !important;
}

.single-team .single_team_page .team-single_wrapper {
  background-size: 10%;
  background-position: 98% 96%;
  padding: 0 30px;
}

.single-team .single_team_page .team-image_wrap {
  margin: 30px 30px 30px 0px;
}

.single-team .single_team_page .team-title_wrapper {
  padding: 28px 10% 20px 16%;
  transform: translateX(-5%);
}

}

@media (min-width:992px) and (max-width:1200px) {
#comments .commentlist .comment .children .stand_comment {
  padding-left: 90px;
}

#comments .commentlist .comment .children .stand_comment .commentava {
  left: -70px;
  width: 50px;
  height: 50px;
}

}

@media (max-width:992px) {
body.elementor-page.single main .wgl-container, .wgl-container {
  width: 728px;
}

body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container, .wgl-container .elementor-section-boxed .elementor-container {
  width: 728px;
}

body.elementor-page main .wgl-container.wgl-content-sidebar, body.elementor-editor-active main .wgl-container.wgl-content-sidebar, body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
  width: 728px;
}

body.elementor-page main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container, body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container, body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 728px;
  width: 100%;
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-default {
  max-width: calc(728px + 30px);
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-narrow {
  max-width: calc(728px + 10px);
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-extended {
  max-width: calc(728px + 30px);
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wide {
  max-width: calc(728px + 40px);
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wider {
  max-width: calc(728px + 60px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-default, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-default {
  width: calc(728px + 30px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-narrow, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
  width: calc(728px + 10px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-extended, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
  width: calc(728px + 30px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wide, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
  width: calc(728px + 40px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wider, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
  width: calc(728px + 60px);
}

main .alignwide {
  width: auto;
  margin-left: 0;
  transform: translateX(0);
}

.page-header_content .page-header_title, .page-header_content .page-header_breadcrumb {
  display: block;
}

.page-header_align_left .page-header_breadcrumbs {
  text-align: left;
}

.header_search.search_alt
.header_search-field
.header_search-wrap
.header_search-heading_bg {
  font-size: 125px;
  line-height: 0.24;
  margin-left: -74px;
}

.single-team .single_team_page .team-single_wrapper {
  flex-direction: column;
  margin-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
}

.single-team .single_team_page .team-single_wrapper[style^='background-image: url(http'] {
      margin-bottom: 40px; }
    .single-team .single_team_page .team-single_wrapper .team-image {
      margin: auto;
      position: relative; }
  .single-team .single_team_page .team-image_wrap {
    margin-right: 0; }
  .single-team .single_team_page .team-title_wrapper {
    padding: 28px 30px 20px;
    transform: translateX(0);
margin-left: auto;
margin-right: auto;
width: 70%;
}

.single-team .single_team_page .team-info_wrapper {
width: 100%;
margin-left: unset;
padding-bottom: 30px;
}

.single-team .single_team_page .team-info_wrapper .team-title, .single-team .single_team_page .team-info_wrapper .team-info_item, .single-team .single_team_page .team-info_wrapper .team__icons {
text-align: center;
}

.single-team .single_team_page .wpb_content_element {
text-align: justify;
}

.page_404_wrapper {
padding: 0 30px;
}

.page_404_wrapper .main_404-wrapper {
margin-left: 0;
}

.page_404_wrapper .banner_404 {
font-size: 16em;
}

.wgl-portfolio_container .wgl-carousel .wgl-portfolio-list_item {
width: 750px;
}

.wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item_info {
justify-content: flex-start;
}

.wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item_info .wgl-portfolio-item-info_desc {
width: calc(50% - 70px);
}

.blog-posts .grid .wgl_col-6.item .bg-read-more {
font-size: 50px;
}

.blog-posts .wgl_col-4.item {
width: 50%;
}

.blog-posts .wgl_col-4.item:nth-child(3n+1) {
clear: none;
}

}

@media (min-width:799px) {
.text_mobile {
font-size: inherit !important;
line-height: inherit !important;
}

}

@media only screen and (max-width:768px) {
.page-header_content .page-header_title + .page-header_breadcrumb {
padding-top: 5px;
}

.page-header_content .breadcrumbs {
white-space: normal;
}

}

@media (min-width:768px) {
.row .wgl_col-12 {
width: 100%;
}

.row .wgl_col-11 {
width: 91.66666667%;
}

.row .wgl_col-10 {
width: 83.33333333%;
}

.row .wgl_col-9 {
width: 75%;
}

.row .wgl_col-8 {
width: 66.66666667%;
}

.row .wgl_col-7 {
width: 58.33333333%;
}

.row .wgl_col-6 {
width: 50%;
}

.row .wgl_col-5 {
width: 41.66666667%;
}

.row .wgl_col-4 {
width: 33.33333333%;
}

.row .wgl_col-3 {
width: 25%;
}

.row .wgl_col-1-5 {
width: 20%;
}

.row .wgl_col-1-6 {
width: 16.66%;
}

.row .wgl_col-2 {
width: 16.66666667%;
}

.row .wgl_col-1 {
width: 8.33333333%;
}

.row .wgl_portfolio_list-first > ul {
font-size: 0.9vw;
padding-bottom: 1vw;
}

.row .wgl_portfolio_list-first > ul li {
line-height: 1.88vw;
}

}

@media (max-width:1200px) {
.row .wgl_col-3, .row .wgl_col-1-5, .row .wgl_col-1-6 {
width: 33.3333%;
}

.blog_columns-4:not(.blog_masonry) .wgl_col-3:nth-child(4n+1) {
clear: none;
}

.blog_columns-4:not(.blog_masonry) .wgl_col-3:nth-child(3n+1) {
clear: left;
}

}

@media (max-width:1024px) {
.row .wgl_col-3, .row .wgl_col-4, .row .wgl_col-5, .row .wgl_col-1-5, .row .wgl_col-1-6 {
width: 50%;
}

.row .sidebar-container.wgl_col-3, .row .sidebar-container.wgl_col-4, .row #main-content.wgl_col-8, .row #main-content.wgl_col-9 {
width: 100%;
}

.row .row .wgl_col-md-12 {
width: 100%;
}

.blog_columns-4:not(.blog_masonry) .wgl_col-3:nth-child(3n+1) {
clear: none;
}

.blog_columns-4:not(.blog_masonry) .wgl_col-3:nth-child(2n+1) {
clear: left;
}

}

@media (max-width:768px) {
.wgl-portfolio .wgl-portfolio_wrapper .wgl_col-1-5 {
width: 50%;
}

}

@media (max-width:767px) {
.row .wgl_col-6, .row .wgl_col-5, .row .wgl_col-4, .row .wgl_col-3, .row .wgl_col-1-5, .row .wgl_col-1-6 {
width: 100%;
}

.copyright {
text-align: center;
}

.zikzag-post-navigation .separator_post-nav {
display: none;
}

body.elementor-page.single main .wgl-container, .wgl-container {
width: 560px;
}

body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container, .wgl-container .elementor-section-boxed .elementor-container {
width: 560px;
}

body.elementor-page main .wgl-container.wgl-content-sidebar, body.elementor-editor-active main .wgl-container.wgl-content-sidebar, body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
width: 560px;
}

body.elementor-page main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container, body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container, body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 560px;
width: 100%;
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-default {
max-width: calc(560px + 30px);
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-narrow {
max-width: calc(560px + 10px);
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-extended {
max-width: calc(560px + 30px);
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wide {
max-width: calc(560px + 40px);
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wider {
max-width: calc(560px + 60px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-default, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-default {
width: calc(560px + 30px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-narrow, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
width: calc(560px + 10px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-extended, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
width: calc(560px + 30px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wide, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
width: calc(560px + 40px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wider, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
width: calc(560px + 60px);
}

.footer_top-area .row [class*='wgl_col-'] + [class*='wgl_col-'] {
margin-top: 35px;
}

.sidebar-container {
padding-top: 35px;
}

#comments .commentlist .comment .stand_comment {
padding-left: 60px;
}

#comments .commentlist .comment .children .comment {
margin-left: 10px;
}

#comments .commentlist .comment .commentava, #comments .commentlist .comment .children .stand_comment .commentava {
left: -60px;
height: 40px;
width: 40px;
}

.mobile_text_center, .mobile-acenter {
text-align: center;
}

.blog-style-standard .blog-post {
padding: 20px;
}

.blog-style-standard .wgl_col-12 .blog-post_title > a {
font-size: 26px;
line-height: 1.2;
}

.blog-style-standard .blog-post.format-no_featured:not(.format-video), .blog-style-standard .blog-post.format-quote, .blog-style-standard .blog-post.format-audio, .blog-style-standard .blog-post.format-link {
padding-top: 40px;
}

.resp_align_center {
text-align: center !important;
}

.coming-soon.row .wgl_col-9 {
width: 75%;
}

.coming-soon.row .wgl_col-3 {
width: 25%;
}

.wgl_module_subtitle-wrapper .filter-after_subtite {
text-align: left;
}

ul.wgl-products li .woo_product_image .group_button-woo, .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo {
visibility: visible;
opacity: 1;
}

ul.wgl-products li .woo_product_image .group_button-woo > *, .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo > * {
transform: translateY(0);
opacity: 1;
visibility: visible;
}

.wgl-tabs.tabs_align-justify .wgl-tabs_header_wrap {
min-width: 100%;
}

.single_info-share_social-wpapper .share_social-wpapper {
display: block !important;
}

.author-info_content {
padding: 20px;
}

.wgl-portfolio_container .wgl-carousel .wgl-portfolio-list_item {
width: 600px;
}

.blog-posts .grid .wgl_col-4.item {
width: 100%;
}

.wgl_module_team.team-col_6 .team-item, .wgl_module_team.team-col_5 .team-item, .wgl_module_team.team-col_4 .team-item, .wgl_module_team.team-col_3 .team-item, .wgl_module_team.team-col_2 .team-item {
width: 100%;
}

.wgl_module_team.team-col_6 .team-item:nth-child(2n + 1), .wgl_module_team.team-col_5 .team-item:nth-child(2n + 1), .wgl_module_team.team-col_4 .team-item:nth-child(2n + 1), .wgl_module_team.team-col_3 .team-item:nth-child(2n + 1), .wgl_module_team.team-col_2 .team-item:nth-child(2n + 1) {
clear: none;
}

.wgl-carousel .slick-arrow {
width: 20px;
}

.wgl-testimonials .wgl-carousel .slick-prev {
left: 20px;
}

.wgl-testimonials .wgl-carousel .slick-next {
right: 20px;
}

.wgl-video_popup.with_image .videobox_link_wrapper {
margin-top: -30px;
}

.wgl-video_popup.with_image .videobox_link {
width: 60px;
height: 60px;
}

.blog-style-standard .wgl_col-12 .format-audio.blog-post .blog-post_media .blog-post_media_part {
padding-bottom: 40%;
}

.single_post_info {
flex-direction: column;
text-align: center;
}

.single_post_info .tagcloud-wrapper {
margin-top: 25px;
}

.single_post_info .wgl-likes {
margin-left: 10px;
margin-top: 10px;
}

}

@media only screen and (max-width:600px) {
body.elementor-page.single main .wgl-container, .wgl-container {
width: 420px;
}

body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container, .wgl-container .elementor-section-boxed .elementor-container {
width: 420px;
}

body.elementor-page main .wgl-container.wgl-content-sidebar, body.elementor-editor-active main .wgl-container.wgl-content-sidebar, body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
width: 420px;
}

body.elementor-page main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container, body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container, body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 420px;
width: 100%;
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-default {
max-width: calc(420px + 30px);
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-narrow {
max-width: calc(420px + 10px);
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-extended {
max-width: calc(420px + 30px);
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wide {
max-width: calc(420px + 40px);
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wider {
max-width: calc(420px + 60px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-default, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-default {
width: calc(420px + 30px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-narrow, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
width: calc(420px + 10px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-extended, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
width: calc(420px + 30px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wide, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
width: calc(420px + 40px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wider, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
width: calc(420px + 60px);
}

div[id*=wpadminb] {
top: -46px !important;
}

.banner_404 {
font-size: 160px;
}

#comments .commentlist .comment .stand_comment, #comments .commentlist .comment .children .stand_comment {
padding-right: 20px;
}

#comments .commentlist .comment_info {
padding-right: 10px;
}

.page_404_wrapper .banner_404 {
font-size: 14em;
}

.wgl-testimonials.type-inline_top .wgl-testimonials_image {
position: relative;
margin-left: 0;
margin-top: 0;
}

.wgl-testimonials.type-inline_top .wgl-carousel_wrapper .wgl-testimonials-item_wrap {
padding-left: 15px;
}

.wgl-testimonials.add_quote_icon .wgl-testimonials_item:after {
display: none;
}

.wgl-portfolio_container .wgl-carousel .wgl-portfolio-list_item {
width: 550px;
}

.author-info_wrapper {
flex-direction: column;
}

.author-info_avatar {
padding: 20px;
padding-bottom: 0;
}

.author-info_avatar img {
border-radius: 10px;
}

}

@media only screen and (max-width:480px) {
body.elementor-page.single main .wgl-container, .wgl-container {
width: 90%;
}

body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container, .wgl-container .elementor-section-boxed .elementor-container {
width: 90%;
margin-left: auto;
margin-right: auto;
}

body.elementor-page.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 100%;
width: 100%;
}

body.elementor-page.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container, body.elementor-editor-active.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container, body.elementor-editor-preview.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container {
width: 100%;
}

body.elementor-page main .wgl-container.wgl-content-sidebar, body.elementor-editor-active main .wgl-container.wgl-content-sidebar, body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
width: 90%;
}

body.elementor-page main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container, body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container, body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
width: 100%;
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-default {
max-width: calc(90% + 30px);
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-narrow {
max-width: calc(90% + 10px);
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-extended {
max-width: calc(90% + 30px);
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wide {
max-width: calc(90% + 40px);
}

body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wider {
max-width: calc(90% + 60px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-default, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-default {
width: calc(90% + 30px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-narrow, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
width: calc(90% + 10px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-extended, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
width: calc(90% + 30px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wide, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
width: calc(90% + 40px);
}

body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wider, body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
width: calc(90% + 60px);
}

.wgl_module_team .team-item_info {
padding: 28px 20px 15px;
}

.wgl_module_team .team-item_content:hover .team-item_excerpt {
padding-bottom: 10px;
padding-top: 10px;
margin-top: 10px;
}

#comments .commentlist .comment_author_says {
margin-bottom: 5px;
}

#comments .commentlist .comment .children .comment {
margin-left: 15px;
}

#comments .comment-reply-link {
position: relative;
margin-left: 28px;
}

#comments #respond {
padding-left: 20px;
padding-right: 20px;
}

.page_404_wrapper .banner_404 {
line-height: 100px;
font-size: 10.92em;
margin-top: 40px;
}

.page_404_wrapper .banner_404_title {
font-size: 35px;
line-height: 1.5;
}

.header_search.search_alt
.header_search-field
.header_search-wrap
.header_search-heading_bg {
font-size: 95px;
line-height: 0.3;
margin-left: -26px;
}

.coming-soon.row .wgl_col-9 {
width: 60%;
}

.coming-soon.row .wgl_col-3 {
width: 40%;
}

.single-team .single_team_page .team-title {
font-size: 30px;
}

.single-team .single_team_page .team-title_wrapper {
width: 100%;
padding: 18px 30px 10px;
}

.blog-style-standard .blog-post.format-no_featured .share_post-container {
top: 10px;
right: 10px;
}

.blog-style-standard .blog-post.format-no_featured.format-quote .share_post-container, .blog-style-standard .blog-post.format-no_featured.format-link .share_post-container {
z-index: 4;
top: -80px;
}

.blog-style-standard .blog-post .blog-post_wrapper .blog-post_media .bg-read-more {
font-size: 32px;
}

.blog-post.format-gallery .blog-post_media .wgl-carousel .slick-arrow {
width: 25px;
}

.blog-post.format-gallery .blog-post_media .wgl-carousel .slick-prev {
left: 15px;
}

.blog-post.format-gallery .blog-post_media .wgl-carousel .slick-next {
left: 55px;
}

.wgl-portfolio .wgl-portfolio_wrapper .wgl_col-1-5 {
width: 100%;
}

}

@media (max-width:380px) {
.page_404_wrapper .banner_404 {
font-size: 8.92em;
}

.single-team .single_team_page .team-single_wrapper {
padding-left: 15px;
padding-right: 15px;
}

.single-team .single_team_page .team-image_wrap {
margin: 15px 0px;
}

.single-team .single_team_page .team-title {
font-size: 24px;
}

.single-team .single_team_page .team-info_item {
font-size: 16px;
margin-bottom: 5px;
}

.single-team .single_team_page .team-info_item.team-department {
font-size: 12px;
}

.single_info-share_social-wpapper .share_social-title {
display: none;
}

}

.wgl-image-box_img img {
max-width: 50px !important;
}

.customNavigation a {
position: absolute;
top: 50%;
margin-top: -20px;
width: 40px;
height: 40px;
line-height: 40px;
background: rgba(0, 0, 0, 0.31);
text-align: center;
cursor: pointer;
color: #fff;
font-size: 13px;
opacity: 1;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
transition: all 200ms linear;
z-index: 20
}

.customNavigation  a.next-slide {
right: 50px;
}

.customNavigation a.prev-slide {
left: 50px;
}

.customNavigation.ssn a.next-slide {
right: 10px;
}

.customNavigation.ssn a.prev-slide {
left: 10px;
}

.customNavigation  a:hover {
opacity: 1;
}

.customNavigation a i {
-webkit-transition: all 500ms linear;
-moz-transition: all 500ms linear;
-o-transition: all 500ms linear;
-ms-transition: all 500ms linear;
transition: all 500ms linear;
}

.customNavigation a:hover i {
-webkit-transform: rotateX(360deg);
-moz-transform: rotateX(360deg);
-o-transform: rotateX(360deg);
-ms-transform: rotateX(360deg);
transform: rotateX(360deg);
}

.slider-zoom {
position: absolute;
top: 50px;
right: 50px;
z-index: 10;
width: 35px;
height: 35px;
color: #fff;
background: rgba(0, 0, 0, 0.11);
cursor: pointer;
line-height: 40px;
font-size: 14px;
text-align: center;
}

.slider-zoom i, .slider-zoom:before, .slider-zoom:after, .slider-zoom, .herolink {
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
transition: all 200ms linear;
}

.slider-zoom:before, .slider-zoom:after {
content: '';
position: absolute;
width: 10px;
height: 10px;
z-index: -1;
}

.slider-zoom:before {
top: 0;
left: 0;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
}

.slider-zoom:after {
bottom: 0;
right: 0;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}

.slider-zoom:hover:before {
top: -5px;
left: -5px;
}

.slider-zoom:hover:after {
bottom: -5px;
right: -5px;
}

.slider-zoom:hover i {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.type-suite h2 {
font-size: 24px;
font-weight: 300;
line-height: initial;
}

.periodo_content {
border-left: 1px solid #da251c;
padding-left: 15px;
}

.periodo_content h2, .pernoite_content h2 {
color: #fff;
font-size: 36px;
text-align: center;
margin: 0 0px 15px -15px;
display: inline-block;
padding: 5px 15px;
}

.periodo_content h2 {
background: #da251c;
}

.pernoite_content {
border-left: 1px solid #292929;
padding-left: 15px;
}

.pernoite_content h2 {
background: #292929;
}

.periodo_content > div {
display: flex;
justify-content: space-between;
padding: 5px 0;
border-bottom: 1px dashed #da251c;
margin-right: 10%;
}

.pernoite_content > div {
display: flex;
justify-content: space-between;
padding: 5px 0;
border-bottom: 1px dashed #292929;
margin-right: 10%;
}

.periodo_content > div > div:last-child, .pernoite_content > div > div:last-child {
font-weight: 600;
}

.btn-light {
color: #fff;
border: 1px solid #fff;
}

.ul-promocao {
line-height: 2rem;
}

.d-flex {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}

.flex-fill {
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}

.mr-2, .mx-2 {
margin-right: 0.5rem !important;
}

.wpcf7-form-control.wpcf7-submit {
float: left;
border: 2px solid #000;
background: none;
padding: 15px 30px 15px 30px;
line-height: 17px;
cursor: pointer;
font-weight: 800;
font-size: 12px;
color: #000;
font-family: 'Muli', sans-serif;
-webkit-appearance: none;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
transition: all 200ms linear;
-webkit-appearance: none;
margin-top: 20px;
}

.custom-title {
background-color: #da251c;
color: #fff;
font-size: 36px;
text-align: center;
margin: 0 0px 15px -15px;
display: inline-block;
padding: 5px 15px;
}

.zap {
position: fixed;
width: 60px;
height: 60px;
bottom: 40px;
right: 40px;
background-color: #25d366;
color: #FFF;
border-radius: 50px;
text-align: center;
font-size: 30px;
box-shadow: 1px 1px 2px #888;
z-index: 1000;
}

.zap:hover {
color: #FFF;
}

.stm_gdpr_popup-privacy {
display: none;
}

.stm_gdpr_popup-main .stm_gdpr_popup-links a.stm_gdpr_popup-accept {
float: left;
background-color: #da251c;
border: 1px solid #da251c;
margin-left: -5px;
}

.stm_gdpr_popup-main .stm_gdpr_popup-links a:hover {
border-color: #fff;
background-color: #fff;
color: #da251c;
}


@media (min-width: 200px) {
  .uc_post_grid_style_one .uc_post_grid_style_one_wrap {
    grid-template-columns: repeat(1, 1fr);
    display:grid;
  }
}


@media (min-width: 768px) {
  .uc_post_grid_style_one .uc_post_grid_style_one_wrap {
      grid-template-columns: repeat(1, 1fr);
      display:grid;
  }
}


@media (min-width: 992px) {
  .uc_post_grid_style_one .uc_post_grid_style_one_wrap {
    grid-template-columns: repeat(2, 1fr);
    display:grid;
  }
}


@media (min-width: 1200px) {
  .uc_post_grid_style_one .uc_post_grid_style_one_wrap {
    grid-template-columns: repeat(2, 1fr);
    display:grid;
  }
}



.a-partir-list {
  position: absolute;
  top: 45%;
  padding: 25px 45px;
  z-index: 3;
  background-color: #bf0a10;
  color: #FFF;
  right: 0;
}
.parallax-deck-item {
    text-align: right;
}
.parallax-deck {
  position: absolute;
  padding: 15px 30px;
  z-index: 3;
  background-color: #bf0a10;
  color: #FFF;
  right: 0;
  bottom: 0;
}
.parallax-deck-item .a-partir {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.parallax-deck-item h3 {
  font-size: 26px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  color: #fff;
  font-weight: 300;
}
.parallax-deck-item h3:before {
  content: '';
  position: absolute;
  top: 10px;
  right: 35px;
  width: 50px;
  height: 1px;
  background: #fff;
}
.parallax-deck-item .btn-light {
  color: #fff;
  border: 1px solid #fff;
  padding: 4px 12px;
  margin-top: 4px;
  display: inline-block;
  font-size: 12px;
}

.btn-whats {
  background-color: #29CC46;
  border-radius: 20px;
  box-shadow: 0 0 6px rgb(0 0 0 / 16%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 1%;
  position: fixed;
  left: 3.6%;
  bottom: 3.5%;
  z-index: 9999;
  text-align: center;
  text-decoration: none;
}

.btn-whats i {
  font-size: 1.5rem;
  color: #FFFFFF;
}

.btn-whats p {
  margin: 10px;
  font-size: 14px;
  color: #fff;
}

.btn-whats span {
  font-weight: 700;
}

.btn-waze {
  background-color: #3cf;
  border-radius: 20px;
  box-shadow: 0 0 6px rgb(0 0 0 / 16%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 1%;
  position: fixed;
  left: 3.6%;
  bottom: 8.5%;
  z-index: 9999;
  text-align: center;
  text-decoration: none;
}

.btn-waze i {
  font-size: 1.5rem;
  color: #FFFFFF;
}

.btn-waze p {
  margin: 10px;
  font-size: 14px;
  color: #fff;
}

.btn-waze span {
  font-weight: 700;
}

@media(max-width:768px) {
  .btn-whats {
    background-color: #29CC46;
    border-radius: 50%;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    position: fixed;
    left: initial;
    right: 10.6%;
    bottom: 1.5%;
    z-index: 9999;
    text-align: center;
    text-decoration: none;
  }

  .btn-whats i {
    font-size: 2rem;
  }

  .btn-whats p, .btn-whats span {
    display: none;
  }

  .btn-waze {
    background-color: #3cf;
    border-radius: 50%;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 8px;
    position: fixed;
    left: initial;
    right: 10.6%;
    bottom: 7.5%;
    z-index: 9999;
    text-align: center;
    text-decoration: none;
  }

  .btn-waze i {
    font-size: 2rem;
  }

  .btn-waze p, .btn-waze span {
    display: none;
  }
}

.uc_post_grid_style_one {
    direction: initial !important;
    text-align: center;
}
.w-100 {
    width: 100% !important;
}
.single-slider .item {
    position: relative;
}
.grid-item-holder {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    padding: 2px;
}
.blog-media {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 0;
}
.single-slider-holder {
    margin-bottom: 20px;
}
.fullwidth-slider-holder, .single-slider-holder {
    float: left;
    width: 100%;
    position: relative;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
