/*============================================================ 
                        CSS OVERVIEWS
                1. GENERAL
                2. LAYOUT
                3. HEADER
                    3.1. Topbar
                    3.2. Header
                    3.3. Header Sticky
                    3.4. Off-Canvas
                          3.4.1. Off-Canvas Left/For Sliding Widget
                          3.4.2. Off-Canvas Right/For Mobile Menu
                    3.5. Extras Menu    
                4. CONTENT
                	4.1. Content Header/Title Bar
                    4.2. Content Body/Gutenberg
                5. WIDGET
                    5.1. Archives/Categories
                    5.2. Calendar
                    5.3. Recent Comments
                    5.4. Recent Posts
                    5.5. RSS
                    5.6. Search
                    5.7. Tag
                    5.8. Menu
                    5.8. Other
                6. FOOTER
                    6.1. Content Bottom
                    6.2. Footer Widget
                    6.3. Copyright
                7. OTHER
                	7.1. Comments
                	7.2. Page Navigation
                	7.3. Page Search/404
                    7.4. Page Author
                    7.5. Social
                    7.6. Gallery
                8. BLOG
                    8.1. Blog Grid
                    8.2. Blog List
                    8.3. Blog Single
                    8.4. Blog Related
                9. WOOCOMMERCE
                    9.1. Widget
                    9.2. Off-Canvas/Filter
                    9.3. Shop Page
                    9.4. Product Single
                    9.5. Cart
                    9.6. Checkout
                    9.7. Other
               10. ELEMENTS
               11. RTL
               12. PROJECT
============================================================*/
/* ============================================================ 
    1. GENERAL
=============================================================*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  outline: 0;
}
*:focus,
*:after:focus,
*:before:focus {
  outline: 0;
}
*:after,
*:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
::selection {
  color: #ffffff;
}
::-moz-selection {
  color: #ffffff;
}
.transition,
a,
a.link:after,
input[type="submit"],
input[type="button"],
button,
.button:not([class*="product_type_"]),
body.is-loaded:after,
body.is-loaded:before,
table#wp-calendar tbody tr td a:before,
.widget_nav_menu.menu-style1 ul.menu > li > a:before,
.search-results .main-content .search-results .post a:before,
.search-no-results .main-content .search-results .post a:before,
.error404 .main-content .search-results .post a:before,
.gallery-caption,
.post-image img,
.blog-grid .hentry,
.blog-grid .blog-readmore,
.projects-style1 .project-thumbnail img,
.widget_product_categories .product-categories li a:before,
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a:before,
.woocommerce-categories li img,
.site .elementor-widget-icon-list svg path,
.site .elementor-widget-icon-list.elementor-align-right .elementor-icon-list-items li:after,
.site .wp-block-themepunch-revslider .tparrows.marlab,
.site .wp-block-themepunch-revslider .tp-tabs.marlab .tp-tabs-inner-wrapper .tp-tab,
.site .wp-block-themepunch-revslider .tp-tabs.marlab .tp-tabs-inner-wrapper .tp-tab:after,
.site .elementor-custom-embed-image-overlay .elementor-custom-embed-play i:after,
.site .elementor-toggle .elementor-toggle-item .elementor-tab-title:before,
.site .jw-posts .post-thumbnail a img,
.site .jw-team-member .jw-team-member__socials .inner:after,
.wpcf7-form .form-row .wpcf7-form-control-wrap,
.site-header-sticky .site-header-inner:before,
[class*="header-style"] .search-box .widget_search,
[class*="header-style"] .shopping-cart .sub-menu,
.off-canvas-left .off-canvas-wrap,
.sliding-menu .off-canvas-toggle:before,
.menu-sliding li .menu-item-toggle:after,
.menu-sliding li .sub-menu,
.menu-sliding li .children {
  transition: all 0.2s ease-in-out 0s;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption-text,
figcaption {
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  opacity: 0.7;
}
.alignleft {
  float: left;
  margin: 0 30px 30px 0;
  clear: left;
}
.alignright {
  float: right;
  margin: 0 0 30px 30px;
  clear: right;
}
.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
.bypostauthor {
  opacity: 1;
}
.sub-menu li a:empty:after {
  display: none;
}
.wrap {
  margin: 0 auto;
  position: relative;
}
.wrap:after {
  clear: both;
  content: "";
  display: table;
}
html {
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
a.link {
  position: relative;
}
a.link:after {
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  border-bottom: 1px solid;
  opacity: 0.5;
}
a.link:hover:after {
  right: 0;
  left: auto;
  width: 0;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: 700;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1.no-margin-top,
h2.no-margin-top,
h3.no-margin-top,
h4.no-margin-top,
h5.no-margin-top,
h6.no-margin-top {
  margin-top: 0;
}
h6 {
  font-size: 14px;
  text-transform: uppercase;
}
h5 {
  font-size: 16px;
}
h4 {
  font-size: 18px;
}
h3 {
  font-size: 20px;
}
h2 {
  font-size: 24px;
}
img {
  border: medium none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
b,
strong {
  font-weight: 700;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(103, 108, 122, 0.7);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(103, 108, 122, 0.7);
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(103, 108, 122, 0.7);
}
:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(103, 108, 122, 0.7);
}
textarea,
input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 19px;
  padding: 12px 20px;
  font-family: inherit;
  font-weight: inherit;
  border: 1px solid;
}
textarea:disabled,
input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):disabled {
  cursor: no-drop;
}
textarea:focus,
input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus {
  box-shadow: 0 2px 4px rgba(17, 26, 69, 0.15);
}
input[type="submit"],
input[type="button"],
button,
.button:not([class*="product_type_"]) {
  font-family: inherit;
  background-image: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 21px;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 50px;
  text-align: center;
  border: none;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(17, 26, 69, 0.15);
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.button:not([class*="product_type_"]):hover {
  box-shadow: 0 2px 25px rgba(17, 26, 69, 0.15);
}
input[type="submit"]:disabled,
input[type="button"]:disabled,
button:disabled,
.button:not([class*="product_type_"]):disabled {
  background-color: #eee;
  box-shadow: none;
}
input[type="checkbox"] {
  height: auto;
  line-height: inherit;
}
textarea {
  line-height: inherit;
  padding-top: 15px;
  padding-bottom: 15px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: red;
}
body select {
  outline: 0;
  max-width: 100%;
  position: relative;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  font-size: 15px;
  line-height: 19px;
  padding: 12px 20px;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: -0.01em;
  appearance: none;
  box-sizing: border-box;
  color: #111A45;
}
body select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}
code {
  font-size: 12px;
  line-height: 20px;
  opacity: 0.7;
}
blockquote {
  margin: 0 0 30px 0;
  padding: 0 5%;
  border-left: 1px solid;
  font-size: 24px;
  line-height: 1.625;
}
cite {
  margin: 15px 0 0 0;
  font-size: 12px;
  line-height: 1.3;
}
table {
  width: 100%;
  border-collapse: separate;
  font-size: 15px;
  border-spacing: 0;
  font-family: inherit !important;
}
table thead th {
  padding: 15px 30px;
  font-weight: 700;
  text-align: left;
  border-bottom: 5px solid;
}
table tbody tr td,
table tbody tr th {
  padding: 15px 30px;
  text-align: left;
  border-bottom: 1px solid;
}
table tbody tr th {
  font-weight: 700;
}
table tbody tr:last-child td,
table tbody tr:last-child th {
  border: none;
}
table tfoot tr th,
table tfoot tr td {
  padding: 15px 30px;
}
table a.button {
  display: block;
  padding: 10px;
  text-align: center;
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin: 0 0 20px 40px;
}
pre {
  font-size: 12px;
  overflow: auto;
  background-image: linear-gradient(#ffffff 50%, rgba(0, 0, 0, 0.1) 50%);
  background-size: 40px 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  line-height: 20px;
  padding: 0 0 0 7px;
}
pre h1,
pre h2,
pre h3,
pre h4,
pre h5,
pre h6 {
  margin-top: 0;
  line-height: 40px;
  margin-bottom: 20px;
}
pre cite {
  margin: 20px 0;
}
figure {
  margin: 30px 0;
}
figcaption {
  margin: 10px 0;
}
article:after {
  clear: both;
  content: "";
  display: table;
}
/* ============================================================ 
    2. LAYOUT
=============================================================*/
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:not(.is-loaded):after,
body:not(.is-loaded):before {
  position: fixed;
  visibility: visible;
  opacity: 1;
}
body.is-loaded:after,
body.is-loaded:before {
  position: fixed;
  visibility: hidden;
  opacity: 0;
}
body:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #ffffff;
}
body:before {
  content: "\ea1b";
  font-family: "Nucleo";
  font-size: 64px;
  left: 50%;
  top: 50%;
  display: block;
  z-index: 9999999;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  animation: iconlab-spin 1s infinite linear;
}
body:not(.page-template-template-fullwidth) .content-body {
  padding-bottom: 60px;
}
.page-template-template-fullwidth .content-body-inner.wrap,
.elementor-template-full-width .content-body-inner.wrap {
  width: 100%;
  max-width: 100%;
}
.layout-wide .site.wrap {
  width: 100%;
  max-width: 100%;
}
.layout-boxed .site {
  overflow: hidden;
}
.layout-boxed .site .site-content {
  background: #ffffff;
}
.sidebar-right #main-content {
  float: left;
}
@media only screen and (max-width: 768px) {
  .sidebar-right #main-content {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.sidebar-right .main-sidebar {
  float: right;
}
@media only screen and (max-width: 768px) {
  .sidebar-right .main-sidebar {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 80px;
  }
}
.sidebar-left #main-content {
  float: right;
}
@media only screen and (max-width: 768px) {
  .sidebar-left #main-content {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.sidebar-left .main-sidebar {
  float: left;
}
@media only screen and (max-width: 768px) {
  .sidebar-left .main-sidebar {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 80px;
  }
}
.main-sidebar a {
  color: #111a45;
}
.post-content-extras .edit-link {
  text-align: right;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  margin-top: 30px;
}
.post-content-extras .edit-link a {
  border-bottom: 1px solid;
  padding-bottom: 3px;
  display: inline-block;
}
[data-grid-normal]:after,
[data-grid]:after {
  content: "";
  display: table;
  clear: both;
}
[data-grid-normal] .post,
[data-grid] .post,
[data-grid-normal] .product,
[data-grid] .product,
[data-grid-normal] .project,
[data-grid] .project {
  float: left;
}
[data-grid-normal][data-columns="2"] .post,
[data-grid][data-columns="2"] .post,
[data-grid-normal][data-columns="3"] .post,
[data-grid][data-columns="3"] .post,
[data-grid-normal][data-columns="4"] .post,
[data-grid][data-columns="4"] .post,
[data-grid-normal][data-columns="5"] .post,
[data-grid][data-columns="5"] .post,
[data-grid-normal][data-columns="2"] .product,
[data-grid][data-columns="2"] .product,
[data-grid-normal][data-columns="3"] .product,
[data-grid][data-columns="3"] .product,
[data-grid-normal][data-columns="4"] .product,
[data-grid][data-columns="4"] .product,
[data-grid-normal][data-columns="5"] .product,
[data-grid][data-columns="5"] .product,
[data-grid-normal][data-columns="2"] .project,
[data-grid][data-columns="2"] .project,
[data-grid-normal][data-columns="3"] .project,
[data-grid][data-columns="3"] .project,
[data-grid-normal][data-columns="4"] .project,
[data-grid][data-columns="4"] .project,
[data-grid-normal][data-columns="5"] .project,
[data-grid][data-columns="5"] .project {
  width: 100%;
}
@media only screen and (min-width: 544px) and (max-width: 768px) {
  [data-grid-normal][data-columns="2"] .post,
  [data-grid][data-columns="2"] .post,
  [data-grid-normal][data-columns="3"] .post,
  [data-grid][data-columns="3"] .post,
  [data-grid-normal][data-columns="4"] .post,
  [data-grid][data-columns="4"] .post,
  [data-grid-normal][data-columns="5"] .post,
  [data-grid][data-columns="5"] .post,
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product,
  [data-grid-normal][data-columns="2"] .project,
  [data-grid][data-columns="2"] .project,
  [data-grid-normal][data-columns="3"] .project,
  [data-grid][data-columns="3"] .project,
  [data-grid-normal][data-columns="4"] .project,
  [data-grid][data-columns="4"] .project,
  [data-grid-normal][data-columns="5"] .project,
  [data-grid][data-columns="5"] .project {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  [data-grid-normal][data-columns="2"] .post,
  [data-grid][data-columns="2"] .post,
  [data-grid-normal][data-columns="3"] .post,
  [data-grid][data-columns="3"] .post,
  [data-grid-normal][data-columns="4"] .post,
  [data-grid][data-columns="4"] .post,
  [data-grid-normal][data-columns="5"] .post,
  [data-grid][data-columns="5"] .post,
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product,
  [data-grid-normal][data-columns="2"] .project,
  [data-grid][data-columns="2"] .project,
  [data-grid-normal][data-columns="3"] .project,
  [data-grid][data-columns="3"] .project,
  [data-grid-normal][data-columns="4"] .project,
  [data-grid][data-columns="4"] .project,
  [data-grid-normal][data-columns="5"] .project,
  [data-grid][data-columns="5"] .project {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  [data-grid-normal][data-columns="2"] .post,
  [data-grid][data-columns="2"] .post,
  [data-grid-normal][data-columns="3"] .post,
  [data-grid][data-columns="3"] .post,
  [data-grid-normal][data-columns="4"] .post,
  [data-grid][data-columns="4"] .post,
  [data-grid-normal][data-columns="5"] .post,
  [data-grid][data-columns="5"] .post,
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product,
  [data-grid-normal][data-columns="2"] .project,
  [data-grid][data-columns="2"] .project,
  [data-grid-normal][data-columns="3"] .project,
  [data-grid][data-columns="3"] .project,
  [data-grid-normal][data-columns="4"] .project,
  [data-grid][data-columns="4"] .project,
  [data-grid-normal][data-columns="5"] .project,
  [data-grid][data-columns="5"] .project {
    width: 33.3333333%;
  }
}
[data-grid-normal][data-columns="2"] .product,
[data-grid][data-columns="2"] .product,
[data-grid-normal][data-columns="3"] .product,
[data-grid][data-columns="3"] .product,
[data-grid-normal][data-columns="4"] .product,
[data-grid][data-columns="4"] .product,
[data-grid-normal][data-columns="5"] .product,
[data-grid][data-columns="5"] .product {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product {
    width: 33.3333333%;
  }
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="2"] .post,
  [data-grid][data-columns="2"] .post,
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="2"] .project,
  [data-grid][data-columns="2"] .project {
    width: 50%;
  }
}
[data-grid-normal][data-columns="2"] .post:nth-of-type(n),
[data-grid][data-columns="2"] .post:nth-of-type(n),
[data-grid-normal][data-columns="2"] .product:nth-of-type(n),
[data-grid][data-columns="2"] .product:nth-of-type(n),
[data-grid-normal][data-columns="2"] .project:nth-of-type(n),
[data-grid][data-columns="2"] .project:nth-of-type(n) {
  clear: none;
}
[data-grid-normal][data-columns="2"] .post:nth-of-type(2n+1),
[data-grid][data-columns="2"] .post:nth-of-type(2n+1),
[data-grid-normal][data-columns="2"] .product:nth-of-type(2n+1),
[data-grid][data-columns="2"] .product:nth-of-type(2n+1),
[data-grid-normal][data-columns="2"] .project:nth-of-type(2n+1),
[data-grid][data-columns="2"] .project:nth-of-type(2n+1) {
  clear: both;
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="3"] .post,
  [data-grid][data-columns="3"] .post,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="3"] .project,
  [data-grid][data-columns="3"] .project {
    width: 33.3333333%;
  }
}
[data-grid-normal][data-columns="3"] .post:nth-of-type(n),
[data-grid][data-columns="3"] .post:nth-of-type(n),
[data-grid-normal][data-columns="3"] .product:nth-of-type(n),
[data-grid][data-columns="3"] .product:nth-of-type(n),
[data-grid-normal][data-columns="3"] .project:nth-of-type(n),
[data-grid][data-columns="3"] .project:nth-of-type(n) {
  clear: none;
}
[data-grid-normal][data-columns="3"] .post:nth-of-type(3n+1),
[data-grid][data-columns="3"] .post:nth-of-type(3n+1),
[data-grid-normal][data-columns="3"] .product:nth-of-type(3n+1),
[data-grid][data-columns="3"] .product:nth-of-type(3n+1),
[data-grid-normal][data-columns="3"] .project:nth-of-type(3n+1),
[data-grid][data-columns="3"] .project:nth-of-type(3n+1) {
  clear: both;
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="4"] .post,
  [data-grid][data-columns="4"] .post,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="4"] .project,
  [data-grid][data-columns="4"] .project {
    width: 25%;
  }
}
[data-grid-normal][data-columns="4"] .post:nth-of-type(n),
[data-grid][data-columns="4"] .post:nth-of-type(n),
[data-grid-normal][data-columns="4"] .product:nth-of-type(n),
[data-grid][data-columns="4"] .product:nth-of-type(n),
[data-grid-normal][data-columns="4"] .project:nth-of-type(n),
[data-grid][data-columns="4"] .project:nth-of-type(n) {
  clear: none;
}
[data-grid-normal][data-columns="4"] .post:nth-of-type(4n+1),
[data-grid][data-columns="4"] .post:nth-of-type(4n+1),
[data-grid-normal][data-columns="4"] .product:nth-of-type(4n+1),
[data-grid][data-columns="4"] .product:nth-of-type(4n+1),
[data-grid-normal][data-columns="4"] .project:nth-of-type(4n+1),
[data-grid][data-columns="4"] .project:nth-of-type(4n+1) {
  clear: both;
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="5"] .post,
  [data-grid][data-columns="5"] .post,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product,
  [data-grid-normal][data-columns="5"] .project,
  [data-grid][data-columns="5"] .project {
    width: 20%;
  }
}
[data-grid-normal][data-columns="5"] .post:nth-of-type(n),
[data-grid][data-columns="5"] .post:nth-of-type(n),
[data-grid-normal][data-columns="5"] .product:nth-of-type(n),
[data-grid][data-columns="5"] .product:nth-of-type(n),
[data-grid-normal][data-columns="5"] .project:nth-of-type(n),
[data-grid][data-columns="5"] .project:nth-of-type(n) {
  clear: none;
}
[data-grid-normal][data-columns="5"] .post:nth-of-type(5n+1),
[data-grid][data-columns="5"] .post:nth-of-type(5n+1),
[data-grid-normal][data-columns="5"] .product:nth-of-type(5n+1),
[data-grid][data-columns="5"] .product:nth-of-type(5n+1),
[data-grid-normal][data-columns="5"] .project:nth-of-type(5n+1),
[data-grid][data-columns="5"] .project:nth-of-type(5n+1) {
  clear: both;
}
aside {
  float: left;
}
aside[data-width="1"],
aside[data-width="2"],
aside[data-width="3"],
aside[data-width="4"],
aside[data-width="5"],
aside[data-width="6"],
aside[data-width="7"],
aside[data-width="8"],
aside[data-width="9"],
aside[data-width="10"],
aside[data-width="11"],
aside[data-width="12"] {
  width: 100%;
}
aside[data-width="1"]:last-child,
aside[data-width="2"]:last-child,
aside[data-width="3"]:last-child,
aside[data-width="4"]:last-child,
aside[data-width="5"]:last-child,
aside[data-width="6"]:last-child,
aside[data-width="7"]:last-child,
aside[data-width="8"]:last-child,
aside[data-width="9"]:last-child,
aside[data-width="10"]:last-child,
aside[data-width="11"]:last-child,
aside[data-width="12"]:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  aside[data-width="1"] {
    width: 8.33333333%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="2"] {
    width: 16.6666666%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="3"] {
    width: 25%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="4"] {
    width: 33.3333333%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="5"] {
    width: 41.6666666%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="6"] {
    width: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="7"] {
    width: 58.3333333%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="8"] {
    width: 66.6666666%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="9"] {
    width: 75%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="10"] {
    width: 83.3333333%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="11"] {
    width: 91.6666666%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="12"] {
    width: 100%;
    margin-bottom: 0;
  }
}
.content:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 1025px) {
  .single:not([class*="sidebar-"]) .alignwide {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: -25%;
    clear: both;
    width: 150%;
    max-width: 150%;
  }
}
@media only screen and (min-width: 1025px) {
  .single:not([class*="sidebar-"]) .alignfull {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: calc(calc(-50vw + (200% / 2) - 50%));
    clear: both;
    width: 100vw;
    max-width: 100vw;
  }
}
/* ============================================================ 
    3. HEADER
=============================================================*/
/* ============================================================ 
    3.1. Topbar
=============================================================*/
.site-topbar {
  z-index: 10;
  position: relative;
  font-size: 13px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.site-topbar a {
  color: #ffffff;
}
.site-topbar .site-topbar-inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.site-topbar .site-topbar-inner:after {
  display: none;
}
.site-topbar .menu-top {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .site-topbar .menu-top {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 25px;
  }
  .site-topbar .menu-top li {
    position: relative;
  }
  .site-topbar .menu-top li.menu-item-has-children > a {
    position: relative;
    padding-right: 16px;
  }
  .site-topbar .menu-top li.menu-item-has-children > a:before {
    content: "\ea4b";
    font-family: "Nucleo";
    font-size: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  }
  .site-topbar .menu-top li.menu-item-has-children:hover > a:before {
    transform: translateY(-50%) rotate(-180deg);
  }
  .site-topbar .menu-top li .sub-menu {
    position: absolute;
    margin: 0;
    padding: 2px 0;
    min-width: 180px;
    top: 100%;
    left: -20px;
    list-style: none;
    visibility: hidden;
    transition: visibility 0s linear 0.1s, transform 0.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.1s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(200px) rotateX(-15deg);
    transform-origin: top center;
    backface-visibility: hidden;
    background: #ffffff;
    box-shadow: 0 2px 25px rgba(17, 26, 69, 0.15);
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
  }
  .site-topbar .menu-top li .sub-menu li {
    padding: 0;
    margin: 0;
  }
  .site-topbar .menu-top li .sub-menu li.menu-item-has-children > a:before {
    right: 20px;
    content: "\ea54";
  }
  .site-topbar .menu-top li .sub-menu li a {
    white-space: nowrap;
    display: block;
    padding: 11px 20px 10px 20px;
    position: relative;
    z-index: 1;
    line-height: 1.6;
    border-bottom: 1px solid;
  }
  .site-topbar .menu-top li .sub-menu li:last-child > a {
    border-bottom: none;
  }
  .site-topbar .menu-top li .sub-menu li .sub-menu {
    left: calc(100% + 1px);
    top: -2px;
  }
  .site-topbar .menu-top li:hover > .sub-menu {
    visibility: visible;
    transition: visibility 0s linear 0s, transform 0.48s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.24s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(200px) rotateX(0);
    opacity: 1;
  }
  .site-topbar .menu-top > li > a {
    padding: 15px 0;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    white-space: nowrap;
  }
  .site-topbar .menu-top > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
  }
  .site-topbar .menu-top > li:hover > a {
    color: #ffffff;
  }
  .site-topbar .menu-top > li:hover > a:after {
    opacity: 1;
  }
}
.site-topbar .social-icons {
  display: none;
}
@media only screen and (min-width: 361px) {
  .site-topbar .social-icons {
    display: flex;
    margin-left: 30px;
    padding: 15px 0;
  }
  .site-topbar .social-icons a {
    width: auto;
    height: auto;
    background: transparent;
  }
  .site-topbar .social-icons a i {
    font-size: 18px;
  }
}
.site-topbar .topbar-text {
  flex-grow: 1;
  padding: 15px 0;
}
.site-topbar .topbar-text i {
  font-size: 16px;
  margin-right: 10px;
  vertical-align: text-top;
  display: none;
}
@media only screen and (min-width: 605px) {
  .site-topbar .topbar-text i {
    display: inline-block;
  }
}
.site-topbar .topbar-text a {
  background-size: 0 100%;
  background-repeat: no-repeat;
  font-weight: 500;
}
.site-topbar .topbar-text a:hover {
  color: #ffffff;
  background-size: 100% 100%;
}
.site-topbar .topbar-text > span {
  display: none;
}
@media only screen and (min-width: 769px) {
  .site-topbar .topbar-text > span {
    display: inline-block;
    margin: 0 20px 0 0;
  }
}
.site-topbar .topbar-text p {
  margin: 0 25px 0 0;
  display: inline-block;
}
.site-topbar .topbar-text p:last-of-type {
  margin-right: 0;
}
.site-topbar .topbar-text p span {
  display: none;
}
@media only screen and (min-width: 415px) {
  .site-topbar .topbar-text p span {
    display: inline-block;
  }
}
/* ============================================================ 
    4. CONTENT
=============================================================*/
.site-content {
  clear: both;
  /* ============================================================ 
	    4.1. Content Header
	=============================================================*/
  /* ============================================================ 
	    4.2. Content Body/Gutenberg
	=============================================================*/
}
.site-content .content-header {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 60px 0;
}
.site-content .content-header:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.site-content .content-header.content-header-full .wrap {
  width: 100%;
}
.site-content .content-header.content-header-featured {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 60px;
}
.site-content .content-header.content-header-featured:not(.content-header-inline) {
  color: #ffffff;
}
.site-content .content-header.content-header-featured:not(.content-header-inline) .breadcrumbs {
  color: rgba(255, 255, 255, 0.7);
}
.site-content .content-header.content-header-featured:not(.content-header-inline) .breadcrumbs a {
  color: inherit;
  background-image: linear-gradient(180deg, transparent 96%, #ffffff 0);
}
.site-content .content-header.content-header-featured:not(.content-header-inline) .breadcrumbs a:hover {
  color: #ffffff;
}
.site-content .content-header.content-header-featured:not(.content-header-inline) .breadcrumbs .current-item {
  color: #ffffff;
}
.site-content .content-header.content-header-featured:not(.content-header-inline) .page-title-inner {
  color: #ffffff;
}
.site-content .content-header .navigation {
  padding: 0;
}
.site-content .breadcrumbs {
  font-size: 13px;
  line-height: 1.23;
  position: relative;
  top: -20px;
}
@media only screen and (min-width: 541px) {
  .site-content .breadcrumbs {
    top: -35px;
  }
}
.site-content .breadcrumbs .breadcrumbs-inner {
  display: flex;
  gap: 10px;
  white-space: nowrap;
}
.site-content .breadcrumbs .breadcrumbs-inner > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 1025px) {
  .site-content .breadcrumbs + .page-title-wrap {
    margin-top: 10px;
  }
}
.site-content .breadcrumbs a {
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.site-content .breadcrumbs a:hover {
  background-size: 100% 100%;
}
.site-content .page-title-inner {
  margin: 0;
  line-height: 1.142;
  font-size: 1.875rem;
  word-break: break-word;
}
@media only screen and (min-width: 769px) {
  .site-content .page-title-inner {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 1025px) {
  .site-content .page-title-inner {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1281px) {
  .site-content .page-title-inner {
    font-size: 3.5rem;
  }
}
.site-content .subtitle {
  line-height: 1.4;
  padding: 15px 0;
  opacity: 0.75;
}
@media only screen and (min-width: 992px) {
  .site-content .subtitle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1025px) {
  .site-content .subtitle {
    width: 80%;
  }
}
.site-content .down-arrow a {
  position: relative;
  top: 20px;
  color: inherit;
}
@media only screen and (min-width: 1025px) {
  .site-content .down-arrow a {
    display: block;
    margin-top: 30px;
    width: 45px;
    height: 45px;
    top: 0;
  }
  .site-content .down-arrow a span {
    display: none;
  }
  .site-content .down-arrow a:before {
    content: "\ea05";
    font-family: "Nucleo";
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    text-shadow: none;
    transform: translate(-50%, -50%);
  }
  .site-content .down-arrow a:after {
    content: "";
    position: absolute;
    background: #ffffff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(17, 26, 69, 0.15);
    transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  }
  .site-content .down-arrow a:hover:after {
    box-shadow: 0 2px 25px rgba(17, 26, 69, 0.15);
    transform: translate(-50%, -50%) scale(1.4);
  }
}
@media only screen and (min-width: 769px) {
  .site-content .content-header-left .page-title-wrap,
  .site-content .content-header-inline .page-title-wrap {
    width: calc(50% - 15px);
  }
}
.site-content .content-header-center {
  text-align: center;
}
.site-content .content-header-center .breadcrumbs-inner {
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header-center .page-title-inner {
    width: 90%;
    margin: 0 auto;
  }
}
.site-content .content-header-center .subtitle {
  margin: 0 auto;
  width: 80%;
}
@media only screen and (min-width: 769px) {
  .site-content .content-header-center .subtitle {
    width: 50%;
  }
}
.site-content .content-header-center .down-arrow a {
  margin-left: auto;
  margin-right: auto;
}
.site-content .content-header-center .post-meta {
  justify-content: center;
  margin-top: 15px;
}
.site-content span[id*="more-"] {
  margin: 30px 0;
  display: inline-block;
}
.site-content .post-password-form {
  position: relative;
}
.site-content .post-password-form p:last-child {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.site-content .post-password-form label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
}
.site-content .post-password-form input[type="submit"] {
  border: none;
}
.site-content .wp-block-spacer {
  margin-bottom: 0;
}
.site-content .wp-block-button {
  margin-bottom: 30px;
}
.site-content .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.site-content .wp-block-button.is-style-outline .wp-block-button__link {
  line-height: 14px;
}
.site-content .wp-block-button__link {
  padding: 15px 40px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  background-image: none;
}
.site-content .wp-block-preformatted,
.site-content .wp-block-code,
.site-content .wp-block-verse {
  font-size: 12px;
  line-height: 20px;
}
.site-content .wp-block-group.has-background {
  padding: 5%;
}
.site-content .wp-block-table.is-style-stripes {
  border-bottom: none;
}
.site-content .wp-block-table.is-style-stripes .has-fixed-layout {
  border: none;
}
.site-content .wp-block-cover.alignleft,
.site-content .wp-block-cover-image.alignleft,
.site-content .wp-block-video.alignleft,
.site-content .wp-block-audio.alignleft,
.site-content .wp-block-embed.alignleft,
.site-content .wp-block-pullquote.alignleft {
  margin-right: 30px;
}
.site-content .wp-block-cover.alignright,
.site-content .wp-block-cover-image.alignright,
.site-content .wp-block-video.alignright,
.site-content .wp-block-audio.alignright,
.site-content .wp-block-embed.alignright,
.site-content .wp-block-pullquote.alignright {
  margin-left: 30px;
}
.site-content .wp-block-cover .wp-block-cover-text {
  color: #ffffff;
}
.site-content .has-drop-cap:not(:focus)::first-letter {
  margin: 10px 25px 10px 0;
  font-size: 3.15rem;
  font-weight: 500;
}
.site-content .has-small-font-size {
  font-size: 14px;
  line-height: 1.5rem;
}
.site-content .has-medium-font-size {
  line-height: 1.425;
  font-size: 1.125rem;
}
.site-content .has-large-font-size {
  line-height: 1.5;
  font-size: 1.25rem;
}
.site-content .has-larger-font-size {
  line-height: 1.3;
}
.site-content .has-huge-font-size,
.site-content [style="font-size:46px"] {
  line-height: 1.25;
}
.site-content blockquote.is-style-large {
  padding: 0;
  margin: 30px 0 45px 0;
  border: none;
  text-align: center;
}
.site-content blockquote.is-style-large p {
  line-height: 1.5;
  font-style: normal;
  font-size: 1.5rem;
}
.site-content blockquote.is-style-large cite {
  text-align: inherit;
  font-size: 15px;
  position: relative;
}
.site-content blockquote.is-style-large cite:before {
  content: "";
  position: absolute;
  border-top: 1px solid;
  width: 50px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
}
.site-content blockquote[style*="text-align:right"],
.site-content blockquote[style*="text-align: right"],
.site-content blockquote.has-text-align-right {
  border-right-width: 1px;
  border-style: solid;
  border-top: none;
  border-bottom: none;
  border-left: none;
}
.site-content blockquote p + cite {
  margin-top: -10px;
  display: block;
}
.site-content .wp-block-pullquote:not(.is-style-solid-color) {
  border-top: 3px solid;
  border-bottom: 3px solid;
  padding: 30px 12%;
}
.site-content .wp-block-pullquote:not(.is-style-solid-color).alignleft,
.site-content .wp-block-pullquote:not(.is-style-solid-color).alignright {
  padding-left: 0;
  padding-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding: 25px 0;
}
.site-content .wp-block-pullquote:not(.is-style-solid-color).alignleft p,
.site-content .wp-block-pullquote:not(.is-style-solid-color).alignright p {
  font-size: 17px;
  line-height: 160%;
}
.site-content .wp-block-pullquote:not(.is-style-solid-color) blockquote {
  margin: 0;
  padding: 0;
  border: none;
}
.site-content .wp-block-pullquote.is-style-solid-color {
  padding: 0;
}
.site-content .wp-block-pullquote.is-style-solid-color blockquote {
  padding: 30px 12%;
  margin: 0;
  max-width: 100%;
  border: none;
  text-align: center;
}
.site-content .wp-block-pullquote p {
  font-size: 2.25rem;
  line-height: 1.2;
}
.site-content .wp-block-pullquote cite {
  margin-top: 15px;
}
.site-content p.wp-block-subhead {
  font-size: 1rem;
}
.site-content .wp-block-image {
  margin: 40px 0;
}
.site-content .wp-block-image figcaption {
  margin: 15px 0;
}
.site-content .wp-block-image .alignleft {
  margin-right: 30px;
}
.site-content .wp-block-image .alignright {
  margin-left: 30px;
}
.site-content .wp-block-gallery .blocks-gallery-image,
.site-content .wp-block-gallery .blocks-gallery-item {
  margin-bottom: 1em;
  overflow: hidden;
}
.site-content .wp-block-gallery .blocks-gallery-image figcaption,
.site-content .wp-block-gallery .blocks-gallery-item figcaption {
  padding: 10px;
}
.site-content .wp-block-gallery.alignleft {
  margin-right: 30px;
}
.site-content .wp-block-gallery.alignright {
  margin-left: 30px;
}
.site-content .wp-block-gallery.rounded img {
  border-radius: 4px;
}
.site-content .is-grid[class*="columns-"] {
  width: 100%;
}
.site-content .wp-block-gallery[class*="columns-"]:not(.alignfull):not(.alignwide),
.site-content .wp-block-text-columns[class*="columns-"]:not(.alignfull):not(.alignwide) {
  width: 100%;
}
.site-content .wp-block-gallery[class*="columns-"] figure,
.site-content .wp-block-text-columns[class*="columns-"] figure,
.site-content .wp-block-gallery[class*="columns-"] figcaption,
.site-content .wp-block-text-columns[class*="columns-"] figcaption {
  margin: 0;
}
.site-content .wp-block-columns {
  margin-bottom: 30px;
}
.site-content .wp-block-columns .wp-block-column {
  margin-bottom: 30px;
}
.site-content hr,
.site-content .wp-block-separator {
  border: none;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.site-content iframe {
  width: 100%;
}
.site-content .wp-block-embed iframe {
  max-width: 100%;
}
/* ============================================================ 
    5. WIDGET
=============================================================*/
.widget.widget_media_image img[src$=".svg"] {
  width: auto;
}
.widget .widget-title,
.widget .wp-block-group h2 {
  position: relative;
  margin: 0 0 20px 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #a69caa;
}
.widget .widget-title a,
.widget .wp-block-group h2 a {
  color: inherit;
}
.widget ul {
  margin: 0;
}
.widget ul li .children,
.widget ul li .sub-menu {
  margin: 15px 0 15px 20px;
}
.widget select[name="monster-widget-just-testing"] option {
  width: 300px;
}
/* ============================================================ 
    5.1 Archives/Categories
=============================================================*/
.widget,
[class*="wp-block-"] {
  position: relative;
  margin-bottom: 45px;
}
.widget:last-child,
[class*="wp-block-"]:last-child {
  margin-bottom: 0;
}
.widget a,
[class*="wp-block-"] a {
  position: relative;
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.widget a:hover,
[class*="wp-block-"] a:hover {
  background-size: 100% 100%;
}
.widget select,
[class*="wp-block-"] select {
  width: 100%;
}
.widget ul,
[class*="wp-block-"] ul,
.widget.wp-block-archives,
[class*="wp-block-"].wp-block-archives {
  padding: 0;
  margin-top: 0;
}
.widget ul li,
[class*="wp-block-"] ul li,
.widget.wp-block-archives li,
[class*="wp-block-"].wp-block-archives li {
  margin-bottom: 8px;
  list-style: none;
}
.widget ul li:last-child,
[class*="wp-block-"] ul li:last-child,
.widget.wp-block-archives li:last-child,
[class*="wp-block-"].wp-block-archives li:last-child {
  margin-bottom: 0;
}
.widget .grBtn a,
[class*="wp-block-"] .grBtn a {
  background-image: none;
}
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text,
.wp-block-archives-dropdown .screen-reader-text {
  overflow: visible;
  clip: inherit;
  clip-path: inherit;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 45px;
  margin: 0;
  text-indent: -9999px;
}
.widget_archive .screen-reader-text:before,
.widget_categories .screen-reader-text:before,
.wp-block-archives-dropdown .screen-reader-text:before {
  text-indent: 0;
  content: "\ea4b";
  font-family: "Nucleo";
  font-size: 13px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wp-block-categories-dropdown:before {
  content: "\ea4b";
  font-family: "Nucleo";
  font-size: 13px;
  position: absolute;
  right: 0;
  width: 50px;
  text-align: center;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
/* ============================================================ 
    5.2. Calendar
=============================================================*/
.calendar_wrap {
  position: relative;
  padding-top: 5px;
}
table#wp-calendar {
  font-size: 13px;
  border-collapse: separate;
}
table#wp-calendar caption {
  margin-bottom: 15px;
}
table#wp-calendar thead th {
  padding: 5px;
  text-align: center;
  background: none;
  border: none;
  border-bottom: 3px solid;
}
table#wp-calendar tbody tr td {
  padding: 2px 5px 15px 5px;
  border: none;
  border-bottom: 1px solid;
  border-right: 1px solid;
  position: relative;
}
table#wp-calendar tbody tr td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
table#wp-calendar tbody tr td:last-child.pad {
  border-right: none;
  border-bottom: none;
}
table#wp-calendar tbody tr td.pad {
  border-left: none;
}
table#wp-calendar tbody tr td a {
  font-weight: 700;
  position: static;
  background: none;
}
table#wp-calendar tbody tr td a:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 5px;
  bottom: 5px;
  border-radius: 5px;
}
table#wp-calendar tbody tr td a:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
  border: 1px solid transparent;
}
table#wp-calendar tbody tr td a:hover:before {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(17, 26, 69, 0.15);
}
table#wp-calendar #today {
  position: relative;
}
.wp-calendar-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 30px;
}
.wp-calendar-nav span[class*="wp-calendar-nav"] a {
  font-weight: normal;
  text-indent: -9999px;
  position: absolute;
  width: 45px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  background: none;
  color: inherit;
}
.wp-calendar-nav span[class*="wp-calendar-nav"] a:before {
  content: "\ea54";
  text-indent: 0;
  font-family: "Nucleo";
  font-size: 13px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.wp-calendar-nav span[class*="wp-calendar-nav"] a:hover {
  border-color: rgba(0, 0, 0, 0.2);
}
.wp-calendar-nav span.wp-calendar-nav-next a {
  left: auto;
  right: 0;
}
.wp-calendar-nav span.wp-calendar-nav-next a:before {
  transform: translate(-50%, -50%) rotate(0);
}
.wp-block-calendar {
  position: relative;
  padding-top: 5px;
}
.wp-block-calendar .wp-calendar-table a {
  text-decoration: none;
}
/* ============================================================ 
    5.3. Recent Comments
=============================================================*/
.widget_recent_comments ul li {
  margin-bottom: 15px;
}
.widget_recent_comments .comment-author-link a {
  color: inherit;
}
.wp-block-latest-comments {
  padding: 0;
  margin-top: 0;
}
.wp-block-latest-comments [class*="wp-block-"] {
  margin-bottom: 15px;
  line-height: 160%;
}
.wp-block-latest-comments [class*="comment-author"] {
  color: inherit;
}
.wp-block-latest-comments [class*="comment-excerpt"] p {
  margin: 0;
  font-size: 100%;
}
.wp-block-latest-comments [class*="comment-meta"] {
  margin-bottom: 0;
}
.wp-block-latest-comments [class*="comment-meta"] p {
  margin: 0;
  font-size: 100%;
}
/* ============================================================ 
    5.4. Recent Posts
=============================================================*/
.widget_recent_entries ul li {
  margin-bottom: 15px;
}
.widget_recent_entries .post-date {
  font-size: 12px;
  display: block;
  font-weight: inherit;
}
.wp-block-latest-posts,
.wp-block-latest-posts__list {
  margin-top: 0;
  padding: 0;
}
.wp-block-latest-posts li,
.wp-block-latest-posts__list li {
  margin-bottom: 15px;
}
.wp-block-latest-posts li:last-child,
.wp-block-latest-posts__list li:last-child {
  margin-bottom: 0;
}
.wp-block-latest-posts li time,
.wp-block-latest-posts__list li time {
  font-size: 12px;
  color: inherit;
}
/* ============================================================ 
    5.5. RSS
=============================================================*/
.widget_rss .rss-widget-icon {
  display: none;
}
.widget_rss .rsswidget {
  font-weight: 700;
}
.widget_rss .rss-date {
  display: block;
  font-size: 13px;
  margin: 5px 0 15px 0;
}
.widget_rss ul li {
  margin-bottom: 40px;
}
.widget_rss cite {
  display: block;
}
.wp-block-rss {
  margin-top: 0;
  padding: 0;
  list-style: none;
}
.wp-block-rss li {
  margin-bottom: 15px;
}
/* ============================================================ 
    5.6. Search
=============================================================*/
.widget_search .search-form {
  position: relative;
}
.widget_search .search-form label .screen-reader-text {
  overflow: visible;
  clip: inherit;
  clip-path: inherit;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 55px;
  height: 45px;
  margin: 0;
  text-indent: -9999px;
}
.widget_search .search-form label .screen-reader-text:before {
  text-indent: 0;
  content: "\ea55";
  font-family: "Nucleo";
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.widget_search .search-form label .search-field {
  width: 100%;
}
.widget_search .search-form .search-submit {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  height: 45px;
  padding: 0;
  width: auto;
  opacity: 0;
}
.wp-block-search label.wp-block-search__label {
  overflow: visible;
  clip: inherit;
  clip-path: inherit;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 55px;
  height: 45px;
  margin: 0;
  text-indent: -9999px;
}
.wp-block-search label.wp-block-search__label:before {
  text-indent: 0;
  content: "\ea55";
  font-family: "Nucleo";
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wp-block-search input {
  margin: 0;
}
.wp-block-search button[type="submit"].wp-block-search__button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 70px;
  margin: 0;
  padding: 0;
  border: none;
  opacity: 0;
}
/* ============================================================ 
    5.7. Tag
=============================================================*/
.tagcloud,
.wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tagcloud a,
.wp-block-tag-cloud a {
  font-size: 100% !important;
}
.tagcloud a:before,
.wp-block-tag-cloud a:before {
  content: "#";
  margin-right: 3px;
  font-weight: normal;
}
.tagcloud a .tag-link-count,
.wp-block-tag-cloud a .tag-link-count {
  opacity: 0.5;
}
.tagcloud a.gallery,
.wp-block-tag-cloud a.gallery {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
/* ============================================================ 
    5.8. Menu
=============================================================*/
.widget_nav_menu ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_nav_menu sub,
.widget_nav_menu sup {
  opacity: 0.7;
}
.widget_nav_menu.menu-style1 ul.menu > li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin: 0;
}
.widget_nav_menu.menu-style1 ul.menu > li:last-child {
  border: none;
}
.widget_nav_menu.menu-style1 ul.menu > li > a {
  font-weight: bold;
  display: block;
  background: none;
  padding: 8px 0 8px 35px;
  position: relative;
}
.widget_nav_menu.menu-style1 ul.menu > li > a:before {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.widget_nav_menu.menu-style1 ul.menu > li:hover > a:before {
  transform: translateY(-50%) scale(1.5);
}
.widget_nav_menu.menu-style2 {
  padding-top: 3px;
}
.widget_nav_menu.menu-style2:after {
  content: "";
  clear: both;
  display: table;
}
.widget_nav_menu.menu-style2 ul.menu {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.widget_nav_menu.menu-style2 li {
  padding: 10px 15px;
  margin-bottom: 0;
  width: 50%;
  line-height: 1.4;
}
.widget_nav_menu.menu-style2 li a:not(:hover) {
  color: inherit;
}
.widget_nav_menu.menu-style2 li .sub-menu {
  display: none;
}
.widget_nav_menu.menu-style2.columns-3 li {
  width: 50%;
}
@media only screen and (min-width: 601px) {
  .widget_nav_menu.menu-style2.columns-3 li {
    width: 33.333333%;
  }
}
.widget_nav_menu.menu-style2.columns-4 li {
  width: 50%;
}
@media only screen and (min-width: 601px) {
  .widget_nav_menu.menu-style2.columns-4 li {
    width: 25%;
  }
}
/* ============================================================ 
    5.9. Other
=============================================================*/
.widget_media_image figure {
  margin: 0;
}
.widget_media_image .wp-caption-text {
  margin: 20px 0 0 0;
  line-height: 1.6;
}
.widget_text .wp-caption {
  margin-bottom: 20px;
}
.widget_text .wp-caption img {
  margin-bottom: 10px;
}
.widget_text img {
  margin: 15px 0 20px 0;
}
.widget_text .textwidget p + .wp-caption + p + form {
  position: relative;
}
.widget_text .textwidget p + .wp-caption + p + form:after {
  text-indent: 0;
  content: "\ea4b";
  font-family: "Nucleo";
  font-size: 13px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
/* ============================================================ 
    6. FOOTER
=============================================================*/
.site-footer {
  position: relative;
  color: #A69CAA;
  /* ============================================================ 
	    6.1. Content Bottom
	=============================================================*/
  /* ============================================================ 
	    6.2. Footer Widget
	=============================================================*/
  /* ============================================================ 
	    6.3. Copyright
	=============================================================*/
}
.site-footer i {
  color: #ffffff;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer a:hover {
  color: #ffffff;
}
.site-footer .widget > .widget-title,
.site-footer .widget .wp-block-group h2 {
  line-height: 1.285;
  margin-bottom: 25px;
  color: #ffffff;
}
.site-footer .popupaoc-button,
.site-footer .paoc-popup-click {
  margin-bottom: 45px;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .site-footer .popupaoc-button,
  .site-footer .paoc-popup-click {
    margin-bottom: 0;
  }
}
.site-footer table#wp-calendar tbody tr td {
  border-color: rgba(255, 255, 255, 0.1);
}
.site-footer table#wp-calendar tbody tr td.pad {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}
.site-footer table#wp-calendar tbody tr td a:hover:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.site-footer .wp-calendar-nav span[class*="wp-calendar-nav"] a {
  border-color: rgba(255, 255, 255, 0.1);
}
.site-footer .wp-calendar-nav span[class*="wp-calendar-nav"] a:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
.site-footer .content-bottom-widgets.content-bottom-full .wrap {
  width: 100%;
}
.site-footer .content-bottom-widgets .content-bottom-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid;
  opacity: 0.15;
}
.site-footer .content-bottom-widgets .content-bottom-aside-wrap {
  margin: 0 -15px;
}
.site-footer .content-bottom-widgets .content-bottom-aside-wrap:after {
  clear: both;
  content: "";
  display: table;
}
.site-footer .content-bottom-widgets .content-bottom-aside-wrap aside {
  padding: 45px 15px 0 15px;
}
@media only screen and (min-width: 1025px) {
  .site-footer .content-bottom-widgets .content-bottom-aside-wrap aside {
    padding-bottom: 45px;
  }
}
.site-footer .content-bottom-widgets .content-bottom-aside-wrap aside:empty {
  padding-top: 1px;
  padding-bottom: 0;
}
.site-footer .footer-widgets {
  position: relative;
}
.site-footer .footer-widgets.footer-widgets-full .wrap {
  width: 100%;
}
.site-footer .footer-widgets .footer-aside-wrap {
  margin: 0 -15px;
}
.site-footer .footer-widgets .footer-aside-wrap:after {
  clear: both;
  content: "";
  display: table;
}
.site-footer .footer-widgets .footer-aside-wrap aside {
  padding: 45px 15px 0 15px;
}
.site-footer .footer-widgets .footer-aside-wrap aside:empty {
  padding-top: 1px;
  padding-bottom: 0;
}
.site-footer .footer-copyright {
  font-size: 13px;
  line-height: 1.4;
  position: relative;
}
.site-footer .footer-copyright.footer-copyright-full .wrap {
  width: 100%;
  max-width: 100%;
}
.site-footer .footer-copyright .copyright-bar {
  padding: 50px 0;
  align-items: center;
  display: flex;
  gap: 20px;
  text-align: center;
  flex-direction: column;
}
@media only screen and (min-width: 541px) {
  .site-footer .footer-copyright .copyright-bar {
    text-align: inherit;
  }
}
@media only screen and (min-width: 542px) and (max-width: 1024px) {
  .site-footer .footer-copyright .copyright-bar {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1025px) {
  .site-footer .footer-copyright .copyright-bar {
    display: block;
  }
}
.site-footer .footer-copyright .copyright-content {
  order: 2;
}
.site-footer .footer-copyright .copyright-content p {
  margin: 0;
}
.site-footer .footer-copyright .copyright-content a {
  position: relative;
}
.site-footer .footer-copyright .copyright-content a:after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: -2px;
  position: absolute;
  right: 0;
  z-index: -1;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site-footer .footer-copyright .copyright-content a:hover:after {
  width: 0;
  right: 0;
  left: auto;
}
.site-footer .footer-copyright .social-icons {
  gap: 30px;
}
@media only screen and (min-width: 1025px) {
  .site-footer .footer-copyright .social-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.site-footer .footer-copyright .go-to-top a {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .site-footer .footer-copyright .go-to-top a {
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }
  .site-footer .footer-copyright .go-to-top a span {
    display: none;
  }
  .site-footer .footer-copyright .go-to-top a:before {
    content: "\ea06";
    font-family: "Nucleo";
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
  }
  .site-footer .footer-copyright .go-to-top a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    opacity: 0.5;
    border-radius: 50%;
    transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  }
  .site-footer .footer-copyright .go-to-top a:hover:after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.4);
  }
}
@media only screen and (min-width: 605px) {
  .site-footer .footer-copyright .go-to-top + .copyright-bar {
    padding-right: 50px;
  }
}
/* ============================================================ 
	7. OTHER PAGES
=============================================================*/
/* ============================================================ 
	7.1. Comments
=============================================================*/
.comments-area {
  clear: both;
  position: relative;
  margin-top: 60px;
}
.comments-area .comments-title {
  margin-bottom: 5px;
}
.comments-area .comment-list {
  padding: 0 0 60px 0;
  margin: 0;
  list-style: none;
}
.comments-area .comment-list > .comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
}
.comments-area .comment-list > .comment .comment-meta {
  margin-bottom: 20px;
  font-size: 14px;
}
.comments-area .comment-list > .comment .comment-meta .comment-author img {
  width: 32px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}
@media only screen and (min-width: 769px) {
  .comments-area .comment-list > .comment .comment-meta .comment-author img {
    width: 45px;
    margin-right: 15px;
  }
}
.comments-area .comment-list > .comment .comment-meta .comment-metadata {
  line-height: 1.5;
  font-size: 12px;
}
.comments-area .comment-list > .comment .comment-meta .comment-metadata > a {
  color: inherit;
  line-height: 1.2;
}
.comments-area .comment-list > .comment .comment-meta .says {
  display: none;
}
.comments-area .comment-list > .comment .comment-content {
  margin-left: 42px;
}
@media only screen and (min-width: 769px) {
  .comments-area .comment-list > .comment .comment-content {
    margin-left: 60px;
  }
}
.comments-area .comment-list > .comment .reply {
  margin: 30px 0 0 42px;
  font-size: 13px;
}
@media only screen and (min-width: 769px) {
  .comments-area .comment-list > .comment .reply {
    margin-left: 60px;
  }
}
.comments-area .comment-list > .comment .reply a {
  display: inline-block;
  padding: 0 15px 1px 15px;
  border: 1px solid;
  color: inherit;
}
.comments-area .comment-list > .comment .reply a:hover {
  box-shadow: 0 2px 4px rgba(17, 26, 69, 0.15);
}
.comments-area .comment-list .children {
  margin: 30px 0 0;
  padding: 0 0 0 42px;
  list-style: none;
}
@media only screen and (min-width: 769px) {
  .comments-area .comment-list .children {
    padding-left: 60px;
  }
}
.comments-area .comment-list .children li {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-area .comment-list .children > li:last-child {
  padding-bottom: 0;
}
.comments-area .comment-list #respond {
  margin: 30px 0 0 42px;
}
@media only screen and (min-width: 769px) {
  .comments-area .comment-list #respond {
    margin-left: 60px;
  }
}
.comments-area .comment-list #respond .comment-form {
  margin: 0;
  padding: 30px 30px 40px;
  border: 1px solid;
  box-shadow: 0 2px 4px rgba(17, 26, 69, 0.15);
}
.comments-area .comment-list #respond .comment-reply-title {
  font-size: 20px;
}
.comments-area .comment-list #respond .comment-reply-title small {
  margin-left: 15px;
}
.comments-area .comment-list #respond .comment-reply-title small a {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 1.1;
  padding-left: 15px;
  font-weight: normal;
}
.comments-area .no-comments {
  text-align: center;
}
.comments-area #respond {
  position: relative;
  z-index: 3;
}
.comments-area #respond .comment-reply-title {
  margin-bottom: 10px;
}
.comments-area #respond .comment-form {
  margin: 0 -15px;
}
.comments-area #respond .comment-form .comment-notes,
.comments-area #respond .comment-form .logged-in-as {
  padding: 0 15px;
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 1.4;
}
.comments-area #respond .comment-form .comment-notes a,
.comments-area #respond .comment-form .logged-in-as a {
  color: inherit;
}
.comments-area #respond .comment-form .comment-form-author,
.comments-area #respond .comment-form .comment-form-email,
.comments-area #respond .comment-form .comment-form-url {
  display: flex;
  margin: 0;
  padding: 0 15px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .comments-area #respond .comment-form .comment-form-author,
  .comments-area #respond .comment-form .comment-form-email,
  .comments-area #respond .comment-form .comment-form-url {
    float: left;
    width: 33.33333333%;
  }
}
.comments-area #respond .comment-form .comment-form-author label,
.comments-area #respond .comment-form .comment-form-email label,
.comments-area #respond .comment-form .comment-form-url label {
  border-bottom: 1px solid;
  font-size: 14px;
  height: 36px;
  display: flex;
  align-items: center;
}
.comments-area #respond .comment-form .comment-form-author input,
.comments-area #respond .comment-form .comment-form-email input,
.comments-area #respond .comment-form .comment-form-url input {
  border: none;
  padding: 8px 10px;
  flex-grow: 1;
  border-bottom: 1px solid;
  width: 100%;
  border-radius: 0;
}
.comments-area #respond .comment-form .comment-form-author input:focus,
.comments-area #respond .comment-form .comment-form-email input:focus,
.comments-area #respond .comment-form .comment-form-url input:focus {
  box-shadow: none;
}
.comments-area #respond .comment-form .comment-form-comment {
  padding: 0 15px;
  align-items: baseline;
  overflow: hidden;
}
.comments-area #respond .comment-form .comment-form-comment label {
  font-size: 14px;
  height: 36px;
  display: flex;
  align-items: center;
}
.comments-area #respond .comment-form .comment-form-comment textarea {
  font-size: 13px;
  border: none;
  flex-grow: 1;
  padding: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.12) 1px, transparent 1px);
  background-size: 100% 30px;
  line-height: 30px !important;
  height: 91px;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
}
.comments-area #respond .comment-form .comment-form-comment textarea:focus {
  box-shadow: none;
  background-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3) 1px, transparent 1px);
}
.comments-area #respond .comment-form .comment-form-cookies-consent {
  clear: both;
  padding: 0 15px;
  gap: 15px;
  display: flex;
  align-items: center;
  margin: 40px 0;
  font-size: 11px;
  line-height: 1.4;
}
.comments-area #respond .comment-form .comment-form-cookies-consent input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 21px;
  width: 21px;
  flex-shrink: 0;
}
.comments-area #respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:after {
  content: "\ea1c";
  font-family: "Nucleo";
  position: absolute;
  font-size: 18px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
}
.comments-area #respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:checked {
  opacity: 1;
}
.comments-area #respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:checked:after {
  display: block;
}
.comments-area #respond .comment-form .form-submit {
  margin: 30px 0 0;
  padding: 0 15px;
}
.comments-area #respond .comment-form .form-submit input {
  width: 100%;
}
@media only screen and (min-width: 541px) {
  .comments-area #respond .comment-form .form-submit input {
    width: auto;
  }
}
/* ============================================================ 
	7.2. Page Navigation
=============================================================*/
.navigation {
  clear: both;
  padding-top: 60px;
}
.navigation .pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.navigation .page-numbers {
  width: 45px;
  height: 45px;
  line-height: 43px;
  border: 1px solid;
  text-align: center;
  color: inherit;
  border-radius: 50%;
}
.navigation .page-numbers:hover {
  box-shadow: 0 2px 4px rgba(17, 26, 69, 0.15);
}
.navigation .page-numbers.next,
.navigation .page-numbers.prev {
  text-indent: -9999px;
  position: relative;
}
.navigation .page-numbers.next:before,
.navigation .page-numbers.prev:before {
  content: "\ea03";
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  text-indent: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 769px) {
  .navigation .page-numbers.next,
  .navigation .page-numbers.prev {
    position: absolute;
    right: 0;
  }
  .navigation .page-numbers.next.prev,
  .navigation .page-numbers.prev.prev {
    right: 55px;
  }
}
.navigation .page-numbers.prev:before {
  content: "\ea04";
}
.navigation .page-numbers.dots {
  border-color: transparent;
}
.navigation .page-numbers.dots:hover {
  border-color: transparent;
  box-shadow: none;
}
.navigation .page-numbers.current {
  border-color: transparent;
  font-weight: 700;
}
.navigation .page-numbers.current:hover {
  border-color: transparent;
  box-shadow: none;
}
.navigation.comment-navigation {
  text-align: center;
  margin-bottom: 60px;
}
.navigation.comment-navigation .screen-reader-text {
  display: none;
}
.navigation.comment-navigation > div {
  display: inline-block;
}
.navigation.comment-navigation > div a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 7px 20px 5px 20px;
  color: inherit;
  font-size: 15px;
  margin: 0 5px 5px 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
}
.navigation.comment-navigation > div a:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navigation.comment-navigation > div.nav-previous a {
  margin-left: 0;
}
.navigation.comment-navigation > div.nav-next a {
  margin-right: 0;
}
.navigation .nav-links {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1025px) {
  .navigation .nav-links {
    display: block;
  }
}
.navigation .nav-links li {
  position: absolute;
  width: 120px;
  height: 48px;
  text-align: center;
  left: -30px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  white-space: nowrap;
  transform-origin: center;
}
.navigation .nav-links li a {
  color: inherit;
  display: block;
  height: 48px;
  font-size: 13px;
  position: relative;
  opacity: 0.7;
}
.navigation .nav-links li a .post-title {
  display: none;
}
.navigation .nav-links li a:before {
  content: "\ea02";
  font-family: "Nucleo";
  font-size: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.navigation .nav-links li a .meta-nav {
  display: block;
  transform: translateY(48px);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.navigation .nav-links li:hover a {
  opacity: 1;
}
.navigation .nav-links li:hover a:before {
  transform: translate(-50%, 48px);
}
.navigation .nav-links li:hover a .meta-nav {
  transform: translateY(0);
}
.navigation .nav-links li.next-post {
  left: auto;
  right: -30px;
}
.navigation .nav-links li.next-post a .meta-nav {
  transform: translateY(-48px);
}
.navigation .nav-links li.next-post a:before {
  content: "\ea09";
}
.navigation .nav-links li.next-post:hover a:before {
  transform: translate(-50%, -48px);
}
.navigation .nav-links li.next-post:hover a .meta-nav {
  transform: translateY(24px);
}
.navigation .nav-links li.disabled {
  display: none;
}
.page-links {
  display: flex;
  align-items: center;
  gap: 10px;
  clear: both;
  font-size: 14px;
}
.page-links .page-links-title {
  line-height: 36px;
}
.page-links .post-page-numbers {
  color: inherit;
  width: 36px;
  height: 36px;
  border: 1px solid;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
}
.page-links .post-page-numbers:hover {
  box-shadow: 0 2px 4px rgba(17, 26, 69, 0.15);
}
.page-links .post-page-numbers.current {
  font-weight: 700;
  border-color: transparent;
}
.page-links .post-page-numbers.current:hover {
  border-color: transparent;
  box-shadow: none;
}
/* ============================================================ 
	7.3. Page Search
=============================================================*/
@media only screen and (min-width: 769px) {
  .search-results .main-content,
  .search-no-results .main-content,
  .error404 .main-content {
    width: 66.666666%;
    margin: 0 auto;
  }
}
.search-results .main-content .search-form,
.search-no-results .main-content .search-form,
.error404 .main-content .search-form {
  position: relative;
  margin: 0 auto 40px;
}
.search-results .main-content .search-form label .screen-reader-text,
.search-no-results .main-content .search-form label .screen-reader-text,
.error404 .main-content .search-form label .screen-reader-text {
  overflow: visible;
  clip: inherit;
  clip-path: inherit;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  margin: 0;
  text-indent: -9999px;
}
.search-results .main-content .search-form label .screen-reader-text:before,
.search-no-results .main-content .search-form label .screen-reader-text:before,
.error404 .main-content .search-form label .screen-reader-text:before {
  text-indent: 0;
  content: "\ea55";
  font-family: "Nucleo";
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.search-results .main-content .search-form label .search-field,
.search-no-results .main-content .search-form label .search-field,
.error404 .main-content .search-form label .search-field {
  width: 100%;
}
.search-results .main-content .search-form .search-submit,
.search-no-results .main-content .search-form .search-submit,
.error404 .main-content .search-form .search-submit {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 0;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  opacity: 0;
}
.search-results .main-content .search-results .post,
.search-no-results .main-content .search-results .post,
.error404 .main-content .search-results .post {
  border-bottom: 1px solid;
}
.search-results .main-content .search-results .post:last-child,
.search-no-results .main-content .search-results .post:last-child,
.error404 .main-content .search-results .post:last-child {
  border-bottom: none;
}
.search-results .main-content .search-results .post a,
.search-no-results .main-content .search-results .post a,
.error404 .main-content .search-results .post a {
  display: flex;
  padding: 20px 65px;
  gap: 20px;
  position: relative;
  align-items: center;
  color: inherit;
}
.search-results .main-content .search-results .post a:before,
.search-no-results .main-content .search-results .post a:before,
.error404 .main-content .search-results .post a:before {
  content: "\ea03";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-family: "Nucleo";
  opacity: 0;
}
.search-results .main-content .search-results .post a:hover:before,
.search-no-results .main-content .search-results .post a:hover:before,
.error404 .main-content .search-results .post a:hover:before {
  right: 12px;
  opacity: 1;
}
.search-results .main-content .search-results .post .post-index,
.search-no-results .main-content .search-results .post .post-index,
.error404 .main-content .search-results .post .post-index {
  width: 45px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 24px;
  transform: translateY(-50%);
}
.search-results .main-content .search-results .post .post-title span,
.search-no-results .main-content .search-results .post .post-title span,
.error404 .main-content .search-results .post .post-title span {
  display: block;
}
.search-results .main-content .search-results .post .post-title .post-title-inner,
.search-no-results .main-content .search-results .post .post-title .post-title-inner,
.error404 .main-content .search-results .post .post-title .post-title-inner {
  margin-bottom: 8px;
  font-weight: 500;
}
.search-results .main-content .search-results .post .post-date,
.search-no-results .main-content .search-results .post .post-date,
.error404 .main-content .search-results .post .post-date {
  font-size: 14px;
  opacity: 0.7;
}
/* ============================================================ 
	7.6. Page Author
=============================================================*/
.author .post-author-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.post-author-box {
  display: flex;
  align-items: center;
}
.post-author-box img {
  margin-right: 10px;
  width: 32px;
  border-radius: 50%;
}
@media only screen and (min-width: 769px) {
  .post-author-box img {
    width: 45px;
  }
}
.post-author-box .post-author-content {
  font-size: 13px;
  line-height: 1.5;
}
.post-author-box .author-name {
  font-weight: 500;
}
/* ============================================================ 
	7.5. Social
=============================================================*/
.social-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icons a i {
  font-size: 18px;
}
/* ============================================================ 
	7.6. Gallery
=============================================================*/
.gallery {
  margin: 0 -5px 20px -5px;
  position: relative;
}
.gallery:after {
  clear: both;
  content: "";
  display: block;
}
.gallery .gallery-item {
  float: left;
  padding: 0 5px;
  overflow: hidden;
  position: relative;
  margin: 0 0 10px 0;
}
.gallery .gallery-item .gallery-icon {
  overflow: hidden;
}
.gallery .gallery-item:hover .gallery-caption {
  margin-bottom: 0;
}
.gallery.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery.gallery-columns-1.gallery-size-medium .gallery-item:nth-of-type(1n+1),
.gallery.gallery-columns-1.gallery-size-thumbnail .gallery-item:nth-of-type(1n+1) {
  clear: left;
}
.gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery.gallery-columns-2.gallery-size-thumbnail .gallery-item:nth-of-type(2n+1) {
  clear: left;
}
.gallery.gallery-columns-3 .gallery-item {
  max-width: 33.3333333%;
}
.gallery.gallery-columns-3.gallery-size-thumbnail .gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery.gallery-columns-4.gallery-size-thumbnail .gallery-item:nth-of-type(4n+1) {
  clear: left;
}
.gallery.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery.gallery-columns-5.gallery-size-thumbnail .gallery-item:nth-of-type(5n+1) {
  clear: left;
}
.gallery.gallery-columns-6 .gallery-item {
  max-width: 16.6666667%;
}
.gallery.gallery-columns-6.gallery-size-thumbnail .gallery-item:nth-of-type(6n+1) {
  clear: left;
}
.gallery.gallery-columns-7 .gallery-item {
  max-width: 14.2857143%;
}
.gallery.gallery-columns-7 .gallery-caption {
  display: none;
}
.gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery.gallery-columns-8 .gallery-caption {
  display: none;
}
.gallery.gallery-columns-9 .gallery-item {
  max-width: 11.1111111%;
}
.gallery.gallery-columns-9 .gallery-caption {
  display: none;
}
.gallery-caption {
  color: #ffffff;
  font-size: 12px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  max-height: 100%;
  margin: 0;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  margin-bottom: -100%;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0.85);
}
.icons-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.icons-wrap li {
  text-align: center;
  padding: 25px 15px 20px;
  background: rgba(0, 0, 0, 0.06);
  width: 33.333333%;
  border-radius: 15px;
}
@media only screen and (min-width: 769px) {
  .icons-wrap li {
    width: 25%;
  }
}
@media only screen and (min-width: 1025px) {
  .icons-wrap li {
    width: 10%;
  }
}
.icons-wrap li i {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 20px;
}
.icons-wrap li p {
  font-size: 12px;
  line-height: 1.2;
  font-family: monospace, monospace;
  opacity: 0.6;
}
@keyframes mq {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ============================================================ 
    8. BLOG
=============================================================*/
.post-title {
  word-break: break-word;
  line-height: 1.125;
}
.post-title a {
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.post-image {
  overflow: hidden;
}
.post-image a {
  display: block;
  position: relative;
}
.post-image a:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.post-image a:before {
  content: "\ea22";
  color: #ffffff;
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.post-categories {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.285;
}
.post-categories a {
  font-weight: 700;
  line-height: 1.6;
}
.post-tags {
  font-size: 14px;
  margin-bottom: 30px;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.post-tags:empty {
  display: none;
}
.post-tags a {
  margin-right: 25px;
}
.post-tags a:last-child {
  margin-right: 0;
}
.post-tags a:before {
  content: "#";
  margin-right: 2px;
}
.post-meta {
  display: flex;
  align-items: center;
  font-size: 13px;
}
.post-meta .post-author {
  display: flex;
  align-items: center;
}
.post-meta .post-author .post-name {
  margin: 0 5px;
}
.post-meta .post-author .post-name a {
  font-weight: 700;
}
.post-meta .post-author .post-name a:not(:hover) {
  color: inherit;
}
.post-meta img {
  margin-right: 10px;
  width: 32px;
  border-radius: 50%;
}
@media only screen and (min-width: 769px) {
  .post-meta img {
    width: 24px;
    height: 24px;
  }
}
.post-meta .post-meta-data {
  line-height: 1.35;
  text-align: left;
}
.post-meta .post-meta-data .post-date {
  font-size: 90%;
  font-weight: inherit;
}
@media only screen and (min-width: 769px) {
  .post-meta .post-meta-data {
    display: flex;
    align-items: center;
  }
  .post-meta .post-meta-data .post-date {
    font-size: 100%;
  }
}
/* ============================================================ 
    8.1. Blog Grid
=============================================================*/
.blog-grid .content-inner[data-grid-normal] {
  display: flex;
  flex-wrap: wrap;
}
.blog-grid .content-inner[data-grid-normal]:after {
  display: none;
}
.blog-grid .content-inner[data-grid-normal] .post {
  margin-bottom: 80px;
}
@media only screen and (min-width: 1025px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="2"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="3"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="4"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="5"] .post:not(:last-child):after {
    display: block;
  }
}
@media only screen and (min-width: 544px) and (max-width: 1024px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="2"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="3"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="4"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="5"] .post:not(:last-child):after {
    display: block;
  }
  .blog-grid .content-inner[data-grid-normal][data-columns="2"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="3"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="4"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="5"] .post:nth-child(2n):after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="2"] .post:nth-child(2n):after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="3"] .post:nth-child(3n):after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="4"] .post:nth-child(4n):after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="5"] .post:nth-child(5n):after {
    display: none;
  }
}
.blog-grid .hentry {
  position: relative;
  z-index: 3;
}
.blog-grid .hentry:hover .post-title a {
  background-size: 100% 100%;
}
.blog-grid .hentry:hover .post-image a:after {
  opacity: 0.8;
  transform: translate(-50%, -50%) scale(1);
}
.blog-grid .hentry:hover .post-image a:before {
  transform: translate(-50%, -50%) scale(1) rotate(180deg);
  opacity: 1;
}
.blog-grid .hentry:hover .post-image:hover a:after {
  transform: translate(-50%, -50%) scale(5);
}
.blog-grid .hentry:hover .post-image:hover img {
  filter: grayscale(1);
}
.blog-grid .hentry:hover .post-image img {
  transform: scale(1.1);
}
.blog-grid .hentry:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e2e6ec;
  display: none;
}
.blog-grid .hentry:not(.has-post-thumbnail) .post-image {
  margin-bottom: 0;
}
.blog-grid .post-image {
  margin-bottom: 30px;
}
.blog-grid .post-image img {
  width: 100%;
}
.blog-grid .post-categories {
  margin-bottom: 5px;
}
.blog-grid .post-title {
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 1.33;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.blog-grid .post-meta img {
  width: 36px;
  height: auto;
}
.blog-grid .post-meta .post-meta-data {
  align-items: flex-start;
  flex-direction: column;
}
.blog-grid .post-meta .post-meta-data .post-date {
  font-size: 90%;
}
.blog-grid .post-content {
  margin-bottom: 30px;
  word-break: break-word;
}
.blog-grid .post-content > .wp-block-group {
  margin-bottom: 25px;
}
.blog-grid .post-footer {
  position: relative;
}
.blog-grid .blog-readmore {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 0;
  bottom: 0;
}
.blog-grid .blog-readmore span {
  display: none;
}
.blog-grid .blog-readmore:before {
  content: "\ea03";
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.blog-grid .blog-readmore:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.blog-grid .navigation {
  padding-top: 0;
}
/* ============================================================ 
    8.2. Blog List
=============================================================*/
@media only screen and (min-width: 1025px) {
  .blog-list:not([class*="sidebar-"]) .main-content {
    width: 66.666666%;
    margin-left: auto;
    margin-right: auto;
  }
}
.blog-list .hentry {
  margin-bottom: 60px;
  padding-bottom: 45px;
  border-bottom: 1px solid;
}
.blog-list .hentry.sticky {
  background: #ffffff;
  padding: 40px;
  border-bottom: none;
  box-shadow: 0 2px 25px rgba(17, 26, 69, 0.15);
}
.blog-list .hentry:last-of-type {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-list .hentry:hover .post-title a {
  background-size: 100% 100%;
}
.blog-list .hentry .post-title {
  margin: 0 0 15px 0;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 769px) {
  .blog-list .hentry .post-title {
    font-size: 2rem;
  }
}
.blog-list .hentry .post-image {
  margin-bottom: 30px;
}
.blog-list .hentry .post-meta {
  margin-bottom: 30px;
}
.blog-list .hentry .post-content {
  word-break: break-word;
}
.blog-list .hentry .post-content > .wp-block-group {
  margin-bottom: 25px;
}
.blog-list .hentry .post-footer {
  margin-top: 30px;
}
/* ============================================================ 
    8.3. Blog Single
=============================================================*/
.single-post .hentry {
  margin-bottom: 25px;
}
.single-post .post-thumbnail {
  text-align: center;
}
.single-post .post-thumbnail img {
  margin-bottom: 60px;
}
.single-post .post-categories {
  margin-bottom: 20px;
}
.single-post .post-content p {
  margin-bottom: 30px;
}
.single-post .post-content p:last-child {
  margin-bottom: 0;
}
.single-post .post-detail {
  margin-bottom: 30px;
}
.single-post .post-author-box {
  margin-top: 10px;
  border-top: 1px solid;
  padding: 30px 0;
  position: relative;
}
.single-post .navigation {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .single-post:not([class*="sidebar-"]) .main-content > .post .post-content,
  .single-post:not([class*="sidebar-"]) .main-content > .post .post-author-box {
    width: 66.666666%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ============================================================ 
    8.4. Blog Related
=============================================================*/
#related-posts {
  padding-top: 55px;
  border-top: 1px solid;
}
#related-posts .hentry .post-image {
  margin-bottom: 20px;
}
#related-posts .hentry .post-date {
  font-size: 13px;
}
#related-posts .hentry .post-title {
  margin: 0;
  font-size: 17px;
}
#related-posts .grid-posts.content-inner {
  margin-left: -15px;
  margin-right: -15px;
}
#related-posts .grid-posts.content-inner .post {
  padding: 0 15px;
  margin-bottom: 30px;
}
#related-posts .grid-posts.content-inner .post:after {
  display: none;
}
.related-posts-title,
.comments-title,
.comment-reply-title,
.projects-related-title,
.product .related > h2,
.product .upsells > h2 {
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 30px 0;
  font-size: 21px;
}
@media only screen and (min-width: 768px) {
  .related-posts-title,
  .comments-title,
  .comment-reply-title,
  .projects-related-title,
  .product .related > h2,
  .product .upsells > h2 {
    font-size: 26px;
  }
}
/* ============================================================ 
    12. PROJECT
=============================================================*/
.projects-filter {
  margin-bottom: 50px;
}
.projects-filter.projects-filter-center ul {
  justify-content: center;
}
.projects-filter.projects-filter-center ul li a {
  align-items: center;
}
.projects-filter.projects-filter-right ul {
  justify-content: flex-end;
}
.projects-filter.projects-filter-right ul li a {
  align-items: flex-end;
}
.projects-filter ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
  align-items: flex-end;
}
.projects-filter ul li a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.projects-filter ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  height: 1px;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.projects-filter ul li:not(.active) a {
  color: inherit;
}
.projects-filter ul li.active a:after,
.projects-filter ul li:hover a:after {
  width: 100%;
}
.projects-style1 .project-inner {
  margin-bottom: 30px;
}
.projects-style1 .project-inner:hover .project-thumbnail a:after {
  opacity: 0.8;
  transform: translate(-50%, -50%) scale(1);
}
.projects-style1 .project-inner:hover .project-thumbnail a:before {
  transform: translate(-50%, -50%) scale(1) rotate(180deg);
  opacity: 1;
}
.projects-style1 .project-inner:hover .project-thumbnail:hover a:after {
  transform: translate(-50%, -50%) scale(5);
}
.projects-style1 .project-inner:hover .project-thumbnail:hover img {
  filter: grayscale(1);
}
.projects-style1 .project-inner:hover .project-thumbnail img {
  transform: scale(1.1);
}
.projects-style1 .project-thumbnail {
  overflow: hidden;
  margin: 0;
}
.projects-style1 .project-thumbnail a {
  display: block;
  position: relative;
}
.projects-style1 .project-thumbnail a:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.projects-style1 .project-thumbnail a:before {
  content: "\ea22";
  color: #ffffff;
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.projects-style1 .project-info {
  padding: 20px 0;
  border-bottom: 1px solid;
}
.projects-style1 .project-meta {
  font-size: 13px;
  margin-bottom: 2px;
}
.projects-style1 .project-title {
  margin: 0 0 5px 0;
  font-size: 18px;
}
.projects-style1 .project-summary {
  font-size: 14px;
}
.projects-style1 a.project-readmore,
.projects-style1 .project-client-info {
  display: none;
}
.projects-style2 .project-inner {
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.projects-style2 .project-inner:hover .project-thumbnail {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}
.projects-style2 .project-inner:hover .project-info {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}
.projects-style2 .project-thumbnail {
  overflow: hidden;
  margin: 0;
  backface-visibility: hidden;
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  perspective: inherit;
  transition: transform 0.75s cubic-bezier(0.45, 0.2, 0.2, 1) 0s;
}
.projects-style2 .project-thumbnail a {
  display: block;
  position: relative;
}
.projects-style2 .project-info {
  padding: 30px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  perspective: inherit;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  transition: transform 0.75s cubic-bezier(0.45, 0.2, 0.2, 1) 0s;
  box-shadow: 0 2px 25px rgba(17, 26, 69, 0.15);
}
.projects-style2 .project-client-info img {
  width: auto;
  max-height: 50px;
  position: relative;
  z-index: 3;
}
.projects-style2 .project-client-info .project-client-color {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: -9999px;
}
.projects-style2 .project-client-info .project-client-color + img {
  padding: 10px;
  max-height: 70px;
}
.projects-style2 .project-info-inner,
.projects-style2 .project-client-info {
  transform: translateZ(100px) scale(0.8);
  transition: all 0.75s ease-in-out 0s;
}
.projects-style2 .project-meta {
  font-size: 13px;
  margin-bottom: 2px;
}
.projects-style2 .project-title {
  margin: 0 0 5px 0;
  font-size: 18px;
}
.projects-style2 .project-summary {
  font-size: 14px;
  line-height: 1.4;
}
.projects-style2 .project-readmore {
  margin-top: 20px;
  min-width: auto;
}
@media only screen and (min-width: 1025px) {
  .projects-style3 div[data-columns="1"] .project-title,
  .projects-style3 div[data-columns="2"] .project-title {
    font-size: 36px;
    width: 75%;
  }
}
.projects-style3 .project-inner {
  position: relative;
  overflow: hidden;
}
.projects-style3 .project-inner:hover a.project-readmore {
  transform: translateY(0);
  margin-top: 25px;
  opacity: 1;
}
.projects-style3 .project-inner:hover .project-info-inner {
  transform: translateY(0);
}
.projects-style3 .project-inner:hover .project-title a {
  background-size: 100% 100%;
}
.projects-style3 .project-inner:hover .project-info {
  background-color: rgba(0, 0, 0, 0.55);
}
.projects-style3 .project-inner:hover .project-thumbnail img {
  transform: scale(1.2) rotate(5deg);
}
.projects-style3 .project-thumbnail {
  overflow: hidden;
  margin: 0;
}
.projects-style3 .project-thumbnail a {
  display: block;
  position: relative;
}
.projects-style3 .project-thumbnail img {
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.projects-style3 .project-client-info {
  position: absolute;
  top: 40px;
}
.projects-style3 .project-client-info img {
  width: auto;
  max-height: 50px;
  position: relative;
  z-index: 3;
}
.projects-style3 .project-client-info .project-client-color {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: -9999px;
}
.projects-style3 .project-client-info .project-client-color + img {
  padding: 10px;
  max-height: 70px;
}
.projects-style3 .project-info {
  padding: 35px 10%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.projects-style3 .project-info-inner {
  position: relative;
  z-index: 3;
  transform: translateY(45px);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.projects-style3 .project-meta {
  font-size: 14px;
  margin-bottom: 2px;
}
.projects-style3 .project-meta a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}
.projects-style3 .project-title {
  margin: 0 0 5px 0;
  font-size: 24px;
  line-height: 1.2;
}
.projects-style3 .project-title a {
  background-size: 0 100%;
  background-repeat: no-repeat;
  color: #ffffff;
  background-image: linear-gradient(180deg, transparent 96%, #ffffff 0);
}
.projects-style3 .project-summary {
  font-size: 14px;
}
.projects-style3 a.project-readmore {
  vertical-align: bottom;
  background: #ffffff;
  text-shadow: none;
  transform: translateY(100%);
  min-width: auto;
  opacity: 1;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.projects-related {
  padding-top: 55px;
  border-top: 1px solid;
}
.projects-related-wrap {
  margin: 0 -15px;
}
.projects-related-wrap .project {
  padding: 0 15px;
}
.single-nproject.elementor-page .content-body-inner.wrap {
  width: 100%;
  max-width: 100%;
}
.single-nproject:not(.elementor-page) .project-tags.wrap,
.single-nproject:not(.elementor-page) .projects-related.wrap {
  max-width: 100%;
}
@media only screen and (min-width: 1025px) {
  .single-nproject:not(.elementor-page):not([class*="sidebar-"]) .main-content > .project {
    width: 66.666666%;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-nproject .content-header.content-header-featured {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.single-nproject .content-header.content-header-featured:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.7;
}
.single-nproject .project-featured-image {
  margin-bottom: 60px;
}
.single-nproject .main-content > .project {
  margin-bottom: 60px;
}
.single-nproject .project-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 30px;
}
.single-nproject .project-meta li {
  border-top: 1px solid;
  padding-top: 20px;
  flex: 1 1;
}
.single-nproject .project-meta li h3,
.single-nproject .project-meta li h4,
.single-nproject .project-meta li h5,
.single-nproject .project-meta li h6 {
  margin: 0;
}
.single-nproject .project-tags {
  font-size: 14px;
  margin-top: 40px;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.single-nproject .project-tags:empty {
  display: none;
}
.single-nproject .project-tags a {
  margin-right: 25px;
}
.single-nproject .project-tags a:last-child {
  margin-right: 0;
}
.single-nproject .project-tags a:before {
  content: "#";
  margin-right: 2px;
}
.single-nproject .wp-block-column > h6 {
  border-top: 1px solid;
  padding-top: 20px;
  margin: 0;
}
.projects-shortcode .projects-filter ul {
  justify-content: center;
}
.projects-shortcode .projects-items {
  margin: 0 -15px;
}
.projects-shortcode .projects-items .project {
  padding: 0 15px;
  margin-bottom: 30px;
}
.projects-shortcode.projects-style2 .projects-items {
  margin: 0 -5px;
}
.projects-shortcode.projects-style2 .projects-items .project {
  padding: 0 5px;
  margin-bottom: 10px;
}
.projects .navigation {
  padding-top: 30px;
}
/* ============================================================ 
    9. WOOCOMMERCE
=============================================================*/
.woocommerce-notices-wrapper {
  margin-bottom: 60px;
  text-align: center;
}
.woocommerce-notices-wrapper:empty {
  display: none;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1.3;
  gap: 10px;
  margin-bottom: 30px;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  padding: 6px 20px;
  font-size: 13px;
  line-height: 1.4;
}
.woocommerce-error {
  margin: 0;
  padding: 10px 20px 60px 20px;
  list-style: none;
  background: #ffffff;
}
.woocommerce-error li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.woocommerce-error li:last-child {
  margin-bottom: 0;
}
.woocommerce-error li:before {
  content: "\ea37";
  font-family: "Nucleo";
  font-size: 20px;
}
.term-description {
  display: none;
}
.woocommerce-ordering {
  position: relative;
  float: right;
  line-height: 18px;
  margin-bottom: 60px;
  display: none;
}
@media only screen and (min-width: 481px) {
  .woocommerce-ordering {
    display: block;
  }
}
.woocommerce-ordering select {
  font-size: 13px;
  line-height: 21px;
  padding: 0 18px 0 0;
  background: none;
  border: none;
  direction: rtl;
}
.woocommerce-ordering:before {
  text-indent: 0;
  content: "\ea4b";
  font-family: "Nucleo";
  font-size: 13px;
  position: absolute;
  right: 0;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-result-count {
  font-size: 13px;
  float: left;
  line-height: 21px;
  margin-bottom: 60px;
  display: none;
}
@media only screen and (min-width: 481px) {
  .woocommerce-result-count {
    display: block;
  }
}
span.onsale {
  position: absolute;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 0 10px;
}
.star-rating {
  overflow: hidden;
  position: relative;
  height: 14px;
  line-height: 14px;
  width: 65px;
  color: inherit;
}
.star-rating:before {
  font-size: 12px;
  content: "\ea29\ea29\ea29\ea29\ea29";
  font-family: "Nucleo";
  float: left;
  left: 1px;
  position: absolute;
  top: 0;
  letter-spacing: 1px;
}
.star-rating span {
  float: left;
  left: 0;
  top: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
}
.star-rating span:before {
  font-size: 12px;
  font-family: "Nucleo";
  left: 1px;
  position: absolute;
  top: 0;
  content: "\ea31\ea31\ea31\ea31\ea31";
  letter-spacing: 1px;
}
/* ============================================================ 
    9.1. Widget
=============================================================*/
.woocommerce.widget.widget_layered_nav_filters {
  border-bottom: 5px solid;
}
.widget_shopping_cart_content {
  background: #ffffff;
  padding: 10px 30px;
  border-top: 4px solid;
  box-shadow: 0 2px 25px rgba(17, 26, 69, 0.15);
}
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  text-align: center;
  font-size: 13px;
  position: relative;
  padding: 70px 0 10px 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message:before {
  content: "\ea4d";
  line-height: 1;
  font-family: "Nucleo";
  font-size: 48px;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.2;
}
.widget_shopping_cart_content .woocommerce-mini-cart {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.45;
}
.widget_shopping_cart_content .woocommerce-mini-cart li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 30px 20px 60px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart li img {
  width: 45px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.widget_shopping_cart_content .woocommerce-mini-cart li .variation {
  margin: 0 0 5px 0;
  font-size: 12px;
  display: flex;
  gap: 3px;
  opacity: 0.6;
}
.widget_shopping_cart_content .woocommerce-mini-cart li .variation .variation-size {
  margin: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart li .quantity {
  display: block;
  font-size: 13px;
}
.widget_shopping_cart_content .woocommerce-mini-cart li a {
  font-weight: 500;
  position: static;
  background: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
}
.widget_shopping_cart_content .woocommerce-mini-cart .remove {
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  transform: translateY(-50%);
  opacity: 0.2;
}
.widget_shopping_cart_content .woocommerce-mini-cart .remove:before {
  text-indent: 0;
  content: "\ea37";
  font-family: "Nucleo";
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.widget_shopping_cart_content .woocommerce-mini-cart .remove:hover {
  opacity: 1;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total {
  text-align: center;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total strong {
  font-weight: inherit;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total .amount {
  font-weight: 500;
  font-size: 20px;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  margin-bottom: 20px;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
  margin-bottom: 10px;
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  color: #ffffff;
  background-image: none;
}
.woocommerce-product-search {
  position: relative;
}
.woocommerce-product-search .search-field {
  width: 100%;
}
.woocommerce-product-search .screen-reader-text {
  overflow: visible;
  clip: inherit;
  clip-path: inherit;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 55px;
  height: 45px;
  margin: 0;
  text-indent: -9999px;
}
.woocommerce-product-search .screen-reader-text:before {
  text-indent: 0;
  content: "\ea55";
  font-family: "Nucleo";
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.woocommerce-product-search [type="submit"] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
  text-indent: -9999px;
  opacity: 0;
}
.widget_product_categories .product-categories li {
  margin-bottom: 15px;
}
.widget_product_categories .product-categories li a {
  position: relative;
  padding-left: 30px;
  background: none;
}
.widget_product_categories .product-categories li a:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.widget_product_categories .product-categories li a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 6px;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  border-radius: 50%;
  opacity: 0;
}
.widget_product_categories .product-categories li a:hover:before {
  opacity: 1;
}
.widget_product_categories .product-categories li:not(.current-cat):not(.current-cat-parent) a {
  color: inherit;
}
.widget_product_categories .product-categories li.current-cat > a:before,
.widget_product_categories .product-categories li.current-cat-parent > a:before {
  background: #ffffff;
  opacity: 1;
}
.widget_product_categories .product-categories li.current-cat > a:after,
.widget_product_categories .product-categories li.current-cat-parent > a:after {
  border-color: transparent;
}
.widget_product_categories .product-categories li .children {
  margin: 15px 0 17px 30px;
}
.woocommerce-widget-layered-nav .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
}
.woocommerce-widget-layered-nav .select2-container--default .select2-selection--multiple {
  border: none;
}
.woocommerce-widget-layered-nav .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
  padding: 0;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li {
  width: 50%;
  margin-bottom: 15px;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li:last-child {
  margin-bottom: 0;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a {
  position: relative;
  padding-left: 30px;
  background: none;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a:before {
  content: "\ea1c";
  font-family: "Nucleo";
  position: absolute;
  font-size: 21px;
  left: 0;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  opacity: 0;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a:hover:before {
  opacity: 1;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li:not(.chosen) a {
  color: inherit;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.chosen a:before {
  color: #ffffff;
  opacity: 1;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.chosen a:after {
  border-color: transparent;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .count {
  font-size: 12px;
}
.widget_layered_nav_filters ul {
  display: flex;
  gap: 10px;
}
.widget_layered_nav_filters ul li a {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 35px 5px 15px;
  color: inherit;
  font-weight: inherit;
  background: none;
  border-radius: 5px;
}
.widget_layered_nav_filters ul li a:before {
  content: "\ea21";
  font-family: "Nucleo";
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
.widget_layered_nav_filters ul li a:hover {
  border-color: rgba(0, 0, 0, 0.4);
}
.widget_price_filter .price_slider_wrapper .price_slider {
  height: 5px;
  position: relative;
  border-radius: 5px;
}
.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
  height: 5px;
  position: absolute;
  top: 0;
  border-radius: 5px;
}
.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  position: absolute;
  top: -5px;
  cursor: pointer;
  border-radius: 50%;
}
.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle:nth-of-type(2n) {
  transform: translateX(-15px);
}
.widget_price_filter .price_slider_wrapper .price_label {
  position: absolute;
  right: 0;
  top: 0;
}
.widget_price_filter .button {
  width: 100%;
  padding: 12px;
  margin-top: 25px;
}
.widget_products .product_list_widget li,
.widget_recent_reviews .product_list_widget li,
.widget_top_rated_products .product_list_widget li {
  position: relative;
  padding: 20px 0 20px 60px;
  margin-bottom: 0;
  border-bottom: 1px solid;
  overflow: hidden;
}
.widget_products .product_list_widget li a,
.widget_recent_reviews .product_list_widget li a,
.widget_top_rated_products .product_list_widget li a {
  position: static;
}
.widget_products .product_list_widget li a .product-title,
.widget_recent_reviews .product_list_widget li a .product-title,
.widget_top_rated_products .product_list_widget li a .product-title {
  display: block;
  font-weight: bold;
}
.widget_products .product_list_widget li img,
.widget_recent_reviews .product_list_widget li img,
.widget_top_rated_products .product_list_widget li img {
  width: 45px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.widget_products .product_list_widget li > .amount,
.widget_recent_reviews .product_list_widget li > .amount,
.widget_top_rated_products .product_list_widget li > .amount {
  font-size: 90%;
}
.widget_products .product_list_widget li del,
.widget_recent_reviews .product_list_widget li del,
.widget_top_rated_products .product_list_widget li del {
  font-size: 12px;
  opacity: 0.7;
}
.widget_products .product_list_widget li ins,
.widget_recent_reviews .product_list_widget li ins,
.widget_top_rated_products .product_list_widget li ins {
  text-decoration: none;
}
.widget_products .product_list_widget li .star-rating,
.widget_recent_reviews .product_list_widget li .star-rating,
.widget_top_rated_products .product_list_widget li .star-rating {
  margin: 3px 0 5px 0;
}
.widget_products .product_list_widget li .reviewer,
.widget_recent_reviews .product_list_widget li .reviewer,
.widget_top_rated_products .product_list_widget li .reviewer {
  font-size: 13px;
}
/* ============================================================ 
    9.2. Off-Canvas/Filter
=============================================================*/
.woocommerce-content-top {
  float: left;
}
.woocommerce-content-top .off-canvas-toggle {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 30px 9px 40px;
  color: inherit;
  border: 1px solid;
}
.woocommerce-content-top .off-canvas-toggle:after,
.woocommerce-content-top .off-canvas-toggle:before {
  content: "";
  position: absolute;
  left: 15px;
  height: 2px;
  width: 15px;
  top: 15px;
}
.woocommerce-content-top .off-canvas-toggle:after {
  top: auto;
  bottom: 14px;
  left: 18px;
  width: 9px;
}
.woocommerce-content-top .off-canvas-toggle:hover {
  box-shadow: 0 2px 4px rgba(17, 26, 69, 0.15);
}
.woocommerce-content-top + .woocommerce-notices-wrapper + .woocommerce-result-count {
  float: right;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  margin-left: 15px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .woocommerce-content-top + .woocommerce-notices-wrapper + .woocommerce-result-count {
    display: block;
  }
}
.woocommerce-content-top-wrap {
  position: fixed;
  padding: 80px 60px;
  z-index: 999;
  left: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  background: #ffffff;
  width: 80%;
  visibility: hidden;
  transform: translateX(-100%);
  box-shadow: 0 2px 25px rgba(17, 26, 69, 0.15);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
@media only screen and (min-width: 605px) {
  .woocommerce-content-top-wrap {
    width: 60%;
  }
}
@media only screen and (min-width: 1025px) {
  .woocommerce-content-top-wrap {
    width: 20%;
    min-width: 400px;
  }
}
.off-canvas-top-active .woocommerce-content-top-wrap {
  visibility: visible;
  transform: translateX(0);
}
.off-canvas-top-active .site:before {
  visibility: visible;
  opacity: 1;
}
/* ============================================================ 
    9.3. Shop Page
=============================================================*/
.hidden-categories + .woocommerce-categories {
  display: block;
}
.woocommerce-categories {
  display: none;
  margin: 0 0 60px 0;
  border-bottom: 1px solid;
  padding: 0;
  text-align: center;
  list-style: none;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.woocommerce-categories::-webkit-scrollbar {
  display: none;
}
.woocommerce-categories li {
  display: inline-block;
  margin: 0 15px;
}
.woocommerce-categories li:last-child {
  margin-right: 0;
}
.woocommerce-categories li:first-child {
  margin-left: 0;
}
.woocommerce-categories li img {
  width: 75px;
  position: relative;
  top: 25px;
}
.woocommerce-categories li span.title {
  position: relative;
  top: 15px;
}
.woocommerce-categories li a {
  display: flex;
  flex-direction: column;
  white-space: break-spaces;
  color: inherit;
  font-size: 14px;
  border-bottom: none;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  height: 117px;
}
.woocommerce-categories li a:hover img {
  transform: translateY(-10px);
}
.products {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
.products li.product {
  position: relative;
  float: none;
}
.products li.product .button {
  border: none;
  font-weight: 700;
  position: absolute;
  left: 15px;
  bottom: 28px;
  transform: translate(0, 100%);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.products li.product .button:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
}
.products li.product .added_to_cart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: inherit;
  background: #ffffff;
  padding: 5px 20px;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(17, 26, 69, 0.15);
}
.products li.product .added_to_cart:hover {
  box-shadow: 0 2px 25px rgba(17, 26, 69, 0.15);
}
.products li.product:hover .button {
  visibility: visible;
  transform: translate(0, 0);
  opacity: 1;
}
.products li.product:hover .button.loading {
  opacity: 0.3;
}
.products li.product:hover .price {
  opacity: 0;
}
.products li.product:hover .price > * {
  transform: translateY(-100%);
}
.products li.product .woocommerce-loop-product__link {
  position: relative;
  display: block;
  color: inherit;
  height: 100%;
  padding-bottom: 20px;
}
.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  margin: 0 0 3px 0;
  font-size: 15px;
  line-height: 1.4;
  font-weight: normal;
}
.products li.product .woocommerce-loop-product__link .star-rating {
  margin: 5px 0 10px;
}
.products li.product .woocommerce-loop-product__link img {
  margin-bottom: 20px;
}
.products li.product .woocommerce-loop-product__link .price {
  font-weight: 700;
  font-size: 17px;
  overflow: hidden;
  display: inline-block;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.products li.product .woocommerce-loop-product__link .price .woocommerce-Price-currencySymbol {
  font-weight: normal;
}
.products li.product .woocommerce-loop-product__link .price ins {
  text-decoration: none;
}
.products li.product .woocommerce-loop-product__link .price del {
  font-size: 12px;
  font-weight: normal;
}
.products li.product .woocommerce-loop-product__link .price .customF {
  font-size: 13px;
  font-weight: normal;
}
.products li.product .woocommerce-loop-product__link .price > * {
  display: inline-block;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.products li.product.outofstock .price bdi {
  text-decoration: line-through;
}
.woocommerce-pagination {
  padding: 0;
}
.woocommerce-pagination ul.page-numbers {
  border: none;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
}
.woocommerce-pagination ul.page-numbers:hover {
  box-shadow: none;
}
.woocommerce-pagination ul.page-numbers li .page-numbers {
  display: block;
}
/* ============================================================ 
    9.4. Product Single
=============================================================*/
.single-product .content-header {
  padding-bottom: 15px;
}
.single-product .content-header .page-title-wrap {
  display: none;
}
.single-product .content-header .breadcrumbs .breadcrumbs-inner {
  justify-content: inherit;
}
.product {
  position: relative;
}
.product:after {
  content: "";
  display: table;
  clear: both;
}
.product.product-type-variable .summary .price {
  display: block;
}
.product > .onsale {
  left: 0;
  top: 0;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .product > .onsale {
    right: 0;
    left: auto;
  }
}
.product .images {
  display: flex;
  gap: 15px;
  flex-direction: column;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .product .images {
    float: left;
    width: calc(40% - 25px);
  }
}
.product .images .woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  text-indent: -9999px;
  width: 44px;
  height: 44px;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(17, 26, 69, 0.15);
  opacity: 0;
}
.product .images .woocommerce-product-gallery__trigger:before {
  text-indent: 0;
  content: "\ea45";
  font-size: 24px;
  font-family: "Nucleo";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product .images .woocommerce-product-gallery__wrapper {
  margin: 0;
  flex-grow: 1;
  text-align: center;
}
.product .images .woocommerce-product-gallery__wrapper a {
  display: block;
}
.product .images:hover .woocommerce-product-gallery__trigger {
  opacity: 1;
}
.product .flex-control-thumbs {
  display: flex;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  gap: 15px;
}
.product .flex-control-thumbs li img {
  cursor: pointer;
  width: 50px;
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
}
.product .summary {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .product .summary {
    clear: right;
    float: right;
    width: calc(60% - 25px);
  }
}
.product .summary .woocommerce-product-rating {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.product .summary .woocommerce-product-rating .star-rating {
  height: 24px;
  line-height: 24px;
  width: 125px;
}
.product .summary .woocommerce-product-rating .star-rating:before {
  font-size: 24px;
}
.product .summary .woocommerce-product-rating .star-rating span {
  padding-top: 24px;
}
.product .summary .woocommerce-product-rating .star-rating span:before {
  font-size: 24px;
}
.product .summary .product_title {
  font-size: 26px;
  line-height: 1.125;
  margin: 0 55px 10px 0;
  order: 1;
}
.product .summary .product_meta {
  order: 2;
  font-size: 14px;
  display: flex;
  margin-bottom: 15px;
  gap: 20px;
}
.product .summary .stock {
  font-size: 13px;
  line-height: 1.4;
  order: 0;
  margin: 0 0 5px 0;
  opacity: 0.7;
}
.product .summary .price {
  order: 3;
  padding-top: 25px;
  margin: 0 0 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
}
.product .summary .price .customF {
  font-size: 15px;
}
.product .summary .price ins {
  text-decoration: none;
}
.product .summary .price .amount {
  font-size: 24px;
  font-weight: bold;
}
.product .summary .price .amount .woocommerce-Price-currencySymbol {
  font-weight: normal;
  margin-right: 3px;
}
.product .summary .woocommerce-product-details__short-description {
  order: 4;
  margin-bottom: 15px;
}
.product .summary .cart {
  order: 5;
  margin-top: 20px;
}
.product .summary .cart:not(.variations_form):not(.grouped_form) {
  display: flex;
  gap: 10px;
  align-items: center;
}
.product .summary .cart .quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product .summary .cart .quantity .qty {
  width: 85px;
}
.product .summary .cart .button {
  flex-grow: 1;
  width: 100%;
}
.product .summary .cart table {
  padding: 0 0 20px 0;
}
.product .summary .cart table tr td {
  padding: 5px 0;
  border: none;
}
.product .summary .cart table tr td.label {
  font-weight: bold;
  width: 95px;
}
.product .summary .cart table tr td.value {
  position: relative;
}
.product .summary .cart table tr td.value:before {
  content: "\ea4b";
  font-family: "Nucleo";
  font-size: 13px;
  position: absolute;
  right: 18px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.product .summary .cart table tr td.value select {
  width: 100%;
  background: none;
}
.product .summary .cart table tr td .reset_variations {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  background: #ffffff;
  font-size: 14px;
  right: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 10px;
}
.product .summary .cart table tr td .reset_variations:hover {
  border-color: rgba(0, 0, 0, 0.3);
}
.product .summary .cart table tr td label a {
  color: inherit;
  font-weight: bold;
}
.product .summary .cart table tr td.woocommerce-grouped-product-list-item__price {
  font-weight: 700;
}
.product .summary .cart table tr td.woocommerce-grouped-product-list-item__price .woocommerce-Price-currencySymbol {
  font-weight: normal;
}
.product .summary .cart table tr td.woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
}
.product .summary .cart table tr td.woocommerce-grouped-product-list-item__price del {
  font-size: 12px;
  font-weight: normal;
}
.product .summary .cart table tr:hover td.value select {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 25px rgba(17, 26, 69, 0.15);
}
.product .summary .cart .single_variation_wrap {
  padding-left: 95px;
}
.product .summary .cart .single_variation_wrap .variations_button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product .summary .cart .single_variation_wrap .woocommerce-variation-description {
  margin: 0 0 20px 0;
}
.product .summary .cart .single_variation_wrap .woocommerce-variation-price {
  padding-bottom: 15px;
}
.product .woocommerce-tabs {
  clear: both;
  margin-bottom: 60px;
  border: 1px solid;
  border-top-width: 5px;
  box-shadow: 0 2px 4px rgba(17, 26, 69, 0.15);
}
@media only screen and (min-width: 769px) {
  .product .woocommerce-tabs {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
  }
}
.product .woocommerce-tabs .tabs {
  margin: 0;
  padding: 0 8%;
  list-style: none;
  display: flex;
  gap: 40px;
}
.product .woocommerce-tabs .tabs a {
  display: block;
  font-weight: bold;
  color: inherit;
  padding: 30px 0 40px;
  font-size: 17px;
}
.product .woocommerce-tabs .woocommerce-Tabs-panel {
  font-size: 14px;
  padding: 0 8% 40px 8%;
  line-height: 160%;
}
.product .woocommerce-tabs .woocommerce-Tabs-panel > h2,
.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews-title,
.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews,
.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-reply-title {
  display: none;
}
.product .woocommerce-tabs .woocommerce-Tabs-panel table tr td,
.product .woocommerce-tabs .woocommerce-Tabs-panel table tr th {
  padding: 10px 0;
}
.product .woocommerce-tabs .woocommerce-Tabs-panel table tr:first-child td,
.product .woocommerce-tabs .woocommerce-Tabs-panel table tr:first-child th {
  padding-top: 0;
}
.product .related,
.product .upsells {
  clear: both;
  display: block;
}
.product .commentlist {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.product .commentlist li {
  padding: 0 0 20px 0;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product .commentlist .comment_container {
  font-size: 14px;
  display: flex;
  gap: 15px;
}
.product .commentlist .comment_container img {
  border-radius: 50%;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
}
.product .commentlist .comment_container .comment-text .meta {
  margin-bottom: 10px;
}
.product .comment-respond #commentform {
  background: none;
}
.product .comment-respond #commentform .comment-form-comment,
.product .comment-respond #commentform .comment-form-author,
.product .comment-respond #commentform .comment-form-email {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 605px) {
  .product .comment-respond #commentform .comment-form-comment,
  .product .comment-respond #commentform .comment-form-author,
  .product .comment-respond #commentform .comment-form-email {
    align-items: center;
    flex-direction: row;
  }
}
.product .comment-respond #commentform .comment-form-comment label,
.product .comment-respond #commentform .comment-form-author label,
.product .comment-respond #commentform .comment-form-email label {
  font-size: 13px;
  width: 120px;
  flex-shrink: 0;
}
.product .comment-respond #commentform .comment-form-comment input,
.product .comment-respond #commentform .comment-form-author input,
.product .comment-respond #commentform .comment-form-email input {
  font-size: 13px;
  border: none;
  padding: 8px 12px;
  flex-grow: 1;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
}
.product .comment-respond #commentform .comment-form-comment input:focus,
.product .comment-respond #commentform .comment-form-author input:focus,
.product .comment-respond #commentform .comment-form-email input:focus {
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: none;
}
.product .comment-respond #commentform .comment-form-comment {
  align-items: baseline;
  overflow: hidden;
}
.product .comment-respond #commentform .comment-form-comment textarea {
  margin-top: 15px;
  font-size: 13px;
  border: none;
  flex-grow: 1;
  padding: 0 12px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.12) 1px, transparent 1px);
  background-size: 100% 30px;
  line-height: 30px !important;
  height: 61px;
  width: 100%;
  margin-bottom: 15px;
  background-color: transparent;
  border-radius: 0;
}
.product .comment-respond #commentform .comment-form-comment textarea:focus {
  background-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3) 1px, transparent 1px);
  box-shadow: none;
}
@media only screen and (min-width: 605px) {
  .product .comment-respond #commentform .comment-form-comment textarea {
    height: 91px;
    margin-top: -1px;
    margin-bottom: 0;
  }
}
.product .comment-respond #commentform .comment-form-cookies-consent {
  gap: 15px;
  display: flex;
  align-items: center;
  margin: 40px 0;
  font-size: 11px;
  line-height: 1.4;
}
.product .comment-respond #commentform .comment-form-cookies-consent input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 21px;
  width: 21px;
  flex-shrink: 0;
  background: #ffffff;
}
.product .comment-respond #commentform .comment-form-cookies-consent input[type="checkbox"]:after {
  content: "\ea1c";
  font-family: "Nucleo";
  position: absolute;
  font-size: 18px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
}
.product .comment-respond #commentform .comment-form-cookies-consent input[type="checkbox"]:checked {
  opacity: 1;
}
.product .comment-respond #commentform .comment-form-cookies-consent input[type="checkbox"]:checked:after {
  display: block;
}
.product .comment-respond #commentform .form-submit {
  margin: 40px 0 0;
}
.product .comment-respond #commentform .form-submit input {
  width: 100%;
}
.product .comment-respond .comment-notes {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px;
}
.product .comment-respond .comment-form-rating {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.product .comment-respond .comment-form-rating label[for="rating"] {
  font-size: 13px;
  width: 120px;
  flex-shrink: 0;
}
.product .comment-respond .comment-form-rating .stars {
  overflow: hidden;
  margin: 0;
  top: 0;
  position: relative;
  height: 24px;
  line-height: 24px;
  width: 125px;
}
.product .comment-respond .comment-form-rating .stars:before {
  content: "\ea29\ea29\ea29\ea29\ea29";
  font-family: "Nucleo";
  font-size: 24px;
  float: left;
  left: 0;
  position: absolute;
  top: 0;
  letter-spacing: 1px;
}
.product .comment-respond .comment-form-rating .stars span a {
  float: left;
  height: 0;
  left: 0;
  overflow: hidden;
  padding-top: 24px;
  position: absolute;
  top: 0;
  letter-spacing: 1px;
}
.product .comment-respond .comment-form-rating .stars span a:before {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  content: "\ea31\ea31\ea31\ea31\ea31";
  font-size: 24px;
  font-family: "Nucleo";
}
.product .comment-respond .comment-form-rating .stars span a.star-1 {
  width: 24px;
  z-index: 10;
}
.product .comment-respond .comment-form-rating .stars span a.star-2 {
  width: 49px;
  z-index: 9;
}
.product .comment-respond .comment-form-rating .stars span a.star-3 {
  width: 74px;
  z-index: 8;
}
.product .comment-respond .comment-form-rating .stars span a.star-4 {
  width: 99px;
  z-index: 7;
}
.product .comment-respond .comment-form-rating .stars span a.star-5 {
  width: 124px;
  z-index: 6;
}
.product .comment-respond .comment-form-rating .stars span a.active:before,
.product .comment-respond .comment-form-rating .stars span a:hover:before {
  visibility: visible;
}
/* ============================================================ 
    9.5. Cart
=============================================================*/
.woocommerce-cart .woocommerce {
  position: relative;
}
.woocommerce-cart .woocommerce:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 992px) {
  .woocommerce-cart .woocommerce:before {
    content: "";
    position: absolute;
    width: 1px;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 40%;
    background: rgba(0, 0, 0, 0.1);
  }
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  margin-bottom: 0;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-info {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.woocommerce-cart .cart-empty {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0 0 30px 0;
  border: none;
  color: inherit;
  font-size: 24px;
  line-height: 1.2;
  box-shadow: none;
}
.woocommerce-cart .cart-empty:before {
  content: "\ea4d";
  line-height: 1;
  font-family: "Nucleo";
  font-size: 64px;
  opacity: 0.2;
}
.woocommerce-cart .cart-empty:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #ffffff;
}
.woocommerce-cart .return-to-shop {
  text-align: center;
}
.woocommerce-cart .return-to-shop a {
  display: inline-block;
}
.woocommerce-cart .woocommerce-message[role="alert"] {
  background: #ffffff;
  padding-bottom: 60px;
}
.woocommerce-cart-form {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.woocommerce-cart-form:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 0;
  border-bottom: 5px solid;
}
@media only screen and (min-width: 992px) {
  .woocommerce-cart-form {
    float: left;
    width: 60%;
    padding-right: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .woocommerce-cart-form:before {
    display: none;
  }
}
.woocommerce-cart-form .shop_table thead th {
  padding: 0 0 10px 0;
  font-size: 14px;
  line-height: 160%;
  text-transform: uppercase;
}
.woocommerce-cart-form .shop_table tr {
  position: relative;
}
.woocommerce-cart-form .shop_table tr:last-child td {
  padding-bottom: 0;
}
.woocommerce-cart-form .shop_table td {
  padding: 20px 20px 20px 0;
}
.woocommerce-cart-form .shop_table td:last-child {
  padding-right: 0;
}
.woocommerce-cart-form .shop_table .product-remove {
  width: 24px;
}
.woocommerce-cart-form .shop_table .product-remove a {
  position: relative;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  display: inline-block;
  color: inherit;
  opacity: 0.3;
}
.woocommerce-cart-form .shop_table .product-remove a:before {
  text-indent: 0;
  content: "\ea37";
  font-family: "Nucleo";
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.woocommerce-cart-form .shop_table .product-remove a:hover {
  opacity: 1;
}
.woocommerce-cart-form .shop_table .product-name {
  padding-right: 10px;
}
.woocommerce-cart-form .shop_table .product-name a {
  color: inherit;
  display: inline-block;
  line-height: 1.3;
}
.woocommerce-cart-form .shop_table .product-thumbnail {
  width: 65px;
}
.woocommerce-cart-form .shop_table .product-thumbnail img {
  width: 50px;
}
.woocommerce-cart-form .shop_table .product-price {
  padding-right: 0;
}
.woocommerce-cart-form .shop_table .quantity input.qty {
  padding: 6px 10px 6px 15px;
  width: 60px;
  text-align: center;
}
.woocommerce-cart-form .shop_table .variation {
  margin: 0;
  font-size: 12px;
  display: flex;
  gap: 3px;
  opacity: 0.6;
}
.woocommerce-cart-form .shop_table .variation .variation-size {
  margin: 0;
}
.woocommerce-cart-form .shop_table .actions {
  border: none;
}
.woocommerce-cart-form .shop_table .actions .coupon {
  border: 1px dashed;
  padding: 0;
  position: relative;
  width: 100%;
}
.woocommerce-cart-form .shop_table .actions .coupon:before {
  content: "\ea0d";
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  z-index: 1;
}
.woocommerce-cart-form .shop_table .actions .coupon label[for="coupon_code"] {
  display: none;
}
.woocommerce-cart-form .shop_table .actions .coupon input[type="text"] {
  width: 100%;
  padding-left: 60px;
  padding-right: 0;
  border: none;
}
.woocommerce-cart-form .shop_table .actions .coupon input[type="text"]:focus + .button {
  visibility: visible;
  opacity: 1;
}
.woocommerce-cart-form .shop_table .actions .coupon .button {
  padding: 5px 20px;
  position: absolute;
  font-size: 14px;
  color: inherit;
  background: transparent;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  visibility: hidden;
  width: auto;
  margin: 0;
  box-shadow: none;
  opacity: 0;
}
.woocommerce-cart-form .shop_table .actions .coupon .button:hover {
  color: #ffffff;
}
.woocommerce-cart-form .shop_table .actions .button {
  width: 100%;
  margin-top: 15px;
}
.woocommerce-cart-form .shop_table .actions .button[aria-disabled="true"] {
  cursor: no-drop;
}
.woocommerce-cart-form .shop_table .actions .button[aria-disabled="true"]:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart-form .shop_table tbody,
  .woocommerce-cart-form .shop_table tr,
  .woocommerce-cart-form .shop_table td {
    display: block;
    width: 100%;
  }
  .woocommerce-cart-form .shop_table .cart_item {
    padding-left: 65px;
    padding-right: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .woocommerce-cart-form .shop_table .cart_item:first-child {
    padding-top: 0;
    border-top: none;
  }
  .woocommerce-cart-form .shop_table .cart_item:first-child .product-thumbnail {
    top: 0;
  }
  .woocommerce-cart-form .shop_table .cart_item:first-child .product-remove {
    top: calc(50% - 10px);
  }
  .woocommerce-cart-form .shop_table .cart_item td {
    border: none;
    padding: 0;
    width: auto;
  }
  .woocommerce-cart-form .shop_table .cart_item .product-remove {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .woocommerce-cart-form .shop_table .cart_item .product-remove a:before {
    font-size: 24px;
  }
  .woocommerce-cart-form .shop_table .cart_item .product-thumbnail {
    position: absolute;
    left: 0;
    top: 20px;
  }
  .woocommerce-cart-form .shop_table .cart_item .product-price,
  .woocommerce-cart-form .shop_table .cart_item .product-quantity,
  .woocommerce-cart-form .shop_table .cart_item .product-subtotal {
    display: inline-block;
  }
  .woocommerce-cart-form .shop_table .cart_item .product-price {
    margin-right: 10px;
  }
  .woocommerce-cart-form .shop_table .cart_item .quantity:before {
    margin: 0;
  }
  .woocommerce-cart-form .shop_table .cart_item .quantity input.qty {
    width: 45px;
    padding: 5px;
  }
}
@media only screen and (min-width: 992px) {
  .cart-collaterals {
    float: right;
    width: 40%;
    padding-left: 40px;
  }
}
.cart-collaterals .cart_totals > h2 {
  font-size: 14px;
  border-bottom: 5px solid;
  color: inherit;
  line-height: 160%;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}
.cart-collaterals .cart_totals .shop_table {
  border: none;
  font-size: 14px;
}
.cart-collaterals .cart_totals .shop_table th {
  font-size: 14px;
}
.cart-collaterals .cart_totals .shop_table tr th,
.cart-collaterals .cart_totals .shop_table tr td {
  padding: 10px 0;
}
.cart-collaterals .cart_totals .shop_table tr td {
  text-align: right;
  padding-left: 10px;
}
.cart-collaterals .cart_totals .shop_table tr td .woocommerce-shipping-calculator {
  margin-top: 10px;
}
.cart-collaterals .cart_totals .shop_table tr td .woocommerce-shipping-calculator .shipping-calculator-button {
  font-size: 12px;
}
.cart-collaterals .cart_totals .shop_table tr.order-total .amount {
  font-size: 24px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-top: 20px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
  width: 100%;
  display: block;
  text-align: center;
}
/* ============================================================ 
    9.6. Checkout
=============================================================*/
.woocommerce-checkout .woocommerce-error {
  display: block;
  padding: 0;
}
.woocommerce-checkout .woocommerce-checkout {
  position: relative;
  margin-top: 60px;
}
.woocommerce-checkout .woocommerce-checkout:after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-checkout .woocommerce-checkout [class*="fields__field-wrapper"] {
  margin: 0 -15px;
}
.woocommerce-checkout .woocommerce-checkout [class*="fields__field-wrapper"]:after {
  content: "";
  clear: both;
  display: table;
}
.woocommerce-checkout .woocommerce-checkout ul[role="alert"] {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 60px;
}
.woocommerce-checkout .woocommerce-checkout .form-row {
  float: left;
  width: 50%;
  padding: 0 15px;
}
.woocommerce-checkout .woocommerce-checkout .form-row#billing_company_field,
.woocommerce-checkout .woocommerce-checkout .form-row#billing_country_field,
.woocommerce-checkout .woocommerce-checkout .form-row#billing_email_field,
.woocommerce-checkout .woocommerce-checkout .form-row#order_comments_field {
  width: 100%;
}
.woocommerce-checkout .woocommerce-checkout .form-row#billing_company_field .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce-checkout .form-row#billing_country_field .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce-checkout .form-row#billing_email_field .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce-checkout .form-row#order_comments_field .woocommerce-input-wrapper {
  height: auto;
}
.woocommerce-checkout .woocommerce-checkout #customer_details {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .woocommerce-checkout .woocommerce-checkout #customer_details {
    float: left;
    width: 65%;
    padding-right: 60px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.woocommerce-checkout .woocommerce-checkout #customer_details h3 {
  margin: 0 0 30px 0;
  font-size: 24px;
}
.woocommerce-checkout .woocommerce-checkout #customer_details .col-1 {
  margin-bottom: 60px;
}
.woocommerce-checkout .woocommerce-checkout #customer_details .woocommerce-shipping-fields {
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-checkout #order_review_heading {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  padding: 10px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .woocommerce-checkout .woocommerce-checkout #order_review_heading {
    float: right;
    width: 35%;
  }
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order {
  background: #ffffff;
  padding: 40px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 2px 25px rgba(17, 26, 69, 0.15);
}
@media only screen and (min-width: 992px) {
  .woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order {
    float: right;
    width: 35%;
  }
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table {
  border: none;
  font-size: 14px;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table thead {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr th,
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr td {
  padding: 15px 0;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr td.product-total {
  text-align: right;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tbody tr,
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tbody td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr th,
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr td {
  padding: 15px 0;
  text-align: right;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr th {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr.order-total th,
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr.order-total td {
  border-top: 5px solid;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr.order-total .amount {
  font-size: 24px;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr.shipping th,
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr.shipping td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr.shipping td[data-title="Shipping"] {
  font-size: 12px;
  opacity: 0.7;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr.shipping .woocommerce-shipping-methods li {
  flex-direction: column;
}
.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  display: block;
  color: inherit;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  font-size: 15px;
}
.woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce-form-coupon-toggle .woocommerce-info a {
  font-weight: bold;
}
.woocommerce-form-login-toggle + ul[role="alert"],
.woocommerce-form-coupon-toggle + ul[role="alert"] {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.checkout_coupon {
  border: 1px dashed;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto 60px;
}
@media only screen and (min-width: 769px) {
  .checkout_coupon {
    width: 50%;
  }
}
.checkout_coupon:before {
  content: "\ea0d";
  font-family: "Nucleo";
  position: absolute;
  font-size: 24px;
  left: 20px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.checkout_coupon p {
  display: none;
}
.checkout_coupon p.form-row {
  margin: 0;
  display: block;
}
.checkout_coupon p.form-row.form-row-first {
  flex-grow: 1;
}
.checkout_coupon p.form-row.form-row-first input[type="text"].input-text {
  width: 100%;
  border: none;
  padding-left: 60px;
}
.checkout_coupon p.form-row.form-row-last {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.checkout_coupon p.form-row.form-row-last button.button {
  background: none;
  color: inherit;
  padding: 10px 20px;
  box-shadow: none;
}
/* ============================================================ 
    9.7. Other
=============================================================*/
.woocommerce-page .down-arrow {
  display: none;
}
.woocommerce .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.woocommerce .form-row:last-child {
  margin-bottom: 0;
}
.woocommerce .form-row label {
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  margin-bottom: 8px;
}
.woocommerce .form-row .woocommerce-input-wrapper {
  display: block;
  height: 52px;
}
.woocommerce .form-row .woocommerce-input-wrapper input {
  width: 100%;
}
.woocommerce .form-row .woocommerce-input-wrapper textarea {
  width: 100%;
  height: 90px;
  line-height: 20px;
}
.woocommerce .form-row .screen-reader-text + .woocommerce-input-wrapper {
  margin-top: 24px;
}
.woocommerce .form-row .select2-container {
  display: block;
}
.woocommerce .form-row .select2-container .select2-selection {
  border: none;
  height: auto;
  border-radius: 0;
}
.woocommerce .form-row .select2-container .select2-selection .select2-selection__rendered {
  padding: 12px 25px;
  line-height: 19px;
  color: inherit;
  border: 1px solid;
}
.woocommerce .form-row .select2-container .select2-selection .select2-selection__arrow {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce .form-row .select2-container .select2-selection .select2-selection__arrow:before {
  content: "\ea4b";
  font-family: "Nucleo";
  font-size: 13px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.woocommerce .form-row .select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}
.woocommerce .form-row.woocommerce-invalid-required-field .woocommerce-input-wrapper input.input-text {
  box-shadow: 0 2px 25px rgba(17, 26, 69, 0.15);
}
.woocommerce-shop .products,
.woocommerce.archive .products {
  position: relative;
}
.woocommerce-shop .products:before,
.woocommerce.archive .products:before {
  position: absolute;
  left: -1000px;
  right: -1000px;
  top: -142px;
  bottom: -105px;
  z-index: -1;
}
.woocommerce-checkout-payment .wc_payment_methods {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.woocommerce-checkout-payment .wc_payment_methods li {
  padding: 15px 60px 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 2px 4px rgba(17, 26, 69, 0.15);
}
.woocommerce-checkout-payment .wc_payment_methods li .input-radio {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.woocommerce-checkout-payment .wc_payment_methods li .input-radio:checked + label:before {
  content: "\ea35";
  opacity: 1;
}
.woocommerce-checkout-payment .wc_payment_methods li .input-radio:checked + label:after {
  opacity: 1;
}
.woocommerce-checkout-payment .wc_payment_methods li .payment_box {
  margin: 10px 0 0;
}
.woocommerce-checkout-payment .wc_payment_methods li label {
  font-weight: 500;
}
.woocommerce-checkout-payment .wc_payment_methods li label:before {
  content: "\ea23";
  font-family: "Nucleo";
  position: absolute;
  font-size: 24px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
}
.woocommerce-checkout-payment .wc_payment_methods li label:after {
  content: "";
  position: absolute;
  border: 1px solid;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  border-radius: 10px;
}
.woocommerce-checkout-payment .wc_payment_methods li img {
  display: none;
}
.woocommerce-checkout-payment .wc_payment_methods li a {
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-weight: 300;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout-payment .wc_payment_methods li a:hover {
  border-color: rgba(0, 0, 0, 0.4);
}
.woocommerce-checkout-payment .wc_payment_methods li.woocommerce-info {
  color: inherit;
}
.woocommerce-checkout-payment .wc_payment_methods li.woocommerce-info:before {
  content: "!";
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  width: 24px;
  height: 24px;
  right: 20px;
  top: 50%;
  text-align: center;
  line-height: 24px;
  background: rgba(0, 0, 0, 0.15);
  transform: translateY(-50%);
  border-radius: 50%;
}
.woocommerce-checkout-payment .form-row.place-order {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
}
.woocommerce-checkout-payment .form-row.place-order .woocommerce-privacy-policy-text {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.5;
}
.woocommerce-shipping-totals {
  font-size: 13px;
  line-height: 1.3;
}
.woocommerce-shipping-methods {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.woocommerce-shipping-methods li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.woocommerce-shipping-destination {
  margin-bottom: 0;
}
.shipping-calculator-form {
  margin-top: 15px;
}
.shipping-calculator-form .form-row {
  margin-bottom: 10px;
}
.shipping-calculator-form .form-row:last-child {
  margin-bottom: 0;
}
.shipping-calculator-form .form-row input[type="text"].input-text {
  width: 100%;
  padding: 6px 15px;
  font-size: 13px;
  border-radius: 0;
}
.shipping-calculator-form .form-row .select2-container {
  height: 32px;
}
.shipping-calculator-form .form-row .select2-container--default .select2-selection--single {
  border: none;
  height: 32px;
  border-radius: 0;
}
.shipping-calculator-form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  text-align: left;
  padding: 0 15px;
}
.shipping-calculator-form button[type="submit"] {
  width: 100%;
  text-align: center;
  padding: 6px 15px;
  font-size: 13px;
  border-radius: 0;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0 -5px 60px -5px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-MyAccount-navigation ul li {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .woocommerce-MyAccount-navigation ul li {
    width: 33.333333%;
  }
}
@media only screen and (min-width: 1025px) {
  .woocommerce-MyAccount-navigation ul li {
    flex: 1 1;
  }
}
.woocommerce-MyAccount-navigation ul li a {
  display: flex;
  align-items: center;
  padding: 20px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  gap: 15px;
  line-height: 1;
  font-weight: 500;
  flex-direction: column;
  border-radius: 0;
}
.woocommerce-MyAccount-navigation ul li a:before {
  content: "\ea47";
  font-size: 32px;
  font-family: "Nucleo";
}
.woocommerce-MyAccount-navigation ul li a:hover {
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 25px rgba(17, 26, 69, 0.15);
}
.woocommerce-MyAccount-navigation ul li[class*="--orders"] a:before {
  content: "\ea48";
}
.woocommerce-MyAccount-navigation ul li[class*="--downloads"] a:before {
  content: "\ea05";
}
.woocommerce-MyAccount-navigation ul li[class*="--edit-address"] a:before {
  content: "\ea19";
}
.woocommerce-MyAccount-navigation ul li[class*="--edit-account"] a:before {
  content: "\ea4a";
}
.woocommerce-MyAccount-navigation ul li[class*="--customer-logout"] a:before {
  content: "\ea10";
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  box-shadow: 0 2px 25px rgba(17, 26, 69, 0.15);
}
/* ============================================================ 
    10. ELEMENTS
=============================================================*/
#site .elementor-section {
  counter-reset: my-badass-counter;
}
#site .elementor-section [class*="elementor-column-gap-"] > .elementor-column > .elementor-element-populated {
  padding-top: 0;
  padding-bottom: 0;
}
.site .elementor-widget-icon-box .elementor-icon-box-title {
  margin-top: 0;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline .elementor-widget-container {
  overflow: visible;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline .elementor-icon-list-items li {
  margin-bottom: 30px;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline .elementor-icon-list-items li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 605px) {
  .site .elementor-widget-icon-list.elementor-icon-list--layout-inline .elementor-icon-list-items li {
    width: calc(50% - 50px);
  }
}
@media only screen and (min-width: 992px) {
  .site .elementor-widget-icon-list.elementor-icon-list--layout-inline .elementor-icon-list-items li {
    flex: 1 1;
    margin-bottom: 0;
  }
}
.site .elementor-widget-icon-list.elementor-align-right .elementor-icon-list-items .elementor-icon-list-icon {
  margin: 25px 6.5%;
}
.site .elementor-widget-icon-list.elementor-align-right .elementor-icon-list-items .elementor-icon-list-icon svg,
.site .elementor-widget-icon-list.elementor-align-right .elementor-icon-list-items .elementor-icon-list-icon i {
  margin: 0;
}
.site .elementor-widget-icon-list.elementor-align-right .elementor-icon-list-items li {
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  text-align: left;
  margin-bottom: -1px;
  width: 100%;
}
.site .elementor-widget-icon-list.elementor-align-right .elementor-icon-list-items li:last-child {
  margin-bottom: -1px;
}
@media only screen and (min-width: 605px) {
  .site .elementor-widget-icon-list.elementor-align-right .elementor-icon-list-items li {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .site .elementor-widget-icon-list.elementor-align-right .elementor-icon-list-items li {
    flex: 1 1;
  }
}
.site .elementor-widget-icon-list.elementor-align-right .elementor-icon-list-items li:after {
  left: -1px;
  position: absolute;
  transform: none;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid;
  z-index: -1;
}
.site .elementor-widget-icon-list.elementor-align-right .elementor-icon-list-items li:last-child:after {
  display: block;
  content: "";
}
.site .elementor-widget-icon-list.elementor-align-right .elementor-icon-list-items li:hover {
  z-index: 3;
}
.site .elementor-widget-icon-list.elementor-align-right .elementor-icon-list-items li:hover:after {
  box-shadow: 0 2px 25px rgba(17, 26, 69, 0.15);
}
.site .wp-block-themepunch-revslider .sliderLab rs-sbg {
  background: #FFDCCC;
}
.site .wp-block-themepunch-revslider .sliderLab rs-sbg canvas {
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 1025px) {
  .site .wp-block-themepunch-revslider .sliderLab .button {
    min-width: 270px;
  }
}
.site .wp-block-themepunch-revslider .tparrows.marlab {
  background: transparent;
  width: 70px;
  height: 45px;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(17, 26, 69, 0.15);
}
.site .wp-block-themepunch-revslider .tparrows.marlab:before {
  content: "\ea52";
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: inherit;
  z-index: 2;
}
.site .wp-block-themepunch-revslider .tparrows.marlab.tp-rightarrow:before {
  content: "\ea51";
}
.site .wp-block-themepunch-revslider .tparrows.marlab:hover {
  color: #ffffff;
}
.site .wp-block-themepunch-revslider .tp-tabs.marlab .tp-tabs-inner-wrapper {
  counter-reset: my-badass-counter;
}
.site .wp-block-themepunch-revslider .tp-tabs.marlab .tp-tabs-inner-wrapper .tp-tab {
  font-size: 17px;
  padding: 40px 0 40px 70px;
  display: flex;
  align-items: center;
  opacity: 1;
}
.site .wp-block-themepunch-revslider .tp-tabs.marlab .tp-tabs-inner-wrapper .tp-tab:before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  position: absolute;
  left: 0;
  top: 50%;
  width: 70px;
  text-align: center;
  transform: translateY(-50%);
  font-size: 56px;
  line-height: 1;
  display: block;
}
.site .wp-block-themepunch-revslider .tp-tabs.marlab .tp-tabs-inner-wrapper .tp-tab:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  top: 0;
  width: 0;
}
.site .wp-block-themepunch-revslider .tp-tabs.marlab .tp-tabs-inner-wrapper .tp-tab.selected:after {
  width: 100%;
}
.site .elementor-custom-embed-image-overlay .elementor-custom-embed-play i {
  opacity: 1;
}
.site .elementor-custom-embed-image-overlay .elementor-custom-embed-play i:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: scale(0.9);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  border-radius: 50%;
}
.site .elementor-custom-embed-image-overlay .elementor-custom-embed-play i:before {
  text-shadow: none;
}
.site .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i:after {
  transform: scale(2);
}
.site .elementor-counter {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
.site .elementor-counter .elementor-counter-number-wrapper {
  font-weight: normal;
  font-size: 56px;
}
.site .elementor-counter .elementor-counter-title {
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
}
.site .elementor-toggle .elementor-toggle-item {
  border-bottom: 1px solid;
}
.site .elementor-toggle .elementor-toggle-item .elementor-tab-title {
  position: relative;
  font-size: 18px;
  padding: 25px 0 25px 50px;
  border: none;
}
.site .elementor-toggle .elementor-toggle-item .elementor-tab-title:before {
  content: "\ea54";
  font-family: "Nucleo";
  font-size: 13px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.site .elementor-toggle .elementor-toggle-item .elementor-tab-title.elementor-active:before {
  transform: translateY(-50%) rotate(90deg);
}
.site .elementor-toggle .elementor-toggle-item .elementor-tab-content {
  border: none;
  padding: 0 0 25px 50px;
}
.site .elementor-toggle .elementor-toggle-item .elementor-toggle-icon {
  display: none;
}
.site .jw-headline {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .site .jw-headline.jw-headline--direction-horizontal {
    flex-flow: inherit;
    align-items: baseline;
  }
}
@media only screen and (min-width: 769px) {
  .site .jw-headline.jw-headline--direction-horizontal .jw-headline__link {
    flex-flow: inherit;
    align-items: baseline;
  }
}
.site .jw-headline.jw-headline--direction-horizontal .jw-headline__space {
  width: 30px;
}
@media only screen and (min-width: 769px) {
  .site .jw-headline.jw-headline--direction-horizontal .jw-headline__part {
    flex: 1 1;
    align-self: flex-start;
  }
}
.site .jw-headline.jw-headline--direction-horizontal .jw-headline__first {
  color: inherit;
  font-size: 2rem;
  line-height: 1.166;
  margin-bottom: 10px;
}
.site .jw-headline.jw-headline--direction-horizontal .jw-headline__second {
  font-size: 1rem;
  line-height: 1.5;
  color: inherit;
  font-weight: normal;
}
.site .jw-headline.jw-headline--direction-vertical .jw-headline__first {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.285;
  margin-bottom: 10px;
  color: #ffffff;
  padding: 3px 10px 2px 10px;
}
.site .jw-headline.jw-headline--direction-vertical .jw-headline__second {
  color: inherit;
  font-size: 2rem;
  line-height: 1.166;
}
.site .slick-list {
  overflow: visible;
}
.site .slick-list .slick-slide {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site .slick-list .slick-slide.slick-active {
  visibility: visible;
  opacity: 1;
}
.site .slick-list + .jw-slick-dots {
  display: none;
}
.site .slick-list.draggable {
  cursor: grab;
}
.site .slick-list.draggable:active {
  cursor: grabbing;
}
.site .jw-carousel__item:hover img {
  transform: rotate(5deg) scale(1.2);
}
.site .jw-carousel__item img {
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site .jw-carousel__item .jw-carousel__item-inner {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(17, 26, 69, 0.15);
}
.site .jw-carousel__item .jw-carousel__item-inner .elementor-button {
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: inherit;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  border-radius: 0;
}
.site .jw-carousel__item .jw-carousel__item-inner .jw-carousel__content {
  position: static;
  padding: 20px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.site .jw-carousel__item .jw-carousel__item-title {
  font-size: 21px;
  line-height: 1.33;
}
.site .jw-carousel__item .jw-carousel__item-text {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.site .jw-carousel__item .jw-carousel__item-link {
  overflow: hidden;
}
.site .jw-slick-dots {
  margin: 0;
  padding: 45px 0 0 0;
}
.site .jw-slick-dots li span {
  width: 6px;
  height: 6px;
}
.site .elementor-jw-services .jw-services__header {
  overflow: visible;
}
.site .elementor-jw-services .jw-services__cover {
  width: 80px;
  height: 80px;
}
.site .elementor-jw-services .jw-services .jw-services__inner {
  position: relative;
  z-index: 1;
}
.site .elementor-jw-services .jw-services .jw-services__inner .jw-services__header {
  width: auto;
  height: auto;
}
.site .elementor-jw-services .jw-services__title {
  font-size: 21px;
}
.site .elementor-jw-services .jw-services__desc {
  color: inherit;
  font-size: inherit;
}
.site .elementor-jw-services .jw-services__icon {
  position: relative;
}
.site .elementor-jw-services .jw-services__icon:after {
  position: absolute;
  height: 6px;
  width: 64px;
  content: "";
  bottom: -15px;
  left: 50%;
  margin-left: -32px;
  background: rgba(0, 0, 0, 0.08);
  z-index: -1;
  border-radius: 100%;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site .elementor-jw-services .jw-services__icon .inner {
  position: relative;
  background: transparent;
  width: auto;
  height: auto;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site .elementor-jw-services .elementor-button {
  margin-top: 40px;
  background: none;
  padding: 0;
  font-weight: bold;
  border-radius: 0;
}
.site .elementor-jw-services .elementor-button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.site .elementor-jw-services .elementor-button span {
  position: relative;
}
.site .elementor-jw-services .elementor-button span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: -3px;
  border-bottom: 1px solid;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site .elementor-jw-services:hover .jw-services__icon:after {
  transform: scale(0.75);
}
.site .elementor-jw-services:hover .jw-services__icon .inner {
  transform: translateY(-20px) rotate(10deg);
}
.site .elementor-jw-services:hover .elementor-button span:after {
  width: 100%;
}
.site .pricing-table {
  border: none;
  padding: 35px 12%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 4px rgba(17, 26, 69, 0.15);
}
.site .pricing-table .pricing-table__heading {
  order: 1;
}
.site .pricing-table .pricing-table__title {
  margin: 0;
}
.site .pricing-table .pricing-table__subtitle {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.site .pricing-table .pricing-table__price {
  border-top: 1px solid;
  margin: 20px 0 10px 0;
  line-height: 1.2;
  order: 2;
}
.site .pricing-table .pricing-table__price .pricing-table__price-val {
  font-weight: bold;
}
.site .pricing-table .pricing-table__price .pricing-table__price-desc {
  font-size: 12px;
}
.site .pricing-table .pricing-table__action {
  order: 3;
  padding: 0;
}
.site .pricing-table .pricing-table__action .pricing-table__action-before {
  font-size: 14px;
  margin-bottom: 15px;
}
.site .pricing-table .pricing-table__action .pricing-table__action-after {
  font-size: 14px;
  margin: 20px 0 15px 0;
}
.site .pricing-table .pricing-table__features {
  order: 4;
}
.site .pricing-table .pricing-table__features .pricing-feature {
  margin: 0 0 3px 0;
}
.site .pricing-table .pricing-table__features .pricing-feature:last-child {
  margin: 0;
}
.site .pricing-table .pricing-table__features .pricing-feature.item-included i:before {
  content: "\ea1c";
  font-family: "Nucleo";
}
.site .pricing-table .pricing-table__features .pricing-feature.item-excluded i:before {
  content: "\ea21";
  font-family: "Nucleo";
}
.site .pricing-table .pricing-table__features .pricing-feature .item-bullet {
  margin-right: 26px;
}
.site .pricing-table .pricing-table__features .pricing-feature i {
  font-weight: normal;
  font-size: 24px;
  position: relative;
  top: 1px;
  margin-right: 10px;
}
.site .pricing-table .elementor-button {
  font-weight: bold;
  width: 100%;
  font-size: 15px;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(17, 26, 69, 0.15);
}
.site .jw-posts .jw-posts__item {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 60px;
}
.site .jw-posts .jw-posts__item:last-child {
  margin-bottom: 0;
}
.site .jw-posts .jw-posts__item.col-desk-1 .post-thumbnail {
  margin: 0;
}
.site .jw-posts .jw-posts__item.col-desk-1 .post-meta {
  margin-top: 10px;
}
.site .jw-posts .jw-posts__item.col-desk-1 .jw-posts__inner-content {
  padding: 30px 40px 40px;
  background: #f4f5f8;
}
.site .jw-posts .jw-posts__item.col-desk-1 .entry-excerpt {
  margin-bottom: 15px;
}
.site .jw-posts .jw-posts__inner-box {
  overflow: visible;
}
.site .jw-posts .jw-posts__inner-box:hover .entry-title a {
  background-size: 100% 100%;
}
.site .jw-posts .jw-posts__inner-box:hover .post-thumbnail a:after {
  opacity: 0.8;
  transform: translate(-50%, -50%) scale(1);
}
.site .jw-posts .jw-posts__inner-box:hover .post-thumbnail a:before {
  transform: translate(-50%, -50%) scale(1) rotate(180deg);
  opacity: 1;
}
.site .jw-posts .jw-posts__inner-box:hover .post-thumbnail:hover a:after {
  transform: translate(-50%, -50%) scale(7);
}
.site .jw-posts .jw-posts__inner-box:hover .post-thumbnail:hover img {
  filter: grayscale(1);
}
.site .jw-posts .jw-posts__inner-box:hover .post-thumbnail img {
  transform: scale(1.1);
}
.site .jw-posts .jw-posts__inner-box:hover .elementor-button {
  box-shadow: 0 2px 4px rgba(17, 26, 69, 0.15);
}
.site .jw-posts .post-thumbnail {
  margin-bottom: 20px;
}
.site .jw-posts .post-thumbnail a {
  position: relative;
  display: block;
}
.site .jw-posts .post-thumbnail a:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site .jw-posts .post-thumbnail a:before {
  content: "\ea22";
  color: #ffffff;
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site .jw-posts .entry-title {
  margin: 0;
  font-size: 18px;
}
.site .jw-posts .entry-title a {
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.site .jw-posts .post-meta {
  margin-top: 20px;
  padding: 0;
}
.site .jw-posts .post-meta a {
  color: inherit;
}
.site .jw-posts .post-meta a.posted-by__author {
  font-weight: bold;
}
.site .jw-posts .entry-excerpt {
  margin: 20px 0 10px 0;
}
.site .jw-posts .elementor-button {
  color: inherit;
  font-weight: bold;
  background: #ffffff;
  border: 1px solid;
  width: 100%;
  border-radius: 0;
}
.site .jw-team-member .jw-team-member__name {
  font-size: 18px;
  margin: 20px 0 5px 0;
}
.site .jw-team-member .jw-team-member__position {
  margin: 0;
  font-size: 13px;
  line-height: 1.25;
  color: inherit;
}
.site .jw-team-member .jw-team-member__desc {
  font-size: 15px;
  color: inherit;
  line-height: 1.5;
}
.site .jw-team-member .jw-team-member__socials {
  margin: 25px 0;
}
.site .jw-team-member .jw-team-member__socials a {
  display: block;
}
.site .jw-team-member .jw-team-member__socials a:hover .inner:after {
  transform: translate(-50%, -50%) scale(1.2);
  box-shadow: 0 2px 25px rgba(17, 26, 69, 0.15);
}
.site .jw-team-member .jw-team-member__socials a .jw-team-member__socials-icon {
  color: inherit;
  font-size: 14px;
}
.site .jw-team-member .jw-team-member__socials .inner {
  position: relative;
  z-index: 2;
  margin: 0 6px;
}
.site .jw-team-member .jw-team-member__socials .inner:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  background: #ffffff;
  z-index: -1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.site .jw-testimonials .jw-arrow {
  width: 70px;
  height: 45px;
  background: #ffffff;
  color: inherit;
  top: auto;
  bottom: -105px;
  margin: 0;
  transform: translateX(-50%);
  left: 50%;
  box-shadow: 0 2px 4px rgba(17, 26, 69, 0.15);
  border-radius: 0;
}
.site .jw-testimonials .jw-arrow:hover {
  color: #ffffff;
}
.site .jw-testimonials .jw-arrow i {
  height: 45px;
  line-height: 45px;
}
.site .jw-testimonials .jw-arrow i:before {
  content: "\ea52";
  font-family: "Nucleo";
  font-size: 24px;
  font-weight: normal;
  color: inherit;
}
.site .jw-testimonials .jw-arrow.prev-arrow {
  left: 50%;
  margin-left: -37px;
}
.site .jw-testimonials .jw-arrow.next-arrow {
  right: auto;
  margin-left: 37px;
}
.site .jw-testimonials .jw-arrow.next-arrow i:before {
  content: "\ea51";
}
.site .jw-testimonials__content {
  padding: 40px 8%;
  position: relative;
  border-top: 8px solid;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  box-shadow: 0 5px 30px rgba(17, 26, 69, 0.1);
}
.site .jw-testimonials__content .jw-testimonials__figure {
  position: absolute;
  right: 8%;
  top: 40px;
}
.site .jw-testimonials__content .jw-testimonials__title {
  color: inherit;
  font-size: 18px;
  margin: 0 0 15px 0;
}
.site .jw-testimonials__content .jw-testimonials__comment {
  background: none;
  font-size: 17px;
  line-height: 1.625;
  color: inherit;
}
.site .jw-testimonials__content .jw-testimonials__name {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.site .jw-testimonials__content .jw-testimonials__position {
  margin: 0;
  font-size: 14px;
  color: inherit;
}
.site .jw-testimonials__content .jw-testimonials__comment,
.site .jw-testimonials__content .jw-testimonials__date {
  margin: 0;
  padding: 0;
}
.site .owl-carousel .owl-nav {
  display: none;
}
.site .owl-carousel .owl-dots {
  padding-top: 0;
}
@media only screen and (min-width: 769px) {
  .site .owl-carousel .owl-dots {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .site .owl-carousel .owl-dots {
    padding-top: 60px;
  }
}
.site .owl-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  background: none;
  position: relative;
  border-radius: 50%;
}
.site .owl-carousel .owl-dots .owl-dot:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  text-indent: 0;
  border-radius: 5px;
}
.site .owl-carousel .owl-dots .owl-dot.active {
  border: 4px solid;
}
.site .owl-carousel .owl-dots .owl-dot.active:before {
  display: none;
}
.wpcf7-form.submitting .wpcf7-form-control-wrap {
  opacity: 0.5;
}
.wpcf7-form .form-row {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 605px) {
  .wpcf7-form .form-row {
    flex-direction: row;
  }
}
.wpcf7-form .form-row.ui-flexColumn {
  gap: 10px;
}
@media only screen and (min-width: 605px) {
  .wpcf7-form .form-row.ui-flexColumn {
    flex-direction: column;
  }
}
.wpcf7-form .form-row.ui-dropdown .wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form .form-row.ui-dropdown .wpcf7-form-control-wrap:before {
  content: "\ea4b";
  font-family: "Nucleo";
  font-size: 13px;
  position: absolute;
  right: 0;
  width: 50px;
  text-align: center;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.wpcf7-form .form-row .ui-title {
  font-size: 18px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.wpcf7-form .form-row br {
  display: none;
}
.wpcf7-form .form-row input,
.wpcf7-form .form-row select,
.wpcf7-form .form-row textarea {
  width: 100%;
}
.wpcf7-form .form-row textarea {
  height: 85px;
}
.wpcf7-form .form-row .wpcf7-form-control-wrap {
  flex: 1 1;
}
.wpcf7-form .form-row .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.wpcf7-form .form-row .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  width: calc(50% - 15px/2);
}
@media only screen and (min-width: 605px) {
  .wpcf7-form .form-row .wpcf7-checkbox .wpcf7-list-item {
    width: calc(33.3333333% - 10px);
  }
}
.wpcf7-form .form-row .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.wpcf7-form .form-row .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  line-height: 21px;
}
.wpcf7-form .form-row .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.wpcf7-form .form-row .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  width: calc(50% - 15px/2);
}
@media only screen and (min-width: 605px) {
  .wpcf7-form .form-row .wpcf7-radio .wpcf7-list-item {
    width: calc(33.3333333% - 10px);
  }
}
.wpcf7-form .form-row .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.wpcf7-form .form-row .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  line-height: 21px;
}
.wpcf7-form .wpcf7-response-output:last-child {
  margin: 20px 0 0;
  padding: 20px;
  text-align: center;
  font-size: 14px;
}
.wpcf7-form .wpcf7-acceptance {
  font-size: 13px;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.wpcf7-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  font-size: 13px;
  margin: 5px 0;
}
.wpcf7-form .wpcf7-form-control-wrap[class*="textarea"] {
  display: flex;
}
.wpcf7-form .wpcf7-radio {
  display: flex;
}
.wpcf7-form .wpcf7-radio label {
  display: flex;
}
.wpcf7-form input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid;
  cursor: pointer;
  height: 21px;
  width: 21px;
  flex-shrink: 0;
  margin-right: 15px;
  background: #ffffff;
}
.wpcf7-form input[type="checkbox"]:after {
  content: "\ea1c";
  font-family: "Nucleo";
  position: absolute;
  font-size: 24px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
}
.wpcf7-form input[type="checkbox"]:checked {
  opacity: 1;
  border-color: transparent;
}
.wpcf7-form input[type="checkbox"]:checked:after {
  display: block;
  color: #ffffff;
}
.wpcf7-form input[type="radio"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 21px;
  width: 21px;
  margin-right: 15px;
  flex-shrink: 0;
  border-radius: 50%;
}
.wpcf7-form input[type="radio"]:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 7px;
  top: 7px;
  background: #ffffff;
  display: none;
  border-radius: 50%;
}
.wpcf7-form input[type="radio"]:checked:after {
  display: block;
}
.wpcf7-form p {
  position: relative;
}
.wpcf7-form p .ajax-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.rqform {
  position: relative;
  border: 1px solid;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0;
  box-shadow: 0 0 10px rgba(17, 26, 69, 0.1);
}
@media only screen and (min-width: 769px) {
  .rqform {
    flex-direction: row;
  }
}
.rqform:after {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 100%;
  left: -10px;
  right: -10px;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.rqform:before {
  content: "";
  position: absolute;
}
@media only screen and (min-width: 769px) {
  .rqform:before {
    bottom: 0;
    top: 0;
    left: 50%;
    right: 0;
    z-index: -1;
    opacity: 0.7;
  }
}
.rqform .ui-left,
.rqform .ui-right {
  flex: 1 1;
  padding: 50px;
  position: relative;
  z-index: 2;
}
.rqform .ui-left .ui-title {
  margin: 0 0 40px 0;
  position: relative;
  font-size: 24px;
  padding-bottom: 40px;
  text-align: center;
}
.rqform .ui-left .ui-title:after {
  content: "";
  width: 100px;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.rqform .ui-left:before {
  content: "";
  position: absolute;
  left: 50px;
  bottom: 0;
  height: 5px;
  right: 50px;
}
@media only screen and (min-width: 769px) {
  .rqform .ui-left:before {
    display: none;
  }
}
.rqform .form-row {
  margin-bottom: 25px;
}
.rqform .form-row.ui-flexColumn {
  gap: 6px;
}
.select2-container .select2-dropdown {
  padding: 10px;
  border: none;
  font-size: 14px;
  box-shadow: 0 2px 25px rgba(17, 26, 69, 0.15);
}
.select2-container .select2-dropdown .select2-results__options li {
  border-radius: 5px;
}
.select2-container .select2-dropdown[class*="select2-dropdown--"] {
  border-radius: 10px;
}
.button:not([class*="product_type_"]) {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button:not([class*="product_type_"]):after {
  content: "";
  width: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.button:not([class*="product_type_"]):hover {
  color: #ffffff;
}
.button:not([class*="product_type_"]):hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.button:not([class*="product_type_"]).has-icon {
  padding-left: 90px;
}
.button:not([class*="product_type_"]).has-icon i {
  position: absolute;
  font-size: 24px;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
}
.button:not([class*="product_type_"]).white {
  background-color: #ffffff;
}
.button:not([class*="product_type_"]).sm {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media only screen and (min-width: 769px) {
  .ctaBox {
    font-size: 16px;
  }
}
.ctaBox h2,
.ctaBox h3 {
  margin: 0 0 15px 0;
  line-height: 1.145;
  font-size: 30px;
}
.ctaBox h2 a,
.ctaBox h3 a {
  background: none;
}
@media only screen and (min-width: 769px) {
  .ctaBox h2,
  .ctaBox h3 {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .ctaBox h2,
  .ctaBox h3 {
    width: 80%;
  }
}
.ctaBox p {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  .ctaBox p {
    width: 55%;
    margin-bottom: 40px;
  }
}
.infoBox {
  border-top: 4px solid #ffffff;
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: -10px;
  flex-direction: column;
}
.infoBox li {
  padding-top: 30px;
  display: flex;
  align-items: center;
  flex: 1 1;
  margin-bottom: 0;
}
.infoBox li i {
  font-size: 36px;
  margin-right: 20px;
}
.infoBox li .infoContent {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 541px) {
  .infoBox {
    gap: 30px;
    flex-direction: row;
  }
  .infoBox li {
    padding-top: 50px;
  }
}
.mc4wp-form-fields input[type="submit"],
.mc4wp-form-fields input[type="email"] {
  width: 100%;
}
.mc4wp-form-fields .lb-none {
  display: none;
}
.grBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-direction: column;
}
.grBtn .button {
  min-width: 270px;
}
@media only screen and (min-width: 542px) {
  .grBtn {
    flex-direction: row;
  }
}
.aligncenter .grBtn {
  justify-content: center;
}
.miniContact ul li {
  margin-bottom: 10px;
}
.miniContact ul li span {
  display: flex;
  align-items: center;
}
.miniContact ul li i {
  font-size: 24px;
  margin-right: 15px;
}
.miniContact ul li:last-child {
  margin-top: 40px;
}
.miniContact ul li:last-child a {
  font-size: 18px;
  display: inline-block;
}
.miniContact ul li:last-child a:hover i {
  transform: translateX(8px);
}
.hl {
  position: relative;
}
.hl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  right: 0;
  height: 1px;
  z-index: -1;
}
.hr-mb {
  display: none;
}
@media only screen and (min-width: 769px) {
  .hr-mb {
    display: inherit;
  }
}
a.popupaoc-button,
a.paoc-popup-click {
  padding: 12px 40px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  font-weight: bold;
  z-index: 1;
  color: #ffffff;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(17, 26, 69, 0.15);
}
a.popupaoc-button:after,
a.paoc-popup-click:after {
  content: "";
  width: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  opacity: 0.1;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
a.popupaoc-button:hover,
a.paoc-popup-click:hover {
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(17, 26, 69, 0.15);
}
a.popupaoc-button:hover:after,
a.paoc-popup-click:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
body .paoc-modal-popup {
  width: 100%;
  flex-basis: 100% !important;
  box-shadow: none;
}
@media only screen and (min-width: 769px) {
  body .paoc-modal-popup {
    width: 600px;
    flex-basis: 600px !important;
  }
}
@media only screen and (min-width: 1281px) {
  body .paoc-modal-popup {
    width: 770px;
    flex-basis: 770px !important;
  }
}
body .paoc-modal-popup .paoc-popup-close {
  top: 0;
  right: 0;
  background-image: none;
  border: none;
  border-radius: 0;
}
body .paoc-modal-popup .paoc-popup-close:before {
  content: "\ea21";
  color: #fff;
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .paoc-modal-popup .paoc-popup-close svg {
  display: none;
}
body .paoc-modal-popup .paoc-popup-content {
  padding: 20px 30px;
}
body .paoc-modal-popup .paoc-popup-content p {
  color: #424F67;
}
body .paoc-modal-popup .paoc-popup-content .wpcf7 {
  margin-top: 30px;
}
body .paoc-modal-popup p.form-row {
  margin-bottom: 30px;
}
/* ============================================================ 
    3.2. Header
=============================================================*/
[class*="header-style"] {
  font-size: 14px;
}
[class*="header-style"]:not(.site-header-sticky) {
  position: relative;
  z-index: 9;
}
[class*="header-style"].header-full .wrap {
  width: 100%;
}
[class*="header-style"].header-shadow {
  box-shadow: 0 2px 4px rgba(17, 26, 69, 0.15);
}
[class*="header-style"].header-transparent {
  position: absolute;
  left: 0;
  right: 0;
}
[class*="header-style"].header-transparent + .site-header-sticky + .site-content .content-header,
[class*="header-style"].header-transparent + .site-content .content-header {
  padding-top: 110px;
}
@media only screen and (min-width: 541px) {
  [class*="header-style"].header-transparent + .site-header-sticky + .site-content .content-header,
  [class*="header-style"].header-transparent + .site-content .content-header {
    padding-top: 146px;
  }
}
[class*="header-style"] .site-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
[class*="header-style"] .site-header-inner:after {
  display: none;
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  [class*="header-style"] .site-header-inner {
    gap: 15px;
  }
}
[class*="header-style"] .header-brand {
  order: 1;
  margin: 30px 0;
}
[class*="header-style"] .header-brand a {
  display: flex;
}
@media only screen and (min-width: 605px) {
  [class*="header-style"] .header-brand {
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 540px) {
  [class*="header-style"] .header-brand {
    margin: 20px 0;
  }
}
[class*="header-style"] .extras {
  order: 5;
}
[class*="header-style"] .extras + div {
  position: relative;
  padding-right: 20px;
}
[class*="header-style"] .extras + div:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  border-left: 1px solid;
  opacity: 0.15;
}
[class*="header-style"] .menu-extras {
  list-style: none;
  margin: 0;
  padding: 0;
}
[class*="header-style"] .header-info-text {
  display: none;
}
@media only screen and (min-width: 769px) {
  [class*="header-style"] .header-info-text {
    display: block;
    order: 3;
    white-space: nowrap;
  }
  [class*="header-style"] .header-info-text .popupaoc-button,
  [class*="header-style"] .header-info-text .paoc-popup-click {
    padding: 5px 20px;
  }
}
[class*="header-style"] .navigator {
  display: none;
}
@media only screen and (min-width: 481px) {
  [class*="header-style"] .navigator {
    flex-grow: 1;
    display: flex;
    gap: 30px;
    align-items: center;
    order: 2;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1140px) {
  [class*="header-style"] .navigator .menu.menu-primary {
    gap: 22px;
    font-size: 90%;
  }
}
[class*="header-style"] .navigator .menu-primary {
  display: none;
}
@media only screen and (min-width: 1025px) {
  [class*="header-style"] .navigator .menu-primary {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
  }
  [class*="header-style"] .navigator .menu-primary li {
    position: relative;
  }
  [class*="header-style"] .navigator .menu-primary li.menu-item-has-children > a {
    position: relative;
    display: block;
    padding-right: 18px;
  }
  [class*="header-style"] .navigator .menu-primary li.menu-item-has-children > a:before {
    content: "\ea4b";
    font-family: "Nucleo";
    font-size: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  }
  [class*="header-style"] .navigator .menu-primary li.menu-item-has-children:hover > a:before {
    transform: translateY(-50%) rotate(-180deg);
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu {
    list-style: none;
    padding: 1px 0;
    margin: 0;
    position: absolute;
    left: -25px;
    top: 100%;
    visibility: hidden;
    min-width: 220px;
    background: #ffffff;
    transition: visibility 0s linear 0.1s, transform 0.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.1s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(200px) rotateX(-15deg);
    transform-origin: top center;
    backface-visibility: hidden;
    opacity: 0;
    box-shadow: 0 2px 25px rgba(17, 26, 69, 0.15);
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li {
    padding: 0;
    margin: 0;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li.menu-item-has-children > a {
    padding-right: 60px;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li.menu-item-has-children > a:before {
    content: "\ea54";
    right: 20px;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li a {
    white-space: nowrap;
    display: block;
    padding: 16px 25px 15px 25px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li:last-child > a {
    border-bottom: none;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li .sub-menu {
    left: calc(100% + 1px);
    top: -1px;
  }
  [class*="header-style"] .navigator .menu-primary li:hover > .sub-menu {
    visibility: visible;
    transition: visibility 0s linear 0s, transform 0.48s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.24s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(200px) rotateX(0);
    opacity: 1;
  }
  [class*="header-style"] .navigator .menu-primary > li {
    display: flex;
    align-items: center;
  }
  [class*="header-style"] .navigator .menu-primary > li > a {
    padding-top: 33px;
    padding-bottom: 33px;
    color: inherit;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap;
  }
  [class*="header-style"] .navigator .menu-primary > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
  }
  [class*="header-style"] .navigator .menu-primary > li:hover > a:after,
  [class*="header-style"] .navigator .menu-primary > li.current-menu-item > a:after,
  [class*="header-style"] .navigator .menu-primary > li.current-menu-parent > a:after,
  [class*="header-style"] .navigator .menu-primary > li.current-menu-ancestor > a:after,
  [class*="header-style"] .navigator .menu-primary > li.current_page_item > a:after,
  [class*="header-style"] .navigator .menu-primary > li.current_page_parent > a:after,
  [class*="header-style"] .navigator .menu-primary > li.current_page_ancestor > a:after {
    opacity: 1;
  }
  [class*="header-style"] .navigator .menu-primary > li.megamenu > .sub-menu {
    display: flex;
    width: 900px;
    margin-left: -450px;
    padding: 25px 0 30px 0;
    left: 40px;
  }
  [class*="header-style"] .navigator .menu-primary > li.megamenu > .sub-menu > li {
    border-right: 1px solid;
    flex: 1 1;
  }
  [class*="header-style"] .navigator .menu-primary > li.megamenu > .sub-menu > li > a {
    padding-top: 0;
  }
  [class*="header-style"] .navigator .menu-primary > li.megamenu > .sub-menu > li:last-child {
    border: none;
  }
  [class*="header-style"] .navigator .menu-primary > li.megamenu > .sub-menu > li > .sub-menu {
    position: static;
    transform: none;
    padding: 0;
    background: none;
    transition: none;
    box-shadow: none;
  }
  [class*="header-style"] .navigator .menu-primary > li.megamenu > .sub-menu > li > .sub-menu li {
    padding: 4px 0;
  }
  [class*="header-style"] .navigator .menu-primary > li.megamenu > .sub-menu > li > .sub-menu li a {
    text-transform: none;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: normal;
    display: inline-block;
  }
  [class*="header-style"] .navigator .menu-primary > li.megamenu > .sub-menu > li > .sub-menu li:hover a:before {
    height: 100%;
  }
  [class*="header-style"] .navigator .menu-primary > li.megamenu > .sub-menu > li > .sub-menu li.btn {
    padding: 0 30px;
  }
  [class*="header-style"] .navigator .menu-primary > li.megamenu > .sub-menu > li > .sub-menu li.btn a {
    margin-top: 15px;
    padding: 5px 20px;
    font-weight: bold;
    color: #ffffff;
  }
  [class*="header-style"] .navigator .menu-primary > li.megamenu > .sub-menu > li a {
    border: none;
  }
  [class*="header-style"] .navigator .menu-primary > li.megamenu > .sub-menu > li a:before {
    display: none;
  }
  [class*="header-style"] .navigator .menu-primary > li.megamenu > .sub-menu > li.menu-item-has-children a {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 5px;
  }
  [class*="header-style"] .navigator .menu-primary > li.megamenu:hover > .sub-menu > li .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}
[class*="header-style"] .navigator > a {
  display: none;
}
@media only screen and (min-width: 1025px) {
  [class*="header-style"] .navigator > a {
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 18px;
    position: relative;
    display: block;
  }
  [class*="header-style"] .navigator > a:before {
    content: "\ea4b";
    font-family: "Nucleo";
    font-size: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  }
}
[class*="header-style"] .social-icons {
  display: none;
}
@media only screen and (min-width: 1025px) {
  [class*="header-style"] .social-icons {
    order: 4;
    display: flex;
  }
  [class*="header-style"] .social-icons a:not(:hover) {
    background: transparent;
  }
  [class*="header-style"] .social-icons a:hover {
    transform: scale(1.2);
  }
}
[class*="header-style"] a[data-target="off-canvas-right"] {
  order: 6;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  padding: 5px 30px 5px 12px;
  background: #ffffff;
  box-shadow: 0 2px 25px rgba(17, 26, 69, 0.15);
}
[class*="header-style"] a[data-target="off-canvas-right"]:before,
[class*="header-style"] a[data-target="off-canvas-right"]:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  border: 1px solid;
  right: 12px;
  top: 13px;
  transform: translateY(-50%);
}
[class*="header-style"] a[data-target="off-canvas-right"]:after {
  top: auto;
  bottom: 12px;
}
[class*="header-style"] a[data-target="off-canvas-right"] span {
  display: inline-block;
  margin-right: 10px;
}
[class*="header-style"] a[data-target="off-canvas-right"] span:empty {
  margin-right: 0;
}
.header-style1.header-transparent .site-header-inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0.12;
}
.header-style1.header-transparent.header-shadow {
  box-shadow: none;
}
.header-style2.header-transparent .site-header-inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0.12;
}
.header-style2.header-transparent.header-shadow {
  box-shadow: none;
}
.header-style2 .header-brand {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-style2 .navigator {
  margin: 0;
}
.header-style2 a[data-target="off-canvas-right"] {
  order: 1;
}
.header-style3 {
  background: #ffffff;
}
.header-style3 + .site-header-sticky + .site-content .content-header .navigation .nav-links li,
.header-style3 + .site-content .content-header .navigation .nav-links li {
  margin-top: 43px;
}
.header-style3 .site-header-inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  opacity: 0;
}
.header-style4 {
  background: #ffffff;
}
.header-style4 .header-brand {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-style4 .navigator {
  margin: 0;
}
.header-style4 a[data-target="off-canvas-right"] {
  order: 1;
}
/* ============================================================ 
    3.3. Header Sticky
=============================================================*/
.admin-bar .site-header-sticky {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar .site-header-sticky {
    top: 46px;
  }
}
@media only screen and (max-width: 600px) {
  .admin-bar .site-header-sticky {
    top: 0;
  }
}
.site-header-sticky {
  position: fixed;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transform: translateY(-100%);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site-header-sticky.header-style2 .header-brand,
.site-header-sticky.header-style4 .header-brand {
  margin: 0;
}
.site-header-sticky .header-brand {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-header-sticky .cart-total {
  display: none;
}
.site-header-sticky .navigator .menu-primary > li > a {
  padding-top: 23px;
  padding-bottom: 23px;
}
.site-header-sticky .site-header-inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0;
}
.site.scrolling_up .site-header-sticky.active {
  transform: translateY(0);
}
/* ============================================================ 
    3.5. Extras Menu
=============================================================*/
[class*="header-style"] .menu-extras {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin: 0;
}
[class*="header-style"] .search-box {
  z-index: 2;
}
[class*="header-style"] .search-box.active .widget_search {
  visibility: visible;
  opacity: 1;
}
[class*="header-style"] .search-box.active > a {
  opacity: 0;
}
[class*="header-style"] .search-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  [class*="header-style"] .search-box a:after {
    content: "";
    position: absolute;
    background: #ffffff;
    right: 0;
    width: 34px;
    height: 34px;
    z-index: -1;
    border-radius: 50%;
    transition: all 0.2s ease-in-out 0s;
  }
}
[class*="header-style"] .search-box a:hover:after {
  transform: scale(1.2);
}
[class*="header-style"] .search-box a i {
  font-size: 16px;
}
[class*="header-style"] .search-box .widget_search {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}
[class*="header-style"] .search-box .widget_search:after {
  content: "";
  left: -1000px;
  right: -1000px;
  background: #ffffff;
  z-index: -1;
  top: 0;
  bottom: 0;
  position: absolute;
}
[class*="header-style"] .search-box .search-form {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[class*="header-style"] .search-box .search-form input[type="search"].search-field {
  background: transparent;
  padding-right: 0;
  padding-left: 0;
  border: none;
  font-size: 24px;
  font-weight: 300;
}
[class*="header-style"] .search-box .search-form input[type="search"].search-field:focus {
  box-shadow: none;
}
[class*="header-style"] .search-box .search-form label .screen-reader-text {
  width: 34px;
  height: 34px;
  margin-top: -1px;
  background: #e2e6ec;
  border-radius: 50%;
}
[class*="header-style"] .search-box .search-form label .screen-reader-text:before {
  font-size: 16px;
}
[class*="header-style"] .search-box .search-form .search-submit {
  height: 34px;
  width: 34px;
}
[class*="header-style"] .shopping-cart {
  position: relative;
}
[class*="header-style"] .shopping-cart a.shopping-cart-count {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 15px 0;
  position: relative;
  color: inherit;
}
[class*="header-style"] .shopping-cart .icon-cart-count {
  position: relative;
  display: flex;
  align-items: center;
}
[class*="header-style"] .shopping-cart .icon-cart-count i {
  font-size: 24px;
  position: relative;
  top: -2px;
}
[class*="header-style"] .shopping-cart .cart-total {
  font-size: 12px;
  margin-right: 6px;
  display: none;
}
@media only screen and (min-width: 1281px) {
  [class*="header-style"] .shopping-cart .cart-total {
    display: block;
  }
}
[class*="header-style"] .shopping-cart .shopping-cart-items-count {
  position: absolute;
  top: 2px;
  width: 24px;
  text-align: center;
  right: 0;
  color: #ffffff;
  font-size: 10px;
}
[class*="header-style"] .shopping-cart .shopping-cart-items-count.no-items:after {
  content: "0";
}
[class*="header-style"] .shopping-cart .sub-menu {
  position: absolute;
  right: -30px;
  top: 100%;
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
}
[class*="header-style"] .shopping-cart .widget_shopping_cart_content {
  width: 300px;
}
[class*="header-style"] .shopping-cart:hover .sub-menu {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
/* ============================================================ 
    3.4. Off-Canvas
=============================================================*/
.site {
  position: relative;
  overflow: hidden;
}
.site .site-header-sticky.active + .site-content + .site-footer + .off-canvas-left .off-canvas-wrap {
  padding-top: 99px;
}
.site:before {
  content: "";
  z-index: 11;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(42, 42, 42, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
/* ============================================================ 
    3.4.1. Off-Canvas Left/For Sliding Widget
=============================================================*/
.off-canvas-left {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #ffffff;
  z-index: 8;
  max-height: 80vh;
  overflow: auto;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  backface-visibility: hidden;
  transform: translateZ(0);
  transform: translateY(-100%);
  opacity: 0;
  box-shadow: 0 2px 25px rgba(17, 26, 69, 0.15);
}
.off-canvas-left .off-canvas-toggle {
  display: none;
}
.off-canvas-left .off-canvas-wrap {
  padding: 164px 0 0;
  display: flex;
  gap: 25px;
  flex-direction: row;
  flex-wrap: wrap;
}
.off-canvas-left .off-canvas-wrap:after {
  display: none;
}
.off-canvas-left .off-canvas-wrap > div {
  opacity: 0;
}
.off-canvas-left .off-canvas-wrap > .widget {
  flex: 1 1;
}
.off-canvas-left .off-canvas-wrap > .widget .widget-title {
  font-size: 14px;
}
.off-canvas-left .off-canvas-wrap .widget,
.off-canvas-left .off-canvas-wrap [class*="wp-block-"] {
  margin-bottom: 40px;
}
.off-canvas-left .off-canvas-wrap .widget a,
.off-canvas-left .off-canvas-wrap [class*="wp-block-"] a {
  background-image: none;
}
.off-canvas-left-active div[class*="header-style"] .navigator > a:before {
  transform: translateY(-50%) rotate(-180deg);
}
.off-canvas-left-active div[class*="header-style"].header-shadow {
  box-shadow: none;
}
.off-canvas-left-active .site-header-sticky .site-header-inner:before {
  opacity: 0.12;
}
.off-canvas-left-active .off-canvas-left {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.off-canvas-left-active .off-canvas-left .off-canvas-wrap > div {
  opacity: 1;
  transition-delay: 360ms;
  transition-duration: 720ms;
}
.off-canvas-left-active .scrolling_down .site-header-sticky.active {
  transform: translateY(0);
}
.off-canvas-left-active .header-style3 .site-header-inner:before {
  opacity: 1;
}
/* ============================================================ 
    3.4.2. Off-Canvas Right/For Mobile Menu
=============================================================*/
.sliding-menu {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  background: #ffffff;
  visibility: hidden;
  transform: translateX(100%);
  box-shadow: 0 2px 25px rgba(17, 26, 69, 0.15);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.sliding-menu .off-canvas-wrap {
  height: 100%;
  padding: 30px 10% 80px 10%;
}
.sliding-menu .off-canvas-toggle {
  position: relative;
  width: 45px;
  height: 45px;
  display: inline-block;
  z-index: 3;
  margin-left: calc(100% - 45px);
  color: inherit;
}
.sliding-menu .off-canvas-toggle:before {
  content: "\ea21";
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.sliding-menu .off-canvas-toggle:hover:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.sliding-slide .sliding-menu {
  width: 80%;
}
@media only screen and (min-width: 605px) {
  .sliding-slide .sliding-menu {
    width: 60%;
  }
}
@media only screen and (min-width: 1025px) {
  .sliding-slide .sliding-menu {
    width: 30%;
  }
}
.sliding-overlay .sliding-menu {
  width: 100%;
  transform: scale(1.3) translate(0, 0);
  opacity: 0;
  box-shadow: none;
}
.off-canvas-right-active.sliding-slide .sliding-menu {
  visibility: visible;
  transform: translateX(0);
}
.off-canvas-right-active.sliding-overlay .sliding-menu {
  visibility: visible;
  transform: scale(1) translate(0, 0);
  opacity: 1;
}
.off-canvas-right-active .site:before {
  visibility: visible;
  opacity: 1;
}
.menu-sliding {
  margin: 0;
  padding: 0;
  flex-grow: 1;
}
.menu-sliding > li:first-child {
  border-top: none;
}
.menu-sliding li {
  list-style: none;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-sliding li > .sub-menu,
.menu-sliding li > .children {
  display: none;
}
.menu-sliding li .menu-item-toggle {
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-sliding li .menu-item-toggle:after {
  content: "\ea54";
  font-family: "Nucleo";
  font-size: 13px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.menu-sliding li.menu-item-has-children > a {
  padding-right: 60px;
}
.menu-sliding li.menu-item-expand > .sub-menu,
.menu-sliding li.menu-item-expand > .children {
  display: block;
}
.menu-sliding li.menu-item-expand > .menu-item-toggle:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.menu-sliding li .sub-menu,
.menu-sliding li .children {
  margin: 0 0 0 30px;
  padding: 0;
}
.menu-sliding li a {
  display: inline-block;
  padding: 10px 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  position: relative;
  color: inherit;
  text-transform: uppercase;
}
.menu-sliding li a img {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .sliding-desktop-off a[data-target="off-canvas-right"] {
    display: none;
  }
}
.off-canvas-right-active div[class*="header-style"] a[data-target="off-canvas-right"]:before,
.off-canvas-right-active div[class*="header-style"] a[data-target="off-canvas-right"]:after {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 1;
}
.off-canvas-right-active div[class*="header-style"] a[data-target="off-canvas-right"]:after {
  transform: translateY(-50%) rotate(45deg);
}
.admin-bar .site-header-sticky.active + .site-content + .site-footer + .off-canvas-left .off-canvas-wrap {
  padding-top: 131px;
}
.admin-bar .off-canvas-left .off-canvas-wrap {
  padding-top: 199px;
}
.admin-bar .sliding-menu .off-canvas-wrap {
  padding-top: 60px;
}
/* ============================================================ 
	11. RTL
=============================================================*/
.rtl {
  direction: rtl;
  unicode-bidi: embed;
}
.rtl aside {
  float: right;
}
.rtl blockquote {
  border-left: none;
  border-right-width: 1px;
  border-right-style: solid;
}
.rtl table thead th,
.rtl table tbody tr td,
.rtl table tbody tr th {
  text-align: right;
}
.rtl .alignright {
  float: left;
  clear: left;
  margin: 0 0 30px 30px;
}
.rtl .alignleft {
  float: right;
  clear: right;
  margin: 0 30px 30px 0;
}
.rtl .wpcf7-form,
.rtl .wpcf7 input[type="url"],
.rtl .wpcf7 input[type="email"],
.rtl .wpcf7 input[type="tel"] {
  direction: rtl;
}
.rtl .infoBox li i {
  margin-left: 20px;
  margin-right: 0;
}
@media only screen and (min-width: 769px) {
  .rtl .site-topbar .topbar-text > span {
    margin: 0 0 0 20px;
  }
}
.rtl .site-topbar .topbar-text p {
  margin: 0 0 0 25px;
}
.rtl .site-topbar .topbar-text p:last-of-type {
  margin-left: 0;
}
.rtl .site-topbar .topbar-text i {
  margin-right: 0;
  margin-left: 10px;
}
@media only screen and (min-width: 361px) {
  .rtl .site-topbar .social-icons {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .rtl .site-topbar .menu-top li.menu-item-has-children > a {
    padding-left: 16px;
    padding-right: 0;
  }
  .rtl .site-topbar .menu-top li.menu-item-has-children > a:before {
    left: 0;
    right: auto;
  }
  .rtl .site-topbar .menu-top li .sub-menu {
    left: auto;
    right: -20px;
  }
  .rtl .site-topbar .menu-top li .sub-menu li.menu-item-has-children > a:before {
    right: 0;
    left: 20px;
    transform: translateY(-50%) rotateY(180deg);
  }
  .rtl .site-topbar .menu-top li .sub-menu li .sub-menu {
    left: auto;
    right: calc(100% + 1px);
  }
  .rtl .site-topbar .menu-top li .sub-menu li a {
    padding-right: 20px;
  }
}
.rtl [class*="header-style"] .extras + div {
  padding-right: 0;
  padding-left: 20px;
}
.rtl [class*="header-style"] .extras + div:after {
  left: 0;
  right: auto;
}
.rtl [class*="header-style"] .shopping-cart .sub-menu {
  left: -30px;
  right: auto;
}
.rtl [class*="header-style"] .shopping-cart .cart-total {
  margin-left: 6px;
  margin-right: 0;
}
@media only screen and (min-width: 481px) {
  .rtl [class*="header-style"] .navigator {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .rtl [class*="header-style"] .navigator .menu-primary li.menu-item-has-children > a {
    padding-right: 0;
    padding-left: 18px;
  }
  .rtl [class*="header-style"] .navigator .menu-primary li.menu-item-has-children > a:before {
    right: auto;
    left: 0;
  }
  .rtl [class*="header-style"] .navigator .menu-primary li .sub-menu {
    left: auto;
    right: -25px;
  }
  .rtl [class*="header-style"] .navigator .menu-primary li .sub-menu li .sub-menu {
    left: auto;
    right: calc(100% + 1px);
  }
  .rtl [class*="header-style"] .navigator .menu-primary li .sub-menu li.menu-item-has-children > a {
    padding-right: 25px;
    padding-left: 60px;
  }
  .rtl [class*="header-style"] .navigator .menu-primary li .sub-menu li.menu-item-has-children > a:before {
    left: 20px;
    right: auto;
    transform: translateY(-50%) rotateY(180deg);
  }
  .rtl [class*="header-style"] .navigator .menu-primary > li.megamenu > .sub-menu {
    left: auto;
    right: 40px;
    margin-left: 0;
    margin-right: -450px;
  }
  .rtl [class*="header-style"] .navigator .menu-primary > li.megamenu > .sub-menu > li.menu-item-has-children a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .rtl [class*="header-style"] .navigator .menu-primary > li.megamenu > .sub-menu > li {
    border-right: none;
    border-left-width: 1px;
    border-left-style: solid;
  }
  .rtl [class*="header-style"] .navigator .menu-primary > li.megamenu > .sub-menu > li:last-child {
    border: none;
  }
  .rtl [class*="header-style"] .navigator > a {
    padding-left: 18px;
    padding-right: 0;
  }
  .rtl [class*="header-style"] .navigator > a:before {
    left: 0;
    right: auto;
  }
}
.rtl [class*="header-style"] .menu-extras {
  margin: 0;
}
@media only screen and (min-width: 1025px) {
  .rtl .site-footer .footer-copyright .go-to-top a {
    right: auto;
    left: 0;
  }
}
@media only screen and (min-width: 605px) {
  .rtl .site-footer .footer-copyright .go-to-top + .copyright-bar {
    padding-right: 0;
    padding-left: 50px;
  }
}
.rtl .sliding-menu .off-canvas-toggle {
  margin-left: 0;
  margin-right: calc(100% - 45px);
}
.rtl .menu-sliding li.menu-item-has-children > a {
  padding-left: 60px;
  padding-right: 0;
}
.rtl .menu-sliding li .menu-item-toggle {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.rtl .menu-sliding li .menu-item-toggle:after {
  transform: translate(-50%, -50%) rotateY(180deg);
}
.rtl .menu-sliding li .sub-menu,
.rtl .menu-sliding li .children {
  margin: 0 30px 0 0;
}
.rtl .widget_search .search-form .search-submit,
.rtl .widget_search .search-form label .screen-reader-text,
.rtl.search-results .main-content .search-form .search-submit,
.rtl.search-no-results .main-content .search-form .search-submit,
.rtl.error404 .main-content .search-form .search-submit,
.rtl.search-results .main-content .search-form label .screen-reader-text,
.rtl.search-no-results .main-content .search-form label .screen-reader-text,
.rtl.error404 .main-content .search-form label .screen-reader-text {
  left: 0;
  right: auto;
}
.rtl.search-results .main-content .search-results .post .post-index,
.rtl.search-no-results .main-content .search-results .post .post-index,
.rtl.error404 .main-content .search-results .post .post-index {
  right: 0;
  left: auto;
}
.rtl.search-results .main-content .search-results .post a:before,
.rtl.search-no-results .main-content .search-results .post a:before,
.rtl.error404 .main-content .search-results .post a:before {
  left: 20px;
  right: auto;
  content: "\ea04";
}
@media only screen and (min-width: 769px) {
  .rtl .navigation .page-numbers.next {
    right: auto;
    left: 0;
  }
  .rtl .navigation .page-numbers.next:before {
    content: "\ea04";
  }
}
@media only screen and (min-width: 769px) {
  .rtl .navigation .page-numbers.prev {
    right: auto;
    left: 55px;
  }
  .rtl .navigation .page-numbers.prev:before {
    content: "\ea03";
  }
}
.rtl .site .wp-block-themepunch-revslider .tp-tabs.marlab .tp-tabs-inner-wrapper .tp-tab {
  padding: 40px 70px 40px 0;
}
.rtl .site .wp-block-themepunch-revslider .tp-tabs.marlab .tp-tabs-inner-wrapper .tp-tab:before {
  left: auto;
  right: 0;
}
.rtl .site .elementor-counter .elementor-counter-title {
  text-align: right;
}
.rtl .jw-testimonials .slick-slider {
  direction: ltr;
}
.rtl .site .jw-testimonials__content .jw-testimonials__figure {
  left: 8%;
  right: auto;
}
.rtl .site .pricing-table .pricing-table__features .pricing-feature .item-bullet {
  margin-left: 26px;
  margin-right: 0;
}
.rtl .site .pricing-table .pricing-table__features .pricing-feature i {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .site .elementor-toggle .elementor-toggle-item .elementor-tab-title {
  padding: 25px 50px 25px 0;
}
.rtl .site .elementor-toggle .elementor-toggle-item .elementor-tab-title:before {
  left: auto;
  right: 0;
}
.rtl .site .elementor-toggle .elementor-toggle-item .elementor-tab-content {
  padding: 0 50px 25px 0;
}
.rtl .paoc-popup-modal .paoc-popup-close {
  right: auto;
  left: 0;
}
.rtl .wpcf7-form .form-row.ui-dropdown .wpcf7-form-control-wrap:before {
  left: 0;
  right: auto;
}
.rtl .wpcf7-form input[type="checkbox"] {
  margin-left: 15px;
  margin-right: 0;
}
@media only screen and (min-width: 1025px) {
  .rtl.single:not([class*="sidebar-"]) .alignwide {
    left: auto;
    right: -25%;
  }
}
.rtl .site-content .wp-block-cover.alignright,
.rtl .site-content .wp-block-cover-image.alignright,
.rtl .site-content .wp-block-video.alignright,
.rtl .site-content .wp-block-audio.alignright,
.rtl .site-content .wp-block-embed.alignright,
.rtl .site-content .wp-block-pullquote.alignright {
  margin-right: 30px;
  margin-left: 0;
}
.rtl .site-content .wp-block-cover.alignleft,
.rtl .site-content .wp-block-cover-image.alignleft,
.rtl .site-content .wp-block-video.alignleft,
.rtl .site-content .wp-block-audio.alignleft,
.rtl .site-content .wp-block-embed.alignleft,
.rtl .site-content .wp-block-pullquote.alignleft {
  margin-left: 30px;
  margin-right: 0;
}
.rtl .site-content .has-drop-cap:not(:focus)::first-letter {
  margin: 10px 0 10px 25px;
}
.rtl .post-meta img {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .post-tags a {
  margin: 0 0 0 25px;
}
.rtl .post-tags a:last-child {
  margin-left: 0;
}
.rtl.blog-grid .hentry:after {
  right: auto;
  left: 0;
}
.rtl .widget_shopping_cart_content .woocommerce-mini-cart li {
  padding: 20px 60px 20px 30px;
}
.rtl .widget_shopping_cart_content .woocommerce-mini-cart li img {
  left: auto;
  right: 0;
}
.rtl .widget_shopping_cart_content .woocommerce-mini-cart .remove {
  left: 0;
  right: auto;
}
.rtl .products li.product .button {
  right: 15px;
  left: auto;
}
@media only screen and (min-width: 769px) {
  .rtl .product .images {
    float: right;
    clear: right;
  }
  .rtl .product .summary {
    clear: left;
    float: left;
  }
}
.rtl .product .summary .product_title {
  margin: 0 0 10px 55px;
}
.rtl .product .summary .cart table tr td.value:before {
  left: 18px;
  right: auto;
}
.rtl .product .summary .cart table tr td .reset_variations {
  left: 8px;
  right: auto;
}
.rtl .product .summary .cart table tr td.label {
  text-align: right;
}
.rtl .product .summary .single_variation_wrap {
  padding-right: 95px;
  padding-left: 0;
}
@media only screen and (min-width: 992px) {
  .rtl.woocommerce-cart .woocommerce:before {
    left: 40%;
    right: auto;
  }
}
@media only screen and (min-width: 992px) {
  .rtl .woocommerce-cart-form {
    float: right;
    padding-left: 40px;
    padding-right: 0;
  }
}
.rtl .woocommerce-cart-form .shop_table td {
  padding: 20px 0 20px 20px;
}
.rtl .woocommerce-cart-form .shop_table td:last-child {
  padding-left: 0;
}
.rtl .woocommerce-cart-form .shop_table .product-name {
  padding-left: 10px;
  padding-right: 0;
}
.rtl .woocommerce-cart-form .shop_table .actions .coupon:before {
  right: 20px;
  left: auto;
}
.rtl .woocommerce-cart-form .shop_table .actions .coupon .button {
  right: auto;
  left: 5px;
}
.rtl .woocommerce-cart-form .shop_table .actions .coupon input[type="text"] {
  padding-right: 60px;
  padding-left: 0;
}
@media only screen and (min-width: 992px) {
  .rtl .cart-collaterals {
    float: left;
    padding-right: 40px;
    padding-left: 0;
  }
}
.rtl .cart-collaterals .cart_totals .shop_table tr td {
  text-align: left;
  padding-left: 0;
  padding-right: 10px;
}
.rtl.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr td.product-total,
.rtl.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr td {
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .rtl.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order,
  .rtl.woocommerce-checkout .woocommerce-checkout #order_review_heading {
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  .rtl.woocommerce-checkout .woocommerce-checkout #customer_details {
    float: right;
    padding-right: 0;
    padding-left: 60px;
  }
}
.rtl .woocommerce .form-row .select2-container .select2-selection .select2-selection__arrow {
  right: auto;
  left: 20px;
}
.rtl.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr th {
  text-align: right;
}
