@charset "UTF-8";
/*
    Theme Name:     Toro
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    Toro - Clean, Minimal WooCommerce Theme
    Version:        1.5.0
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
    License: 		    GNU General Public License
	  License URI: 	  licence/GPL.txt
    Text Domain:    toro
    Domain Path:    /languages/
    Requires at least: 4.4
    Requires PHP: 5.6
*/
/*------------------------------------------------------------------
[Table of contents]
  1. Class WordPress Require
  2. Base Class
  3. CSS General
    3.1 Import lib css .. slick , font-anwesome , easy-zoom ..etc.
  4. Widget
  5. Header
  6. MegaMenu
  7. Main
  8. Footer
  9. Category Post
  10. Search Post
  11. Single Post
  12. Page
  13. Comments
  14. Portfolio
  15. Shortcodes
  16. WooCommerce
    16.1 Category Product
    16.2. Search Product
    16.3. Single Product
    16.4. Cart Page
    16.5. Checkout Page
    16.6. My Account Page
  17. Extra class
  18. Responsive
-------------------------------------------------------------------*/
:root{
  --theme-primary-color: #FC4F4F;
  --theme-secondary-color: #262626;
  --theme-three-color: #A3A3A3;
  --theme-body-font-color: #535353;
  --theme-border-color: #CDCDCD;
  --theme-heading-font-color: #2F2F2F;
  --theme-body-font-family: "Poppins", sans-serif;
  --theme-heading-font-family: "Poppins", sans-serif;
  --theme-three-font-family: "Alegreya", serif;
}
html{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body{
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary{
  display: block;
}
audio,
canvas,
progress,
video{
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]){
  display: none;
  height: 0;
}
[hidden],
template{
  display: none;
}
a:active,
a:hover{
  outline: 0;
}
abbr[title]{
  border-bottom: 1px dotted;
}
b,
strong{
  font-weight: bold;
}
dfn{
  font-style: italic;
}
h1{
  font-size: 2em;
  margin: 0.67em 0;
}
small{
  font-size: 80%;
}
sub,
sup{
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup{
  top: -0.5em;
}
sub{
  bottom: -0.2em;
}
img{
  border: 0;
}
svg:not(:root){
  overflow: hidden;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots){
  max-width: 100px;
}
pre{
  overflow: auto;
}
code,
kbd,
pre,
samp{
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea{
  color: inherit;
  font: inherit;
  margin: 0;
}
button{
  overflow: visible;
}
button,
select{
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled]{
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner{
  border: 0;
  padding: 0;
}
input{
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"]{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{
  height: auto;
}
input[type="search"]{
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
  -webkit-appearance: none;
}
fieldset{
  border: 1px solid var(--theme-three-color);
  margin: 0;
  padding: 15px;
}
legend{
  border: 0;
  padding: 0 10px;
}
textarea{
  overflow: auto;
}
optgroup{
  font-weight: bold;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th{
  padding: 0;
}
::-webkit-input-placeholder{
  opacity: 1;
  color: inherit;
}
:-moz-placeholder{
  opacity: 1;
  color: inherit;
}
::-moz-placeholder{
  opacity: 1;
  color: inherit;
}
:-ms-input-placeholder{
  opacity: 1;
  color: inherit;
}
@media print{
  *,
  *:before,
  *:after{
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited{
    text-decoration: underline;
  }
  a[href]:after{
    content: " (" attr(href) ")";
  }
  abbr[title]:after{
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after{
    content: "";
  }
  pre,
  blockquote{
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead{
    display: table-header-group;
  }
  tr,
  img{
    page-break-inside: avoid;
  }
  img{
    max-width: 100% !important;
  }
  p,
  h2,
  h3{
    orphans: 3;
    widows: 3;
  }
  h2,
  h3{
    page-break-after: avoid;
  }
  .navbar{
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret{
    border-top-color: #000 !important;
  }
  .label{
    border: 1px solid #000;
  }
  .table{
    border-collapse: collapse !important;
  }
  .table td,
  .table th{
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td{
    border: 1px solid #ddd !important;
  }
}
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html{
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
input,
button,
select,
textarea{
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
}
select{
  line-height: normal;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  -webkit-background-size: 9px 6px;
  background-size: 9px 6px;
  background-position: right -1rem center;
  -webkit-background-origin: content-box;
  background-origin: content-box;
  background-repeat: no-repeat;
  max-width: 100%;
}
@media screen and (min-width: 0\0
){
  select{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:disabled{
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand{
  display: none;
}
select[multiple]{
  height: auto;
  background-image: none;
}
[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a{
  text-decoration: none;
}
a:hover,
a:focus{
  text-decoration: none;
}
a:focus{
  outline: none;
}
figure{
  margin: 0;
}
img{
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
hr{
  border: none;
  border-bottom: 2px solid #8f98a1;
  margin: 1.65em auto;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus{
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"]{
  cursor: pointer;
}
p{
  margin: 0 0 15px;
}
.lead{
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px){
  .lead{
    font-size: 21px;
  }
}
small,
.small{
  font-size: 85%;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.text-center{
  text-align: center;
}
.text-justify{
  text-align: justify;
}
.text-nowrap{
  white-space: nowrap;
}
.text-lowercase{
  text-transform: lowercase;
}
.text-uppercase{
  text-transform: uppercase;
}
.text-capitalize{
  text-transform: capitalize;
}
.text-underline{
  text-decoration: underline;
}
ul,
ol{
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol{
  margin-bottom: 0;
}
.list-unstyled{
  padding-left: 0;
  list-style: none;
}
.list-inline{
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li{
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl{
  margin-top: 0;
  margin-bottom: 20px;
}
dt{
  font-weight: bold;
}
dd{
  margin-left: 0;
}
@media (min-width: 768px){
  .dl-horizontal dt{
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd{
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title]{
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism{
  font-size: 90%;
  text-transform: uppercase;
}
blockquote{
  padding: 0 20px;
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.75;
  border-left: 3px solid #F53E6A;
}
address{
  margin-bottom: 20px;
  font-style: normal;
}
code,
kbd,
pre,
samp{
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code{
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd{
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: var(--theme-secondary-color);
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd{
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre{
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 14px;
  word-break: break-all;
  word-wrap: break-word;
  color: #23282d;
  border: 1px solid #e2e4e7;
  border-radius: 4px;
}
pre code{
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable{
  max-height: 340px;
  overflow-y: scroll;
}
.center-block{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right{
  float: right !important;
}
.pull-left{
  float: left !important;
}
.hide{
  display: none !important;
}
.show{
  display: block !important;
}
.invisible{
  visibility: hidden;
}
.text-hide{
  font-size: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden{
  display: none !important;
}
.affix{
  position: fixed;
}
p:empty{
  display: none;
}
#wp-admin-bar-la_bar span.ab-icon:before{
  content: "\f108";
  top: 2px;
}
@media screen and (max-width: 782px){
  #wp-admin-bar-la_bar span.ab-icon:before{
    top: 4px;
  }
}
.bypostauthor{
  font-size: inherit;
}
/*------------------------------------------------------------------
    2. Base Class
-------------------------------------------------------------------*/
.search-form .search-button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.la-overlay-global, .wc-toolbar .wc-ordering ul, .accordion-menu li > .narrow i, .accordion-menu li > .narrow i:before, .product--summary .add_compare,
.product--summary .add_wishlist{
  transition: all 250ms ease-out;
}
.la-overlay-global, .item--link-overlay, .item--link-overlay:before{
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
.comment-respond::before, .products.products-list .item-inner::before, .registration-horizonal .registration-form::before, .comment-respond::after, .products.products-list .item-inner::after, .registration-horizonal .registration-form::after{
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}
.comment-respond::after, .products.products-list .item-inner::after, .registration-horizonal .registration-form::after{
  clear: both;
}
.widget_recent_entries .pr-item .pr-item--right a, .sidebar-inner .widget .widget-title, .lastudio-posts .entry-title, .single_post_item--title .entry-title, .post-navigation .blog_pn_nav-title, .single_post_quote_wrap .quote-wrapper .format-content, .woocommerce-Reviews .woocommerce-Reviews-title,
.comments-container .comments-title h3,
.comment-respond .comment-reply-title, .la-newsletter-popup h4, .lastudio-testimonials.preset-type-2 .lastudio-testimonials__comment,
.elm-countdown.elm-countdown-style-3 .countdown-period,
.elm-countdown.elm-countdown-style-4 .countdown-period{
  font-family: var(--theme-three-font-family)
}
h1,
.h1, h2,
.h2, h3,
.h3, h4,
.h4, h5,
.h5, h6,
.h6{
  font-family: var(--theme-heading-font-family);
}
body, .woocommerce-page .sidebar-inner .widget-title, .banner-widget-shop.widget .widget-title{
  font-family: var(--theme-body-font-family);
}
.three-font-family{
  font-family: var(--theme-three-font-family);
}
.background-color-primary, .slick__nav_style1 .slick-slider .slick-arrow:hover, .item--link-overlay:before, .slick-arrow.circle-border:hover, .widget_price_filter .button:hover, .lahfb-button a, .hamburger-type-full .hamburger-social-icons a:hover, .lahfb-nav-wrap #nav > li.menu-item > a:before, .lahfb-nav-wrap #nav li.mega ul.sub-menu ul.mm-mega-ul > li > a:before, .lahfb-header-woo-cart-toggle .la-cart-modal-icon .header-cart-count-icon, .lahfb-header-simple .search-form .search-button:hover, .header-v3 .lahfb-nav-wrap .menu > li.menu-item > a:after, .header-v6 .lahfb-nav-wrap .menu > li.menu-item > a:after, .menu .tip.hot, .lastudio-posts .lastudio-more:hover, .commentlist .depth-2:before, .comment-form .form-submit input:hover, .la-newsletter-popup .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover, .social-media-link.style-round a:hover, .social-media-link.style-square a:hover, .social-media-link.style-circle a:hover, .social-media-link.style-outline a:hover, .social-media-link.style-circle-outline a:hover, .wpcf7-submit:hover, .heading-v3 .lastudio-headline__first:before, .heading-v5 .lastudio-headline__first:before, .lastudio-banner.lastudio-effect-marley .lastudio-banner__title, .lastudio-slick-dots li.slick-active span, .lastudio-slick-dots li:hover span, .lastudio-team-member__item .loop__item__thumbnail--linkoverlay, .lastudio-team-member.preset-type-3 .loop__item__thumbnail--bkg:before, .lastudio-team-member.preset-type-2 .loop__item__thumbnail--bkg:before, .slick__dots__style_2 .lastudio-testimonials .lastudio-slick-dots li.slick-active span, .elementor-button, .outline-btn .elementor-button:hover, .lastudio-progress-bar__status-bar, .lastudio-portfolio .lastudio-portfolio__view-more-button:hover, .lastudio-portfolio.preset-type-2 .lastudio-portfolio__button:hover, .products-list .product_item .product_item--thumbnail .product_item--action .quickview:hover,
.products-grid-5 .product_item_thumbnail_action .button:hover,
.products-grid-4 .product_item_thumbnail_action .button:hover,
.products-grid-3 .product_item_thumbnail_action .button:hover,
.products-grid-2 .product_item_thumbnail_action .button:hover,
.products-grid-1 .product_item_thumbnail_action .button:hover, .woocommerce.special_offers .product_item--info .la-custom-badge, .la-woo-product-gallery > .woocommerce-product-gallery__trigger, .product--summary .single_add_to_cart_button:hover, .product--summary .add_compare:hover,
.product--summary .add_wishlist:hover, .cart-flyout .widget_shopping_cart_content .button:hover, .woocommerce-MyAccount-navigation li:hover a, .woocommerce-MyAccount-navigation li.is-active a, .registration-form .button, .socials-color a:hover, .page-links > span:not(.page-links-title), .page-links > a:hover, .calendar_wrap #today, .home02-banner-top .lastudio-carousel__item .lastudio-effect-none .elementor-button:hover, .home02-banner-top .lastudio-carousel__item.home02-banner-03 .lastudio-effect-none .lastudio-banner__content-wrap .elementor-button:hover, .home02-banner-top .lastudio-carousel__item.home02-banner-02 .lastudio-effect-none .lastudio-banner__content-wrap .elementor-button:hover, .widget_layered_nav--size ul li a:hover, form.track_order .button:hover{
  background-color: var(--theme-primary-color);
}
.background-color-secondary, .la-pagination ul .page-numbers.current, .la-pagination ul .page-numbers:hover, .slick-slider .slick-dots button, .wc-toolbar .wc-ordering ul li:hover a, .wc-toolbar .wc-ordering ul li.active a, .widget_layered_nav.widget_layered_nav--borderstyle li:hover a, .widget_layered_nav.widget_layered_nav--borderstyle li.active a, .comment-form .form-submit input, .la-newsletter-popup .yikes-easy-mc-form .yikes-easy-mc-submit-button, .social-media-link.style-round a, .social-media-link.style-square a, .social-media-link.style-circle a, .elementor-button:hover, .product--summary .single_add_to_cart_button, .la-custom-badge, .home02-banner-top .lastudio-carousel__item .lastudio-effect-none .elementor-button{
  background-color: var(--theme-secondary-color);
}
.background-color-secondary, .socials-color a{
  background-color: var(--theme-three-color);
}
.background-color-body{
  background-color: var(--theme-body-font-color);
}
.background-color-border{
  background-color: var(--theme-border-color);
}
.lahfb-header-simple .search-form .search-button, .heading-v4 .lastudio-headline__first:before, .la-woo-thumbs .la-thumb.slick-current.slick-active, .cart-flyout .widget_shopping_cart_content .button, form.track_order .button{
  background-color: var(--theme-secondary-color);
}
a:hover, .elm-loadmore-ajax a:hover, .search-form .search-button:hover, .slick-slider .slick-dots li:hover span,
.slick-slider .slick-dots .slick-active span, .slick-slider .slick-arrow:hover,
.la-slick-nav .slick-arrow:hover, .vertical-style ul li:hover a, .vertical-style ul li.active a, .la-advanced-product-filters .menu-item-price ul li a:hover, .widget.widget_product_tag_cloud a.active,
.widget.widget_product_tag_cloud .active a,
.widget.product-sort-by .active a,
.widget.widget_layered_nav .active a,
.widget.la-price-filter-list .active a, .sidebar-inner a:hover, .product_list_widget a:hover, .lahfb-wrap .lahfb-nav-wrap .menu > li.current > a,
.lahfb-wrap .lahfb-nav-wrap .menu > li.menu-item > a.active,
.lahfb-wrap .lahfb-nav-wrap .menu li.current ul li a:hover,
.lahfb-wrap .lahfb-nav-wrap .menu ul.sub-menu li.current > a,
.lahfb-wrap .lahfb-nav-wrap .menu ul li.menu-item:hover > a, .hamburger-menu-wrap .hamburger-nav > li > a:hover, .la-hamburger-wrap .full-menu li:hover > a, .lahfb-wrap .lahfb-nav-wrap #nav li.current ul li a:hover,
.lahfb-wrap .lahfb-nav-wrap #nav ul.sub-menu li.current > a,
.lahfb-wrap .lahfb-nav-wrap #nav ul li.menu-item:hover > a, .header-v2 .lahfb-element i:hover,
.header-v4 .lahfb-element i:hover, .menu .tip.hot .tip-arrow:before, .site-footer .social-media-link.style-default a i:hover, .lastudio-posts.preset-type-3 .post-meta-top, .lastudio-posts.preset-type-3 .post-meta-bottom a:hover, .single-post-detail .loop__item__termlink, .entry-meta-footer .tags-list a:hover, .post-navigation .blog_pn_nav-title:hover, .easy_mc__style1 .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover, .easy_mc__style3 .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover, .lastudio-testimonials.preset-type-1 .lastudio-testimonials__icon-inner i, .lastudio-headline__second, .lastudio-portfolio .lastudio-portfolio__filter-item.active, .lastudio-portfolio.preset-type-4 .lastudio-portfolio__item:hover .lastudio-portfolio__title, .lastudio-portfolio.preset-type-8 .lastudio-portfolio__category, .lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__button:hover, .product_item--thumbnail .elm-countdown .countdown-amount, .products-grid-5 .product_item--inner .product_item--info .product_item--title a:hover, .cart-collaterals .woocommerce-shipping-calculator .button:hover,
.cart-collaterals .la-coupon .button:hover, #customer_login .woocommerce-privacy-policy-text a, p.lost_password{
  color: var(--theme-primary-color);
}
.text-color-primary{
  color: var(--theme-primary-color) !important;
}
.slick-arrow.circle-border:hover, .swatch-wrapper:hover, .swatch-wrapper.selected, .widget_price_filter .button:hover, .hamburger-type-full .hamburger-social-icons a:hover, .lastudio-posts .lastudio-more:hover, .social-media-link.style-outline a:hover, .social-media-link.style-circle-outline a:hover, .lastudio-portfolio.preset-type-2 .lastudio-portfolio__button:hover, .home02-banner-top .lastudio-carousel__item.home02-banner-03 .lastudio-effect-none .lastudio-banner__content-wrap .elementor-button:hover, .home02-banner-top .lastudio-carousel__item.home02-banner-02 .lastudio-effect-none .lastudio-banner__content-wrap .elementor-button:hover, .widget_layered_nav--size ul li a:hover{
  border-color: var(--theme-primary-color);
}
.border-color-primary{
  border-color: var(--theme-primary-color) !important;
}
.border-top-color-primary{
  border-top-color: var(--theme-primary-color) !important;
}
.border-bottom-color-primary{
  border-bottom-color: var(--theme-primary-color) !important;
}
.border-left-color-primary{
  border-left-color: var(--theme-primary-color) !important;
}
.border-right-color-primary{
  border-right-color: var(--theme-primary-color) !important;
}
.text-color-six{
  color: #1C34AE !important;
}
.border-color-six{
  border-color: #1C34AE !important;
}
.border-top-color-six{
  border-top-color: #1C34AE !important;
}
.border-bottom-color-six{
  border-bottom-color: #1C34AE !important;
}
.border-left-color-six{
  border-left-color: #1C34AE !important;
}
.border-right-color-six{
  border-right-color: #1C34AE !important;
}
.text-color-five{
  color: #4C3891 !important;
}
.border-color-five{
  border-color: #4C3891 !important;
}
.border-top-color-five{
  border-top-color: #4C3891 !important;
}
.border-bottom-color-five{
  border-bottom-color: #4C3891 !important;
}
.border-left-color-five{
  border-left-color: #4C3891 !important;
}
.border-right-color-five{
  border-right-color: #4C3891 !important;
}
.text-color-four{
  color: #0A9400 !important;
}
.border-color-four{
  border-color: #0A9400 !important;
}
.border-top-color-four{
  border-top-color: #0A9400 !important;
}
.border-bottom-color-four{
  border-bottom-color: #0A9400 !important;
}
.border-left-color-four{
  border-left-color: #0A9400 !important;
}
.border-right-color-four{
  border-right-color: #0A9400 !important;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info, .form-row label, .wc-toolbar .woocommerce-result-count,
.wc-toolbar .wc-view-toggle .active, .wc-toolbar .wc-view-count li.active, div.quantity, .widget_recent_entries .pr-item .pr-item--right a:not(:hover), .widget_recent_comments li.recentcomments a, .product_list_widget a, .product_list_widget .amount, .widget.widget_product_tag_cloud .tagcloud, .sidebar-inner .dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap, .author-info__name,
.author-info__link, .commentlist .comment-meta .comment-author, .woocommerce-Reviews .woocommerce-review__author, .woocommerce-Reviews .woocommerce-Reviews-title,
.comments-container .comments-title h3,
.comment-respond .comment-reply-title, .elm-countdown.elm-countdown-style-1 .countdown-amount, .elm-countdown.elm-countdown-style-3 .countdown-amount, .elm-countdown.elm-countdown-style-4, .easy_mc__style1 .yikes-easy-mc-form .yikes-easy-mc-email:focus, .easy_mc__style3 .yikes-easy-mc-form .yikes-easy-mc-submit-button, .products-list .product_item .price, .products-list .product_item .product_item--info .add_compare,
.products-list .product_item .product_item--info .add_wishlist, .products-list-mini .product_item .price, .products-list .product_item .product_item--thumbnail .product_item--action .quickview,
.products-grid-5 .product_item_thumbnail_action .button,
.products-grid-4 .product_item_thumbnail_action .button,
.products-grid-3 .product_item_thumbnail_action .button,
.products-grid-2 .product_item_thumbnail_action .button,
.products-grid-1 .product_item_thumbnail_action .button, .la-woo-thumbs .slick-arrow, .product--summary .entry-summary > .stock.in-stock, .product--summary .product-nextprev, .product--summary .single-price-wrapper .price ins .amount,
.product--summary .single-price-wrapper .price > .amount, .product--summary .product_meta, .product--summary .product_meta_sku_wrapper, .product--summary .product-share-box, .product--summary .group_table td, .product--summary .variations td, .product--summary .add_compare,
.product--summary .add_wishlist, .wc-tabs li:hover > a,
.wc-tabs li.active > a, .wc-tab .wc-tab-title, .shop_table td.product-price,
.shop_table td.product-subtotal, .cart-collaterals .shop_table, .cart-collaterals .woocommerce-shipping-calculator .button,
.cart-collaterals .la-coupon .button, .woocommerce > p.cart-empty, table.woocommerce-checkout-review-order-table, .wc_payment_methods .wc_payment_method label, .woocommerce-order ul strong, .blog-main-loop__btn-loadmore{
  color: var(--theme-secondary-color);
}
.text-color-secondary{
  color: var(--theme-secondary-color) !important;
}
input:focus, select:focus, textarea:focus{
  border-color: var(--theme-secondary-color);
}
.border-color-secondary{
  border-color: var(--theme-secondary-color) !important;
}
.border-top-color-secondary{
  border-top-color: var(--theme-secondary-color) !important;
}
.border-bottom-color-secondary{
  border-bottom-color: var(--theme-secondary-color) !important;
}
.border-left-color-secondary{
  border-left-color: var(--theme-secondary-color) !important;
}
.border-right-color-secondary{
  border-right-color: var(--theme-secondary-color) !important;
}
h1,
.h1, h2,
.h2, h3,
.h3, h4,
.h4, h5,
.h5, h6,
.h6, table th, .slick-arrow.circle-border i, .header-v2.lahfb-topbar-area .lahfb-nav-wrap .menu > li.menu-item > a,
.header-v4.lahfb-topbar-area .lahfb-nav-wrap .menu > li.menu-item > a, .header-v2 .lahfb-element i,
.header-v4 .lahfb-element i, #lastudio-header-builder .header-v5 i:before, #lastudio-header-builder .header-v5 .lahfb-search .header-search-simple-wrap .search-form .search-button, .sidebar-inner ul.menu li, .sidebar-inner .dokan-category-menu .widget-title, .site-footer .social-media-link.style-default a i, .lastudio-posts.preset-type-3 .post-meta-bottom, .lastudio-posts.preset-type-3 .post-meta-bottom a, .single-post-detail .showposts-excerpt, .post-navigation .blog_pn_nav-title, .single_post_item--title + .showposts-loop .loop__item__meta, .elm-countdown.elm-countdown-style-2 .countdown-section, .easy_mc__style1 .yikes-easy-mc-form .yikes-easy-mc-submit-button, .lastudio-testimonials.preset-type-3 .lastudio-testimonials__icon, .lastudio-testimonials.preset-type-3 .lastudio-testimonials__name, .lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__button, .product--summary .woocommerce-product-details__short-description, .wc_tabs_at_bottom .wc-tabs li.active > a, .extradiv-after-frm-cart, .cart-flyout .cart_list .quantity .amount, .cart-flyout .cart-flyout__heading, .cart-flyout .widget_shopping_cart_content .total .amount, .intro-home .elementor-alert button:hover span, form.track_order > p{
  color: var(--theme-heading-font-color);
}
.text-color-heading{
  color: var(--theme-heading-font-color) !important;
}
.border-color-heading{
  border-color: var(--theme-heading-font-color) !important;
}
.border-top-color-heading{
  border-top-color: var(--theme-heading-font-color) !important;
}
.border-bottom-color-heading{
  border-bottom-color: var(--theme-heading-font-color) !important;
}
.border-left-color-heading{
  border-left-color: var(--theme-heading-font-color) !important;
}
.border-right-color-heading{
  border-right-color: var(--theme-heading-font-color) !important;
}
.wc_tabs_at_bottom .wc-tabs li a{
  color: var(--theme-three-color);
}
.text-color-three{
  color: var(--theme-three-color) !important;
}
.border-color-three{
  border-color: var(--theme-three-color) !important;
}
.border-top-color-three{
  border-top-color: var(--theme-three-color) !important;
}
.border-bottom-color-three{
  border-bottom-color: var(--theme-three-color) !important;
}
.border-left-color-three{
  border-left-color: var(--theme-three-color) !important;
}
.border-right-color-three{
  border-right-color: var(--theme-three-color) !important;
}
body, .easy_mc__style1 .yikes-easy-mc-form .yikes-easy-mc-email, .lastudio-testimonials.preset-type-3 .lastudio-testimonials__position, table.woocommerce-checkout-review-order-table .variation,
table.woocommerce-checkout-review-order-table .product-quantity{
  color: var(--theme-body-font-color);
}
.text-color-body{
  color: var(--theme-body-font-color) !important;
}
.border-color-body{
  border-color: var(--theme-body-font-color) !important;
}
.border-top-color-body{
  border-top-color: var(--theme-body-font-color) !important;
}
.border-bottom-color-body{
  border-bottom-color: var(--theme-body-font-color) !important;
}
.border-left-color-body{
  border-left-color: var(--theme-body-font-color) !important;
}
.border-right-color-body{
  border-right-color: var(--theme-body-font-color) !important;
}
input, select, textarea, table, table th,
table td, .share-links a, .select2-container .select2-selection--single, .swatch-wrapper, .widget_shopping_cart_content .total, .calendar_wrap caption, .widget-border.widget, .widget-border-bottom.widget, .easy_mc__style1 .yikes-easy-mc-form .yikes-easy-mc-email, .social-media-link.style-outline a, .shop_table.woocommerce-cart-form__contents td{
  border-color: var(--theme-border-color);
}
.border-color{
  border-color: var(--theme-border-color) !important;
}
.border-top-color{
  border-top-color: var(--theme-border-color) !important;
}
.border-bottom-color{
  border-bottom-color: var(--theme-border-color) !important;
}
.border-left-color{
  border-left-color: var(--theme-border-color) !important;
}
.border-right-color{
  border-right-color: var(--theme-border-color) !important;
}
@media (max-width: 1199px){
  .md-text-left{
    text-align: left;
  }
  .md-text-right{
    text-align: right;
  }
  .md-text-center{
    text-align: center;
  }
  .md-text-justify{
    text-align: justify;
  }
}
@media (max-width: 991px){
  .sm-text-left{
    text-align: left !important;
  }
  .sm-text-right{
    text-align: right !important;
  }
  .sm-text-center{
    text-align: center !important;
  }
  .sm-text-justify{
    text-align: justify !important;
  }
}
@media (max-width: 767px){
  .xs-text-left{
    text-align: left !important;
  }
  .xs-text-right{
    text-align: right !important;
  }
  .xs-text-center{
    text-align: center !important;
  }
  .xs-text-justify{
    text-align: justify !important;
  }
}
.container{
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container::before, .container::after{
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}
.container::after{
  clear: both;
}
@media (min-width: 1200px){
  .container{
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px){
  .container{
    width: 100%;
  }
}
.container-fluid{
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid::before, .container-fluid::after{
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}
.container-fluid::after{
  clear: both;
}
.row{
  margin-left: -15px;
  margin-right: -15px;
}
.row::before, .row::after{
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}
.row::after{
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
  float: left;
}
.col-xs-1{
  width: 8.33333%;
}
.col-xs-2{
  width: 16.66667%;
}
.col-xs-3{
  width: 25%;
}
.col-xs-4{
  width: 33.33333%;
}
.col-xs-5{
  width: 41.66667%;
}
.col-xs-6{
  width: 50%;
}
.col-xs-7{
  width: 58.33333%;
}
.col-xs-8{
  width: 66.66667%;
}
.col-xs-9{
  width: 75%;
}
.col-xs-10{
  width: 83.33333%;
}
.col-xs-11{
  width: 91.66667%;
}
.col-xs-12{
  width: 100%;
}
.col-xs-pull-0{
  right: auto;
}
.col-xs-pull-1{
  right: 8.33333%;
}
.col-xs-pull-2{
  right: 16.66667%;
}
.col-xs-pull-3{
  right: 25%;
}
.col-xs-pull-4{
  right: 33.33333%;
}
.col-xs-pull-5{
  right: 41.66667%;
}
.col-xs-pull-6{
  right: 50%;
}
.col-xs-pull-7{
  right: 58.33333%;
}
.col-xs-pull-8{
  right: 66.66667%;
}
.col-xs-pull-9{
  right: 75%;
}
.col-xs-pull-10{
  right: 83.33333%;
}
.col-xs-pull-11{
  right: 91.66667%;
}
.col-xs-pull-12{
  right: 100%;
}
.col-xs-push-0{
  left: auto;
}
.col-xs-push-1{
  left: 8.33333%;
}
.col-xs-push-2{
  left: 16.66667%;
}
.col-xs-push-3{
  left: 25%;
}
.col-xs-push-4{
  left: 33.33333%;
}
.col-xs-push-5{
  left: 41.66667%;
}
.col-xs-push-6{
  left: 50%;
}
.col-xs-push-7{
  left: 58.33333%;
}
.col-xs-push-8{
  left: 66.66667%;
}
.col-xs-push-9{
  left: 75%;
}
.col-xs-push-10{
  left: 83.33333%;
}
.col-xs-push-11{
  left: 91.66667%;
}
.col-xs-push-12{
  left: 100%;
}
.col-xs-offset-0{
  margin-left: 0%;
}
.col-xs-offset-1{
  margin-left: 8.33333%;
}
.col-xs-offset-2{
  margin-left: 16.66667%;
}
.col-xs-offset-3{
  margin-left: 25%;
}
.col-xs-offset-4{
  margin-left: 33.33333%;
}
.col-xs-offset-5{
  margin-left: 41.66667%;
}
.col-xs-offset-6{
  margin-left: 50%;
}
.col-xs-offset-7{
  margin-left: 58.33333%;
}
.col-xs-offset-8{
  margin-left: 66.66667%;
}
.col-xs-offset-9{
  margin-left: 75%;
}
.col-xs-offset-10{
  margin-left: 83.33333%;
}
.col-xs-offset-11{
  margin-left: 91.66667%;
}
.col-xs-offset-12{
  margin-left: 100%;
}
@media (min-width: 768px){
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
    float: left;
  }
  .col-sm-1{
    width: 8.33333%;
  }
  .col-sm-2{
    width: 16.66667%;
  }
  .col-sm-3{
    width: 25%;
  }
  .col-sm-4{
    width: 33.33333%;
  }
  .col-sm-5{
    width: 41.66667%;
  }
  .col-sm-6{
    width: 50%;
  }
  .col-sm-7{
    width: 58.33333%;
  }
  .col-sm-8{
    width: 66.66667%;
  }
  .col-sm-9{
    width: 75%;
  }
  .col-sm-10{
    width: 83.33333%;
  }
  .col-sm-11{
    width: 91.66667%;
  }
  .col-sm-12{
    width: 100%;
  }
  .col-sm-pull-0{
    right: auto;
  }
  .col-sm-pull-1{
    right: 8.33333%;
  }
  .col-sm-pull-2{
    right: 16.66667%;
  }
  .col-sm-pull-3{
    right: 25%;
  }
  .col-sm-pull-4{
    right: 33.33333%;
  }
  .col-sm-pull-5{
    right: 41.66667%;
  }
  .col-sm-pull-6{
    right: 50%;
  }
  .col-sm-pull-7{
    right: 58.33333%;
  }
  .col-sm-pull-8{
    right: 66.66667%;
  }
  .col-sm-pull-9{
    right: 75%;
  }
  .col-sm-pull-10{
    right: 83.33333%;
  }
  .col-sm-pull-11{
    right: 91.66667%;
  }
  .col-sm-pull-12{
    right: 100%;
  }
  .col-sm-push-0{
    left: auto;
  }
  .col-sm-push-1{
    left: 8.33333%;
  }
  .col-sm-push-2{
    left: 16.66667%;
  }
  .col-sm-push-3{
    left: 25%;
  }
  .col-sm-push-4{
    left: 33.33333%;
  }
  .col-sm-push-5{
    left: 41.66667%;
  }
  .col-sm-push-6{
    left: 50%;
  }
  .col-sm-push-7{
    left: 58.33333%;
  }
  .col-sm-push-8{
    left: 66.66667%;
  }
  .col-sm-push-9{
    left: 75%;
  }
  .col-sm-push-10{
    left: 83.33333%;
  }
  .col-sm-push-11{
    left: 91.66667%;
  }
  .col-sm-push-12{
    left: 100%;
  }
  .col-sm-offset-0{
    margin-left: 0%;
  }
  .col-sm-offset-1{
    margin-left: 8.33333%;
  }
  .col-sm-offset-2{
    margin-left: 16.66667%;
  }
  .col-sm-offset-3{
    margin-left: 25%;
  }
  .col-sm-offset-4{
    margin-left: 33.33333%;
  }
  .col-sm-offset-5{
    margin-left: 41.66667%;
  }
  .col-sm-offset-6{
    margin-left: 50%;
  }
  .col-sm-offset-7{
    margin-left: 58.33333%;
  }
  .col-sm-offset-8{
    margin-left: 66.66667%;
  }
  .col-sm-offset-9{
    margin-left: 75%;
  }
  .col-sm-offset-10{
    margin-left: 83.33333%;
  }
  .col-sm-offset-11{
    margin-left: 91.66667%;
  }
  .col-sm-offset-12{
    margin-left: 100%;
  }
}
@media (min-width: 992px){
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
    float: left;
  }
  .col-md-1{
    width: 8.33333%;
  }
  .col-md-2{
    width: 16.66667%;
  }
  .col-md-3{
    width: 25%;
  }
  .col-md-4{
    width: 33.33333%;
  }
  .col-md-5{
    width: 41.66667%;
  }
  .col-md-6{
    width: 50%;
  }
  .col-md-7{
    width: 58.33333%;
  }
  .col-md-8{
    width: 66.66667%;
  }
  .col-md-9{
    width: 75%;
  }
  .col-md-10{
    width: 83.33333%;
  }
  .col-md-11{
    width: 91.66667%;
  }
  .col-md-12{
    width: 100%;
  }
  .col-md-pull-0{
    right: auto;
  }
  .col-md-pull-1{
    right: 8.33333%;
  }
  .col-md-pull-2{
    right: 16.66667%;
  }
  .col-md-pull-3{
    right: 25%;
  }
  .col-md-pull-4{
    right: 33.33333%;
  }
  .col-md-pull-5{
    right: 41.66667%;
  }
  .col-md-pull-6{
    right: 50%;
  }
  .col-md-pull-7{
    right: 58.33333%;
  }
  .col-md-pull-8{
    right: 66.66667%;
  }
  .col-md-pull-9{
    right: 75%;
  }
  .col-md-pull-10{
    right: 83.33333%;
  }
  .col-md-pull-11{
    right: 91.66667%;
  }
  .col-md-pull-12{
    right: 100%;
  }
  .col-md-push-0{
    left: auto;
  }
  .col-md-push-1{
    left: 8.33333%;
  }
  .col-md-push-2{
    left: 16.66667%;
  }
  .col-md-push-3{
    left: 25%;
  }
  .col-md-push-4{
    left: 33.33333%;
  }
  .col-md-push-5{
    left: 41.66667%;
  }
  .col-md-push-6{
    left: 50%;
  }
  .col-md-push-7{
    left: 58.33333%;
  }
  .col-md-push-8{
    left: 66.66667%;
  }
  .col-md-push-9{
    left: 75%;
  }
  .col-md-push-10{
    left: 83.33333%;
  }
  .col-md-push-11{
    left: 91.66667%;
  }
  .col-md-push-12{
    left: 100%;
  }
  .col-md-offset-0{
    margin-left: 0%;
  }
  .col-md-offset-1{
    margin-left: 8.33333%;
  }
  .col-md-offset-2{
    margin-left: 16.66667%;
  }
  .col-md-offset-3{
    margin-left: 25%;
  }
  .col-md-offset-4{
    margin-left: 33.33333%;
  }
  .col-md-offset-5{
    margin-left: 41.66667%;
  }
  .col-md-offset-6{
    margin-left: 50%;
  }
  .col-md-offset-7{
    margin-left: 58.33333%;
  }
  .col-md-offset-8{
    margin-left: 66.66667%;
  }
  .col-md-offset-9{
    margin-left: 75%;
  }
  .col-md-offset-10{
    margin-left: 83.33333%;
  }
  .col-md-offset-11{
    margin-left: 91.66667%;
  }
  .col-md-offset-12{
    margin-left: 100%;
  }
}
@media (min-width: 1200px){
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
    float: left;
  }
  .col-lg-1{
    width: 8.33333%;
  }
  .col-lg-2{
    width: 16.66667%;
  }
  .col-lg-3{
    width: 25%;
  }
  .col-lg-4{
    width: 33.33333%;
  }
  .col-lg-5{
    width: 41.66667%;
  }
  .col-lg-6{
    width: 50%;
  }
  .col-lg-7{
    width: 58.33333%;
  }
  .col-lg-8{
    width: 66.66667%;
  }
  .col-lg-9{
    width: 75%;
  }
  .col-lg-10{
    width: 83.33333%;
  }
  .col-lg-11{
    width: 91.66667%;
  }
  .col-lg-12{
    width: 100%;
  }
  .col-lg-pull-0{
    right: auto;
  }
  .col-lg-pull-1{
    right: 8.33333%;
  }
  .col-lg-pull-2{
    right: 16.66667%;
  }
  .col-lg-pull-3{
    right: 25%;
  }
  .col-lg-pull-4{
    right: 33.33333%;
  }
  .col-lg-pull-5{
    right: 41.66667%;
  }
  .col-lg-pull-6{
    right: 50%;
  }
  .col-lg-pull-7{
    right: 58.33333%;
  }
  .col-lg-pull-8{
    right: 66.66667%;
  }
  .col-lg-pull-9{
    right: 75%;
  }
  .col-lg-pull-10{
    right: 83.33333%;
  }
  .col-lg-pull-11{
    right: 91.66667%;
  }
  .col-lg-pull-12{
    right: 100%;
  }
  .col-lg-push-0{
    left: auto;
  }
  .col-lg-push-1{
    left: 8.33333%;
  }
  .col-lg-push-2{
    left: 16.66667%;
  }
  .col-lg-push-3{
    left: 25%;
  }
  .col-lg-push-4{
    left: 33.33333%;
  }
  .col-lg-push-5{
    left: 41.66667%;
  }
  .col-lg-push-6{
    left: 50%;
  }
  .col-lg-push-7{
    left: 58.33333%;
  }
  .col-lg-push-8{
    left: 66.66667%;
  }
  .col-lg-push-9{
    left: 75%;
  }
  .col-lg-push-10{
    left: 83.33333%;
  }
  .col-lg-push-11{
    left: 91.66667%;
  }
  .col-lg-push-12{
    left: 100%;
  }
  .col-lg-offset-0{
    margin-left: 0%;
  }
  .col-lg-offset-1{
    margin-left: 8.33333%;
  }
  .col-lg-offset-2{
    margin-left: 16.66667%;
  }
  .col-lg-offset-3{
    margin-left: 25%;
  }
  .col-lg-offset-4{
    margin-left: 33.33333%;
  }
  .col-lg-offset-5{
    margin-left: 41.66667%;
  }
  .col-lg-offset-6{
    margin-left: 50%;
  }
  .col-lg-offset-7{
    margin-left: 58.33333%;
  }
  .col-lg-offset-8{
    margin-left: 66.66667%;
  }
  .col-lg-offset-9{
    margin-left: 75%;
  }
  .col-lg-offset-10{
    margin-left: 83.33333%;
  }
  .col-lg-offset-11{
    margin-left: 91.66667%;
  }
  .col-lg-offset-12{
    margin-left: 100%;
  }
}
.grid-items:not(.slick-slider){
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.grid-items .grid-item{
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.grid-items.grid-space-default{
  margin-left: -15px;
  margin-right: -15px;
}
.block-grid-1 .grid-item{
  width: 100%;
}
.block-grid-2 .grid-item{
  width: 50%;
}
.block-grid-3 .grid-item{
  width: 33.33333%;
}
.block-grid-4 .grid-item{
  width: 25%;
}
.block-grid-5 .grid-item{
  width: 20%;
}
.block-grid-6 .grid-item{
  width: 16.66667%;
}
.block-grid-7 .grid-item{
  width: 14.28571%;
}
.block-grid-8 .grid-item{
  width: 12.5%;
}
.block-grid-9 .grid-item{
  width: 11.11111%;
}
.block-grid-10 .grid-item{
  width: 10%;
}
@media (min-width: 576px){
  .sm-block-grid-1 .grid-item{
    width: 100%;
  }
  .sm-block-grid-2 .grid-item{
    width: 50%;
  }
  .sm-block-grid-3 .grid-item{
    width: 33.33333%;
  }
  .sm-block-grid-4 .grid-item{
    width: 25%;
  }
  .sm-block-grid-5 .grid-item{
    width: 20%;
  }
  .sm-block-grid-6 .grid-item{
    width: 16.66667%;
  }
  .sm-block-grid-7 .grid-item{
    width: 14.28571%;
  }
  .sm-block-grid-8 .grid-item{
    width: 12.5%;
  }
  .sm-block-grid-9 .grid-item{
    width: 11.11111%;
  }
  .sm-block-grid-10 .grid-item{
    width: 10%;
  }
}
@media (min-width: 768px){
  .md-block-grid-1 .grid-item{
    width: 100%;
  }
  .md-block-grid-2 .grid-item{
    width: 50%;
  }
  .md-block-grid-3 .grid-item{
    width: 33.33333%;
  }
  .md-block-grid-4 .grid-item{
    width: 25%;
  }
  .md-block-grid-5 .grid-item{
    width: 20%;
  }
  .md-block-grid-6 .grid-item{
    width: 16.66667%;
  }
  .md-block-grid-7 .grid-item{
    width: 14.28571%;
  }
  .md-block-grid-8 .grid-item{
    width: 12.5%;
  }
  .md-block-grid-9 .grid-item{
    width: 11.11111%;
  }
  .md-block-grid-10 .grid-item{
    width: 10%;
  }
}
@media (min-width: 992px){
  .lg-block-grid-1 .grid-item{
    width: 100%;
  }
  .lg-block-grid-2 .grid-item{
    width: 50%;
  }
  .lg-block-grid-3 .grid-item{
    width: 33.33333%;
  }
  .lg-block-grid-4 .grid-item{
    width: 25%;
  }
  .lg-block-grid-5 .grid-item{
    width: 20%;
  }
  .lg-block-grid-6 .grid-item{
    width: 16.66667%;
  }
  .lg-block-grid-7 .grid-item{
    width: 14.28571%;
  }
  .lg-block-grid-8 .grid-item{
    width: 12.5%;
  }
  .lg-block-grid-9 .grid-item{
    width: 11.11111%;
  }
  .lg-block-grid-10 .grid-item{
    width: 10%;
  }
}
@media (min-width: 1200px){
  .xl-block-grid-1 .grid-item{
    width: 100%;
  }
  .xl-block-grid-2 .grid-item{
    width: 50%;
  }
  .xl-block-grid-3 .grid-item{
    width: 33.33333%;
  }
  .xl-block-grid-4 .grid-item{
    width: 25%;
  }
  .xl-block-grid-5 .grid-item{
    width: 20%;
  }
  .xl-block-grid-6 .grid-item{
    width: 16.66667%;
  }
  .xl-block-grid-7 .grid-item{
    width: 14.28571%;
  }
  .xl-block-grid-8 .grid-item{
    width: 12.5%;
  }
  .xl-block-grid-9 .grid-item{
    width: 11.11111%;
  }
  .xl-block-grid-10 .grid-item{
    width: 10%;
  }
}
@media (min-width: 1825px){
  .xxl-block-grid-1 .grid-item{
    width: 100%;
  }
  .xxl-block-grid-2 .grid-item{
    width: 50%;
  }
  .xxl-block-grid-3 .grid-item{
    width: 33.33333%;
  }
  .xxl-block-grid-4 .grid-item{
    width: 25%;
  }
  .xxl-block-grid-5 .grid-item{
    width: 20%;
  }
  .xxl-block-grid-6 .grid-item{
    width: 16.66667%;
  }
  .xxl-block-grid-7 .grid-item{
    width: 14.28571%;
  }
  .xxl-block-grid-8 .grid-item{
    width: 12.5%;
  }
  .xxl-block-grid-9 .grid-item{
    width: 11.11111%;
  }
  .xxl-block-grid-10 .grid-item{
    width: 10%;
  }
}
.grid-space-0{
  margin-left: 0;
  margin-right: 0;
}
.grid-space-0 .grid-item{
  padding: 0;
}
@media (min-width: 992px){
  .grid-space-5{
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
}
.grid-space-5 .grid-item{
  padding: 2.5px;
}
@media (min-width: 992px){
  .grid-space-10{
    margin-left: -5px;
    margin-right: -5px;
  }
}
.grid-space-10 .grid-item{
  padding: 5px;
}
@media (min-width: 992px){
  .grid-space-15{
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
.grid-space-15 .grid-item{
  padding: 7.5px;
}
@media (min-width: 992px){
  .grid-space-20{
    margin-left: -10px;
    margin-right: -10px;
  }
}
.grid-space-20 .grid-item{
  padding: 10px;
}
@media (min-width: 992px){
  .grid-space-25{
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
}
.grid-space-25 .grid-item{
  padding: 12.5px;
}
@media (min-width: 992px){
  .grid-space-30{
    margin-left: -15px;
    margin-right: -15px;
  }
}
.grid-space-30 .grid-item{
  padding: 15px;
}
@media (min-width: 992px){
  .grid-space-35{
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
}
.grid-space-35 .grid-item{
  padding: 17.5px;
}
@media (min-width: 992px){
  .grid-space-40{
    margin-left: -20px;
    margin-right: -20px;
  }
}
.grid-space-40 .grid-item{
  padding: 20px;
}
@media (min-width: 992px){
  .grid-space-45{
    margin-left: -22.5px;
    margin-right: -22.5px;
  }
}
.grid-space-45 .grid-item{
  padding: 22.5px;
}
@media (min-width: 992px){
  .grid-space-50{
    margin-left: -25px;
    margin-right: -25px;
  }
}
.grid-space-50 .grid-item{
  padding: 25px;
}
@media (min-width: 992px){
  .grid-space-55{
    margin-left: -27.5px;
    margin-right: -27.5px;
  }
}
.grid-space-55 .grid-item{
  padding: 27.5px;
}
@media (min-width: 992px){
  .grid-space-60{
    margin-left: -30px;
    margin-right: -30px;
  }
}
.grid-space-60 .grid-item{
  padding: 30px;
}
@media (min-width: 992px){
  .grid-space-65{
    margin-left: -32.5px;
    margin-right: -32.5px;
  }
}
.grid-space-65 .grid-item{
  padding: 32.5px;
}
@media (min-width: 992px){
  .grid-space-70{
    margin-left: -35px;
    margin-right: -35px;
  }
}
.grid-space-70 .grid-item{
  padding: 35px;
}
@media (min-width: 992px){
  .grid-space-75{
    margin-left: -37.5px;
    margin-right: -37.5px;
  }
}
.grid-space-75 .grid-item{
  padding: 37.5px;
}
@media (min-width: 992px){
  .grid-space-80{
    margin-left: -40px;
    margin-right: -40px;
  }
}
.grid-space-80 .grid-item{
  padding: 40px;
}
@keyframes in-bottom50{
  from{
    transform: translate(0, 30px);
  }
  to{
    transform: translate(0, 0);
  }
}
@-webkit-keyframes in-bottom50{
  from{
    -webkit-transform: translate(0, 30px);
  }
  to{
    -webkit-transform: translate(0, 0);
  }
}
.col-row{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-row.disable-cols-gap div[class*="col-desk"]{
  padding-left: 0;
  padding-right: 0;
}
.col-row.disable-rows-gap div[class*="col-desk"]{
  padding-top: 0;
  padding-bottom: 0;
}
.col-mobp-1, .col-mobp-2, .col-mobp-3, .col-mobp-4, .col-mobp-5, .col-mobp-6, .col-mob-1, .col-mob-2, .col-mob-3, .col-mob-4, .col-mob-5, .col-mob-6, .col-tabp-1, .col-tabp-2, .col-tabp-3, .col-tabp-4, .col-tabp-5, .col-tabp-6, .col-tab-1, .col-tab-2, .col-tab-3, .col-tab-4, .col-tab-5, .col-tab-6, .col-lap-1, .col-lap-2, .col-lap-3, .col-lap-4, .col-lap-5, .col-lap-6, .col-desk-1, .col-desk-2, .col-desk-3, .col-desk-4, .col-desk-5, .col-desk-6{
  position: relative;
  min-height: 1px;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
}
.col-mobp-1{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.col-mobp-2{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-mobp-3{
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-mobp-4{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-mobp-5{
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-mobp-6{
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
@media (min-width: 576px){
  .col-mob-1{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-mob-2{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-mob-3{
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-mob-4{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-mob-5{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-mob-6{
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
@media (min-width: 768px){
  .col-tabp-1{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-tabp-2{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-tabp-3{
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-tabp-4{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-tabp-5{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-tabp-6{
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
@media (min-width: 800px){
  .col-tab-1{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-tab-2{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-tab-3{
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-tab-4{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-tab-5{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-tab-6{
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
@media (min-width: 1200px){
  .col-lap-1{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lap-2{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lap-3{
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lap-4{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lap-5{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lap-6{
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
@media (min-width: 1600px){
  .col-desk-1{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-desk-2{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-desk-3{
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-desk-4{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-desk-5{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-desk-6{
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
.loop__item__meta:empty{
  display: none;
}
.loop__item__inner2,
.loop__item__inner{
  display: block;
  height: 100%;
}
.loop__item__inner,
.loop__item__thumbnail{
  position: relative;
  overflow: hidden;
}
.loop__item__thumbnail--linkoverlay{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.4s 0.1s;
}
.loop__item__thumbnail--bkg{
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-clip: border-box;
  background-color: rgba(201, 201, 202, 0.14);
}
.loop__item__thumbnail--bkg > img{
  width: 100%;
  display: block;
  visibility: hidden;
  height: auto;
}
.loop__item__termlink{
  margin-bottom: 10px;
}
.loop__item__termlink a:not(:last-child):after{
  content: ", ";
}
.loop__item__title .entry-title{
  margin: 0 0 20px;
}
.loop__item__meta{
  margin-bottom: 5px;
}
.loop__item__meta .byline .screen-reader-text{
  position: static !important;
}
.loop__item__meta .byline:not(:first-child):before{
  content: "-";
  padding-right: 5px;
}
.loop__item__meta i{
  display: none;
}
.loop__item__desc{
  line-height: 2.1428571429;
  margin-bottom: 20px;
}
.gitem-zone-height-mode-original{
  padding-bottom: 0 !important;
}
.gitem-hide-img img{
  display: none !important;
}
.gitem-zone-height-mode-auto:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.gitem-zone-height-mode-auto img{
  display: none !important;
}
.gitem-zone-height-mode-auto.gitem-zone-height-mode-auto-4-3:before{
  padding-top: 75%;
}
.gitem-zone-height-mode-auto.gitem-zone-height-mode-auto-3-4:before{
  padding-top: 133.33333333%;
}
.gitem-zone-height-mode-auto.gitem-zone-height-mode-auto-16-9:before{
  padding-top: 56.25%;
}
.gitem-zone-height-mode-auto.gitem-zone-height-mode-auto-9-16:before{
  padding-top: 177.77777778%;
}
/*======
Check if it is masonry mode
========*/
.portfolios-loop:not(.masonry__column-type-custom) .gitem-zone-height-mode-auto{
  padding-bottom: 0 !important;
}
.portfolios-loop.masonry__column-type-custom .loop__item__thumbnail--bkg{
  padding-bottom: 0 !important;
}
@media (min-width: 1024px){
  .portfolios-loop.masonry__column-type-custom .loop__item__thumbnail--bkg{
    height: 100%;
  }
  .portfolios-loop.masonry__column-type-custom .loop__item__thumbnail--bkg:before{
    padding-top: 0;
  }
}
.loop__item__thumbnail--bkg.gitem-zone-height-mode-custom img{
  display: none;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block{
  display: none !important;
}
.visible-block{
  display: block !important;
}
.visible-inline-block{
  display: inline-block !important;
}
.visible-inline{
  display: inline !important;
}
@media (max-width: 767px){
  .visible-xs{
    display: block !important;
  }
  table.visible-xs{
    display: table !important;
  }
  tr.visible-xs{
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs{
    display: table-cell !important;
  }
}
@media (max-width: 767px){
  .visible-xs-block{
    display: block !important;
  }
}
@media (max-width: 767px){
  .visible-xs-inline{
    display: inline !important;
  }
}
@media (max-width: 767px){
  .visible-xs-inline-block{
    display: inline-block !important;
  }
}
.font-size-20{
  font-size: 20px !important;
}
.font-size-21{
  font-size: 21px !important;
}
.font-size-22{
  font-size: 22px !important;
}
.font-size-23{
  font-size: 23px !important;
}
.font-size-24{
  font-size: 24px !important;
}
.font-size-25{
  font-size: 25px !important;
}
.font-size-26{
  font-size: 26px !important;
}
.font-size-27{
  font-size: 27px !important;
}
.font-size-28{
  font-size: 28px !important;
}
.font-size-29{
  font-size: 29px !important;
}
.font-size-30{
  font-size: 30px !important;
}
.font-size-31{
  font-size: 31px !important;
}
.font-size-32{
  font-size: 32px !important;
}
.font-size-33{
  font-size: 33px !important;
}
.font-size-34{
  font-size: 34px !important;
}
.font-size-35{
  font-size: 35px !important;
}
.font-size-36{
  font-size: 36px !important;
}
.font-size-37{
  font-size: 37px !important;
}
.font-size-38{
  font-size: 38px !important;
}
.font-size-39{
  font-size: 39px !important;
}
.font-size-40{
  font-size: 40px !important;
}
.font-size-41{
  font-size: 41px !important;
}
.font-size-50{
  font-size: 50px !important;
}
.font-size-60{
  font-size: 60px !important;
}
.font-size-70{
  font-size: 70px !important;
}
.font-size-80{
  font-size: 80px !important;
}
.font-size-90{
  font-size: 90px !important;
}
.font-size-100{
  font-size: 100px !important;
}
.margin-top-20{
  margin-top: 20px !important;
}
.margin-top-30{
  margin-top: 30px !important;
}
.margin-top-40{
  margin-top: 40px !important;
}
.margin-top-50{
  margin-top: 50px !important;
}
.margin-top-60{
  margin-top: 60px !important;
}
.margin-top-70{
  margin-top: 70px !important;
}
.margin-top-80{
  margin-top: 80px !important;
}
.margin-top-90{
  margin-top: 90px !important;
}
.margin-top-100{
  margin-top: 100px !important;
}
.margin-bottom-20{
  margin-bottom: 20px !important;
}
.margin-bottom-30{
  margin-bottom: 30px !important;
}
.margin-bottom-40{
  margin-bottom: 40px !important;
}
.margin-bottom-50{
  margin-bottom: 50px !important;
}
.margin-bottom-60{
  margin-bottom: 60px !important;
}
.margin-bottom-70{
  margin-bottom: 70px !important;
}
.margin-bottom-80{
  margin-bottom: 80px !important;
}
.margin-bottom-90{
  margin-bottom: 90px !important;
}
.margin-bottom-100{
  margin-bottom: 100px !important;
}
@media (min-width: 768px) and (max-width: 991px){
  .visible-sm{
    display: block !important;
  }
  table.visible-sm{
    display: table !important;
  }
  tr.visible-sm{
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm{
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .visible-sm-block{
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .visible-sm-inline{
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .visible-sm-inline-block{
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .visible-md{
    display: block !important;
  }
  table.visible-md{
    display: table !important;
  }
  tr.visible-md{
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md{
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .visible-md-block{
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .visible-md-inline{
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .visible-md-inline-block{
    display: inline-block !important;
  }
}
@media (min-width: 1200px){
  .visible-lg{
    display: block !important;
  }
  table.visible-lg{
    display: table !important;
  }
  tr.visible-lg{
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg{
    display: table-cell !important;
  }
}
@media (min-width: 1200px){
  .visible-lg-block{
    display: block !important;
  }
}
@media (min-width: 1200px){
  .visible-lg-inline{
    display: inline !important;
  }
}
@media (min-width: 1200px){
  .visible-lg-inline-block{
    display: inline-block !important;
  }
}
@media (max-width: 767px){
  .hidden-xs{
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .hidden-sm{
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .hidden-md{
    display: none !important;
  }
}
@media (min-width: 1200px){
  .hidden-lg{
    display: none !important;
  }
}
@media print{
  .visible-print{
    display: block !important;
  }
  table.visible-print{
    display: table !important;
  }
  tr.visible-print{
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print{
    display: table-cell !important;
  }
}
.visible-print-block{
  display: none !important;
}
@media print{
  .visible-print-block{
    display: block !important;
  }
}
.visible-print-inline{
  display: none !important;
}
@media print{
  .visible-print-inline{
    display: inline !important;
  }
}
.visible-print-inline-block{
  display: none !important;
}
@media print{
  .visible-print-inline-block{
    display: inline-block !important;
  }
}
@media print{
  .hidden-print{
    display: none !important;
  }
}
.la-media-wrapper object,
.la-media-wrapper embed,
.la-media-wrapper video,
.la-media-wrapper iframe{
  max-width: 100%;
}
.la-media-wrapper.la-media-aspect-origin object,
.la-media-wrapper.la-media-aspect-origin embed,
.la-media-wrapper.la-media-aspect-origin video,
.la-media-wrapper.la-media-aspect-origin iframe{
  height: auto;
}
.la-media-wrapper.la-media-aspect-235, .la-media-wrapper.la-media-aspect-43, .la-media-wrapper.la-media-aspect-169{
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.la-media-wrapper.la-media-aspect-235 object,
.la-media-wrapper.la-media-aspect-235 embed,
.la-media-wrapper.la-media-aspect-235 video,
.la-media-wrapper.la-media-aspect-235 iframe, .la-media-wrapper.la-media-aspect-43 object,
.la-media-wrapper.la-media-aspect-43 embed,
.la-media-wrapper.la-media-aspect-43 video,
.la-media-wrapper.la-media-aspect-43 iframe, .la-media-wrapper.la-media-aspect-169 object,
.la-media-wrapper.la-media-aspect-169 embed,
.la-media-wrapper.la-media-aspect-169 video,
.la-media-wrapper.la-media-aspect-169 iframe{
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.la-media-wrapper.la-media-aspect-235{
  padding-top: 42.55319149%;
}
.la-media-wrapper.la-media-aspect-43{
  padding-top: 75%;
}
.flex-video{
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}
.flex-video object,
.flex-video embed,
.flex-video video,
.flex-video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video.widescreen{
  padding-bottom: 56.25%;
}
.single-post-content .flex-video{
  margin-bottom: 30px;
}
/*--------------------------------------------------------------
    3. CSS General
---------------------------------------------------------------*/
/*--------------------------------------------------------------
	3.1 Import lib css .. slick , font-anwesome , easy-zoom ..etc.
---------------------------------------------------------------*/
.tooltip{
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.44, 1.18);
}
.tooltip.in{
  opacity: 1;
}
.tooltip.top{
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right{
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom{
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left{
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner{
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: var(--theme-secondary-color);
  border-radius: 4px;
}
.tooltip-arrow{
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow{
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: var(--theme-secondary-color);
}
.tooltip.top-left .tooltip-arrow{
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: var(--theme-secondary-color);
}
.tooltip.top-right .tooltip-arrow{
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: var(--theme-secondary-color);
}
.tooltip.right .tooltip-arrow{
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: var(--theme-secondary-color);
}
.tooltip.left .tooltip-arrow{
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: var(--theme-secondary-color);
}
.tooltip.bottom .tooltip-arrow{
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: var(--theme-secondary-color);
}
.tooltip.bottom-left .tooltip-arrow{
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: var(--theme-secondary-color);
}
.tooltip.bottom-right .tooltip-arrow{
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: var(--theme-secondary-color);
}
.popover{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top{
  margin-top: -10px;
}
.popover.right{
  margin-left: 10px;
}
.popover.bottom{
  margin-top: 10px;
}
.popover.left{
  margin-left: -10px;
}
.popover-title{
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content{
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after{
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow{
  border-width: 11px;
}
.popover > .arrow:after{
  border-width: 10px;
  content: "";
}
.popover.top > .arrow{
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after{
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow{
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after{
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow{
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after{
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow{
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after{
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after{
  content: " ";
  display: table;
}
.clearfix:after{
  clear: both;
}
.center-block{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
[class*='lightcase-icon-']:before{
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lightcase-icon-play:before{
  content: '\f01d';
}
.lightcase-icon-pause:before{
  content: '\f28c';
}
.lightcase-icon-close:before{
  content: "\6e";
  font-family: 'dl-icon';
  direction: ltr;
}
.lightcase-icon-prev:before{
  content: '\f190';
}
.lightcase-icon-next:before{
  content: '\f18e';
}
#lightcase-case{
  position: fixed;
  z-index: 2002;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  overflow: auto;
}
#lightcase-case #lightcase-content{
  -webkit-backface-visibility: hidden;
}
#lightcase-case .lightcase-contentInner{
  background-color: #fff;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#lightcase-case .custom-lightcase-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lightcase-open body:not(.open-newsletter-popup):not(.open-quickview-product) .lightcase-inlineWrap{
  padding: 30px;
}
body:not(.open-newsletter-popup) #lightcase-case .lightcase-contentInner .lightcase-inlineWrap{
  height: auto !important;
}
body:not(.open-newsletter-popup):not(.open-quickview-product) #lightcase-case .lightcase-contentInner .lightcase-inlineWrap{
  height: auto !important;
  max-height: none !important;
}
html:not([data-lc-type=iframe]):not([data-lc-type=video]) #lightcase-case:not([data-lc-type=iframe]):not([data-lc-type=video]) #lightcase-content .lightcase-contentInner{
  height: auto !important;
}
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
html[data-lc-type=error] #lightcase-content .lightcase-contentInner{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html[data-lc-type=image] #lightcase-content .lightcase-contentInner{
  position: relative;
  overflow: hidden !important;
}
#lightcase-case p.lightcase-error{
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--theme-three-color);
}
@media screen and (min-width: 0){
  #lightcase-case p.lightcase-error{
    padding: 0;
  }
}
.lightcase-open body{
  overflow: hidden;
}
.lightcase-isMobileDevice .lightcase-open body{
  max-width: 100%;
  max-height: 100%;
}
#lightcase-info{
  position: absolute;
  padding-top: 15px;
  display: none;
}
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption{
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}
#lightcase-info #lightcase-title{
  font-size: 17px;
  color: var(--theme-three-color);
}
#lightcase-info #lightcase-caption{
  clear: both;
  font-size: 13px;
  color: var(--theme-three-color);
}
#lightcase-info #lightcase-sequenceInfo{
  font-size: 11px;
  color: var(--theme-three-color);
}
#lightcase-loading{
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
a[class*='lightcase-icon-']{
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus{
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  transition: color, opacity, ease-in-out 0.25s;
}
a[class*='lightcase-icon-'] > span{
  display: inline-block;
  text-indent: -9999px;
}
a[class*='lightcase-icon-']:hover{
  color: white;
  text-shadow: 0 0 15px white;
}
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover{
  color: var(--theme-three-color);
  text-shadow: none;
}
a[class*='lightcase-icon-'].lightcase-icon-close{
  position: fixed;
  top: 40px;
  right: 40px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}
a[class*='lightcase-icon-'].lightcase-icon-prev{
  left: 15px;
}
a[class*='lightcase-icon-'].lightcase-icon-next{
  right: 15px;
}
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play{
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (min-width: 0){
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play{
    opacity: 0;
  }
}
@media screen and (min-width: 0){
  a[class*='lightcase-icon-']{
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-']{
    opacity: 1;
  }
}
#lightcase-overlay{
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: var(--theme-secondary-color);
}
.lightcase--pending #lightcase-loading{
  display: block !important;
}
.lightcase--pending #lightcase-case .lightcase-contentInner{
  opacity: 0 !important;
}
.lightcase--completed #lightcase-case .lightcase-contentInner{
  opacity: 1 !important;
}
.open-quickview-product #lightcase-case:before{
  content: '';
  display: inline-block !important;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em;
}
.open-quickview-product #lightcase-case #lightcase-content{
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.open-quickview-product #lightcase-case .lightcase-contentInner{
  margin-top: 0 !important;
}
.open-quickview-product #lightcase-case .lightcase-contentInner .lightcase-inlineWrap{
  overflow: auto;
}
.custom-lighcase-btn-close{
  background: var(--theme-secondary-color);
  position: absolute;
  right: -18px;
  top: -55px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  display: block;
  padding: 18px;
  color: #fff;
  font-weight: 300;
  border-radius: 50%;
}
.custom-lighcase-btn-close i{
  display: inline-block;
  vertical-align: top;
  transition: all 250ms ease-out;
}
.custom-lighcase-btn-close:hover i{
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
@media (min-width: 1200px){
  a[class*='lightcase-icon-'].lightcase-icon-close{
    display: none !important;
  }
}
@media (max-width: 1200px){
  .custom-lighcase-btn-close{
    display: none;
  }
}
.rtl .custom-lighcase-btn-close{
  right: 100%;
  left: auto;
}
/* Slider */
.slick-slider{
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list{
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus{
  outline: none;
}
.slick-loading .slick-list{
  background-color: #fff;
}
.slick-list.dragging{
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-track, .slick-slide{
  transform: translate3d(0, 0, 0);
}
.slick-track{
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before,
.slick-track:after{
  content: "";
  display: table;
}
.slick-track:after{
  clear: both;
}
.slick-loading .slick-track{
  visibility: hidden;
}
.slick-slide{
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img{
  display: block;
}
.slick-slide.slick-loading img{
  display: none;
}
.slick-slide.dragging img{
  pointer-events: none;
}
/*Fixed issue of image overlap*/
.slick-initialized .slick-slide{
  display: block;
  position: relative;
  z-index: 1;
  outline: none;
}
.slick-initialized .slick-slide.slick-active{
  z-index: 9;
}
.slick-loading .slick-slide{
  visibility: hidden;
}
.slick-vertical .slick-slide{
  display: block;
  height: auto;
  border: none;
}
/* Arrows */
.slick-next.slick-disabled,
.slick-prev.slick-disabled{
  cursor: not-allowed;
}
.la-slick-slider.slick-initialized.laslick_has_animation .slick-slide{
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.la-slick-slider.slick-initialized.laslick_has_animation .slick-slide.slick-active + .slick-active{
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
}
.la-slick-slider.slick-initialized.laslick_has_animation .slick-slide.slick-active + .slick-active + .slick-active{
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}
.la-slick-slider.slick-initialized.laslick_has_animation .slick-slide.slick-active + .slick-active + .slick-active + .slick-active{
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}
.la-slick-slider.slick-initialized.laslick_has_animation .slick-slide.slick-active + .slick-active + .slick-active + .slick-active + .slick-active{
  -webkit-animation-delay: 350ms;
  animation-delay: 350ms;
}
.la-slick-slider.slick-initialized.laslick_has_animation .slick-slide.slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active{
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms;
}
.la-slick-slider.slick-initialized.laslick_has_animation .slick-slide.slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active{
  -webkit-animation-delay: 550ms;
  animation-delay: 550ms;
}
.la-slick-slider.slick-initialized.laslick_fadeIn .slick-slide{
  animation-name: fadeOut;
  -webkit-animation-name: fadeOut;
}
.la-slick-slider.slick-initialized.laslick_fadeIn .slick-slide.slick-active{
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
}
.la-slick-slider.slick-initialized.laslick_fadeInDown .slick-slide{
  animation-name: fadeOutDown;
  -webkit-animation-name: fadeOutDown;
}
.la-slick-slider.slick-initialized.laslick_fadeInDown .slick-slide.slick-active{
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}
.la-slick-slider.slick-initialized.laslick_fadeInUp .slick-slide{
  animation-name: fadeOutUp;
  -webkit-animation-name: fadeOutUp;
}
.la-slick-slider.slick-initialized.laslick_fadeInUp .slick-slide.slick-active{
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.la-slick-slider.slick-initialized.laslick_zoomIn .slick-slide{
  animation-name: zoomOut;
  -webkit-animation-name: zoomOut;
}
.la-slick-slider.slick-initialized.laslick_zoomIn .slick-slide.slick-active{
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
}
.la-slick-slider.slick-initialized.laslick_slickZoomIn .slick-slide{
  animation-name: slickZoomOut;
  -webkit-animation-name: slickZoomOut;
}
.la-slick-slider.slick-initialized.laslick_slickZoomIn .slick-slide.slick-active{
  animation-name: slickZoomIn;
  -webkit-animation-name: slickZoomIn;
}
.la-slick-slider.slick-initialized.laslick_zoomInDown .slick-slide{
  animation-name: zoomOutDown;
  -webkit-animation-name: zoomOutDown;
}
.la-slick-slider.slick-initialized.laslick_zoomInDown .slick-slide.slick-active{
  animation-name: zoomInDown;
  -webkit-animation-name: zoomInDown;
}
.la-slick-slider.slick-initialized.laslick_zoomInUp .slick-slide{
  animation-name: zoomOutUp;
  -webkit-animation-name: zoomOutUp;
}
.la-slick-slider.slick-initialized.laslick_zoomInUp .slick-slide.slick-active{
  animation-name: zoomInUp;
  -webkit-animation-name: zoomInUp;
}
.la-slick-slider.slick-initialized.laslick_slideInDown .slick-slide{
  animation-name: slideOutDown;
  -webkit-animation-name: slideOutDown;
}
.la-slick-slider.slick-initialized.laslick_slideInDown .slick-slide.slick-active{
  animation-name: slideInDown;
  -webkit-animation-name: slideInDown;
}
.la-slick-slider.slick-initialized.laslick_slideInUp .slick-slide{
  animation-name: slideOutUp;
  -webkit-animation-name: slideOutUp;
}
.la-slick-slider.slick-initialized.laslick_slideInUp .slick-slide.slick-active{
  animation-name: slideInUp;
  -webkit-animation-name: slideInUp;
}
@-webkit-keyframes slickZoomIn{
  from{
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
  }
  50%{
    opacity: 1;
  }
}
@keyframes slickZoomIn{
  from{
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50%{
    opacity: 1;
  }
}
@-webkit-keyframes slickZoomOut{
  from{
    opacity: 1;
  }
  50%{
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
  }
  to{
    opacity: 0;
  }
}
@keyframes slickZoomOut{
  from{
    opacity: 1;
  }
  50%{
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  to{
    opacity: 0;
  }
}
.slick__nav_style1 .slick-slider .slick-arrow{
  background: #fff;
  width: 70px !important;
  height: 70px !important;
  transform: none;
  top: auto;
  bottom: 41px;
  color: var(--theme-secondary-color) !important;
  margin: 0;
  opacity: 1;
}
.slick__nav_style1 .slick-slider .slick-arrow:hover{
  color: #fff !important;
}
.slick__nav_style1 .slick-slider .slick-prev{
  right: auto;
}
.slick__nav_style1 .slick-slider .slick-next{
  right: auto;
  left: 70px;
}
.la_testimonials .slick-list{
  overflow: visible;
}
.threesixty{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.threesixty .threesixty_images{
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.threesixty .threesixty_images img{
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.threesixty .threesixty_images img.previous-image{
  visibility: hidden;
  width: 0;
}
.threesixty .threesixty_images img.current-image{
  visibility: visible;
  width: 100%;
}
.threesixty .spinner{
  width: 60px;
  display: block;
  margin: 0 auto;
  height: 30px;
  background: var(--theme-secondary-color);
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.threesixty .spinner span{
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 12px;
  font-weight: bolder;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  display: block;
}
.threesixty .nav_bar{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11;
}
.threesixty .nav_bar a{
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background: url(assets/images/sprites.png) no-repeat;
  text-indent: -99999px;
}
.threesixty .nav_bar a.nav_bar_play{
  background-position: 0 0 !important;
}
.threesixty .nav_bar a.nav_bar_previous{
  background-position: 0 -73px !important;
}
.threesixty .nav_bar a.nav_bar_stop{
  background-position: 0 -37px !important;
}
.threesixty .nav_bar a.nav_bar_next{
  background-position: 0 -104px !important;
}
/* html */
.threesixty:-webkit-full-screen{
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}
.threesixty:-moz-full-screen{
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}
body{
  line-height: 24px;
  line-height: 1.714286;
  font-weight: 400;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill{
  background-color: inherit;
}
*:focus{
  outline: none;
}
fieldset{
  margin-bottom: 50px;
}
ul,
ol{
  list-style-position: inside;
}
a{
  color: inherit;
}
p:last-child{
  margin-bottom: 0;
}
label abbr.required{
  border: none;
}
input, select, textarea{
  border-style: solid;
  border-width: 1px;
  padding: 12px 20px;
}
select{
  background-color: #fff;
  height: 50px;
}
h1,
.h1, h2,
.h2, h3,
.h3, h4,
.h4, h5,
.h5, h6,
.h6{
  margin: 15px 0;
  font-weight: 700;
  line-height: 1.4074;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small, h2 small,
h2 .small,
.h2 small,
.h2 .small, h3 small,
h3 .small,
.h3 small,
.h3 .small, h4 small,
h4 .small,
.h4 small,
.h4 .small, h5 small,
h5 .small,
.h5 small,
.h5 .small, h6 small,
h6 .small,
.h6 small,
.h6 .small{
  font-size: 75%;
  font-weight: inherit;
  line-height: inherit;
}
h1 .light, h1.light,
.h1 .light,
.h1.light, h2 .light, h2.light,
.h2 .light,
.h2.light, h3 .light, h3.light,
.h3 .light,
.h3.light, h4 .light, h4.light,
.h4 .light,
.h4.light, h5 .light, h5.light,
.h5 .light,
.h5.light, h6 .light, h6.light,
.h6 .light,
.h6.light{
  font-weight: 300;
}
h1,
.h1{
  font-size: 64px;
}
h2,
.h2{
  font-size: 54px;
}
h3,
.h3{
  font-size: 24px;
}
h4,
.h4{
  font-size: 20px;
}
h5,
.h5{
  font-size: 18px;
}
h6,
.h6{
  font-size: 16px;
}
.small-body{
  font-size: 85%;
  display: block;
  line-height: 23px;
}
.alignleft{
  display: inline;
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
}
.alignright{
  display: inline;
  float: right;
  margin-left: 2em;
  margin-bottom: 2em;
}
.aligncenter{
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption{
  padding: .5rem .5rem .25rem;
  margin-bottom: 1rem;
  max-width: 100%;
  box-sizing: border-box;
}
.wp-caption.alignnone{
  padding: 0;
}
.wp-caption .wp-caption-text{
  text-align: center;
  margin: 0;
  font-size: 13px;
  font-style: italic;
}
img.alignright{
  margin-left: 80px;
}
img.alignleft{
  margin-right: 80px;
}
.screen-reader-text{
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.screen-reader-text + select{
  margin-top: 1.53846rem;
}
.bypostauthor > .comment_container{
  background-color: transparent;
}
.gallery-caption{
  font-family: inherit;
}
table{
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
table th{
  font-weight: normal;
}
table,
table th,
table td{
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  vertical-align: top;
}
table p{
  margin-bottom: 0;
}
.mejs-container{
  margin-bottom: 20px;
}
table thead tr th, table thead tr td{
  font-weight: normal;
}
.star-rating{
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 14px;
  line-height: 14px;
  letter-spacing: 5px;
  font-size: 14px;
  width: 90px;
  margin: 0px auto;
  font-family: FontAwesome;
  direction: ltr;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d5d6d8;
}
.star-rating:before{
  content: "\f005\f005\f005\f005\f005";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span{
  color: #f5b223;
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 15px;
  height: 0;
}
.star-rating span:before{
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
}
.la-overlay-global{
  position: fixed;
  background: var(--theme-secondary-color);
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}
.open-overlay .la-overlay-global{
  visibility: visible;
  opacity: 0.95;
}
.la-loader.spinner0{
  background-position: center center;
  background-repeat: no-repeat;
}
.popup-added-msg{
  text-align: center;
}
.popup-added-msg img{
  max-width: 150px;
}
.popup-added-msg .popup-message{
  margin: 20px 0;
}
.popup-added-msg .btn{
  display: block;
  max-width: 250px;
  margin: 10px auto;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.elm-pagination-ajax .la-loading-icon > .nc-icon,
.elm-loadmore-ajax > .nc-icon,
.elm-ajax-loader > .nc-icon{
  width: 48px;
  margin: 0 auto;
  display: none;
}
.elm-ajax-loader:not(.has-loaded){
  min-height: 10px;
}
.elm-pagination-ajax.is-loading .la-loading-icon > .nc-icon{
  display: block;
}
.elm-pagination-ajax.is-loading .la-pagination{
  display: none;
}
.elm-ajax-loader.is-loading{
  min-height: 50px;
  min-height: 10vh;
}
.elm-ajax-loader.is-loading > .la-shortcode-loading{
  display: block;
}
.elm-loadmore-ajax{
  text-align: center;
  line-height: 48px;
  margin-top: 2em;
}
.elm-loadmore-ajax a{
  font-size: inherit;
  border: none;
  line-height: 26px;
  display: inline-block;
  padding: 0;
  font-weight: normal;
  background: none;
  min-width: 0;
}
.elm-loadmore-ajax a:after{
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
  font-size: 1.2em;
  line-height: inherit;
  display: inline-block;
  position: relative;
  top: .1em;
}
.elm-loadmore-ajax a:hover{
  background: none;
}
.elm-loadmore-ajax.is-loading .la-shortcode-loading{
  display: block;
}
.elm-loadmore-ajax.is-loading a{
  display: none;
}
.clear::before, .clear::after{
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}
.clear::after{
  clear: both;
}
.item--link-overlay, .item--link-overlay:before{
  position: absolute;
}
.item--link-overlay:after, .item--link-overlay:before{
  content: "";
  opacity: 0;
}
.item--link-overlay:before,
.item--link-overlay:after,
.item--link-overlay,
.entry-thumbnail img{
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.red,
.required{
  color: red;
}
.close-button{
  border: none;
  background-color: transparent;
  font-size: 20px;
}
.la-pagination{
  padding: 0 2px;
}
.la-pagination ul{
  padding: 0;
  list-style: none;
}
.la-pagination ul li{
  display: inline-block;
  margin: 0 5px 0 0;
}
.la-pagination ul .page-numbers{
  font-size: 16px;
  text-align: center;
  display: block;
  position: relative;
  background: #fff;
  padding: 15px 10px;
  line-height: 20px;
  min-width: 50px;
  transition: all .3s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--theme-body-font-color);
}
.la-pagination ul .page-numbers.current, .la-pagination ul .page-numbers:hover{
  color: #fff;
  border: 1px solid transparent;
}
.la-pagination ul .page-numbers.dots{
  border-color: transparent;
  padding: 0;
  min-width: 0;
  color: inherit;
}
.la-pagination .la-ajax-loading-outer,
.la-pagination .pagination_ajax_loadmore{
  display: none;
}
.la-pagination.active-loadmore.nothingtoshow,
.la-pagination.active-loadmore ul{
  display: none;
}
.la-pagination.active-loadmore .pagination_ajax_loadmore{
  display: block;
}
.la-pagination.doing-ajax .la-ajax-loading-outer{
  display: inline-block;
}
.la-pagination.doing-ajax ul,
.la-pagination.doing-ajax .pagination_ajax_loadmore{
  display: none;
}
.page-content > .la-pagination{
  margin-bottom: 50px;
  margin-top: 30px;
}
.share-links a{
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  margin: 0 5px;
  border-radius: 50%;
  transition: border-color 250ms ease-out;
}
.search-form{
  position: relative;
}
.search-form .search-field{
  margin-bottom: 0;
  width: 100%;
  padding: 10px 0;
  border-width: 0 0 1px 0;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}
.search-form .search-button{
  display: block;
  right: 5px;
  border: none;
  color: var(--theme-secondary-color);
  background: none;
  padding: 0;
}
.search-form .search-button:hover{
  background: none;
}
.widget .search-form .search-field{
  border-width: 1px;
  padding: 14px 20px;
  line-height: 20px;
  font-size: 14px;
  color: #989898;
  font-weight: 300;
}
.widget .search-form .search-button{
  right: 15px;
  font-size: 14px;
  margin-top: 2px;
  line-height: normal;
}
.la-slick-slider{
  display: none;
}
.la-slick-slider.slick-slider{
  display: block;
}
.slick-slider.hidden-dots .slick-dots{
  display: none;
}
.slick-slider.products.grid-space-default .slick-dots{
  margin: 0 0 30px;
}
.slick-slider.products:not(.grid-space-default) .slick-dots{
  margin-top: 20px;
}
.slick-slider .slick-dots{
  margin: 25px 0 0;
  padding: 0;
  text-align: center;
  line-height: 1;
}
.slick-slider .slick-dots li{
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
.slick-slider .slick-dots li span{
  color: #8a8a8a;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 250ms ease-out;
}
.slick-slider .slick-dots button{
  border: none;
  padding: 0;
  margin: 0;
  width: 8px;
  height: 8px;
  line-height: 8px;
  display: block;
  text-indent: -9999em;
  opacity: 0.2;
  border-radius: 50%;
}
.slick-slider .slick-dots svg{
  width: 100%;
  height: 100%;
  display: block;
}
.slick-slider .slick-dots li:hover button,
.slick-slider .slick-dots .slick-active button{
  opacity: 1;
}
.slick-slider[data-slick_custompaging] .slick-dots li{
  width: 18px;
  height: 18px;
}
.slick-slider[data-slick_custompaging] .slick-dots li i{
  font-size: 18px;
}
.slick-slider[data-slick_custompaging] .slick-dots li:not(.slick-active) span{
  color: rgba(0, 0, 0, 0.2) !important;
}
.slick-dots-small .slick-slider .slick-dots li{
  width: 8px;
  height: 8px;
}
.slick-slider .slick-prev,
.la-slick-nav .slick-prev{
  right: 100%;
}
.slick-slider .slick-next,
.la-slick-nav .slick-next{
  left: 100%;
}
.slick-slider .slick-arrow,
.la-slick-nav .slick-arrow{
  text-align: center;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 3;
  font-size: 30px;
  font-weight: normal;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 250ms ease-out;
}
.slick-slider .slick-arrow:hover,
.la-slick-nav .slick-arrow:hover{
  opacity: 1;
}
.slick-slider .slick-arrow i,
.la-slick-nav .slick-arrow i{
  display: block;
  line-height: inherit;
}
.slick-slider .slick-arrow svg,
.la-slick-nav .slick-arrow svg{
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: inherit;
}
.slick-slider .slick-arrow.circle-bg svg,
.la-slick-nav .slick-arrow.circle-bg svg{
  width: 50%;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
}
.slick-slider .slick-arrow.circle-bg:hover,
.la-slick-nav .slick-arrow.circle-bg:hover{
  background-color: var(--theme-secondary-color) !important;
  color: #fff !important;
}
.slick-arrow.circle-border{
  border-radius: 50%;
}
.slick-arrow.circle-border i{
  font-size: 16px;
  margin-top: -1px;
}
.slick-arrow.circle-border:hover i{
  color: #fff;
}
.vertical-style{
  font-size: 12px;
}
.vertical-style ul li{
  display: block;
  padding: 20px 0;
}
.vertical-style ul li a{
  color: #fff;
}
.backtotop-container .btn-backtotop{
  display: inline-block;
  position: fixed;
  right: 0;
  top: calc(70% + 170px);
  text-align: center;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  border: none;
  border-radius: 50%;
}
.backtotop-container.show .btn-backtotop{
  visibility: visible;
  opacity: 1;
  right: 50px;
}
.backtotop-container span:first-child{
  font-size: 20px;
}
.searchform-fly-overlay{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  transition: all ease-in-out .25s;
  z-index: 12;
  color: var(--theme-secondary-color);
}
.searchform-fly-overlay:before{
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em;
}
.searchform-fly-overlay .searchform-fly{
  display: inline-block;
  max-width: 90%;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out .3s;
}
.searchform-fly-overlay .search-field{
  width: 800px;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid var(--theme-secondary-color);
  text-align: center;
  font-size: 30px;
  padding: 10px;
  transition: all .3s ease-out;
  font-weight: 300;
  max-width: 100%;
}
.searchform-fly-overlay .search-button{
  font-size: 30px;
  height: 30px;
}
.searchform-fly-overlay .search-button i{
  display: inline-block;
  vertical-align: top;
}
.searchform-fly-overlay p{
  font-weight: 300;
}
.searchform-fly-overlay .btn-close-search{
  font-size: 40px;
  display: block;
  position: absolute;
  z-index: 5;
  top: 20%;
  right: 20%;
  line-height: 40px;
  height: 40px;
  transition: all .3s;
}
.searchform-fly-overlay .btn-close-search:hover{
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.open-search-form .searchform-fly-overlay{
  visibility: visible;
  opacity: 1;
}
.open-search-form .searchform-fly{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
@media (max-width: 768px){
  .searchform-fly-overlay .btn-close-search{
    right: 10%;
  }
  .searchform-fly-overlay .searchform-fly{
    font-size: 13px;
  }
  .searchform-fly-overlay .search-field{
    font-size: 16px;
  }
  .searchform-fly-overlay .search-button{
    font-size: 16px;
  }
}
.pswp__zoom-wrap .la-media-wrapper{
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  position: relative;
  top: 50%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.pswp__zoom-wrap .la-media-wrapper object,
.pswp__zoom-wrap .la-media-wrapper embed,
.pswp__zoom-wrap .la-media-wrapper video,
.pswp__zoom-wrap .la-media-wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image.attachment-full.size-full{
  width: auto;
}
.la_compt_iem{
  float: left;
}
.la_compt_iem:not(.la_com_action--linktext):not(.la_com_action--link):not(.la_com_action--text):not(.la_com_action--dropdownmenu-text) .component-target{
  width: 40px;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
}
.la_compt_iem:not(.la_com_action--linktext):not(.la_com_action--link):not(.la_com_action--text):not(.la_com_action--dropdownmenu-text) .component-target i{
  display: block;
  line-height: inherit;
}
.la_compt_iem .component-target-badget{
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  font-size: 10px;
  height: 15px;
  line-height: 15px;
  color: #fff;
  display: block;
  top: -4px;
  right: 10px;
  min-width: 15px;
  text-align: center;
  padding: 0;
  background-color: #4A4141;
  border-radius: 50%;
}
.la_compt_iem svg{
  width: 100%;
  height: 100%;
}
.la_compt_iem.la_com_action--primary-menu svg{
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
}
.la_com_action--cart a.component-target,
.la_com_action--compare a.component-target,
.la_com_action--wishlist a.component-target{
  position: relative;
}
.la_com_action--cart .la-cart-total-price{
  display: none;
}
.la_com_action--dropdownmenu-text,
.la_com_action--linktext,
.la_com_action--link,
.la_com_action--text{
  margin-left: 20px;
}
.la_com_action--dropdownmenu-text:first-child,
.la_com_action--linktext:first-child,
.la_com_action--link:first-child,
.la_com_action--text:first-child{
  margin-left: 0;
}
.la_com_action--dropdownmenu-text .component-target,
.la_com_action--linktext .component-target,
.la_com_action--link .component-target,
.la_com_action--text .component-target{
  display: block;
  line-height: 20px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}
.la_com_action--dropdownmenu-text .component-target i,
.la_com_action--linktext .component-target i,
.la_com_action--link .component-target i,
.la_com_action--text .component-target i{
  display: inline-block;
  line-height: inherit;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.la_com_action--dropdownmenu-text .component-target-text,
.la_com_action--linktext .component-target-text,
.la_com_action--link .component-target-text,
.la_com_action--text .component-target-text{
  display: inline-block;
  vertical-align: middle;
}
.la-compare-count,
.la-wishlist-count{
  display: none !important;
}
.la_com_action--dropdownmenu{
  position: relative;
}
.la_com_action--dropdownmenu .menu{
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 11;
  top: 100%;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
  transition: all 250ms ease-out;
}
.la_com_action--dropdownmenu li a{
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  padding: 10px 30px;
}
.la_com_action--dropdownmenu:hover .component-target{
  position: relative;
}
.la_com_action--dropdownmenu:hover .component-target:after{
  content: "";
  height: 80px;
  position: absolute;
  left: -10px;
  right: -10px;
  top: 100%;
}
.la_com_action--dropdownmenu:hover .menu{
  opacity: 1;
  visibility: visible;
}
.la_com_action--dropdownmenu.la_com_dropdown_show_arrow a.component-target .component-target-text:after{
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 1.2em;
}
.la_com_action--dropdownmenu.la_com_dropdown_show_arrow:hover a.component-target .component-target-text:after{
  content: "\f106";
}
.la_com_action--primary-menu.active i:before{
  content: "\6e";
  font-size: 1.5em;
}
.la_com_action--cart.has-compt-text a.component-target{
  width: auto !important;
}
.la_com_action--cart.has-compt-text a.component-target > i{
  display: inline-block !important;
  font-size: 1.5em;
  vertical-align: middle;
}
.la_com_action--cart.has-compt-text a.component-target .component-target-text{
  display: inline-block;
  vertical-align: -2px;
  line-height: normal;
  font-size: 13px;
  padding-left: 10px;
}
.la_com_action--cart.has-compt-text a.component-target .component-target-badget{
  display: inline-block;
  position: static;
  background: none;
  color: inherit;
  font-size: 12px;
  vertical-align: -2px;
  width: auto;
}
.la_com_action--cart.has-compt-text a.component-target .component-target-badget:before{
  content: ' (';
}
.la_com_action--cart.has-compt-text a.component-target .component-target-badget:after{
  content: ') ';
}
div#la_shop_products{
  position: relative;
}
.la-ajax-shop-loading{
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: #fff;
  visibility: hidden;
  opacity: 0;
}
.la-ajax-shop-loading.loading{
  opacity: 1;
  visibility: visible;
}
.la-ajax-shop-loading .la-ajax-loading-outer{
  margin: 0 auto;
  display: block;
  width: 50px;
}
.la-sharing-posts{
  position: relative;
  display: inline-block;
  min-width: 30px;
}
.la-sharing-posts > span{
  cursor: pointer;
}
.la-sharing-posts .social--sharing{
  position: absolute;
  bottom: 100%;
  background: #fff;
  padding: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.176);
  transition: all 250ms ease-out;
  border-radius: 5px;
  opacity: 0;
  margin-left: -20px;
  visibility: hidden;
  white-space: nowrap;
}
.la-sharing-posts .social--sharing a{
  margin: 0 5px;
  border-radius: 50%;
}
.la-sharing-posts:hover .social--sharing{
  opacity: 1;
  visibility: visible;
}
.la-lazyload-image:not([data-element-loaded="true"]){
  background-image: url(assets/images/ajax-loader.gif) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-color: rgba(201, 201, 202, 0.14);
  transition: none !important;
}
.entry-content object,
.entry-content iframe{
  max-width: 100%;
}
#qm-panel-menu li{
  list-style: none;
}
.la_com_action--dropdownmenu .menu:not(.submenu-inited){
  right: 0;
}
.la_com_action--cart .fa-spin[class*="dl-icon"]{
  font-family: "FontAwesome";
}
.la_com_action--cart .fa-spin[class*="dl-icon"]:before{
  content: "\f110";
}
.select2-container .select2-selection--single{
  height: 50px;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  margin-top: 11px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 11px;
}
.woocommerce-account-fields::before, .woocommerce-account-fields::after,
.woocommerce-billing-fields::before,
.woocommerce-billing-fields::after{
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}
.woocommerce-account-fields::after,
.woocommerce-billing-fields::after{
  clear: both;
}
.la-shop-products .la-pagination ul{
  text-align: center;
}
.stars [class*="star-"]{
  display: inline-block;
  text-indent: -9999em;
  overflow: hidden;
  height: 1em;
  line-height: 1em;
  margin-left: 10px;
  padding-left: 10px;
  vertical-align: middle;
}
.stars [class*="star-"]:first-child{
  margin-left: 0;
  padding-left: 0;
}
.stars [class*="star-"]:before{
  font-family: FontAwesome;
  direction: ltr;
  content: '\f005';
  text-transform: none;
  display: block;
  text-indent: 0;
}
.stars [class*="star-"]:hover, .stars [class*="star-"].active{
  color: #f5b324;
}
.stars .star-2:before{
  content: '\f005\f005';
}
.stars .star-3:before{
  content: "\f005\f005\f005";
}
.stars .star-4:before{
  content: "\f005\f005\f005\f005";
}
.stars .star-5:before{
  content: "\f005\f005\f005\f005\f005";
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info{
  padding: 14px 30px 14px 60px;
  margin: 0 0 30px;
  position: relative;
  background-color: #eeeff2;
  list-style: none outside !important;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before{
  font-family: "FontAwesome";
  content: "\f05a";
  display: inline-block;
  position: absolute;
  left: 30px;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button{
  float: right;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li{
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.woocommerce-message:before{
  content: "\f058";
  color: #6dde6d;
}
.woocommerce-info:before{
  color: #6dde6d;
}
.woocommerce-error:before{
  content: "\f06a";
  color: #c43002;
}
#shipping_method{
  margin: 0;
  list-style: none;
  padding: 0;
}
#shipping_method li{
  margin-bottom: 0.6em;
}
#shipping_method li input[type="checkbox"],
#shipping_method li input[type="radio"]{
  margin-bottom: 0;
}
.form-row{
  margin-bottom: 20px;
}
.form-row::before, .form-row::after{
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}
.form-row::after{
  clear: both;
}
.form-row.form-row-first{
  float: left;
}
.form-row.form-row-last{
  float: right;
}
.form-row.form-row-wide{
  clear: both;
}
.form-row.form-row-first, .form-row.form-row-last{
  width: 48%;
}
@media (max-width: 767px){
  .form-row.form-row-first, .form-row.form-row-last{
    width: 100%;
  }
}
.form-row label{
  margin-bottom: 8px;
  display: block;
}
.form-row label.inline{
  display: inline;
}
.form-row .input-text{
  width: 100%;
  padding: 0 20px;
  height: 50px;
  line-height: 48px;
}
.col2-set{
  margin-left: -15px;
  margin-right: -15px;
}
.col2-set::before, .col2-set::after{
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}
.col2-set::after{
  clear: both;
}
.col2-set .col-2,
.col2-set .col-1{
  position: relative;
  float: left;
  min-height: 1px;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px){
  .col2-set .col-2,
  .col2-set .col-1{
    width: 100%;
  }
}
.product_item .onsale .save-percentage span:last-child:before{
  content: "-";
}
.wc-toolbar-container{
  margin-bottom: 30px;
}
.wc-toolbar{
  line-height: 24px;
  font-size: 14px;
}
.wc-toolbar p{
  margin-bottom: 0;
}
.wc-toolbar .woocommerce-result-count,
.wc-toolbar .wc-view-toggle,
.wc-toolbar .wc-ordering{
  float: left;
}
.wc-toolbar .wc-view-toggle{
  font-size: 18px;
}
.wc-toolbar .wc-view-toggle span{
  cursor: pointer;
  float: left;
  height: 24px;
  margin-left: 10px;
}
.wc-toolbar .wc-view-toggle .la-icon-list{
  font-size: 22px;
}
.wc-toolbar .wc-toolbar-right{
  float: right;
}
.wc-toolbar .wc-ordering{
  position: relative;
}
.wc-toolbar .wc-ordering:after{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  padding-bottom: 20px;
}
.wc-toolbar .wc-ordering p{
  cursor: pointer;
  padding: 12px 25px;
  display: -ms-flexbox;
  display: flex;
}
.wc-toolbar .wc-ordering p span{
  width: 100%;
}
.wc-toolbar .wc-ordering:hover ul{
  opacity: 1;
  visibility: visible;
  margin-top: 7px;
}
.wc-toolbar .wc-ordering ul{
  right: 0;
  font-size: 0.92em;
  position: absolute;
  background-color: #fff;
  padding: 7px;
  z-index: 11;
  visibility: hidden;
  margin-top: 30px;
  opacity: 0;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
}
.wc-toolbar .wc-ordering ul li{
  display: block;
}
.wc-toolbar .wc-ordering ul li a{
  padding: 5px 10px;
  white-space: pre;
  display: block;
  border-radius: 4px;
}
.wc-toolbar .wc-ordering ul li:hover a, .wc-toolbar .wc-ordering ul li.active a{
  color: #fff;
}
.wc-toolbar .wc-view-count{
  float: left;
  margin: 0 20px 0 40px;
}
.wc-toolbar .wc-view-count p,
.wc-toolbar .wc-view-count ul,
.wc-toolbar .wc-view-count li{
  display: inline-block;
  margin: 0 5px;
}
.wc-toolbar .wc-view-count ul{
  margin: 0;
  padding: 0;
}
.wc-toolbar .wc-view-count li.active{
  border-bottom: 1px solid;
}
.wc-toolbar .wc-view-count a{
  color: inherit;
}
.wc-toolbar .la-breadcrumbs{
  float: left;
}
.wc-toolbar-top{
  padding-top: 10px;
  margin-bottom: 15px;
}
.woocommerce table.wishlist_table{
  font-size: 100%;
}
.wishlist-title{
  display: none;
}
.swatch-control select{
  display: none !important;
}
.swatch-control.radio-select ul{
  padding: 0 !important;
  list-style: none !important;
}
.swatch-control.radio-select li{
  list-style: none !important;
}
.swatch-control.radio-select li label{
  display: inline;
  margin-left: 10px;
}
a.reset_variations{
  position: relative;
  display: none;
  visibility: hidden;
}
a.reset_variations:before{
  content: "\f021";
  font-family: FontAwesome;
  padding-right: 5px;
}
.swatch-wrapper{
  padding: 2px;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  float: left;
  margin: 0 5px 5px 0;
}
.swatch-wrapper.disabled{
  position: relative;
  cursor: not-allowed;
  zoom: 1;
  opacity: 0.4;
}
.swatch-wrapper.disabled:hover{
  border-color: #ccc;
}
.swatch-wrapper.disabled:before{
  content: "";
  width: 90%;
  height: 2px;
  background-color: red;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
  opacity: 0.4;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.swatch-wrapper.disabled:after{
  content: "";
  width: 90%;
  height: 2px;
  background-color: red;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
  opacity: 0.4;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.swatch-wrapper.disabled .swatch-anchor{
  cursor: inherit;
}
.swatch-wrapper .swatch-anchor{
  display: block;
  position: relative;
  text-align: center;
}
.swatch-wrapper .swatch-anchor:before{
  content: attr(title);
  position: absolute;
  bottom: 80%;
  text-indent: 0;
  background: var(--theme-secondary-color);
  padding: 5px 10px;
  line-height: 1;
  border-radius: 4px;
  margin-bottom: 10px;
  min-width: 50px;
  color: #fff;
  left: 50%;
  white-space: pre;
  text-align: center;
  text-transform: none;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  visibility: hidden;
  opacity: 0;
  transition: all 250ms ease-out;
}
.swatch-wrapper .swatch-anchor:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 80%;
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: var(--theme-secondary-color) transparent transparent transparent;
  margin-bottom: 6px;
  margin-left: -4px;
  visibility: hidden;
  opacity: 0;
  transition: all 250ms ease-out;
}
.swatch-wrapper .swatch-anchor:hover:before, .swatch-wrapper .swatch-anchor:hover:after{
  bottom: 100%;
  opacity: 1;
  visibility: visible;
}
.swatch-wrapper img{
  width: inherit;
  height: inherit;
  display: block;
  vertical-align: top;
}
.swatch-wrapper.selected{
  padding: 1px;
  border-width: 2px;
}
.swatch-wrapper.la-swatch-item-style-rounder,
.swatch-wrapper.la-swatch-item-style-rounder .swatch-anchor,
.swatch-wrapper.la-swatch-item-style-rounder img{
  border-radius: 5px;
}
.swatch-wrapper.la-swatch-item-style-circle,
.swatch-wrapper.la-swatch-item-style-circle .swatch-anchor,
.swatch-wrapper.la-swatch-item-style-circle img{
  border-radius: 50%;
}
.swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label){
  position: relative;
  border-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
  border-radius: 50%;
}
.swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label) .swatch-anchor{
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
}
.swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label).selected, .swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label):hover{
  border-color: #e6e6e6;
  border-width: 1px;
}
.swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label).selected:before{
  content: "\f00c";
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  font-size: 10px;
  z-index: 3;
  width: 16px;
  height: 16px;
  line-height: 16px;
  left: 6px;
  top: 6px;
  text-align: center;
}
.swatch-wrapper .swatch-anchor-label{
  display: none;
}
.radio-select .disabled{
  cursor: not-allowed;
  zoom: 1;
  opacity: 0.5;
}
.radio-select .disabled input,
.radio-select .disabled label{
  cursor: not-allowed;
}
.woocommerce table.wishlist_table thead th:not(.product-name){
  text-align: center;
}
div.quantity{
  position: relative;
  display: inline-block;
}
div.quantity .qty{
  width: 80px;
  height: 60px;
  padding: 10px 30px;
  line-height: 40px;
  color: inherit;
  text-align: center;
  border: none;
}
div.quantity .qty[type='number']{
  -moz-appearance: textfield;
}
div.quantity .qty[type=number]::-webkit-inner-spin-button, div.quantity .qty[type=number]::-webkit-outer-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
div.quantity span{
  position: absolute;
  top: 0;
  height: 58px;
  cursor: pointer;
  width: 20px;
  font-size: 18px;
  font-family: sans-serif;
  line-height: 58px;
  left: 0;
  text-align: right;
}
div.quantity .qty-plus{
  text-align: left;
  left: auto;
  right: 0;
}
.shop_table div.quantity .qty{
  width: 80px;
  padding: 10px 20px;
  height: 50px;
  line-height: 30px;
  border-width: 0;
}
.shop_table div.quantity span{
  width: 20px;
  height: 50px;
  line-height: 50px;
}
.wc-toolbar-container .btn-advanced-shop-filter{
  float: left;
  margin-left: 20px;
  cursor: pointer;
  padding: 12px 25px;
  display: -ms-flexbox;
  display: flex;
}
.wc-toolbar-container .btn-advanced-shop-filter span{
  width: 100%;
}
.open-advanced-shop-filter .wc-toolbar-container .btn-advanced-shop-filter{
  color: var(--theme-primary-color);
}
html.touchevents .wc-toolbar .wc-ordering:hover p:after,
.wc-toolbar-container .btn-advanced-shop-filter i:before,
.wc-toolbar .wc-ordering p:after{
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  display: inline-block;
  line-height: inherit;
  font-style: normal;
}
html.touchevents .wc-toolbar .wc-ordering.active p:after,
.wc-toolbar .wc-ordering:hover p:after,
.open-advanced-shop-filter .wc-toolbar-container .btn-advanced-shop-filter i:before{
  content: "\f106";
}
.la-advanced-product-filters{
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
  display: none;
  margin-bottom: 30px;
  font-size: 12px;
}
.la-advanced-product-filters .widget .widget-title span{
  margin-bottom: 30px;
  font-weight: 700;
}
.la-advanced-product-filters .sidebar-inner{
  padding: 40px 40px 0;
}
.la-advanced-product-filters .sidebar-inner .widget{
  float: left;
  margin-bottom: 30px;
}
.la-advanced-product-filters .sidebar-inner .widget ul.menu li{
  padding-top: 0;
  padding-bottom: 0;
}
.la-advanced-product-filters .sidebar-inner .widget .la-swatches-widget-opts .swatch-wrapper{
  border-radius: 0;
  padding: 0;
  margin: 0;
  border-width: 0 !important;
}
.la-advanced-product-filters .sidebar-inner .widget .la-swatches-widget-opts .swatch-wrapper:before{
  left: 0 !important;
  top: 3px !important;
}
.la-advanced-product-filters .sidebar-inner .widget .la-swatches-widget-opts .swatch-wrapper .swatch-anchor{
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}
.la-advanced-product-filters .sidebar-inner .widget .la-swatches-widget-opts .swatch-wrapper .swatch-anchor:after, .la-advanced-product-filters .sidebar-inner .widget .la-swatches-widget-opts .swatch-wrapper .swatch-anchor:before{
  display: none;
}
.la-advanced-product-filters .sidebar-inner .widget .la-swatches-widget-opts .swatch-wrapper .swatch-anchor-label{
  display: inline-block;
  text-transform: none;
  vertical-align: middle;
}
.la-advanced-product-filters .sidebar-inner .widget:not([class*="col-"]){
  width: 25%;
  /*&.woocommerce-widget-layered-nav{
          width: 15%;
        }*/
}
.la-advanced-product-filters .sidebar-inner .widget_product_tag_cloud ul li{
  display: inline-block;
  margin-right: 5px;
  float: none;
  width: auto;
  margin-bottom: 0;
}
.la-advanced-product-filters .sidebar-inner .widget_product_tag_cloud ul li:not(:last-child) a:after{
  content: ",";
}
.la-advanced-product-filters .sidebar-inner .widget_product_tag_cloud a{
  font-size: inherit !important;
}
.la-advanced-product-filters .menu-item-price ul li{
  display: inline-block;
  width: 49%;
}
.la-advanced-product-filters .menu-item-price ul li a{
  border: none;
  padding: 0;
}
.la-advanced-product-filters .menu-item-price ul li a:hover{
  background: none;
}
.la-advanced-product-filters .wc-ordering p,
.la-advanced-product-filters .wc-layered-nav-term .count{
  display: none;
}
.la-advanced-product-filters .widget_price_filter{
  padding-right: 30px;
}
.la-advanced-product-filters-result{
  padding-bottom: 15px;
  position: relative;
  top: -15px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
}
.la-advanced-product-filters-result i{
  font-size: 20px;
  position: absolute;
  left: 0;
}
.la-advanced-product-filters-result a{
  position: relative;
  padding-left: 25px;
}
.reset-all-shop-filter > span,
.reset-all-shop-filter > svg{
  vertical-align: middle;
  display: inline-block;
}
.wishlist_table tr td.product-thumbnail a{
  display: inline-block;
}
.products-list .product_item .wcvendors_sold_by_in_loop{
  display: block;
}
.form-row .input-checkbox + label.checkbox{
  display: inline;
  text-transform: none;
}
.wcv-store-header .store-info h3{
  font-weight: normal;
  margin-top: 0;
  line-height: normal;
  margin-bottom: 8px;
}
.wcv-store-header .store-info h3 + a{
  margin-bottom: 10px;
  display: block;
}
.date-pick + .btn{
  padding: 7px 20px;
}
.table.table-vendor-sales-report{
  margin-top: 20px;
}
.table.table-bordered{
  border-collapse: collapse;
}
.table-condensed th,
.table-condensed td{
  padding: 8px;
}
table.wcv-table td,
table.wcv-table th{
  padding: 8px;
}
#pv_shop_description_container,
#pv_seller_info_container,
.pv_seller_info_container,
.pv_shop_name_container,
.pv_paypal_container{
  margin-bottom: 20px;
}
.wcvendors-pro-dashboard-wrapper .wcv-button,
.wcvendors-pro-dashboard-wrapper .button{
  display: inline-block;
  padding: 8px 20px;
  vertical-align: middle;
  color: #fff;
  border: none;
  text-decoration: none !important;
}
.wc-tab .seller-rating span.star-rating{
  display: block;
}
.wcv-store-header .store-info h3 + a{
  color: #f5b223;
}
.woocommerce-page .page-content .elm-countdown{
  display: none;
}
@media (min-width: 1200px){
  .woocommerce-page .sidebar-inner .widget .widget-title{
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 60px;
  }
}
.post-type-archive.woocommerce-page .page-content > h1{
  font-size: 20px;
}
.post-type-archive.woocommerce-page .page-content > h3{
  font-size: 14px;
  margin-bottom: 10px;
  color: #f5b223;
  font-weight: normal;
}
.post-type-archive.woocommerce-page .page-content > h3 + p{
  margin-bottom: 10px;
}
.products_scenario_best_selling_products .product_item--info .elm-countdown,
.products_scenario_best_selling_products .elm-countdown,
.products_scenario_recent_products .product_item--info .elm-countdown,
.products_scenario_recent_products .elm-countdown{
  display: none;
}
#la_wishlist_table_wrapper .blockUI.blockOverlay{
  background: #fff url(assets/images/ajax-loader.gif) no-repeat center center !important;
}
.open-cart-aside #la_wishlist_table_wrapper .blockUI.blockOverlay{
  opacity: 0 !important;
  background-color: transparent !important;
}
.la_wishlist_table .product-action a{
  border: 1px solid;
  font-size: 12px;
  padding: 8px 20px;
  display: inline-block;
}
div#la_compare_table_wrapper2{
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
.la-compare-table{
  font-size: 13px;
  display: block;
  margin: 0;
  border: none;
  width: 100%;
  overflow: auto;
  padding: 0;
}
.la-compare-table th{
  min-width: 200px;
  background-color: #f2f2f2;
  vertical-align: middle;
  border-color: #e7e7e7;
  font-weight: bold;
  border-left: 0;
}
.la-compare-table td{
  min-width: 250px;
  border-color: #e7e7e7;
  text-align: center;
  vertical-align: middle;
}
.la-compare-table h4{
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
}
.la-compare-table .compare-tr-price{
  font-size: 14px;
  color: var(--theme-secondary-color);
}
.la-compare-table .image-wrap{
  width: 120px;
  max-width: 100%;
  margin: 0 auto;
}
.la-compare-table .add_to_cart_wrap a{
  background-color: var(--theme-secondary-color);
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
}
.la-compare-table .add_to_cart_wrap a.added{
  display: none;
}
.la-compare-table del{
  color: #8a8a8a;
}
.la-compare-table ins{
  text-decoration: none;
}
@media (max-width: 800px){
  .la-compare-table th{
    min-width: 150px;
  }
}
@media (max-width: 600px){
  .la-compare-table th{
    min-width: 0;
  }
}
.demo_store{
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em 1.41575em;
  background-color: #3d9cd2;
  color: #fff;
  z-index: 9999;
}
.demo_store:before{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 0.5407911001em;
  content: "\f05a";
}
@media (min-width: 768px){
  .demo_store a.woocommerce-store-notice__dismiss-link{
    background: rgba(0, 0, 0, 0.1);
    float: right;
    display: inline-block;
    margin: -1em -1.41575em -1em 0;
    padding: 1em 1.41575em;
  }
  .demo_store a.woocommerce-store-notice__dismiss-link:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    content: "\f057";
    margin-right: 0.3342343017em;
  }
}
@media (max-width: 600px){
  .la_wishlist_table .product-action a{
    padding: 5px 10px;
    margin-top: 10px;
  }
}
a.trigger-dlmenu{
  position: absolute !important;
  right: 0;
  height: 100%;
  top: 0;
  width: 50px;
  padding: 0 !important;
}
a.trigger-dlmenu:after{
  display: none;
}
.rtl a.trigger-dlmenu{
  left: 0;
  right: auto;
}
.woocommerce form.checkout.woocommerce-checkout:before,
.woocommerce form.checkout.woocommerce-checkout:after{
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}
.woocommerce form.checkout.woocommerce-checkout:after{
  clear: both;
}
.processing .blockOverlay{
  background-image: url(assets/images/ajax-loader.gif) !important;
  background-position: center 30% !important;
  background-repeat: no-repeat !important;
}
.woocommerce-MyAccount-content form .button{
  border-radius: 30px;
}
form.track_order p{
  margin-bottom: 30px;
  text-align: center;
}
form.track_order .form-row{
  width: 100%;
}
form.track_order .form-row label{
  text-align: left;
}
form.track_order .form-row .input-text{
  height: 70px;
  padding: 10px 20px;
}
form.track_order .button{
  padding: 15px 20px;
  border-width: 0;
  line-height: 20px;
  border-radius: 30px;
}
.wc-toolbar .wc-ordering p,
.btn-advanced-shop-filter{
  color: var(--theme-body-font-color);
  margin-top: -13px;
}
.tinvwl-loop-button-wrapper{
  display: none;
}
.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.button{
  display: none;
}
.tinv-wishlist .tinvwl-buttons-group button{
  border: none;
  background-color: var(--theme-secondary-color);
  color: #fff;
  padding: 5px 10px;
  line-height: 30px;
}
.tinv-wishlist .tinvwl-buttons-group button i:before{
  color: inherit;
}
.woocommerce-form-login.login{
  max-width: 500px;
  margin: 0px auto;
}
/*--------------------------------------------------------------
	4. Widget
---------------------------------------------------------------*/
.widget .widget-title span{
  display: inline-block;
}
.widget ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul.grid-items{
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
}
.widget ul.grid-items.products-list-mini .product_item .product_item--title{
  font-size: 12px;
  text-transform: none;
}
.sidebar-inner a{
  color: var(--theme-body-font-color);
}
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_recent_entries li{
  margin-bottom: 15px;
  line-height: 1.6;
}
.widget_meta .rss-date,
.widget_meta .post-date,
.widget_recent_comments .rss-date,
.widget_recent_comments .post-date,
.widget_rss .rss-date,
.widget_rss .post-date,
.widget_recent_entries .rss-date,
.widget_recent_entries .post-date{
  font-style: italic;
}
.widget_recent_entries .pr-item{
  padding-top: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 25px;
}
.widget_recent_entries .pr-item::before, .widget_recent_entries .pr-item::after{
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}
.widget_recent_entries .pr-item::after{
  clear: both;
}
.widget_recent_entries .pr-item .pr-item--left{
  float: left;
  width: 80px;
  height: 80px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
}
.widget_recent_entries .pr-item .pr-item--left a{
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.widget_recent_entries .pr-item .pr-item--right a{
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-top: -5px;
  margin-bottom: 5px;
  line-height: 1.2;
}
.widget_recent_entries .pr-item .pr-item--right .post-date{
  display: block;
  font-size: 11px;
  font-style: normal;
}
.sidebar-inner .widget_categories li{
  overflow: hidden;
}
.widget_product_categories li,
.widget_categories li{
  text-align: right;
}
.widget_product_categories li > a,
.widget_categories li > a{
  float: left;
}
.widget_rss .widget-title span{
  display: block;
}
.widget_rss .widget-title span .rss-widget-icon{
  float: right;
}
.widget_rss ul li{
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}
.widget_rss ul .rsswidget{
  display: block;
  font-weight: 600;
}
.widget_rss ul .rsswidget:not(:hover){
  color: var(--theme-secondary-color);
}
.widget_rss ul .rss-date{
  font-style: normal;
  font-size: 13px;
}
.widget_rss ul .rssSummary{
  padding: 8px 0;
}
.widget_rss ul cite{
  font-style: normal;
  font-weight: 600;
  color: var(--theme-secondary-color);
}
.widget.widget_product_tag_cloud ul li{
  display: inline-block;
}
.widget .tagcloud::before, .widget .tagcloud::after{
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}
.widget .tagcloud::after{
  clear: both;
}
.widget .tagcloud a{
  font-size: 14px !important;
  display: inline-block;
  margin: 0 0 8px;
  padding-right: 5px;
  position: relative;
}
.widget .tagcloud a:before{
  position: absolute;
  content: ",";
  right: 0;
}
.widget .tagcloud a:last-child:before{
  display: none;
}
.widget .tagcloud a:hover{
  text-decoration: none;
}
.widget_recent_comments li.recentcomments{
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.widget_recent_comments li.recentcomments:before{
  content: "\f0e6";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product_list_widget{
  list-style: none;
  margin: 0;
}
.product_list_widget li{
  position: relative;
}
.product_list_widget li::before, .product_list_widget li::after{
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}
.product_list_widget li::after{
  clear: both;
}
.product_list_widget li + li{
  margin-top: 30px;
}
.product_list_widget li img{
  float: left;
  max-width: 70px;
  margin-right: 20px;
}
.product_list_widget a{
  display: block;
  font-size: 14px;
  line-height: normal;
  margin: 0 0 5px;
}
.product_list_widget .amount{
  margin-top: 5px;
}
.product_list_widget ins{
  text-decoration: none;
}
.product_list_widget del .amount{
  color: inherit;
  font-size: 14px;
}
.product_list_widget .reviewer{
  font-size: 14px;
}
.product_list_widget a.remove{
  display: block;
  font-weight: normal;
  font-size: 14px;
  height: 20px;
  line-height: 17px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: right;
  width: 20px;
  font-family: Verdana, sans-serif;
}
.widget_shopping_cart_content::before, .widget_shopping_cart_content::after{
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}
.widget_shopping_cart_content::after{
  clear: both;
}
.widget_shopping_cart_content .total{
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  border-width: 0;
  border-style: solid;
  padding-top: 15px;
}
.widget_shopping_cart_content .total strong{
  font-weight: normal;
  font-size: 14px;
}
.widget_shopping_cart_content .buttons{
  text-align: right;
}
.woocommerce-mini-cart-item.mini_cart_item{
  margin-bottom: 0;
}
.widget_price_filter .price_slider_amount{
  display: flex;
  display: -webkit-flex;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.widget_price_filter .price_slider_amount input{
  width: 48%;
  float: left;
  display: none;
}
.widget_price_filter .price_slider_amount .price_label{
  float: left;
  margin-right: 20px;
  line-height: 40px;
}
.widget_price_filter .ui-slider{
  margin-bottom: 20px;
  position: relative;
  background-color: #eee;
  margin-right: 20px;
  height: 3px;
}
.widget_price_filter .ui-slider:after{
  content: "";
  position: absolute;
  height: 3px;
  width: 16px;
  background-color: #eee;
  right: -16px;
}
.widget_price_filter .ui-slider .ui-slider-handle{
  position: absolute;
  z-index: 2;
  width: 23px;
  height: 23px;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  cursor: ew-resize;
  top: -11px;
  border-radius: 50%;
}
.widget_price_filter .ui-slider .ui-slider-range{
  position: absolute;
  z-index: 1;
  height: 3px;
  background-color: var(--theme-secondary-color);
}
.widget_price_filter .button{
  text-transform: uppercase;
  width: 140px;
  background-color: transparent;
  padding: 11px 10px;
  display: inline-block;
  margin-top: 15px;
  border: 2px solid var(--theme-secondary-color);
  font-size: 11px;
  font-weight: bold;
  color: var(--theme-secondary-color);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.widget_price_filter .button:hover{
  color: #fff;
}
.widget_layered_nav ul li{
  position: relative;
  margin-bottom: 5px;
  padding: 5px 0;
}
.widget_layered_nav ul li.active a:after{
  content: "\f014";
  font-family: FontAwesome;
  float: right;
}
.widget_layered_nav .la-swatches-widget-opts li{
  display: inline-block;
  margin: 0;
}
.widget_layered_nav .la-swatches-widget-opts li .count{
  display: none;
}
.widget_layered_nav .la-swatches-widget-opts li .swatch-wrapper{
  padding: 0;
  margin: 0 10px 10px 0;
  border-width: 0 !important;
}
.widget_layered_nav .la-swatches-widget-opts li .swatch-wrapper:before{
  top: 0;
  left: 0;
}
.widget_layered_nav .la-swatches-widget-opts li.active a:after{
  display: none;
}
.widget_layered_nav .la-swatches-widget-opts li.active .swatch-wrapper:before{
  content: "\f00c";
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  font-size: 10px;
  z-index: 3;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}
.widget_layered_nav.widget_layered_nav--checkboxstyle li{
  font-size: 11px;
  line-height: 30px;
}
.widget_layered_nav.widget_layered_nav--checkboxstyle li a{
  padding-left: 20px;
}
.widget_layered_nav.widget_layered_nav--checkboxstyle li a:before{
  content: "";
  border-width: 1px;
  border-style: solid;
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0;
  top: 9px;
}
.widget_layered_nav.widget_layered_nav--checkboxstyle li a:after{
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 2px;
  font-size: 8px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
}
.widget_layered_nav.widget_layered_nav--checkboxstyle li:not(.active):hover > a:after{
  opacity: 1;
  visibility: visible;
}
.widget_layered_nav.widget_layered_nav--checkboxstyle li.active a:after{
  content: "\f00c";
  opacity: 1;
  visibility: visible;
}
.widget_layered_nav.widget_layered_nav--checkboxstyle li .count{
  position: absolute;
  right: 0;
  top: 0;
}
.widget_layered_nav.widget_layered_nav--checkboxstyle.filter-two-columns li{
  width: 50%;
  display: inline-block;
}
.widget_layered_nav.widget_layered_nav--checkboxstyle.filter-two-columns li .count{
  display: none;
}
.widget_layered_nav.widget_layered_nav--borderstyle li{
  display: inline-block;
  font-size: inherit;
  margin: 0 5px 5px 0;
  text-align: center;
}
.widget_layered_nav.widget_layered_nav--borderstyle li .count{
  display: none;
}
.widget_layered_nav.widget_layered_nav--borderstyle li a{
  padding: 5px;
  position: relative;
}
.widget_layered_nav.widget_layered_nav--borderstyle li a:after{
  display: none;
}
.widget_layered_nav.widget_layered_nav--borderstyle li a:before{
  content: '';
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}
.widget_layered_nav.widget_layered_nav--borderstyle li a span{
  display: block;
  min-width: 30px;
}
.widget_layered_nav.widget_layered_nav--borderstyle li:hover a, .widget_layered_nav.widget_layered_nav--borderstyle li.active a{
  color: #fff;
}
.widget_layered_nav.widget_layered_nav--nostyle ul li{
  padding: 5px 0;
  font: inherit;
  width: 48%;
  display: inline-block;
}
.widget_layered_nav.widget_layered_nav--nostyle ul li a{
  display: inline-block;
  padding: 0;
}
.widget_layered_nav.widget_layered_nav--nostyle ul li a:before, .widget_layered_nav.widget_layered_nav--nostyle ul li a:after{
  display: none;
}
.widget_layered_nav.widget_layered_nav--nostyle ul li .count{
  position: static;
}
.widget_layered_nav_filters ul li a{
  font-size: 12px;
}
.widget_layered_nav_filters ul li a:after{
  content: "\f014";
  font-family: FontAwesome;
  float: right;
  font-size: 12px;
  margin-top: 3px;
}
.widget_layered_nav_filters ul li .amount{
  font-size: 16px;
}
.la-price-filter-list li{
  margin-bottom: 10px;
}
#yith-wcwl-form table .button{
  margin-bottom: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  display: inline-block !important;
  padding: 7px 20px;
}
#yith-wcwl-form table .button + a{
  display: none !important;
}
.widget-list-product-mini a{
  display: block;
}
.product_list_widget .variation{
  margin: 0;
}
.product_list_widget .variation dd, .product_list_widget .variation dt{
  display: inline-block;
  font-size: 11px;
  line-height: 100%;
  margin: 0;
}
.product_list_widget .variation p{
  margin: 0;
}
.calendar_wrap caption{
  border-width: 1px 1px 0 1px;
  border-style: solid;
  padding: 8px;
  text-transform: uppercase;
}
.calendar_wrap td,
.calendar_wrap th{
  text-align: center;
  padding: 8px;
}
#sb_instagram #sbi_load{
  padding: 0 !important;
}
.widget #sb_instagram{
  margin-left: -10px;
  margin-right: -10px;
  width: auto !important;
  padding-bottom: 0 !important;
}
.widget_rating_filter a{
  font-size: 13px;
  vertical-align: middle;
}
.widget_rating_filter a .star-rating{
  display: inline-block;
  top: 2px;
}
.widget-border.widget{
  border-width: 1px;
  border-style: solid;
  padding: 30px;
}
.widget-border-bottom.widget{
  padding-bottom: 30px;
  border-width: 0 0 1px;
  border-style: solid;
}
.widget-author__image{
  text-align: center;
  margin: 0 !important;
}
.widget-author__image img{
  width: auto;
}
.widget-author__information{
  text-align: center;
}
.widget-author__information .widget-title{
  font-size: 36px !important;
  font-family: 'Dawning of a New Day', cursive;
  line-height: 1;
  margin: 15px 0 !important;
  font-weight: normal;
}
.swatch-wrapper[data-value="white"] .swatch-anchor{
  background-color: #f3f3f3 !important;
}
@media (max-width: 1199px){
  .widget_layered_nav.widget_layered_nav--nostyle ul li{
    width: 100%;
  }
  .widget_text .banner-type-6 .banner--info .b-title2,
  .widget_text .banner-type-6 .banner--info .b-title1{
    font-size: 30px;
  }
}
/*--------------------------------------------------------------
	5. Header
---------------------------------------------------------------*/
@media (max-width: 1199px){
  .lahfb-area > .container{
    padding-left: 0;
    padding-right: 0;
  }
}
.lahfb-screen-view{
  display: none;
}
@media (min-width: 1025px){
  .lahfb-desktop-view{
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
  .lahfb-tablets-view{
    display: block;
  }
}
@media (max-width: 767px){
  .lahfb-mobiles-view{
    display: block;
  }
}
.lahfb-wrap{
  position: relative;
  width: 100%;
  z-index: 4;
}
.transparent-header-w .lahfb-wrap{
  position: absolute;
  top: 0;
  background: transparent;
}
.transparent-header-w #lastudio-header-builder .lahfb-row1-area{
  background: transparent !important;
}
@media (max-width: 1024px){
  .transparent-header-w .lahfb-menu-cross-icon, .transparent-header-w .lahfb-menu-cross-icon:before, .transparent-header-w .lahfb-menu-cross-icon:after{
    background-color: #eee;
  }
  .transparent-header-w #page .open.lahfb-menu-cross-icon{
    background-color: transparent;
  }
}
.lahfb-area,
.lahfb-area:not(.lahfb-vertical) > .container,
.lahfb-content-wrap,
.lahfb-col,
.lahfb-element{
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.lahfb-row1-area{
  height: 90px;
}
@media (min-width: 1024px){
  .lahfb-row1-area{
    height: 120px;
  }
}
.lahfb-content-wrap{
  width: 100%;
}
.lahfb-col{
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1 0 auto;
  /* Chrome */
  -ms-flex: 1 0 auto;
  /* IE 10 */
  flex: 1 0 auto;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.lahfb-col:empty{
  display: none;
}
.lahfb-col.lahfb-col__left{
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.lahfb-col.lahfb-col__center{
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.lahfb-col.lahfb-col__right{
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.lahfb-area{
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: stretch;
}
.lahfb-area .lahfb-element{
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.lahfb-area.lahfb-content-top .lahfb-col{
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.lahfb-area.lahfb-content-middle .lahfb-col,
.lahfb-area .lahfb-element{
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.lahfb-area.lahfb-content-bottom .lahfb-col{
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
#lastudio-header-builder .lahfb-area.no-padding,
#lastudio-header-builder .lahfb-area .no-padding{
  padding-left: 0;
  padding-right: 0;
}
#lastudio-header-builder .lahfb-area:not(.lahfb-vertical).la-no-padding,
#lastudio-header-builder .lahfb-area:not(.lahfb-vertical) .la-no-padding{
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 1025px){
  .ltr.header-type-vertical--toggle #page{
    padding-left: 120px;
  }
  .rtl.header-type-vertical--toggle #page{
    padding-right: 120px;
  }
}
@media (min-width: 1025px){
  .ltr.header-type-vertical--default #page{
    padding-left: 290px;
  }
  .rtl.header-type-vertical--default #page{
    padding-right: 290px;
  }
  .header-type-vertical--default .lahfb-wrap .lahfb-vertical{
    width: 290px;
  }
}
@media (min-width: 1825px){
  .ltr.header-type-vertical--default #page{
    padding-left: 380px;
  }
  .rtl.header-type-vertical--default #page{
    padding-right: 380px;
  }
}
.header-type-vertical--default .lahfb-wrap .lahfb-vertical{
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}
@media (min-width: 1825px){
  .header-type-vertical--default .lahfb-wrap .lahfb-vertical{
    width: 380px;
  }
  .header-type-vertical--default .lahfb-wrap .lahfb-area{
    padding: 90px 80px 50px;
  }
}
.lahfb-vertical-toggle-wrap{
  background-color: #fff;
  width: 120px;
  height: 100%;
  position: fixed;
  left: 0;
  text-align: center;
  z-index: 2;
}
.lahfb-vertical-toggle-wrap .vertical-toggle-icon{
  position: absolute;
  top: 45%;
  font-size: 40px;
  left: calc(50% - 20px);
}
.open-lahfb-vertical .lahfb-vertical-toggle-wrap .vertical-toggle-icon i:before{
  font-family: 'dliconoutline';
  content: "\ed2b";
}
.lahfb-wrap .lahfb-vertical.lahfb-area.container{
  padding-left: 0;
  padding-right: 0;
}
.lahfb-vertical .lahfb-content-wrap,
.lahfb-vertical .lahfb-col{
  flex-direction: column;
  align-items: center;
}
.lahfb-vertical .lahfb-content-wrap{
  height: 100%;
}
.lahfb-wrap .lahfb-vertical{
  position: fixed;
  width: 370px;
  height: 100%;
  top: 0;
  left: 0;
}
.header-type-vertical--toggle .lahfb-vertical{
  -moz-transition: all 520ms ease;
  -o-transition: all 520ms ease;
  -webkit-transition: all 520ms ease;
  transition: all 520ms ease;
  transform: translateX(-370px);
  -webkit-transform: translateX(-370px);
  padding: 40px;
}
.header-type-vertical--toggle .lahfb-vertical-toggle-wrap{
  box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.06);
}
.header-type-vertical--default .lahfb-vertical{
  padding: 70px 30px;
}
.open-lahfb-vertical .lahfb-vertical{
  transform: translateX(120px);
  -webkit-transform: translateX(120px);
}
.open-lahfb-vertical .la-overlay-global{
  opacity: 0.5;
  visibility: visible;
  z-index: 2;
}
.lahfb-vertical-logo-wrap{
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
.lahfb-vertical-logo-wrap.is-open{
  visibility: hidden;
  opacity: 0;
}
.lahfb-vertical .lahfb-nav-wrap .menu > li{
  float: none;
}
#lastudio-header-builder .lahfb-vertical .lahfb-nav-wrap .menu > li > a{
  padding: 0;
  margin-bottom: 20px;
  display: inline-block;
}
.lahfb-vertical .lahfb-nav-wrap .menu li a .lahfb-vertical-nav-icon{
  position: absolute;
  right: -30px;
  top: calc(50% - 10px);
  width: 20px;
  margin-right: 0;
  text-align: center;
}
.lahfb-vertical .lahfb-nav-wrap .menu li a:hover{
  text-decoration: none;
}
.lahfb-vertical .lahfb-nav-wrap .menu li:hover > ul{
  display: none;
}
.lahfb-vertical .lahfb-nav-wrap .menu li.mm-lv-2 a{
  padding-left: 60px;
}
.lahfb-vertical .lahfb-nav-wrap .menu li.menu-item ul{
  position: static;
  width: 100%;
  left: 0;
  background: transparent;
  display: none;
  padding: 0 0 30px;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  margin: 0;
}
.lahfb-vertical .lahfb-nav-wrap .menu li.menu-item ul li:hover,
.lahfb-vertical .lahfb-nav-wrap .menu li.menu-item ul li ul li:hover,
.lahfb-vertical .lahfb-nav-wrap .menu li.menu-item ul > li.menu-item > ul{
  background: transparent;
  padding: 0;
}
.lahfb-vertical .lahfb-nav-wrap .menu li.menu-item .mm-mega-ul{
  flex-direction: column;
  -webkit-flex-direction: column;
  display: block;
}
.lahfb-vertical .lahfb-nav-wrap .menu li.menu-item .mm-mega-ul > li{
  width: 100% !important;
}
.lahfb-vertical .lahfb-nav-wrap.has-parent-arrow > ul > li.menu-item-has-children:before,
.lahfb-vertical .lahfb-nav-wrap.has-parent-arrow > ul > li.menu-item-has-children > ul li.menu-item-has-children:before, .lahfb-vertical .lahfb-nav-wrap.has-parent-arrow > ul > li.mega:before{
  display: none;
}
#lastudio-header-builder .lahfb-vertical .lahfb-col nav, #lastudio-header-builder
.lahfb-vertical .lahfb-col{
  width: 100%;
}
#lastudio-header-builder .lahfb-vertical .lahfb-col nav > ul{
  float: none;
  width: 100%;
}
.lahfb-icon-wrap{
  cursor: pointer;
}
.lahfb-icon-wrap .lahfb-icon-element{
  display: inline-block;
  line-height: 30px;
  transition: all 0.2s ease;
  vertical-align: middle;
}
.lahfb-icon-wrap .lahfb-icon-element i{
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}
.lahfb-icon-wrap .hamburger-op-icon i{
  font-size: inherit;
}
.lahfb-modal-target-link{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lahfb-tooltip[data-tooltip]{
  position: relative;
  cursor: pointer;
}
.lahfb-tooltip[data-tooltip]:before,
.lahfb-tooltip[data-tooltip]:after{
  opacity: 0;
  visibility: hidden;
  transition: all 0.18s ease;
}
.lahfb-tooltip[data-tooltip]:before{
  position: absolute;
  bottom: -16px;
  left: 50%;
  padding: 0 8px;
  background-color: #010101;
  border-radius: 0;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  height: 23px;
  line-height: 23px;
  white-space: nowrap;
  z-index: 88;
  box-shadow: 0 1px 18px rgba(0, 0, 0, 0.23);
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.lahfb-tooltip[data-tooltip]:after{
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  display: block;
  width: 8px;
  height: 8px;
  background-color: #010101;
}
.lahfb-tooltip[data-tooltip]:hover:before,
.lahfb-tooltip[data-tooltip]:hover:after{
  opacity: 1;
  visibility: visible;
}
.lahfb-tooltip.tooltip-on-top[data-tooltip]:before{
  bottom: inherit;
  top: -16px;
}
.lahfb-tooltip.tooltip-on-top[data-tooltip]:after{
  bottom: inherit;
  top: 2px;
}
.lahfb-tooltip.tooltip-on-top[data-tooltip]:before{
  bottom: inherit;
  top: -16px;
}
.lahfb-header-dropdown{
  position: relative;
}
.lahfb-icon-element i,
.lahfb-icon-element i:hover{
  cursor: pointer;
}
img.lahfb-logo{
  z-index: 2;
  width: 140px;
}
.lahfb-logo.logo--transparency{
  display: none;
}
.enable-header-transparency .lahfb-wrap:not(.is-sticky) .logo--transparency{
  display: inline-block;
}
.enable-header-transparency .lahfb-wrap:not(.is-sticky) .logo--normal{
  display: none;
}
.lahfb-logo .la-site-name{
  font-size: 23px;
  color: #444;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  transition: all .3s ease-in-out;
}
.lahfb-logo .la-site-desc{
  color: #9a9a9a;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  width: 100%;
  align-self: flex-start;
  transition: all .3s ease-in-out;
}
.lahfb-nav-wrap .menu,
.lahfb-nav-wrap .menu > li{
  float: left;
}
.lahfb-nav-wrap .menu,
.lahfb-nav-wrap .menu li,
.lahfb-nav-wrap .menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.lahfb-nav-wrap .menu a:not(.button),
.lahfb-nav-wrap .menu li.sfHover > ul,
.lahfb-nav-wrap .menu li:hover > ul{
  display: inline-block;
}
.lahfb-nav-wrap .menu ul ul{
  top: -10px;
  left: 100%;
}
.lahfb-nav-wrap .menu{
  margin: 0;
}
.lahfb-nav-wrap .menu > li> a{
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  padding: 0 25px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1400px){
  .lahfb-nav-wrap .menu > li> a{
    padding: 0 20px;
  }
}
.lahfb-nav-wrap .menu > li.menu-item > a:after{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 2.5em;
  bottom: 0;
  width: 20%;
  height: 2px;
  background-color: currentColor;
  content: "";
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lahfb-nav-wrap .menu > li.menu-item > a:hover:after{
  width: calc(100% - 50px);
  opacity: 1;
}
.lahfb-nav-wrap .menu > li.current > a:after{
  width: calc(100% - 50px) !important;
  opacity: 1;
}
.lahfb-nav-wrap .menu > li.menu-item > ul{
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
  margin-top: 20px;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: margin .1s linear .3s, visibility .1s linear .3s, opacity .1s linear .3s;
  -moz-transition: margin .1s linear .3s, visibility .1s linear .3s, opacity .1s linear .3s;
  transition: margin .1s linear .3s, visibility .1s linear .3s, opacity .1s linear .3s;
}
.lahfb-nav-wrap .menu > li.menu-item:hover > ul{
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.lahfb-nav-wrap .menu > li.menu-item ul{
  background-color: var(--theme-secondary-color);
  padding: 30px 0;
}
.lahfb-wrap .lahfb-nav-wrap .menu > li.current > a:after,
.lahfb-body .hamburger-menu-wrap .hamburger-nav > li.current > a:after,
.hamburger-type-full .hamburger-nav > li.current > a:after{
  content: '';
  display: block;
  position: absolute;
  width: 0;
}
.lahfb-nav-wrap .menu li.menu-item a > i{
  vertical-align: middle;
  margin-right: 5px;
  font-size: 17px;
}
.lahfb-nav-wrap .menu ul{
  z-index: 3;
  position: absolute;
  width: 220px;
  padding: 12px 0;
  margin: 0;
  display: none;
}
.lahfb-nav-wrap .menu ul li{
  position: relative;
}
.lahfb-nav-wrap .menu ul li.menu-item a{
  padding: 10px 30px;
}
.lahfb-nav-wrap .sf-arrows > li > .sf-with-ul:after{
  display: none;
}
.lahfb-nav-wrap .menu ul li a.sf-with-ul{
  position: relative;
  padding-right: 20px;
}
.lahfb-nav-wrap .menu ul li ul{
  padding: 0;
}
.lahfb-nav-wrap.has-megamenu > ul > li.mega{
  position: relative;
}
.lahfb-nav-wrap.has-megamenu > ul > li.mega ul.sub-menu ul{
  display: block;
  padding: 0;
  position: relative;
  width: auto;
  max-width: inherit;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: left;
}
.lahfb-nav-wrap.has-megamenu > ul > li.mega > ul.sub-menu{
  padding: 0;
}
.lahfb-nav-wrap.has-megamenu > ul > li.mega > ul.sub-menu .mm-mega-ul{
  padding: 40px 30px;
}
.lahfb-nav-wrap .menu li.mega .mm-mega-ul li:nth-child(2) .sub-menu li{
  display: inline-block;
  width: 49%;
}
.lahfb-nav-wrap.has-megamenu .menu li.mega li.mm-lv-1 > a{
  font-size: 14px !important;
  font-weight: 400;
  color: #fff !important;
  margin-bottom: 20px;
  position: relative;
}
.lahfb-nav-wrap.has-megamenu .menu li.mega li.mm-lv-1 > a:before{
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  bottom: -2px;
}
.lahfb-nav-wrap .menu li.mega li.mm-lv-1 ul a{
  font-size: 12px;
}
.lahfb-nav-wrap .la-menu-icon{
  margin-right: 3px;
  transition: all 0.3s ease;
}
.lahfb-nav-wrap .la-menu-desc{
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 12px;
  font-size: 11px;
  color: #9a9a9a;
  font-style: normal;
  font-weight: 400;
  display: none;
}
.lahfb-nav-wrap.has-desc-item .la-menu-desc{
  display: block;
}
.lahfb-nav-wrap.has-parent-arrow > ul > li.menu-item-has-children{
  position: relative;
}
.lahfb-nav-wrap.has-parent-arrow > ul > li.mega{
  position: static !important;
}
.lahfb-nav-wrap.has-parent-arrow > ul > li.menu-item-has-children > a:before,
.lahfb-nav-wrap.has-parent-arrow > ul > li.mega > a:before{
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 12px;
  color: inherit;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lahfb-nav-wrap.has-parent-arrow > ul > li.menu-item-has-children > ul li.menu-item-has-children:before{
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #999;
  font-weight: 600;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lahfb-nav-wrap.has-parent-arrow.arrow-left > ul > li.menu-item-has-children:before,
.lahfb-nav-wrap.has-parent-arrow.arrow-left > ul > li.mega:before{
  content: "\f104";
}
.lahfb-nav-wrap.has-parent-arrow.arrow-right > ul > li.menu-item-has-children:before,
.lahfb-nav-wrap.has-parent-arrow.arrow-right > ul > li.mega:before{
  content: "\f105";
}
.lahfb-nav-wrap.has-parent-arrow.arrow-top > ul > li.menu-item-has-children:before,
.lahfb-nav-wrap.has-parent-arrow.arrow-top > ul > li.mega:before{
  content: "\f106";
}
.full-width-menu.lahfb-nav-wrap{
  width: 100%;
}
.full-width-menu.lahfb-nav-wrap .menu{
  flex-direction: row;
  -webkit-flex-direction: row;
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.full-width-menu.lahfb-nav-wrap .menu > li{
  flex: 1;
}
.full-width-menu.lahfb-nav-wrap .menu > li > a{
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.full-width-menu.lahfb-nav-wrap .menu a span.menu-item-badge{
  top: 2%;
  right: inherit;
}
.menu a{
  position: relative;
}
.menu a span.menu-item-badge{
  position: absolute;
  display: inline-block;
  line-height: 16px;
  bottom: calc(100% - 1px);
  left: calc(100% - 27px);
}
.menu a span.menu-item-badge-border{
  width: 0;
  height: 0;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  margin: 0 0 0 6px;
  display: block;
}
.menu a span.menu-item-badge-text{
  padding: 1px 6px 0;
  display: block;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}
.menu .sub-menu span.menu-item-badge{
  position: relative;
  display: inline-block;
  line-height: 16px;
  top: -1px;
  margin-left: 8px;
}
.menu .sub-menu span.menu-item-badge-border{
  width: 0;
  height: 0;
  border-top: 4px solid transparent !important;
  border-right: 5px solid;
  border-bottom: 4px solid transparent;
  margin: 0;
  top: 50%;
  left: -5px;
  transform: translateY(-4.5px);
  position: absolute;
}
.lahfb-responsive-menu-wrap{
  opacity: 0;
  visibility: hidden;
}
.lahfb-menu-cross-icon{
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-right: 15px;
}
.lahfb-menu-cross-icon,
.lahfb-menu-cross-icon:before,
.lahfb-menu-cross-icon:after{
  display: block;
  width: 25px;
  height: 2px;
  background-color: var(--theme-secondary-color);
  transition: background-color 0.18s ease 0.40s, transform 0.2s ease 0.38s;
}
.lahfb-menu-cross-icon:before,
.lahfb-menu-cross-icon:after{
  position: absolute;
  content: "";
}
.lahfb-menu-cross-icon:before{
  top: -7px;
}
.lahfb-menu-cross-icon:after{
  top: 7px;
}
.open.lahfb-menu-cross-icon{
  background-color: transparent;
}
.open.lahfb-menu-cross-icon:before,
.open.lahfb-menu-cross-icon:after{
  background-color: var(--theme-secondary-color);
}
.close-responsive-nav .open.lahfb-menu-cross-icon:before,
.close-responsive-nav .open.lahfb-menu-cross-icon:after{
  background-color: var(--theme-three-color);
}
.open.lahfb-menu-cross-icon:before{
  transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
}
.open.lahfb-menu-cross-icon:after{
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
}
.lahfb-responsive-menu-wrap{
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100%;
  background: var(--theme-secondary-color);
  z-index: 4;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 80px;
  color: var(--theme-three-color);
}
.lahfb-responsive-menu-wrap.open-menu-wrap{
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
}
.responav{
  margin: 0;
  padding: 0;
}
.responav .container{
  width: auto;
  padding: 0;
}
.responav li{
  list-style: none;
}
.responav li.menu-item{
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
.responav li.mega li:hover{
  background-color: inherit;
}
.responav li.menu-item > a{
  display: block;
  padding: 14px 20px;
  font-size: 16px !important;
  color: #fff !important;
  text-transform: none !important;
}
.responav li.menu-item a i{
  margin-right: 4px;
}
.responav li.menu-item a > i.respo-nav-icon{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  width: 50px;
  height: 100%;
}
.responav li.menu-item a > i.respo-nav-icon:before{
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.responav li.menu-item > ul{
  display: none;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 5px 0;
  margin: 5px 0;
}
.responav li.menu-item > ul li > a{
  padding: 10px 30px !important;
  font-size: 14px !important;
}
.responav li.menu-item > ul li > ul li > a{
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.responav li.menu-item > ul li > ul li > ul li > a{
  padding-right: 50px;
  padding-left: 50px;
}
.responav li .wpb_row{
  margin-left: 0;
  margin-right: 0;
}
.responav [class*=vertical-]{
  display: none;
}
.responav .widget_nav_menu li{
  border-top: 0;
}
.responav .widget_nav_menu ul li a{
  padding: 7px 10px;
}
.responav .teaser-box6 .teaser-title{
  font-size: 18px;
}
.responav span.menu-item-badge{
  display: inline-block;
  position: relative;
  margin-left: 9px;
}
.responav span.menu-item-badge-text{
  text-align: center;
  display: inline-block;
  padding: 1px 8px 0;
  font-size: 10px;
  color: #fff;
  font-weight: normal;
}
.responav span.menu-item-badge-border{
  width: 0;
  height: 0;
  border-top: 4px solid transparent !important;
  border-right: 5px solid;
  border-bottom: 4px solid transparent;
  margin: 0;
  top: 50%;
  left: -5px;
  transform: translateY(-3px);
  position: absolute;
}
.responav li ul span.menu-item-badge-border{
  transform: translateY(-3.5px);
}
.close-responsive-nav{
  display: block;
  position: absolute;
  top: 70px;
  right: 24px;
  z-index: 100;
  cursor: pointer;
}
.lahfb-responsive-menu-wrap .la-menu-desc{
  font-size: 12px;
  text-transform: initial;
  font-weight: normal;
}
.lahfb-responsive-menu-icon-wrap a{
  font-size: 22px;
  line-height: 30px;
}
.lahfb-responsive-menu-icon-wrap a i{
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
}
.lahfb-responsive-menu-icon-wrap a i:before{
  vertical-align: middle;
}
@media only screen and (min-width: 1025px){
  .lahfb-responsive-menu-icon-wrap{
    display: none;
  }
}
@media only screen and (max-width: 1024px){
  .lahfb-responsive-menu-icon-wrap{
    cursor: pointer;
    height: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .lahfb-nav-wrap:not(.la-hide-mobile-menu){
    display: none;
  }
  .lahfb-responsive-menu-icon-wrap,
  .lahfb-responsive-menu-wrap{
    opacity: 1;
    visibility: visible;
  }
  .responav li.mega ul[class^=sub-]{
    background-color: var(--theme-body-font-color);
  }
}
.lahfb-wrap p.lahfb-text{
  margin-bottom: 0;
}
.lahfb-login{
  position: relative;
}
.la-header-avatar img{
  border-radius: 50%;
  margin-right: 12px;
  width: 28px;
}
.lahfb-login span, .lahfb-login i:before{
  transition: all 0.2s ease;
}
.lahfb-login .lahfb-icon-element i:not(.fa-user-circle-o){
  margin-right: 8px;
}
.lahfb-header-dropdown .lahfb-login{
  display: none;
}
.login-dropdown-element #lahfb-login{
  position: absolute;
  right: -1px;
  top: 100%;
  background: var(--theme-border-color);
  box-shadow: 0px 8px 35px -6px rgba(0, 0, 0, 0.18);
  z-index: 336;
  width: 300px;
  padding: 0 20px;
}
.login-dropdown-element #user-login-title{
  display: none;
}
.login-dropdown-element #lahfb-login form input{
  border-color: var(--theme-border-color);
}
.login-dropdown-element #lahfb-login form input[type="text"],
.login-dropdown-element #lahfb-login form input[type="password"]{
  width: 100%;
}
.login-dropdown-element #lahfb-login form input[type="text"]:focus,
.login-dropdown-element #lahfb-login form input[type="password"]:focus{
  box-shadow: none;
}
.login-dropdown-element #lahfb-login form .login-username{
  margin-top: 16px;
}
.login-dropdown-element #lahfb-login form .login-username label,
.login-dropdown-element #lahfb-login form .login-password label{
  display: none;
}
.no-arrow .login-dropdown-arrow-wrap{
  display: none;
}
.with-arrow .login-dropdown-arrow-wrap{
  position: absolute;
  top: -8px;
  right: 30px;
}
.with-arrow .login-dropdown-arrow-wrap:after{
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--theme-border-color);
  content: '';
  position: absolute;
  left: -8px;
}
.lahfb-contact-text-modal{
  font-size: 14px;
}
.lahfb-trigger-element,
.lahfb-trigger-element a{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.la-contact-form.la-element-dropdown{
  position: absolute;
  min-width: 280px;
  background: #fff;
  left: -260px;
  top: 100%;
  display: none;
}
.lahfb-button a{
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  transition: all 0.2s ease;
}
.lahfb-button a:hover,
.lahfb-button a:focus{
  background-color: var(--theme-body-font-color);
  color: #fff;
}
.header-search-content{
  width: 100%;
  margin: 0;
  padding: 0;
}
#lastudio-header-builder .lahfb-search.toggle,
.lahfb-header-toggle,
.lahfb-header-full{
  position: relative;
}
#lastudio-header-builder .lahfb-search .search-field{
  box-shadow: none;
  cursor: text;
  font-size: 16px;
  color: var(--theme-secondary-color);
  transition: all 0.2s ease-in-out 0s;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 15px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#lastudio-header-builder .lahfb-search-form-box{
  position: absolute;
  right: 0;
  background: #fff;
  border-radius: 0;
  display: none;
  z-index: 999;
  top: 100%;
  width: 320px;
  height: 65px;
  border: 1px solid var(--theme-border-color);
  box-shadow: 0 3px 14px -6px rgba(0, 0, 0, 0.09);
}
#lastudio-header-builder .lahfb-search-form-box.show-sbox{
  display: block;
  -webkit-animation: fade-anim .3s ease .037s both;
  animation: fade-anim .3s ease .037s both;
  z-index: 9112000;
}
#page #lastudio-header-builder .lahfb-search-form-box:before{
  content: '';
  display: block;
  position: absolute;
  right: 24px;
  width: 10px;
  height: 10px;
  background: var(--theme-border-color);
  border: solid var(--theme-border-color);
  border-width: 1px 0 0 1px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 9;
  top: -5px;
}
#lastudio-header-builder a.search-form-icon, a.search-form-icon:visited{
  display: block;
  width: 16px;
  height: 16px;
  color: #888;
}
#lastudio-header-builder a.search-form-icon:hover{
  color: var(--theme-secondary-color);
}
#lastudio-header-builder a.search-form-icon i{
  color: #4A4A4A;
  padding: 11px;
  padding-left: 12px;
  font-size: 14px;
  border-radius: 50%;
  border: 1px solid;
}
#lastudio-header-builder .top-bar .lahfb-search a.search-form-icon i{
  font-size: 11px;
  padding: 10px;
  padding-left: 11px;
  color: var(--theme-three-color);
}
#lastudio-header-builder .top-bar .lahfb-search a.search-form-icon:hover i{
  color: var(--theme-three-color);
}
#lastudio-header-builder .top-bar .lahfb-search a.search-form-icon{
  padding: 0;
  margin-top: 7px;
}
@media only screen and (max-width: 290px){
  #lastudio-header-builder .lahfb-search-form-box{
    right: -24px;
    padding: 14px 10px;
  }
  #lastudio-header-builder .lahfb-search-form-box:after, .lahfb-search-form-box:before{
    right: 27px;
  }
}
#header-search-modal .search-form{
  position: relative;
  margin: 0;
}
#header-search-modal .search-form i{
  position: absolute;
  right: 20px;
  color: #fff;
  top: 50%;
  font-size: 28px;
  transform: translateY(-50%);
}
#header-search-modal .search-field{
  margin: 0;
  box-shadow: none;
  font-size: 40px;
  background: transparent;
  border: none;
  color: #fff;
  padding: 0;
  width: 100%;
  height: 100%;
}
.header-search-content{
  height: 100%;
}
#header-search-modal .search-form,
.header-search-content > .col-md-12,
#header-search-modal{
  height: 100%;
}
.lahfb-search-form-box form,
.header-search-simple-wrap form{
  margin: 0;
  height: 100%;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 767px){
  #header-search-modal .search-field{
    font-size: 30px;
    line-height: 140px;
  }
}
@media only screen and (max-width: 290px){
  #header-search-modal .search-field{
    font-size: 28px;
  }
  #header-search-modal .search-form i{
    right: 9px;
  }
}
.lahfb-header-slide{
  position: relative;
}
.lahfb-icon-content i,
.lahfb-icon-content span{
  vertical-align: middle;
  display: inline-block;
  transition: all 0.2s ease;
}
.lahfb-icon-content span{
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}
.lahfb-icon-content i{
  font-size: 24px;
  margin-right: 7px;
}
.lahfb-element > .hamburger-menu-content{
  display: none;
}
.hamburger-menu-main,
.hamburger-full-wrap{
  position: relative;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  -webkit-flex-direction: column;
}
.hamburger-op-icon{
  min-width: 25px;
  min-height: 25px;
  position: relative;
  text-align: center;
}
.hamburger-op-icon .hamburger-icon{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.hamburger-menu-wrap a.btn-close-hamburger-menu{
  font-size: 26px;
}
.lahfb-body .hamburger-menu-wrap{
  text-align: left;
  transition: all 520ms ease;
  position: fixed;
  width: 350px;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 75px 42px 20px;
  background-color: #1D1D1D;
  z-index: 9;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
}
@media (min-width: 1600px){
  .lahfb-body .hamburger-menu-wrap{
    width: 400px;
    padding: 70px;
  }
}
@media (max-width: 600px){
  .lahfb-body .hamburger-menu-wrap{
    width: 260px;
  }
}
.lahfb-body .hamburger-menu-wrap.toggle-right{
  right: 0;
  transform: translateX(350px);
  -webkit-transform: translateX(350px);
}
@media (min-width: 1600px){
  .lahfb-body .hamburger-menu-wrap.toggle-right{
    transform: translateX(400px);
    -webkit-transform: translateX(400px);
  }
}
@media (max-width: 600px){
  .lahfb-body .hamburger-menu-wrap.toggle-right{
    transform: translateX(260px);
    -webkit-transform: translateX(260px);
  }
}
.is-open.lahfb-body .hamburger-menu-wrap.hm-open.toggle-right{
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.lahfb-body .hamburger-menu-wrap.toggle-left{
  left: 0;
  transform: translateX(-350px);
  -webkit-transform: translateX(-350px);
}
@media (min-width: 1600px){
  .lahfb-body .hamburger-menu-wrap.toggle-left{
    transform: translateX(-410px);
    -webkit-transform: translateX(-410px);
  }
}
@media (max-width: 600px){
  .lahfb-body .hamburger-menu-wrap.toggle-left{
    transform: translateX(-260px);
    -webkit-transform: translateX(-260px);
  }
}
.is-open.lahfb-body .hamburger-menu-wrap.hm-open.toggle-left{
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.hamburger-menu-wrap .hamburger-nav{
  margin-top: 30px;
}
.hamburger-menu-wrap .hamburger-nav li{
  margin: 0;
  list-style: none;
}
.hamburger-menu-wrap .hamburger-nav li > ul{
  display: none;
}
.hamburger-menu-wrap .hamburger-nav li a{
  position: relative;
  display: block;
}
.hamburger-menu-wrap .hamburger-nav li.current > a{
  color: var(--theme-primary-color);
}
.hamburger-menu-wrap .hamburger-nav li .sub-menu{
  margin-left: 25px;
}
.hamburger-menu-wrap .hamburger-nav li .sub-menu li a{
  padding: 8px 0;
}
.hamburger-menu-wrap .hamburger-nav > li > a{
  font-weight: 500;
  font-size: 18px;
  color: #BDBDBD;
  padding: 10px 0;
}
.hamburger-menu-wrap .hamburger-nav > li a .hamburger-nav-icon{
  position: absolute;
  right: 10px;
  font-size: 16px;
  width: 20px;
  text-align: center;
  top: 50%;
  margin-top: -8px;
}
.hamburger-menu-wrap.hm-dark{
  color: #fff;
  background-color: var(--theme-secondary-color);
}
.hamburger-toggle{
  position: relative;
  height: 100%;
  display: inline-block;
}
.hamburger-menu-content:not(.hm-dark) .socialfollow i{
  color: #242424;
}
.lahfb-hamburger-menu .hamburger-menu-search-content,
.hamburger-menu-content .hamburger-menu-search-content{
  position: relative;
}
.lahfb-hamburger-menu .hamburger-menu-search-icon,
.hamburger-menu-content .hamburger-menu-search-icon{
  position: absolute;
  right: 12px;
  top: calc(50% - 5px);
  color: #777;
}
.lahfb-hamburger-menu .hamburger-full-wrap .hamburger-menu-search-icon{
  display: none;
}
.lahfb-hamburger-menu .hamburger-search-field,
.hamburger-menu-content .hamburger-search-field{
  background: #e9e9e9;
  color: #777;
  padding-left: 12px;
  border: none;
  height: 50px;
  margin: 0 auto;
}
.lahfb-hamburger-menu .hamburger-search-field:focus,
.hamburger-menu-content .hamburger-search-field:focus{
  background: rgba(0, 0, 0, 0.05);
  box-shadow: none;
  border: none;
}
.lahfb-hamburger-menu .hamburger-search-field:hover,
.hamburger-menu-content .hamburger-search-field:hover{
  box-shadow: none;
}
.lahfb-hamburger-menu.hm-dark .hamburger-search-field,
.hamburger-menu-content .hamburger-search-field{
  background: rgba(0, 0, 0, 0.08);
}
.hamburger-menu-main .lahfb-hamburger-top,
.hamburger-full-wrap .lahfb-hamburger-top{
  flex-grow: 2;
  -webkit-flex-grow: 2;
}
.hamburger-elements{
  width: 100%;
}
.hamburger-copyright{
  bottom: 0;
  font-size: 10px;
}
.hamburger-menu-wrap .socialfollow-name{
  text-align: center;
}
.hamburger-menu-wrap span.menu-item-badge{
  display: inline-block;
  position: relative;
  margin-left: 9px;
}
.hamburger-menu-wrap span.menu-item-badge-text{
  text-align: center;
  display: inline-block;
  padding: 1px 8px 0;
  font-size: 10px;
  color: #fff;
  font-weight: normal;
}
.hamburger-menu-wrap span.menu-item-badge-border{
  width: 0;
  height: 0;
  border-top: 4px solid transparent !important;
  border-right: 5px solid;
  border-bottom: 4px solid transparent;
  margin: 0;
  top: 50%;
  left: -5px;
  transform: translateY(-3px);
  position: absolute;
}
.hamburger-menu-wrap li ul span.menu-item-badge-border{
  transform: translateY(-3.5px);
}
.la-header-social-icon i{
  vertical-align: middle;
  font-size: 24px;
}
.header-social-icons a,
.header-social-icons i{
  display: block;
}
.lahfb-social{
  position: relative;
}
.js-icon_menu_trigger,
.js-contact_trigger_dropdown,
.js-contact_trigger_modal,
.js-social_trigger_full,
.js-social_trigger_dropdown,
.js-social_trigger_slide{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-slide-toggle{
  display: none;
}
#header-social-modal,
#header-search-modal,
#header-share-modal{
  display: none;
}
#header-social-modal h3,
#header-share-modal h3{
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: 150px;
}
#header-social-modal .col-md-6,
#header-share-modal .col-md-6{
  position: relative;
  height: 150px;
}
#header-social-modal .socialfollow,
#header-share-modal .socialfollow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#header-social-modal .socialfollow a,
#header-share-modal .socialfollow a{
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
}
#header-social-modal .socialfollow a:hover,
#header-share-modal .socialfollow a:hover{
  background: #fff;
}
#header-social-modal .socialfollow a i,
#header-share-modal .socialfollow a i{
  color: #fff;
}
#header-social-modal .socialfollow a:hover i,
#header-share-modal .socialfollow a:hover i{
  color: #437df9;
}
.header-social-simple-wrap,
.header-share-simple-wrap{
  height: 100%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header-social-simple-wrap a,
.header-share-simple-wrap a{
  display: inline-block;
  padding: 8px;
}
.header-social-simple-wrap a i,
.header-share-simple-wrap a i{
  color: #444;
}
@media only screen and (min-width: 481px) and (max-width: 767px){
  .main-slide-toggle .col-md-6{
    padding: 0;
  }
  #header-social-modal h3,
  #header-share-modal h3{
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px){
  .main-slide-toggle{
    height: 140px;
  }
  .main-slide-toggle .col-md-6{
    width: 100%;
  }
  #header-social-modal h3,
  #header-share-modal h3{
    font-size: 26px;
    line-height: 70px;
  }
  #header-social-modal .col-md-6,
  #header-share-modal .col-md-6{
    height: 70px;
  }
  #header-social-modal .socialfollow,
  #header-share-modal .socialfollow{
    top: 5px;
    transform: inherit;
    right: inherit;
  }
}
@media only screen and (max-width: 320px){
  #header-social-modal .socialfollow a,
  #header-share-modal .socialfollow a{
    width: 30px;
    height: 30px;
    padding: 3px;
  }
  #header-social-modal .socialfollow a i,
  #header-share-modal .socialfollow a i{
    font-size: 14px;
  }
}
.lahfb-element .header-social-full-wrap{
  display: none;
}
.la-social-popup #lightcase-case{
  background-color: #11ccd3;
}
.la-social-popup #lightcase-case .lightcase-inlineWrap{
  padding: 0 !important;
}
.header-social-dropdown-wrap{
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100px;
  background: #fff;
}
#header-social-modal .header-social-content,
.header-social-content > .col-md-6,
#header-social-modal{
  height: 100%;
}
.lahfb-icon-wrap.hamburger-type-full{
  position: relative;
}
.hamburger-type-full .la-hamburger-wrap{
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.hamburger-type-full .la-hamburger-wrap{
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(24, 24, 24, 0.9);
  z-index: 3;
}
.admin-bar #lastudio-header-builder:not(.is-sticky) .hamburger-type-full .la-hamburger-wrap{
  top: 32px;
}
.dark-wrap .lahfb-icon-element.open-button{
  color: #fff;
}
.hamburger-type-full .la-hamburger-wrap.open-menu{
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}
.hm-dark.la-hamburger-wrap{
  background: rgba(38, 38, 38, 0.9);
  color: #fff;
}
.la-hamburger-wrap .sub-menu{
  margin: 0;
  display: none;
}
.hamburger-social-icons .socialfollow{
  float: none;
}
.hamburger-social-icons a{
  float: none;
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 8px;
  margin-right: 7px;
  text-align: center;
  text-decoration: none;
  transition: all 0.31s ease;
}
.la-hamburger-wrap .sub-menu{
  margin: 0;
  display: none;
}
.hamburger-type-full .hamburger-nav{
  margin: 0;
  max-height: 90%;
  position: relative;
}
.hamburger-type-full .hamburger-nav .fa-angle-up:before{
  content: "\f077";
}
.hamburger-type-full .hamburger-nav .fa-angle-down:before{
  content: "\f078";
}
.hamburger-type-full .hamburger-nav li:hover > a > .hamburger-nav-icon,
.hamburger-type-full .hamburger-nav .hamburger-nav-icon.active{
  opacity: 1;
  font-size: 14px;
}
.hamburger-type-full ul{
  list-style: none;
}
.hamburger-type-full .hamburger-main{
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
}
.hamburger-type-full .hamburger-main li{
  display: block;
  position: relative;
}
.hamburger-type-full .hamburger-main li a{
  color: #fff;
}
.hamburger-type-full .hamburger-main ul.hamburger-nav > li{
  padding-bottom: 40px;
}
.hamburger-type-full .lahfb-hamburger-top{
  padding: 0 300px;
  overflow: auto;
  max-height: 90%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1600px){
  .hamburger-type-full .lahfb-hamburger-top{
    padding: 0 50px;
  }
}
@media (max-width: 992px){
  .hamburger-type-full .lahfb-hamburger-top{
    padding: 0 20px;
  }
}
.hamburger-type-full .mm-lv-0 > ul{
  padding-top: 20px;
  padding-bottom: 20px;
}
.hamburger-type-full .mm-lv-0 li{
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.hamburger-type-full li li.mm-lv-1{
  padding-top: 6px;
  padding-bottom: 6px;
}
.hamburger-type-full .mm-lv-1 a{
  font-size: 14px;
  display: block;
}
.ltr .hamburger-type-full .mm-lv-1 a{
  padding-right: 50px;
}
.ltr .hamburger-type-full .mm-lv-1 a .hamburger-nav-icon{
  right: 0;
}
.ltr .hamburger-type-full .mm-lv-1 a .fa-angle-up:before{
  content: "\f106";
}
.rtl .hamburger-type-full .mm-lv-1 a{
  padding-left: 50px;
}
.rtl .hamburger-type-full .mm-lv-1 a .hamburger-nav-icon{
  left: 0;
}
.rtl .hamburger-type-full .mm-lv-1 a .fa-angle-up:before{
  content: "\f053";
}
.hamburger-type-full .mm-lv-1 a:only-child{
  padding: 0;
}
.hamburger-type-full .mm-lv-1 a .hamburger-nav-icon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.hamburger-type-full .mm-lv-1 ul{
  min-width: 180px;
  width: 100%;
  margin: 0;
  transition: margin 250ms ease-out;
  padding: 20px 0;
}
.ltr .hamburger-type-full .mm-lv-1 ul{
  left: 100%;
}
.rtl .hamburger-type-full .mm-lv-1 ul{
  right: 100%;
}
.hamburger-type-full .mm-lv-1.open > ul,
.hamburger-type-full .mm-lv-1 .open > ul{
  opacity: 1;
  visibility: inherit;
}
.hamburger-type-full .hamburger-nav-icon{
  z-index: 2;
  font-size: 18px;
  position: relative;
  vertical-align: middle;
  line-height: inherit;
  width: 50px;
  text-align: center;
  opacity: 0;
}
.hamburger-type-full .lahfb-hamburger-bottom{
  position: absolute;
  width: 250px;
  bottom: 80px;
  right: 100px;
}
.rtl .hamburger-type-full .lahfb-hamburger-bottom{
  left: 100px;
  right: auto;
}
.hamburger-type-full .hamburger-social-icons{
  margin-top: 40px;
}
.hamburger-type-full .hamburger-social-icons a{
  width: 32px;
  height: 32px;
  border: 1px solid #777;
  line-height: 32px;
  border-radius: 50%;
  font-size: 14px;
  padding: 0;
}
.hamburger-type-full .hamburger-social-icons a:hover{
  color: #fff;
}
.hamburger-type-full .hamburger-social-icons i{
  padding-bottom: 7px;
  transition: all .3s ease;
  font-size: 1.1em;
}
.hamburger-type-full .hamburger-logo-image-wrap{
  width: 70px;
  margin-bottom: 25px;
}
.hamburger-type-full .lahmb-text-content{
  font-size: 12px;
  line-height: 2;
  color: #ccc;
  margin-bottom: 15px;
}
.hamburger-type-full .lahmb-text-content ul li{
  vertical-align: middle;
  line-height: 1.8;
  display: inline-block;
}
.hamburger-type-full .lahmb-text-content ul li i{
  vertical-align: text-bottom;
  font-size: 24px;
  margin-right: 20px;
  height: 50px;
  float: left;
}
@media (min-width: 1300px){
  .hamburger-type-full .hamburger-main{
    width: 100%;
  }
  .hamburger-type-full .hamburger-main .hamburger-nav{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .hamburger-type-full .mm-lv-0 > ul{
    display: block;
  }
  .hamburger-type-full .mm-lv-0 > a{
    font-size: 32px;
  }
}
@media (min-width: 1500px){
  .hamburger-type-full .hamburger-main .hamburger-nav{
    max-width: 1330px;
  }
}
.la-hamburger-wrap li a{
  text-decoration: none;
}
.hm-dark.la-hamburger-wrap{
  color: #fff;
}
.hm-dark.la-hamburger-wrap .hamburger-full-wrap .hamburger-social-icons i{
  color: #fff;
}
.la-hamburger-wrap .hamburger-full-wrap .hamburger-social-icons i{
  color: var(--theme-secondary-color);
}
.la-hamburger-wrap .full-menu li > a{
  transition: all .3s ease;
  position: relative;
  display: inline-block;
}
.la-hamburger-wrap .full-menu > li > a span.menu-item-badge{
  position: absolute;
  display: inline-block;
  line-height: 21px;
  top: -12px;
  right: 6%;
}
.la-hamburger-wrap .full-menu a span.menu-item-badge-border{
  width: 0;
  height: 0;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  margin: 0 0 0 6px;
  display: block;
}
.la-hamburger-wrap .full-menu a span.menu-item-badge-text{
  color: #fff;
  padding: 0 6px;
  font-size: 10px;
  display: block;
}
.la-hamburger-wrap .full-menu .sub-menu span.menu-item-badge{
  position: relative;
  display: inline-block;
  line-height: 16px;
  top: -6px;
  margin-left: 8px;
}
.la-hamburger-wrap .full-menu .sub-menu span.menu-item-badge-border{
  width: 0;
  height: 0;
  border-top: 4px solid transparent !important;
  border-right: 5px solid;
  border-bottom: 4px solid transparent;
  margin: 0;
  top: 50%;
  left: -4px;
  transform: translateY(-4.5px);
  position: absolute;
}
@-webkit-keyframes la-fullmenu-animate{
  0%{
    -webkit-transform: translate3d(0, 90px, 0);
    opacity: 0;
  }
  70%{
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes la-fullmenu-animate{
  0%{
    transform: translate3d(0, 90px, 0);
    opacity: 0;
  }
  70%{
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.js-cart_aside_trigger{
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
}
.woo-no-product-in-cart{
  padding: 10px;
  text-align: center;
}
.lahfb-header-woo-cart-toggle{
  position: relative;
}
.lahfb-bp-notification{
  position: relative;
}
.lahfb-header-woo-cart-toggle .la-cart-modal-icon .header-cart-count-icon{
  position: absolute;
  top: 0;
  font-size: 10px;
  width: 16px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  color: #fff;
  text-align: center;
  right: 0;
  border-radius: 10px;
  background-color: var(--theme-primary-color);
}
#lastudio-header-builder .menu-item > span.narrow{
  display: none;
}
.lahfb-language .nice-select{
  margin: 0;
}
.lahfb-language .header-language-list{
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.lahfb-language .header-language-list ul{
  margin: 0;
}
.wpml-ls-legacy-dropdown-click a{
  display: initial;
  padding: 0;
}
.wpml-ls-statics-shortcode_actions, .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a{
  background-color: transparent !important;
  border-color: transparent;
  width: auto;
}
.wpml-ls-statics-shortcode_actions a{
  background-color: transparent;
  border: none;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after{
  font-family: 'themify';
  content: "\e64b";
  border: none;
  top: calc(50% - .370em);
  font-size: 12px;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu{
  border: 1px solid #ccc;
  position: relative;
  background: #fff;
  padding: 2px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a{
  padding: 10px;
  text-align: center;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu:before, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu:after{
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  top: -4px;
  content: '';
  right: 9px;
  margin-left: -9px;
  position: absolute;
  z-index: 999;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu:before{
  border-left: 6px solid rgba(101, 101, 101, 0);
  border-right: 6px solid rgba(93, 93, 93, 0);
  border-bottom: 6px solid;
  border-bottom-color: #ccc;
  top: -6px;
  margin-left: -9px;
  z-index: 99;
}
.la-polylang-switcher-inline li{
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.la-polylang-switcher-inline li a{
  color: var(--theme-secondary-color);
}
.la-polylang-switcher-dropdown select{
  width: auto;
  margin: 0;
}
#lastudio-header-builder .socialfollow a{
  margin-right: 0;
}
.lahfb-icon-menu-wrap{
  position: relative;
}
.lahfb-icon-menu-content{
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  box-shadow: 0 3px 14px -6px rgba(0, 0, 0, 0.1);
}
.lahfb-icon-menu-wrap .menu{
  margin: 0;
  list-style: none;
}
.lahfb-icon-menu-wrap .menu li{
  display: block;
  margin: 0;
}
.lahfb-icon-menu-wrap .menu li li > a{
  color: #666;
  display: block;
}
.lahfb-icon-menu-wrap .menu li li > a i{
  margin-right: 10px;
}
.lahfb-icon-menu-wrap .menu li li > a span.menu-item-badge-border{
  width: 0;
  height: 0;
  border-top: 4px solid transparent !important;
  border-right: 5px solid;
  border-bottom: 4px solid transparent;
  margin: 0;
  top: 50%;
  left: -5px;
  transform: translateY(-4px);
  position: absolute;
}
.lahfb-icon-menu-wrap .menu li li > a a span.menu-item-badge{
  position: relative;
  top: -2px;
}
.lahfb-profile-image-wrap{
  float: left;
  margin-right: 20px;
}
.lahfb-profile-content{
  float: left;
}
.lahfb-profile-socials-wrap{
  margin-top: 5px;
}
.lahfb-profile-name{
  padding-top: 28px;
  display: block;
  color: var(--theme-heading-font-color);
  font-size: 21px;
}
.lahfb-profile-socials-divider:before{
  content: '';
  display: inline-block;
  width: 50px;
  height: 2px;
  background: var(--theme-border-color);
  margin: 4px 0;
}
.lahfb-profile-socials-divider:after{
  content: '';
  display: inline-block;
  background: #ff6b43;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 2px 8px 2px 4px;
}
.lahfb-profile-socials-dropdown-arrow i{
  font-size: 10px;
}
.lahfb-profile-socials-text{
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  transition: all 0.2s ease;
}
.lahfb-profile-socials-text:hover, .lahfb-profile-socials-text:hover i{
  cursor: pointer;
  color: #ff6b43;
}
.lahfb-profile-socials-text i{
  font-size: 10px;
}
.lahfb-profile-socials-icons{
  display: block;
  border: 1px solid var(--theme-border-color);
  padding: 15px 17px;
  position: absolute;
  min-width: 125px;
  top: 28px;
  z-index: 9999999999;
}
.lahfb-profile-socials-icons.profile-socials-show{
  opacity: 1;
  visibility: visible;
}
.lahfb-profile-socials-icons.profile-socials-hide{
  opacity: 0;
  visibility: hidden;
}
.lahfb-profile-socials-icons a{
  color: #444;
  font-size: 11px;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.lahfb-profile-socials-icons a:hover{
  color: #ff6b43;
}
.lahfb-spinner-wrap{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.9;
  z-index: 999;
}
body > .lahfb-spinner-wrap{
  z-index: 99999999;
  opacity: 1;
}
.lahfb-spinner{
  width: 40px;
  height: 40px;
  position: relative;
  margin: 200px auto 0;
}
#lastudio-header-builder .lahfb-spinner{
  margin-top: 24px;
}
.lahfb-spinner .double-bounce1,
.lahfb-spinner .double-bounce2{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #008aff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.lahfb-spinner .double-bounce2{
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce{
  0%,
  100%{
    -webkit-transform: scale(0);
  }
  50%{
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce{
  0%,
  100%{
    transform: scale(0);
  }
  50%{
    transform: scale(1);
  }
}
#wpcontent.mtrl_nopagetitle{
  padding-top: 9px;
}
#wpcontent.mtrl_nopagetitle{
  padding-top: 9px;
}
.lahfb-frontend-builder-wrap .menu li{
  max-width: inherit;
}
.lahfb-login .icon-right i,
.lahfb-login .icon-right .la-header-avatar{
  float: right;
  display: inline-block;
}
#lahfb-vertical-cf-scroll{
  display: none !important;
}
.lahfb-nav-wrap.has-megamenu .mega.mm-lv-0:before{
  display: none !important;
}
.lahfb-nav-wrap.has-megamenu li.menu-item li.mm-lv-1 a{
  color: #D0D0D0;
  font-size: 12px;
  font-weight: 300;
}
.mm-popup-wide > .sub-menu{
  box-shadow: none !important;
  background: none !important;
}
.mm-popup-wide > .sub-menu > .mm-mega-li{
  margin-left: auto !important;
  margin-right: auto !important;
}
.mm-popup-wide > .sub-menu .mm-mega-ul{
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.mm-popup-wide > .sub-menu .mm-mega-ul > li > ul{
  display: block !important;
  box-shadow: none !important;
}
.enable-header-sticky #lastudio-header-builder .lahfbhinner{
  width: 100%;
}
.enable-header-sticky:not(.header-sticky-type-auto) .is-sticky .lahfbhinner{
  visibility: visible;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.body-loaded .is-sticky .lahfbhinner{
  position: fixed;
  top: 0;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  will-change: transform, background;
}
.body-loaded .is-sticky .lahfbhinner.sticky--pinned{
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transition: transform 0.5s, background .25s, visibility 0.25s, opacity 0.25s;
  -o-transition: transform 0.5s, background .25s, visibility 0.25s, opacity 0.25s;
  -webkit-transition: transform 0.5s, background .25s, visibility 0.25s, opacity 0.25s;
  transition: transform 0.5s, background .25s, visibility 0.25s, opacity 0.25s;
}
.body-loaded .is-sticky .lahfbhinner.sticky--unpinned{
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  visibility: hidden;
  -moz-transition: transform 0.5s, background .25s, visibility 0.25s, opacity 0.25s;
  -o-transition: transform 0.5s, background .25s, visibility 0.25s, opacity 0.25s;
  -webkit-transition: transform 0.5s, background .25s, visibility 0.25s, opacity 0.25s;
  transition: transform 0.5s, background .25s, visibility 0.25s, opacity 0.25s;
}
.lahfb-wrap-sticky-height{
  display: none;
}
.body-loaded .lahfbhouter{
  position: relative;
}
.body-loaded .lahfbhouter .lahfbhinner{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.body-loaded .is-sticky .lahfbhouter .lahfbhinner{
  position: fixed;
}
.body-loaded .lahfb-wrap-sticky-height{
  display: block;
}
.header-search-full-wrap{
  display: none;
}
.lahfb-element .modal-contact{
  display: none;
}
.lahfb-content-wrap:not(.lahfb-area__auto){
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lahfb-content-wrap:not(.lahfb-area__auto) .lahfb-col:empty{
  display: -webkit-flex;
  display: flex;
}
.lahfb-area__4-4-4 .lahfb-col{
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.lahfb-area__3-6-3 .lahfb-col__right,
.lahfb-area__3-6-3 .lahfb-col__left{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.lahfb-area__3-6-3 .lahfb-col__center{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.lahfb-area__2-8-2 .lahfb-col__right,
.lahfb-area__2-8-2 .lahfb-col__left{
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.lahfb-area__2-8-2 .lahfb-col__center{
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.lahfb-area__5-2-5 .lahfb-col__right,
.lahfb-area__5-2-5 .lahfb-col__left{
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.lahfb-area__5-2-5 .lahfb-col__center{
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.lahfb-area__1-10-1 .lahfb-col__right,
.lahfb-area__1-10-1 .lahfb-col__left{
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.lahfb-area__1-10-1 .lahfb-col__center{
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.lahfb-area__2-6-2 .lahfb-col__right,
.lahfb-area__2-6-2 .lahfb-col__left{
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.lahfb-area__2-6-2 .lahfb-col__center{
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.lahfb-area__25-5-25 .lahfb-col__right,
.lahfb-area__25-5-25 .lahfb-col__left{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.lahfb-area__25-5-25 .lahfb-col__center{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.lahfb-area__3-4-3 .lahfb-col__right,
.lahfb-area__3-4-3 .lahfb-col__left{
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.lahfb-area__3-4-3 .lahfb-col__center{
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.lahfb-area__35-3-35 .lahfb-col__right,
.lahfb-area__35-3-35 .lahfb-col__left{
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}
.lahfb-area__35-3-35 .lahfb-col__center{
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.lahfb-area__4-2-4 .lahfb-col__right,
.lahfb-area__4-2-4 .lahfb-col__left{
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.lahfb-area__4-2-4 .lahfb-col__center{
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.lahfb-area__45-1-45 .lahfb-col__right,
.lahfb-area__45-1-45 .lahfb-col__left{
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}
.lahfb-area__45-1-45 .lahfb-col__center{
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
.lahfb-area__1-8-1 .lahfb-col__right,
.lahfb-area__1-8-1 .lahfb-col__left{
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
.lahfb-area__1-8-1 .lahfb-col__center{
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
.has-megamenu li.menu-item.mm-item-hide > a{
  display: none;
}
@media (max-width: 1200px){
  .hamburger-type-full .lahfb-hamburger-bottom{
    left: 30px;
    right: auto;
  }
}
@media (max-width: 768px){
  .hamburger-type-full .lahfb-hamburger-bottom{
    display: none;
  }
  .hamburger-type-full .mm-lv-1 ul{
    position: static;
    opacity: 1;
    visibility: visible;
    display: none !important;
  }
  .hamburger-type-full .mm-lv-1.open > ul,
  .hamburger-type-full .mm-lv-1 .open > ul{
    display: block !important;
  }
}
.lahfb-icon-wrap .lahfb-icon-element.hamburger-op-icon{
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.hamburger-type-full .hamburger-nav-icon:after{
  content: '';
  position: absolute;
  height: 100%;
  width: 200px;
  right: 0;
}
.no-touchevents .hamburger-type-full .hamburger-nav li li:hover > ul{
  opacity: 1;
  visibility: visible;
}
.btn-close-hamburger-menu-full{
  position: fixed;
  top: 20%;
  right: 10%;
  font-size: 40px;
  color: #fff;
}
.lastudio-parallax-section__scroll-layout .lastudio-parallax-section__image{
  position: absolute;
  left: 0;
  top: -10%;
  height: 120%;
}
@media (max-width: 1600px) and (min-width: 1200px){
  .ltr .hamburger-type-full .lahfb-hamburger-bottom{
    right: 50px;
  }
  .rtl .hamburger-type-full .lahfb-hamburger-bottom{
    left: 50px;
  }
}
#lastudio-header-builder.lahfb-wrap .lahfb-vertical{
  min-height: 100%;
}
.header-type-vertical .lahfb-spinner-wrap{
  position: fixed;
}
.lahfb-element .modal-login{
  display: none;
}
.btn-close-search > i:before,
.hm-open .btn-close-hamburger-menu > i:before{
  font-family: 'dliconoutline';
  content: "\ed2b";
}
/* Modal Login */
.lahfb-modal-login #user-login{
  padding: 22px 15px 15px;
}
.lahfb-modal-login #user-login .login-links{
  list-style: none;
  margin: 10px 0;
}
.lahfb-modal-login #user-login .login-links li{
  display: inline;
  margin-right: 15px;
  font-size: 13px;
  font-weight: 400;
}
.lahfb-modal-login #user-login .login-links li:last-child:after{
  display: none;
}
.lahfb-modal-login #user-login .login-links li a:hover{
  text-decoration: underline;
}
.lahfb-modal-login #user-logged{
  padding: 30px 10px;
  text-align: center;
}
.lahfb-modal-login #user-logged .author-avatar{
  display: block;
}
.lahfb-modal-login #user-logged .author-avatar img{
  border-radius: 50%;
  border: 3px solid #dc0109;
}
.lahfb-modal-login #user-logged .user-welcome{
  font-size: 22px;
  font-weight: 300;
  padding: 10px;
  margin: 20px 0;
  color: #444;
}
.lahfb-modal-login #user-logged .user-welcome strong{
  font-weight: 600;
}
.lahfb-modal-login #user-logged .logged-links{
  list-style: none;
  background-color: #f7f7f7;
  padding: 5px 10px;
  margin: 0 auto;
  display: table;
  width: 100%;
}
.lahfb-modal-login #user-logged .logged-links li{
  display: table-cell;
  padding: 8px;
  vertical-align: middle;
}
.lahfb-modal-login #user-logged .logged-links a:hover{
  text-decoration: underline;
}
.lahfb-wrap .la-social-login{
  padding: 39px 43px 0;
}
.lahfb-wrap .la-social-login .the_champ_login_ul li i{
  width: 56px;
  height: 56px;
}
.lahfb-wrap .la-social-login .the_champ_login_ul li i .theChampLoginSvg{
  width: 33px;
  height: 38px;
}
.lahfb-wrap .la-social-login .la-or-divider span{
  background: var(--theme-border-color);
}
.lahfb-modal-login p.login-remember.form-row{
  margin-bottom: 0;
}
h3#user-login-title{
  margin: 0;
  padding: 20px 15px 0;
}
.lahfb-modal-login.la-element-dropdown #user-logged .user-welcome{
  font-size: 18px;
  color: var(--theme-heading-font-color);
  padding: 0;
  margin: 20px 0 10px;
}
.lahfb-modal-login.lahfb-modal-login #user-logged{
  padding: 0;
}
.lahfb-modal-login.la-element-dropdown #user-logged .logged-links{
  background: transparent;
  display: block;
}
.lahfb-modal-login.la-element-dropdown #user-logged .logged-links li{
  display: block;
}
.la-element-dropdown.lahfb-modal-login #user-login{
  padding: 0;
}
@media (max-width: 800px){
  .lahfb-modal-login #user-logged .logged-links li,
  .lahfb-modal-login #user-logged .logged-links{
    display: block;
  }
}
.lahfb-mobiles-view .search-mobile{
  padding: 20px;
  background-color: #F9F9F9 !important;
  position: relative;
  z-index: 1;
}
.lahfb-mobiles-view .search-mobile input.search-field{
  background: #fff !important;
  font-size: 11px !important;
}
/*
 *  Header
 */
.lahfb-wrap .lahfb-nav-wrap #nav > li.current > a{
  color: var(--theme-primary-color);
}
.lahfb-nav-wrap.has-parent-arrow > ul > li.mega > a:before{
  -webkit-transform: none;
  transform: none;
  top: auto;
}
#nav a span.menu-item-badge{
  bottom: calc(60% - 1px);
}
.lahfb-nav-wrap #nav > li.menu-item > a:hover{
  color: var(--theme-primary-color);
}
.lahfb-nav-wrap #nav > li.menu-item > a:hover:before{
  opacity: 1;
}
.lahfb-nav-wrap #nav > li.menu-item > a:before{
  width: 20px;
  height: 2px;
  left: 50%;
  margin-left: -10px;
  top: calc(50% + 1em);
  position: absolute;
  content: "";
  opacity: 0;
}
.lahfb-nav-wrap #nav > li.menu-item.current > a:before{
  opacity: 1;
}
.lahfb-nav-wrap #nav ul li.menu-item a{
  padding: 8px 0;
  text-transform: none;
}
.lahfb-nav-wrap #nav > li:not(.mega) ul{
  padding: 30px 35px;
}
.lahfb-nav-wrap #nav li.mega ul.sub-menu ul.mm-mega-ul{
  padding: 30px 65px;
}
.lahfb-nav-wrap #nav > li:not(.mega) ul,
.lahfb-nav-wrap #nav li.mega ul.sub-menu ul.mm-mega-ul{
  background-color: #fff;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
  min-width: 270px;
}
.lahfb-nav-wrap #nav li.mega ul.sub-menu ul.mm-mega-ul > li > a{
  font-size: 18px;
  letter-spacing: -1px;
  position: relative;
  margin-bottom: 20px;
}
.lahfb-nav-wrap #nav li.mega ul.sub-menu ul.mm-mega-ul > li > a:before{
  width: 36px;
  height: 2px;
  left: 0;
  bottom: -8px;
  position: absolute;
  content: "";
}
.lahfb-nav-wrap #nav .mega ul.sub-menu li:hover{
  background-color: transparent;
}
.lahfb-nav-wrap #nav ul li.menu-item a:hover{
  text-decoration: underline;
}
.la-header-woo-cart .woocommerce-mini-cart__empty-message{
  padding: 30px;
}
#lastudio-header-builder span.woocommerce-Price-amount.amount{
  color: var(--theme-secondary-color);
}
#lastudio-header-builder .mm-menu-custom-block > a{
  display: none;
}
#lastudio-header-builder .lahfb-text i{
  margin-right: 8px;
}
.lahfb-header-woo-cart-toggle .la-cart-modal-icon .header-cart-count-icon{
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: -1.2em;
  left: 50%;
  line-height: 20px;
}
.enable-header-transparency #lastudio-header-builder{
  position: absolute;
  background-color: transparent;
}
.hidden-text-menu .mm-item-onlyicon > a.sf-with-ul.hcolorf{
  font-size: 0 !important;
}
.menu-not-primary.lahfb-nav-wrap #nav > li.menu-item > a:before{
  display: none;
}
.menu-sub-right.lahfb-nav-wrap #nav > li:not(.mega) ul,
.menu-sub-right.lahfb-nav-wrap #nav li.mega ul.sub-menu ul.mm-mega-ul{
  right: 0;
}
.lahfb-sticky-view.is-visible,
.lahfb-sticky-view.lahfb-sticky-fixed{
  box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.2);
}
.menu-vertical.lahfb-nav-wrap #nav > li.menu-item:before{
  display: none;
}
.menu-vertical.lahfb-nav-wrap #nav > li.menu-item > a{
  text-transform: uppercase;
}
.menu-vertical.lahfb-nav-wrap #nav > li.menu-item > a > i{
  font-size: 26px;
  margin-top: 0;
  margin-right: 20px;
}
.lahfb-header-simple{
  max-width: 680px;
  width: 100%;
}
.lahfb-header-simple .search-form .search-button{
  width: 60px;
  height: 100%;
  color: #fff;
  right: 0;
  font-size: 20px;
}
.lahfb-header-simple .search-form .search-button:hover{
  color: #fff;
}
.header-search-simple-wrap{
  width: 100%;
}
/*
 *  Header Vertical
 */
@media (min-width: 992px){
  #page.lahfb-header-vertical-no-toggle{
    padding-left: 300px;
  }
  #page.lahfb-header-vertical-no-toggle .lahfb-vertical{
    min-width: 300px;
  }
}
@media (min-width: 1600px){
  #page.lahfb-header-vertical-no-toggle{
    padding-left: 400px;
  }
  #page.lahfb-header-vertical-no-toggle .lahfb-vertical{
    min-width: 400px;
  }
}
.lahfb-vertical{
  padding-top: 80px;
  padding-bottom: 80px;
}
.lahfb-wrap .lahfb-vertical,
.lahfb-vertical-contact-form-wrap{
  border: none;
}
.vertical-menu-top .lahfb-search,
.vertical-menu-top .lahfb-hamburger-menu,
.vertical-menu-top .lahfb-cart{
  display: inline-block;
  vertical-align: text-top;
  margin: 0 5px;
}
.vertical-menu-top .lahfb-search,
.vertical-menu-top .lahfb-cart{
  margin-top: -4px;
}
.vertical-menu-top .lahfb-logo{
  margin-bottom: 20px;
}
.vertical-menu-top .lahfb-col{
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.vertical-menu-top .lahfb-wrap .lahfb-nav-wrap #nav > li.current > a{
  color: #fff;
}
.vertical-menu-top .lahfb-nav-wrap #nav > li.menu-item > a:before{
  bottom: calc(15% - 1px);
  background-color: #fff;
}
.vertical-menu-top .lahfb-header-woo-cart-toggle .la-cart-modal-icon .header-cart-count-icon{
  top: -5px;
}
.vertical-menu-top #nav a span.menu-item-badge,
.vertical-menu-top .lahfb-nav-wrap #nav li.menu-item a > i{
  display: none;
}
.lahfb-area.header-area-padding{
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1824px){
  .lahfb-area.header-area-padding{
    padding-left: 80px;
    padding-right: 80px;
  }
}
/*
 *   Header V1
 */
.header-v1 .lahfb-nav-wrap .menu > li.current > a{
  color: var(--theme-secondary-color) !important;
}
.header-v1 .lahfb-nav-wrap .menu > li:hover > a{
  color: var(--theme-secondary-color);
}
.header-v5 .lahfb-nav-wrap .menu > li.menu-item > a:after,
.header-v4 .lahfb-nav-wrap .menu > li.menu-item > a:after{
  display: none;
}
.header-v4 .lahfb-nav-wrap .menu > li.menu-item > a:before{
  right: 10px;
}
.header-v4 .lahfb-nav-wrap .menu > li:hover > a{
  background-color: #424242;
}
@media (min-width: 1199px){
  .header-v2.lahfb-content-middle{
    background-color: rgba(0, 0, 0, 0.1);
  }
  .header-v2.lahfb-content-middle:not(.lahfb-topbar-area) .lahfb-nav-wrap .menu > li.menu-item > a{
    color: #fff !important;
  }
  .header-v2.lahfb-content-middle:not(.lahfb-topbar-area) .lahfb-nav-wrap .menu > li.menu-item > a:hover{
    color: var(--theme-primary-color);
  }
}
.header-v2.lahfb-topbar-area .lahfb-nav-wrap .menu > li.menu-item > a,
.header-v4.lahfb-topbar-area .lahfb-nav-wrap .menu > li.menu-item > a{
  padding-left: 0;
  text-transform: uppercase;
}
.header-v2 .lahfb-element .search-button i,
.header-v4 .lahfb-element .search-button i{
  color: #fff;
}
.header-v6 .lahfb-nav-wrap .menu > li.menu-item > a{
  font-weight: 700;
  margin-left: 1px;
  margin-right: 1px;
}
.header-v6 .lahfb-nav-wrap .menu > li.menu-item > a:hover{
  color: #fff !important;
}
.header-v6 .lahfb-nav-wrap .menu > li.menu-item > a:hover:after{
  width: 100% !important;
}
.header-v6 .lahfb-nav-wrap .menu > li.menu-item > a:before{
  display: none;
}
.header-v6 .lahfb-nav-wrap .menu > li.menu-item > a:after{
  top: 0;
  height: 3em;
  width: 50%;
  z-index: -1;
}
.header-v6 .lahfb-nav-wrap .menu > li.menu-item.current > a{
  color: #fff !important;
}
.header-v6 .lahfb-nav-wrap .menu > li.menu-item.current > a:after{
  width: 100% !important;
}
.header-v6 .lahfb-nav-wrap.has-parent-arrow > ul > li.menu-item-has-children > a:before{
  right: 15px;
}
#lastudio-header-builder .header-v5 .lahfb-search .header-search-simple-wrap .search-field{
  padding: 0 0 10px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
}
#lastudio-header-builder .header-v5 .lahfb-search .header-search-simple-wrap .search-form .search-button{
  background-color: transparent;
  text-align: right;
  font-size: 18px;
}
.header-toggle-02 .hamburger-op-icon:hover{
  border: 2px solid transparent;
}
/*--------------------------------------------------------------
	6. MegaMenu
---------------------------------------------------------------*/
.menu .mm-icon{
  padding-right: 5px;
  width: 18px;
}
.menu .tip{
  color: #fff;
  font-size: 8px;
  line-height: 1;
  padding: 2px 4px;
  position: absolute;
  font-weight: normal;
  bottom: calc(100% + 5px);
  right: 15px;
}
.menu .tip .tip-arrow:before{
  content: "";
  border-top: 4px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 100%;
}
.dl-menu .tip{
  right: auto;
  bottom: auto;
  top: 0;
}
.accordion-menu{
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.accordion-menu .tip{
  bottom: auto;
  right: auto;
  top: -5px;
}
.accordion-menu ul{
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.accordion-menu li{
  position: relative;
}
.accordion-menu li > ul{
  display: none;
  margin-left: 25px;
}
.accordion-menu li.open > .narrow i:before{
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.accordion-menu li > .narrow{
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
.accordion-menu li > .narrow i{
  width: 9px;
  display: block;
  margin-top: 25px;
  border-bottom: 1px solid;
  position: relative;
}
.accordion-menu li > .narrow i:before{
  width: 100%;
  content: "";
  border-bottom: 1px solid;
  display: block;
  position: absolute;
  top: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.mega-menu.default-menu > li > ul{
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
  text-align: left;
  top: 100%;
  margin-top: 20px;
  z-index: 111;
  visibility: hidden;
  left: 0;
  -webkit-transition: margin .1s linear .3s, visibility .1s linear .3s, opacity .1s linear .3s;
  transition: margin .1s linear .3s, visibility .1s linear .3s, opacity .1s linear .3s;
  opacity: 0;
  padding: 10px 0;
}
.mega-menu.default-menu > li:hover > ul{
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.mega-menu.default-menu > li > ul a{
  padding: 5px 15px;
}
.menu--vertical-right .mega-menu.default-menu > li > ul{
  right: 100%;
  left: auto;
  top: 0;
}
.lahfb-nav-wrap.has-megamenu #nav > li:hover > ul.sub-menu{
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.lahfb-nav-wrap.has-megamenu #nav > li > ul.sub-menu{
  margin-top: 20px;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: margin .1s linear .3s, visibility .1s linear .3s, opacity .1s linear .3s;
  -moz-transition: margin .1s linear .3s, visibility .1s linear .3s, opacity .1s linear .3s;
  transition: margin .1s linear .3s, visibility .1s linear .3s, opacity .1s linear .3s;
}
/*--------------------------------------------------------------
	7. Main
---------------------------------------------------------------*/
.section-page-header{
  position: relative;
  min-height: 0 !important;
}
.page-title-v1 .section-page-header{
  text-align: center;
}
.page-title-v11 .section-page-header{
  text-align: center;
}
.page-title-v2 .section-page-header{
  text-align: left;
}
.page-title-v3 .section-page-header{
  text-align: right;
}
.section-page-header .page-title{
  margin: 0;
}
.section-page-header:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-title-v1 header + .la-breadcrumbs{
  margin-top: 10px;
}
.page-title-v1 .use-custom-text .page-title:after{
  display: block;
  content: "";
  width: 55px;
  border-bottom: 3px solid;
  border-bottom-color: inherit;
  margin: 25px auto;
}
.page-title-v1 .use-custom-text .use-custom-text{
  font-size: 15px;
}
.page-title-v4 .section-page-header,
.page-title-v5 .section-page-header{
  overflow: hidden;
}
.page-title-v4 .section-page-header .col-xs-12,
.page-title-v5 .section-page-header .col-xs-12{
  display: table;
  position: relative;
}
.page-title-v4 .section-page-header .col-xs-12:before,
.page-title-v5 .section-page-header .col-xs-12:before{
  content: "";
  position: absolute;
  left: -200%;
  width: 500%;
  height: 100%;
}
.page-title-v4 .section-page-header header,
.page-title-v4 .section-page-header .la-breadcrumbs,
.page-title-v5 .section-page-header header,
.page-title-v5 .section-page-header .la-breadcrumbs{
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.page-title-v4 .section-page-header .la-breadcrumbs{
  text-align: right;
}
.page-title-v5 .section-page-header header{
  text-align: right;
}
.page-header-inner{
  padding: 40px 0;
}
.la-breadcrumbs .la-breadcrumb-item{
  display: inline-block;
}
.la-breadcrumbs .la-breadcrumb-item-sep{
  margin: 0 5px;
  font-size: 0.875em;
}
.la-breadcrumbs .la-breadcrumb-item-sep i{
  font-size: 5px;
  vertical-align: middle;
}
#page.site{
  min-height: 300px;
  position: relative;
}
.site-main{
  min-height: 200px;
  padding-bottom: 40px;
  padding-top: 40px;
}
.elementor-page .site-main{
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1300px){
  .body-col-2cr-l.enable-main-fullwidth #site-content,
  .body-col-2cr.enable-main-fullwidth #site-content,
  .body-col-2cl-l.enable-main-fullwidth #site-content,
  .body-col-2cl.enable-main-fullwidth #site-content{
    width: 100%;
    max-width: calc(100% - 330px);
  }
}
.body-col-2cr-l.enable-main-fullwidth #sidebar_primary,
.body-col-2cr.enable-main-fullwidth #sidebar_primary,
.body-col-2cl-l.enable-main-fullwidth #sidebar_primary,
.body-col-2cl.enable-main-fullwidth #sidebar_primary{
  max-width: 330px;
}
.rtl.body-col-2cr-l #site-content,
.rtl.body-col-2cr #site-content{
  float: right;
}
.rtl.body-col-2cl-l #site-content,
.rtl.body-col-2cl #site-content{
  float: left;
}
@media (min-width: 1600px){
  .rtl.body-col-2cr-l.enable-main-fullwidth #site-content,
  .rtl.body-col-2cr.enable-main-fullwidth #site-content,
  .ltr.body-col-2cl-l.enable-main-fullwidth #site-content,
  .ltr.body-col-2cl.enable-main-fullwidth #site-content{
    padding-left: 50px;
  }
  .rtl.body-col-2cl-l.enable-main-fullwidth #site-content,
  .rtl.body-col-2cl.enable-main-fullwidth #site-content,
  .ltr.body-col-2cr-l.enable-main-fullwidth #site-content,
  .ltr.body-col-2cr.enable-main-fullwidth #site-content{
    padding-right: 50px;
  }
}
.body-col-2cl-l #site-content,
.body-col-2cl #site-content{
  float: right;
}
@media (min-width: 1600px){
  .body-col-2cl-l:not(.woocommerce-page) #site-content,
  .body-col-2cl:not(.woocommerce-page) #site-content{
    padding-left: 45px;
  }
}
.enable-main-fullwidth .section-page-header .container,
.enable-main-fullwidth .wc-toolbar-container .container,
.enable-main-fullwidth .site-main .container{
  width: 100%;
}
@media (min-width: 1400px){
  .enable-main-fullwidth .section-page-header .container,
  .enable-main-fullwidth .wc-toolbar-container .container,
  .enable-main-fullwidth .site-main .container{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1500px){
  .enable-main-fullwidth .section-page-header .container,
  .enable-main-fullwidth .wc-toolbar-container .container,
  .enable-main-fullwidth .site-main .container{
    padding-left: 80px;
    padding-right: 80px;
  }
}
.sidebar-inner .widget{
  margin-bottom: 4em;
}
.sidebar-inner .widget .widget-title{
  margin: 0 0 25px;
  font-weight: 600;
  font-size: 24px;
}
.sidebar-inner .widget select{
  height: 50px;
  width: 100%;
  padding: 10px 30px;
}
.sidebar-inner .widget.widget-border{
  margin-bottom: 20px;
}
.sidebar-inner .widget.widget-border-bottom{
  margin-bottom: 40px;
}
.sidebar-inner ul.menu li{
  padding: 10px 0;
  margin-bottom: 10px;
}
.sidebar-inner ul.menu li ul{
  padding-left: 0;
  padding-top: 15px;
}
.sidebar-inner ul.menu li ul li:last-child{
  margin-bottom: 0;
}
.sidebar-inner ul.menu li .narrow{
  top: 7px;
  height: 30px;
  line-height: 30px;
}
.sidebar-inner ul.menu li .narrow i{
  margin-top: 13px;
}
.sidebar-inner ul.menu li.current-menu-item > a, .sidebar-inner ul.menu li.current-menu-ancestor > a, .sidebar-inner ul.menu li.current-cat > a, .sidebar-inner ul.menu li.current-cat-parent > a, .sidebar-inner ul.menu li.open > a, .sidebar-inner ul.menu li:hover > a{
  text-decoration: underline;
}
.sidebar-inner .TweetAuthor-name,
.sidebar-inner .TweetAuthor-avatar{
  display: none;
}
.sidebar-inner .widget_tag_cloud .tagcloud a{
  font-size: inherit !important;
}
.sidebar-inner .widget_tag_cloud .tagcloud a:hover{
  text-decoration: none;
}
.sidebar-inner .dokan-category-menu{
  border: none;
}
.sidebar-inner .dokan-category-menu .widget-title{
  background: none;
  padding: 0;
  border: none;
}
.sidebar-inner .dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap{
  background: none;
  padding: 5px 0;
  margin-bottom: 10px;
}
.sidebar-inner .dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap a{
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: normal !important;
}
.sidebar-inner .dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap a:hover{
  text-decoration: underline;
}
.sidebar-inner .woocommerce ul.menu li{
  padding: 8px 0;
  margin-bottom: 10px;
}
.la-advanced-product-filters .sidebar-inner .widget .widget-title{
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 1199px){
  .sidebar-inner ul.menu li{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px){
  #sidebar_primary{
    margin-top: 30px;
  }
  .body-col-2cl.enable-main-fullwidth #sidebar_primary{
    max-width: 100%;
  }
  .sidebar-inner .widget{
    margin-bottom: 30px;
  }
  .sidebar-inner .widget .widget-title{
    margin-bottom: 15px;
  }
}
/*--------------------------------------------------------------
	8 Footer
---------------------------------------------------------------*/
.enable-footer-fullwidth:not(.la-enable-fullpage) .site-footer .container{
  width: 100%;
}
@media (min-width: 1300px){
  .enable-footer-fullwidth:not(.la-enable-fullpage) .site-footer .container{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1500px){
  .enable-footer-fullwidth:not(.la-enable-fullpage) .site-footer .container{
    padding-left: 80px;
    padding-right: 80px;
  }
}
.site-footer{
  font-size: 14px;
  line-height: 1.84;
}
.site-footer p{
  margin-bottom: 1em;
}
.site-footer p:last-child{
  margin-bottom: 0;
}
.site-footer .widget{
  margin-bottom: 2em;
}
.site-footer .widget .widget-title{
  margin: 0 0 1.5em;
  font-size: 16px;
  font-weight: bold;
}
.site-footer ul li{
  margin-bottom: 1em;
}
.site-footer ul li ul{
  display: none;
}
.site-footer .menu-half-col .menu li{
  width: 49%;
  display: inline-block;
}
.site-footer .menu-inline-item .menu li{
  display: inline-block;
  margin: 10px 15px;
}
.footer-bottom{
  line-height: 2;
}
.footer-bottom .footer-bottom-inner{
  padding: 10px 0;
}
.footer-bottom .menu{
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-bottom .menu li{
  display: inline-block;
  margin: 0 20px 0 0;
}
.footer-top-area{
  padding-top: 40px;
  border-top: 1px solid #C5C5C5;
}
.footer-handheld-footer-bar{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  z-index: 9999;
  transition: all .3s ease;
}
.footer-handheld-footer-bar .footer-handheld__inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--theme-secondary-color);
}
.footer-handheld-footer-bar .footer-handheld__inner .handheld_component{
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 8px 0;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-handheld-footer-bar .footer-handheld__inner .handheld_component .component-target{
  margin: 0 auto;
  text-align: center;
}
.footer-handheld-footer-bar .footer-handheld__inner .la_com_action--dropdownmenu{
  position: static;
}
.footer-handheld-footer-bar .footer-handheld__inner .la_com_action--dropdownmenu .menu{
  background-color: var(--theme-secondary-color);
  width: 100%;
  bottom: 100%;
  top: auto;
  opacity: 0;
  visibility: hidden;
}
.footer-handheld-footer-bar .footer-handheld__inner .la_com_action--dropdownmenu.active .menu{
  opacity: 1;
  visibility: visible;
}
.footer-handheld-footer-bar.sticky--unpinned{
  bottom: -60px;
}
body:not(.rtl) .footer-handheld-footer-bar .footer-handheld__inner .handheld_component:first-child{
  border-left: 0;
}
.rtl .footer-handheld-footer-bar .footer-handheld__inner .handheld_component:last-child{
  border-left: 0;
}
.la-footer-5col32223 .footer-column-2,
.la-footer-5col32223 .footer-column-3,
.la-footer-5col32223 .footer-column-4{
  width: 180px;
}
.la-footer-5col32223 .footer-column-1,
.la-footer-5col32223 .footer-column-5{
  width: calc((100% - (180px * 3)) / 2);
}
.la-footer-5col32223 .footer-column-1 .footer-column-inner,
.la-footer-5col32223 .footer-column-5 .footer-column-inner{
  width: 275px;
  max-width: 100%;
}
.la-footer-5col32223 .footer-column-5 .footer-column-inner{
  float: right;
}
.isLaWebRoot .la-footer-5col32223 .footer-column-5 .footer-column-inner{
  width: 190px;
}
.la-footer-6col322223 .footer-column-2,
.la-footer-6col322223 .footer-column-3,
.la-footer-6col322223 .footer-column-4,
.la-footer-6col322223 .footer-column-5{
  width: 220px;
}
.la-footer-6col322223 .footer-column-1,
.la-footer-6col322223 .footer-column-6{
  width: calc((100% - (220px * 4)) / 2);
}
.la-footer-6col322223 .footer-column-1 .footer-column-inner,
.la-footer-6col322223 .footer-column-6 .footer-column-inner{
  width: 400px;
  max-width: 100%;
}
.la-footer-6col322223 .footer-column-6 .footer-column-inner{
  float: right;
}
@media (max-width: 1200px){
  .la-footer-6col322223 .footer-column-2,
  .la-footer-6col322223 .footer-column-3,
  .la-footer-6col322223 .footer-column-4,
  .la-footer-6col322223 .footer-column-5{
    width: 160px;
  }
  .la-footer-6col322223 .footer-column-1,
  .la-footer-6col322223 .footer-column-6{
    width: calc((100% - (160px * 4)) / 2);
  }
}
@media (max-width: 992px){
  .la-footer-6col322223 .footer-column-2,
  .la-footer-6col322223 .footer-column-3,
  .la-footer-6col322223 .footer-column-4,
  .la-footer-6col322223 .footer-column-5{
    width: 30%;
  }
  .la-footer-6col322223 .footer-column-4,
  .la-footer-6col322223 .footer-column-5{
    float: right;
  }
  .la-footer-6col322223 .footer-column-4{
    clear: both;
  }
  .la-footer-6col322223 .footer-column-1,
  .la-footer-6col322223 .footer-column-6{
    width: 40%;
  }
  .la-footer-5col32223 .footer-column{
    width: 33%;
  }
  .la-footer-5col32223 .footer-column-1{
    width: 66%;
  }
  .la-footer-5col32223 .footer-column-1 .footer-column-inner{
    width: 100% !important;
  }
  .la-footer-5col32223 .footer-column-3{
    clear: both;
  }
}
@media (max-width: 992px) and (min-width: 768px){
  .la-footer-4col2225 .footer-column-1,
  .la-footer-4col2225 .footer-column-2,
  .la-footer-4col2225 .footer-column-3{
    width: 33%;
    padding-left: 10%;
  }
}
@media (max-width: 767px){
  .site-footer .widget{
    margin-bottom: 3em;
  }
  .la-footer-5col32223 .footer-column{
    width: 100%;
  }
  .la-footer-6col322223 .footer-column{
    width: 100%;
  }
  .la-footer-6col322223 .footer-column .footer-column-inner{
    width: 100% !important;
  }
  .la-footer-6col322223 .footer-column-6 .footer-column-inner{
    float: none;
  }
}
/*--------------------------------------------------------------
	9. Category Post
---------------------------------------------------------------*/
.post-meta__item:not(:first-child):before{
  content: "";
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.lastudio-posts .post-meta-bottom .posted-by:before{
  content: '-';
}
.lastudio-posts .post-meta{
  font-size: 12px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.lastudio-posts .entry-title{
  margin-top: 0;
  font-size: 32px;
  margin-bottom: 5px;
}
.lastudio-posts .entry-excerpt{
  font-size: 16px;
  padding-bottom: 30px;
  padding-top: 5px;
}
.lastudio-posts .lastudio-more{
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  padding: 20px 50px;
  letter-spacing: 2px;
  color: var(--theme-heading-font-color);
}
.lastudio-posts .lastudio-more:hover{
  color: #fff;
}
.lastudio-posts .lastudio-more-wrap{
  margin-bottom: 10px;
}
.lastudio-posts.preset-type-1 .post-thumbnail{
  display: none;
}
.lastudio-posts.preset-type-1 .lastudio-posts__inner-box{
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
  padding: 40px;
}
.lastudio-posts.preset-type-1 .lastudio-posts__inner-box:hover{
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
}
.lastudio-posts.preset-type-2 .lastudio-posts__inner-content{
  background-color: #fff;
  padding: 30px 0 60px;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.lastudio-posts.preset-type-2 .entry-title{
  margin-bottom: 10px;
}
.lastudio-posts.preset-type-2 .post-meta{
  padding-bottom: 15px;
}
.lastudio-posts.preset-type-3 .lastudio-posts__inner-content{
  padding: 30px 0 60px;
}
.lastudio-posts.preset-type-3 .post-meta-top{
  font-size: 11px;
}
.lastudio-posts.preset-type-3 .entry-excerpt{
  padding-top: 25px;
}
.lastudio-posts.preset-type-4 .lastudio-posts__inner-content{
  padding: 30px 0 40px;
}
.lastudio-posts.preset-type-4 .entry-excerpt{
  display: none;
}
.lastudio-posts.preset-type-4 .lastudio-more-wrap{
  margin-top: 30px;
}
.blog-main-loop .format-video .pf-icon{
  background-image: url("assets/images/button-play-3.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 66px;
  height: 66px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.blog-main-loop .format-audio .pf-icon:after{
  content: '\f001';
  font-family: FontAwesome;
}
.single-post-content.format-video > .entry-thumbnail .la-popup .pf-icon{
  background-image: url("assets/images/button-play-3.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 66px;
  height: 66px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.blog-main-loop .format-audio .pf-icon{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 66px;
  height: 66px;
  background-color: #fff;
  color: var(--theme-heading-font-color);
  font-size: 20px;
  line-height: 66px;
  text-align: center;
  text-indent: -2px;
}
.hide-single-post-meta .single-post-detail .post-meta,
.hide-single-post-meta .single-post-detail .entry-header{
  display: none;
}
@media (min-width: 1200px){
  .fit-thumbnail-with-wrapper .site-content.col-md-8 .entry-thumbnail{
    margin-left: -200px;
    margin-right: -200px;
  }
}
/*--------------------------------------------------------------
	10. Search Post
---------------------------------------------------------------*/
/*--------------------------------------------------------------
	11. Single Post
---------------------------------------------------------------*/
.single-post-content > .entry-thumbnail,
.single-post-content > .blog_item--thumbnail,
.single-post-content > .blog__item > .blog_item--thumbnail{
  margin-bottom: 30px;
  position: relative;
}
.tags-list{
  margin-bottom: 20px;
  display: block;
}
.tags-list i{
  padding-right: 5px;
}
.single-post-detail .loop__item__termlink{
  text-align: left;
}
.single-post-detail .showposts-excerpt{
  text-align: left;
  font-weight: 700;
  margin-bottom: 40px;
  font-size: 15px;
}
.site-content.col-md-10 .single-post-detail .loop__item__termlink{
  text-align: center;
}
.site-content.col-md-10 .single-post-detail .showposts-excerpt{
  text-align: center;
  max-width: 820px;
  margin: 0px auto 40px;
}
.single_post_item--title .entry-title{
  margin-top: 0;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 5px;
}
.entry-content .wpb_content_element{
  margin-bottom: 22px;
}
.entry-content p{
  margin-bottom: 22px;
}
.entry-content p:last-child{
  margin-bottom: 0;
}
.entry-content .wpb_wrapper > ul{
  padding: 0;
}
.entry-content .wp-block-image{
  margin-bottom: 3.5em;
}
.entry-meta-footer .tags-list{
  float: left;
  margin: 0;
  font-size: 13px;
  color: var(--theme-body-font-color);
}
.entry-meta-footer .tags-list a{
  color: var(--theme-secondary-color);
}
.author-info{
  float: left;
  border: 1px solid var(--theme-border-color);
  padding: 30px 30px 20px;
}
.author-info__avatar{
  display: table-cell;
  vertical-align: top;
}
.author-info__avatar .author-info__avatar-inner{
  margin-right: 30px;
  width: 85px;
}
.author-info__avatar img.avatar{
  width: 100%;
  border-radius: 50%;
}
.author-info__description{
  display: table-cell;
  position: relative;
  top: -5px;
}
.author-info__bio,
.author-info__title{
  display: inline-block;
}
.author-info__bio{
  margin-bottom: 10px;
}
.author-info__name{
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.author-info__description .social-media-link{
  font-size: 12px;
  margin-top: 25px;
}
.la-sharing-single-posts{
  float: right;
}
.la-sharing-single-posts .title-share{
  margin-right: 10px;
}
.la-sharing-single-posts > span{
  display: inline-block;
}
.la-sharing-single-posts .social--sharing a{
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0 5px;
}
.post-navigation{
  padding: 80px 0;
  font-size: 12px;
}
.post-navigation .nav-links{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.post-navigation .nav-links span{
  display: block;
}
.post-navigation .nav-links > div{
  width: 30%;
}
.post-navigation .nav-links > div + div{
  text-align: right;
}
.post-navigation .blog_pn_nav-title{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.post-navigation .blog_pn_nav-text{
  color: #989898;
}
.page-header-vhide .single-post-content.type-post > .entry-header,
.page-header-vhide .single-post-content.type-post > .entry-meta{
  display: block;
}
.entry-thumbnail.not-full{
  float: left;
  margin: 10px 30px 10px 0;
}
.single-post-content .entry-content h1, .single-post-content .entry-content h2, .single-post-content .entry-content h3{
  margin-bottom: 15px;
}
.single-post-content .entry-content > .la-blockquote{
  margin-top: 35px;
  margin-bottom: 30px;
}
.single-post-content .la-breadcrumbs{
  font-size: 0.9285714286em;
  margin-bottom: 2em;
}
.single-post-content .entry-footer{
  margin-top: 60px;
}
.related-posts-design-1 .la-related-posts{
  margin-bottom: 70px;
}
.related-posts-design-1 .la-related-posts:first-child{
  margin-top: 50px;
}
.related-posts-design-1 .block_heading{
  position: relative;
}
.related-posts-design-1 .block_heading .block_heading--title{
  text-align: center;
  font-weight: normal;
  font-size: 38px;
  margin: 0;
  letter-spacing: -2px;
}
.related-posts-design-1 .block_heading .block_heading--title:before{
  background: #d8d8d8;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: -15px;
  content: "";
  width: 50px;
  height: 3px;
}
.single-post .site-main{
  padding-bottom: 0;
  padding-top: 70px;
}
.wpb_single_image.single-big-playicon{
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.single-post-content .format-gallery .slick-slide img{
  width: 100%;
}
.single_post_quote_wrap{
  position: relative;
}
.single_post_quote_wrap .quote-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(52, 53, 56, 0.4);
  color: #fff;
  height: 100%;
  padding: 8%;
}
.single_post_quote_wrap .quote-wrapper:before{
  content: '';
  display: inline-block;
  height: 100%;
  margin-left: -.5em;
  vertical-align: middle;
}
.single_post_quote_wrap .quote-wrapper .format-content{
  display: inline-block;
  vertical-align: middle;
  width: 410px;
  max-width: 84%;
}
.single_post_quote_wrap .quote-wrapper p{
  font-size: 36px;
  line-height: normal;
}
.single_post_quote_wrap .quote-wrapper .quote-author{
  font-size: 18px;
  border-top: 2px solid;
  padding-top: 5px;
  display: inline-block;
}
.loop__item__thumbnail .single_post_quote_wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.showposts-grid .single_post_quote_wrap .quote-wrapper .format-content{
  width: 310px;
}
.showposts-grid .single_post_quote_wrap .quote-wrapper p{
  font-size: 22px;
}
@media (max-width: 767px){
  .single_post_quote_wrap .quote-wrapper p{
    font-size: 20px;
  }
}
.single_post_item--title + .showposts-loop{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
}
.single_post_item--title + .showposts-loop .loop__item__meta{
  width: 100%;
  margin-bottom: 0;
  font-size: 12px;
}
.psingle-right{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.psingle-right > div{
  display: inline-block;
  margin-left: 20px;
}
.psingle-right > div:first-child{
  margin-left: 0;
}
.psingle-right i{
  font-size: 15px;
  line-height: 20px;
  vertical-align: middle;
  padding-right: 10px;
}
.psingle-right span{
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}
.site-content.col-md-10 .single_post_item--title{
  text-align: center;
}
.site-content.col-md-10 .single_post_item--title + .showposts-loop,
.site-content.col-md-10 .single_post_item--title + .showposts-loop .psingle-right{
  display: block;
  text-align: center;
}
.site-content.col-md-10 .single_post_item--title + .showposts-loop .loop__item__meta{
  margin-bottom: 15px;
}
@media (max-width: 1199px){
  .single_post_item--title .entry-title{
    font-size: 30px;
    margin-bottom: 10px;
  }
  .single-post-content > .entry-thumbnail,
  .single_post_item--title + .showposts-loop{
    margin-bottom: 15px;
  }
}
@media (max-width: 992px){
  .single_post_item--title .entry-title{
    font-size: 30px;
  }
  .post-navigation{
    margin: 20px 0;
  }
  .post-navigation .nav-links a{
    padding-top: 0;
  }
  .post-navigation .nav_pnpp__image{
    width: 50px;
    height: 50px;
  }
  .post-navigation .blog_pn_nav-title{
    font-size: 16px;
  }
  .post-navigation .blog_pn_nav-meta{
    display: none !important;
  }
  .single-post-content .entry-footer{
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px){
  .single_post_item--title .entry-title{
    font-size: 26px;
  }
  .post-navigation .blog_pn_nav-text{
    position: static;
    text-transform: none;
  }
  .post-navigation .nav-links > div{
    width: 100%;
    text-align: inherit !important;
    padding-bottom: 15px;
  }
  .post-navigation .nav-links > div .nav_pnpp__image{
    display: none;
  }
  .post-navigation .nav-links > div a{
    display: block;
  }
  .post-navigation .nav-links > div a span{
    display: block;
  }
}
.wp-block-quote.is-style-large{
  background-color: #F4F4F4;
  color: var(--theme-heading-font-color);
  padding: 6% 8%;
  background-image: url(/assets/images/quote.png);
  background-repeat: no-repeat;
  background-position: top right;
  text-align: center;
  border: none;
  margin-bottom: 50px;
}
.wp-block-quote.is-style-large p{
  font-size: 18px;
  font-style: normal;
  color: var(--theme-heading-font-color);
}
.wp-block-quote.is-style-large cite{
  font-style: normal;
}
/*--------------------------------------------------------------
	12. Page
---------------------------------------------------------------*/
.page-title-voff .section-page-header,
.page-title-vhide .section-page-header{
  display: none;
}
body.toro-body.error404 .customerdefine-404-content{
  min-width: 1170px;
}
body.toro-body.error404 .default-404-content{
  text-align: center;
  margin: 0 auto;
}
body.toro-body.error404 .default-404-content h1{
  font-size: 80px;
  line-height: 1;
  margin: 0;
}
body.toro-body.error404 .default-404-content h5{
  font-weight: normal;
}
body.toro-body.error404 .default-404-content p.btn-wrapper{
  margin-top: 40px;
}
body.toro-body.error404 .site-main{
  padding: 0;
}
body.toro-body.error404 .site-main .page-content{
  min-height: 70vh;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
/*--------------------------------------------------------------
	13. Comments
---------------------------------------------------------------*/
.commentlist{
  margin: 0 0 60px;
  list-style: none;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.commentlist li{
  padding: 0 50px;
}
.commentlist .star-rating{
  float: right;
}
.commentlist li.depth-1.thread-odd{
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.commentlist .description{
  color: var(--theme-body-font-color);
}
.commentlist .comment-meta{
  padding-top: 10px;
  font-size: 12px;
}
.commentlist .comment-meta .comment-author{
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}
.commentlist .comment-meta .edit-link{
  display: none;
}
.commentlist .comment-meta time{
  display: inline-block;
  color: #8d8d8d;
  vertical-align: middle;
}
.commentlist .comment-meta time:before{
  content: "-";
  padding: 0 5px;
}
.commentlist .comment-meta .comment-reply-link{
  color: var(--theme-secondary-color);
  vertical-align: middle;
  margin-left: 10px;
}
.commentlist .comment_container{
  padding: 50px 0;
}
.commentlist .comment_container::before, .commentlist .comment_container::after{
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}
.commentlist .comment_container::after{
  clear: both;
}
.commentlist ul.children{
  margin-left: 80px;
  padding-left: 0;
  list-style: none;
}
.commentlist .comment-respond{
  margin: 30px 0 0;
  padding: 0;
}
.commentlist img.avatar{
  width: 90px;
  height: 90px;
  margin-right: 50px;
  border-radius: 50%;
}
.commentlist .comment-text{
  float: right;
  width: calc(100% - 140px);
}
.commentlist .depth-2{
  position: relative;
}
.commentlist .depth-2:before{
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  width: 20px;
  height: 1px;
  bottom: 0;
  margin: auto;
}
p.comment-notes{
  font-size: 12px !important;
  margin-bottom: 50px;
}
.comment-form p.logged-in-as{
  font-size: 12px;
  margin-bottom: 50px;
}
.comment-form label{
  display: block;
  padding-bottom: 5px;
}
.comment-form .comment-form-rating label{
  display: none;
}
.comment-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]){
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
}
.comment-form .comment-form-cookies-consent label{
  display: inline-block;
  padding: 0 5px;
}
.comment-form textarea{
  width: 100%;
  height: 150px;
  max-width: 100%;
  vertical-align: top;
  -webkit-appearance: none;
}
.comment-form .form-submit{
  padding-top: 10px;
}
.comment-form .form-submit input{
  padding: 10px 35px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #fff;
  border-width: 0;
  font-weight: 600;
  display: inline-block;
  width: auto;
  font-size: 12px;
  text-transform: uppercase;
}
.comments-container .comments-title{
  margin-bottom: 20px;
  display: block;
  padding-top: 40px;
}
.comment_container + .comment-respond .comment-reply-title a{
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 12px;
}
.comments-area .woocommerce-noreviews{
  margin-top: 30px;
  margin-bottom: 30px;
}
.woocommerce-Reviews{
  max-width: 100%;
  margin: 0 auto;
}
.woocommerce-Reviews .meta{
  margin-bottom: 5px;
  font-size: 12px;
}
.woocommerce-Reviews .woocommerce-review__author{
  font-size: 14px;
}
.woocommerce-Reviews .comment-respond .comment-reply-title{
  font-size: inherit;
  letter-spacing: 0;
}
.entry-content .woocommerce-Reviews .woocommerce-noreviews{
  margin-bottom: 20px;
}
.woocommerce-Reviews .woocommerce-Reviews-title,
.comments-container .comments-title h3,
.comment-respond .comment-reply-title{
  font-size: 36px;
  display: block;
  margin-bottom: 5px;
}
.woocommerce-Reviews .woocommerce-Reviews-title,
.woocommerce-Reviews .comment-reply-title{
  text-transform: none;
}
.woocommerce-Reviews .woocommerce-Reviews-title{
  margin-bottom: 30px;
}
.comment-form .comment-form-url,
.comment-form .comment-form-email,
.comment-form .comment-form-author{
  width: 32%;
  float: left;
  margin-left: 2%;
}
.comment-form .comment-form-author{
  margin-left: 0;
}
.comment-form .form-submit{
  float: left;
  width: 100%;
}
@media (max-width: 600px){
  .comment-form .comment-form-url,
  .comment-form .comment-form-email,
  .comment-form .comment-form-author{
    width: 100%;
    margin-left: 0;
  }
  .commentlist img.avatar{
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .commentlist .comment-text{
    width: calc(100% - 55px);
  }
  .commentlist .comment_container{
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .commentlist ul.children{
    margin-left: 20px;
  }
  .commentlist .depth-3 .comment-meta time{
    display: none;
  }
}
/*--------------------------------------------------------------
	14. Portfolio
---------------------------------------------------------------*/
/*--------------------------------------------------------------
	15. Shortcodes
---------------------------------------------------------------*/
.elm-countdown .countdown-row{
  display: block;
  margin: 0 auto;
}
.elm-countdown .countdown-section{
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}
.elm-countdown .countdown-amount{
  font-size: 36px;
  padding: 0;
  margin: 0 auto;
}
.elm-countdown .countdown-period{
  padding: 0 4px;
}
.elm-countdown .countdown-show1 .countdown-section{
  width: 100%;
}
.elm-countdown .countdown-show2 .countdown-section{
  width: 50%;
}
.elm-countdown .countdown-show3 .countdown-section{
  width: 33.33333%;
}
.elm-countdown .countdown-show4 .countdown-section{
  width: 25%;
}
.elm-countdown .countdown-show5 .countdown-section{
  width: 20%;
}
.elm-countdown .countdown-show6 .countdown-section{
  width: 16.66667%;
}
.elm-countdown .countdown-show7 .countdown-section{
  width: 14.28571%;
}
.elm-countdown.elm-countdown-style-1 .countdown-row .countdown-section{
  width: auto !important;
  margin-right: 50px;
}
.elm-countdown.elm-countdown-style-1 .countdown-row .countdown-section:last-child{
  margin-right: 0;
}
.elm-countdown.elm-countdown-style-1 .countdown-amount{
  display: block;
  line-height: 1;
  font-size: 36px;
}
.elm-countdown.elm-countdown-style-1 .countdown-period{
  display: block;
  font-size: 14px;
  font-style: italic;
}
.elm-countdown.elm-countdown-style-2{
  text-align: left;
}
.elm-countdown.elm-countdown-style-2 .countdown-section{
  margin: 0 10px;
  width: 100px;
  height: 100px;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.elm-countdown.elm-countdown-style-2 .countdown-amount{
  display: block;
  line-height: 1;
  font-size: 36px;
}
.elm-countdown.elm-countdown-style-2 .countdown-period{
  display: block;
  padding: 5px 0 0;
  font-size: 14px;
  line-height: 1.4;
}
.elm-countdown.elm-countdown-style-3{
  text-align: center;
}
.elm-countdown.elm-countdown-style-3 .countdown-section{
  margin: 10px;
  width: 76px;
  border: 1px solid rgba(69, 69, 69, 0.2);
  border-radius: 50%;
  padding: 21px 0;
}
.elm-countdown.elm-countdown-style-3 .countdown-amount{
  display: block;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}
.elm-countdown.elm-countdown-style-3 .countdown-period{
  display: block;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  font-style: italic;
}
.elm-countdown.elm-countdown-style-4 .countdown-section-inner{
  display: inline-block;
  text-align: center;
}
.elm-countdown.elm-countdown-style-4 .countdown-amount{
  display: block;
  line-height: 1;
  font-size: 36px;
  font-weight: bold;
}
.elm-countdown.elm-countdown-style-4 .countdown-period{
  display: block;
  padding: 8px 0;
  font-size: 18px;
  line-height: normal;
  font-style: italic;
}
.la-contact-info .la-contact-item{
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
}
.la-contact-info .la-contact-item:before{
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  font-size: 1.15em;
  top: -0.1em;
}
.la-contact-info .la-contact-phone:before{
  content: "\f095";
}
.la-contact-info .la-contact-email:before{
  content: "\f0e0";
}
.la-contact-info .la-contact-address:before{
  content: "\f041";
}
.la-contact-info .la-contact-working-hours:before{
  content: "\f017";
}
.inline-item .la-contact-item{
  padding-left: 1.8em;
  display: inline-block;
  margin: 0 10px 0;
}
.inline-item .la-contact-item:first-child{
  margin-left: 0;
}
.inline-item .la-contact-item:last-child{
  margin-right: 0;
}
div.wpcf7 .ajax-loader:not(.is-active){
  display: none;
}
.wpcf7-form p{
  margin-bottom: 0;
}
.wpcf7 .wpcf7-response-output{
  font-size: 12px;
  margin: 0;
}
.wpcf7-form-control-wrap,
.wpcf7-form-control-wrap .wpcf7-form-control{
  display: block;
  width: 100%;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip{
  font-size: 12px;
}
.wpcf7-form-control-wrap .wpcf7-select,
.wpcf7-form-control-wrap .wpcf7-text,
.wpcf7-form-control-wrap .wpcf7-textarea{
  padding: 12px 30px;
}
.wpcf7-form-control-wrap .wpcf7-select{
  height: 54px;
}
.wpcf7-form .contact-form label{
  padding-bottom: 10px;
  display: block;
}
.wpcf7-form br{
  display: none;
}
.cf7-style-default{
  color: #5D5D5D;
}
.cf7-style-default .wpcf7-form-control-wrap{
  margin-bottom: 20px;
}
.cf7-style-default .wpcf7-form-control-wrap .wpcf7-select,
.cf7-style-default .wpcf7-form-control-wrap .wpcf7-text,
.cf7-style-default .wpcf7-form-control-wrap .wpcf7-textarea{
  padding: 17px 25px;
  color: inherit;
  border-color: #E1E1E1;
}
.cf7-style-default .wpcf7-form-control-wrap .wpcf7-select:focus,
.cf7-style-default .wpcf7-form-control-wrap .wpcf7-text:focus,
.cf7-style-default .wpcf7-form-control-wrap .wpcf7-textarea:focus{
  border-color: #858585;
}
.cf7-style-default .wpcf7-form-control-wrap .wpcf7-textarea{
  padding-top: 20px;
  padding-bottom: 20px;
}
.cf7-style-default .wpcf7-submit{
  border: none;
  padding: 10px 45px;
}
.cf7-style-default.with-icon .wpcf7-form-control-wrap.your-email:before, .cf7-style-default.with-icon .wpcf7-form-control-wrap.your-name:before{
  content: "\f2c0";
  font-family: FontAwesome;
  position: absolute;
  right: 1.2em;
  top: 1.2em;
}
.cf7-style-default.with-icon .wpcf7-form-control-wrap.your-email:before{
  content: "\f003";
}
.cf7-style-default.with-icon .wpcf7-submit{
  font-weight: normal;
  font-size: 14px;
}
.yikes-mailchimp-container .edit-link{
  display: none;
}
.yikes-easy-mc-success-message{
  font-size: 1.2rem;
}
.yikes-easy-mc-form span.EMAIL-label{
  display: none;
}
.easy_mc__style1 .yikes-easy-mc-form{
  position: relative;
}
.easy_mc__style1 .yikes-easy-mc-form label{
  margin: 0 !important;
}
.easy_mc__style1 .yikes-easy-mc-form .yikes-easy-mc-email{
  background: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  outline: none !important;
  width: 100%;
  line-height: 32px;
  padding: 6px 100px 6px 0;
  margin: 0;
}
.easy_mc__style1 .yikes-easy-mc-form .yikes-easy-mc-submit-button{
  border: none !important;
  background: none !important;
  margin: 0 !important;
  width: auto;
  padding: 0;
  line-height: 32px;
  position: absolute;
  top: 1px;
  right: 0;
  font-size: inherit;
  font-weight: 600;
}
.easy_mc__style2 .yikes-easy-mc-form{
  position: relative;
}
.easy_mc__style2 .yikes-easy-mc-form label{
  margin: 0 !important;
}
.easy_mc__style2 .yikes-easy-mc-form .yikes-easy-mc-email{
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  line-height: 32px;
  padding: 25px 140px 25px 30px;
  margin: 0;
  font-size: 16px;
}
.easy_mc__style2 .yikes-easy-mc-form .yikes-easy-mc-submit-button{
  border: none !important;
  background: none !important;
  margin: 0 !important;
  width: auto;
  padding: 25px 30px;
  line-height: 32px;
  position: absolute;
  top: 1px;
  right: 0;
  font-size: 16px;
}
.easy_mc__style3{
  font-size: 14px;
}
.easy_mc__style3 .yikes-easy-mc-form{
  position: relative;
}
.easy_mc__style3 .yikes-easy-mc-form label{
  margin: 0 !important;
}
.easy_mc__style3 .yikes-easy-mc-form .yikes-easy-mc-email{
  background: #fff;
  border: none;
  outline: none !important;
  width: 100%;
  line-height: 30px;
  padding: 20px 140px 20px 30px;
  margin: 0;
  font-size: inherit;
}
.easy_mc__style3 .yikes-easy-mc-form .yikes-easy-mc-submit-button{
  border: none !important;
  background: none !important;
  margin: 0 !important;
  width: auto;
  padding: 20px 30px;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: inherit;
  font-weight: 600;
}
.easy_mc__style4 .yikes-easy-mc-form{
  position: relative;
  font-size: 12px;
  width: 570px;
  margin: 0 auto;
  max-width: 100%;
}
.easy_mc__style4 .yikes-easy-mc-form label{
  margin: 0 !important;
}
.easy_mc__style4 .yikes-easy-mc-form .yikes-easy-mc-email{
  background: none;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4);
  outline: none !important;
  width: 100%;
  line-height: 32px;
  padding: 5px 100px 5px 0;
  margin: 0;
  color: #fff;
}
.easy_mc__style4 .yikes-easy-mc-form .yikes-easy-mc-email:focus{
  border-color: #fff;
}
.easy_mc__style4 .yikes-easy-mc-form .yikes-easy-mc-submit-button{
  border: none !important;
  background: none !important;
  margin: 0 !important;
  width: auto;
  padding: 0;
  line-height: 32px;
  position: absolute;
  top: 1px;
  right: 0;
  font-size: inherit;
  color: #fff;
}
.easy_mc__style5 .yikes-easy-mc-form{
  position: relative;
  max-width: 100%;
}
.easy_mc__style5 .yikes-easy-mc-form label{
  margin: 0 !important;
}
.easy_mc__style5 .yikes-easy-mc-form .yikes-easy-mc-email{
  background: none;
  border-width: 1px;
  border-style: solid;
  border-color: #D8D8D8;
  outline: none !important;
  width: 100%;
  line-height: 30px;
  padding: 18px 60px 18px 20px;
  margin: 0;
  color: #fff;
}
.easy_mc__style5 .yikes-easy-mc-form .yikes-easy-mc-email:focus{
  border-color: #fff;
}
.easy_mc__style5 .yikes-easy-mc-form .yikes-easy-mc-submit-button{
  border: none !important;
  background: none !important;
  margin: 0 !important;
  width: 60px;
  padding: 20px;
  line-height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: inherit;
  color: #fff;
  height: 68px;
}
.easy_mc__style5 .yikes-easy-mc-form .yikes-easy-mc-submit-button span{
  font-size: 0;
}
.easy_mc__style5 .yikes-easy-mc-form .yikes-easy-mc-submit-button span:after{
  content: "\2c";
  font-family: 'dl-icon';
  direction: ltr;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  font-size: 22px;
}
.easy_mc__style6 .yikes-easy-mc-form{
  position: relative;
  max-width: 100%;
  font-size: inherit;
}
.easy_mc__style6 .yikes-easy-mc-form label{
  margin: 0 !important;
}
.easy_mc__style6 .yikes-easy-mc-form .yikes-easy-mc-email{
  background: none;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: inherit;
  outline: none !important;
  width: 100%;
  line-height: 30px;
  padding: 8px 40px 8px 0;
  margin: 0;
  color: inherit;
}
.easy_mc__style6 .yikes-easy-mc-form .yikes-easy-mc-submit-button{
  border: none !important;
  background: none !important;
  margin: 0 !important;
  width: 40px;
  padding: 10px 0 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: inherit;
  color: inherit;
  height: 48px;
  text-align: right;
}
.easy_mc__style6 .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover{
  color: inherit;
}
.easy_mc__style6 .yikes-easy-mc-form .yikes-easy-mc-submit-button span{
  font-size: 0;
}
.easy_mc__style6 .yikes-easy-mc-form .yikes-easy-mc-submit-button span:after{
  content: "\2c";
  font-family: 'dl-icon';
  direction: ltr;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  font-size: 22px;
}
.la-newsletter-popup{
  display: none;
}
.la-newsletter-popup h5{
  font-size: 14px;
  color: #8A8A8A;
  margin: 10px 0;
}
.la-newsletter-popup h4{
  font-size: 24px;
  margin: 10px 0;
}
#lightcase-case .la-newsletter-popup{
  display: block;
}
.la-newsletter-popup .yikes-easy-mc-form .yikes-easy-mc-email{
  background: #fff;
  border: 1px solid #CECECE;
  outline: none !important;
  width: 100%;
  line-height: 30px;
  padding: 14px 20px;
  margin: 10px 0 20px;
}
.la-newsletter-popup .yikes-easy-mc-form .yikes-easy-mc-submit-button{
  border: none;
  margin: 0 0 20px !important;
  width: auto;
  padding: 10px 30px;
  line-height: 30px;
  color: #fff;
}
.la-newsletter-popup .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover{
  color: #fff;
}
.la-newsletter-popup .lbl-dont-show-popup{
  display: block;
  text-align: left;
  position: relative;
  z-index: 9;
  left: 80px;
  top: -60px;
}
.la-newsletter-popup .lbl-dont-show-popup input{
  margin-right: 5px;
}
.open-newsletter-popup .lightcase-inlineWrap{
  background-color: #fff;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.open-newsletter-popup #lightcase-case #lightcase-content{
  overflow: visible;
}
.open-newsletter-popup .btn-close-newsletter-popup{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  font-size: 30px;
  height: 30px;
  line-height: 30px;
}
.rtl .la-newsletter-popup{
  padding-right: 30px;
  padding-left: 0;
  margin-right: 50%;
  margin-left: 0;
}
.rtl .la-newsletter-popup .lbl-dont-show-popup{
  text-align: right;
}
.footer-top .footer-mailchimp-form.widget .widget-title{
  padding-left: 40px;
  position: relative;
}
.footer-top .footer-mailchimp-form.widget .widget-title:before{
  content: '\f003';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  margin-top: -5px;
  top: 0;
}
@media (max-width: 1200px){
  .la-newsletter-popup{
    width: 500px;
    padding: 20px 40px;
    margin: 0;
    background: #fff;
  }
  .la-newsletter-popup h4{
    font-size: 26px;
  }
  .la-newsletter-popup h5{
    font-size: 16px;
  }
}
@media (max-width: 800px){
  .open-newsletter-popup .lightcase-inlineWrap{
    height: 100% !important;
  }
}
@media (max-width: 767px){
  .la-newsletter-popup{
    padding: 20px 20px;
    max-width: 100%;
  }
  .la-newsletter-popup h4{
    font-size: 24px;
  }
}
.elementor-accordion .elementor-accordion-item{
  background-color: rgba(48, 57, 85, 0.5);
  border-width: 0;
  margin-bottom: 20px;
}
.elementor-accordion .elementor-tab-title{
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
  font-size: 18px;
  padding: 26px 40px;
}
.elementor-accordion .elementor-tab-title:hover{
  color: #fff;
}
.elementor-accordion .elementor-tab-title:hover a{
  color: inherit;
}
.elementor-accordion .elementor-tab-title.elementor-active{
  color: #fff;
  font-weight: bold;
  padding-top: 35px;
}
.elementor-accordion .elementor-tab-content{
  border-width: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 2.25;
  padding: 0 40px 40px;
}
.elementor-accordion .elementor-active{
  background-color: var(--theme-secondary-color);
}
.slotholder{
  filter: none !important;
}
.social-media-link a{
  margin: 0 5px;
}
.social-media-link a:first-child{
  margin-left: 0 !important;
}
.social-media-link a:last-child{
  margin-right: 0 !important;
}
.social-media-link.style-default a{
  margin: 0 10px;
}
.social-media-link.style-default a:not(:hover){
  color: inherit;
}
.social-media-link.style-round a, .social-media-link.style-square a, .social-media-link.style-circle a{
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.social-media-link.style-round a:hover, .social-media-link.style-square a:hover, .social-media-link.style-circle a:hover{
  color: #fff;
}
.social-media-link.style-outline a{
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
}
.social-media-link.style-outline a:hover{
  color: #fff;
}
.social-media-link.style-circle-outline a, .social-media-link.style-circle-hover a, .social-media-link.style-outline a, .social-media-link.style-circle a{
  border-radius: 50%;
}
.social-media-link.style-round a{
  border-radius: 4px;
}
.social-media-link.style-circle-hover a{
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid transparent;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
}
.social-media-link.style-circle-hover a:hover{
  border-color: rgba(255, 255, 255, 0.3);
}
.social-media-link.style-circle-outline a{
  color: #fff;
  width: 60px;
  height: 60px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 20px;
  line-height: 58px;
  text-align: center;
}
.social-media-link.style-circle-outline a:hover{
  color: #fff;
}
.vc_separator.heading-doubleline{
  width: 100px;
  display: block;
}
.vc_separator.heading-doubleline .vc_sep_holder{
  display: block;
}
.vc_separator.heading-doubleline .vc_sep_holder.vc_sep_holder_r{
  display: block;
  margin-top: 5px;
  width: 70%;
  margin-left: 15%;
}
.vc_separator.heading-doubleline.vc_sep_pos_align_left .vc_sep_holder.vc_sep_holder_r{
  margin-left: 0;
}
.la-divider{
  position: relative;
  border-top: 1px solid transparent;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.la-dropcap{
  position: relative;
  top: 0;
  float: left;
  margin-right: 15px;
  padding: 0;
  line-height: 50px;
  font-size: 60px;
  text-transform: uppercase;
}
.la-tweets-feed .tweet-feed-item:not(.slick-slide){
  margin-bottom: 30px;
}
.la-tweets-feed .tweet-content{
  margin-bottom: 10px;
}
.la-tweets-feed .tweet-content a:hover{
  text-decoration: underline;
}
.la-tweets-feed .tweet-infos{
  display: none;
}
.la-tweets-feed .tweet-infos .TweetAuthor-avatar{
  float: left;
  width: 40px;
  margin-right: 15px;
  margin-top: 5px;
}
.la-tweets-feed .tweet-infos .TweetAuthor-screenName{
  display: none;
}
.la-tweets-feed .tweet-link{
  line-height: normal;
}
.la-tweets-feed .tweet-link a{
  font-size: 12px;
}
.la-tweets-feed .tweet-link a .fa-twitter{
  font-size: 14px;
  color: #5ab3ff;
}
.wpcf7-submit{
  border-radius: 30px;
  background-color: var(--theme-secondary-color);
  color: #fff;
  border: none;
  padding: 14px 40px;
}
.la-shortcode-loading{
  min-height: 60px;
  position: relative;
  display: none;
}
.elm-pagination-ajax.is-loading .la-shortcode-loading,
.elm-ajax-loader.is-loading .la-shortcode-loading{
  display: block;
}
.la-shortcode-loading .content{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.grid-space-0 .instagram-item{
  margin-bottom: 0;
}
.instagram-item{
  position: relative;
  color: #fff;
  overflow: hidden;
}
.la-instagram-slider .instagram-item{
  margin-bottom: 0;
}
.instagram-item .instagram-info{
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease-out;
}
.instagram-item .instagram-info > span{
  font-size: 14px;
  display: table;
  margin-right: 30px;
  font-family: sans-serif;
}
.instagram-item .instagram-info > span i{
  font-size: 16px;
  padding-right: 3px;
}
.instagram-item .instagram-info > span.instagram-comments{
  margin-right: 0;
}
.instagram-item .item--overlay{
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.instagram-item .item--overlay i{
  display: none;
  position: absolute;
  color: #fff;
  font-size: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: -webkit-gradient(radial, 33% 100%, 0, 33% 100%, 221, color-stop(1, #515ECF), color-stop(0.81, #9B36B7), color-stop(0.63, #D92E7F), color-stop(0.32, #F15245), color-stop(0.04, #FED373));
  background: -webkit-radial-gradient(33% 100%, circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF 100%);
  background: radial-gradient(33% 100%, circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.instagram-item:hover .item--overlay{
  visibility: visible;
  opacity: 1;
}
.instagram-item:hover .instagram-info{
  visibility: visible;
  opacity: 1;
}
.instagram-item a.thumbnail{
  padding-bottom: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
.la-instagram-title{
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  background: var(--theme-secondary-color);
  margin: 0;
  line-height: 20px;
  padding: 5px 20px;
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 12px;
}
.la-instagram-feeds{
  position: relative;
}
.la-instagram-feeds:not(.loaded) .la-shortcode-loading{
  display: block;
}
.la-instagram-feeds.instagram-grayscale .instagram-item .item--overlay{
  background: transparent;
}
.la-instagram-feeds.instagram-grayscale .instagram-item img{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.la-instagram-feeds.instagram-grayscale .instagram-item:hover img{
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.la-instagram-feeds .image-as-11 .instagram-item a.thumbnail{
  padding-bottom: 100%;
}
.la-instagram-feeds .image-as-169 .instagram-item a.thumbnail{
  padding-bottom: 56.25%;
}
.la-instagram-feeds .image-as-43 .instagram-item a.thumbnail{
  padding-bottom: 75%;
}
.la-instagram-feeds .image-as-2351 .instagram-item a.thumbnail{
  padding-bottom: 42.55319149%;
}
.footer-column .instagram-item .item--overlay i{
  font-size: 24px;
}
.woocommerce.add_to_cart_inline{
  border: none !important;
  padding: 0 !important;
}
.woocommerce.add_to_cart_inline .amount{
  font-size: 24px;
  display: block;
  color: var(--theme-secondary-color);
  margin: 25px 0;
}
.woocommerce.add_to_cart_inline a{
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid;
  padding: 15px 50px;
  border-radius: 30px;
  transition: all 250ms ease-out;
}
a.size-full img[class*="wp-image"]{
  width: 100%;
}
body.no-scroll{
  overflow: hidden;
}
.section-shape-at-bottom-right .elementor-shape-bottom{
  width: 64%;
  right: -32%;
  left: auto;
  bottom: -3%;
}
.section-shape-at-bottom-left .elementor-shape-bottom{
  width: 64%;
  left: -32%;
  bottom: -3%;
}
.elementor-section.elementor-section-boxed > .elementor-container{
  max-width: 1190px;
}
.elementor-accordion .elementor-accordion-item + .elementor-accordion-item{
  border-top-style: solid;
}
.elementor-accordion .elementor-tab-title.elementor-active{
  border-bottom-style: none;
}
.elementor-accordion .elementor-tab-content.elementor-active{
  border-top-style: none;
}
.slick-controls-auto{
  display: none;
}
.elementor-widget-image:not(.la-popup):not(.no_effect):not(.image__category) a.vc_single_image-wrapper{
  position: relative;
  overflow: hidden;
}
.elementor-widget-image:not(.la-popup):not(.no_effect):not(.image__category) a.vc_single_image-wrapper img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transition: transform 0.5s ease-out;
}
.elementor-widget-image:not(.la-popup):not(.no_effect):not(.image__category) a.vc_single_image-wrapper:after{
  content: '';
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-secondary-color);
  transition: all 0.5s ease-out;
}
.elementor-widget-image:not(.la-popup):not(.no_effect):not(.image__category) a.vc_single_image-wrapper:hover img{
  transform: scale(1);
  -webkit-transform: scale(1);
}
.elementor-widget-image:not(.la-popup):not(.no_effect):not(.image__category) a.vc_single_image-wrapper:hover:after{
  opacity: 0.2;
}
.elementor-widget-image.la-popup-click .wpb_heading,
.elementor-widget-image.img-popup-video .wpb_heading{
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 25px;
}
.elementor-widget-image.la-popup-click .elementor-image,
.elementor-widget-image.img-popup-video .elementor-image{
  display: inline-block;
  border-radius: 50%;
  position: relative;
  transition: all .5s;
}
.elementor-widget-image.la-popup-click .elementor-image a,
.elementor-widget-image.img-popup-video .elementor-image a{
  position: relative;
  z-index: 2;
}
.elementor-widget-image.la-popup-click .elementor-image:before,
.elementor-widget-image.img-popup-video .elementor-image:before{
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 0;
  transition: all .5s;
  z-index: 1;
}
.elementor-widget-image.la-popup-click .elementor-image:hover,
.elementor-widget-image.img-popup-video .elementor-image:hover{
  background: rgba(255, 255, 255, 0.2);
  padding: 10px;
  margin: -10px;
}
.elementor-widget-image.la-popup-click .elementor-image:hover:before,
.elementor-widget-image.img-popup-video .elementor-image:hover:before{
  opacity: 1;
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
}
.elementor-widget-image.la-popup-click .elementor-image:hover .elementor-image,
.elementor-widget-image.img-popup-video .elementor-image:hover .elementor-image{
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.elementor-widget-image.image-with-icon-play .elementor-image{
  position: relative;
}
.elementor-widget-image.image-with-icon-play .elementor-image a:before{
  content: '';
  width: 82px;
  height: 82px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  transition: all .3s;
  border-radius: 50%;
}
.elementor-widget-image.image-with-icon-play .elementor-image a:after{
  content: '';
  background-image: url(assets/images/btn-play-3.png);
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 82px;
  height: 82px;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  transition: all .3s;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
.elementor-widget-image.image-with-icon-play .elementor-image:hover a:before{
  opacity: 0.4;
  transform: scale(1.6);
  -webkit-transform: scale(1.6);
  background: rgba(255, 255, 255, 0.3);
}
.elementor-widget-image.image-with-icon-play .elementor-image:hover a:after{
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.3);
}
.elementor-widget-image.icon-play-at-bottom .elementor-image a:after,
.elementor-widget-image.icon-play-at-bottom .elementor-image a:before{
  left: 40px;
  margin-left: 0;
  top: auto;
  bottom: 40px;
}
.elementor-widget-image.icon-play-at-bottom-right .elementor-image a:after,
.elementor-widget-image.icon-play-at-bottom-right .elementor-image a:before{
  right: 40px;
  margin-left: 0;
  top: auto;
  bottom: 40px;
  left: auto;
}
.elementor-widget-image.icon-play-at-bottom-right .elementor-image a:after,
.elementor-widget-image.icon-play-at-bottom .elementor-image a:after{
  box-shadow: 0 2px 32px 0 rgba(255, 113, 113, 0.3);
}
.lastudio-elements .lastudio-banner__link{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 2;
}
.button-v2 .lastudio-button__state .lastudio-button__label{
  background-color: #fff;
  position: relative;
  padding: 0 20px;
  z-index: 2;
}
.button-v2 .lastudio-button__state:before{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 1px;
  z-index: 1;
}
/* Heading V2 */
.heading-v2 .lastudio-headline{
  margin: 0;
  max-width: 400px;
  margin: 0px auto;
}
.heading-v3 .lastudio-headline__first{
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.heading-v3 .lastudio-headline__first:before{
  position: absolute;
  z-index: 1;
  width: 80px;
  height: 2px;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.heading-v4 .lastudio-headline__first{
  position: relative;
  padding-right: 110px;
}
.heading-v4 .lastudio-headline__first:before{
  position: absolute;
  z-index: 1;
  width: 80px;
  height: 2px;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.heading-v5 .lastudio-headline__first{
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.heading-v5 .lastudio-headline__first:before{
  position: absolute;
  z-index: 1;
  width: 80px;
  height: 2px;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px){
  .heading-v4 .lastudio-headline__first{
    padding-right: 80px;
  }
  .heading-v4 .lastudio-headline__first:before{
    width: 50px;
  }
}
/*--------------------------------------------------------------
	15. Shortcodes. Elementor
---------------------------------------------------------------*/
.pricing-table__price-val sup{
  font-size: 16px;
  vertical-align: super;
}
.pricing-table{
  text-align: center;
  padding: 30px;
}
.pricing-table__icon-box > *:before{
  font-size: 40px;
}
.pricing-table .pricing-table__title{
  margin: 20px 0 0 0;
  padding: 0;
}
.pricing-table .pricing-table__subtitle{
  margin: 10px 0 0 0;
  padding: 0;
}
.pricing-table__price{
  padding: 15px 0;
}
.pricing-table__price-prefix, .pricing-table__price-val{
  font-size: 23px;
}
.pricing-table__price-desc{
  padding: 0;
  margin: 5px 0 0;
}
.pricing-table__action{
  padding: 20px 0 0 0;
}
.pricing_table__style1{
  font-size: 18px;
}
.pricing_table__style1 .pricing-table{
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  padding-bottom: 50px;
  background-image: url(assets/images/pricing-table-bg.png);
  background-repeat: no-repeat;
  background-position: 0 bottom;
}
.pricing_table__style1 .item-bullet{
  font-family: dliconoutline;
  color: #2F21B3;
  margin-right: 20px;
}
.pricing_table__style1 .item-bullet:before{
  content: "\ecf0";
}
.pricing_table__style1 .pricing-table__features{
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  text-align: left !important;
}
.pricing_table__style1 .pricing-feature{
  padding-top: 15px;
  padding-bottom: 15px;
}
.pricing_table__style1 .item-excluded{
  opacity: 0.5;
}
.pricing_table__style1 .pricing-table__action .pricing-table-button{
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 30px;
  border: 2px solid #D2D2D2;
  background: transparent;
  color: var(--theme-heading-font-color);
  padding: 20px 44px;
}
.pricing_table__style1 .pricing-table__action .pricing-table-button:hover{
  background-color: #2F21B3;
  border-color: #2F21B3;
  color: #fff;
}
.pricing_table__style1 .pricing-table__price .pricing-table__price-suffix,
.pricing_table__style1 .pricing-table__price .pricing-table__price-prefix{
  font-size: 18px;
}
.pricing_table__style1 .pricing-table__price .pricing-table__price-val{
  font-size: 64px;
  color: #2F21B3;
}
.pricing_table__style1 .pricing-table__price .pricing-table__price-val sub, .pricing_table__style1 .pricing-table__price .pricing-table__price-val sup{
  font-size: 20px;
  vertical-align: super;
}
.elementor-lastudio-banner:after{
  clear: both;
  width: 100%;
  display: block;
  content: '';
}
.lastudio-banner{
  position: relative;
  overflow: hidden;
  float: left;
  max-width: 100%;
}
.lastudio-banner *{
  box-sizing: border-box;
}
.lastudio-banner__content{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
}
.lastudio-banner__content-wrap{
  display: flex;
  flex-flow: column;
}
.lastudio-banner .lastudio-banner__title,
.lastudio-banner .lastudio-banner__text{
  margin: 0;
  padding: 0;
}
.lastudio-banner__overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background: var(--theme-secondary-color);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transition: opacity 0.35s;
}
.lastudio-banner__img{
  display: block;
}
.lastudio-banner:hover .lastudio-banner__overlay{
  opacity: .2;
}
.lastudio-banner.lastudio-effect-none .lastudio-banner__content{
  display: flex;
  justify-content: center;
  align-items: center;
}
.lastudio-banner.lastudio-effect-none .lastudio-banner__img{
  transition: opacity 0.35s, transform 0.35s;
}
.lastudio-banner.lastudio-effect-none .lastudio-banner__button{
  order: 3;
}
.lastudio-banner.lastudio-effect-none:hover .lastudio-banner__img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.lastudio-banner.lastudio-effect-custom-1 .lastudio-banner__content-wrap{
  top: 100%;
  position: absolute;
  left: 80px;
  transition: opacity 0.35s, transform 0.35s;
}
.lastudio-banner.lastudio-effect-custom-1 .lastudio-banner__img{
  transition: opacity 0.35s, transform 0.35s;
}
.lastudio-banner.lastudio-effect-custom-1 .lastudio-banner__button{
  order: 3;
}
.lastudio-banner.lastudio-effect-custom-1:hover{
  cursor: pointer;
}
.lastudio-banner.lastudio-effect-custom-1:hover .lastudio-banner__content-wrap{
  top: 85%;
  transform: translateY(-85%);
  -webkit-transform: translateY(-85%);
}
.lastudio-banner.lastudio-effect-custom-1:hover .lastudio-banner__img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.lastudio-banner.lastudio-effect-custom-2 .lastudio-banner__content-wrap{
  top: 85%;
  transform: translateY(-85%);
  -webkit-transform: translateY(-85%);
  position: absolute;
  left: 80px;
  transition: opacity 0.35s, transform 0.35s;
}
.lastudio-banner.lastudio-effect-custom-2 .lastudio-banner__img{
  transition: opacity 0.35s, transform 0.35s;
}
.lastudio-banner.lastudio-effect-custom-2 .lastudio-banner__button{
  order: 3;
}
.lastudio-banner.lastudio-effect-custom-2:hover .lastudio-banner__img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.lastudio-banner.lastudio-effect-custom-3 .lastudio-banner__content-wrap{
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  left: 80px;
  transition: opacity 0.35s, transform 0.35s;
}
.lastudio-banner.lastudio-effect-custom-3 .lastudio-banner__img{
  transition: opacity 0.35s, transform 0.35s;
}
.lastudio-banner.lastudio-effect-custom-3 .lastudio-banner__button{
  order: 3;
}
.lastudio-banner.lastudio-effect-custom-3:hover .lastudio-banner__img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.lastudio-banner.lastudio-effect-custom-4 .lastudio-banner__content-wrap{
  bottom: 0;
  position: absolute;
  left: 0px;
  transition: opacity 0.35s, transform 0.35s;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  min-width: 180px;
}
.lastudio-banner.lastudio-effect-custom-4 .lastudio-banner__img{
  transition: opacity 0.35s, transform 0.35s;
}
.lastudio-banner.lastudio-effect-custom-4 .lastudio-banner__title{
  color: #fff;
  transition: all 0.35s;
  letter-spacing: 0px;
  text-align: center;
}
.lastudio-banner.lastudio-effect-custom-4 .lastudio-banner__button{
  order: 3;
}
.lastudio-banner.lastudio-effect-custom-4:hover .lastudio-banner__title{
  letter-spacing: 1px;
}
.lastudio-banner.lastudio-effect-custom-4:hover .lastudio-banner__img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.lastudio-banner.lastudio-effect-custom-5 .lastudio-banner__content-wrap{
  top: 80%;
  transform: translateY(-80%);
  -webkit-transform: translateY(-80%);
  position: absolute;
  left: 0px;
  right: 0;
  transition: opacity 0.35s, transform 0.35s;
  max-width: 80%;
  margin: 0px auto;
}
.lastudio-banner.lastudio-effect-custom-5 .lastudio-banner__img{
  transition: opacity 0.35s, transform 0.35s;
}
.lastudio-banner.lastudio-effect-custom-5 .lastudio-banner__title{
  color: #fff;
  transition: all 0.35s;
  letter-spacing: 0px;
  text-align: center;
}
.lastudio-banner.lastudio-effect-custom-5 .lastudio-banner__button{
  order: 3;
  min-width: 180px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  border: 2px solid #fff;
  background: none;
  border-radius: 0;
  margin: 0px auto;
  padding: 20px 0;
  font-weight: 600;
}
.lastudio-banner.lastudio-effect-custom-5:hover .lastudio-banner__title{
  letter-spacing: 1px;
}
.lastudio-banner.lastudio-effect-custom-5:hover .lastudio-banner__img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.lastudio-banner.lastudio-effect-custom-6 .lastudio-banner__content-wrap{
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  left: 80px;
  transition: opacity 0.35s, transform 0.35s;
  opacity: 0;
}
.lastudio-banner.lastudio-effect-custom-6 .lastudio-banner__img{
  transition: opacity 0.35s, transform 0.35s;
}
.lastudio-banner.lastudio-effect-custom-6 .lastudio-banner__button{
  order: 3;
}
.lastudio-banner.lastudio-effect-custom-6:hover .lastudio-banner__content-wrap{
  opacity: 1;
}
.lastudio-banner.lastudio-effect-custom-6:hover .lastudio-banner__img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.lastudio-banner.lastudio-effect-lily .lastudio-banner__img{
  max-width: none;
  width: 100%;
  transition: transform 0.35s;
  transform: translate3d(0px, 0, 0);
}
.lastudio-banner.lastudio-effect-lily .lastudio-banner__content{
  text-align: left;
}
.lastudio-banner.lastudio-effect-lily .lastudio-banner__content-wrap{
  position: absolute;
  top: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.lastudio-banner.lastudio-effect-lily .lastudio-banner__title,
.lastudio-banner.lastudio-effect-lily .lastudio-banner__text{
  transform: translate3d(0, 80px, 0);
}
.lastudio-banner.lastudio-effect-lily .lastudio-banner__title{
  transition: transform 0.35s;
}
.lastudio-banner.lastudio-effect-lily .lastudio-banner__text{
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  transition: opacity 0.2s, transform 0.35s;
}
.lastudio-banner.lastudio-effect-lily:hover .lastudio-banner__text{
  opacity: 1;
}
.lastudio-banner.lastudio-effect-lily:hover .lastudio-banner__img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.lastudio-banner.lastudio-effect-lily:hover .lastudio-banner__title,
.lastudio-banner.lastudio-effect-lily:hover .lastudio-banner__text{
  transform: translate3d(0, 50px, 0);
}
.lastudio-banner.lastudio-effect-lily:hover .lastudio-banner__text{
  transition-delay: 0.05s;
  transition-duration: 0.35s;
}
.lastudio-banner.lastudio-effect-sadie .lastudio-banner__title{
  position: absolute;
  top: 80%;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -80%, 0);
  transform: translate3d(0, -80%, 0);
}
.lastudio-banner.lastudio-effect-sadie .lastudio-banner__text{
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.lastudio-banner.lastudio-effect-sadie .lastudio-banner__text{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.lastudio-banner.lastudio-effect-sadie:hover{
  cursor: pointer;
}
.lastudio-banner.lastudio-effect-sadie:hover .lastudio-banner__title{
  opacity: 1;
  top: 50%;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.lastudio-banner.lastudio-effect-sadie:hover .lastudio-banner__text{
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lastudio-banner.lastudio-effect-layla .lastudio-banner__content{
  padding: 3em;
}
.lastudio-banner.lastudio-effect-layla .lastudio-banner__content::before,
.lastudio-banner.lastudio-effect-layla .lastudio-banner__content::after{
  position: absolute;
  content: '';
  opacity: 0;
  z-index: 2;
}
.lastudio-banner.lastudio-effect-layla .lastudio-banner__content::before{
  top: 40px;
  right: 20px;
  bottom: 40px;
  left: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
  transform-origin: 0 0;
}
.lastudio-banner.lastudio-effect-layla .lastudio-banner__content::after{
  top: 20px;
  right: 40px;
  bottom: 20px;
  left: 40px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
  transform-origin: 100% 0;
}
.lastudio-banner.lastudio-effect-layla .lastudio-banner__title{
  padding-top: 26%;
  transition: transform 0.35s;
}
.lastudio-banner.lastudio-effect-layla .lastudio-banner__text{
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
.lastudio-banner.lastudio-effect-layla .lastudio-banner__title{
  transform: translate3d(0, -30px, 0);
}
.lastudio-banner.lastudio-effect-layla .lastudio-banner__content::before,
.lastudio-banner.lastudio-effect-layla .lastudio-banner__content::after,
.lastudio-banner.lastudio-effect-layla .lastudio-banner__text{
  transition: opacity 0.35s, transform 0.35s;
}
.lastudio-banner.lastudio-effect-layla:hover .lastudio-banner__content::before,
.lastudio-banner.lastudio-effect-layla:hover .lastudio-banner__content::after{
  opacity: 1;
  transform: scale(1);
}
.lastudio-banner.lastudio-effect-layla:hover .lastudio-banner__title,
.lastudio-banner.lastudio-effect-layla:hover .lastudio-banner__text{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lastudio-banner.lastudio-effect-layla:hover .lastudio-banner__content::after,
.lastudio-banner.lastudio-effect-layla:hover .lastudio-banner__title,
.lastudio-banner.lastudio-effect-layla:hover .lastudio-banner__text{
  transition-delay: 0.15s;
}
.lastudio-banner.lastudio-effect-oscar .lastudio-banner__content{
  padding: 3em;
}
.lastudio-banner.lastudio-effect-oscar .lastudio-banner__content::before{
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
}
.lastudio-banner.lastudio-effect-oscar .lastudio-banner__title{
  margin: 20% 0 10px 0;
  transition: transform 0.35s;
  transform: translate3d(0, 100%, 0);
}
.lastudio-banner.lastudio-effect-oscar .lastudio-banner__content::before,
.lastudio-banner.lastudio-effect-oscar .lastudio-banner__text{
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(0);
}
.lastudio-banner.lastudio-effect-oscar:hover .lastudio-banner__title{
  transform: translate3d(0, 0, 0);
}
.lastudio-banner.lastudio-effect-oscar:hover .lastudio-banner__content::before,
.lastudio-banner.lastudio-effect-oscar:hover .lastudio-banner__text{
  opacity: 1;
  transform: scale(1);
}
.lastudio-banner.lastudio-effect-marley .lastudio-banner__content{
  text-align: right;
}
.lastudio-banner.lastudio-effect-marley .lastudio-banner__title,
.lastudio-banner.lastudio-effect-marley .lastudio-banner__text{
  position: absolute;
  right: 0px;
  left: 0px;
  padding: 25px 0;
}
.lastudio-banner.lastudio-effect-marley .lastudio-banner__title{
  opacity: 0;
}
.lastudio-banner.lastudio-effect-marley .lastudio-banner__title:after{
  display: none;
}
.lastudio-banner.lastudio-effect-marley .lastudio-banner__title,
.lastudio-banner.lastudio-effect-marley .lastudio-banner__text{
  bottom: 65px;
  top: auto;
  transform: translate3d(0, 100%, 0);
}
.lastudio-banner.lastudio-effect-marley .lastudio-banner__text{
  opacity: 0;
  padding: 0;
  transition: opacity 0.35s, transform 0.35s;
}
.lastudio-banner.lastudio-effect-marley .lastudio-banner__img{
  transition: opacity 0.35s, transform 0.35s;
}
.lastudio-banner.lastudio-effect-marley:hover{
  cursor: pointer;
}
.lastudio-banner.lastudio-effect-marley:hover .lastudio-banner__title{
  transform: translate3d(0, 91%, 0);
  opacity: 1;
}
.lastudio-banner.lastudio-effect-marley:hover .lastudio-banner__text{
  opacity: 1;
  transform: translate3d(0, 95%, 0);
}
.lastudio-banner.lastudio-effect-marley:hover .lastudio-banner__img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.lastudio-banner.lastudio-effect-ruby .lastudio-banner__content{
  padding: 2em;
}
.lastudio-banner.lastudio-effect-ruby .lastudio-banner__img{
  transition: transform 0.35s;
  transform: scale(1.15);
}
.lastudio-banner.lastudio-effect-ruby .lastudio-banner__title{
  margin-top: 20%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.lastudio-banner.lastudio-effect-ruby .lastudio-banner__text{
  margin: 1em 0 0;
  padding: 1.5em;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1);
}
.lastudio-banner.lastudio-effect-ruby:hover .lastudio-banner__img{
  transform: scale(1);
}
.lastudio-banner.lastudio-effect-ruby:hover .lastudio-banner__title{
  transform: translate3d(0, 0, 0);
}
.lastudio-banner.lastudio-effect-ruby:hover .lastudio-banner__text{
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.lastudio-banner.lastudio-effect-roxy .lastudio-banner__img{
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}
.lastudio-banner.lastudio-effect-roxy .lastudio-banner__content::before{
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}
.lastudio-banner.lastudio-effect-roxy .lastudio-banner__content{
  padding: 3em;
  text-align: left;
}
.lastudio-banner.lastudio-effect-roxy .lastudio-banner__title{
  padding: 30% 0 10px 0;
}
.lastudio-banner.lastudio-effect-roxy .lastudio-banner__text{
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lastudio-banner.lastudio-effect-roxy:hover .lastudio-banner__img{
  transform: translate3d(0, 0, 0);
}
.lastudio-banner.lastudio-effect-roxy:hover .lastudio-banner__content::before,
.lastudio-banner.lastudio-effect-roxy:hover .lastudio-banner__text{
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lastudio-banner.lastudio-effect-bubba .lastudio-banner__content::before,
.lastudio-banner.lastudio-effect-bubba .lastudio-banner__content::after{
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.lastudio-banner.lastudio-effect-bubba .lastudio-banner__content::before{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.lastudio-banner.lastudio-effect-bubba .lastudio-banner__content::after{
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.lastudio-banner.lastudio-effect-bubba .lastudio-banner__title{
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
.lastudio-banner.lastudio-effect-bubba .lastudio-banner__text{
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.lastudio-banner.lastudio-effect-bubba:hover .lastudio-banner__content::before,
.lastudio-banner.lastudio-effect-bubba:hover .lastudio-banner__content::after{
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.lastudio-banner.lastudio-effect-bubba:hover .lastudio-banner__title,
.lastudio-banner.lastudio-effect-bubba:hover .lastudio-banner__text{
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lastudio-banner.lastudio-effect-romeo{
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.lastudio-banner.lastudio-effect-romeo .lastudio-banner__img{
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 300px);
  transform: translate3d(0, 0, 300px);
}
.lastudio-banner.lastudio-effect-romeo .lastudio-banner__content::before,
.lastudio-banner.lastudio-effect-romeo .lastudio-banner__content::after{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  content: '';
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-50%, -50%, 0);
}
.lastudio-banner.lastudio-effect-romeo .lastudio-banner__title,
.lastudio-banner.lastudio-effect-romeo .lastudio-banner__text{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transition: transform 0.35s;
}
.lastudio-banner.lastudio-effect-romeo .lastudio-banner__title{
  transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
}
.lastudio-banner.lastudio-effect-romeo .lastudio-banner__text{
  padding: 0.25em 2em;
  transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
}
.lastudio-banner.lastudio-effect-romeo:hover .lastudio-banner__content::before{
  opacity: 0.5;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.lastudio-banner.lastudio-effect-romeo:hover .lastudio-banner__content::after{
  opacity: 0.5;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.lastudio-banner.lastudio-effect-romeo:hover .lastudio-banner__img{
  opacity: 0.6;
  transform: translate3d(0, 0, 0);
}
.lastudio-banner.lastudio-effect-romeo:hover .lastudio-banner__title{
  transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
}
.lastudio-banner.lastudio-effect-romeo:hover .lastudio-banner__text{
  transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
}
.lastudio-banner.lastudio-effect-sarah .lastudio-banner__img{
  max-width: none;
  width: calc(100% + 20px);
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-10px, 0, 0);
  backface-visibility: hidden;
}
.lastudio-banner.lastudio-effect-sarah .lastudio-banner__img{
  transform: translate3d(0, 0, 0);
}
.lastudio-banner.lastudio-effect-sarah .lastudio-banner__content{
  text-align: left;
  padding: 2em;
}
.lastudio-banner.lastudio-effect-sarah .lastudio-banner__title{
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}
.lastudio-banner.lastudio-effect-sarah .lastudio-banner__title::after{
  display: none;
}
.lastudio-banner.lastudio-effect-sarah .lastudio-banner__text{
  padding: 1em 0;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(100%, 0, 0);
}
.lastudio-banner.lastudio-effect-sarah:hover .lastudio-banner__title::after{
  transform: translate3d(0, 0, 0);
}
.lastudio-banner.lastudio-effect-sarah:hover .lastudio-banner__text{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lastudio-banner.lastudio-effect-chico .lastudio-banner__img{
  transition: transform 0.35s;
  transform: scale(1.12);
}
.lastudio-banner.lastudio-effect-chico .lastudio-banner__content{
  padding: 3em;
}
.lastudio-banner.lastudio-effect-chico .lastudio-banner__content::before{
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  -webkit-transform: scale(1.1);
}
.lastudio-banner.lastudio-effect-chico .lastudio-banner__content::before,
.lastudio-banner.lastudio-effect-chico .lastudio-banner__text{
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
.lastudio-banner.lastudio-effect-chico .lastudio-banner__title{
  padding: 20% 0 20px 0;
}
.lastudio-banner.lastudio-effect-chico .lastudio-banner__text{
  margin: 0 auto;
  max-width: 70%;
  transform: scale(1.5);
}
.lastudio-banner.lastudio-effect-chico:hover .lastudio-banner__img{
  transform: scale(1);
}
.lastudio-banner.lastudio-effect-chico:hover .lastudio-banner__content::before,
.lastudio-banner.lastudio-effect-chico:hover .lastudio-banner__text{
  opacity: 1;
  transform: scale(1);
}
.brands-list .brands-list__item-name{
  margin: 20px 0 0 0;
}
.brands-list .brands-list__item-img{
  display: inline-block;
}
.lastudio-animated-box__front, .lastudio-animated-box__back{
  padding: 10px;
}
.lastudio-animated-box__icon .lastudio-animated-box-icon-inner{
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.lastudio-animated-box__icon i{
  font-size: 40px;
  color: white;
}
.lastudio-animated-box .lastudio-animated-box__title{
  color: white;
  font-size: 23px;
  margin: 0 0 10px 0;
}
.lastudio-animated-box .lastudio-animated-box__subtitle{
  color: white;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.lastudio-animated-box .lastudio-animated-box__description{
  color: white;
  font-size: 13px;
  margin: 0 0 10px 0;
}
.lastudio-animated-box .lastudio-animated-box__button .lastudio-animated-box__button-text{
  margin: 0 3px;
}
.lastudio-animated-box .lastudio-animated-box__button .lastudio-animated-box__button-icon{
  color: white;
}
.lastudio-animated-text__before-text{
  font-size: 36px;
}
.lastudio-animated-text__animated-text{
  font-size: 40px;
}
.lastudio-animated-text__after-text{
  font-size: 36px;
}
.circle-counter .circle-val{
  color: #6ec1e4;
  font-size: 23px;
}
.circle-counter .circle-val .circle-counter__prefix{
  line-height: 1;
}
.circle-counter .circle-val .circle-counter__suffix{
  line-height: 1;
}
.circle-counter .circle-counter__title{
  padding-top: 10px;
}
.lastudio-slick-dots li span{
  background-color: #E7E7E7;
}
.lastudio-carousel .lastudio-carousel__item-title{
  margin: 0;
  padding: 0;
}
.lastudio-carousel .lastudio-arrow{
  width: 36px;
  height: 36px;
  border-radius: 18px;
  margin-top: -18px;
  color: #fff;
}
.lastudio-carousel .lastudio-arrow:before{
  font-size: 23px;
}
.lastudio-carousel .lastudio-arrow.prev-arrow{
  left: 20px;
}
.lastudio-carousel .lastudio-arrow.next-arrow{
  right: 20px;
}
.carousel__shadow .slick-slide:hover .lastudio-carousel__item-inner{
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.logo-partners .lastudio-carousel__item{
  filter: grayscale(100);
  -webkit-filter: grayscale(100);
  opacity: 0.7;
  transition: all 250ms ease-out;
}
.logo-partners .lastudio-carousel__item:hover{
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.lastudio-carousel__item-inner .lastudio-carousel__image img{
  transition: opacity 0.35s, transform 0.35s;
}
.lastudio-carousel__item-inner:hover .lastudio-carousel__image img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.lastudio-countdown-timer .lastudio-countdown-timer__item{
  margin: 10px;
}
.lastudio-countdown-timer .lastudio-countdown-timer__item-value{
  font-size: 23px;
}
.lastudio-countdown-timer .lastudio-countdown-timer__item-label{
  font-size: 13px;
}
.lastudio-images-layout__inner{
  margin: 10px;
}
.lastudio-images-layout__icon .lastudio-lastudio-images-layout-icon-inner{
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.lastudio-images-layout__icon i{
  font-size: 40px;
  color: white;
}
.lastudio-images-layout__content{
  padding: 20px;
}
.lastudio-images-layout__content:before{
  opacity: 0.4;
  background-color: rgba(84, 89, 95, 0.6);
}
.lastudio-images-layout .lastudio-images-layout__title{
  color: white;
  font-size: 23px;
  margin: 0 0 10px 0;
}
.lastudio-images-layout .lastudio-images-layout__desc{
  color: white;
  font-size: 13px;
  margin: 0 0 10px 0;
}
.lastudio-slider{
  position: relative;
}
.lastudio-slider__icon .lastudio-slider-icon-inner{
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.lastudio-slider__icon i{
  font-size: 40px;
  color: white;
}
.lastudio-slider .lastudio-slider__icon{
  color: white;
  font-size: 40px;
  text-align: center;
}
.lastudio-slider .lastudio-slider__title{
  color: white;
  font-size: 36px;
  margin: 10px 0;
  text-align: center;
}
.lastudio-slider .lastudio-slider__subtitle{
  color: white;
  font-size: 24px;
  margin: 10px 0;
  text-align: center;
}
.lastudio-slider .lastudio-slider__desc{
  color: white;
  font-size: 14px;
  margin: 10px 0 30px 0;
  text-align: center;
}
.lastudio-slider .lastudio-slider__button-wrapper{
  text-align: center;
}
.lastudio-slider .lastudio-slider__button-wrapper .lastudio-slider__button--primary{
  background-color: #6ec1e4;
}
.lastudio-slider .sp-image-container{
  position: relative;
}
.lastudio-slider .sp-image-container:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.lastudio-slider .sp-arrow{
  color: white;
  font-size: 30px;
  background-color: #6ec1e4;
}
.lastudio-slider .sp-full-screen-button{
  font-size: 16px;
  color: white;
}
.lastudio-slider .sp-buttons .sp-button{
  border-color: #6ec1e4;
  background-color: transparent;
}
.lastudio-slider .sp-buttons .sp-button.sp-selected-button{
  background-color: #6ec1e4;
}
.lastudio-slider .sp-buttons .sp-button:hover{
  background-color: #6ec1e4;
}
.lastudio-slider .sp-thumbnails .sp-thumbnail-container:hover:before{
  border: 2px solid #54595f;
}
.lastudio-slider .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail:before{
  border: 2px solid #6ec1e4;
}
.lastudio-team-member__cover{
  text-align: center;
  z-index: 2;
  bottom: 20px;
  opacity: 0;
  transition: all 0.4s 0.1s;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
}
.lastudio-team-member__item .loop__item__thumbnail--linkoverlay{
  opacity: 0;
}
.lastudio-team-member__item:hover .loop__item__thumbnail--linkoverlay{
  opacity: 0.9;
}
.lastudio-team-member__item:hover .lastudio-team-member__cover{
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.lastudio-team-member__socials .item--social a{
  width: 38px;
  height: 38px;
  line-height: 40px;
  padding: 0;
  border-radius: 50%;
  vertical-align: middle;
  margin: 5px;
  border: 1px solid;
  color: #fff;
  transition: all 250ms ease-out;
}
.lastudio-team-member__socials .item--social a:hover{
  background-color: var(--theme-heading-font-color);
  border-color: transparent;
  color: #fff;
}
.lastudio-team-member .lastudio-team-member__name{
  margin: 0;
}
.lastudio-team-member.preset-type-1 .lastudio-team-member__content{
  text-align: center;
  padding-top: 25px;
  padding-bottom: 15px;
}
.lastudio-team-member.preset-type-1 .lastudio-team-member__position{
  font-size: 12px;
}
.lastudio-team-member.preset-type-3 .lastudio-team-member__cover, .lastudio-team-member.preset-type-2 .lastudio-team-member__cover{
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  bottom: auto;
}
.lastudio-team-member.preset-type-3 .lastudio-team-member__content, .lastudio-team-member.preset-type-2 .lastudio-team-member__content{
  color: #fff;
  margin-bottom: 20px;
}
.lastudio-team-member.preset-type-3 .lastudio-team-member__image, .lastudio-team-member.preset-type-2 .lastudio-team-member__image{
  overflow: hidden;
}
.lastudio-team-member.preset-type-3 .lastudio-team-member__image:hover .loop__item__thumbnail--bkg:before, .lastudio-team-member.preset-type-2 .lastudio-team-member__image:hover .loop__item__thumbnail--bkg:before{
  display: none;
}
.lastudio-team-member.preset-type-3 .loop__item__thumbnail--bkg, .lastudio-team-member.preset-type-2 .loop__item__thumbnail--bkg{
  overflow: hidden;
}
.lastudio-team-member.preset-type-3 .loop__item__thumbnail--bkg:before, .lastudio-team-member.preset-type-2 .loop__item__thumbnail--bkg:before{
  height: 100px;
  width: 150px;
  opacity: 0.9;
  z-index: 9;
  bottom: -40px;
  left: -65px;
  content: "";
  transform: rotate(45deg);
  position: absolute;
}
.lastudio-team-member.preset-type-3 .lastudio-team-member__name,
.lastudio-team-member.preset-type-3 .lastudio-team-member__name a, .lastudio-team-member.preset-type-2 .lastudio-team-member__name,
.lastudio-team-member.preset-type-2 .lastudio-team-member__name a{
  color: inherit;
}
.lastudio-services .lastudio-services__icon{
  color: white;
  font-size: 40px;
  text-align: center;
  margin: 10px 0;
}
.lastudio-services .lastudio-services__icon .inner{
  width: 80px;
  height: 80px;
  background-color: #6ec1e4;
  border-radius: 50%;
}
.lastudio-services .lastudio-services__icon .inner i{
  color: white;
  font-size: 40px;
}
.lastudio-services .lastudio-services__title{
  font-size: 20px;
  color: black;
  margin: 10px 0;
}
.lastudio-services .lastudio-services__desc{
  text-align: center;
  font-size: 16px;
  color: #54595f;
  margin: 10px 0;
}
.lastudio-testimonials--comment-corner .lastudio-testimonials__comment{
  position: relative;
}
.lastudio-testimonials--comment-corner .lastudio-testimonials__comment:after{
  content: '';
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  border: 0 solid;
}
.lastudio-testimonials .lastudio-arrow{
  width: 36px;
  height: 36px;
  border-radius: 18px;
  margin-top: -18px;
  color: #fff;
  background-color: #6ec1e4;
}
.lastudio-testimonials .lastudio-arrow:before{
  font-size: 23px;
}
.lastudio-testimonials .lastudio-arrow.prev-arrow{
  left: 20px;
}
.lastudio-testimonials .lastudio-arrow.next-arrow{
  right: 20px;
}
.lastudio-testimonials .lastudio-slick-dots{
  margin: 20px 0 0 0;
}
.lastudio-testimonials.preset-type-1 .lastudio-testimonials__icon-inner{
  margin: auto;
}
.lastudio-testimonials.preset-type-1 .lastudio-testimonials__icon-inner i{
  font-size: 60px;
  line-height: 60px;
  vertical-align: top;
}
.lastudio-testimonials.preset-type-1 .lastudio-testimonials__content{
  padding: 0 50px;
}
.lastudio-testimonials.preset-type-1 .lastudio-testimonials__icon{
  margin-bottom: 20px;
}
.lastudio-testimonials.preset-type-1 .lastudio-testimonials__comment{
  font-size: 18px;
  line-height: 2;
  margin: auto;
}
.lastudio-testimonials.preset-type-1 .lastudio-testimonials_info{
  position: relative;
  min-height: 65px;
  text-align: center;
}
.lastudio-testimonials.preset-type-1 .lastudio-testimonials__figure{
  padding-bottom: 20px;
  padding-top: 5px;
  text-align: center;
}
.lastudio-testimonials.preset-type-1 .lastudio-testimonials__figure img{
  width: 92px;
  height: 92px;
  border-radius: 50%;
}
.lastudio-testimonials.preset-type-1 .lastudio-testimonials__name{
  font-size: 18px;
  padding-top: 0;
  padding-right: 15px;
  position: relative;
}
.lastudio-testimonials.preset-type-1 .lastudio-testimonials__name:before{
  content: "-";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.lastudio-testimonials.preset-type-1 .lastudio-testimonials__name,
.lastudio-testimonials.preset-type-1 .lastudio-testimonials__position{
  display: inline-block;
  margin: 0 5px;
}
.lastudio-testimonials.preset-type-1 .lastudio-testimonials__position{
  font-size: 12px;
}
.lastudio-testimonials.preset-type-1.style-custom-1 .lastudio-testimonials__name{
  font-size: 18px;
  padding-top: 0;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.lastudio-testimonials.preset-type-1.style-custom-1 .lastudio-testimonials__name:before{
  position: absolute;
  width: 10px;
  height: 1px;
  background: #fff;
  content: "";
  right: 0;
  top: .9em;
}
.lastudio-testimonials.preset-type-1.style-custom-1 .lastudio-testimonials__figure img{
  width: 78px;
  height: 78px;
}
.lastudio-testimonials.preset-type-1.style-custom-1 .lastudio-testimonials__position{
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.lastudio-testimonials.preset-type-1.style-custom-1 .lastudio-testimonials__icon-inner{
  margin: auto;
  border: 1px solid rgba(225, 225, 225, 0.1);
}
.lastudio-testimonials.preset-type-1.style-custom-1 .lastudio-testimonials__icon-inner i{
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  vertical-align: top;
}
.lastudio-testimonials.preset-type-2 .lastudio-testimonials__item-inner{
  padding-left: 100px;
  min-height: 80px;
  position: relative;
  color: var(--theme-heading-font-color);
  padding-top: 10px;
}
.lastudio-testimonials.preset-type-2 .lastudio-testimonials__figure{
  position: absolute;
  left: 0;
  width: 65px;
  height: 65px;
}
.lastudio-testimonials.preset-type-2 .lastudio-testimonials__icon{
  display: none;
}
.lastudio-testimonials.preset-type-2 .lastudio-testimonials__comment{
  font-size: 16px;
  font-weight: bold;
  color: inherit;
}
.lastudio-testimonials.preset-type-2 .lastudio-testimonials__position,
.lastudio-testimonials.preset-type-2 .lastudio-testimonials__name{
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  color: inherit;
  margin-right: .5em;
}
.lastudio-testimonials.preset-type-2 .lastudio-testimonials__position{
  color: #9B9B9B;
}
.lastudio-testimonials.preset-type-2 .lastudio-testimonials__rating{
  padding-top: 5px;
}
.lastudio-testimonials.preset-type-3 .lastudio-testimonials__content{
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
  height: auto;
  position: relative;
  padding-bottom: 50px !important;
}
.lastudio-testimonials.preset-type-3 .lastudio-testimonials__rating{
  display: none;
}
.lastudio-testimonials.preset-type-3 .lastudio-testimonials__icon{
  order: -2;
  text-align: left;
  font-size: 22px;
  margin-bottom: 16px;
}
.lastudio-testimonials.preset-type-3 .lastudio-testimonials__comment{
  order: -1;
  font-size: 46px;
  line-height: 1.37;
  margin: 0;
  padding-bottom: 60px;
}
.lastudio-testimonials.preset-type-3 .lastudio-testimonials__name{
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-top: 0px;
  text-align: left;
  padding-left: 105px;
}
.lastudio-testimonials.preset-type-3 .lastudio-testimonials__position{
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  margin-top: 5px;
  padding-left: 105px;
}
.lastudio-testimonials.preset-type-3 .lastudio-testimonials__figure{
  position: absolute;
  left: 60px;
  bottom: 30px;
  z-index: 1;
  max-width: 80px;
}
.lastudio-testimonials.preset-type-4 .lastudio-testimonials__item-inner{
  padding-top: 50px;
}
.lastudio-testimonials.preset-type-4 .lastudio-testimonials__content{
  padding: 75px 50px 50px;
  background-color: #fff;
  position: relative;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lastudio-testimonials.preset-type-4 .lastudio-testimonials__figure{
  position: absolute;
  top: -50px;
  width: 100px;
}
.lastudio-testimonials.preset-type-4 .lastudio-testimonials__figure img{
  width: 100%;
}
.lastudio-testimonials.preset-type-4 .lastudio-testimonials__rating{
  order: -1;
  margin-bottom: 5px;
}
.lastudio-testimonials.preset-type-4 .lastudio-testimonials__comment{
  line-height: 2;
}
.lastudio-testimonials.preset-type-4 .lastudio-testimonials__name{
  font-weight: bold;
  margin-right: 5px;
}
.testimonial-center-mode .lastudio-testimonials__item{
  opacity: 0.3;
}
.testimonial-center-mode .lastudio-testimonials__item.slick-active{
  opacity: 1;
}
.slick__dots__style_2 .lastudio-testimonials .lastudio-slick-dots li{
  background-color: #D8D8D8;
  padding: 0;
  overflow: hidden;
}
.slick__dots__style_2 .lastudio-testimonials .lastudio-slick-dots li span{
  width: 150px;
  font-size: 1px;
  height: 16px;
  border-radius: 9px;
  background: none;
}
.slick__dots__style_2 .lastudio-testimonials .lastudio-slick-dots li:first-child{
  border-radius: 9px 0 0 9px;
}
.slick__dots__style_2 .lastudio-testimonials .lastudio-slick-dots li:last-child{
  border-radius: 0 9px 9px 0;
}
.lastudio-button__icon{
  color: white;
  width: 25px;
  height: 25px;
  font-size: 25px;
  margin: 3px;
}
.lastudio-button__label{
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
}
.lastudio-button__state{
  padding: 20px 40px;
}
.button__size-large .lastudio-button__state{
  padding: 30px 65px;
}
.lastudio-button__plane-normal{
  background-color: #6ec1e4;
}
.lastudio-button__plane-hover{
  background-color: #54595f;
}
.elementor-button{
  border-radius: 0;
}
.elementor-button.elementor-size-lg{
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 20px 55px;
  border-radius: 0;
}
.elementor-button.elementor-size-xl{
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 30px 65px;
  border-radius: 0;
}
.elementor-widget-button.size-full .elementor-button{
  width: 100%;
}
.outline-btn .elementor-button{
  color: var(--theme-heading-font-color);
  border: 1px solid #969696;
  background: none;
  border-radius: 0;
}
.outline-btn .elementor-button:hover{
  border-color: transparent;
  color: #fff;
}
.lastudio-image-comparison .jx-label{
  margin: 5px;
  background-color: #54595f;
}
.lastudio-image-comparison .jx-controller{
  width: 40px;
  height: 40px;
  background-color: #6ec1e4;
  transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
.lastudio-image-comparison .jx-controller i{
  color: white;
  font-size: 20px;
  margin: 5px;
}
.lastudio-image-comparison .jx-image.jx-left{
  justify-content: flex-start;
}
.lastudio-image-comparison .jx-image.jx-right{
  justify-content: flex-end;
}
.lastudio-image-comparison .lastudio-arrow{
  width: 36px;
  height: 36px;
  border-radius: 18px;
  margin-top: -18px;
  color: #fff;
  background-color: #6ec1e4;
}
.lastudio-image-comparison .lastudio-arrow:before{
  font-size: 23px;
}
.lastudio-image-comparison .lastudio-arrow.prev-arrow{
  left: 20px;
}
.lastudio-image-comparison .lastudio-arrow.next-arrow{
  right: 20px;
}
.lastudio-image-comparison .lastudio-slick-dots{
  margin: 20px 0 0 0;
}
.lastudio-image-comparison .lastudio-slick-dots li.slick-active span{
  background-color: #61ce70;
}
.lastudio-image-comparison .lastudio-slick-dots li:hover span{
  background-color: #6ec1e4;
}
.lastudio-image-comparison .lastudio-slick-dots li span{
  background-color: #7a7a7a;
}
.lastudio-instagram-gallery__content{
  padding: 20px;
}
.lastudio-instagram-gallery__content:before{
  background-color: rgba(84, 89, 95, 0.6);
}
.lastudio-instagram-gallery__caption{
  color: white;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  margin: 10px 0;
  max-width: 100%;
  z-index: 1;
}
.lastudio-instagram-gallery__meta{
  z-index: 1;
}
.lastudio-instagram-gallery__comments-count{
  color: white;
  font-size: 20px;
  margin: 5px;
}
.lastudio-instagram-gallery__comments-icon{
  color: #6ec1e4;
  margin-right: 5px;
}
.lastudio-instagram-gallery__likes-count{
  color: white;
  font-size: 20px;
  margin: 5px;
}
.lastudio-instagram-gallery__likes-icon{
  color: #6ec1e4;
  margin-right: 5px;
}
.lastudio-scroll-navigation{
  z-index: 1;
}
.lastudio-scroll-navigation--position-left{
  margin-left: 20px;
}
.lastudio-scroll-navigation--position-right{
  margin-right: 20px;
  right: 60px;
}
.lastudio-scroll-navigation__dot{
  width: 40px;
  height: 2px;
}
.lastudio-scroll-navigation__item{
  margin: 5px 0;
}
.lastudio-scroll-navigation__item .lastudio-scroll-navigation__dot{
  background-color: #54595f;
}
.lastudio-scroll-navigation__item:hover .lastudio-scroll-navigation__dot{
  background-color: #61ce70;
}
.lastudio-scroll-navigation__item.invert .lastudio-scroll-navigation__dot{
  background-color: #fff;
}
.lastudio-scroll-navigation__item.active .lastudio-scroll-navigation__dot{
  background-color: #6ec1e4;
}
.lastudio-scroll-navigation--position-right .lastudio-scroll-navigation__item-hint{
  left: calc(100% + 10px);
  right: auto;
  text-align: right;
  width: 50px;
}
.lastudio-scroll-navigation__dot{
  border-radius: 50%;
  color: white;
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
.lastudio-scroll-navigation__dot i{
  font-size: inherit;
}
.lastudio-scroll-navigation__item-hint{
  background-color: #6ec1e4;
  padding: 0 10px;
  opacity: 0.2;
  position: static;
}
.lastudio-scroll-navigation__icon{
  color: white;
  font-size: 20px;
  margin: 5px;
}
.lastudio-scroll-navigation__label{
  color: white;
  font-size: 16px;
}
.lastudio-scroll-navigation__label:hover{
  cursor: pointer;
}
.lastudio-headline{
  margin: 0;
}
.lastudio-headline__first .lastudio-headline__deco{
  margin-right: 10px;
}
.lastudio-headline__second .lastudio-headline__deco{
  margin-left: 10px;
}
.lastudio-headline__divider{
  height: 2px;
  background-color: #7a7a7a;
}
.lastudio-headline__deco-icon i{
  font-size: 30px;
  color: #54595f;
}
.lastudio-headline--direction-horizontal .lastudio-headline__divider.lastudio-headline__left-divider{
  margin-right: 10px;
}
.lastudio-headline--direction-horizontal .lastudio-headline__divider.lastudio-headline__right-divider{
  margin-left: 10px;
}
.elementor-widget-heading .elementor-heading-title{
  line-height: 1.4074;
}
.elementor-widget-heading div.elementor-heading-title{
  line-height: 1;
}
.elementor-widget:not(:last-child){
  margin-bottom: 0;
}
.lastudio-subscribe-form .lastudio-subscribe-form__input{
  border: 1px solid #e0e0e8;
  background-color: #f7fafd;
  border-radius: 4px;
  padding: 13px 20px;
  margin: 5px 0;
}
.lastudio-subscribe-form .lastudio-subscribe-form__input.mail-invalid{
  color: #d9534f;
}
.lastudio-subscribe-form .lastudio-subscribe-form__input:focus{
  outline: none;
  box-shadow: 0 0 10px #e0e0e8;
}
.lastudio-subscribe-form .lastudio-subscribe-form__input:first-child{
  margin-top: 0;
}
.lastudio-subscribe-form .lastudio-subscribe-form__input:last-child{
  margin-bottom: 0;
}
.lastudio-subscribe-form .lastudio-subscribe-form__submit{
  background-color: #6ec1e4;
}
.lastudio-subscribe-form .lastudio-subscribe-form__submit-icon{
  color: white;
  font-size: 15px;
  margin-right: 10px;
}
.lastudio-subscribe-form--inline-layout .lastudio-subscribe-form__submit{
  margin-left: 10px;
}
.lastudio-subscribe-form--block-layout .lastudio-subscribe-form__submit{
  margin-top: 10px;
}
.lastudio-subscribe-form--response-success .lastudio-subscribe-form__message{
  color: #5cb85c;
}
.lastudio-subscribe-form--response-error .lastudio-subscribe-form__message{
  color: #d9534f;
}
.lastudio-progress-bar__wrapper{
  position: relative;
  height: 30px;
  background-color: #eeeeee;
  border-radius: 2px;
}
.lastudio-progress-bar__status-bar{
  height: 100%;
}
.lastudio-progress-bar__title-icon{
  margin-right: 5px;
}
.lastudio-progress-bar-type-1 .lastudio-progress-bar__title{
  align-self: flex-start;
}
.lastudio-progress-bar-type-1 .lastudio-progress-bar__title-text{
  color: #54595f;
}
.lastudio-progress-bar-type-1 .lastudio-progress-bar__title-icon{
  color: #54595f;
}
.lastudio-progress-bar-type-1 .lastudio-progress-bar__percent{
  margin: 0 10px;
  color: white;
  align-self: flex-end;
}
.lastudio-progress-bar-type-2 .lastudio-progress-bar__title{
  align-self: center;
  margin-top: 5px;
}
.lastudio-progress-bar-type-2 .lastudio-progress-bar__percent{
  align-self: center;
  margin-bottom: 5px;
}
.lastudio-progress-bar-type-3 .lastudio-progress-bar__inner{
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  font-size: 12px;
}
.lastudio-progress-bar-type-3 .lastudio-progress-bar__percent{
  width: 40px;
  margin-right: -20px;
  font-weight: bold;
}
.lastudio-progress-bar-type-3 .lastudio-progress-bar__wrapper{
  height: 6px;
}
.lastudio-progress-bar-type-3 .lastudio-progress-bar__title{
  justify-content: inherit;
  -webkit-justify-content: inherit;
  font-weight: bold;
  margin-bottom: 5px;
}
.lastudio-progress-bar-type-4 .lastudio-progress-bar__title{
  margin-right: 20px;
}
.lastudio-progress-bar-type-4 .lastudio-progress-bar__percent{
  margin-left: 20px;
}
.lastudio-progress-bar-type-4 .lastudio-progress-bar__wrapper{
  height: 10px;
}
.lastudio-progress-bar-type-5 .lastudio-progress-bar__title{
  margin-bottom: 5px;
  align-self: flex-start;
}
.lastudio-progress-bar-type-5 .lastudio-progress-bar__percent{
  margin-left: 10px;
}
.lastudio-progress-bar-type-6 .lastudio-progress-bar__title{
  align-self: flex-start;
}
.lastudio-progress-bar-type-6 .lastudio-progress-bar__wrapper{
  height: 60px;
}
.lastudio-progress-bar-type-6 .lastudio-progress-bar__status{
  margin-left: 10px;
}
.lastudio-progress-bar-type-6 .lastudio-progress-bar__percent{
  font-size: 25px;
}
.lastudio-progress-bar-type-7 .lastudio-progress-bar__wrapper{
  width: 50px;
  height: 300px;
  justify-content: flex-end;
}
.lastudio-progress-bar-type-7 .lastudio-progress-bar__percent{
  margin-bottom: 10px;
}
.lastudio-portfolio__item.visible-status .lastudio-portfolio__image-loader{
  display: none;
}
.lastudio-portfolio__inner{
  overflow: hidden;
}
.lastudio-images-layout__link:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: -150px;
  z-index: 2;
}
.lastudio-portfolio__item.visible-status .lastudio-portfolio__inner{
  transform: none !important;
}
.lastudio-portfolio__image:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  background-color: rgba(244, 118, 154, 0.9);
  transition: all .4s;
}
.lastudio-portfolio__item:hover .lastudio-portfolio__image:after{
  opacity: 1;
}
.lastudio-portfolio .lastudio-portfolio__filter-list{
  margin: 0 0 30px 0;
  font-size: 18px;
}
.lastudio-portfolio .lastudio-portfolio__filter-item{
  padding: 0 10px;
  margin: 0 15px;
}
.lastudio-portfolio .lastudio-portfolio__filter-item span{
  display: block;
  position: relative;
}
.lastudio-portfolio .lastudio-portfolio__filter-item span:after{
  content: '';
  border-top: 1px solid transparent;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 3px;
}
.lastudio-portfolio .lastudio-portfolio__filter-item-separator{
  font-size: 12px;
}
.lastudio-portfolio .lastudio-portfolio__title{
  color: inherit;
  margin: 0 0 5px 0;
}
.lastudio-portfolio .lastudio-portfolio__category{
  font-size: 16px;
  margin: 0 0 5px 0;
}
.lastudio-portfolio .lastudio-portfolio__desc{
  font-size: 16px;
  margin: 0 0 5px 0;
}
.lastudio-portfolio .lastudio-portfolio__view-more{
  margin-top: 5em;
}
.lastudio-portfolio .lastudio-portfolio__view-more-button{
  background-color: #fff;
  color: var(--theme-body-font-color);
  border: 1px solid #CACACA;
  border-radius: 0;
  padding: 1.93em 4em;
}
.lastudio-portfolio .lastudio-portfolio__view-more-button:hover{
  color: #fff;
  border-color: transparent;
}
.lastudio-portfolio .item--overlay{
  z-index: 2;
}
.lastudio-portfolio .lastudio-portfolio__content{
  position: absolute;
  bottom: 0;
  text-align: left;
  width: 100%;
  padding: 7% 9%;
}
.lastudio-portfolio .lastudio-portfolio__content-inner{
  display: block;
}
.lastudio-portfolio .lastudio-portfolio__desc{
  margin-bottom: 0;
}
.lastudio-portfolio .lastudio-portfolio__title{
  opacity: 0;
  transition: all .4s ease-in-out .1s;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
}
.lastudio-portfolio .lastudio-portfolio__category{
  opacity: 0;
  transition: all .4s ease-in-out .2s;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
}
.lastudio-portfolio .lastudio-portfolio__desc{
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: all .4s ease-in-out .3s;
}
.lastudio-portfolio .lastudio-portfolio__button{
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: all .4s ease-in-out .4s;
}
.lastudio-portfolio .lastudio-portfolio__item:hover .lastudio-portfolio__category,
.lastudio-portfolio .lastudio-portfolio__item:hover .lastudio-portfolio__button,
.lastudio-portfolio .lastudio-portfolio__item:hover .lastudio-portfolio__title,
.lastudio-portfolio .lastudio-portfolio__item:hover .lastudio-portfolio__desc{
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.lastudio-portfolio.preset-type-1 .lastudio-portfolio__button,
.lastudio-portfolio.preset-type-1 .lastudio-portfolio__category{
  display: none;
}
.lastudio-portfolio.preset-type-1 .lastudio-portfolio__content{
  color: #fff;
  pointer-events: none;
}
.lastudio-portfolio.preset-type-1 .lastudio-portfolio__content:after{
  content: "\ecf1";
  font-family: "dliconoutline";
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 8%;
  font-size: 2.5em;
  top: 50%;
  line-height: 1;
  margin-top: -.5em;
  opacity: 0;
  transition: all .4s ease-in-out .4s;
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
}
.lastudio-portfolio.preset-type-1 .lastudio-portfolio__item:hover .lastudio-portfolio__content:after{
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.lastudio-portfolio.preset-type-2 .lastudio-portfolio__content{
  color: #fff;
  pointer-events: none;
  max-width: 420px;
  left: 0;
  bottom: 80px;
  right: 0;
  margin: auto;
  z-index: 6;
  padding: 0;
}
.lastudio-portfolio.preset-type-2 .lastudio-images-layout__link{
  position: relative;
  z-index: 2;
}
.lastudio-portfolio.preset-type-2 .lastudio-portfolio__image:after{
  background-color: rgba(0, 0, 0, 0.2);
}
.lastudio-portfolio.preset-type-2 .lastudio-portfolio__title:after{
  content: '';
  width: 0;
  border-bottom: 2px solid;
  transition: all .4s ease-in-out .5s;
  display: none;
}
.lastudio-portfolio.preset-type-2 .lastudio-portfolio__button{
  width: 150px;
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 0px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 30px auto;
  display: block;
  font-weight: 600;
}
.lastudio-portfolio.preset-type-2 .lastudio-portfolio__item:hover .lastudio-portfolio__title:after{
  width: 100%;
}
.lastudio-portfolio.preset-type-3 .lastudio-portfolio__content{
  pointer-events: none;
  text-align: center;
  height: 100%;
  color: #fff;
}
.lastudio-portfolio.preset-type-3 .lastudio-portfolio__button,
.lastudio-portfolio.preset-type-3 .lastudio-portfolio__category{
  display: none;
}
.lastudio-portfolio.preset-type-3 .lastudio-portfolio__title{
  font-size: 32px;
  text-transform: uppercase;
}
.lastudio-portfolio.preset-type-3 .lastudio-portfolio__title:after{
  content: '';
  display: block;
  width: 40px;
  border-top: 5px solid;
  margin: 15px auto 0;
  padding-top: 15px;
}
.lastudio-portfolio.preset-type-4 .lastudio-portfolio__content{
  pointer-events: none;
  position: relative;
  background-color: #fff;
  padding: 20px 0;
  transition: all .4s;
}
.lastudio-portfolio.preset-type-4 .lastudio-portfolio__button,
.lastudio-portfolio.preset-type-4 .lastudio-portfolio__category{
  display: none;
}
.lastudio-portfolio.preset-type-4 .lastudio-portfolio__title{
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.lastudio-portfolio.preset-type-4 .lastudio-images-layout__link:after{
  content: "\ecf1";
  font-family: "dliconoutline";
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  font-size: 2.5em;
  top: 50%;
  line-height: 1;
  z-index: 1;
  color: #fff;
  opacity: 0;
  transition: all .4s ease-in-out .2s;
  margin-top: 1em;
}
.lastudio-portfolio.preset-type-4 .lastudio-portfolio__item:hover .lastudio-images-layout__link:after{
  opacity: 1;
  margin-top: -.5em;
}
.lastudio-portfolio.preset-type-4 .lastudio-portfolio__item:hover .lastudio-portfolio__content{
  margin-top: -80px;
  padding-bottom: 80px;
}
.lastudio-portfolio.preset-type-5 .lastudio-portfolio__content{
  pointer-events: none;
  text-align: center;
  height: 100%;
  color: #fff;
}
.lastudio-portfolio.preset-type-5 .lastudio-portfolio__button,
.lastudio-portfolio.preset-type-5 .lastudio-portfolio__category{
  display: none;
}
.lastudio-portfolio.preset-type-5 .lastudio-portfolio__title{
  font-size: 32px;
  text-transform: uppercase;
}
.lastudio-portfolio.preset-type-6 .lastudio-portfolio__button,
.lastudio-portfolio.preset-type-6 .lastudio-portfolio__category{
  display: none;
}
.lastudio-portfolio.preset-type-6 .lastudio-portfolio__content{
  pointer-events: none;
  max-width: 380px;
  left: 0;
  right: 0;
  bottom: 60px;
  color: #fff;
  z-index: 2;
  height: auto;
}
.lastudio-portfolio.preset-type-6 .lastudio-portfolio__title{
  font-size: 36px;
  font-weight: normal;
}
.lastudio-portfolio.preset-type-6 .lastudio-portfolio__desc{
  font-size: 12px;
}
.lastudio-portfolio.preset-type-6 .lastudio-portfolio__image:after{
  background-color: rgba(0, 0, 0, 0.2);
}
.lastudio-portfolio.preset-type-7 .lastudio-images-layout__link:before,
.lastudio-portfolio.preset-type-7 .lastudio-portfolio__desc{
  display: none;
}
.lastudio-portfolio.preset-type-7 .lastudio-portfolio__content{
  color: #fff;
  z-index: 2;
  bottom: -100px;
  transition: all 1s;
}
.lastudio-portfolio.preset-type-7 .lastudio-portfolio__image:after{
  background-color: rgba(21, 21, 21, 0.2);
  opacity: 1;
}
.lastudio-portfolio.preset-type-7 .lastudio-portfolio__content-inner2{
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}
.lastudio-portfolio.preset-type-7 .lastudio-portfolio__title{
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 30px;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.lastudio-portfolio.preset-type-7 .lastudio-portfolio__category{
  font-size: 18px;
  margin: 0;
  order: -1;
  -webkit-order: -1;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.lastudio-portfolio.preset-type-7 .lastudio-portfolio__button{
  border-radius: 0;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  background: none;
  padding: 25px 50px;
  font-weight: bold;
  text-transform: uppercase;
}
.lastudio-portfolio.preset-type-7 .lastudio-portfolio__item:hover .lastudio-portfolio__content{
  bottom: 0;
}
.lastudio-portfolio.preset-type-8 .lastudio-portfolio__button{
  display: none;
}
.lastudio-portfolio.preset-type-8 .lastudio-portfolio__category,
.lastudio-portfolio.preset-type-8 .lastudio-portfolio__desc,
.lastudio-portfolio.preset-type-8 .lastudio-portfolio__title{
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}
.lastudio-portfolio.preset-type-8 .lastudio-portfolio__content{
  pointer-events: none;
  position: relative;
  background-color: #fff;
  padding: 20px 0 0;
  text-align: center;
}
.lastudio-portfolio.preset-type-8 .lastudio-portfolio__content-inner2{
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}
.lastudio-portfolio.preset-type-8 .lastudio-portfolio__category{
  font-size: 12px;
  font-weight: bold;
  order: -1;
  -ms-flex-order: -1;
}
.lastudio-portfolio.preset-type-8 .lastudio-portfolio__title{
  font-weight: 600;
  margin-bottom: 10px;
}
.lastudio-portfolio.preset-type-8 .lastudio-portfolio__desc{
  color: rgba(47, 47, 47, 0.8);
  line-height: 2;
}
.lastudio-portfolio.layout-type-list .lastudio-portfolio__list{
  margin-bottom: 0;
}
.lastudio-portfolio.layout-type-list .lastudio-carousel{
  margin: 0;
}
.lastudio-portfolio.layout-type-list .lastudio-portfolio__image:after,
.lastudio-portfolio.layout-type-list .lastudio-images-layout__link:before{
  display: none;
}
.lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__inner{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__inner .lastudio-portfolio__image-instance{
  display: none;
}
.lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__image{
  padding-bottom: 100vh;
}
.lastudio-portfolio.preset-list-type-1 .lastudio-images-layout__link{
  width: 50%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 50%;
  order: 2;
}
.lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__content{
  width: 50%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 50%;
  position: static;
}
.lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__list:not(.slick-slider) .lastudio-portfolio__category,
.lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__list:not(.slick-slider) .lastudio-portfolio__desc,
.lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__list:not(.slick-slider) .lastudio-portfolio__button,
.lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__list:not(.slick-slider) .lastudio-portfolio__title{
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}
.lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__title{
  font-size: 64px;
  font-weight: bold;
  line-height: 1.2;
  color: var(--theme-primary-color);
}
.lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__button{
  margin: 50px 0 0;
  font-weight: 600;
  padding: 20px 50px;
  display: inline-block;
  line-height: 20px;
  border-radius: 0;
}
.lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__button:hover{
  color: #fff;
  background-color: var(--theme-secondary-color);
}
.lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__list .slick-active .lastudio-portfolio__category,
.lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__list .slick-active .lastudio-portfolio__desc,
.lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__list .slick-active .lastudio-portfolio__button,
.lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__list .slick-active .lastudio-portfolio__title{
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}
.lastudio-portfolio.preset-list-type-1 .lastudio-slick-dots{
  position: absolute;
  right: 50%;
  width: 80px;
  margin-right: 50px;
  display: block;
  flex-direction: column;
  -webkit-flex-direction: column;
  bottom: 10%;
}
.lastudio-portfolio.preset-list-type-1 .lastudio-slick-dots li{
  display: block;
  padding: 0 !important;
}
.lastudio-portfolio.preset-list-type-1 .lastudio-slick-dots li span{
  border-radius: 0;
  text-indent: 0;
  width: auto;
  height: auto;
  background: none;
  opacity: 0.2;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
}
.lastudio-portfolio.preset-list-type-1 .lastudio-slick-dots li span:before{
  content: '0';
  display: inline-block;
}
.lastudio-portfolio.preset-list-type-1 .lastudio-slick-dots li:nth-child(10) ~ li span:before{
  display: none;
}
.lastudio-portfolio.preset-list-type-1 .lastudio-slick-dots li.slick-active span{
  opacity: 1;
  border-bottom: 2px solid var(--theme-primary-color);
}
.lastudio-portfolio.preset-list-type-2 .lastudio-portfolio__desc,
.lastudio-portfolio.preset-list-type-2 .lastudio-portfolio__button{
  display: none;
}
.lastudio-portfolio.preset-list-type-2 .lastudio-portfolio__list > .slick-list{
  padding-right: 40%;
}
.lastudio-portfolio.preset-list-type-2 .lastudio-portfolio__inner{
  padding-bottom: 60px;
}
.lastudio-portfolio.preset-list-type-2 .lastudio-portfolio__inner .lastudio-portfolio__image-instance{
  display: none;
}
.lastudio-portfolio.preset-list-type-2 .lastudio-portfolio__image{
  padding-bottom: 77%;
}
.lastudio-portfolio.preset-list-type-2 .lastudio-portfolio__content{
  background: rgba(21, 21, 21, 0.9);
  width: 570px;
  max-width: 90%;
  padding: 50px;
  color: #fff;
  opacity: 0;
  transition: all .3s;
}
.lastudio-portfolio.preset-list-type-2 .lastudio-portfolio__list:not(.slick-slider) .lastudio-portfolio__content,
.lastudio-portfolio.preset-list-type-2 .lastudio-portfolio__list:not(.slick-slider) .lastudio-portfolio__category,
.lastudio-portfolio.preset-list-type-2 .lastudio-portfolio__list:not(.slick-slider) .lastudio-portfolio__title{
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}
.lastudio-portfolio.preset-list-type-2 .lastudio-portfolio__title{
  font-size: 36px;
  line-height: 1.4;
  font-weight: normal;
}
.lastudio-portfolio.preset-list-type-2 .lastudio-portfolio__list .slick-active .lastudio-portfolio__content,
.lastudio-portfolio.preset-list-type-2 .lastudio-portfolio__list .slick-active .lastudio-portfolio__category,
.lastudio-portfolio.preset-list-type-2 .lastudio-portfolio__list .slick-active .lastudio-portfolio__title{
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}
.lastudio-portfolio.preset-list-type-2 .lastudio-portfolio__button{
  right: 40px;
}
.lastudio-portfolio.preset-list-type-2 .slick-dotted{
  padding-left: 10%;
}
.lastudio-portfolio.preset-list-type-2 .lastudio-slick-dots{
  position: absolute;
  right: 90%;
  width: 80px;
  margin-right: 50px;
  display: block;
  flex-direction: column;
  -webkit-flex-direction: column;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.lastudio-portfolio.preset-list-type-2 .lastudio-slick-dots li{
  display: block;
  padding: 0 !important;
}
.lastudio-portfolio.preset-list-type-2 .lastudio-slick-dots li span{
  border-radius: 0;
  text-indent: 0;
  width: auto;
  height: auto;
  background: none;
  opacity: 0.2;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
}
.lastudio-portfolio.preset-list-type-2 .lastudio-slick-dots li span:before{
  content: '0';
  display: inline-block;
}
.lastudio-portfolio.preset-list-type-2 .lastudio-slick-dots li:nth-child(10) ~ li span:before{
  display: none;
}
.lastudio-portfolio.preset-list-type-2 .lastudio-slick-dots li.slick-active span{
  opacity: 1;
  border-bottom: 2px solid var(--theme-primary-color);
}
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__inner .lastudio-portfolio__image-instance{
  display: none;
}
.lastudio-portfolio.preset-list-type-3 .lastudio-images-layout__link:before{
  background-color: var(--theme-secondary-color);
  opacity: 0.15;
  bottom: 0;
  z-index: 1;
  display: block;
}
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__image{
  padding-bottom: 100vh;
}
.lastudio-portfolio.preset-list-type-3 .lastudio-images-layout__link{
  width: 100%;
}
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__content{
  height: auto;
  background: none;
  color: #fff;
  padding: 0;
  opacity: 1;
  width: auto;
  text-align: left;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 2;
}
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__content-inner2{
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__category{
  order: -1;
  -webkit-order: -1;
  font-size: 18px;
  margin: 0;
}
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__desc{
  display: none;
}
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__category,
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__desc,
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__button,
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__title{
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 1s;
}
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__desc{
  transition-delay: 1.3s;
}
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__button{
  transition-delay: 1.4s;
}
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__title{
  transition-delay: 1.2s;
}
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__list:not(.slick-slider) .lastudio-portfolio__category,
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__list:not(.slick-slider) .lastudio-portfolio__desc,
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__list:not(.slick-slider) .lastudio-portfolio__button,
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__list:not(.slick-slider) .lastudio-portfolio__title{
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__title{
  font-size: 54px;
  line-height: 1.4;
  font-weight: normal;
  margin: 0;
}
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__button{
  margin: 40px 0 0;
  font-weight: 700;
  padding: 0 10px;
  text-decoration: underline;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0;
  display: inline-block;
  line-height: 20px;
  border-radius: 0;
  background: none;
}
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__list .slick-active .lastudio-portfolio__category,
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__list .slick-active .lastudio-portfolio__desc,
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__list .slick-active .lastudio-portfolio__button,
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__list .slick-active .lastudio-portfolio__title{
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__list .slick-active:hover .lastudio-portfolio__button{
  transition-delay: 0s;
}
.lastudio-portfolio.preset-list-type-3 .slick-controls-auto a,
.lastudio-portfolio.preset-list-type-3 .lastudio-arrow{
  top: auto;
  transform: none;
  bottom: 85px;
  background-color: rgba(21, 21, 21, 0.5);
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 0;
  right: 90px;
  left: auto;
  position: absolute;
  text-align: center;
  line-height: 52px;
}
.lastudio-portfolio.preset-list-type-3 .slick-controls-auto a:hover,
.lastudio-portfolio.preset-list-type-3 .lastudio-arrow:hover{
  background-color: var(--theme-secondary-color);
}
.lastudio-portfolio.preset-list-type-3 .prev-arrow{
  margin-right: 124px;
}
.lastudio-portfolio.preset-list-type-3 .slick-controls-auto a{
  margin-right: 62px;
}
.lastudio-portfolio.preset-list-type-3 .slick-controls-auto a:not(.active){
  display: none;
}
.lastudio-portfolio.preset-list-type-3 .slick-controls-auto{
  display: block;
}
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__inner .lastudio-portfolio__image-instance{
  display: none;
}
.lastudio-portfolio.preset-list-type-4 .lastudio-images-layout__link:before{
  background-color: var(--theme-secondary-color);
  opacity: 0.15;
  bottom: 0;
  z-index: 1;
  display: block;
}
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__image{
  padding-bottom: 100vh;
}
.lastudio-portfolio.preset-list-type-4 .lastudio-images-layout__link{
  width: 100%;
}
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__content{
  padding: 30px;
  height: 100%;
  color: #fff;
  z-index: 2;
}
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__content-inner2{
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  text-align: center;
}
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__category{
  order: -1;
  -webkit-order: -1;
  font-size: 18px;
  margin: 0;
}
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__desc{
  display: none;
}
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__category,
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__desc,
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__button,
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__title{
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 1s;
}
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__desc{
  transition-delay: 1.3s;
}
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__button{
  transition-delay: 1.4s;
}
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__title{
  transition-delay: 1.2s;
}
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__list:not(.slick-slider) .lastudio-portfolio__category,
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__list:not(.slick-slider) .lastudio-portfolio__desc,
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__list:not(.slick-slider) .lastudio-portfolio__button,
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__list:not(.slick-slider) .lastudio-portfolio__title{
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__title{
  font-size: 54px;
  line-height: 1.4;
  font-weight: normal;
  margin: 0;
}
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__button{
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 40px auto 0;
  font-weight: 700;
  padding: 29px 45px;
  display: inline-block;
  line-height: 20px;
  border-radius: 0;
  background: none;
}
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__button:hover{
  color: #fff;
  background-color: var(--theme-secondary-color);
  border-color: var(--theme-secondary-color);
}
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__list .slick-active .lastudio-portfolio__category,
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__list .slick-active .lastudio-portfolio__desc,
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__list .slick-active .lastudio-portfolio__button,
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__list .slick-active .lastudio-portfolio__title{
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}
.lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__list .slick-active:hover .lastudio-portfolio__button{
  transition-delay: 0s;
}
.lastudio-portfolio.preset-list-type-4 .slick-controls-auto a,
.lastudio-portfolio.preset-list-type-4 .lastudio-arrow{
  top: auto;
  transform: none;
  bottom: 65px;
  background-color: rgba(21, 21, 21, 0.5);
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 0;
  right: calc(50% - 90px);
  left: auto;
  position: absolute;
  text-align: center;
  line-height: 52px;
}
.lastudio-portfolio.preset-list-type-4 .slick-controls-auto a:hover,
.lastudio-portfolio.preset-list-type-4 .lastudio-arrow:hover{
  background-color: var(--theme-secondary-color);
}
.lastudio-portfolio.preset-list-type-4 .prev-arrow{
  margin-right: 124px;
}
.lastudio-portfolio.preset-list-type-4 .slick-controls-auto a{
  margin-right: 62px;
}
.lastudio-portfolio.preset-list-type-4 .slick-controls-auto a:not(.active){
  display: none;
}
.lastudio-portfolio.preset-list-type-4 .slick-controls-auto{
  display: block;
}
.lastudio-portfolio.preset-list-type-5 .lastudio-portfolio__content-inner2{
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}
.lastudio-portfolio.preset-list-type-5 .lastudio-portfolio__category{
  order: -1;
  -webkit-order: -1;
  margin: 0;
}
.lastudio-portfolio.preset-list-type-5 .lastudio-portfolio__title{
  font-size: 36px;
  font-weight: normal;
}
.lastudio-portfolio.preset-list-type-5 .lastudio-portfolio__button,
.lastudio-portfolio.preset-list-type-5 .lastudio-portfolio__desc{
  display: none;
}
.lastudio-portfolio.preset-list-type-5 .lastudio-portfolio__content{
  position: static;
  padding: 20px 0;
}
.lastudio-portfolio.preset-list-type-5 .slick-list{
  padding-left: 20%;
  padding-right: 20%;
}
.lastudio-portfolio.preset-list-type-5 .lastudio-portfolio__list .slick-active .lastudio-portfolio__category,
.lastudio-portfolio.preset-list-type-5 .lastudio-portfolio__list .slick-active .lastudio-portfolio__desc,
.lastudio-portfolio.preset-list-type-5 .lastudio-portfolio__list .slick-active .lastudio-portfolio__title,
.lastudio-portfolio.preset-list-type-5 .lastudio-portfolio__list:not(.slick-slider) .lastudio-portfolio__category,
.lastudio-portfolio.preset-list-type-5 .lastudio-portfolio__list:not(.slick-slider) .lastudio-portfolio__desc,
.lastudio-portfolio.preset-list-type-5 .lastudio-portfolio__list:not(.slick-slider) .lastudio-portfolio__title{
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}
.lastudio-portfolio.preset-list-type-5 .slick-controls-auto{
  display: block;
}
.lastudio-portfolio.preset-list-type-5 .slick-controls-auto a,
.lastudio-portfolio.preset-list-type-5 .lastudio-arrow{
  top: auto;
  transform: none;
  bottom: 65px;
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 0;
  right: 20%;
  left: auto;
  position: absolute;
  text-align: center;
  line-height: 52px;
}
.lastudio-portfolio.preset-list-type-5 .prev-arrow{
  margin-right: 124px;
}
.lastudio-portfolio.preset-list-type-5 .slick-controls-auto a{
  margin-right: 62px;
}
.lastudio-portfolio.preset-list-type-5 .slick-controls-auto a:not(.active){
  display: none;
}
@media (min-width: 992px){
  .layout-type-masonry.advancedMasonry .lastudio-portfolio__item.hidden-status{
    height: 0 !important;
    width: 0 !important;
  }
  .layout-type-masonry.advancedMasonry .lastudio-images-layout__link{
    width: 100%;
    height: 100%;
  }
  .layout-type-masonry.advancedMasonry .lastudio-images-layout__link .lastudio-portfolio__image{
    width: 100%;
    height: 100%;
  }
  .layout-type-masonry.advancedMasonry .lastudio-portfolio__image-instance{
    display: none;
  }
}
@media (max-width: 991px){
  .lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__inner{
    flex-direction: column;
  }
  .lastudio-portfolio.preset-list-type-1 .lastudio-images-layout__link{
    width: 100%;
    max-width: 100%;
    order: 1;
  }
  .lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__image{
    padding-bottom: 580px;
  }
  .lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__content{
    width: 100%;
    max-width: 100%;
    min-height: 270px;
    padding: 10px;
    order: 2;
  }
  .lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__button{
    margin: 20px 0 0;
    background: none;
    color: var(--theme-secondary-color);
    width: 100%;
    text-align: right;
    padding: 0;
    position: relative;
  }
  .lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__button span{
    background-color: #fff;
    z-index: 2;
    position: relative;
    padding-left: 30px;
  }
  .lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__button:before{
    content: "";
    background: var(--theme-secondary-color);
    height: 2px;
    width: 100%;
    left: 0;
    position: absolute;
    top: .5em;
    z-index: 1;
  }
  .lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__button:hover{
    color: var(--theme-primary-color);
    background-color: transparent;
  }
  .lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__list{
    z-index: 9;
  }
  .lastudio-portfolio.preset-list-type-1 .lastudio-slick-dots{
    bottom: -50px;
    flex-direction: row;
    right: 5%;
    margin: 0;
    width: 90%;
    text-align: center;
  }
  .lastudio-portfolio.preset-list-type-1 .lastudio-slick-dots li{
    display: inline-block;
    margin: 0 5px;
  }
  .lastudio-portfolio.preset-list-type-1 .lastudio-slick-dots li span{
    width: 12px;
    height: 12px;
    font-size: 0;
    color: transparent;
    background: rgba(0, 0, 0, 0.5) !important;
    border: none !important;
    border-radius: 50%;
  }
  .lastudio-portfolio.preset-list-type-1 .lastudio-slick-dots li span:before{
    display: none;
  }
  .lastudio-portfolio.preset-list-type-1 .lastudio-slick-dots li.slick-active span{
    background-color: var(--theme-primary-color) !important;
  }
}
@media (max-width: 767px){
  .lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__image{
    padding-bottom: 310px;
  }
  .lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__button{
    font-size: 11px;
    letter-spacing: 2px;
  }
  .lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__content{
    min-height: 200px;
  }
  .lastudio-portfolio.preset-list-type-1 .lastudio-slick-dots{
    bottom: -30px;
  }
}
.lastudio-timeline__line{
  background-color: #e8e8f6;
}
.lastudio-timeline__line-progress{
  background-color: #55cdff;
}
.lastudio-timeline-item h5{
  margin-top: 0;
}
.lastudio-timeline-item .timeline-item__card{
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 2px 2px 30px 0 rgba(156, 156, 192, 0.26);
}
.lastudio-timeline-item .timeline-item__card-img{
  font-size: 0;
}
.lastudio-timeline-item .timeline-item__card-arrow{
  background-color: #fff;
}
.lastudio-timeline-item .timeline-item__card-content{
  padding: 40px;
}
.lastudio-timeline-item .timeline-item__meta-content{
  font-size: 16px;
  color: #a0a0a2;
}
.lastudio-timeline-item .timeline-item__point-content{
  color: #fff;
  background-color: #e8e8f6;
  border-radius: 50%;
}
.lastudio-timeline-item.is--active .timeline-item__point-content{
  background-color: #55cdff;
}
.lastudio-timeline-item.is--active .timeline-item__meta-content{
  color: #55cdff;
}
.lastudio-timeline-item--align-left .timeline-item__card{
  margin-left: 10px;
}
.lastudio-timeline-item--align-left .lastudio-timeline__line{
  margin-left: 20px;
}
.lastudio-timeline-item--align-right .timeline-item__card{
  margin-right: 10px;
}
.lastudio-timeline-item--align-right .lastudio-timeline__line{
  margin-right: 20px;
}
.elementor-icon-list-icon i{
  position: relative;
  top: -.05em;
  vertical-align: middle;
}
.elementor-icon-list-icon i.fa{
  top: -0.25em;
}
.lastudio-price-list .price-list{
  margin: 0;
}
.lastudio-price-list .price-list__item-separator{
  border-bottom: 2px dotted #434345;
}
/*--------------------------------------------------------------
	16. WooCommerce
---------------------------------------------------------------*/
/*--------------------------------------------------------------
	16.1 Category Product
---------------------------------------------------------------*/
.products{
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.products .product-category img{
  width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 1s;
  transition: opacity 0.35s, transform 1s;
}
.products .product-category .count{
  display: none;
}
.price ins{
  text-decoration: none;
}
.price .woocommerce-Price-currencySymbol{
  display: inline;
}
.onsale .save-total,
.onsale .save-sale-price{
  display: none;
}
.catalog-grid-1.grid-space-default .product-category{
  margin-bottom: 30px;
}
.catalog-grid-1 .product-category .cat-information{
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
  text-align: center;
}
.catalog-grid-1 .product-category .woocommerce-loop-category__title{
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #fff;
  margin: 0;
  padding: 20px 30px;
  line-height: 20px;
  min-width: 160px;
  text-align: center;
}
.catalog-grid-1 .product-category .item--overlay{
  visibility: visible;
  opacity: 0.9;
  background-color: transparent;
  transition: all 450ms ease-out;
}
.catalog-grid-1 .product-category a{
  display: block;
  position: relative;
  overflow: hidden;
}
.catalog-grid-1 .product-category a:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.catalog-grid-1 .product-category a:hover .item--overlay{
  background-color: rgba(52, 53, 56, 0.2);
}
.product_item .elementor-lastudio-countdown-timer{
  display: none;
}
.products.slick-slider .slick-list{
  padding-top: 10px;
}
.product_item--thumbnail .elm-countdown{
  position: absolute;
  left: 30px;
  bottom: 10px;
  z-index: 9;
  display: none;
}
.product_item--thumbnail .elm-countdown .countdown-section{
  display: block;
  width: 52px;
  height: 52px;
  border: 2px solid rgba(69, 69, 69, 0.3);
  border-radius: 50%;
  margin: 0 0 15px;
  padding: 10px 0;
}
.product_item--thumbnail .elm-countdown .countdown-section:before{
  display: none;
}
.product_item--thumbnail .elm-countdown .countdown-amount{
  font-size: 16px;
  display: block;
  line-height: 1;
}
.product_item--thumbnail .elm-countdown .countdown-period{
  font-size: 10px;
  line-height: normal;
  text-transform: lowercase;
  display: block;
  color: #454545;
}
.product_item--info .elementor-lastudio-countdown-timer{
  display: none;
}
.product_item--info .elementor-lastudio-countdown-timer{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.product_item--info .lastudio-countdown-timer .lastudio-countdown-timer__item{
  background: var(--theme-secondary-color);
  color: #fff;
  padding: 10px 20px;
}
.product_item--info .lastudio-countdown-timer .lastudio-countdown-timer__item-value{
  line-height: 1em;
  font-size: 18px;
}
.product_item--info .lastudio-countdown-timer .lastudio-countdown-timer__item-label{
  font-size: 12px;
}
.product_item--info .la-custom-badge{
  display: none;
}
.products-grid.grid-space-default .product_item .product_item--inner{
  margin-bottom: 30px;
}
.products-list .product_item .product_item--info .add_compare:before,
.products-list .product_item .product_item--info .add_wishlist:before, .products-list .product_item .product_item--thumbnail .product_item--action .quickview:before,
.products-grid-5 .product_item_thumbnail_action .button:before,
.products-grid-4 .product_item_thumbnail_action .button:before,
.products-grid-3 .product_item_thumbnail_action .button:before,
.products-grid-2 .product_item_thumbnail_action .button:before,
.products-grid-1 .product_item_thumbnail_action .button:before{
  font-family: FontAwesome;
  direction: ltr;
  font-size: 18px;
  display: block;
  height: inherit;
  line-height: inherit;
  text-align: center;
  width: inherit;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product_item .product_item--thumbnail{
  position: relative;
  z-index: 2;
}
.product_item .product_item--thumbnail .elementor-lastudio-countdown-timer{
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
.product_item .product_item--thumbnail .lastudio-countdown-timer .lastudio-countdown-timer__item{
  background: var(--theme-secondary-color);
  color: #fff;
  padding: 15px 20px;
}
.product_item .product_item--thumbnail .lastudio-countdown-timer .lastudio-countdown-timer__item-value{
  line-height: 1em;
  font-size: 18px;
}
.product_item .product_item--thumbnail .lastudio-countdown-timer .lastudio-countdown-timer__item-label{
  font-size: 12px;
}
.product_item .product_item--thumbnail-holder{
  text-align: center;
}
.product_item .product_item--thumbnail-holder .pic-m-fallback{
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(201, 201, 202, 0.14);
}
.product_item .product_item--thumbnail-holder a{
  display: block;
}
.product_item .product_item--thumbnail-holder a img{
  width: 100%;
  display: block;
}
.product_item .product_item--title{
  font-size: 12px;
  margin: 0 0 5px;
  line-height: inherit;
  font-weight: 400;
}
.product_item .product_item--info{
  position: relative;
  z-index: 2;
}
.product_item .product_item--info .la-custom-badge{
  display: none !important;
}
.product_item .added_to_cart{
  display: none;
}
.product_item .product_item--category-link,
.product_item .item--excerpt{
  display: none;
}
.product_item .star-rating{
  display: block;
  margin-bottom: 10px;
}
.product_item .star-rating ~ .star-rating{
  display: none;
}
.product_item.prod-rating-off .star-rating{
  display: none !important;
}
.product_item .price{
  line-height: 20px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
}
.product_item .price del{
  font-size: 100%;
}
.product_item .swatch-wrapper{
  float: none;
  display: inline-block;
  padding: 0;
  border-width: 0;
  margin: 0 2px 2px;
}
.product_item .swatch-wrapper:not(.swatch-only-label){
  border-radius: 50%;
}
.product_item .swatch-wrapper:not(.swatch-only-label) .swatch-anchor{
  max-width: 12px;
  max-height: 12px;
  border-radius: 50%;
}
.product_item .swatch-wrapper.swatch-only-label .swatch-anchor{
  line-height: normal !important;
  min-height: 0 !important;
  min-width: 0 !important;
}
.products-list .product_item{
  width: 100%;
}
.products-list .product_item .product_item--inner{
  margin-bottom: 70px;
  overflow: hidden;
}
.products-list .product_item .star-rating{
  margin: 0 0 14px;
}
.products-list .product_item .product_item--thumbnail{
  float: left;
  width: 32%;
}
.products-list .product_item .product_item--thumbnail .item--overlay{
  background-color: var(--theme-secondary-color);
}
.products-list .product_item .product_item--title{
  font-size: 24px;
  margin: 0 0 25px;
  line-height: normal;
}
.products-list .product_item .price{
  font-size: 18px;
}
.products-list .product_item .product_item--info{
  text-align: left;
  padding-left: 50px;
  float: left;
  width: 68%;
}
.products-list .product_item .product_item--info .product_item--action{
  float: left;
}
.products-list .product_item .product_item--info .quickview{
  display: none;
}
.products-list .product_item .product_item--info .add_to_cart_button{
  border: none;
  padding: 15px 45px;
  line-height: 24px;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 12px;
  transition: all 250ms ease-out;
  text-transform: uppercase;
}
.products-list .product_item .product_item--info .add_compare,
.products-list .product_item .product_item--info .add_wishlist{
  float: left;
  font-size: 0;
  position: relative;
  width: 40px;
  height: 54px;
  line-height: 54px;
  padding: 0;
}
.products-list .product_item .product_item--info .add_compare:hover, .products-list .product_item .product_item--info .add_compare.added,
.products-list .product_item .product_item--info .add_wishlist:hover,
.products-list .product_item .product_item--info .add_wishlist.added{
  color: var(--theme-primary-color);
}
.products-list .product_item .product_item--info .add_wishlist{
  font-weight: bold;
}
.products-list .product_item .product_item--info .add_wishlist:before{
  content: "\f004";
}
.products-list .product_item .product_item--info .add_compare{
  float: right;
}
.products-list .product_item .product_item--info .add_compare:before{
  content: "\f0c5";
}
.products-list .product_item .item--excerpt{
  display: block;
  margin-bottom: 30px;
  line-height: 24px;
  padding-top: 10px;
}
.products-list .product_item .product_item--thumbnail .product_item--action{
  visibility: hidden;
  position: absolute;
  margin-top: 0;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  z-index: 2;
  opacity: 0;
  transition: all 250ms ease-out;
  bottom: auto;
  right: auto;
}
.products-list .product_item .product_item--thumbnail .product_item--action .button:not(.quickview){
  display: none;
}
.products-list .product_item:hover .product_item--thumbnail .product_item--action{
  visibility: visible;
  opacity: 1;
  margin-top: -20px;
}
.products-list .product_item:hover .product_item--thumbnail .item--overlay{
  opacity: 0.05;
  visibility: visible;
}
.products-list .product_item--thumbnail-holder > a:not(.woocommerce-loop-product__link){
  display: none;
}
.products-list-mini .product_item .onsale{
  left: -15px;
  padding: 3px 14px;
  font-size: 12px;
  top: 15px;
}
.products-list-mini .product_item .product_item--inner{
  margin-bottom: 50px;
  overflow: visible;
}
.products-list-mini .product_item .product_item--thumbnail{
  width: 100px;
  float: left;
  margin-right: 30px;
  overflow: visible !important;
}
.products-list-mini .product_item .product_item--info{
  padding-left: 0;
  width: calc(100% - 130px);
}
.products-list-mini .product_item .product_item--title{
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 10px;
  line-height: 18px;
}
.products-list-mini .product_item .price{
  margin-bottom: 10px;
  font-size: 12px;
}
.products-list-mini .product_item .star-rating{
  margin: 0;
  float: none;
}
.product_item:hover .product_item--thumbnail .item--overlay{
  background-color: rgba(24, 24, 24, 0.2);
  opacity: 1;
}
.products-list-mini.products-list .product_item .product_item--info-action .button{
  border-radius: 0;
  border-radius: 0;
  min-width: 0;
  font-size: 10px;
  font-weight: normal;
  padding: 6px 23px;
  line-height: 24px;
  border-style: solid;
  border-width: 1px;
  margin: 5% 0 0;
}
.products-list-mini.products-list .product_item .product_item--info-action .button:not(:hover){
  background-color: transparent;
  color: var(--theme-secondary-color);
  border-color: var(--theme-border-color);
}
/** Color & Effect **/
.products-list .product_item .product_item--thumbnail .product_item--action .quickview,
.products-grid-5 .product_item_thumbnail_action .button,
.products-grid-4 .product_item_thumbnail_action .button,
.products-grid-3 .product_item_thumbnail_action .button,
.products-grid-2 .product_item_thumbnail_action .button,
.products-grid-1 .product_item_thumbnail_action .button{
  position: relative;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 0;
  display: inline-block;
  margin: 5px;
  padding: 0;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 50%;
  transition: all 250ms ease-out;
}
.products-list .product_item .product_item--thumbnail .product_item--action .quickview:hover,
.products-grid-5 .product_item_thumbnail_action .button:hover,
.products-grid-4 .product_item_thumbnail_action .button:hover,
.products-grid-3 .product_item_thumbnail_action .button:hover,
.products-grid-2 .product_item_thumbnail_action .button:hover,
.products-grid-1 .product_item_thumbnail_action .button:hover{
  color: #fff;
}
.products-grid-5 .product_item_thumbnail_action .add_wishlist:before,
.products-grid-4 .product_item_thumbnail_action .add_wishlist:before,
.products-grid-3 .product_item_thumbnail_action .add_wishlist:before,
.products-grid-2 .product_item_thumbnail_action .add_wishlist:before,
.products-grid-1 .product_item_thumbnail_action .add_wishlist:before{
  content: "\f004";
}
.products-grid-5 .product_item_thumbnail_action .add_compare:before,
.products-grid-4 .product_item_thumbnail_action .add_compare:before,
.products-grid-3 .product_item_thumbnail_action .add_compare:before,
.products-grid-2 .product_item_thumbnail_action .add_compare:before,
.products-grid-1 .product_item_thumbnail_action .add_compare:before{
  content: "\f0c5";
}
.products-grid-5 .product_item_thumbnail_action .add_to_cart_button:before,
.products-grid-4 .product_item_thumbnail_action .add_to_cart_button:before,
.products-grid-3 .product_item_thumbnail_action .add_to_cart_button:before,
.products-grid-2 .product_item_thumbnail_action .add_to_cart_button:before,
.products-grid-1 .product_item_thumbnail_action .add_to_cart_button:before{
  content: "\f07a";
}
.products-grid-5 .product_item_thumbnail_action .add_to_cart_button span,
.products-grid-4 .product_item_thumbnail_action .add_to_cart_button span,
.products-grid-3 .product_item_thumbnail_action .add_to_cart_button span,
.products-grid-2 .product_item_thumbnail_action .add_to_cart_button span,
.products-grid-1 .product_item_thumbnail_action .add_to_cart_button span{
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.products-list .product_item .product_item--thumbnail .product_item--action .quickview:before,
.products-grid-5 .product_item_thumbnail_action .quickview:before,
.products-grid-4 .product_item_thumbnail_action .quickview:before,
.products-grid-3 .product_item_thumbnail_action .quickview:before,
.products-grid-2 .product_item_thumbnail_action .quickview:before,
.products-grid-1 .product_item_thumbnail_action .quickview:before{
  content: "\f06e";
}
.products-grid .product_item--info{
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.products-grid .product_item--info .product_item--action{
  display: none;
}
.products-grid .product_item--info .la-swatch-control{
  margin-top: 5px;
  line-height: 0;
  float: right;
}
.products-grid-5 .product_item--action,
.products-grid-4 .product_item--action,
.products-grid-3 .product_item--action,
.products-grid-2 .product_item--action,
.products-grid-1 .product_item--action{
  position: absolute;
  width: 50px;
  z-index: 4;
  text-align: center;
  bottom: 40px;
}
.products-grid-5 .product_item--action .button,
.products-grid-4 .product_item--action .button,
.products-grid-3 .product_item--action .button,
.products-grid-2 .product_item--action .button,
.products-grid-1 .product_item--action .button{
  opacity: 0;
  transform: translate(50px, 0);
  -webkit-transform: translate(50px, 0);
  transition-delay: 50ms;
}
.products-grid-5 .product_item--action .button:hover,
.products-grid-4 .product_item--action .button:hover,
.products-grid-3 .product_item--action .button:hover,
.products-grid-2 .product_item--action .button:hover,
.products-grid-1 .product_item--action .button:hover{
  background-color: var(--theme-primary-color);
}
.products-grid-5 .product_item--action .wrap-addto .button,
.products-grid-4 .product_item--action .wrap-addto .button,
.products-grid-3 .product_item--action .wrap-addto .button,
.products-grid-2 .product_item--action .wrap-addto .button,
.products-grid-1 .product_item--action .wrap-addto .button{
  transition-delay: 100ms;
}
.products-grid-5 .product_item--action .wrap-addto .button + .button,
.products-grid-4 .product_item--action .wrap-addto .button + .button,
.products-grid-3 .product_item--action .wrap-addto .button + .button,
.products-grid-2 .product_item--action .wrap-addto .button + .button,
.products-grid-1 .product_item--action .wrap-addto .button + .button{
  transition-delay: 150ms;
}
.products-grid-5 .product_item--action .wrap-addto .button + .button + .button,
.products-grid-4 .product_item--action .wrap-addto .button + .button + .button,
.products-grid-3 .product_item--action .wrap-addto .button + .button + .button,
.products-grid-2 .product_item--action .wrap-addto .button + .button + .button,
.products-grid-1 .product_item--action .wrap-addto .button + .button + .button{
  transition-delay: 200ms;
}
.products-grid-5 .product_item--inner:hover .product_item--action .button,
.products-grid-4 .product_item--inner:hover .product_item--action .button,
.products-grid-3 .product_item--inner:hover .product_item--action .button,
.products-grid-2 .product_item--inner:hover .product_item--action .button,
.products-grid-1 .product_item--inner:hover .product_item--action .button{
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.products-grid-1 .star-rating{
  display: none;
}
.products-grid-1 .product_item--inner{
  overflow: hidden;
}
.products-grid-1 .product_item--action{
  width: 100%;
  top: 50%;
  height: 50px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.products-grid-1 .product_item--info{
  text-align: left;
}
.products-grid-1 .product_item--info .product_item--title{
  font-size: 14px;
  text-transform: uppercase;
}
.products-grid-1 .product_item--info .price{
  position: absolute;
  top: -36px;
  left: -100px;
  background: var(--theme-secondary-color);
  padding: 8px 20px;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.products-grid-1 .product_item--info .price span{
  color: #fff;
  font-weight: 300;
}
.products-grid-1 .product_item--inner:hover .product_item--info .price{
  opacity: 1;
  left: 0;
}
.product-center-mode .product_item{
  opacity: 0.5;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-center-mode .product_item.slick-center{
  opacity: 1;
  margin-top: 0;
}
.product-center-mode .product_item .product_item--title{
  position: relative;
  height: 61px;
  line-height: 61px;
}
.product-center-mode .product_item .product_item--title{
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 60px;
}
.product-center-mode .product_item .product_item--title:before{
  position: absolute;
  content: "";
  background: url(assets/images/circle-simple-right.png);
  width: 61px;
  height: 61px;
  font-family: FontAwesome;
  direction: ltr;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 100%;
  right: 0;
  top: 0;
}
.product-center-mode .product_item .product_item--title:hover:before{
  background-position: center bottom;
}
@media (max-width: 992px){
  .product-center-mode .product_item{
    opacity: 1;
  }
}
@media (max-width: 1200px){
  .product-center-mode .product_item .product_item--title{
    line-height: 35px;
    padding-right: 40px;
  }
  .product-center-mode .product_item .product_item--title:before{
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 1200px){
  .product-center-mode .product_item{
    margin-top: 60px;
  }
  .product-center-mode .lastudio-carousel .lastudio-slick-dots{
    max-width: 448px;
    margin: 0px auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    height: 70px;
  }
  .product-center-mode .lastudio-carousel .lastudio-slick-dots li{
    padding: 0 !important;
  }
  .product-center-mode .lastudio-carousel .lastudio-slick-dots li span{
    text-indent: initial;
    font-size: 24px;
    width: 112px;
    height: 70px;
    border: 1px solid transparent;
    border-radius: 40px;
    text-align: center;
    color: var(--theme-secondary-color);
    opacity: 0.2;
    line-height: 70px;
    background-color: transparent;
  }
  .product-center-mode .lastudio-carousel .lastudio-slick-dots li span:hover{
    opacity: 1;
    background-color: transparent;
  }
  .product-center-mode .lastudio-carousel .lastudio-slick-dots li.slick-active span{
    opacity: 1;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.product-center-mode-02 .product_item{
  opacity: 0.5;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-center-mode-02 .product_item.slick-center{
  opacity: 1;
}
@media (min-width: 1850px){
  .product-center-mode-02 .product_item .product_item--inner{
    padding: 60px;
    margin: 0px -30px;
  }
  .product-center-mode-02 .product_item.slick-center .product_item--inner{
    padding: 0px;
  }
}
.products-grid-2 .product_item--info .product_item--title{
  font-size: 14px;
  text-transform: uppercase;
}
.products-grid-2 .product_item--action{
  width: 100%;
  right: 0;
}
.products-grid-2 .product_item--action .button{
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 0;
}
.products-grid-2 .product_item--action .button:before{
  font-size: 18px;
}
.products-grid-3 .product_item--action{
  width: 100%;
  top: 50%;
  height: 50px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.products-grid-3 .product_item--info{
  text-align: center;
}
.products-grid-3 .product_item--info .product_item--title{
  font-size: 14px;
  text-transform: uppercase;
}
.products-grid-3 .product_item--info .price{
  font-weight: 400;
}
.products-grid-4 .product_item--action{
  width: 100%;
  top: 50%;
  height: 50px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.products-grid-4 .product_item--info{
  text-align: left;
}
.products-grid-4 .product_item--info .product_item--title{
  font-size: 14px;
  text-transform: uppercase;
}
.products-grid-4 .product_item--info .price{
  font-weight: 400;
}
.products-grid-4 .product_item--info .la-custom-badge{
  display: none !important;
}
.products-grid-5 .product_item--inner{
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.products-grid-5 .product_item--inner .product_item--action{
  width: 100%;
  top: 50%;
  height: 50px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.products-grid-5 .product_item--inner .product_item--thumbnail .item--overlay{
  background-color: var(--theme-secondary-color);
}
.products-grid-5 .product_item--inner .product_item_thumbnail_action .button{
  border-radius: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.products-grid-5 .product_item--inner .product_item--info{
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 80%;
  text-align: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.products-grid-5 .product_item--inner .product_item--info .product_item--title{
  font-size: 14px;
  text-transform: uppercase;
}
.products-grid-5 .product_item--inner .product_item--info .product_item--title a{
  color: #fff;
}
.products-grid-5 .product_item--inner .product_item--info .price{
  font-weight: 400;
  color: #fff;
}
.products-grid-5 .product_item--inner .product_item--info .la-custom-badge{
  display: none !important;
}
.products-grid-5 .product_item--inner:hover .product_item--info{
  bottom: 20px;
  opacity: 1;
}
.products-grid-5 .product_item--inner:hover .item--overlay{
  opacity: 0.3;
}
.product_item.thumb-has-effect .product_item--thumbnail{
  overflow: hidden;
}
.product_item.thumb-has-effect .product_item--thumbnail .pic-m-fallback,
.product_item.thumb-has-effect .product_item--thumbnail img{
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.product_item.thumb-has-effect .product_item--thumbnail div.wp-alt-image{
  background-position: center center;
  background-size: cover;
  height: 100%;
}
.product_item.thumb-has-effect .product_item--thumbnail .pic-m-fallback{
  padding-bottom: 50%;
}
.product_item.thumb-has-effect .product_item--thumbnail .pic-m-fallback-second,
.product_item.thumb-has-effect .product_item--thumbnail .wp-alt-image{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  opacity: 0;
  width: 100%;
}
.product_item.thumb-has-effect .product_item--thumbnail .pic-m-fallback-second{
  height: 0;
}
.product_item.thumb-has-effect .product_item--thumbnail .item--overlay{
  z-index: 2;
}
.product_item.thumb-has-effect .product_item--thumbnail:hover .pic-m-fallback-first,
.product_item.thumb-has-effect .product_item--thumbnail:hover .wp-post-image{
  opacity: 1;
}
.product_item.thumb-has-effect .product_item--thumbnail:hover .pic-m-fallback-second,
.product_item.thumb-has-effect .product_item--thumbnail:hover .wp-alt-image{
  opacity: 1;
}
.product_item.thumb-no-effect .product_item--thumbnail{
  overflow: hidden;
}
.product_item.thumb-no-effect .item--overlay{
  transition: all 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.la-shop-products .la-pagination{
  margin-top: 20px;
  margin-bottom: 20px;
}
.products-grid.la-isotope-container .product_item:not(.showmenow){
  opacity: 1;
}
@media (min-width: 1024px){
  .prods_masonry.cover-img-bg .product_item--inner{
    height: 100%;
  }
  .prods_masonry.cover-img-bg:not(.products-grid-5) .product_item--thumbnail{
    height: calc(100% - 100px);
  }
  .prods_masonry.cover-img-bg:not(.products-grid-5) .prod-has-rating .product_item--thumbnail{
    height: calc(100% - 120px);
  }
  .prods_masonry.cover-img-bg.products-grid-5 .product_item--thumbnail{
    height: 100%;
  }
  .prods_masonry.cover-img-bg .product_item--thumbnail-holder img{
    display: none;
  }
  .prods_masonry.cover-img-bg .product_item--thumbnail-holder .pic-m-fallback{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-bottom: 0 !important;
  }
}
.productlist__big_space .product_item--inner{
  padding-bottom: 20px;
}
.productlist__big_space .grid-space-0 .product_item--inner{
  padding-bottom: 30px;
}
.woocommerce.special_offers .product_item_thumbnail_action{
  width: auto;
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.woocommerce.special_offers .product_item--thumbnail .elm-countdown{
  display: none;
}
.woocommerce.special_offers .product_item--info .la-custom-badge{
  display: block;
  border-radius: 50%;
  min-height: 90px;
  min-width: 90px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -45px;
  right: 30px;
}
.woocommerce.special_offers .product_item--info .la-custom-badge > span:not(.save-sale-price){
  display: none;
}
.woocommerce.special_offers .product_item--info .la-custom-badge .hidden{
  display: block !important;
}
.woocommerce.special_offers .product_item--info .la-custom-badge .save-sale-price{
  display: block;
}
.woocommerce.special_offers .product_item--info .la-custom-badge .amount{
  font-size: 18px;
}
.woocommerce.special_offers .product_item--info .elm-countdown{
  display: block;
  padding-top: 10px;
}
.woocommerce.special_offers .product_item--info .price{
  display: none;
}
/** Responsive **/
@media (max-width: 991px) and (min-width: 768px){
  .product_item--info .elm-countdown .countdown-section{
    line-height: 24px;
  }
  .product_item--info .elm-countdown .countdown-period{
    display: block;
    line-height: 0px;
  }
}
@media (max-width: 1024px){
  .products-list .product_item .product_item--thumbnail .product_item--action .quickview,
  .products-grid.products-grid-1 .product_item--thumbnail .wrap-addto .button{
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 800px){
  .woocommerce.special_offers .product_item--info .la-custom-badge{
    display: none;
  }
}
/*--------------------------------------------------------------
	16.2. Search Product
---------------------------------------------------------------*/
@media (min-width: 1100px){
  .results-container.woocommerce ul.products.products-grid .grid-item{
    width: 33%;
  }
}
@media (min-width: 1300px){
  .results-container.woocommerce ul.products.products-grid .grid-item{
    width: 25%;
  }
}
/*--------------------------------------------------------------
	16.3. Single Product
---------------------------------------------------------------*/
.single-product .page-header-inner header{
  display: none;
}
.woocommerce-product-gallery__wrapper embed,
.woocommerce-product-gallery__wrapper iframe,
.woocommerce-product-gallery__wrapper object,
.woocommerce-product-gallery__wrapper video{
  width: 100%;
  max-width: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100% !important;
}
.woocommerce-product-gallery__wrapper a[data-videolink^="http"]{
  display: block;
  position: relative;
  width: 100%;
  z-index: 9;
}
.la-woo-product-gallery > .woocommerce-product-gallery__trigger{
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 30px;
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  z-index: 2;
  text-align: center;
  text-indent: -999px;
  overflow: hidden;
  color: #ffffff;
}
.la-woo-product-gallery > .woocommerce-product-gallery__trigger:before{
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\f00e";
  line-height: inherit;
  text-indent: 0;
}
.la-woo-thumbs .la-thumb-inner{
  margin-left: -5px;
  margin-right: -5px;
}
.la-woo-thumbs .la-thumb{
  width: 70px;
  float: left;
  margin: 5px;
  border: none;
}
.la-woo-thumbs .la-thumb.slick-current.slick-active{
  border-width: 2px;
  border-style: solid;
}
.la-woo-thumbs .la-thumb:not(.slick-current){
  border: 2px solid transparent;
}
.la-woo-thumbs .la-thumb:not(.slick-current) img{
  opacity: 0.8;
}
.la-woo-thumbs .la-thumb div{
  position: relative;
}
.la-woo-thumbs .la-thumb div:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 53, 56, 0.4);
}
.la-woo-thumbs .la-thumb .play-overlay{
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.la-woo-thumbs .slick-arrow{
  font-size: 20px;
  line-height: 20px;
  display: block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  position: absolute;
}
.la-woo-thumbs .slick-arrow > span{
  display: block;
  line-height: 20px;
}
.la-woo-thumbs .slick-arrow.slick-disabled{
  opacity: 0;
}
.la-woo-thumbs .slick-vertical .slick-arrow{
  left: 50%;
  right: auto;
  top: 100%;
  opacity: 1;
}
.la-woo-thumbs .slick-vertical .slick-arrow i{
  font-family: FontAwesome;
}
.la-woo-thumbs .slick-vertical .slick-prev{
  margin-left: -25px;
  margin-top: 10px;
}
.la-woo-thumbs .slick-vertical .slick-prev i:before{
  content: "\f106";
}
.la-woo-thumbs .slick-vertical .slick-next{
  margin-right: -25px;
  margin-top: 10px;
}
.la-woo-thumbs .slick-vertical .slick-next i:before{
  content: "\f107";
}
.product-main-image{
  margin-bottom: 30px;
}
.product-main-image img{
  width: 100%;
}
.product-main-image .la_woo_loading{
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.product-main-image .la-woo-product-gallery{
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.product-main-image img.zoomImg{
  display: none;
}
.product-main-image .swatch-loading{
  pointer-events: none;
  position: relative;
  overflow: hidden;
}
.product-main-image .swatch-loading .la_woo_loading{
  opacity: 1;
  visibility: visible;
}
.product-main-image .swatch-loading .la-woo-product-gallery{
  position: static !important;
}
.product-main-image .swatch-loading .la-woo-product-gallery .woocommerce-product-gallery__wrapper,
.product-main-image .swatch-loading .la-woo-thumbs .la-thumb-inner{
  opacity: 0.3;
}
.product-main-image .no-gallery .la-woo-thumbs{
  display: none;
}
@media (min-width: 991px){
  .la-p-single-2 .product-main-image .la-woo-product-gallery{
    float: right;
    position: relative;
    width: calc(100% - 85px);
  }
  .la-p-single-2 .product-main-image .la-woo-thumbs{
    position: relative;
    float: left;
    width: 70px;
  }
  .la-p-single-2 .no-gallery .la-woo-product-gallery{
    width: 100%;
  }
}
@media (min-width: 1400px){
  .enable-main-fullwidth .la-p-single-2 .product-main-image .la-woo-product-gallery{
    float: right;
    position: relative;
    width: calc(100% - 160px);
  }
  .enable-main-fullwidth .la-p-single-2 .product-main-image .la-woo-thumbs{
    position: relative;
    float: left;
    width: 140px;
  }
  .enable-main-fullwidth .la-p-single-2 .product-main-image .la-woo-thumbs .la-thumb-inner{
    margin: 0;
  }
  .enable-main-fullwidth .la-p-single-2 .product-main-image .la-woo-thumbs .la-thumb{
    margin: 0 0 20px;
  }
  .enable-main-fullwidth .la-p-single-2 .no-gallery .la-woo-product-gallery{
    width: 100%;
  }
}
.product--summary{
  margin-bottom: 30px;
}
.product--summary .la-breadcrumbs{
  margin-bottom: 30px;
}
.product--summary .product_title{
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: normal;
  text-transform: uppercase;
}
.product--summary .entry-summary{
  padding: 0;
}
.product--summary .entry-summary > .stock.in-stock{
  float: right;
  background: none;
  font-size: 12px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 25px;
}
.product--summary .entry-summary > .stock.in-stock:before{
  content: '\7e';
  font-family: 'dl-icon';
  direction: ltr;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  top: -1px;
  font-size: 14px;
  padding: 0 5px;
  vertical-align: middle;
}
.product--summary .entry-summary > .cart{
  margin-top: 30px;
}
.product--summary .variations_form .variations tr{
  display: inline-block;
  margin-right: 10px;
}
.product--summary .variations_form .variations th,
.product--summary .variations_form .variations td{
  display: inline-block;
  width: auto !important;
  margin-right: 15px;
  vertical-align: middle;
  padding: 0 !important;
  position: relative;
}
.product--summary .variations_form a.reset_variations{
  position: absolute;
  right: -70px;
  top: .6em;
}
.product--summary .variations_form .swatch-wrapper{
  border: none;
  margin: 0;
  font-size: 12px;
}
.product--summary .grouped_form .woocommerce-grouped-product-list-item__quantity{
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product--summary .grouped_form div.quantity span{
  height: 45px;
  line-height: 45px;
}
.product--summary .grouped_form div.quantity .qty{
  height: 50px;
}
.product--summary .grouped_form .woocommerce-grouped-product-list-item__label{
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  margin-top: 5px;
}
.product--summary .grouped_form .woocommerce-grouped-product-list-item__price{
  font-size: 14px;
}
.product--summary .grouped_form .woocommerce-grouped-product-list-item__price,
.product--summary .grouped_form .woocommerce-grouped-product-list-item__label{
  width: 100%;
  text-align: left;
  display: block;
  padding: 0 0 0 20px;
}
.product--summary .product-nextprev{
  float: right;
  line-height: 20px;
  font-size: 20px;
  margin-top: -6px;
}
.product--summary .product-nextprev a{
  display: inline-block;
}
.product--summary .product-nextprev a i{
  line-height: inherit;
  vertical-align: middle;
}
.product--summary .product-nextprev a + a{
  margin-left: 10px;
}
.product--summary .woocommerce-product-rating{
  display: inline-block;
  line-height: 14px;
}
.product--summary .woocommerce-product-rating .star-rating{
  display: inline-block;
  vertical-align: top;
}
.product--summary .woocommerce-product-rating .woocommerce-review-link{
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 14px;
}
.product--summary .single-price-wrapper{
  margin: 30px 0;
}
.product--summary .single-price-wrapper .price{
  font-size: 38px;
  line-height: 1;
}
.product--summary .single-price-wrapper .price:first-child:not(:last-child){
  display: none;
}
.product--summary .single-price-wrapper .price del{
  font-size: 22px;
  font-weight: normal;
}
.product--summary .product_meta-top{
  padding-bottom: 20px;
  display: none;
}
.product--summary .product_meta-top .sku_wrapper{
  text-transform: uppercase;
  font-size: 10px;
}
.product--summary .product_meta-top .sku_wrapper .sku{
  text-transform: none;
}
.product--summary .product_meta{
  margin-top: 40px;
  line-height: 2;
  font-size: 12px;
}
.product--summary .product_meta > span{
  display: block;
  font-weight: 600;
}
.product--summary .product_meta > span a{
  font-weight: 400;
}
.product--summary .product_meta a:hover{
  text-decoration: underline;
}
.product--summary .product_meta_sku_wrapper{
  margin-bottom: 40px;
  font-size: 0.875em;
}
.product--summary .product_meta_sku_wrapper .sku_wrapper{
  display: block;
}
.product--summary .woocommerce-product-details__short-description{
  padding-top: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}
.product--summary .woocommerce-product-details__short-description ul{
  list-style: inside circle;
}
.product--summary .woocommerce-product-details__short-description ul li{
  line-height: 28px;
  padding: 6px 0;
  font-size: 12px;
}
.product--summary .product-share-box{
  margin-top: 40px;
  font-size: 14px;
}
.product--summary .product-share-box label{
  display: none;
}
.product--summary .social--sharing a{
  margin: 0 5px;
  background: 0 0;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  color: #777;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}
.product--summary .social--sharing a:hover{
  color: #fff;
  border-color: transparent;
}
.product--summary .single_add_to_cart_button{
  border: none;
  padding: 15px 45px;
  font-weight: bold;
  line-height: 30px;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 250ms ease-out;
}
.product--summary .single_add_to_cart_button.disabled{
  cursor: not-allowed;
}
.product--summary .group_table,
.product--summary .group_table td{
  border: none;
  padding: 0;
}
.product--summary .group_table tr{
  float: left;
  width: 100%;
  padding-left: 105px;
  position: relative;
  min-height: 60px;
  margin-bottom: 20px;
}
.product--summary .group_table td{
  width: 100%;
  font-size: 16px;
  padding-top: 15px;
}
.product--summary .group_table td:first-child{
  position: absolute;
  left: 0;
  width: auto;
  padding: 0;
}
.product--summary .group_table .stock{
  background: none;
  color: inherit;
  padding: 0 0 0 10px;
  display: inline;
  margin: 0 0 0 10px;
}
.product--summary .variations,
.product--summary .variations th,
.product--summary .variations td{
  border: none;
}
.product--summary .variations th,
.product--summary .variations td{
  padding: 5px 0;
  display: block;
}
.product--summary .variations th.label,
.product--summary .variations td.label{
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 0;
  font-weight: bold;
}
.product--summary .variations select{
  height: 52px;
  width: 100%;
  font-weight: bold;
}
.product--summary .variations .label .swatch-label{
  text-transform: none;
  font-size: 12px;
  font-weight: bold;
}
.product--summary .variations .label .swatch-label:not(:empty):before{
  content: ":";
  margin-left: 5px;
  padding-right: 5px;
}
.product--summary .la-init-swatches .variations td{
  width: 100%;
}
.product--summary .variations_button{
  margin-top: 30px;
}
.product--summary .quantity{
  float: left;
  margin-right: 20px;
}
.product--summary .add_compare,
.product--summary .add_wishlist{
  float: left;
  font-size: 0;
  width: 68px;
  height: 58px;
  line-height: 58px;
  position: relative;
  margin-left: 5px;
  padding: 0;
}
.product--summary .add_compare:before,
.product--summary .add_wishlist:before{
  font-family: FontAwesome;
  direction: ltr;
  text-transform: none;
  display: block;
  padding: 0;
  font-size: 22px;
  width: 68px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: inherit;
}
.product--summary .add_compare:hover,
.product--summary .add_wishlist:hover{
  color: #fff;
}
.product--summary .add_compare:before{
  content: "\f0c5";
}
.product--summary .add_wishlist:before{
  content: "\f004";
}
.variations_form .swatch-control{
  display: block;
  float: left;
  width: 100%;
}
.variations_form.la-init-swatches .variations{
  margin-bottom: 0;
}
.woocommerce-tabs{
  margin: 0 0 40px;
}
@media (min-width: 1920px){
  .woocommerce-tabs{
    margin: 80px 0;
  }
}
.wc-tabs{
  padding: 0;
  margin: 0 0 40px;
}
.wc-tabs li{
  display: inline-block;
}
.wc-tabs li a{
  position: relative;
  display: block;
  padding: 15px 30px;
  line-height: 20px;
  font-size: 14px;
}
.wc-tab.entry-content{
  color: #777;
}
.wc-tabs-outer{
  margin: auto;
}
.wc-tab{
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.wc-tab.woocommerce-Tabs-panel--custom_tab{
  max-width: 100%;
}
.wc_tabs_at_bottom .wc-tabs{
  margin: 30px auto 50px;
  max-width: 1320px;
}
.wc_tabs_at_bottom .wc-tabs li{
  margin-left: 10px;
  margin-right: 10px;
}
.wc_tabs_at_bottom .wc-tabs li:first-child{
  margin-left: 0;
}
.wc_tabs_at_bottom .wc-tabs li a{
  font-size: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 22px 0;
  min-width: 240px;
  text-align: center;
}
.wc_tabs_at_bottom .wc-tabs li a:after{
  display: none;
}
.wc_tabs_at_bottom .wc-tabs li.active > a{
  font-weight: 600;
}
.wc_tabs_at_bottom .tab-content ul li{
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.wc_tabs_at_bottom .wc-tab .tab-content p{
  margin-bottom: 30px;
}
.wc_tabs_at_bottom .entry-content ul, .wc_tabs_at_bottom .entry-content ol, .wc_tabs_at_bottom .entry-content p{
  margin-bottom: 30px;
}
.wc_tabs_at_top .la-wc-tabs-wrapper{
  margin-top: 40px;
}
.wc_tabs_at_top .wc-tabs{
  text-align: left;
}
.wc_tabs_at_top .wc-tabs li.active > a{
  background-color: #EFEFEF;
}
.wc_tabs_at_top .wc-tabs-outer{
  border-bottom: 1px solid #D8D8D8;
}
.wc-tab{
  margin-bottom: 0;
}
.wc-tab .wc-tab-title{
  display: none;
  position: relative;
  font-weight: 600;
}
.wc-tab .wc-tab-title:after{
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 14px;
  font-size: 18px;
  font-weight: normal;
}
.wc-tab .wc-tab-title a{
  display: block;
  padding: 13px 0;
}
.wc-tab.active .wc-tab-title:after{
  content: "\f106";
}
#tab-description .tab-content img.alignright{
  margin-top: 0;
}
#tab-additional_information table,
#tab-additional_information table th,
#tab-additional_information table td{
  border: none;
}
#tab-additional_information table th,
#tab-additional_information table td{
  padding: 2px 0;
}
#tab-additional_information p{
  margin: 0;
}
.la-custom-pright:before, .la-custom-pright:after{
  content: '';
  display: table;
}
.la-custom-pright .stock ~ .stock{
  display: none;
}
.custom-product-wrap{
  margin-top: 0px;
  margin-bottom: 30px;
}
.custom-product-wrap .block_heading{
  margin-bottom: 15px;
  text-align: center;
}
.custom-product-wrap .block_heading--title{
  font-weight: normal;
  text-align: left;
}
.custom-product-wrap .block_heading--title span{
  display: inline-block;
  position: relative;
  font-size: 32px;
}
.custom-product-wrap .grid-items .grid-item{
  padding-left: 10px;
  padding-right: 10px;
}
.custom-product-ul .products.grid-items{
  margin-left: -15px;
  margin-right: -15px;
}
.la-p-single-3 .la-custom-pright::before, .la-p-single-3 .la-custom-pright::after{
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}
.la-p-single-3 .la-custom-pright::after{
  clear: both;
}
.la-p-single-3 .product-main-image .la-woo-product-gallery{
  border: none;
}
.la-p-single-3 .woocommerce-product-gallery__image{
  margin-top: 10px;
}
.la-p-single-3 .woocommerce-product-gallery__image .video-link-popup{
  display: none;
}
.la-p-single-3 .woocommerce-product-gallery__image:first-child{
  margin-top: 0;
}
.la-p-single-3 .woocommerce-product-gallery__image:first-child .video-link-popup{
  display: block;
}
.la-p-single-3 .la-single-product-page .p-right.product--summary{
  position: static;
  margin-bottom: 0;
}
@media (max-width: 767px){
  .woocommerce-Reviews .comment_container{
    padding-left: 60px;
  }
  .woocommerce-Reviews .comment_container img.avatar{
    width: 50px;
    height: 50px;
  }
  .woocommerce-Reviews .comment_container .meta{
    bottom: 15px;
  }
  .woocommerce-Reviews .comment_container .meta .woocommerce-review__author:before{
    margin-bottom: 10px;
  }
  .woocommerce-Reviews .comment_container .star-rating{
    bottom: 0;
    right: auto;
    left: 0;
  }
  .comment-form-rating p.stars{
    min-width: 260px;
  }
}
/**
Quick View
**/
.lightcase-inlineWrap .entry-summary{
  padding-top: 0;
}
.lightcase-inlineWrap .la-p-single-wrap{
  padding: 0 !important;
}
.lightcase-inlineWrap .la-single-product-page{
  margin: 0;
}
.lightcase-inlineWrap .la-p-single-wrap .product-main-image{
  margin-bottom: 0;
  padding: 0;
}
.lightcase-inlineWrap .la-p-single-wrap .product-main-image .la-woo-product-gallery{
  margin-bottom: 0;
}
.lightcase-inlineWrap .la-p-single-wrap .product-main-image .no-gallery .la-woo-product-gallery{
  margin-bottom: 0;
}
.lightcase-inlineWrap .la-p-single-wrap .product--summary{
  margin-bottom: 0;
}
@media (max-width: 1500px){
  .lightcase-inlineWrap .la-p-single-wrap .product--summary{
    padding: 30px 30px 20px !important;
  }
}
@media (min-width: 1500px){
  .lightcase-inlineWrap .la-p-single-wrap .product--summary{
    padding: 40px 35px 20px !important;
  }
}
.lightcase-inlineWrap .la-p-single-wrap .product--summary .product_title{
  margin-bottom: 0;
}
.lightcase-inlineWrap .la-p-single-wrap .product--summary .product_meta-top{
  padding-bottom: 0;
}
.lightcase-inlineWrap .la-p-single-wrap .product--summary .single-price-wrapper{
  margin: 30px 0 20px;
}
.lightcase-inlineWrap .la-p-single-wrap .product--summary .woocommerce-product-details__short-description{
  padding-bottom: 30px;
}
.lightcase-inlineWrap .la-p-single-wrap .product--summary .product-share-box,
.lightcase-inlineWrap .la-p-single-wrap .product--summary .product_meta{
  margin-top: 15px;
}
.lightcase-inlineWrap .la-p-single-wrap .product--summary .wrap-cart-cta .button{
  padding: 14px 50px;
}
.lightcase-inlineWrap .la-p-single-wrap .product--summary .wrap-cart-cta .quantity span{
  top: 0;
}
.lightcase-inlineWrap .la-p-single-wrap .product--summary .wrap-cart-cta .quantity .qty{
  height: 60px;
  width: 70px;
}
.lightcase-inlineWrap .la-p-single-wrap .product--summary .add_compare,
.lightcase-inlineWrap .la-p-single-wrap .product--summary .add_wishlist{
  margin-top: 5px;
}
.lightcase-inlineWrap .product-main-image .la-woo-thumbs{
  display: none;
}
.lightcase-inlineWrap .product-main-image .la-woo-product-gallery{
  width: 100% !important;
}
.lightcase-inlineWrap .product-main-image .woocommerce-product-gallery__image .g-overlay{
  padding-bottom: 125%;
  background-size: cover;
  display: block;
  background-position: center;
}
.lightcase-inlineWrap .product-main-image .woocommerce-product-gallery__image img{
  display: none;
}
.lightcase-inlineWrap .slick-slider .slick-arrow{
  margin-left: -70px;
  margin-right: -70px;
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--theme-secondary-color);
  font-size: 24px;
  cursor: pointer;
}
.open-quickview-product #lightcase-case .lightcase-contentInner .lightcase-inlineWrap{
  padding: 0 !important;
}
@media (min-width: 1441px){
  .single-product.body-col-2cl .la-p-single-wrap,
  .single-product.body-col-2cl .la-single-product-page .product--summary{
    padding-left: 50px;
  }
}
.single-product.body-col-2cl .brand-description{
  width: auto !important;
}
.single-product.body-col-2cl .brand-description .elementor-section .elementor-container{
  margin: 0 !important;
}
.single-product.body-col-2cl .custom-widget-tablet{
  display: none;
}
.banner-description-product{
  margin-bottom: 30px;
}
@media (min-width: 992px){
  .banner-description-product{
    float: left;
    max-width: 38%;
    margin-right: 50px;
    margin-bottom: 0;
  }
}
@media (min-width: 1441px){
  .single-product.body-col-1c .product--summary .la-custom-pright,
  .single-product.body-col-1c .product--summary .la-custom-pright-02{
    display: inline-block;
    vertical-align: top;
  }
  .single-product.body-col-1c:not(.enable-main-fullwidth):not(.body-boxed) .site-main .la-p-single-2 .product-main-image .la-woo-thumbs{
    margin-left: -105px;
    width: 90px;
    top: -5px;
  }
  .single-product.body-col-1c:not(.enable-main-fullwidth):not(.body-boxed) .site-main .la-p-single-2 .product-main-image .la-woo-product-gallery{
    min-width: 100%;
    margin-bottom: 0;
  }
}
.lightcase-inlineWrap .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image ~ .woocommerce-product-gallery__image,
.woocommerce-variation-availability p.stock.in-stock,
.pswp__caption{
  display: none;
}
p.cart{
  margin-bottom: 0;
}
.tab-content .shop_attributes{
  max-width: 100%;
}
.extradiv-after-frm-cart{
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
}
.extradiv-after-frm-cart a{
  margin-right: 20px;
  font-size: 12px;
}
.extradiv-after-frm-cart i{
  font-size: 16px;
  padding-right: 8px;
  vertical-align: middle;
}
.entry-summary{
  padding-top: 40px;
  padding-left: 60px;
}
.entry-summary .wrap-cart-cta{
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  margin-right: 10px;
  font-size: 20px;
}
.entry-summary .wrap-cart-cta [id^="wc-stripe"]{
  display: none !important;
}
.entry-summary .wrap-cart-cta .quantity span{
  top: 0;
  text-align: center;
  color: var(--theme-body-font-color);
}
.entry-summary .wrap-cart-cta .quantity .qty{
  background: none;
  padding: 10px;
  height: 60px;
  width: 80px;
  border-color: transparent;
  font-size: 14px;
  font-weight: 600;
}
.entry-summary .wrap-cart-cta .button{
  margin: 0;
  padding: 15px 40px;
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
}
.entry-summary .woocommerce-Reviews,
.entry-summary .shop_attributes{
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.woocommerce-product-gallery__image{
  position: relative;
}
.woocommerce-product-gallery__image .video-link-popup{
  position: absolute;
  bottom: 25px;
  z-index: 2;
  background: #fff;
  right: 25px;
  color: var(--theme-secondary-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
}
.woocommerce-product-gallery__image .video-link-popup i{
  vertical-align: middle;
  padding-left: 3px;
}
.la-p-single-1 .la-woo-thumbs{
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 450px;
}
.la-p-single-1 .la-woo-thumbs .slick-track{
  margin-left: auto;
  margin-right: auto;
}
.site-main .woocommerce-product-gallery__wrapper .slick-arrow{
  display: none !important;
  margin-left: -40px;
  margin-right: -40px;
}
.la-p-single-4 .product--large-image:not(.no-gallery) .la-woo-product-gallery .woocommerce-product-gallery__image{
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
.la-p-single-4 .product--large-image:not(.no-gallery) .la-woo-product-gallery .woocommerce-product-gallery__image a[data-videolink]{
  display: block;
  width: 100%;
}
.la-p-single-4 .product--large-image:not(.no-gallery) .la-woo-product-gallery .woocommerce-product-gallery__image a[data-videolink] img{
  display: none;
}
.la-p-single-4 .product--large-image:not(.no-gallery) .la-woo-product-gallery .woocommerce-product-gallery__image .g-overlay{
  padding-bottom: 105%;
  display: block;
  background-size: cover;
  background-position: center top;
}
.la-p-single-4 .product--large-image:not(.no-gallery) .la-woo-product-gallery .woocommerce-product-gallery__image .video-link-popup{
  display: none;
}
.la-p-single-4 .product--large-image:not(.no-gallery) .la-woo-product-gallery .woocommerce-product-gallery__image:nth-child(3n+1){
  width: 100%;
}
.la-p-single-4 .product--large-image:not(.no-gallery) .la-woo-product-gallery .woocommerce-product-gallery__image:nth-child(3n+1) .g-overlay{
  padding-bottom: 52.5%;
}
.la-p-single-4 .product--large-image:not(.no-gallery) .la-woo-product-gallery .woocommerce-product-gallery__wrapper{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.la-p-single-4 .product--large-image:not(.no-gallery) .la-woo-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{
  width: calc(50% - 5px);
}
.la-p-single-4 .product--large-image:not(.no-gallery) .la-woo-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(3n+1){
  width: 100%;
}
.la-p-single-4 .product--large-image[data-totalg="2"] .la-woo-product-gallery .woocommerce-product-gallery__image .g-overlay{
  padding-bottom: 52.5% !important;
}
.woocommerce-product-gallery__actions{
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 15px;
}
.woocommerce-product-gallery__actions a{
  background: #fff;
  color: var(--theme-secondary-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: block;
  margin: 10px;
}
.woocommerce-product-gallery__actions a.video-link-popup{
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme-secondary-color);
  color: #fff;
  font-size: 22px;
}
.woocommerce-product-gallery__actions .video-link-popup i{
  vertical-align: middle;
  padding-left: 3px;
  margin-top: -1px;
  display: inline-block;
}
.woocommerce-product-gallery__actions .woocommerce-product-gallery__trigger i{
  vertical-align: middle;
  margin-top: 0;
  display: inline-block;
}
.rtl .woocommerce-product-gallery__actions{
  right: auto;
  left: 20px;
}
.body-col-1c .site-main .la-single-product-page .product--summary .la-custom-pright{
  width: 71%;
  padding-right: 80px;
}
.body-col-1c .site-main .la-single-product-page .product--summary .la-custom-pright-02{
  width: 28%;
}
@media (min-width: 1921px){
  .body-col-1c .site-main .la-single-product-page .product--summary .la-custom-pright{
    width: 74%;
    padding-right: 80px;
  }
  .body-col-1c .site-main .la-single-product-page .product--summary .la-custom-pright-02{
    width: 25%;
  }
}
@media (min-width: 1400px){
  .custom-widget-tablet{
    display: none;
  }
  .body-col-1c .site-main .la-single-product-page .product-main-image{
    width: 55%;
  }
  .body-col-1c .site-main .la-single-product-page .product--summary{
    width: 45%;
  }
  .body-col-1c:not(.rtl) .site-main .la-single-product-page .product--summary{
    padding-left: 35px;
  }
  .body-col-1c:not(.rtl).enable-main-fullwidth .site-main .la-single-product-page .product--summary{
    padding-left: 50px;
  }
  .body-col-1c.rtl .site-main .la-single-product-page .product--summary{
    padding-right: 35px;
  }
  .body-col-1c.rtl.enable-main-fullwidth .site-main .la-single-product-page .product--summary{
    padding-right: 50px;
  }
}
@media (min-width: 1600px){
  .body-col-1c.enable-main-fullwidth .site-main .la-single-product-page .product-main-image{
    width: 48%;
  }
  .body-col-1c.enable-main-fullwidth .site-main .la-single-product-page .product--summary{
    width: 52%;
  }
}
.body-col-1c.enable-main-fullwidth .wc_tabs_at_bottom .wc-tab .tab-content{
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.force-disable-slider-script::before, .force-disable-slider-script::after{
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}
.force-disable-slider-script::after{
  clear: both;
}
@media (max-width: 1400px){
  .product--summary .product_title{
    font-size: 26px;
  }
  .product--summary .la-custom-pright-02{
    display: none;
  }
  .body-col-1c .site-main .la-single-product-page .product--summary .la-custom-pright{
    width: 100%;
    padding-right: 0;
  }
  .entry-summary{
    padding-top: 10px;
  }
  .product--summary .single-price-wrapper{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .product--summary .entry-summary > .stock.in-stock{
    top: 10px;
  }
  .wc-tab .tab-content{
    font-size: 13px;
  }
  .wc_tabs_at_bottom .wc-tabs li{
    margin: 0 2px;
  }
  .wc_tabs_at_bottom .wc-tabs li a{
    font-size: 14px;
    padding: 12px 20px;
    min-width: auto;
  }
}
@media (max-width: 1199px){
  .product--summary .product_title{
    font-size: 20px;
  }
  .product--summary .single-price-wrapper{
    margin-bottom: 0;
  }
  .custom-product-wrap .block_heading--title span:after{
    margin-top: 15px;
  }
  .woocommerce-tabs{
    margin-bottom: 20px;
  }
  .wc_tabs_at_bottom .wc-tabs{
    margin: 20px 0 30px;
  }
  .custom-product-wrap{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .custom-product-wrap .block_heading{
    margin-bottom: 20px;
  }
  .custom-product-wrap .products-grid .product_item .product_item--inner{
    margin-bottom: 0;
  }
  .product--summary .woocommerce-product-details__short-description{
    font-size: 13px;
  }
  .entry-summary .wrap-cart-cta .button{
    padding: 15px 40px;
  }
  .entry-summary .wrap-cart-cta .quantity span{
    top: 0;
  }
  .entry-summary .wrap-cart-cta .quantity .qty{
    width: 60px;
    height: 60px;
    padding: 0;
  }
  .la-woo-thumbs span.slick-prev.slick-arrow{
    left: 10px;
  }
  .la-woo-thumbs span.slick-next.slick-arrow{
    right: 10px !important;
    left: auto;
  }
}
@media (max-width: 380px){
  .entry-summary .wrap-cart-cta{
    margin-left: 0;
    margin-right: 0;
  }
}
.custom-widget-tablet{
  margin-bottom: 40px;
}
.custom-widget-tablet .elementor-section-wrap{
  display: flex;
  vertical-align: middle;
}
.custom-widget-tablet .elementor-section-wrap > .elementor-element{
  width: 30%;
}
.custom-widget-tablet .elementor-section-wrap > .elementor-element .elementor-element-populated{
  margin: 0px !important;
  padding: 0px;
}
.custom-widget-tablet .elementor-section-wrap > .elementor-element .lastudio-carousel{
  margin: 0;
}
.custom-widget-tablet .elementor-section-wrap > .elementor-element .lastudio-carousel__item{
  padding: 0px;
}
.custom-widget-tablet .elementor-section-wrap > .elementor-element + .elementor-element{
  width: 67%;
  margin-left: 20px;
}
@media (max-width: 767px){
  .wc-tab .wc-tab-title a{
    font-size: 20px;
    color: #777;
  }
  .la-single-product-page .product--summary .product-nextprev{
    display: none;
  }
  .custom-widget-tablet .elementor-section-wrap{
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  .custom-widget-tablet .elementor-section-wrap > .elementor-element{
    width: 100%;
  }
  .custom-widget-tablet .elementor-section-wrap > .elementor-element + .elementor-element{
    width: 100%;
    margin: 0;
  }
  .la-single-product-page form.cart.grouped_form{
    padding-top: 20px;
  }
  .la-single-product-page form.cart.grouped_form div.quantity .qty{
    padding: 10px;
    width: 60px;
  }
  .la-single-product-page .product--summary .grouped_form .woocommerce-grouped-product-list-item__quantity{
    border: none;
  }
  .la-single-product-page .product--summary .single-price-wrapper .price{
    font-size: 24px;
  }
  .la-single-product-page .product--summary .single-price-wrapper .price del{
    font-size: 12px;
  }
  .la-single-product-page .product--summary .entry-summary{
    padding: 20px 0 0;
  }
}
/*--------------------------------------------------------------
	16.4. Cart Page
---------------------------------------------------------------*/
.cart-flyout{
  position: fixed;
  top: 0;
  width: 420px;
  padding: 50px;
  min-height: 100vh;
  bottom: 0;
  z-index: 111;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  transform: translate(200px, 0);
  -webkit-transform: translate(200px, 0);
  box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  background-color: #fff;
}
.cart-flyout .cart-flyout--inner{
  display: block;
  height: 100%;
  position: relative;
}
.cart-flyout .btn-close-cart{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  line-height: 30px;
}
.cart-flyout .btn-close-cart i{
  vertical-align: middle;
}
.cart-flyout .cart-flyout__content{
  padding-top: 50px;
}
.cart-flyout .cart_list{
  margin: 0 -30px 0 0;
  padding: 0 30px 0 0;
  max-height: calc(100vh - 430px);
  overflow: auto;
}
.cart-flyout .cart_list li.empty{
  padding: 50px 0;
}
.cart-flyout .cart_list .quantity{
  font-size: 14px;
}
.cart-flyout .cart-flyout__heading{
  margin-bottom: 40px;
  font-size: 18px;
}
.cart-flyout .widget_shopping_cart_content{
  overflow: hidden;
  opacity: 1;
}
.cart-flyout .widget_shopping_cart_content .total{
  border: none;
  text-transform: none;
  margin-bottom: 35px;
}
.cart-flyout .widget_shopping_cart_content .total .amount{
  font-size: 18px;
  font-weight: 400;
}
.cart-flyout .widget_shopping_cart_content .button{
  width: 100%;
  display: block;
  margin: 10px 0 0;
  text-align: center;
  line-height: 20px;
  padding: 20px 20px;
  transition: all 250ms ease-out;
  color: #fff;
}
.cart-flyout .cart-flyout__loading{
  text-align: center;
  display: block;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.cart-flyout.cart-flyout--loading .cart-flyout__loading{
  height: auto;
  visibility: visible;
  opacity: 1;
}
.cart-flyout.cart-flyout--loading .widget_shopping_cart_content{
  opacity: 0;
  transition: opacity 400ms ease-out;
}
.cart-flyout .product_list_widget li{
  margin-bottom: 10px;
  padding-right: 10px;
}
.cart-flyout .product_list_widget li img{
  max-width: 75px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.open-cart-aside.toro-body{
  overflow: hidden;
}
.open-cart-aside .cart-flyout{
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.open-cart-aside .la-overlay-global{
  visibility: visible;
  opacity: 0.7;
}
.shop_table th, .shop_table td{
  vertical-align: middle;
}
.shop_table.woocommerce-cart-form__contents{
  border: none;
}
.shop_table.woocommerce-cart-form__contents thead{
  background-color: #f7f7f7;
}
.shop_table.woocommerce-cart-form__contents th{
  border: none;
  padding: 13px 0;
  font-size: inherit;
  color: #8A8A8A;
  letter-spacing: 1px;
}
.shop_table.woocommerce-cart-form__contents td{
  border-width: 0;
  padding: 20px 0;
}
.shop_table.woocommerce-cart-form__contents td.actions{
  border-width: 0;
}
.shop_table.woocommerce-cart-form__contents td.actions:before{
  content: '';
  display: block;
  border-top: 1px solid;
  border-color: inherit;
  padding-bottom: 20px;
  opacity: 0.5;
}
.shop_table.woocommerce-cart-form__contents td.actions .button{
  float: right;
  min-width: 180px;
  cursor: pointer;
}
.shop_table.woocommerce-cart-form__contents .product-price,
.shop_table.woocommerce-cart-form__contents .product-quantity,
.shop_table.woocommerce-cart-form__contents .product-subtotal{
  text-align: center;
}
.shop_table .product-quantity{
  width: 100px;
}
.shop_table .product-remove{
  width: 30px;
  font-size: 20px;
  line-height: normal;
  font-weight: 100;
}
.shop_table .product-remove .remove{
  font-size: 0;
}
.shop_table .product-remove .remove:before{
  font-size: 16px;
}
.shop_table .product-thumbnail{
  width: 90px;
}
.shop_table dl{
  margin-bottom: 0;
}
.shop_table dl p{
  display: inline;
}
.shop_table dl dt, .shop_table dl dd{
  float: left;
}
.shop_table dl dt{
  clear: both;
  font-weight: normal;
}
.cart-collaterals .cart_totals{
  width: 100%;
  float: right;
  margin-bottom: 50px;
}
.cart-collaterals .cart_totals .checkout-button{
  width: 100%;
  text-align: center;
}
.cart-collaterals .shop_table{
  background-color: #f7f7f7;
  border-width: 0;
  margin-top: 30px;
  margin-bottom: 20px;
}
.cart-collaterals .shop_table td,
.cart-collaterals .shop_table th{
  border-width: 0;
  padding: 5px 10px;
}
.cart-collaterals .shop_table th{
  vertical-align: top;
  font-weight: bold;
}
.cart-collaterals .shop_table .amount{
  font-size: 14px;
  font-weight: normal;
}
.cart-collaterals .shop_table .cart-subtotal td,
.cart-collaterals .shop_table .cart-subtotal th{
  padding-top: 25px;
}
.cart-collaterals .shop_table .order-total td,
.cart-collaterals .shop_table .order-total th{
  padding-bottom: 25px;
}
.cart-collaterals .shipping li{
  margin-bottom: 10px;
}
.cart-collaterals .shipping label{
  padding-left: 10px;
}
.cart-collaterals .la-coupon-form,
.cart-collaterals .la-shipping-form{
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.cart-collaterals .woocommerce-shipping-calculator,
.cart-collaterals .la-coupon{
  max-width: 370px;
  padding-top: 10px;
}
.cart-collaterals .woocommerce-shipping-calculator .button,
.cart-collaterals .la-coupon .button{
  border: none;
  background: none;
  font-weight: 600;
  padding: 0;
}
.cart-collaterals .woocommerce-shipping-calculator .input-text:placeholder-shown,
.cart-collaterals .la-coupon .input-text:placeholder-shown{
  text-transform: uppercase;
  font-size: 12px;
}
.cart-collaterals h2{
  font-size: 18px;
  font-weight: 800;
  padding: 20px 0;
  margin-bottom: 6px;
}
.cart-collaterals h2 + p{
  font-size: 12px;
}
.cart-collaterals .form-row{
  margin-bottom: 10px;
}
.btn-clear-cart{
  margin-right: 10px;
}
.woocommerce > .return-to-shop,
.woocommerce > p.cart-empty{
  text-align: center;
}
.woocommerce > p.cart-empty{
  margin-top: 60px;
  font-size: 24px;
}
.woocommerce > p.cart-empty:before{
  content: '';
  display: block;
  padding-top: 160px;
  margin-bottom: 10px;
  background-image: url(assets/images/shopping-cart.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 149px 154px;
}
.woocommerce > .return-to-shop{
  margin-bottom: 50px;
  padding-top: 30px;
}
.cart-collaterals .cart_totals .la-shipping-form{
  width: 100%;
  display: none !important;
}
form.track_order .button,
.place-order .button,
.wc-proceed-to-checkout .button,
.widget_shopping_cart_content .button,
.woocommerce-MyAccount-content form .button,
.lost_reset_password .button,
form.register .button,
.checkout_coupon .button,
.woocomerce-form .button{
  background-color: var(--theme-secondary-color);
  border-color: var(--theme-secondary-color);
  color: #fff;
  min-width: 150px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
form.track_order .button:hover,
.place-order .button:hover,
.wc-proceed-to-checkout .button:hover,
.widget_shopping_cart_content .button:hover,
.woocommerce-MyAccount-content form .button:hover,
.lost_reset_password .button:hover,
form.register .button:hover,
.checkout_coupon .button:hover,
.woocomerce-form .button:hover{
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  color: #fff;
}
.place-order .button, .wc-proceed-to-checkout .button{
  font-size: 14px;
  display: block;
  cursor: pointer;
  padding: 20px 30px;
  transition: all 300ms ease;
  width: 100%;
  border-width: 0;
}
@media (min-width: 992px){
  .woocommerce-cart .woocommerce .cart-collaterals,
  .woocommerce-cart .woocommerce .woocommerce-cart-form{
    display: table-cell;
    vertical-align: top;
  }
  .woocommerce-cart .woocommerce .cart_totals{
    width: 100%;
    margin: 0;
    background: #F9F9F9;
    padding: 30px 30px 0;
  }
  .woocommerce-cart .woocommerce .cart-collaterals{
    min-width: 370px;
    padding: 0;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form{
    width: 100%;
    padding-right: 30px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .shop_table{
    background: none;
    margin-top: 0;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .shop_table .cart-subtotal th,
  .woocommerce-cart .woocommerce .cart-collaterals .shop_table .cart-subtotal td{
    padding-top: 5px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .shop_table td,
  .woocommerce-cart .woocommerce .cart-collaterals .shop_table th{
    padding: 5px 0 15px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals h2{
    font-size: inherit;
    margin: 0 0 20px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals #shipping_method{
    font-size: 12px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .input-text{
    height: 40px;
    line-height: 38px;
    text-transform: none;
    padding: 0 15px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .select2-container .select2-selection--single{
    height: 40px;
    border-radius: 0;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .select2-container--default .select2-selection--single .select2-selection__rendered{
    margin-top: 5px;
    font-size: 12px;
    padding-left: 15px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator{
    padding-top: 0;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .order-total{
    border-top: 1px solid #DBDBDB;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .order-total th,
  .woocommerce-cart .woocommerce .cart-collaterals .order-total td{
    padding-top: 15px;
  }
  .woocommerce-cart .woocommerce .wc-proceed-to-checkout{
    margin-left: -30px;
    margin-right: -30px;
  }
  .woocommerce-cart .woocommerce .shop_table.woocommerce-cart-form__contents{
    margin-top: 0;
  }
  .woocommerce-cart .woocommerce .shop_table.woocommerce-cart-form__contents thead{
    background: none;
    text-transform: uppercase;
    font-size: 11px;
  }
  .woocommerce-cart .woocommerce .shop_table.woocommerce-cart-form__contents dl{
    font-size: 12px;
  }
  .woocommerce-cart .woocommerce td.actions .coupon{
    display: inline-block;
    border-bottom: 1px solid #D8D8D8;
    width: 50%;
  }
  .woocommerce-cart .woocommerce td.actions .coupon label{
    display: none;
  }
  .woocommerce-cart .woocommerce td.actions .coupon .input-text{
    padding: 0 10px 0 0;
    border: none;
    height: 34px;
    font-size: 12px;
    color: var(--theme-body-font-color);
  }
  .woocommerce-cart .woocommerce td.actions .btn{
    display: none;
  }
  .woocommerce-cart .woocommerce td.actions .button{
    background: none !important;
    padding: 0;
    min-width: 0;
    border: none;
    height: auto;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    color: var(--theme-secondary-color);
  }
  .woocommerce-cart .woocommerce td.actions .button:hover{
    color: var(--theme-primary-color);
  }
}
@media (max-width: 1400px) and (min-width: 992px){
  .woocommerce-cart .not-active-fullpage > .woocommerce .cart-collaterals{
    min-width: 300px;
  }
  .woocommerce-cart .not-active-fullpage > .woocommerce .cart_totals{
    padding: 20px 20px 0;
  }
  .woocommerce-cart .not-active-fullpage > .woocommerce .wc-proceed-to-checkout{
    margin-left: -20px;
    margin-right: -20px;
  }
  .woocommerce-cart .not-active-fullpage > .woocommerce .cart-collaterals .woocommerce-shipping-calculator{
    margin-left: -80px;
  }
}
/*--------------------------------------------------------------
	16.5. Checkout Page
---------------------------------------------------------------*/
.woocommerce-checkout form.login,
.woocommerce-checkout form.checkout_coupon{
  margin-bottom: 40px;
  overflow: hidden;
}
.checkout_coupon .button{
  padding: 15px 30px;
  border: none;
  line-height: 20px;
}
.woocommerce form.checkout.woocommerce-checkout{
  position: relative;
}
.woocommerce form.checkout.woocommerce-checkout .woocommerce-error{
  margin-bottom: 30px;
}
.woocommerce form.checkout.woocommerce-checkout h3{
  font-size: 20px;
  margin-bottom: 45px;
}
.woocommerce form.checkout.woocommerce-checkout h3:after{
  content: "";
  width: 50px;
  display: block;
  margin-top: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: inherit;
}
.woocommerce #customer_details{
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
.woocommerce #customer_details .col-1,
.woocommerce #customer_details .col-2{
  width: 100%;
}
.woocommerce #order_review_heading,
.woocommerce #order_review{
  float: right;
  width: 41.66667%;
}
.woocommerce #order_review{
  padding: 100px 50px 30px;
  border-width: 2px;
  border-style: solid;
  position: relative;
  margin-bottom: 50px;
  border-color: rgba(52, 53, 56, 0.1);
}
.woocommerce #order_review_heading{
  position: absolute;
  right: 0;
  padding: 40px 0 0 50px;
  margin: 0;
}
.woocommerce #ship-to-different-address{
  margin: 10px 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.woocommerce #ship-to-different-address:after{
  display: none;
}
.woocommerce #ship-to-different-address .input-checkbox{
  float: left;
  margin: 4px 10px 0 0;
}
.woocommerce #order_comments{
  min-height: 120px;
  line-height: inherit;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  padding: 20px;
}
table.woocommerce-checkout-review-order-table{
  border: none;
}
table.woocommerce-checkout-review-order-table th{
  border-width: 0 0 1px 0;
  padding: 8px 0;
}
table.woocommerce-checkout-review-order-table td{
  border-width: 0;
  padding: 8px 0;
}
table.woocommerce-checkout-review-order-table .product-total{
  text-align: right;
}
table.woocommerce-checkout-review-order-table .variation,
table.woocommerce-checkout-review-order-table .product-quantity{
  font-weight: normal;
}
table.woocommerce-checkout-review-order-table .variation{
  font-size: 12px;
}
table.woocommerce-checkout-review-order-table .cart_item{
  line-height: 20px;
}
table.woocommerce-checkout-review-order-table .cart_item th,
table.woocommerce-checkout-review-order-table .cart_item td{
  vertical-align: top;
}
table.woocommerce-checkout-review-order-table .cart_item:first-child td{
  padding-top: 27px;
}
table.woocommerce-checkout-review-order-table .cart_item:last-child td{
  padding-bottom: 27px;
  border-bottom-width: 1px;
}
table.woocommerce-checkout-review-order-table tfoot td,
table.woocommerce-checkout-review-order-table tfoot th{
  padding: 15px 0;
  border-bottom-width: 1px;
}
table.woocommerce-checkout-review-order-table tfoot td{
  text-align: right;
}
table.woocommerce-checkout-review-order-table .shipping td{
  text-align: left;
}
table.woocommerce-checkout-review-order-table .shipping th{
  vertical-align: top;
}
table.woocommerce-checkout-review-order-table .shipping label{
  text-transform: uppercase;
}
table.woocommerce-checkout-review-order-table .shipping label .amount{
  font-size: inherit;
}
table.woocommerce-checkout-review-order-table .order-total .amount{
  font-size: 18px;
  font-weight: normal;
}
.wc_payment_methods{
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.wc_payment_methods .wc_payment_method{
  margin-bottom: 10px;
}
.wc_payment_methods .wc_payment_method label{
  text-transform: uppercase;
  margin-left: 5px;
}
.wc_payment_methods .payment_box{
  padding: 10px 0;
  line-height: 24px;
  font-size: 12px;
}
.wc_payment_methods .payment_box p:last-child{
  margin-bottom: 0;
}
.wc_payment_methods .payment_method_paypal img{
  display: inline-block;
  max-width: 140px;
}
.wc_payment_methods .about_paypal{
  display: inline-block;
  text-transform: none;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;
}
.woocommerce-order-received #section_page_header{
  display: none;
}
.woocommerce-order h1{
  text-align: center;
  margin-bottom: 10px;
}
.woocommerce-order h3,
.woocommerce-order h2{
  font-size: 24px;
  margin: 0;
  padding: 0 0 20px;
}
.woocommerce-order .woocommerce-table{
  margin-bottom: 40px;
}
.woocommerce-order ul{
  padding: 0;
  margin-bottom: 30px;
}
.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content h2{
  font-size: 24px;
  margin: 0;
  padding: 0 0 20px;
}
.woocommerce-MyAccount-content .woocommerce-table{
  margin-bottom: 40px;
}
.woocommerce-terms-and-conditions-wrapper{
  margin-bottom: 20px;
}
/*--------------------------------------------------------------
	16.6. My Account Page
---------------------------------------------------------------*/
.la-myaccount-page{
  max-width: 570px;
  margin: 0 auto 50px;
}
.la-myaccount-page .la_tab_control{
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
  font-size: 24px;
  text-align: center;
}
.la-myaccount-page .la_tab_control li{
  display: inline-block;
}
.la-myaccount-page .la_tab_control li.active{
  font-weight: bold;
}
.la-myaccount-page form .button{
  width: 100%;
  margin: 0 !important;
  display: block;
  line-height: 30px;
  padding: 15px 20px !important;
  border-width: 0;
}
.la-myaccount-page .form-row{
  margin-bottom: 20px;
}
.la-myaccount-page .form-row .input-text{
  height: 60px;
}
.la-myaccount-page .form-row label{
  margin: 5px 0 10px;
}
.la-myaccount-page .la-tab-panel{
  display: none;
}
.la-myaccount-page #la_tab--login{
  display: block;
}
.la-myaccount-page .la-checkbox{
  margin-top: 15px;
}
.la-myaccount-page .la-checkbox .lost_password{
  float: right;
}
.la-myaccount-page .la-checkbox input{
  display: none;
}
.la-myaccount-page .la-checkbox label{
  float: left;
  text-transform: none;
  color: inherit;
  position: relative;
  padding-left: 38px;
  line-height: 20px;
}
.la-myaccount-page .la-checkbox label:before{
  content: "";
  width: 19px;
  height: 19px;
  border: 2px solid;
  position: absolute;
  left: 0;
  color: var(--theme-border-color);
}
.la-myaccount-page .la-checkbox input:checked + label:after{
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-weight: normal;
  color: #4fb3ec;
}
.la-myaccount-page .wc-social-login{
  margin-top: 50px;
  margin-bottom: 50px;
}
.la-myaccount-page .ywsl-label{
  text-transform: uppercase;
}
.la-myaccount-page .btn-create-account{
  display: block;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  padding: 18px 20px;
  font-weight: bold;
  border-color: var(--theme-border-color);
}
.socials-list{
  text-align: center;
}
.socials-list::before, .socials-list::after{
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}
.socials-list::after{
  clear: both;
}
.socials-list .social_login{
  background-color: #f5f5f5;
  color: #8a8a8a;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  float: left;
  font-size: 11px;
  padding: 20px 20px;
  line-height: 20px;
  width: 23.875%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}
.socials-list .social_login:nth-child(4){
  margin-right: 0;
}
.socials-list .social_login:hover{
  color: #fff;
  background-color: #4fb3ec;
}
.lost_reset_password{
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-login .woocommerce > h2{
  max-width: 500px;
  margin: 0px auto 30px;
  font-size: 20px;
  position: relative;
  font-weight: 400;
  padding-left: 30px;
}
.woocommerce-login .woocommerce > h2:before{
  content: "\f2c0";
  font-family: FontAwesome;
  direction: ltr;
  left: 0;
  position: absolute;
  z-index: 1;
}
form.login .button{
  padding: 10px 30px;
  margin-right: 20px;
  background-color: var(--theme-secondary-color);
  border-color: var(--theme-secondary-color);
  color: #fff;
  min-width: 150px;
}
form.login .button:hover{
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  color: #fff;
}
form.login .clear + p.form-row{
  margin-top: 10px;
}
form.lost_reset_password .form-row{
  width: 100%;
}
.woocommerce-MyAccount-navigation{
  width: 100%;
  background: #f7f7f7;
  margin-bottom: 2em;
  text-align: center;
}
.woocommerce-MyAccount-navigation ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation li{
  display: inline-block;
}
.woocommerce-MyAccount-navigation li a{
  display: block;
  padding: 10px 30px;
}
.woocommerce-MyAccount-navigation li:hover a, .woocommerce-MyAccount-navigation li.is-active a{
  color: #fff;
}
.woocommerce-MyAccount-content{
  width: 100%;
}
.woocommerce-address-fields__field-wrapper{
  overflow: hidden;
  margin-bottom: 20px;
}
.registration-form{
  margin-bottom: 30px;
}
.registration-form .form-row{
  margin-bottom: 40px;
}
.registration-form label{
  display: none;
}
.registration-form input{
  border: none;
  border-radius: 2px;
  font-size: 16px;
  width: 100%;
  color: #fff;
}
.registration-form .input-text{
  background-color: #134f8a;
  padding: 15px 40px;
  color: #487eb4;
}
.registration-form .input-text:focus{
  color: #fff;
}
.registration-form .button{
  text-transform: capitalize;
  padding-top: 15px;
  padding-bottom: 15px;
}
.registration-horizonal .registration-form{
  margin: 0 -15px;
}
.registration-horizonal .registration-form .form-row{
  float: left;
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.registration-horizonal .registration-form .form-row-wide{
  float: left;
  width: 40%;
}
#customer_login{
  font-size: 12px;
  margin-bottom: 40px;
}
#customer_login .woocommerce-privacy-policy-text{
  margin-bottom: 15px;
}
#customer_login .woocommerce-privacy-policy-text a:hover{
  text-decoration: underline;
}
#customer_login h2{
  font-size: 24px;
  margin-bottom: 30px;
}
#customer_login .button{
  background-color: var(--theme-secondary-color);
  color: #fff;
  border: none;
  padding: 15px 30px;
  min-width: 125px;
  font-size: 14px;
}
#customer_login .button:hover{
  background-color: var(--theme-primary-color);
}
@media (min-width: 1400px){
  #customer_login .input-text{
    padding: 0 20px;
    height: 70px;
    line-height: 68px;
  }
}
form.lost_reset_password .button{
  border: none;
  padding: 15px 30px;
  min-width: 125px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 1400px){
  form.lost_reset_password .input-text{
    padding: 0 20px;
    height: 70px;
    line-height: 68px;
  }
}
p.lost_password a:hover{
  text-decoration: underline;
}
/*--------------------------------------------------------------
	17. Extra class
---------------------------------------------------------------*/
.item--overlay{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 250ms ease-out;
}
.item--social{
  font-size: 16px;
}
.item--social a{
  display: inline-block;
  padding: 0 10px;
}
.align-center{
  text-align: center;
}
.align-left{
  text-align: left;
}
.align-right{
  text-align: right;
}
.socials-color .facebook{
  background-color: #5678bf;
}
.socials-color .facebook:hover{
  background-color: #3b5999;
}
.socials-color .twitter{
  background-color: #73c2fd;
}
.socials-color .twitter:hover{
  background-color: #55acee;
}
.socials-color .linkedin{
  background-color: #007bb6;
}
.socials-color .linkedin:hover{
  background-color: #0173a9;
}
.socials-color .pinterest{
  background-color: #c32026;
}
.socials-color .pinterest:hover{
  background-color: #b90f16;
}
.socials-color .youtube,
.socials-color .google-plus{
  background-color: #dd4b39;
}
.socials-color .youtube:hover,
.socials-color .google-plus:hover{
  background-color: #dd4b39;
}
.socials-color .email{
  background-color: #808080;
}
.socials-color .email:hover{
  background-color: var(--theme-secondary-color);
}
.social--sharing a{
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin: 0 10px;
}
.social--sharing a:first-child{
  margin-left: 0;
}
.social--sharing a:last-child{
  margin-right: 0;
}
.social--sharing a:focus, .social--sharing a:hover{
  color: #fff;
}
.social--sharing .facebook{
  background-color: #5678bf;
}
.social--sharing .facebook:hover{
  background-color: #3b5999;
}
.social--sharing .twitter{
  background-color: #73c2fd;
}
.social--sharing .twitter:hover{
  background-color: #55acee;
}
.social--sharing .linkedin{
  background-color: #007bb6;
}
.social--sharing .linkedin:hover{
  background-color: #0173a9;
}
.social--sharing .pinterest{
  background-color: #c32026;
}
.social--sharing .pinterest:hover{
  background-color: #b90f16;
}
.social--sharing .youtube,
.social--sharing .google-plus{
  background-color: #dd4b39;
}
.social--sharing .youtube:hover,
.social--sharing .google-plus:hover{
  background-color: #dd4b39;
}
.social--sharing .email{
  background-color: #808080;
}
.social--sharing .email:hover{
  background-color: var(--theme-secondary-color);
}
svg.dlicon-networkline{
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
}
.clearfix::before, .clearfix::after{
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}
.clearfix::after{
  clear: both;
}
.la-infinite-loading{
  clear: both;
  width: 100px;
  margin: 0 auto;
}
.la-isotope-container .la-infinite-loading{
  bottom: -30px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
}
/*--------------------------------------------------------------
	18. Responsive
---------------------------------------------------------------*/
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px){
  .cart-flyout .cart_list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .product_list_widget li{
    margin-bottom: 30px;
  }
  .product_list_widget li + li{
    margin-top: 0;
  }
}
/* Large devices (large desktops, 1200px only) */
/* Medium devices (old desktop, less than 1199px) */
@media (max-width: 1199px){
  h1,
  .h1{
    font-size: 30px;
  }
  h2,
  .h2{
    font-size: 24px;
  }
  h3,
  .h3{
    font-size: 20px;
  }
  h4,
  .h4{
    font-size: 18px;
  }
  h5,
  .h5{
    font-size: 16px;
  }
  h6,
  .h6{
    font-size: 16px;
  }
  .home-page-02.enable-header-transparency #lastudio-header-builder,
  .home-page-05.enable-header-transparency #lastudio-header-builder{
    position: relative;
  }
  .backtotop-container .btn-backtotop{
    bottom: 80px;
  }
  .backtotop-container.show .btn-backtotop{
    right: 30px;
  }
  .lastudio-banner.lastudio-effect-custom-3 .lastudio-banner__content-wrap,
  .lastudio-banner.lastudio-effect-custom-2 .lastudio-banner__content-wrap,
  .lastudio-banner.lastudio-effect-custom-1 .lastudio-banner__content-wrap{
    left: 40px;
  }
  .page-title-v1 .use-custom-text .page-title:after{
    margin: 15px auto;
  }
  .products-grid-5 .product_item--inner .product_item_thumbnail_action .button{
    border-radius: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .products-grid-5 .product_item_thumbnail_action .button:before{
    font-size: 14px;
  }
  .products-list-mini .product_item .product_item--inner{
    margin-bottom: 40px;
  }
  .products-list-mini .product_item .product_item--thumbnail{
    width: 80px;
    margin-right: 20px;
  }
  .products-list-mini .product_item .product_item--title{
    margin-bottom: 5px;
  }
  .products-list-mini .product_item .product_item--info-action .button{
    padding: 5px 15px;
    margin: 0;
  }
  .parallax-section-home-02 .lastudio-parallax-section__image{
    background-position: 200px center !important;
    background-size: 100% !important;
  }
  .products-grid .product_item .quickview{
    display: none;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Medium devices (desktops, 992px only) */
@media (min-width: 992px){
  .body-loaded .lahfb-header-vertical-no-toggle .lahfb-wrap-sticky-height{
    display: none;
  }
  .header-sticky-type-auto .lahfb-header-vertical-no-toggle .lahfbhinner{
    transform: none;
    -webkit-transform: none;
  }
}
/* Medium devices (tablet, less than 991px) */
@media (max-width: 991px){
  .header-toggle-02 .la-hamburger-icon-trigger{
    border: none !important;
  }
  .header-toggle-02 .la-hamburger-icon-trigger:hover{
    color: #fff !important;
  }
  .header-toggle-02 .lahfb-element > i,
  .header-toggle-02 .lahfb-element > a > i,
  .header-toggle-02 .lahfb-element > a > i:before{
    font-size: 18px !important;
    padding: 0 2px;
  }
  .lastudio-scroll-navigation{
    display: none;
  }
  .site-main{
    padding-top: 30px;
  }
  .la-advanced-product-filters .sidebar-inner{
    padding: 30px 30px 0;
  }
  .woocommerce #customer_details{
    width: 55%;
  }
  .woocommerce #order_review{
    width: 45%;
    padding: 80px 20px 10px;
  }
  .woocommerce #order_review_heading{
    width: 45%;
    padding: 30px 0 0 20px;
  }
  .main--loop-container .la-pagination{
    margin-top: 30px;
  }
  .widget_recent_entries .pr-item{
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .comments-container .comments-title h3, .comment-reply-title{
    letter-spacing: 0;
    text-transform: none;
  }
  .product--summary .entry-summary > .stock{
    float: none;
    padding-left: 0;
  }
  #page.lahfb-header-vertical-no-toggle{
    padding-left: 0;
  }
  .lastudio-posts .entry-title{
    font-size: 24px;
  }
  .lastudio-posts .lastudio-more{
    padding: 16px 30px;
    font-size: 10px;
  }
}
@media (max-width: 800px){
  .woocommerce.add_to_cart_inline .amount{
    margin: 15px 0;
  }
  .products-list:not(.products-list-mini) .product_item .product_item--inner{
    margin-bottom: 40px;
  }
  .products-list:not(.products-list-mini) .product_item .product_item--info{
    padding-left: 20px;
  }
  .products-list:not(.products-list-mini) .product_item .product_item--title{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .products-list:not(.products-list-mini) .product_item .price{
    margin-bottom: 0;
  }
  /**
  * Single Product
  */
  .la-p-single-3 .product-main-image{
    margin-bottom: 10px;
  }
  .product--summary .entry-summary > .cart{
    margin-top: 0;
  }
  .product--summary .social--sharing,
  .product--summary .product_meta{
    margin-top: 15px;
  }
  .product--summary .woocommerce-product-details__short-description{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .wc-tabs{
    margin: 5% 0;
  }
  .cart-flyout{
    padding: 30px;
  }
  .cart-flyout .cart-flyout__heading{
    margin-bottom: 30px;
  }
}
/* Small devices (tablets, 768px only) */
/* Small devices (phones, less than 767px) */
@media (max-width: 767px){
  /** Stop auto zoom when focus on input in mobile devices **/
  input:not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="hidden"]){
    font-size: 12px !important;
  }
  /* body.toro-body .site-main {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }*/
  .section-page-header .page-title{
    font-size: 24px;
  }
  .commentlist li{
    padding: 10px 20px;
  }
  .commentlist .depth-2:before{
    display: none;
  }
  .post-navigation{
    padding: 20px 0;
    margin-bottom: 0;
  }
  .post-navigation .nav-links{
    display: block;
  }
  .post-navigation .nav-links > div{
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px;
  }
  form.track_order p{
    font-size: 12px;
  }
  .comments-container .comments-title{
    padding-top: 0;
  }
  .la-sharing-single-posts{
    width: 100%;
    text-align: center;
  }
  .la-sharing-single-posts .title-share{
    display: none;
  }
  .entry-meta-footer .tags-list{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 16px;
  }
  .wp-block-quote.is-style-large cite{
    font-size: 14px;
  }
  .wp-block-quote.is-style-large p{
    font-size: 11px;
  }
  .comment-form .form-submit input{
    width: 100%;
  }
  .entry-content{
    font-size: 12px;
  }
  .author-info{
    display: none;
  }
  .la-custom-badge{
    display: none;
  }
  .home-18 .search-mobile{
    display: none;
  }
  .la-single-product-page .entry-summary .wrap-cart-cta{
    width: 100%;
  }
  .la-single-product-page .product--summary .quantity{
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 20px;
    text-align: center;
  }
  .la-single-product-page .product--summary .add_compare,
  .la-single-product-page .product--summary .add_wishlist{
    width: 49%;
    font-size: 11px;
    margin: 0;
    text-align: center;
    padding-left: 60px;
  }
  .la-single-product-page .product--summary .add_compare:before,
  .la-single-product-page .product--summary .add_wishlist:before{
    display: inline-block;
    position: absolute;
    left: 10px;
  }
  .entry-summary .wrap-cart-cta .button{
    width: 100%;
  }
  .extradiv-after-frm-cart a{
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .wc-toolbar .wc-toolbar-right{
    width: 100%;
    padding: 0px 0 5px;
  }
  .wc-toolbar .wc-view-toggle{
    padding: 15px 0;
    float: right;
  }
  .home-19-carousel-top .lastudio-carousel__item{
    opacity: 0.5;
  }
  .home-19-carousel-top .lastudio-carousel__item.slick-current{
    opacity: 1;
  }
  .banner-01-home-19 .lastudio-banner,
  .banner-02-home-19 .lastudio-banner{
    padding-top: 30%;
  }
  .banner-01-home-19 .lastudio-banner .lastudio-banner__content-wrap,
  .banner-02-home-19 .lastudio-banner .lastudio-banner__content-wrap{
    top: 100%;
    left: 0;
    max-width: 100% !important;
    width: 100%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }
  .banner-01-home-19 .lastudio-banner .lastudio-banner__content-wrap .lastudio-banner__title,
  .banner-02-home-19 .lastudio-banner .lastudio-banner__content-wrap .lastudio-banner__title{
    padding: 0px 40px;
  }
  .banner-01-home-19 .lastudio-banner .lastudio-banner__content-wrap .lastudio-banner__button,
  .banner-02-home-19 .lastudio-banner .lastudio-banner__content-wrap .lastudio-banner__button{
    width: 100%;
  }
  .banner-home-16 .lastudio-banner .lastudio-banner__content-wrap .lastudio-banner__title{
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
  }
  .banner-home-16.style-02 .lastudio-banner{
    padding-top: 40%;
  }
  .banner-04-home-19 .lastudio-banner{
    padding-top: 40%;
  }
  .banner-04-home-19 .lastudio-banner .lastudio-banner__content-wrap{
    top: 25%;
    transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
  }
  .products-grid-2 .product_item--action .button{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    margin: 1px;
  }
  .products-grid-2 .product_item--action .button:before{
    font-size: 12px;
  }
  .woocommerce-MyAccount-content,
  .woocommerce-MyAccount-navigation{
    width: 100%;
  }
  .woocommerce-MyAccount-navigation{
    margin-bottom: 20px;
  }
  .woocommerce-MyAccount-navigation ul{
    padding: 0 10px;
  }
  .woocommerce-MyAccount-navigation ul li{
    display: inline-block;
  }
  .woocommerce-MyAccount-navigation ul li a{
    padding: 10px;
  }
  .lastudio-banner.lastudio-effect-marley .lastudio-banner__title{
    opacity: 1;
  }
  .lastudio-banner.lastudio-effect-marley .lastudio-banner__content{
    position: relative;
    height: 65px;
  }
  .hidden-xs{
    display: none;
  }
  .page-title-v1 .use-custom-text .page-title{
    font-size: 40px;
    border-bottom-width: 2px;
  }
  .woocommerce.add_to_cart_inline a{
    padding: 10px 30px;
  }
  .btn.btn-size-sm,
  .btn{
    padding: 7px 30px;
  }
  .site-content + #sidebar_primary{
    margin-top: 30px;
  }
  .site-footer .menu-inline-item .menu li{
    margin: 0 0 15px;
    display: block;
  }
  .la-advanced-product-filters{
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    display: block !important;
    z-index: 100;
    height: 100%;
    overflow: auto;
    min-height: 100vh;
    visibility: hidden !important;
    opacity: 0 !important;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    transform: translate(-200px, 0);
    -webkit-transform: translate(-200px, 0);
  }
  .la-advanced-product-filters .sidebar-inner{
    padding: 70px 20px;
  }
  .la-advanced-product-filters .sidebar-inner .widget{
    width: 100% !important;
  }
  .open-advanced-shop-filter .la-advanced-product-filters{
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    visibility: visible !important;
    opacity: 1 !important;
  }
  .open-advanced-shop-filter .la-overlay-global{
    opacity: 0.7;
    visibility: visible;
  }
  .la-advanced-product-filters .close-advanced-product-filters{
    position: absolute;
    top: 60px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
  .la-pagination ul .page-numbers{
    min-width: 30px;
    padding: 8px 10px;
  }
  .post-navigation .nav-next,
  .post-navigation .nav-previous{
    width: 100%;
  }
  .product--summary .product_meta_sku_wrapper{
    margin-bottom: 0;
  }
  .woocommerce-tabs ul.wc-tabs{
    display: none !important;
  }
  .woocommerce-tabs .wc-tab{
    display: block !important;
    margin: 0 !important;
  }
  .woocommerce-tabs .wc-tab .wc-tab-title{
    display: block;
  }
  .woocommerce-tabs .wc-tab .tab-content{
    display: none;
  }
  .woocommerce-tabs .wc-tab.active .tab-content{
    display: block;
  }
  .cart-collaterals .cart_totals,
  .cart-collaterals .la-coupon-form,
  .cart-collaterals .la-shipping-form{
    width: 100%;
  }
  .site-header-mobile .site-header-inner,
  .site-header .site-header-inner{
    z-index: 10;
  }
  .cart-collaterals > .la-shipping-form{
    display: none !important;
  }
  .cart-collaterals .cart_totals .la-shipping-form{
    display: block !important;
  }
  .cart-collaterals .cart_totals .la-shipping-form .woocommerce-shipping-calculator{
    max-width: 100% !important;
  }
  .wc-toolbar-container{
    margin-bottom: 10px;
  }
  .wc-toolbar .wc-ordering p,
  .wc-toolbar-container .btn-advanced-shop-filter{
    font-size: 14px;
    margin-top: 0;
    width: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .wc-toolbar-container .btn-advanced-shop-filter,
  .wc-toolbar .wc-ordering{
    margin-right: 10px;
    margin-left: 0px;
  }
  .product-main-image{
    margin-bottom: 10px;
  }
  .products-list .product_item .product_item--thumbnail .product_item--action .quickview,
  .products-grid-5 .product_item_thumbnail_action .button,
  .products-grid-4 .product_item_thumbnail_action .button,
  .products-grid-3 .product_item_thumbnail_action .button,
  .products-grid-2 .product_item_thumbnail_action .button,
  .products-grid-1 .product_item_thumbnail_action .button{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .products-list .product_item .product_item--info .add_compare:before,
  .products-list .product_item .product_item--info .add_wishlist:before,
  .products-list .product_item .product_item--thumbnail .product_item--action .quickview:before,
  .products-grid-5 .product_item_thumbnail_action .button:before,
  .products-grid-4 .product_item_thumbnail_action .button:before,
  .products-grid-3 .product_item_thumbnail_action .button:before,
  .products-grid-2 .product_item_thumbnail_action .button:before,
  .products-grid-1 .product_item_thumbnail_action .button:before{
    font-size: 14px;
  }
}
@media (max-width: 600px){
  body.toro-body.enable-footer-bars{
    padding-bottom: 56px;
  }
  body.open-mobile-menu,
  body.open-advanced-shop-filter{
    overflow: hidden;
  }
  body.open-mobile-menu .footer-handheld-footer-bar,
  body.open-advanced-shop-filter .footer-handheld-footer-bar{
    bottom: -60px;
  }
  .enable-footer-bars .footer-handheld-footer-bar{
    display: block;
  }
  .cart-flyout{
    width: 300px;
    padding: 15px;
  }
  .cart-flyout .cart-flyout__content{
    padding-top: 10px;
  }
  .cart-flyout .widget_shopping_cart_content .button{
    padding: 13px 20px;
  }
  .woocommerce-cart-form div.quantity .qty{
    height: 50px;
  }
  .woocommerce-cart-form div.quantity > span{
    height: 50px;
    line-height: 50px;
  }
  .cart-collaterals .cart_totals,
  .cart-collaterals .la-coupon-form,
  .cart-collaterals .la-shipping-form{
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cart-collaterals .woocommerce-shipping-calculator,
  .cart-collaterals .la-coupon{
    max-width: none;
  }
  .woocommerce #customer_details{
    width: auto;
  }
  .woocommerce #order_review{
    width: 100%;
    padding: 20px 15px 0;
  }
  .woocommerce #order_review_heading{
    position: static;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .products-list:not(.products-list-mini) .product_item .product_item--thumbnail{
    width: 100%;
    margin-bottom: 15px;
  }
  .products-list:not(.products-list-mini) .product_item .product_item--info{
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 600px){
  .woocommerce table.wishlist_table .product-name,
  .shop_table.woocommerce-cart-form__contents .product-price,
  .shop_table.woocommerce-cart-form__contents .product-quantity,
  .shop_table.woocommerce-cart-form__contents .product-subtotal{
    text-align: right;
  }
  table.shop_table_responsive tbody th,
  table.shop_table_responsive thead{
    display: none;
  }
  table.shop_table_responsive tr td{
    display: block;
    text-align: right;
    clear: both;
    min-width: 100%;
  }
  table.shop_table_responsive tr td[data-title]:before{
    content: attr(data-title) ": ";
    float: left;
    font-size: 13px;
    color: var(--theme-secondary-color);
  }
  table.shop_table_responsive dl dt, table.shop_table_responsive dl dd{
    display: inline-block;
    float: none;
  }
  .shop_table.woocommerce-cart-form__contents tr td.product-thumbnail{
    text-align: center;
  }
  .shop_table.woocommerce-cart-form__contents tr td.product-thumbnail img{
    max-width: 50px;
  }
  .shop_table.woocommerce-cart-form__contents tr td.product-remove{
    border-width: 0;
    padding: 0;
    text-align: left;
    position: relative;
  }
  .shop_table.woocommerce-cart-form__contents tr td{
    padding: 10px;
  }
  .shop_table.woocommerce-cart-form__contents tr td.product-remove a.remove{
    position: absolute;
    left: 10px;
    top: 21px;
  }
  .shop_table.woocommerce-cart-form__contents tr td.actions{
    overflow: hidden;
    padding: 10px 0;
  }
  .shop_table.woocommerce-cart-form__contents tr td.actions .coupon{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }
  .shop_table.woocommerce-cart-form__contents tr td.actions .coupon input#coupon_code{
    width: 64%;
    display: inline-block;
    margin-bottom: 10px;
    border: none;
    padding: 0;
    font-size: 12px !important;
  }
  .shop_table.woocommerce-cart-form__contents tr td.actions .coupon button.button{
    display: inline-block;
    width: 35%;
    min-width: auto;
    text-align: right;
    font-size: 12px !important;
    color: var(--theme-body-font-color);
    font-weight: 700;
    border: none;
    background-color: transparent;
    padding: 0;
  }
  .cart-collaterals h2{
    margin: 0;
    padding: 0;
  }
  form.track_order .button{
    width: 100%;
  }
  form.track_order .form-row .input-text{
    height: 55px;
  }
  .shop_table.woocommerce-cart-form__contents td.actions .btn{
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .shop_table.woocommerce-cart-form__contents td.actions .button{
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    background-color: transparent;
    padding: 12px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .shop_table.woocommerce-cart-form__contents td.actions .button:hover{
    background-color: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    color: #fff;
  }
  .shop_table.woocommerce-cart-form__contents td.actions:before{
    display: none;
  }
  table.shop_table.cart.wishlist_table.shop_table_responsive tr,
  .shop_table.woocommerce-cart-form__contents tr{
    position: relative;
    display: block;
    padding-left: 115px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: none;
    border: 1px solid #eee;
    margin-bottom: 17px;
    overflow: hidden;
  }
  table.shop_table.cart.wishlist_table.shop_table_responsive tr td,
  .shop_table.woocommerce-cart-form__contents tr td{
    padding: 0;
    width: auto;
    border: none;
    display: block;
    min-width: 0;
    text-align: left;
  }
  table.shop_table.cart.wishlist_table.shop_table_responsive tr td:before,
  .shop_table.woocommerce-cart-form__contents tr td:before{
    padding-right: 15px;
    font-size: 12px;
    line-height: 24px;
  }
  table.shop_table.cart.wishlist_table.shop_table_responsive tr td.product-remove,
  .shop_table.woocommerce-cart-form__contents tr td.product-remove{
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 2;
  }
  table.shop_table.cart.wishlist_table.shop_table_responsive tr td.product-remove a.remove,
  .shop_table.woocommerce-cart-form__contents tr td.product-remove a.remove{
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
  }
  table.shop_table.cart.wishlist_table.shop_table_responsive tr td.product-thumbnail,
  .shop_table.woocommerce-cart-form__contents tr td.product-thumbnail{
    position: absolute;
    left: 15px;
    width: 80px;
    display: inline-block;
    top: 15px;
    bottom: 15px;
    overflow: hidden;
  }
  table.shop_table.cart.wishlist_table.shop_table_responsive tr td.product-thumbnail img,
  .shop_table.woocommerce-cart-form__contents tr td.product-thumbnail img{
    max-width: 100%;
  }
  table.shop_table.cart.wishlist_table.shop_table_responsive tr td.product-price,
  .shop_table.woocommerce-cart-form__contents tr td.product-price{
    display: none;
  }
  table.shop_table.cart.wishlist_table.shop_table_responsive tr td.product-price, table.shop_table.cart.wishlist_table.shop_table_responsive tr td.product-subtotal,
  .shop_table.woocommerce-cart-form__contents tr td.product-price,
  .shop_table.woocommerce-cart-form__contents tr td.product-subtotal{
    font-size: 14px;
  }
  table.shop_table.cart.wishlist_table.shop_table_responsive tr td.product-name:before,
  .shop_table.woocommerce-cart-form__contents tr td.product-name:before{
    display: none;
  }
  table.shop_table.cart.wishlist_table.shop_table_responsive tr div.quantity .qty,
  .shop_table.woocommerce-cart-form__contents tr div.quantity .qty{
    height: 20px;
    padding: 0;
    width: 40px;
    font-size: 13px;
    line-height: 20px;
  }
  table.shop_table.cart.wishlist_table.shop_table_responsive tr div.quantity span,
  .shop_table.woocommerce-cart-form__contents tr div.quantity span{
    display: none;
  }
  table.shop_table.cart.wishlist_table.shop_table_responsive tr .actions label,
  .shop_table.woocommerce-cart-form__contents tr .actions label{
    display: none;
  }
  .cart.shop_table.woocommerce-cart-form__contents tr:not(.cart_item){
    padding: 0;
    border: none;
  }
}
/* Extra small devices (phones, less than 479px) */
@media (max-width: 479px){
  .wc-toolbar .wc-view-count{
    margin: 0 0 15px;
  }
  .wc-toolbar p.woocommerce-result-count{
    display: none;
  }
}
/* RTL Styling */
body.rtl{
  direction: rtl;
}
.rtl{
  /** Cart Flyout **/
  /** Product Grid **/
  /** Product List **/
  /** Product Detail **/
  /** Cart Page **/
  /** Checkout **/
}
.rtl .header-left,
.rtl .header-middle,
.rtl .site-branding,
.rtl .site-main-nav,
.rtl .la_compt_iem{
  float: right;
}
.rtl .header-right{
  float: left;
}
.rtl .la_com_action--dropdownmenu-text,
.rtl .la_com_action--linktext,
.rtl .la_com_action--link,
.rtl .la_com_action--text{
  margin-left: 0;
  margin-right: 20px;
}
.rtl .la_com_action--dropdownmenu-text:first-child,
.rtl .la_com_action--linktext:first-child,
.rtl .la_com_action--link:first-child,
.rtl .la_com_action--text:first-child{
  margin-right: 0;
}
.rtl .la_com_action--dropdownmenu-text .component-target i,
.rtl .la_com_action--linktext .component-target i,
.rtl .la_com_action--link .component-target i,
.rtl .la_com_action--text .component-target i{
  margin-right: 0;
  margin-left: 5px;
}
.rtl .header--menu-burger .btn-aside-toggle{
  right: auto;
  left: 20%;
}
.rtl .header--menu-burger,
.rtl .header--aside:not(#masthead_aside){
  left: 0;
  right: auto;
  transform: translate(-200px, 0);
  -webkit-transform: translate(-200px, 0);
}
.rtl.open-burger-menu .header--menu-burger{
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.rtl.open-header-aside #header_aside{
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.rtl #header_aside .btn-aside-toggle{
  left: 50px;
  right: auto;
}
.rtl .search-form .search-button{
  left: 15px;
  direction: ltr;
}
.rtl .searchform-fly-overlay .btn-close-search{
  right: auto;
  left: 20%;
}
.rtl .mega-menu .popup{
  text-align: right;
}
.rtl .mega-menu .mm-popup-wide .popup > .inner > ul.sub-menu > li{
  float: right;
}
.rtl .mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-right > a:after,
.rtl .mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-right > a:after{
  padding-right: 10px;
  padding-left: 0;
  content: "\f104";
  float: left;
}
.rtl .mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-right > ul.sub-menu,
.rtl .mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-right > ul.sub-menu{
  right: 100%;
  left: auto;
  margin-left: 0;
  margin-right: -20px;
}
.rtl .mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-right:hover > ul.sub-menu,
.rtl .mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-right:hover > ul.sub-menu{
  margin-right: 0;
}
.rtl .dl-menu .mm-icon,
.rtl .mega-menu .mm-icon,
.rtl .menu .mm-icon{
  padding-right: 0;
  padding-left: 5px;
}
.rtl .accordion-menu ul{
  padding-right: 0;
}
.rtl .accordion-menu li > .narrow{
  right: auto;
  left: 0;
}
.rtl .accordion-menu li > ul{
  margin-left: 0;
  margin-right: 35px;
}
.rtl .backtotop-container .btn-backtotop{
  right: auto;
  left: 0;
}
.rtl .backtotop-container.show .btn-backtotop{
  left: 50px;
  right: auto;
}
.rtl .widget_recent_comments li.recentcomments{
  padding-left: 0;
  padding-right: 30px;
}
.rtl .widget_recent_comments li.recentcomments:before{
  right: 0;
  left: auto;
}
.rtl .widget_recent_entries .pr-item .pr-item--left{
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.rtl .wc-toolbar .wc-toolbar-right{
  float: left;
}
.rtl .wc-toolbar .btn-advanced-shop-filter{
  float: right;
  margin-right: 20px;
  margin-left: 0;
}
.rtl .wc-toolbar .btn-advanced-shop-filter i:before{
  padding-left: 0;
  padding-right: 5px;
}
.rtl .wc-toolbar .wc-ordering,
.rtl .wc-toolbar .wc-view-toggle,
.rtl .wc-toolbar .woocommerce-result-count{
  float: right;
}
.rtl .wc-toolbar .wc-view-toggle span{
  margin-left: 0;
  margin-right: 10px;
}
.rtl .wc-toolbar .wc-view-count{
  float: right;
}
@media (min-width: 480px){
  .rtl .wc-toolbar .wc-view-count{
    margin: 0 40px 0 20px;
  }
}
.rtl .wc-toolbar .wc-ordering{
  margin-left: 0;
  margin-right: 20px;
}
.rtl .wc-toolbar .wc-ordering p:after{
  padding-left: 0;
  padding-right: 10px;
}
.rtl .wc-toolbar .wc-ordering ul{
  left: -1px;
  right: auto;
}
.rtl .la-advanced-product-filters .sidebar-inner .widget{
  float: right;
}
.rtl .woocommerce-message,
.rtl .woocommerce-error,
.rtl .woocommerce-info{
  padding-left: 30px;
  padding-right: 60px;
}
.rtl .woocommerce-message:before,
.rtl .woocommerce-error:before,
.rtl .woocommerce-info:before{
  right: 30px;
  left: auto;
}
.rtl .woocommerce-message .button,
.rtl .woocommerce-error .button,
.rtl .woocommerce-info .button{
  float: left;
}
.rtl .cart-flyout{
  right: auto;
  left: 0;
}
.rtl .cart-flyout .cart_list{
  margin-left: -30px;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 0;
}
.rtl .cart-flyout .btn-close-cart{
  right: auto;
  left: 0;
}
.rtl .widget_shopping_cart_content .total .amount{
  float: left;
}
.rtl .product_list_widget a.remove{
  right: auto;
  left: 0;
}
.rtl .product_list_widget li img{
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.rtl .product_item .product_item--thumbnail .wrap-addto{
  left: 0;
  right: auto;
}
.rtl .product_item .product_item--thumbnail .add_to_cart_button span{
  padding-left: 0;
  padding-right: 20px;
}
.rtl .product_item .product_item--thumbnail .add_to_cart_button span:before{
  right: -5px;
  left: auto;
}
.rtl .products-grid .product_item .product_item--thumbnail:hover .wrap-addto{
  left: 15px;
  right: auto;
}
.rtl .products-list .product_item .product_item--thumbnail{
  float: right;
}
.rtl .products-list .product_item .product_item--info{
  float: left;
  text-align: right;
  padding-left: 0;
  padding-right: 50px;
}
@media (max-width: 800px){
  .rtl .products-list .product_item .product_item--info{
    padding-right: 20px;
  }
}
@media (max-width: 600px){
  .rtl .products-list .product_item .product_item--info{
    padding-right: 0;
  }
}
.rtl .products-list .product_item .product_item--info .product_item--action{
  float: right;
}
.rtl .products-list .product_item .product_item--info .add_wishlist,
.rtl .products-list .product_item .product_item--info .add_compare{
  float: right;
}
.rtl .products-list .product_item .product_item--info .add_to_cart_button{
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.rtl .la-single-product-page .product-main-image{
  float: right;
}
.rtl .product--summary .wrap-cart-cta,
.rtl .product--summary .add_compare,
.rtl .product--summary .add_wishlist{
  float: right;
}
.rtl .product--summary .quantity{
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.rtl .product--summary .single_add_to_cart_button{
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.rtl .product--summary .entry-summary > .stock.in-stock{
  float: left;
}
.rtl .la-custom-pright .wc-tabs{
  text-align: right;
}
.rtl .btn-clear-cart{
  margin-left: 10px;
  margin-right: auto;
}
.rtl .shop_table.cart td.actions .button{
  float: left;
}
.rtl .shop_table.cart td.actions .btn{
  float: right;
}
.rtl .cart-collaterals > .la-shipping-form,
.rtl .cart-collaterals > .la-coupon-form,
.rtl .cart-collaterals > .cart_totals{
  float: right;
}
.rtl .cart-collaterals > .la-shipping-form,
.rtl .cart-collaterals > .la-coupon-form{
  margin-right: 0;
  margin-left: 2%;
}
.rtl .cart-collaterals .shipping label{
  padding-right: 10px;
  padding-left: 0;
}
@media (max-width: 600px){
  .rtl table.shop_table.shop_table_responsive tr td.product-remove a.remove{
    right: 10px;
    left: auto;
  }
  .rtl table.shop_table_responsive tr td,
  .rtl .woocommerce table.wishlist_table .product-name,
  .rtl .shop_table.woocommerce-cart-form__contents .product-price,
  .rtl .shop_table.woocommerce-cart-form__contents .product-quantity,
  .rtl .shop_table.woocommerce-cart-form__contents .product-subtotal{
    text-align: left;
  }
  .rtl table.shop_table_responsive tr td[data-title]:before{
    float: right;
  }
}
.rtl .woocommerce #customer_details{
  float: right;
}
.rtl .woocommerce #order_review{
  float: left;
}
.rtl .woocommerce #order_review_heading{
  left: 0;
  right: auto;
  padding-right: 50px;
  padding-left: 0;
}
@media (max-width: 991px){
  .rtl .woocommerce #order_review_heading{
    padding-right: 20px;
  }
}
@media (max-width: 600px){
  .rtl .woocommerce #order_review_heading{
    padding-right: 0;
  }
}
.rtl table.woocommerce-checkout-review-order-table tfoot td,
.rtl table.woocommerce-checkout-review-order-table .product-total{
  text-align: left;
}
.rtl table.woocommerce-checkout-review-order-table .cart_item td.product-name,
.rtl table.woocommerce-checkout-review-order-table th{
  text-align: right;
}
.rtl .woocommerce #ship-to-different-address .input-checkbox{
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
table.woocommerce-checkout-review-order-table .shipping td{
  min-width: 140px;
  text-align: right;
}
.rtl table.woocommerce-checkout-review-order-table .shipping td{
  text-align: left;
}
body.rtl:not(.open-cart-aside) .cart-flyout{
  transform: translate(-200px, 0);
  -webkit-transform: translate(-200px, 0);
}
@media (max-width: 767px){
  body.rtl .la-advanced-product-filters{
    right: 0;
    left: auto;
  }
  body.rtl:not(.open-advanced-shop-filter) .la-advanced-product-filters{
    transform: translate(200px, 0);
    -webkit-transform: translate(200px, 0);
  }
}
@media (min-width: 991px){
  .rtl .la-p-single-2 .product-main-image .la-woo-product-gallery{
    float: left;
  }
  .rtl .la-p-single-2 .product-main-image .la-woo-thumbs{
    float: right;
  }
}
@media (min-width: 1441px){
  .rtl.toro-body.single-product.body-col-1c:not(.enable-main-fullwidth):not(.body-boxed) .site-main .la-p-single-2 .product-main-image .la-woo-thumbs{
    margin-left: auto;
    margin-right: -105px;
  }
}
p.comment-notes{
  font-size: 1em;
}
.single-post-detail .comment-form label{
  color: var(--theme-secondary-color);
}
.searchform-fly-overlay .loading{
  opacity: 0;
  display: block;
  margin: 0 auto;
  width: 70px;
}
.searchform-fly-overlay.searching .loading{
  opacity: 1;
}
.searchform-fly-overlay .search-form{
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.searchform-fly-overlay .search-results{
  max-width: 100%;
  width: 1170px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.rtl .searchform-fly-overlay .search-results{
  text-align: right;
}
.searchform-fly-overlay .results-container{
  max-height: 63vh;
  overflow: auto;
  margin-bottom: 10px;
}
.searchform-fly-overlay .results-container .products-grid{
  margin: 0;
}
.searchform-fly-overlay .results-container .posts .entry-title{
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}
.searchform-fly-overlay .results-container .posts .loop__item__desc{
  font-size: 14px;
  line-height: 1.6;
  height: 43px;
  overflow: hidden;
}
.searchform-fly-overlay .results-container .posts .loop__item__meta--footer{
  display: none;
}
.searchform-fly-overlay .results-container,
.searchform-fly-overlay .view-more-results{
  display: none;
}
.searchform-fly-overlay.searched{
  background-color: #fff;
}
@media (max-width: 1500px){
  .searchform-fly-overlay .btn-close-search{
    top: 15%;
    right: 50px;
  }
}
@media (max-width: 1300px){
  .searchform-fly-overlay .search-results{
    max-width: 85%;
  }
}
.toro-body .snptwdgt-container .snptwdgt-rtd__ftr,
.toro-body .snptwdgt-container .snptwdgt__ftr{
  display: none;
}
.toro-body .snptwdgt-container .snptwdgt__item .snptlinked-item-ico{
  font-size: 16px;
  padding: 20px;
  background-color: var(--theme-secondary-color);
}
.error404 #colophon{
  display: none;
}
span.custom-badge{
  background: var(--theme-secondary-color);
  color: #fff;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  line-height: 49px;
  position: absolute;
  bottom: 50%;
  margin-left: 5%;
  font-weight: normal;
  font-size: 10px;
  padding: 0;
}
.row_grap_80{
  padding-right: 80px;
  padding-left: 80px;
}
@media (max-width: 1400px){
  .row_grap_80{
    padding-right: 20px;
    padding-left: 20px;
  }
}
/** Coming Soon
****************************************/
/** END DEMO
****************************************/
body{
  overflow-x: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.open-burger-menu, body.open-search-form, body.open-header-aside{
  overflow: hidden;
}
.home.blog:not(.paged) .blog__item.sticky .loop__item__inner{
  background-color: #f3f3f7;
  padding: 0 30px;
  color: var(--theme-secondary-color);
}
.shop_table .product-thumbnail img{
  max-width: 70px;
}
.home.blog .la-breadcrumbs{
  display: none;
}
.page-links > span:not(.page-links-title){
  padding: 2px 15px;
  color: #fff;
}
.page-links > a{
  background-color: var(--theme-secondary-color);
  color: #fff;
  padding: 2px 15px;
}
.page-links > a,
.page-links > span:not(.screen-reader-text){
  margin-right: 5px;
  display: inline-block;
}
.commentlist li[id*="pingback-comment"]{
  margin-bottom: 15px;
}
.commentlist li[id*="pingback-comment"]:first-child{
  margin-top: 30px;
}
.commentlist li[id*="pingback-comment"] a.url{
  margin: 0 5px;
}
.comments-container ~ .no-comments{
  padding-top: 30px;
}
.single-post-detail .comments-area .comment-text table{
  font-size: 12px;
}
.site-header-top.use-custom-html .header-top-left{
  float: left;
}
.site-header-top.use-custom-html .header-top-right{
  float: right;
}
.header_component .social-media-link{
  line-height: 20px;
  margin-top: 10px;
}
.la_compt_iem.la_com_action--text .social-media-link{
  margin: 0 15px;
}
.la_compt_iem.la_com_action--text .social-media-link a{
  margin: 0 8px;
}
.site-main-nav .main-menu > li > a{
  font-weight: 600;
}
@media (max-width: 800px){
  .la-breadcrumbs:not(.use-custom-text){
    font-size: 10px;
    letter-spacing: 0;
  }
}
.gallery{
  display: block;
  text-align: center;
  clear: both;
  overflow: hidden;
  margin: 12px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 20px;
}
.gallery .gallery-row{
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0;
}
.gallery .gallery-item{
  overflow: hidden;
  float: left;
  margin: 0;
  text-align: center;
  list-style: none;
  padding: 0;
}
.gallery .gallery-item a{
  display: block;
  background: #f4f4f4;
  margin: 6px;
  padding: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  border: 0;
  border-radius: 2px;
  transition: background .25s;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail{
  display: block;
  height: auto;
  margin: 0 auto;
  border: 0 !important;
}
.gallery-caption{
  margin-left: 0;
}
.site-main-nav .default-menu > li > a{
  letter-spacing: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.section-page-header .page-title{
  font-weight: normal;
}
@media (min-width: 1200px){
  .section-page-header .page-title{
    font-size: 36px;
  }
}
html.touchevents .header_component--dropdown-menu:hover .menu{
  opacity: 0;
  visibility: hidden;
}
html.touchevents .header_component--dropdown-menu.active .menu{
  opacity: 1;
  visibility: visible;
}
html.touchevents .wc-toolbar .wc-ordering:hover p:after{
  content: "\f107";
}
html.touchevents .wc-toolbar .wc-ordering:hover ul{
  visibility: hidden;
  margin-top: 30px;
  opacity: 0;
}
html.touchevents .wc-toolbar .wc-ordering.active p:after{
  content: "\f106";
}
html.touchevents .wc-toolbar .wc-ordering.active ul{
  opacity: 1;
  visibility: visible;
  margin-top: 7px;
}
.mm-hidden{
  display: none !important;
}
.commentlist .comment .comment-respond{
  margin: 0 0 20px;
}
.commentlist .comment .comment-respond .comment-reply-title{
  margin-top: 10px;
}
#blog_content_container .blog-main-loop.blog-pagination-type-pagination + .la-pagination{
  padding-top: 10px;
}
.entry-content blockquote p:last-child{
  margin-bottom: 0;
}
.home.blog:not(.paged) .blog__item.sticky{
  margin-bottom: 70px;
}
.home.blog:not(.paged) .blog__item.sticky .loop__item__inner{
  padding: 30px;
}
.home.blog:not(.paged) .blog__item.sticky .loop__item__inner .lastudio-posts__inner-content{
  padding: 0;
}
.dokan-dashboard header.dokan-dashboard-header h1{
  font-size: 26px;
}
ul.dokan-listing-filter{
  color: var(--theme-secondary-color);
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a i{
  padding: 0;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links{
  text-align: center;
}
.profile-frame-wrapper{
  font-size: 12px;
}
.profile-frame-wrapper.section-page-header{
  text-align: inherit;
}
.profile-frame-wrapper.has-img{
  background: none;
}
.profile-frame-wrapper .page-header-inner{
  padding: 0 !important;
}
.profile-frame-wrapper .profile-info-summery{
  position: relative;
}
.profile-frame-wrapper .profile-info-head{
  width: 270px;
  float: left;
  min-height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.profile-frame-wrapper .profile-info{
  padding-top: 15px;
  padding-left: 320px;
  padding-bottom: 15px;
}
.profile-frame-wrapper .profile-info-bottom ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.profile-frame-wrapper .profile-info-bottom li{
  display: inline-block;
  margin: 0 25px 0 0;
}
.profile-frame-wrapper .profile-info-bottom li i{
  padding-right: 5px;
}
.profile-frame-wrapper .profile-info-bottom li:last-child{
  margin-right: 0 !important;
}
.profile-frame-wrapper .profile-info-bottom .dokan-store-info{
  float: left;
}
.profile-frame-wrapper .profile-info-bottom .store-social-wrapper{
  float: right;
  margin-top: -30px;
  font-size: 14px;
}
.profile-frame-wrapper .profile-info-bottom .store-social-wrapper li{
  margin-right: 10px;
}
.dokan-store #section_page_header .page-header-inner{
  min-height: 240px;
}
.dokan-store #section_page_header .la-breadcrumbs{
  display: none;
}
.dokan-store .dokan-widget-area{
  padding-top: 15px;
}
@media (max-width: 1300px){
  .profile-frame-wrapper .profile-info{
    padding-left: 295px;
  }
  .profile-frame-wrapper .profile-info-head{
    width: 230px;
  }
  .profile-frame-wrapper .profile-info .store-name{
    font-size: 26px;
  }
  .dokan-store #section_page_header .page-header-inner{
    min-height: 200px;
  }
}
@media (max-width: 1199px){
  .profile-frame-wrapper .profile-info-head{
    width: 150px;
  }
  .dokan-store #section_page_header .page-header-inner{
    min-height: 150px;
  }
  .profile-frame-wrapper .profile-info{
    padding-left: 180px;
  }
}
@media (max-width: 992px){
  .profile-frame-wrapper .profile-info .store-name{
    margin-top: 0;
    font-size: 20px;
  }
  .profile-frame-wrapper .profile-info{
    padding-left: 170px;
    padding-bottom: 0;
  }
  .profile-frame-wrapper .profile-info-bottom .store-social-wrapper{
    float: left;
    margin-top: 5px;
    clear: both;
  }
}
@media (max-width: 500px){
  .profile-frame-wrapper .profile-info{
    padding-left: 100px;
  }
  .profile-frame-wrapper .profile-info-head{
    width: 80px;
    min-height: 80px;
    position: static;
    margin-right: 20px;
    margin-top: 20px;
  }
  .dokan-store #section_page_header .page-header-inner{
    min-height: 120px;
  }
}
.woocommerce-Tabs-panel--seller .tab-content > h2{
  display: none;
}
@media (min-width: 1200px){
  .btn-close-newsletter-popup{
    display: none;
  }
}
.blog-main-loop__btn-loadmore{
  text-align: center;
  text-decoration: underline;
  font-size: 18px;
  margin-top: 40px;
}
.blog-main-loop__btn-loadmore.nothing-to-load{
  display: none;
}
.blog-main-loop__btn-loadmore + .la-pagination{
  display: none;
}
.products.prods_masonry.la-infinite-container{
  margin-bottom: 40px;
}
.la-custom-badge{
  position: absolute;
  z-index: 2;
  font-size: 10px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  top: 20px;
  min-width: 42px;
  text-transform: uppercase;
}
.la-custom-badge.badge-sold{
  border-radius: 0;
  top: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  width: auto;
}
.la-custom-badge.badge-sold-out{
  border-radius: 0;
  top: 0;
  height: 30px;
  line-height: 30px;
  width: 90px;
}
.onsale{
  min-width: 42px;
  top: 20px;
}
.la-custom-badge.even + .odd + .onsale,
.la-custom-badge.even + .onsale,
.la-custom-badge.odd ~ .odd,
.la-custom-badge.even ~ .even{
  top: 65px;
}
body.ltr .la-custom-badge{
  left: 20px;
}
body.ltr .la-custom-badge.even{
  right: 20px;
  left: auto;
}
body.ltr .la-custom-badge.odd + .onsale{
  right: 20px;
  left: auto;
}
body.ltr .la-custom-badge.even + .onsale{
  left: 20px;
  right: auto;
}
body.ltr .la-custom-badge.badge-sold-out{
  right: 0;
  left: auto;
}
body.rtl .la-custom-badge{
  left: 20px;
}
body.rtl .la-custom-badge.even{
  left: 20px;
  right: auto;
}
body.rtl .la-custom-badge.odd + .onsale{
  left: 20px;
  right: auto;
}
body.rtl .la-custom-badge.even + .onsale{
  right: 20px;
  left: auto;
}
.comments-container .pagination ul.page-numbers{
  list-style: none;
  text-align: center;
  margin: 15px 0;
  padding: 0;
}
.comments-container .pagination ul.page-numbers li{
  display: inline-block;
  margin: 0 5px;
}
.comments-container .pagination ul.page-numbers .page-numbers{
  padding: 0 5px;
}
.comments-container .pagination ul.page-numbers .page-numbers.current{
  font-weight: bold;
  color: var(--theme-primary-color);
}
.la-breadcrumbs .la-breadcrumb-item{
  -ms-word-break: break-all;
  word-break: break-all;
}
.widget_rss ul .rssSummary,
.commentlist .comment-text .description,
.entry-content,
.single-post-detail .showposts-excerpt,
.section-page-header .page-title{
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.calendar_wrap #today{
  color: #fff;
}
.lahfb-nav-wrap.has-megamenu > ul > li.mega{
  position: relative !important;
}
/**
  FOR DEMO
 */
.lahfb-nav-wrap.has-parent-arrow > ul > li.demo-selector-mega{
  position: static;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lahfb-nav-wrap.has-parent-arrow > ul > li.demo-selector-mega .la-tab{
  width: 100%;
  position: absolute;
  left: 0;
  padding: 0 80px;
  opacity: 0;
  visibility: hidden;
  display: none;
  margin-top: 30px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lahfb-nav-wrap.has-parent-arrow > ul > li.demo-selector-mega .la-tab .demo__aside_flex{
  background-color: var(--theme-secondary-color);
  padding: 50px;
  justify-content: left;
}
.lahfb-nav-wrap.has-parent-arrow > ul > li.demo-selector-mega .la-tab .demo__aside_flex .demo-item{
  width: 12.5%;
  padding: 0 20px;
}
.lahfb-nav-wrap.has-parent-arrow > ul > li.demo-selector-mega .la-tab .demo__aside_flex .demo-item .item-inner a span{
  color: #fff;
}
.lahfb-nav-wrap.has-parent-arrow > ul > li.demo-selector-mega:hover .la-tab{
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.banner-widget.widget{
  position: relative;
  overflow: hidden;
}
.banner-widget.widget img{
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-widget.widget:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.banner-widget.widget .widget-title{
  position: absolute;
  color: #fff;
  top: 80%;
  transform: translateY(-80%);
  z-index: 1;
  font-size: 32px;
  padding: 0 35px;
  font-weight: 600;
  letter-spacing: 0;
}
.banner-widget.widget .widget-title span{
  font-size: 16px;
  display: block;
  width: 100%;
}
.banner-widget-shop.widget{
  position: relative;
  overflow: hidden;
}
.banner-widget-shop.widget img{
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-widget-shop.widget:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.banner-widget-shop.widget .widget-title{
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 16px;
  padding: 0 35px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
}
.banner-widget-shop.widget .widget-title span{
  font-size: 44px;
  display: block;
  width: 100%;
}
/*
 * Home 02
 */
.home02-banner-top .lastudio-carousel__item .lastudio-effect-none .lastudio-banner__text{
  margin: 10px 0 20px;
  max-width: 240px;
}
.home02-banner-top .lastudio-carousel__item .lastudio-effect-none .elementor-button{
  border: none;
  width: 125px;
  border-radius: 0;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 0;
  line-height: 1.8;
  font-weight: 500;
}
.home02-banner-top .lastudio-carousel__item.home02-banner-01 .lastudio-effect-none .lastudio-banner__content-wrap{
  text-align: left;
  margin-right: auto;
}
.home02-banner-top .lastudio-carousel__item.home02-banner-03 .lastudio-effect-none .lastudio-banner__content-wrap, .home02-banner-top .lastudio-carousel__item.home02-banner-01 .lastudio-effect-none .lastudio-banner__content-wrap{
  padding-left: 50px;
  padding-right: 50px;
}
.home02-banner-top .lastudio-carousel__item.home02-banner-03 .lastudio-effect-none .lastudio-banner__content-wrap .lastudio-banner__text, .home02-banner-top .lastudio-carousel__item.home02-banner-02 .lastudio-effect-none .lastudio-banner__content-wrap .lastudio-banner__text{
  color: #fff;
}
.home02-banner-top .lastudio-carousel__item.home02-banner-03 .lastudio-effect-none .lastudio-banner__content-wrap .lastudio-banner__title, .home02-banner-top .lastudio-carousel__item.home02-banner-02 .lastudio-effect-none .lastudio-banner__content-wrap .lastudio-banner__title{
  color: #fff;
}
.home02-banner-top .lastudio-carousel__item.home02-banner-03 .lastudio-effect-none .lastudio-banner__content-wrap .elementor-button, .home02-banner-top .lastudio-carousel__item.home02-banner-02 .lastudio-effect-none .lastudio-banner__content-wrap .elementor-button{
  background-color: transparent;
  border: 1px solid #fff;
  margin: 0px auto;
}
.home02-banner-top .lastudio-carousel__item.home02-banner-03 .lastudio-effect-none .lastudio-banner__content-wrap{
  margin-left: auto;
}
.home02-banner-top .lastudio-carousel__item.home02-banner-03 .lastudio-effect-none .lastudio-banner__content-wrap .lastudio-banner__text{
  max-width: 100%;
}
/*
 *  Home 03
 */
.intro-home .elementor-alert{
  text-align: center;
  padding: 20px 0;
}
.intro-home .elementor-alert > span{
  display: inline-block;
  vertical-align: middle;
}
.intro-home .elementor-alert .elementor-button{
  margin-left: 40px;
  color: #fff;
  border: 2px solid;
  min-width: 180px;
  padding: 22px 0px;
  text-align: center;
}
.intro-home .elementor-alert .elementor-button:hover{
  border-color: var(--theme-secondary-color);
}
.intro-home .elementor-alert button{
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.intro-home .elementor-alert button span{
  color: #fff;
  font-size: 40px;
  vertical-align: middle;
  height: 100%;
  display: inline-block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.intro-home .elementor-alert button:hover span{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
@media (max-width: 992px){
  .intro-home .elementor-alert .elementor-button{
    min-width: 150px;
    padding: 16px 0px;
  }
}
@media (max-width: 767px){
  .intro-home .elementor-alert .elementor-button{
    margin: 10px auto 0;
  }
}
/*
 *  Home 04
 */
/*
 *  Home 07
 */
.home07-banner-carousel .lastudio-carousel .lastudio-carousel__item{
  opacity: 0.2;
}
.home07-banner-carousel .lastudio-carousel .lastudio-carousel__item.slick-current{
  opacity: 1;
}
.home07-banner-carousel .lastudio-carousel .lastudio-carousel__item-inner .lastudio-carousel__image{
  border-radius: 50%;
  overflow: hidden;
}
.home07-banner-carousel .lastudio-carousel .lastudio-carousel__item-inner .lastudio-carousel__content{
  width: 56%;
}
.home07-banner-carousel .lastudio-carousel .lastudio-carousel__item-inner .lastudio-carousel__image{
  width: 44%;
}
.home07-banner-carousel .lastudio-carousel .lastudio-carousel__item-inner .lastudio-carousel__content,
.home07-banner-carousel .lastudio-carousel .lastudio-carousel__item-inner .lastudio-carousel__image{
  display: inline-block;
  vertical-align: middle;
}
.home07-banner-carousel .lastudio-carousel .lastudio-arrow{
  width: 60px;
  height: 60px;
  bottom: -120px;
  top: auto;
}
.home07-banner-carousel .lastudio-carousel .lastudio-arrow.prev-arrow{
  left: calc(50% - 65px);
}
.home07-banner-carousel .lastudio-carousel .lastudio-arrow.next-arrow{
  right: calc(50% - 65px);
}
@media (max-width: 1400px){
  .home07-banner-carousel .lastudio-carousel .lastudio-arrow{
    width: 40px;
    height: 40px;
    bottom: -80px;
    top: auto;
  }
  .home07-banner-carousel .lastudio-carousel .lastudio-arrow.prev-arrow{
    left: calc(50% - 45px);
  }
  .home07-banner-carousel .lastudio-carousel .lastudio-arrow.next-arrow{
    right: calc(50% - 45px);
  }
}
@media (max-width: 767px){
  .home07-banner-carousel .lastudio-carousel .lastudio-carousel__item-inner .lastudio-carousel__content{
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 30px;
  }
  .home07-banner-carousel .lastudio-carousel .lastudio-carousel__item-inner .lastudio-carousel__content .lastudio-carousel__item-text{
    margin: 0 0 10px;
  }
  .home07-banner-carousel .lastudio-carousel .lastudio-carousel__item-inner .lastudio-carousel__item-button{
    display: none;
  }
  .home07-banner-carousel .lastudio-carousel .lastudio-carousel__item-inner .lastudio-carousel__image{
    width: 100%;
  }
}
/*
 *    header-simple-02
 */
.lahfb-desktop-view .header-simple-02 .lahfb-col__left{
  display: block;
  text-align: left;
  margin-bottom: 30px;
  max-height: 150px;
}
.lahfb-desktop-view .header-simple-02 img.lahfb-logo{
  margin-bottom: 60px;
  margin-right: auto;
}
.header-simple-02 .lahfb-nav-wrap .menu > li.menu-item > a{
  border-bottom: 2px solid transparent;
}
.header-simple-02 .lahfb-nav-wrap .menu > li > a:after{
  display: none;
}
.header-simple-02 .lahfb-nav-wrap .menu > li.current-menu-parent > a,
.header-simple-02 .lahfb-nav-wrap .menu > li.menu-item > a:focus,
.header-simple-02 .lahfb-nav-wrap .menu > li.menu-item > a:hover{
  border-color: var(--theme-secondary-color);
}
.header-simple-02 .lahfb-icon-content,
.header-simple-02 .lahfb-search,
.header-simple-02 .lahfb-hamburger-menu,
.header-simple-02 .lahfb-cart{
  display: inline-block;
  vertical-align: text-top;
  margin: 0 5px;
  width: 30px;
}
.header-simple-02 .lahfb-icon-element i{
  font-size: 22px;
}
/*
 *    Vertical Custom Home 16
 */
.vertical-menu-custom{
  position: absolute;
  z-index: 9;
  top: calc(100% + 80px);
  left: 80px;
}
.vertical-menu-custom.lahfb-nav-wrap .menu ul{
  min-width: 280px;
}
.vertical-menu-custom.lahfb-nav-wrap .menu ul li a{
  padding-top: 8px;
  padding-bottom: 8px;
}
.vertical-menu-custom.lahfb-nav-wrap .menu ul li:before{
  display: none;
}
.vertical-menu-custom.lahfb-nav-wrap .menu > li.menu-item > a:after{
  display: none;
}
.vertical-menu-custom.lahfb-nav-wrap > .menu{
  list-style: none;
  padding: 60px 0px;
  background: #fff;
  max-width: 460px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.vertical-menu-custom.lahfb-nav-wrap > .menu > li.menu-item{
  display: block;
  width: 100%;
  position: static !important;
}
.vertical-menu-custom.lahfb-nav-wrap > .menu > li.menu-item > a{
  font-size: 18px;
  line-height: 1.8;
  padding: 15px 50px;
}
.vertical-menu-custom.lahfb-nav-wrap > .menu > li.menu-item > a:focus, .vertical-menu-custom.lahfb-nav-wrap > .menu > li.menu-item > a:hover{
  text-decoration: underline;
}
.vertical-menu-custom.lahfb-nav-wrap > .menu > li.menu-item ul{
  background-color: transparent;
  padding: 30px 10px;
}
.vertical-menu-custom.lahfb-nav-wrap > .menu > li.menu-item > ul{
  left: 100% !important;
  top: 0;
  min-height: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.vertical-menu-custom.lahfb-nav-wrap > .menu > li.menu-item:hover ul{
  background: #fff !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
}
.vertical-menu-custom.lahfb-nav-wrap.has-megamenu .menu li.mega li.mm-lv-1 > a{
  font-size: 18px !important;
  color: var(--theme-secondary-color) !important;
}
.vertical-menu-custom.lahfb-nav-wrap.has-megamenu li.menu-item li.mm-lv-1 a{
  color: #777;
  font-size: 18px;
}
.vertical-menu-custom.lahfb-nav-wrap .menu li.mega .mm-mega-ul li:nth-child(2) .sub-menu li{
  width: 100%;
}
.vertical-menu-custom.lahfb-nav-wrap.has-parent-arrow > ul > li.menu-item-has-children > a:before,
.vertical-menu-custom.lahfb-nav-wrap.has-parent-arrow > ul > li.mega > a:before{
  content: "\f105";
  right: 30px;
}
.vertical-menu-custom.lahfb-nav-wrap.has-megamenu > ul > li.mega ul.sub-menu ul{
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background: none !important;
}
@media (max-width: 1400px){
  .vertical-menu-custom.lahfb-nav-wrap > .menu{
    max-width: 320px;
    padding: 40px 0;
  }
  .vertical-menu-custom.lahfb-nav-wrap > .menu > li.menu-item > a{
    font-size: 14px;
    line-height: 1.8;
    padding: 8px 50px;
  }
  .vertical-menu-custom.lahfb-nav-wrap.has-megamenu .menu li.mega li.mm-lv-1 > a{
    font-size: 14px !important;
  }
  .vertical-menu-custom.lahfb-nav-wrap.has-megamenu li.menu-item li.mm-lv-1 a{
    font-size: 14px;
  }
  .vertical-menu-custom.lahfb-nav-wrap.has-megamenu > ul > li.mega > ul.sub-menu{
    max-width: 680px;
  }
}
.vertical-menu-custom-02.lahfb-nav-wrap .menu > li.menu-item > a:after{
  display: block;
  background-color: var(--theme-secondary-color);
  right: auto;
  width: 20px;
}
.vertical-menu-custom-02.lahfb-nav-wrap > .menu{
  background-color: transparent;
  box-shadow: none;
  max-width: 320px;
  padding: 0;
}
.vertical-menu-custom-02.lahfb-nav-wrap > .menu > li.menu-item > a{
  font-size: 24px;
  padding: 15px 0;
}
.vertical-menu-custom-02.lahfb-nav-wrap > .menu > li.menu-item > a:focus, .vertical-menu-custom-02.lahfb-nav-wrap > .menu > li.menu-item > a:hover{
  text-decoration: none;
}
.vertical-menu-custom-02.lahfb-nav-wrap .menu > li.current > a:after{
  width: 60px !important;
}
.vertical-menu-custom-02.lahfb-nav-wrap .menu > li.menu-item > a:hover:after{
  width: 60px;
}
@media (min-width: 1920px){
  .vertical-menu-custom-02{
    top: calc(150% + 80px);
  }
}
@media (max-width: 1400px){
  .vertical-menu-custom-02{
    left: 25px;
  }
  .vertical-menu-custom-02.lahfb-nav-wrap > .menu > li.menu-item > a{
    font-size: 14px;
  }
  .vertical-menu-custom-02.lahfb-nav-wrap.has-megamenu .menu li.mega li.mm-lv-1 > a{
    font-size: 14px !important;
  }
  .vertical-menu-custom-02.lahfb-nav-wrap.has-megamenu li.menu-item li.mm-lv-1 a{
    font-size: 14px;
  }
  .vertical-menu-custom.lahfb-nav-wrap.has-megamenu > ul > li.mega > ul.sub-menu{
    max-width: 680px;
  }
}
.social-homepage{
  height: 100%;
}
.social-homepage ul.elementor-icon-list-items{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.social-homepage ul.elementor-icon-list-items li{
  transform: rotate(-90deg);
  min-height: 160px;
  line-height: 160px;
  text-align: center;
  width: 130px;
  display: inline-block;
  width: 100%;
}
.social-homepage ul.elementor-icon-list-items li a{
  text-align: center;
  display: inline-block;
}
.social-homepage-slider{
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 20px;
  min-width: 100px;
}
@media (max-width: 1600px){
  .social-homepage ul.elementor-icon-list-items li{
    min-height: 140px;
    line-height: 125px;
  }
}
@media (max-width: 992px){
  .social-homepage-slider{
    display: none;
  }
}
.hide-single-post-meta .single-post-detail .loop__item__meta.entry-meta,
.hide-single-post-meta .single-post-detail .post-meta,
.hide-single-post-meta .single-post-detail .blog_item--category-link,
.hide-single-post-meta .single-post-detail .entry-header{
  display: none;
}
.widget_layered_nav--size ul li{
  display: inline-block;
  padding: 0;
  margin: 0;
}
.widget_layered_nav--size ul li .count{
  display: none;
}
.widget_layered_nav--size ul li a{
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 24px;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.widget_layered_nav--size ul li a:hover{
  color: #fff;
}
.menu-item-two-columns ul li{
  width: 50%;
  display: inline-block;
}
form.track_order{
  max-width: 620px;
  margin: 0px auto;
}
form.track_order .form-row .input-text{
  color: #737373;
  font-size: 12px;
}
form.track_order .button{
  color: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 120px;
  border-radius: 0;
  font-weight: 700;
}
@media (min-width: 1200px){
  .site-content.col-md-8 .wp-block-image.fit-block-with-wrapper{
    margin-left: -200px;
    margin-right: -200px;
    width: auto;
    height: 570px;
  }
  .site-content.col-md-8 .wp-block-cover.fit-block-with-wrapper{
    margin-left: -200px;
    margin-right: -200px;
    width: auto;
    height: 570px;
  }
}
.text-header-06{
  text-align: center;
}
.text-header-06 span span{
  font-weight: 600 !important;
  color: #a8d1dd !important;
}
@media (max-width: 992px){
  .text-header-06 span span{
    display: block;
  }
}
@media (min-width: 768px){
  .lastudio-tabs__control-wrapper-mobile{
    display: none !important;
  }
}
@media (max-width: 767px){
  .lastudio-tabs__control-wrapper-mobile a{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 2;
    top: 0;
  }
  .lastudio-tabs .lastudio-tabs__control-wrapper{
    width: 100%;
    position: relative;
  }
  .lastudio-tabs .lastudio-tabs__control-wrapper:not(.open) > .active-tab{
    order: -1;
  }
  .lastudio-tabs .lastudio-tabs__control-wrapper:not(.open) > .lastudio-tabs__control{
    display: none;
  }
  .lastudio-tabs .lastudio-tabs__control-wrapper > .lastudio-tabs__control,
  .lastudio-tabs .lastudio-tabs__control-wrapper:not(.open) > .lastudio-tabs__control.active-tab{
    display: block;
    width: 100%;
    margin: 0 !important;
  }
  .lastudio-tabs .lastudio-tabs__control-wrapper.open{
    flex-direction: column;
  }
  .lastudio-tabs .lastudio-tabs__control-wrapper.open .lastudio-tabs__control-wrapper-mobile a{
    display: none;
  }
  .lastudio-tabs .lastudio-tabs__control-wrapper:not(.open) > .lastudio-tabs__control.active-tab .lastudio-tabs__control-inner:before{
    content: '\f107';
    font-family: FontAwesome;
    right: 20px;
    position: absolute;
    color: var(--theme-secondary-color);
    font-size: 20px;
  }
  .lastudio-tabs > .lastudio-tabs__control-wrapper{
    padding: 0 !important;
  }
  .lastudio-tabs > .lastudio-tabs__control-wrapper .lastudio-tabs__label-text{
    color: var(--theme-secondary-color) !important;
  }
  .lastudio-tabs > .lastudio-tabs__control-wrapper > .lastudio-tabs__control.active-tab{
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    background: none !important;
  }
  .lastudio-tabs .lastudio-tabs__control.active-tab{
    border: none;
  }
  .lastudio-tabs .lastudio-tabs__control .lastudio-tabs__control-inner{
    padding: 20px 0 !important;
  }
}
.elementor-button{
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.lastudio-posts.preset-type-3 .lastudio-posts__inner-content:only-child{
  padding-top: 0;
}
.lastudio-posts.preset-type-3 .lastudio-posts__inner-content:only-child .post-meta-top{
  padding-top: 0;
}
.loop__item__thumbnail .la-slick-slider ~ .loop__item__thumbnail--bkg{
  display: none;
}
.header-v-default .blog__item .loop__item__thumbnail--bkg{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 !important;
}
.header-v-default .blog__item .loop__item__thumbnail--bkg > img{
  width: auto;
}
.site-footer-default{
  text-align: center;
  color: #989898;
  font-size: 12px;
  padding: 20px;
}
.lahfb-wrap.default-header{
  color: var(--theme-heading-font-color);
}
.lahfb-wrap.default-header .lahfb-nav-wrap,
.lahfb-wrap.default-header .lahfb-nav-wrap .menu,
.lahfb-wrap.default-header .lahfb-nav-wrap .menu > li,
.lahfb-wrap.default-header .lahfb-nav-wrap .menu > li > a{
  height: 100%;
}
.header-v-default .sidebar-inner .widget_recent_entries li,
.header-v-default .sidebar-inner .widget_recent_comments li.recentcomments{
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #666;
}
.header-v-default .sidebar-inner .widget_recent_entries li a:not(:hover),
.header-v-default .sidebar-inner .widget_recent_comments li.recentcomments a:not(:hover){
  color: var(--theme-heading-font-color);
}
.header-v-default .sidebar-inner .widget_recent_entries li a{
  display: block;
}
.header-v-default .sidebar-inner .widget_recent_comments li.recentcomments a{
  color: inherit;
}
.header-v-default .sidebar-inner .widget_recent_comments li.recentcomments a:hover{
  color: var(--theme-primary-color);
}
.header-v-default .lahfb-nav-wrap .menu > li.menu-item > a{
  font-size: 16px;
  padding: 0 20px;
  font-weight: bold;
}
.header-v-default .lahfb-nav-wrap .sub-menu{
  color: #fff;
}
.header-v-default .lahfb-nav-wrap .lahfb-nav-wrap,
.header-v-default .lahfb-nav-wrap .lahfb-nav-wrap .menu,
.header-v-default .lahfb-nav-wrap .lahfb-nav-wrap .menu > li,
.header-v-default .lahfb-nav-wrap .lahfb-nav-wrap .menu > li > a{
  height: 100%;
}
@media (max-width: 1024px){
  .header-v-default .lastudio-posts .post-meta-top{
    display: none;
  }
}
.header-v-default .loop__item__thumbnail > .gitem-zone-height-mode-original2{
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.header-v-default .blog__item .loop__item__thumbnail--bkg > img{
  width: auto;
}
.header-v-default .entry-content{
  font-size: inherit;
}
.header-v-default:not(.woocommerce-page) .entry-content ul,
.header-v-default:not(.woocommerce-page) .entry-content ol,
.header-v-default:not(.woocommerce-page) .entry-content p{
  margin-bottom: 15px;
}
.header-v-default:not(.woocommerce-page) .entry-content ul ul,
.header-v-default:not(.woocommerce-page) .entry-content ul ol,
.header-v-default:not(.woocommerce-page) .entry-content ol ol,
.header-v-default:not(.woocommerce-page) .entry-content ol ul{
  margin-left: 20px;
  margin-bottom: 4px;
  margin-top: 4px;
}
.header-v-default:not(.woocommerce-page) .entry-content dt,
.header-v-default:not(.woocommerce-page) .entry-content dd,
.header-v-default:not(.woocommerce-page) .entry-content ul li,
.header-v-default:not(.woocommerce-page) .entry-content ol li{
  padding: 4px 0;
}
.header-v-default .section-page-header{
  background-color: #f9f9f9;
}
.header-v-default .section-page-header .la-breadcrumbs{
  margin-top: 5px;
  font-size: 12px;
}
.site-footer-default{
  text-align: center;
  color: #989898;
  font-size: 12px;
  padding: 20px;
}
@media (min-width: 1024px){
  .header-v-default h1,
  .header-v-default .h1{
    font-size: 34px;
  }
  .header-v-default h2,
  .header-v-default .h2{
    font-size: 30px;
  }
}
.header-v-default .entry-summary{
  padding-top: 0;
  padding-left: 0;
}
.header-v-default .single-post-detail .entry-footer{
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.header-v-default .tags-list .screen-reader-text{
  position: static !important;
  clip: auto;
  overflow: visible;
  width: auto;
  height: auto;
}
.header-v-default .tags-list .screen-reader-text:after{
  content: ': ';
}
.header-v-default .ui-1_simple-remove{
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  width: 18px;
  text-align: center;
  font-weight: normal;
}
.header-v-default .ui-1_simple-remove:before{
  content: "\f00d";
}
.entry-meta-footer .tags-list + .tags-list{
  clear: both;
}
.cart-flyout .product_list_widget li img{
  margin-bottom: 15px;
}
.wp-block-embed__wrapper iframe{
  max-width: 100%;
}
.has-toro-theme-primary-color{
  color: var(--theme-primary-color)
}
.has-toro-theme-secondary-color{
  color: var(--theme-heading-font-color)
}
.has-strong-magenta-color{
  color: #a156b4
}
.has-light-grayish-magenta-color{
  color: #d0a5db
}
.has-very-light-gray-color{
  color: #eee
}
.has-very-dark-gray-color{
  color: #444
}
.has-toro-theme-primary-background-color{
  background-color: var(--theme-primary-color)
}
.has-toro-theme-secondary-background-color{
  background-color: var(--theme-heading-font-color)
}
.has-strong-magenta-background-color{
  background-color: #a156b4
}
.has-light-grayish-magenta-background-color{
  background-color: #d0a5db
}
.has-very-light-gray-background-color{
  background-color: #eee
}
.has-very-dark-gray-background-color{
  background-color: #444
}
@media (min-width: 960px){
  .body-col-1c:not(.woocommerce-page) .entry-content-no-builder{
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
  .body-col-1c:not(.woocommerce-page) .entry-content-no-builder ~ .entry-footer{
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
  .body-col-1c:not(.woocommerce-page) .entry-content-no-builder .alignwide{
    max-width: 1200px;
    margin-left: -165px;
    margin-right: -165px;
    width: auto;
  }
  .body-col-1c:not(.woocommerce-page) .entry-content-no-builder .alignfull:not(.wp-block-pullquote){
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
  }
}
@media (min-width: 768px){
  .body-col-1c:not(.woocommerce-page) .entry-content-no-builder .alignwide img,
  .body-col-1c:not(.woocommerce-page) .entry-content-no-builder .alignfull img{
    display: block;
    margin: 0 auto;
  }
}
.entry-content-no-builder .wp-block-image{
  margin-bottom: 25px;
}
.wp-block-latest-posts.is-grid li{
  margin-bottom: 0;
}
.wp-block-image .aligncenter,
.wp-block-image .alignright,
.wp-block-image .alignleft,
.wp-block-button.aligncenter,
.wp-block-button.alignright,
.wp-block-button.alignleft{
  margin-top: 15px;
  margin-bottom: 15px;
}
.wp-block-button__link{
  font-size: 14px;
}
.wp-block-embed{
  margin-bottom: 1em
}
.wp-block-embed figcaption{
  margin-top: .5em;
  margin-bottom: 1em;
  color: var(--theme-secondary-color) d66;
  text-align: center;
  font-size: 13px
}
.wp-block-embed.is-type-video:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper{
  position: relative
}
.wp-block-embed.is-type-video:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before{
  content: "";
  display: block;
  padding-top: 50%
}
.wp-block-embed.is-type-video:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before{
  padding-top: 42.85%
}
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before{
  padding-top: 50%
}
.wp-block-embed.is-type-video:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper::before,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before{
  padding-top: 56.25%
}
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before{
  padding-top: 75%
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before{
  padding-top: 100%
}
.wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper::before{
  padding-top: 66.66%
}
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before{
  padding-top: 200%
}
.wp-block-latest-posts{
  padding: 0;
}
.wp-block-quote.is-large cite,
cite{
  font-style: normal;
  font-size: 14px;
}
.wp-block-column{
  margin-bottom: 0;
}
.wp-block-column p:last-child{
  margin-bottom: 0;
}
.wp-block-pullquote p{
  font-size: 18px;
}
.wp-block-image .alignleft{
  margin-right: 2em;
}
.wp-block-image .alignright{
  margin-left: 2em;
}
form.post-password-form{
  margin-bottom: 50px;
}
.post-password-form input[type="submit"]{
  background: var(--theme-heading-font-color);
  color: #fff;
  border: none;
  min-width: 100px;
  padding: 13px 20px;
  transition: all .3s;
}
.post-password-form input[type="submit"]:hover{
  background-color: var(--theme-primary-color);
}
.post-password-form input[type="password"]{
  width: 200px;
  margin-left: 10px;
  margin-right: 10px;
}
div#comments{
  width: 840px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.commentlist ul.children li{
  padding-right: 0;
  padding-left: 0;
}
.commentlist ul.children .comment_container{
  padding: 0 0 40px;
}
.commentlist .depth-2:before{
  display: none;
}
.header-v-default .comment-form p.logged-in-as{
  margin-bottom: 20px;
}
.default-header .lahfb-nav-wrap .menu > li.menu-item > a:after{
  display: none !important;
}
.body-col-1c.elementor-default .entry-content-no-builder ~ .entry-footer, .body-col-1c.elementor-default .entry-content-no-builder{
  max-width: 100%
}
.body-col-1c.elementor-default .article-post-no-builder ~ div#comments{
  width: 100%
}
.lastudio-posts .post-meta-top a:not(:last-child):after{
  content: ',';
  margin-right: 3px;
}
.lastudio-posts.blog-main-loop .lastudio-more{
  letter-spacing: 1px;
  font-size: 10px;
  padding: 12px 40px;
  line-height: 2;
}
.lastudio-posts.blog-main-loop .lastudio-posts__item .post-meta-top a:hover{
  text-decoration: underline;
}
.lastudio-posts.blog-main-loop .lastudio-posts__item{
  margin-bottom: 70px;
}
.lastudio-posts.blog-main-loop .lastudio-posts__inner-content{
  padding-top: 20px;
  padding-bottom: 0;
}
.lastudio-posts.blog-main-loop .entry-title{
  margin-bottom: 0;
}
@media (min-width: 1200px){
  .archive.date.body-col-2cr #site-content.col-md-9,
  .archive.tag.body-col-2cr #site-content.col-md-9,
  .archive.category.body-col-2cr #site-content.col-md-9,
  .archive.author.body-col-2cr #site-content.col-md-9,
  .blog.body-col-2cr #site-content.col-md-9{
    width: 73%;
  }
}
body.body-col-2cr #sidebar_primary{
  float: right;
}
@media (min-width: 1200px){
  .section-page-header .page-title{
    font-size: 42px;
    font-weight: bold;
  }
  .woocommerce-Reviews .woocommerce-Reviews-title,
  .woocommerce-Reviews .comment-reply-title{
    font-size: 28px;
  }
}
.entry-content > dl > dd{
  margin-left: 40px;
}
.woocommerce-Reviews div#comments{
  width: 100%;
}
.comment-form-rating{
  clear: both;
}
.body-col-1c .site-main .la-single-product-page .product--summary .la-custom-pright.one-col{
  width: 100%;
  padding: 0;
}
.body-col-1c .site-main .la-single-product-page .product--summary .la-custom-pright-02{
  display: block;
}
.la-custom-pright-02{
  display: none;
}
.woocommerce-Reviews .woocommerce-Reviews-title,
.woocommerce-Reviews .comment-reply-title{
  font-family: inherit !important;
  font-weight: normal;
}
.product--summary .variations_form .variations tr{
  display: inherit;
  margin: 0;
}
.product--summary .variations_form .variations td{
  display: block;
}
.product--summary .variations_form .variations td.value{
  padding-bottom: 10px !important;
  padding-top: 5px !important;
}
.product--summary .variations_form a.reset_variations{
  position: static;
}
.woocommerce-checkout .form-row-wide{
  clear: both;
}
.popup-added-msg .button{
  padding: 10px 15px;
  background: var(--theme-secondary-color);
  color: #fff;
  margin: 5px;
}
.popup-added-msg .button:hover{
  background: var(--theme-primary-color);
}
.lahfb-vertical .lahfb-logo span.la-site-name{
  margin-bottom: 20px;
}
@media (max-width: 767px){
  .wc-toolbar .wc-ordering ul{
    left: 0;
    right: auto;
  }
}
.woocommerce-product-gallery__wrapper.slick-slider{
  direction: ltr;
}
.la-element-dropdown{
  position: absolute;
  top: 100%;
  width: 300px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  right: 0;
  display: none;
}

.elementor-page.body-col-1c div#main > .container {
  width: 100%;
  max-width: 100%;
}
.elementor-page.body-col-1c div#main #site-content{
  padding-left: 0;
  padding-right: 0;
}