/*
    Theme Name:     Draven
    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:    Draven - Multipurpose Creative Theme
    Version:        1.8.1
    Tags:           agency, clean, creative, customizer, elementor, freelancer, minimal, multipurpose, multiuse, photography, portfolio, shop, simple, woocommerce
    License: 		    GNU General Public License
	  License URI: 	  licence/GPL.txt
    Text Domain:    draven
    Domain Path:    /languages/
*/
/*------------------------------------------------------------------
[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
-------------------------------------------------------------------*/
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 #c0c0c0;
  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: #333333;
  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;
  line-height: 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, .comment-respond::after, .products.products-list .item-inner::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}
.comment-respond::after, .products.products-list .item-inner::after {
  clear: both;
}
.lastudio-testimonials.preset-type-2 .lastudio-testimonials__comment {
  font-family: "Poppins", serif;
}
h1,
.h1, h2,
.h2, h3,
.h3, h4,
.h4, h5,
.h5, h6,
.h6 {
  font-family: "Poppins", sans-serif;
}
body {
  font-family: "Poppins", sans-serif;
}
.background-color-primary, .slick__nav_style1 .slick-slider .slick-arrow:hover, .item--link-overlay:before, .slick-arrow.circle-border:hover, form.track_order .button, .lahfb-button a, .menu .tip.hot, .lastudio-posts .lastudio-posts__inner-box:hover .lastudio-more,
.lastudio-posts .lastudio-more:hover, .comment-form .form-submit input, .wpcf7-submit:hover, .lastudio-slick-dots li.slick-active span, .lastudio-slick-dots li:hover span, .lastudio-team-member__item .loop__item__thumbnail--linkoverlay, .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__image:after, .lastudio-portfolio .lastudio-portfolio__view-more-button:hover, .products-list .product_item .product_item--thumbnail .product_item--action .quickview:hover,
.products-grid .product_item_thumbnail_action .button:hover, .la-woo-product-gallery > .woocommerce-product-gallery__trigger, .product--summary .single_add_to_cart_button:hover, .product--summary .add_compare.added, .product--summary .add_compare:hover,
.product--summary .add_wishlist.added,
.product--summary .add_wishlist:hover, .woocommerce > .return-to-shop .button, form.woocommerce-form-register .button,
form.woocommerce-form-login .button, .woocommerce-MyAccount-navigation li:hover a, .woocommerce-MyAccount-navigation li.is-active a, .page-links > span:not(.page-links-title), .page-links > a:hover, .la-custom-badge, .calendar_wrap #today {
  background-color: #F53E6A;
}
.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:hover, .elementor-button:hover, .product--summary .single_add_to_cart_button {
  background-color: #2F2F2F;
}
.background-color-secondary {
  background-color: #A3A3A3;
}
.background-color-body {
  background-color: #535353;
}
.background-color-border {
  background-color: #CDCDCD;
}
.la-woo-thumbs .la-thumb.slick-current.slick-active {
  background-color: #2F2F2F;
}
.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%;
}
.loop__item__thumbnail--bkg.gitem-zone-height-mode-custom img {
  display: none;
}
.loop__item__thumbnail > .gitem-zone-height-mode-original2 {
  padding-bottom: 0 !important;
}
.loop__item__thumbnail > .slick-slider ~ .loop__item__thumbnail--linkoverlay {
  display: none;
}
@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;
  }
}
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, .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, .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, .la-hamburger-wrap .full-menu li:hover > a, .menu .tip.hot .tip-arrow:before, .error404 .default-404-content h1, .service__style_1 .lastudio-advance-carousel-layout-simple .lastudio-carousel__item-inner:hover .lastudio-carousel__item-title, .lastudio-headline__second, .lastudio-portfolio .lastudio-portfolio__filter-item.active, .lastudio-portfolio.preset-type-4 .lastudio-portfolio__category, .lastudio-portfolio.preset-type-8 .lastudio-portfolio__category, .product_item .price ins, .product--summary .social--sharing a:hover, .cart-collaterals .woocommerce-shipping-calculator .button:hover,
.cart-collaterals .la-coupon .button:hover, p.lost_password, ul.styled-lists li:before {
  color: #F53E6A;
}
.text-color-primary {
  color: #F53E6A !important;
}
.slick-arrow.circle-border:hover, .swatch-wrapper:hover, .swatch-wrapper.selected, .entry-content blockquote, .lahfb-nav-wrap.preset-vertical-menu-02 li.mm-lv-0:hover > a:before, .lahfb-nav-wrap.preset-vertical-menu-02 li.mm-lv-0.current > a:before {
  border-color: #F53E6A;
}
.border-color-primary {
  border-color: #F53E6A !important;
}
.border-top-color-primary {
  border-top-color: #F53E6A !important;
}
.border-bottom-color-primary {
  border-bottom-color: #F53E6A !important;
}
.border-left-color-primary {
  border-left-color: #F53E6A !important;
}
.border-right-color-primary {
  border-right-color: #F53E6A !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, .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, .post-navigation .blog_pn_nav-title, .woocommerce-Reviews .woocommerce-review__author, .woocommerce-Reviews .comment-reply-title, .product_item .price > .amount, .products-list .product_item .price, .products-list-mini .product_item .price, .products-list .product_item .product_item--thumbnail .product_item--action .quickview,
.products-grid .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, #tab-description .tab-content, .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, ul.styled-lists li, .lahfb-wrap .lahfb-area {
  color: #2F2F2F;
}
.text-color-secondary {
  color: #2F2F2F !important;
}
input:focus, select:focus, textarea:focus {
  border-color: #2F2F2F;
}
.border-color-secondary {
  border-color: #2F2F2F !important;
}
.border-top-color-secondary {
  border-top-color: #2F2F2F !important;
}
.border-bottom-color-secondary {
  border-bottom-color: #2F2F2F !important;
}
.border-left-color-secondary {
  border-left-color: #2F2F2F !important;
}
.border-right-color-secondary {
  border-right-color: #2F2F2F !important;
}
h1,
.h1, h2,
.h2, h3,
.h3, h4,
.h4, h5,
.h5, h6,
.h6, table th, .slick-arrow.circle-border i, .sidebar-inner .dokan-category-menu .widget-title, .product--summary .social--sharing a, .wc_tabs_at_bottom .wc-tabs li.active > a, .extradiv-after-frm-cart {
  color: #2F2F2F;
}
.text-color-heading {
  color: #2F2F2F !important;
}
.border-color-heading {
  border-color: #2F2F2F !important;
}
.border-top-color-heading {
  border-top-color: #2F2F2F !important;
}
.border-bottom-color-heading {
  border-bottom-color: #2F2F2F !important;
}
.border-left-color-heading {
  border-left-color: #2F2F2F !important;
}
.border-right-color-heading {
  border-right-color: #2F2F2F !important;
}
.wc_tabs_at_bottom .wc-tabs li a {
  color: #A3A3A3;
}
.text-color-three {
  color: #A3A3A3 !important;
}
.border-color-three {
  border-color: #A3A3A3 !important;
}
.border-top-color-three {
  border-top-color: #A3A3A3 !important;
}
.border-bottom-color-three {
  border-bottom-color: #A3A3A3 !important;
}
.border-left-color-three {
  border-left-color: #A3A3A3 !important;
}
.border-right-color-three {
  border-right-color: #A3A3A3 !important;
}
body, table.woocommerce-checkout-review-order-table .variation,
table.woocommerce-checkout-review-order-table .product-quantity {
  color: #535353;
}
.text-color-body {
  color: #535353 !important;
}
.border-color-body {
  border-color: #535353 !important;
}
.border-top-color-body {
  border-top-color: #535353 !important;
}
.border-bottom-color-body {
  border-bottom-color: #535353 !important;
}
.border-left-color-body {
  border-left-color: #535353 !important;
}
.border-right-color-body {
  border-right-color: #535353 !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, .shop_table.woocommerce-cart-form__contents td {
  border-color: #CDCDCD;
}
.border-color {
  border-color: #CDCDCD !important;
}
.border-top-color {
  border-top-color: #CDCDCD !important;
}
.border-bottom-color {
  border-bottom-color: #CDCDCD !important;
}
.border-left-color {
  border-left-color: #CDCDCD !important;
}
.border-right-color {
  border-right-color: #CDCDCD !important;
}
.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;
  }
}
@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: #2F2F2F;
  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: #2F2F2F;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #2F2F2F;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #2F2F2F;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #2F2F2F;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #2F2F2F;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2F2F2F;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2F2F2F;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2F2F2F;
}
.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;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
[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: #aaa;
}
@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: #aaa;
}
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}
#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: #aaa;
  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: #080808;
}
.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: #292929;
  position: absolute;
  right: -18px;
  top: -30px;
  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: #111111 !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: #333;
  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: 600;
  line-height: 1.4074;
}
h1,
.h1 {
  font-size: 64px;
}
@media (max-width: 1600px) {
  h1,
  .h1 {
    font-size: 54px;
  }
}
@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}
@media (max-width: 800px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 26px;
  }
}
h2,
.h2 {
  font-size: 54px;
}
@media (max-width: 1600px) {
  h2,
  .h2 {
    font-size: 46px;
  }
}
@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}
h3,
.h3 {
  font-size: 24px;
}
@media (max-width: 800px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}
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: 10%;
}
.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;
}
.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;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d5d6d8;
  direction: ltr;
}
.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: #080808;
  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 .button {
  display: block;
  max-width: 250px;
  margin: 10px auto;
  line-height: normal;
  font-weight: normal;
}
.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;
}
.pagination-center .la-pagination ul {
  text-align: center;
}
.la-pagination ul {
  padding: 0;
  list-style: none;
}
.la-pagination ul li {
  display: inline-block;
  margin: 0 3px;
}
.la-pagination ul .page-numbers {
  font-size: 12px;
  text-align: center;
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #E0E0E0;
  padding: 15px 10px;
  line-height: 20px;
  min-width: 50px;
  transition: all .3s;
}
.la-pagination ul .page-numbers.current, .la-pagination ul .page-numbers:hover {
  color: #fff;
  border-color: 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: #000;
  background: none;
  padding: 0;
}
.search-form .search-button:hover {
  background: none;
}
.widget .search-form .search-field {
  border-width: 1px;
  padding: 17px 20px;
  line-height: 20px;
}
.widget .search-form .search-button {
  right: 18px;
  font-size: 16px;
  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 .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: #232324 !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(8, 8, 8, 0.9);
  text-align: center;
  transition: all ease-in-out .25s;
  z-index: 12;
  color: #fff;
}
.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 #fff;
  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;
  color: inherit;
}
.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);
}
.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;
  color: inherit;
  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 .search-results-button {
  padding: 20px 50px;
  font-size: 14px;
  margin-top: 20px;
  border-radius: 30px;
}
.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;
  }
}
@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%;
  }
}
.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;
}
p.stars {
  display: inline-block;
  line-height: 14px;
}
p.stars span {
  display: inline-block;
}
p.stars a {
  display: inline-block;
  text-indent: -9999em;
  overflow: hidden;
  height: 1em;
  line-height: 1em;
  margin-left: 10px;
  vertical-align: middle;
}
p.stars a:first-child {
  margin-left: 0;
  padding-left: 0;
}
p.stars a:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f005";
  text-transform: none;
  display: block;
  text-indent: 0;
}
p.stars.selected a.active,
p.stars:hover a,
p.stars.selected a:not(.active),
p.stars.selected a.active {
  color: #f5b324;
  opacity: 1;
}
p.stars a,
p.stars a:hover ~ a,
p.stars.selected a.active ~ a {
  color: #43454b;
  opacity: .25;
}
.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;
  padding: 0;
  background: none !important;
  color: inherit;
  margin-top: 4px;
  text-decoration: underline;
  font-weight: normal;
}
.woocommerce-notices-wrapper a:hover {
  color: #F53E6A;
  text-decoration: none;
}
.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-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: 50px;
}
.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: 24px;
}
.wc-toolbar .wc-view-toggle span {
  cursor: pointer;
  float: left;
  height: 24px;
  margin-left: 20px;
}
.wc-toolbar .wc-view-toggle i {
  vertical-align: middle;
}
.wc-toolbar .wc-toolbar-right {
  float: right;
}
.wc-toolbar .wc-ordering {
  position: relative;
  margin-left: 20px;
}
.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;
}
.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: 20px;
  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: #000;
  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: #000 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: 20px;
  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;
  font-size: 14px;
}
.wc-toolbar-container .btn-advanced-shop-filter {
  float: left;
  margin-left: 40px;
  cursor: pointer;
}
.wc-toolbar-container .btn-advanced-shop-filter span {
  width: 100%;
}
.open-advanced-shop-filter .wc-toolbar-container .btn-advanced-shop-filter {
  color: #F53E6A;
}
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;
  background-color: #fff;
}
.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:not([class*="col-"]) {
  width: 25%;
}
.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;
}
.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: #343538;
}
.la-compare-table .image-wrap {
  width: 120px;
  max-width: 100%;
  margin: 0 auto;
}
.la-compare-table .add_to_cart_wrap a {
  background-color: #343538;
  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;
}
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: 20px 40px;
  width: 180px;
  text-transform: uppercase;
}
form.track_order .button:hover {
  background-color: #2f2f2f;
}
.wc-toolbar .wc-ordering p,
.wc-toolbar-container .btn-advanced-shop-filter {
  color: #282828;
  margin-top: -18px;
  border: 1px solid #D4D4D4;
  padding: 17px 25px;
}
.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: #262626;
  color: #fff;
  padding: 5px 10px;
  line-height: 30px;
}
.tinv-wishlist .tinvwl-buttons-group button i:before {
  color: inherit;
}
@media (min-width: 1500px) {
  .archive.woocommerce .site-main {
    padding-top: 80px;
  }
}
@media (max-width: 1500px) {
  .wc-toolbar-container {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .wc-toolbar .wc-ordering p,
  .wc-toolbar-container .btn-advanced-shop-filter {
    padding: 10px 20px;
    margin-top: -12px;
  }
}
/*--------------------------------------------------------------
	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;
}
.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: 10px;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 25px;
  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;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
.widget_recent_entries .pr-item .pr-item--right .post-date {
  display: block;
  font-size: 0.857em;
  font-style: normal;
}
.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: #2f2f2f;
}
.widget_rss ul .rss-date {
  font-style: normal;
  font-size: 12px;
}
.widget_rss ul .rssSummary {
  padding: 8px 0;
}
.widget_rss ul cite {
  font-style: normal;
  font-weight: 600;
  color: #343538;
}
.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:hover {
  text-decoration: none;
}
.widget .tagcloud a:after {
  content: ',';
}
.widget .tagcloud a:last-child:after {
  content: '';
}
.widget_recent_comments li.recentcomments {
  padding-left: 25px;
  position: relative;
  margin-bottom: 20px;
}
.widget_recent_comments li.recentcomments:before {
  content: "\f0e6";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 14px;
  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;
}
.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 .button {
  text-transform: uppercase;
  width: 140px;
  padding: 13px 10px;
  display: inline-block;
  margin-top: 15px;
}
.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: #2F2F2F;
}
.widget_layered_nav ul li {
  position: relative;
  margin-bottom: 8px;
  padding: 8px 0;
}
.widget_layered_nav ul li.chosen a:after,
.widget_layered_nav ul li.active a:after {
  content: "\f014";
  font-family: FontAwesome;
  float: left;
  padding-right: 5px;
}
.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;
}
.swatch-wrapper[data-value="white"] .swatch-anchor {
  background-color: #f3f3f3 !important;
}
.widget_layered_nav ul {
  width: 280px;
  max-width: 100%;
}
.widget span.count {
  font-size: .8em;
}
/*--------------------------------------------------------------
	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: 370px;
  }
  .rtl.header-type-vertical--default #page {
    padding-right: 370px;
  }
}
@media (min-width: 1825px) {
  .ltr.header-type-vertical--default #page {
    padding-left: 450px;
  }
  .rtl.header-type-vertical--default #page {
    padding-right: 450px;
  }
}
.header-type-vertical--default .lahfb-wrap .lahfb-vertical {
  box-shadow: 0 0 60px 0 rgba(41, 44, 58, 0.06);
}
@media (min-width: 1825px) {
  .header-type-vertical--default .lahfb-wrap .lahfb-vertical {
    width: 450px;
  }
  .header-type-vertical--default .lahfb-wrap .lahfb-area {
    padding: 90px 70px 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 {
  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: 10px 0;
  display: block;
}
.lahfb-vertical .lahfb-nav-wrap .menu li a .lahfb-vertical-nav-icon {
  position: absolute;
  right: 5px;
  top: calc(50% - 10px);
  width: 20px;
  text-align: center;
}
.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;
  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: 60px;
}
.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: block;
}
.lahfb-nav-wrap .menu ul ul {
  top: -10px;
  left: 100%;
}
.lahfb-nav-wrap .menu {
  margin: 0;
}
.lahfb-nav-wrap .menu > li.menu-item > 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: 18px;
  font-weight: bold;
  padding: 0 25px;
}
@media (max-width: 1400px) {
  .lahfb-nav-wrap .menu > li.menu-item > a {
    padding: 0 20px;
  }
}
.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: #151515;
  padding: 30px 0;
}
.lahfb-nav-wrap .menu > li.menu-item ul ul {
  background-color: #323232;
}
.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: 8px 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 li.mm-lv-1 > a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 10px;
}
.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.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: #999;
  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 > a:before,
.lahfb-nav-wrap.has-parent-arrow.arrow-left > ul > li.mega > a:before {
  content: "\f104";
}
.lahfb-nav-wrap.has-parent-arrow.arrow-right > ul > li.menu-item-has-children > a:before,
.lahfb-nav-wrap.has-parent-arrow.arrow-right > ul > li.mega > a:before {
  content: "\f105";
}
.lahfb-nav-wrap.has-parent-arrow.arrow-top > ul > li.menu-item-has-children > a:before,
.lahfb-nav-wrap.has-parent-arrow.arrow-top > ul > li.mega > a: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 {
  display: inline-block;
  line-height: 16px;
  left: auto;
  bottom: 20px;
}
.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: #383838;
  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: #383838;
}
.close-responsive-nav .open.lahfb-menu-cross-icon:before,
.close-responsive-nav .open.lahfb-menu-cross-icon:after {
  background-color: #aaa;
}
.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: #151515;
  z-index: 4;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 80px;
  color: #C0C0C0;
}
.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;
}
.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;
  font-size: 1em;
}
.responav li.menu-item > ul li > ul li > a {
  padding-right: 40px;
  padding-left: 40px;
}
.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: 35px;
  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: #282828;
  }
}
.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-modal-login {
  display: none;
}
.login-dropdown-element .lahfb-modal-login {
  position: absolute;
  right: -1px;
  top: 100%;
  background: #f6f6f6;
  box-shadow: 0px 8px 35px -6px rgba(0, 0, 0, 0.18);
  z-index: 336;
  width: 300px;
  padding: 20px;
}
.login-dropdown-element #user-login-title {
  display: none;
}
.login-dropdown-element .lahfb-modal-login form input {
  border-color: #e4e4e4;
}
.login-dropdown-element .lahfb-modal-login form input[type="text"],
.login-dropdown-element .lahfb-modal-login form input[type="password"] {
  width: 100%;
}
.login-dropdown-element .lahfb-modal-login form input[type="text"]:focus,
.login-dropdown-element .lahfb-modal-login form input[type="password"]:focus {
  box-shadow: none;
}
.login-dropdown-element .lahfb-modal-login form .login-username {
  margin-top: 16px;
}
.login-dropdown-element .lahfb-modal-login form .login-username label,
.login-dropdown-element .lahfb-modal-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 #f6f6f6;
  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: #282828;
  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 {
  background-color: #f9f9f9;
  border: 0 none;
  box-shadow: none;
  cursor: text;
  font-size: 13px;
  color: #444;
  transition: all 0.2s ease-in-out 0s;
  padding: inherit;
  margin: 0;
  width: 100%;
  height: 100%;
  padding-left: 28px;
}
#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 #e4e4e4;
  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: #e4e4e4;
  border: solid #e4e4e4;
  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: #555;
}
#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: #aaa;
}
#lastudio-header-builder .top-bar .lahfb-search a.search-form-icon:hover i {
  color: #aaa;
}
#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%);
}
.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: #f5f5f5;
  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: 470px;
    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(470px);
    -webkit-transform: translateX(470px);
  }
}
@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(-470px);
    -webkit-transform: translateX(-470px);
  }
}
@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 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: #F53E6A;
}
.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: bold;
  font-size: 18px;
  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: #2F2F2F;
}
.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: -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(255, 255, 255, 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(8, 8, 8, 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;
}
.hamburger-type-full .hamburger-nav {
  margin: 0;
  max-height: 90%;
}
.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;
}
.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 .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 > a {
  font-size: 46px;
  font-weight: 600;
}
.hamburger-type-full .mm-lv-0 li {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.hamburger-type-full .mm-lv-0 > ul {
  padding-top: 20px;
  padding-bottom: 20px;
}
.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;
}
.rtl .hamburger-type-full .mm-lv-1 a {
  padding-left: 50px;
}
.rtl .hamburger-type-full .mm-lv-1 a .hamburger-nav-icon {
  left: 0;
}
.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 .hamburger-nav-icon {
  z-index: 2;
  font-size: 10px;
  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 a {
  width: auto;
  height: auto;
  padding: 0;
}
.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: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
}
.la-hamburger-wrap li a {
  text-decoration: none;
}
.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: #000;
}
.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: #F53E6A;
}
#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: #222;
}
.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: #2f2f2f;
  font-size: 21px;
}
.lahfb-profile-socials-divider:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #e4e4e4;
  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 #e4e4e4;
  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: #C0C0C0;
}
.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);
  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;
  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;
}
.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;
  }
}
/*
 *  Header
 */
.hamburger-op-icon.open-button i:before {
  font-family: 'dliconoutline';
  content: "\ed2b";
}
.enable-header-transparency #lastudio-header-builder {
  position: absolute;
  background-color: transparent;
}
/*
 *  Header Vertical
 */
.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;
  }
}
.btn-close-hamburger-menu {
  position: absolute;
  left: 30px;
  font-size: 30px;
  line-height: 30px;
  height: 30px;
  top: 50px;
  transition: all 250ms ease-out;
}
.btn-close-hamburger-menu:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.btn-close-hamburger-menu i {
  display: inline-block;
  vertical-align: top;
}
/*--------------------------------------------------------------
	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: 100%;
  bottom: calc(100% + 5px);
  bottom: -webkit-calc(100% + 5px);
  bottom: -moz-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%;
}
.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);
}
.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;
  font-weight: normal;
}
.section-page-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
}
.page-title-v1 header + .la-breadcrumbs {
  margin-top: 10px;
}
.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: 1600px) {
  .single.page-title-vhide .site-main {
    padding-top: 80px;
  }
}
@media (min-width: 1800px) {
  .single.page-title-vhide .site-main {
    padding-top: 100px;
  }
}
@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);
    max-width: -moz-calc(100% - 330px);
    max-width: -webkit-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;
  }
}
@media (max-width: 1600px) and (min-width: 1200px) {
  .section-page-header .page-title {
    font-size: 36px;
  }
}
.sidebar-inner .widget {
  margin-bottom: 4em;
}
.sidebar-inner .widget .widget-title {
  margin: 0 0 3rem;
  font-weight: 600;
}
.sidebar-inner .widget select {
  height: 50px;
  width: 100%;
  padding: 10px 25px;
  margin-top: 0;
}
.sidebar-inner .widget.widget-border {
  margin-bottom: 20px;
}
.sidebar-inner .widget.widget-border-bottom {
  margin-bottom: 40px;
}
.sidebar-inner ul.menu li {
  padding: 8px 0;
  margin-bottom: 8px;
}
.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: 3px;
  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 .widget_categories li {
  text-align: right;
  overflow: hidden;
}
.sidebar-inner .widget_categories li > a {
  float: left;
}
.sidebar-inner .widget_tag_cloud .tagcloud a {
  font-size: inherit !important;
  padding: 0 0 5px;
  display: inline-block;
}
.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 .widget_product_tag_cloud .widget-title {
  display: none;
}
.sidebar-inner .woocommerce {
  color: inherit;
}
.sidebar-inner .woocommerce .tagcloud {
  color: inherit;
}
.widget_product_categories .product-categories .count {
  float: right;
}
.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;
  }
  .sidebar-inner .widget {
    margin-bottom: 30px;
  }
  .sidebar-inner .widget .widget-title {
    margin-bottom: 15px;
  }
}
.menu-item-two-columns ul li {
  width: 50%;
  display: inline-block;
}
/*--------------------------------------------------------------
	8 Footer
---------------------------------------------------------------*/
.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: #232324;
}
.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: #232324;
  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;
}
/*--------------------------------------------------------------
	9. Category Post
---------------------------------------------------------------*/
.post-terms a:not(:last-child):after {
  content: ', ';
}
.post-meta__item:not(:first-child):before {
  content: "";
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.lastudio-posts .post-meta {
  font-size: 12px;
  padding: 0;
  line-height: 1;
}
.lastudio-posts .entry-title {
  margin: 0 0 15px;
  font-size: 32px;
}
.lastudio-posts .entry-excerpt {
  font-size: 16px;
  margin-bottom: 35px;
  padding-top: 5px;
}
.lastudio-posts .lastudio-more {
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid #D1D1D1;
  background: transparent;
  color: #2f2f2f;
  padding: 12px 40px;
  line-height: 2;
  font-size: 10px;
}
.lastudio-posts .lastudio-posts__inner-box:hover .lastudio-more,
.lastudio-posts .lastudio-more:hover {
  color: #fff;
  border-color: transparent !important;
}
.lastudio-posts .lastudio-posts__item {
  margin-bottom: 80px;
}
.lastudio-posts .post-meta-top {
  color: #989898;
}
.lastudio-posts .post-meta-top .post__date,
.lastudio-posts .post-meta-top .posted-by {
  display: none;
}
.lastudio-posts .post-meta-top .post-terms:before {
  display: none;
}
.lastudio-posts .post-meta-top .posted-by:before {
  content: '-';
}
.lastudio-posts .post-meta-bottom {
  margin-bottom: 25px;
}
.lastudio-posts .post-meta-bottom .posted-by:before {
  content: '-';
}
.lastudio-posts .post-thumbnail {
  margin-bottom: 30px;
}
.lastudio-posts .lastudio-posts__item:hover .post-thumbnail .loop__item__thumbnail--linkoverlay {
  background-color: rgba(0, 0, 0, 0.2);
}
.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 .post-thumbnail {
  margin-bottom: 0;
}
.lastudio-posts.preset-type-2 .lastudio-posts__inner-content {
  background-color: #fff;
  padding: 40px;
}
.lastudio-posts.preset-type-2 .entry-title {
  margin-bottom: 10px;
}
.lastudio-posts.preset-type-2 .lastudio-more-wrap {
  margin-bottom: 20px;
}
.lastudio-posts.preset-type-4 .post-thumbnail {
  margin-bottom: 0;
}
.lastudio-posts.preset-type-4 .lastudio-posts__inner-content {
  background-color: #fff;
  padding: 40px;
}
.lastudio-posts.preset-type-4 .entry-title {
  margin-bottom: 10px;
}
.lastudio-posts.preset-type-4 .lastudio-more-wrap,
.lastudio-posts.preset-type-4 .entry-excerpt {
  display: none;
}
.lastudio-posts.preset-type-5 .quote-wrapper {
  display: none !important;
}
.lastudio-posts.preset-type-5 .post-thumbnail {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.lastudio-posts.preset-type-5 .post-thumbnail .loop__item__thumbnail--bkg {
  padding-bottom: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lastudio-posts.preset-type-5 .post-thumbnail .loop__item__thumbnail--bkg img {
  display: none;
}
.lastudio-posts.preset-type-5 .lastudio-posts__inner-content {
  background-color: #fff;
  padding: 70px 40px;
  z-index: 1;
  position: relative;
  transition: all .5s;
}
.lastudio-posts.preset-type-5 .entry-title {
  margin-bottom: 10px;
}
.lastudio-posts.preset-type-5 .entry-excerpt {
  display: none;
}
.lastudio-posts.preset-type-5 .post-meta-bottom {
  margin-bottom: 35px;
}
.lastudio-posts.preset-type-5 .lastudio-posts__item {
  margin-bottom: 30px;
}
.lastudio-posts.preset-type-5 .lastudio-posts__item.has-post-thumbnail:hover .lastudio-posts__inner-content {
  background-color: rgba(0, 0, 0, 0.3);
}
.lastudio-posts.preset-type-5 .lastudio-posts__item.has-post-thumbnail:hover .post-meta,
.lastudio-posts.preset-type-5 .lastudio-posts__item.has-post-thumbnail:hover .entry-title {
  color: #fff;
}
.lastudio-posts.preset-type-6 .lastudio-posts__inner-content {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  max-width: 870px;
}
.lastudio-posts.preset-type-list-1 .loop__item__inner2 {
  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;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  align-items: center;
}
.lastudio-posts.preset-type-list-1 .loop__item__thumbnail--bkg {
  position: relative;
}
.lastudio-posts.preset-type-list-1 .lastudio-posts__inner-content,
.lastudio-posts.preset-type-list-1 .post-thumbnail {
  width: 45%;
  padding-left: 15px;
  padding-right: 15px;
}
.lastudio-posts.preset-type-list-1 .lastudio-posts__item:nth-child(odd) .post-thumbnail {
  -ms-flex-order: 1;
  order: 1;
  -webkit-order: 1;
}
.lastudio-posts.preset-type-list-1 .post-thumbnail {
  margin-bottom: 0;
}
.lastudio-posts.preset-type-list-1 .format-quote .loop__item__inner2 {
  align-items: normal;
}
.lastudio-posts.preset-type-list-1 .format-quote .single_post_quote_wrap,
.lastudio-posts.preset-type-list-1 .format-quote .quote-wrapper {
  height: 100%;
}
.lastudio-posts.preset-type-list-1 .format-quote .quote-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.lastudio-posts.preset-type-list-1 .lastudio-posts__item {
  margin-bottom: 90px;
}
.lastudio-posts.preset-type-list-1 .lastudio-posts__inner-content {
  flex-grow: 0;
  -webkit-flex-grow: 0;
}
.lastudio-posts .loop__item__inner2,
.lastudio-posts .lastudio-posts__inner-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.lastudio-posts .lastudio-posts__inner-content {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.blog-main-loop .post-thumbnail .slick-arrow {
  background-color: #151515;
  color: #fff;
  opacity: .5;
  font-size: 20px;
}
.blog-main-loop .post-thumbnail .slick-arrow:hover {
  opacity: 1;
}
.blog-main-loop .post-thumbnail .slick-prev {
  margin-right: -60px;
}
.blog-main-loop .post-thumbnail .slick-next {
  margin-left: -60px;
}
.blog-main-loop .post-thumbnail .slick-slider ~ .loop__item__thumbnail--bkg {
  display: none;
}
.blog-main-loop .format-video .pf-icon {
  background-image: url("assets/images/button-play.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: #2F2F2F;
  font-size: 20px;
  line-height: 66px;
  text-align: center;
  text-indent: -2px;
}
.blog-main-loop .format-audio .pf-icon:after {
  content: '\f001';
  font-family: FontAwesome;
}
.blog-main-loop .format-quote.has-post-thumbnail .quote-wrapper {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.no-featured-image .loop__item__thumbnail--bkg {
  display: none;
}
.hide-excerpt .entry-excerpt {
  display: none;
}
@media (max-width: 1024px) {
  .lastudio-posts .post-meta-top {
    margin-bottom: 5px;
  }
  .lastudio-posts .entry-title {
    font-size: 26px;
  }
  .lastudio-posts .post-thumbnail {
    margin-bottom: 25px;
  }
  .lastudio-posts .post-meta-bottom {
    margin-bottom: 15px;
  }
  .lastudio-posts .entry-excerpt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .lastudio-posts.preset-type-list-1 .lastudio-posts__item,
  .lastudio-posts .lastudio-posts__item {
    margin-bottom: 50px;
  }
  .lastudio-posts.preset-type-1 .lastudio-posts__inner-box,
  .lastudio-posts.preset-type-4 .lastudio-posts__inner-content,
  .lastudio-posts.preset-type-2 .lastudio-posts__inner-content {
    padding: 30px;
  }
  .lastudio-posts.preset-type-2 .lastudio-more-wrap {
    margin-bottom: 0;
  }
  .lastudio-posts.preset-type-list-1 .lastudio-posts__inner-content,
  .lastudio-posts.preset-type-list-1 .post-thumbnail {
    width: 48%;
  }
  .lastudio-posts .post-meta-top .post-meta__item:not(:first-child) {
    display: none;
  }
  .lastudio-posts.preset-type-5 .lastudio-posts__inner-content {
    padding: 50px 30px;
  }
}
@media (max-width: 800px) {
  .lastudio-posts .entry-title {
    font-size: 22px;
  }
  .lastudio-posts .lastudio-more {
    padding: 10px 30px;
  }
  .lastudio-posts.preset-type-1 .lastudio-posts__inner-box,
  .lastudio-posts.preset-type-4 .lastudio-posts__inner-content,
  .lastudio-posts.preset-type-2 .lastudio-posts__inner-content {
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .lastudio-posts .entry-title {
    font-size: 18px;
  }
  .lastudio-posts.preset-type-list-1 .lastudio-posts__inner-content,
  .lastudio-posts.preset-type-list-1 .post-thumbnail {
    width: 100%;
  }
  .lastudio-posts.preset-type-list-1 .post-thumbnail {
    margin-bottom: 20px;
  }
  .lastudio-posts.preset-type-list-1 .lastudio-posts__item:nth-child(odd) .post-thumbnail {
    order: 0;
    -webkit-order: 0;
  }
}
/*--------------------------------------------------------------
	10. Search Post
---------------------------------------------------------------*/
/*--------------------------------------------------------------
	11. Single Post
---------------------------------------------------------------*/
.entry-content {
  font-size: 16px;
  line-height: 1.75;
}
.entry-content ul,
.entry-content ol,
.entry-content p {
  margin-bottom: 30px;
}
.entry-content .wp-block-image {
  margin-bottom: 3.5em;
}
@media (min-width: 1200px) {
  .single_post_item--title .entry-title {
    font-size: 46px;
  }
}
.single-post-detail .post-meta-top {
  padding-bottom: 0;
  margin-bottom: 50px;
}
.single-post-detail .post-meta-top .post-terms:before {
  content: '|';
  display: inline-block;
}
.single-post-detail .post-meta-top .posted-by:before {
  content: '-';
}
.single-post-detail .entry-thumbnail {
  margin-bottom: 50px;
  text-align: center;
}
.single-post-detail .entry-footer {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  padding-top: 50px;
  padding-bottom: 50px;
}
.single-post-detail .entry-footer .tags-list {
  padding-top: 5px;
  font-size: 13px;
}
.entry-header-above .entry-title {
  margin-top: 0;
}
.author-info {
  float: left;
  border: 1px solid #E4E4E4;
  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 .social--sharing {
  margin-left: 10px;
}
.la-sharing-single-posts .social--sharing a {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.single_post_quote_wrap .quote-wrapper {
  width: 100%;
  background-color: #F5FBFF;
  color: #2f2f2f;
  padding: 6% 8%;
  background-image: url("assets/images/quote.png");
  background-repeat: no-repeat;
  background-position: top right;
  text-align: center;
}
.single_post_quote_wrap .quote-wrapper p {
  font-size: 18px;
  line-height: 1.75;
  font-family: "Playfair Display", sans-serif;
}
.single_post_quote_wrap .quote-wrapper .quote-author {
  padding-top: 5px;
  display: inline-block;
}
.post-navigation {
  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 a:hover .blog_pn_nav-title {
  color: inherit;
}
.post-navigation .nav-links > div {
  width: 30%;
}
.post-navigation .nav-links > div + div {
  text-align: right;
}
.post-navigation .blog_pn_nav-text {
  color: #989898;
}
.post-navigation .blog_pn_nav-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.single-post-detail .post-navigation {
  padding-top: 30px;
  padding-bottom: 30px;
}
.row-related-posts .lastudio-posts .post-meta-top {
  padding-bottom: 5px;
}
.row-related-posts .lastudio-posts .entry-title {
  font-size: 18px;
}
.row-related-posts .lastudio-posts .entry-excerpt {
  display: none;
}
.row-related-posts .lastudio-posts .lastudio-more-wrap .lastudio-more {
  font-size: 10px;
}
.row-related-posts .block_heading .block_heading--title {
  font-size: 36px;
  display: block;
  font-weight: normal;
  margin: 60px 0 30px;
}
.wp-block-quote.is-style-large {
  background-color: #F5FBFF;
  color: #2f2f2f;
  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-style: normal;
  font-size: 16px;
  line-height: 1.75;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 10px;
}
.wp-block-quote.is-style-large cite {
  font-style: normal;
  font-size: 14px;
}
.wp-block-media-text {
  margin-bottom: 50px;
}
.wp-block-media-text.has-media-on-the-right {
  align-items: flex-start;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
body.draven-boxed-content div#main {
  background-color: #F9F9F9;
}
body.draven-boxed-content .sidebar-inner .widget {
  margin-bottom: 30px;
  background-color: #fff;
}
body.draven-boxed-content .sidebar-inner .widget .search-form .search-field {
  border-color: transparent;
}
body.draven-boxed-content .sidebar-inner .widget .widget-title {
  font-size: 18px;
}
body.draven-boxed-content .sidebar-inner .widget select {
  border-color: transparent;
  padding: 10px 30px;
  margin-bottom: 20px;
}
body.draven-boxed-content .sidebar-inner .widget_categories,
body.draven-boxed-content .sidebar-inner .widget_recent_entries,
body.draven-boxed-content .sidebar-inner .widget_tag_cloud {
  padding: 35px 30px;
}
body.draven-boxed-content .sidebar-inner .widget_archive .widget-title {
  padding: 30px 30px 0;
  margin-bottom: 2rem;
}
body.draven-boxed-content .widget_recent_entries {
  border: none;
  margin-bottom: 0;
  padding-bottom: 5px;
}
body.draven-boxed-content .widget_recent_entries .pr-item .pr-item--left {
  width: 70px;
  height: 70px;
  margin-right: 15px;
}
body.draven-boxed-content .widget_recent_entries .pr-item .pr-item--right a {
  font-size: 14px;
}
body.draven-boxed-content .single-post-detail .entry-thumbnail {
  margin-bottom: 0;
}
body.draven-boxed-content .single-post-detail .post-navigation,
body.draven-boxed-content .single-post-detail .entry-footer,
body.draven-boxed-content .single-post-detail .entry-content {
  background-color: #fff;
  padding: 50px;
}
body.draven-boxed-content .single-post-detail .commentlist {
  background-color: #fff;
}
.wp-block-cover,
.wp-block-cover-image {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .site-content.col-md-8 .wp-block-cover.fit-block-with-wrapper {
    margin-left: -200px;
    margin-right: -200px;
    width: auto;
    height: 570px;
  }
  .fit-thumbnail-with-wrapper .site-content.col-md-8 .entry-thumbnail {
    margin-left: -200px;
    margin-right: -200px;
  }
}
.entry-thumbnail .format-gallery .slick-slider img {
  width: 100%;
  max-height: 570px;
  object-fit: cover;
}
.entry-thumbnail .format-gallery .slick-slider .slick-arrow {
  background-color: #151515;
  color: #fff;
  opacity: .5;
  font-size: 20px;
}
.entry-thumbnail .format-gallery .slick-slider .slick-arrow:hover {
  opacity: 1;
}
.entry-thumbnail .format-gallery .slick-slider .slick-prev {
  margin-right: -60px;
}
.entry-thumbnail .format-gallery .slick-slider .slick-next {
  margin-left: -60px;
}
p.has-drop-cap:first-letter {
  font-size: 54px !important;
  font-weight: bold !important;
  margin-top: 5px !important;
}
.wp-block-cover.fit-block-with-window {
  margin-left: calc((50vw - 50%) * -1);
  margin-left: -webkit-calc((50vw - 50%) * -1);
  margin-right: calc((50vw - 50%) * -1);
  margin-right: -webkit-calc((50vw - 50%) * -1);
  width: auto;
  height: 570px;
}
@media (max-width: 800px) {
  .single-post-detail .entry-footer {
    flex-direction: column;
  }
  .single-post-detail .entry-footer .tags-list {
    margin-bottom: 10px;
  }
  .post-navigation .blog_pn_nav-title {
    font-size: 16px;
  }
  .single-post-detail .post-navigation {
    display: none;
  }
}
.single-post-content.format-video > .entry-thumbnail .la-popup {
  position: relative;
}
.single-post-content.format-video > .entry-thumbnail .la-popup .pf-icon {
  background-image: url(assets/images/button-play.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%);
}
/*--------------------------------------------------------------
	12. Page
---------------------------------------------------------------*/
.page-title-voff .section-page-header,
.page-title-vhide .section-page-header {
  display: none;
}
.error404 .customerdefine-404-content {
  min-width: 1170px;
}
.error404 .default-404-content {
  text-align: center;
  margin: 0 auto;
}
.error404 .default-404-content h1 {
  font-size: 250px;
  line-height: 1;
  margin: 0;
}
.error404 .default-404-content h5 {
  font-weight: normal;
  font-size: 36px;
  margin: 0;
}
.error404 .default-404-content p {
  font-size: 16px;
}
.error404 .default-404-content p.btn-wrapper {
  margin-top: 40px;
}
.error404 .default-404-content .button {
  text-transform: uppercase;
  padding: 22px 40px;
}
.error404 .site-main {
  padding: 0;
}
.error404 .site-main .page-content {
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.error404 #colophon {
  display: none;
}
.error404.admin-bar .site-main .page-content {
  min-height: calc(100vh - 32px);
}
body.error404:not(.has-customized-404) {
  background-image: url("assets/images/404-background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*--------------------------------------------------------------
	13. Comments
---------------------------------------------------------------*/
.commentlist {
  margin: 0;
  list-style: none;
  padding: 0;
  background: #F9F9F9;
}
.commentlist .star-rating {
  float: right;
}
.commentlist .comment-text .description {
  font-size: 16px;
}
.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 li {
  padding: 0 50px;
}
.commentlist li.depth-1.thread-odd {
  background: #EFEFEF;
}
.commentlist li.depth-1:last-child {
  border-bottom: none;
}
.commentlist .comment-meta {
  padding-top: 30px;
  font-size: 12px;
  display: flex;
  display: -webkit-flex;
  color: #989898;
}
@media (min-width: 1200px) {
  .commentlist .comment-meta {
    padding-top: 10px;
  }
}
.commentlist .comment-meta .edit-link {
  display: none;
}
.commentlist .comment-meta time:before {
  content: "-";
  padding: 0 5px;
}
.commentlist .comment-meta .comment-reply-link {
  padding: 0 10px;
}
.commentlist .comment-meta .comment-author {
  font-weight: bold;
}
.commentlist .comment-meta .comment-author,
.commentlist .comment-meta .comment-reply-link {
  color: #2f2f2f;
}
.commentlist ul.children {
  margin-left: 80px;
  padding-left: 0;
  list-style: none;
}
.commentlist ul.children .comment_container {
  padding: 0 0 40px;
}
.commentlist .comment-respond {
  margin: 20px 0 50px;
  padding: 0;
}
.commentlist img.avatar {
  width: 90px;
  height: 90px;
  margin-right: 50px;
  border-radius: 50%;
}
.commentlist .comment-text {
  float: right;
  width: 80%;
  width: calc(100% - 140px);
}
p.comment-notes {
  font-style: italic;
  font-size: 1em;
  margin-bottom: 50px;
}
.comment-form label {
  display: block;
  padding-bottom: 5px;
}
.comment-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  padding: 17px 25px;
}
.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 50px;
  line-height: 30px;
  color: #fff;
  border-width: 0;
  display: inline-block;
  width: auto;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .3s;
}
.commentlist .depth-2 .comment-respond {
  margin-left: -50px;
}
.comments-container .comments-title {
  display: block;
  padding-top: 30px;
  padding-bottom: 20px;
}
.comment-respond {
  padding-top: 50px;
}
.comment_container + .comment-respond .comment-reply-title {
  font-size: 18px;
  font-weight: bold;
}
.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 .meta {
  margin-bottom: 15px;
  font-size: 12px;
}
.woocommerce-Reviews .woocommerce-review__author {
  font-size: 14px;
}
.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;
  font-weight: normal;
  margin: 0 0 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%;
}
.commentlist ul.children li {
  padding-right: 0;
  padding-left: 0;
}
.comments-container {
  color: #2f2f2f;
}
.commentlist .comment-meta .comment-reply-link {
  margin-left: auto;
  text-transform: uppercase;
}
.comment-form-rating {
  clear: both;
}
.comment_container .description ul ul,
.comment_container .description ul ol,
.comment_container .description ol ol,
.comment_container .description ol ul {
  margin-left: 20px;
  margin-bottom: 4px;
  margin-top: 4px;
}
.comment_container .description dt,
.comment_container .description dd,
.comment_container .description ul li,
.comment_container .description ol li {
  padding: 4px 0;
}
@media (max-width: 1400px) and (min-width: 992px) {
  .commentlist li {
    padding: 0 30px;
  }
  .commentlist img.avatar {
    width: 70px;
    height: 70px;
    margin-right: 30px;
  }
  .commentlist .comment-text {
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
  }
  .commentlist ul.children {
    margin-left: 30px;
  }
}
@media (max-width: 992px) {
  .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);
    width: -webkit-calc(100% - 55px);
  }
  .commentlist .comment_container {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .commentlist ul.children {
    margin-left: 15px;
  }
  .commentlist .depth-3 .comment-meta time {
    display: none;
  }
  .commentlist .depth-2 .comment-respond {
    margin-left: 0;
  }
}
/*--------------------------------------------------------------
	14. Portfolio
---------------------------------------------------------------*/
/*--------------------------------------------------------------
	15. Shortcodes
---------------------------------------------------------------*/
.elementor-button,
.button {
  display: inline-block;
  line-height: 1;
  color: #fff;
  background-color: #2F2F2F;
  text-align: center;
  transition: all 250ms ease-out;
  font-weight: bold;
  padding: 15px 30px;
  border-color: transparent;
}
.elementor-button:hover,
.button:hover {
  background-color: #F53E6A;
  color: #fff;
}
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;
}
.gm-parent-iw div div div {
  opacity: 1 !important;
}
.gm-parent-iw .gmaps--info_content {
  font-size: 18px;
  padding: 20px;
}
.gm-parent-iw .gmaps--info_content ul li {
  padding: 13px 0;
  width: 300px;
}
.gm-parent-iw .gmaps--info_content ul li .elementor-icon-list-text {
  padding-left: 20px;
}
.gm-style-iw-prev > div:nth-child(1),
.gm-parent-iw > div > div:last-child > div > div:first-child > div:nth-child(1) {
  border-top: 10px solid #fff !important;
  z-index: 2;
}
.gm-style-iw-prev > div:nth-child(2),
.gm-parent-iw > div > div:last-child > div > div:first-child > div:nth-child(2) {
  box-shadow: 4px 13px 65px 0 rgba(154, 154, 154, 0.5) !important;
  background: #fff !important;
  border-radius: 0 !important;
}
.gm-style-iw-prev > div:nth-child(3),
.gm-parent-iw > div > div:last-child > div > div:first-child > div:nth-child(3) {
  display: none;
}
.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: #303955;
}
.slotholder {
  filter: none !important;
}
.wpcf7-submit {
  border-radius: 30px;
  background-color: #181818;
  color: #fff;
  border: none;
  padding: 14px 40px;
}
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: 1px solid #d4d4d4;
}
.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-icon-box-title {
  margin: 0;
}
.elementor-widget-lastudio-products .wc-view-toggle,
.elementor-widget-lastudio-products .wc-view-count {
  display: none !important;
}
/*--------------------------------------------------------------
	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: #2f2f2f;
  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;
}
.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: #f53e6a;
  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-advance-carousel-layout-simple .lastudio-carousel__item-inner {
  position: relative;
}
.lastudio-advance-carousel-layout-simple .lastudio-carousel__item-inner > a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.service__style_1 .lastudio-advance-carousel-layout-simple .lastudio-carousel__item-inner {
  transition: all 250ms ease-out;
}
.service__style_1 .lastudio-advance-carousel-layout-simple .lastudio-carousel__item-inner > a span {
  position: relative;
  display: block;
}
.service__style_1 .lastudio-advance-carousel-layout-simple .lastudio-carousel__item-inner > a span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  transition: all 250ms ease-out;
}
.service__style_1 .lastudio-advance-carousel-layout-simple .lastudio-carousel__item-inner:hover {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
}
.service__style_1 .lastudio-advance-carousel-layout-simple .lastudio-carousel__item-inner:hover > a span:before {
  opacity: .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-instagram-gallery__item {
  padding: 0;
}
.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: #f53e6a;
}
.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: #f53e6a;
}
.lastudio-slider .sp-full-screen-button {
  font-size: 16px;
  color: white;
}
.lastudio-slider .sp-buttons .sp-button {
  border-color: #f53e6a;
  background-color: transparent;
}
.lastudio-slider .sp-buttons .sp-button.sp-selected-button {
  background-color: #f53e6a;
}
.lastudio-slider .sp-buttons .sp-button:hover {
  background-color: #f53e6a;
}
.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 #f53e6a;
}
.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: #2f2f2f;
  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 {
  bottom: 30px;
}
.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__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: #f53e6a;
  border-radius: 50%;
}
.lastudio-services .lastudio-services__icon .inner i {
  color: white;
  line-height: 1;
}
.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: #f53e6a;
}
.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__item-inner {
  border: 1px solid #CDCDCD;
}
.lastudio-testimonials.preset-type-1 .lastudio-testimonials__content {
  padding: 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-bottom: 30px;
}
.lastudio-testimonials.preset-type-1 .lastudio-testimonials_info {
  padding-left: 90px;
  position: relative;
  min-height: 65px;
}
.lastudio-testimonials.preset-type-1 .lastudio-testimonials__figure {
  position: absolute;
  left: 0;
  width: 65px;
  height: 65px;
}
.lastudio-testimonials.preset-type-1 .lastudio-testimonials__name {
  font-size: 18px;
  padding-top: 6px;
}
.lastudio-testimonials.preset-type-1 .lastudio-testimonials__position {
  font-size: 12px;
}
.lastudio-testimonials.preset-type-2 .lastudio-testimonials__item-inner {
  padding-left: 100px;
  min-height: 80px;
  position: relative;
  color: #2F2F2F;
  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;
}
.lastudio-testimonials.preset-type-3 .lastudio-testimonials__rating {
  display: none;
}
.lastudio-testimonials.preset-type-3 .lastudio-testimonials__comment {
  order: -1;
  font-size: 46px;
  line-height: 1.37;
}
.lastudio-testimonials.preset-type-3 .lastudio-testimonials__name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
}
.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;
}
.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;
}
@media (max-width: 1600px) {
  .lastudio-testimonials.preset-type-1 .lastudio-testimonials__content {
    padding: 30px;
  }
  .lastudio-testimonials.preset-type-1 .lastudio-testimonials__name,
  .lastudio-testimonials.preset-type-1 .lastudio-testimonials__comment {
    font-size: 16px;
  }
}
.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: #f53e6a;
}
.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: #2F2F2F;
  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: #f53e6a;
  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: #f53e6a;
}
.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: #f53e6a;
}
.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: #f53e6a;
  margin-right: 5px;
}
.lastudio-instagram-gallery__likes-count {
  color: white;
  font-size: 20px;
  margin: 5px;
}
.lastudio-instagram-gallery__likes-icon {
  color: #f53e6a;
  margin-right: 5px;
}
.lastudio-scroll-navigation--position-left {
  margin-left: 20px;
}
.lastudio-scroll-navigation--position-right {
  margin-right: 20px;
}
.lastudio-scroll-navigation__item {
  margin: 10px 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: #f53e6a;
}
.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: #f53e6a;
  padding: 0 10px;
  border-radius: 4px;
}
.lastudio-scroll-navigation__icon {
  color: white;
  font-size: 20px;
  margin: 5px;
}
.lastudio-scroll-navigation__label {
  color: white;
  font-size: 16px;
}
.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;
}
.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;
}
.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: #f53e6a;
}
.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;
  opacity: 0;
  transition: all .4s;
  z-index: 0;
}
.lastudio-portfolio__item:hover .lastudio-portfolio__image:after {
  opacity: 0.9;
}
.lastudio-portfolio > .lastudio-carousel {
  margin: 0;
}
.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: #535353;
  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__desc,
.lastudio-portfolio.preset-type-2 .lastudio-portfolio__button,
.lastudio-portfolio.preset-type-2 .lastudio-portfolio__category {
  display: none;
}
.lastudio-portfolio.preset-type-2 .lastudio-portfolio__content {
  color: #fff;
  pointer-events: none;
  width: auto;
}
.lastudio-portfolio.preset-type-2 .lastudio-portfolio__title:after {
  content: '';
  width: 0;
  border-bottom: 2px solid;
  transition: all .4s ease-in-out .5s;
  display: block;
}
.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;
  z-index: 2;
}
.lastudio-portfolio.preset-type-4 .lastudio-portfolio__button {
  display: none;
}
.lastudio-portfolio.preset-type-4 .lastudio-portfolio__category,
.lastudio-portfolio.preset-type-4 .lastudio-portfolio__title {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.lastudio-portfolio.preset-type-4 .lastudio-portfolio__category {
  font-size: 14px;
  margin-bottom: 20px;
}
.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;
  height: 100%;
  color: #fff;
}
.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-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: #F53E6A;
}
.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: #2F2F2F;
}
.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 #F53E6A;
}
.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__desc,
.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__desc,
.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 #F53E6A;
}
.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: #151515;
  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: 110px;
  bottom: 85px;
  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 {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 40px 0 0;
  font-weight: 700;
  padding: 29px 45px;
  display: inline-block;
  line-height: 20px;
  border-radius: 0;
  background: none;
}
.lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__button:hover {
  color: #fff;
  background-color: #2F2F2F;
  border-color: #2F2F2F;
}
.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: #151515;
}
.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: #151515;
  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: #2F2F2F;
  border-color: #2F2F2F;
}
.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);
  right: -webkit-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: #151515;
}
.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%;
    padding: 0;
  }
  .layout-type-masonry.advancedMasonry .lastudio-portfolio__image-instance {
    display: none;
  }
}
@media (max-width: 1599px) {
  .lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__title,
  .lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__title,
  .lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__title {
    font-size: 36px;
  }
  .lastudio-portfolio.preset-list-type-2 .lastudio-portfolio__content {
    padding: 20px;
  }
  .lastudio-portfolio.preset-list-type-2 .lastudio-portfolio__title {
    font-size: 26px;
  }
  .lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__button,
  .lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__button {
    padding: 25px 50px;
    margin-top: 40px;
  }
  .lastudio-portfolio.preset-list-type-5 .slick-list {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media (max-width: 1024px) {
  .lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__image {
    padding-bottom: calc(100vh - 120px);
  }
  .lastudio-portfolio.preset-list-type-2 .lastudio-portfolio__list > .slick-list {
    padding-right: 20%;
  }
  .lastudio-portfolio.preset-list-type-2 .slick-dotted {
    padding-left: 40px;
  }
  .lastudio-portfolio.preset-list-type-2 .lastudio-slick-dots {
    right: auto;
    left: -20px;
    width: 50px;
  }
  .lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__content {
    left: 80px;
  }
  .lastudio-portfolio.preset-type-7 .lastudio-portfolio__title,
  .lastudio-portfolio.preset-list-type-5 .lastudio-portfolio__title {
    font-size: 26px;
  }
  .lastudio-portfolio.preset-type-7 .lastudio-portfolio__category {
    font-size: 14px;
  }
  .lastudio-portfolio.preset-type-7 .lastudio-portfolio__button {
    padding: 23px 35px;
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .lastudio-portfolio .lastudio-portfolio__content {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__content {
    width: 100%;
    max-width: 100%;
    min-height: 270px;
    padding: 10px;
  }
  .lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__button {
    margin-top: 20px;
  }
  .lastudio-portfolio.preset-list-type-1 .lastudio-images-layout__link {
    width: 100%;
    max-width: 100%;
  }
  .lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__inner {
    flex-direction: column;
  }
  .lastudio-portfolio.preset-list-type-1 .lastudio-portfolio__image {
    padding-bottom: 280px;
  }
  .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: 10px;
  }
  .lastudio-portfolio.preset-list-type-2 .lastudio-portfolio__inner {
    padding-bottom: 20px;
  }
  .lastudio-portfolio.preset-list-type-2 .lastudio-portfolio__image {
    padding-bottom: 65vh;
  }
  .lastudio-portfolio.preset-list-type-2 .slick-dotted {
    padding: 0 0 40px;
  }
  .lastudio-portfolio.preset-list-type-2 .lastudio-portfolio__list > .slick-list {
    padding: 0;
  }
  .lastudio-portfolio.preset-list-type-2 .lastudio-slick-dots {
    width: 100%;
    bottom: 0;
    text-align: center;
    transform: none;
    top: auto;
    margin: 0;
    left: 0;
  }
  .lastudio-portfolio.preset-list-type-2 .lastudio-slick-dots li {
    display: inline-block;
    margin: 5px;
  }
  .lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__content {
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: calc(100% - 60px);
    text-align: center;
  }
  .lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__category,
  .lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__category {
    font-size: 14px;
  }
  .lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__title,
  .lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__title {
    font-size: 30px;
  }
  .lastudio-portfolio.preset-list-type-4 .lastudio-portfolio__button,
  .lastudio-portfolio.preset-list-type-3 .lastudio-portfolio__button {
    font-size: 12px;
    padding: 18px 30px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .lastudio-portfolio.preset-list-type-3 .slick-controls-auto a,
  .lastudio-portfolio.preset-list-type-3 .lastudio-arrow {
    bottom: 40px;
  }
  .lastudio-portfolio.preset-list-type-5 .slick-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.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);
}
.products.slick-slider .slick-list {
  padding-top: 10px;
}
.product_item--thumbnail .elementor-lastudio-countdown-timer {
  position: absolute;
  bottom: 40px;
  z-index: 2;
  width: 100%;
  left: 0;
}
.product_item--thumbnail .elementor-lastudio-countdown-timer .lastudio-countdown-timer__item {
  background-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 5px;
}
.product_item--thumbnail .elementor-lastudio-countdown-timer .lastudio-countdown-timer__item .lastudio-countdown-timer__item-value {
  font-size: 20px;
  line-height: 1;
}
.product_item--thumbnail .elementor-lastudio-countdown-timer .lastudio-countdown-timer__item .lastudio-countdown-timer__item-label {
  font-size: 12px;
  color: #989898;
  line-height: 1;
  text-transform: lowercase;
}
.product_item--info .elementor-lastudio-countdown-timer {
  display: none;
}
.product_item--info .la-custom-badge {
  display: none !important;
}
.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 .product_item_thumbnail_action .button:before {
  font-family: "FontAwesome";
  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-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: 14px;
  margin: 0 0 8px;
  line-height: inherit;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_item .product_item--info {
  position: relative;
  z-index: 2;
}
.product_item .added_to_cart {
  display: none;
}
.product_item .product_item--category-link,
.product_item .item--excerpt {
  display: none;
}
.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: 18px;
  color: #2F2F2F;
}
.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: #232324;
}
.products-list .product_item .product_item--title {
  font-size: 20px;
  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: 50px;
  height: 54px;
  line-height: 54px;
  padding: 0;
  background: none;
  color: #2F2F2F;
}
.products-list .product_item .product_item--info .add_compare:hover,
.products-list .product_item .product_item--info .add_wishlist:hover {
  color: #F53E6A;
}
.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: "\f0ec";
}
.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: 70%;
  width: calc(100% - 130px);
  width: -webkit-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;
}
.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: #2F2F2F;
  border-color: #CDCDCD;
}
/** Color & Effect **/
.products-list .product_item .product_item--thumbnail .product_item--action .quickview,
.products-grid .product_item_thumbnail_action .button {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  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 .product_item_thumbnail_action .button:hover {
  color: #fff;
}
.products-grid .product_item_thumbnail_action .add_wishlist:before {
  content: "\f004";
}
.products-grid .product_item_thumbnail_action .add_compare:before {
  content: "\f0ec";
}
.products-grid .product_item_thumbnail_action .add_to_cart_button:before {
  content: "\f07a";
}
.products-grid .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 .product_item_thumbnail_action .quickview:before {
  content: "\f06e";
}
.products-grid .product_item--info {
  padding-top: 20px;
  padding-bottom: 10px;
}
.products-grid .product_item--info .product_item--action {
  display: none;
}
.products-grid .product_item--info .la-swatch-control {
  margin-top: 5px;
  line-height: 0;
}
.products-grid .product_item--action {
  position: absolute;
  z-index: 4;
  text-align: center;
  left: 50%;
  top: 50%;
  min-width: 240px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.products-grid .product_item--action .button {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition-delay: 50ms;
}
.products-grid .product_item--action .button:hover {
  border-color: #181818;
  background-color: #181818;
}
.products-grid .product_item--action .wrap-addto .button {
  transition-delay: 100ms;
}
.products-grid .product_item--action .wrap-addto .button + .button {
  transition-delay: 150ms;
}
.products-grid .product_item--action .wrap-addto .button + .button + .button {
  transition-delay: 200ms;
}
.products-grid .product_item--inner:hover .product_item--action .button {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.products-grid-2 .product_item--info {
  text-align: center;
}
.products-grid-3 .product_item--info {
  text-align: center;
}
.products-grid-3 .product_item--action {
  left: auto;
  top: auto;
  bottom: 30px;
  right: 30px;
  width: 60px;
  transform: none;
  -webkit-transform: none;
}
.products-grid-3 .product_item--action .button:not(:hover) {
  transform: translate(50px, 0);
  -webkit-transform: translate(50px, 0);
}
.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;
}
.products-list .product_item .product_item--info .product_item--action .wrap-addto {
  display: flex;
  flex-direction: row-reverse;
}
/** Responsive **/
@media (max-width: 1024px) {
  .products-list .product_item .product_item--thumbnail .product_item--action .quickview,
  .products-grid .product_item--thumbnail .wrap-addto .button {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  ul.products .wrap-addto .la-quickview-button {
    display: none !important;
  }
  .la-custom-badge {
    transform: scale(0.8);
  }
  .products-list .product_item .product_item--thumbnail {
    width: 43%;
  }
  .products-list .product_item .product_item--info {
    width: 57%;
    padding-left: 30px;
  }
}
/*--------------------------------------------------------------
	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
---------------------------------------------------------------*/
.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: 85%;
    width: calc(100% - 85px);
    width: -webkit-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: 85%;
    width: calc(100% - 170px);
  }
  .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%;
  }
}
@media (min-width: 1500px) {
  .enable-main-fullwidth .la-p-single-2 .product-main-image .la-woo-product-gallery {
    width: 85%;
    width: calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
  }
  .enable-main-fullwidth .la-p-single-2 .product-main-image .la-woo-thumbs {
    width: 170px;
  }
  .enable-main-fullwidth .la-p-single-2 .product-main-image .la-woo-thumbs .la-thumb {
    margin: 0 0 30px;
  }
}
.product--summary {
  margin-bottom: 30px;
}
.product--summary .la-breadcrumbs {
  margin-bottom: 30px;
}
.product--summary .product_title {
  font-size: 32px;
  margin: 5px 0 10px;
}
.product--summary .entry-summary > .stock.in-stock {
  float: right;
  background: none;
  font-size: 12px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 15px;
}
.product--summary .entry-summary > .stock.in-stock:before {
  content: "\f05d";
  font-family: FontAwesome;
  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: 50px;
}
.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;
  float: left;
}
.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: 20px 0;
}
.product--summary .single-price-wrapper .price {
  font-size: 32px;
  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: 90px;
  line-height: 2;
  font-size: 12px;
}
.product--summary .product_meta > span {
  display: block;
}
.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: 20px;
}
.product--summary .product-share-box {
  margin-top: 40px;
  font-size: 14px;
}
.product--summary .product-share-box label {
  display: none;
}
.product--summary .social--sharing {
  display: inline-block;
  margin-left: -10px;
}
.product--summary .social--sharing a {
  margin: 0 8px;
  background: none;
  border-radius: 50%;
  border: 1px solid #E1E1E1;
  color: #777777;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}
.product--summary .social--sharing a:hover {
  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;
  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 {
  font-size: 0.875em;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 0;
}
.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;
  background: transparent;
  position: relative;
  padding: 0;
  font-weight: normal;
}
.product--summary .add_compare:before,
.product--summary .add_wishlist:before {
  font-family: FontAwesome;
  text-transform: none;
  display: block;
  padding: 0;
  font-size: 18px;
  width: 50px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product--summary .add_compare.added,
.product--summary .add_compare:hover,
.product--summary .add_wishlist.added,
.product--summary .add_wishlist:hover {
  color: #fff;
}
.product--summary .add_compare:before {
  content: "\f0ec";
}
.product--summary .add_wishlist:before {
  content: "\f08a";
  font-size: 20px;
}
.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;
}
.wc-tabs {
  padding: 0;
  margin: 0 0 40px;
  text-align: center;
}
.wc-tab.entry-content {
  font-size: inherit;
}
.wc-tabs li {
  display: inline-block;
}
.wc-tabs li a {
  position: relative;
  display: block;
  padding: 15px 30px;
  line-height: 20px;
  font-size: 14px;
}
.wc_tabs_at_bottom .wc-tabs {
  margin: 40px 0 60px;
}
.wc_tabs_at_bottom .wc-tabs li {
  margin-left: 10px;
  margin-right: 10px;
}
.wc_tabs_at_bottom .wc-tabs li a {
  font-size: 18px;
  color: #2f2f2f;
  border: 1px solid #CCCCCC;
  padding: 29px 30px;
  min-width: 245px;
}
.wc_tabs_at_bottom .wc-tabs li.active a {
  font-weight: bold;
}
.wc_tabs_at_bottom .wc-tabs li a:after {
  display: none;
}
.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: "\f067";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 14px;
  font-size: 11px;
  font-weight: normal;
}
.wc-tab .wc-tab-title a {
  display: block;
  padding: 13px 0;
}
.wc-tab.active .wc-tab-title:after {
  content: "\f068";
}
#tab-description .tab-content li {
  margin-bottom: 5px;
}
#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: 45px;
  margin-bottom: 30px;
}
.custom-product-wrap .block_heading {
  margin-bottom: 33px;
  text-align: center;
}
.custom-product-wrap .block_heading--title {
  font-size: 36px;
  margin: 0;
}
@media (min-width: 1600px) {
  .custom-product-wrap .block_heading--title {
    font-size: 46px;
  }
}
.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;
  padding-left: 0;
}
.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;
  font-size: 20px;
}
.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 .entry-summary > .cart {
  margin-top: 0;
}
.lightcase-inlineWrap .la-p-single-wrap .product--summary .wrap-cart-cta .button {
  padding: 15px 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 .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: #000;
  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-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 {
  width: 820px;
  margin: 0 auto;
  max-width: 100%;
}
.extradiv-after-frm-cart {
  padding-top: 10px;
  border-top: 1px solid #E6E6E6;
  margin-top: 25px;
}
.extradiv-after-frm-cart a {
  margin-right: 20px;
  font-size: 12px;
}
.extradiv-after-frm-cart i {
  font-size: 16px;
  padding-right: 5px;
  vertical-align: middle;
}
.entry-summary .wrap-cart-cta {
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  margin-right: 10px;
}
.entry-summary .wrap-cart-cta [id^="wc-stripe"] {
  display: none !important;
}
.entry-summary .wrap-cart-cta .quantity span {
  text-align: center;
  color: #282828;
}
.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 70px;
  font-size: 14px;
}
.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: #000;
  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(1) {
  width: 100%;
}
.la-p-single-4 .product--large-image:not(.no-gallery) .la-woo-product-gallery .woocommerce-product-gallery__image:nth-child(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(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: #000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: block;
  margin: 10px;
}
.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;
}
@media (min-width: 1300px) {
  .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.ltr .site-main .la-single-product-page .product--summary {
    padding-left: 35px;
  }
  .body-col-1c.rtl .site-main .la-single-product-page .product--summary {
    padding-right: 35px;
  }
}
@media (min-width: 1600px) {
  .body-col-1c.enable-main-fullwidth .site-main .la-single-product-page .product-main-image {
    width: 59%;
  }
  .body-col-1c.enable-main-fullwidth .site-main .la-single-product-page .product--summary {
    width: 41%;
  }
  .body-col-1c.ltr.enable-main-fullwidth .site-main .la-single-product-page .product--summary {
    padding-left: 55px;
  }
  .body-col-1c.rtl.enable-main-fullwidth .site-main .la-single-product-page .product--summary {
    padding-right: 55px;
  }
}
.body-col-1c.enable-main-fullwidth .wc_tabs_at_bottom .wc-tab .tab-content {
  width: 1320px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
.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;
  }
  .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_tabs_at_bottom .wc-tabs li a {
    font-size: 18px;
  }
}
@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;
  }
  .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;
  }
}
@media (max-width: 380px) {
  .entry-summary .wrap-cart-cta {
    margin-left: 0;
    margin-right: 0;
  }
}
.single-product.page-title-v2 .site-main {
  padding-top: 20px;
}
/*--------------------------------------------------------------
	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;
  background: #fff;
  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);
}
.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 .amount {
  font-size: inherit;
  color: inherit;
}
.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;
}
.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;
}
.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;
}
.open-cart-aside.draven-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;
}
.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.woocommerce-cart-form__contents td.product-name {
  font-size: 12px;
}
.shop_table td.product-subtotal {
  font-weight: 600;
}
.shop_table .product-quantity {
  width: 100px;
}
.shop_table .product-remove {
  width: 30px;
  font-size: 30px;
  line-height: normal;
  font-weight: 100;
}
.shop_table .product-remove .remove {
  font-size: 0;
}
.shop_table .product-remove .remove:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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;
}
td.actions .coupon {
  display: none;
}
.cart-collaterals .cart_totals {
  width: 100%;
  float: right;
  margin-bottom: 50px;
}
.cart-collaterals .cart_totals .checkout-button {
  width: 100%;
  text-align: center;
  font-weight: normal;
  padding: 25px 20px;
  border: none;
}
.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 td > .amount {
  font-weight: bold;
}
.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;
  width: 130px;
  display: inline-block;
  max-width: 100%;
}
.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('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="116" height="151"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="square" stroke-width="2"><path d="M1 33h114v117H1z"/><path d="M33 53V25.762C33 12.086 44.193 1 58 1c13.808 0 25 11.086 25 24.762V53"/></g></svg>');
  background-repeat: no-repeat;
  background-position: center top;
}
.woocommerce > .return-to-shop {
  margin-bottom: 50px;
  padding-top: 30px;
}
.woocommerce > .return-to-shop .button {
  text-transform: uppercase;
  line-height: normal;
  padding: 19px 30px;
}
.woocommerce > .return-to-shop .button:hover {
  background-color: #2F2F2F;
}
.cart-collaterals .cart_totals .la-shipping-form {
  width: 100%;
  display: none !important;
}
@media (min-width: 992px) {
  .woocommerce-cart .page-content > .woocommerce .cart-collaterals,
  .woocommerce-cart .page-content > .woocommerce .woocommerce-cart-form {
    display: table-cell;
    vertical-align: top;
  }
  .woocommerce-cart .page-content > .woocommerce .cart_totals {
    width: 100%;
    margin: 0;
    background: #F9F9F9;
    padding: 30px 30px 0;
  }
  .woocommerce-cart .page-content > .woocommerce .cart-collaterals {
    min-width: 370px;
    padding: 0;
  }
  .woocommerce-cart .page-content > .woocommerce .woocommerce-cart-form {
    width: 100%;
    padding-right: 30px;
  }
  .woocommerce-cart .page-content > .woocommerce .cart-collaterals .shop_table {
    background: none;
    margin-top: 0;
  }
  .woocommerce-cart .page-content > .woocommerce .cart-collaterals .shop_table .cart-subtotal th,
  .woocommerce-cart .page-content > .woocommerce .cart-collaterals .shop_table .cart-subtotal td {
    padding-top: 5px;
  }
  .woocommerce-cart .page-content > .woocommerce .cart-collaterals .shop_table td,
  .woocommerce-cart .page-content > .woocommerce .cart-collaterals .shop_table th {
    padding: 5px 0 15px;
  }
  .woocommerce-cart .page-content > .woocommerce .cart-collaterals .shop_table td {
    text-align: right;
  }
  .woocommerce-cart .page-content > .woocommerce .cart-collaterals h2 {
    font-size: inherit;
    margin: 0 0 20px;
  }
  .woocommerce-cart .page-content > .woocommerce .cart-collaterals #shipping_method {
    font-size: 12px;
  }
  .woocommerce-cart .page-content > .woocommerce .cart-collaterals .input-text {
    height: 40px;
    line-height: 38px;
    text-transform: none;
    padding: 0 15px;
  }
  .woocommerce-cart .page-content > .woocommerce .cart-collaterals .select2-container .select2-selection--single {
    height: 40px;
    border-radius: 0;
  }
  .woocommerce-cart .page-content > .woocommerce .cart-collaterals .select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: 5px;
    font-size: 12px;
    padding-left: 15px;
  }
  .woocommerce-cart .page-content > .woocommerce .cart-collaterals .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
  }
  .woocommerce-cart .page-content > .woocommerce .cart-collaterals .woocommerce-shipping-calculator {
    padding-top: 0;
  }
  .woocommerce-cart .page-content > .woocommerce .cart-collaterals .order-total {
    border-top: 1px solid #DBDBDB;
  }
  .woocommerce-cart .page-content > .woocommerce .cart-collaterals .order-total th,
  .woocommerce-cart .page-content > .woocommerce .cart-collaterals .order-total td {
    padding-top: 15px;
  }
  .woocommerce-cart .page-content > .woocommerce .wc-proceed-to-checkout {
    margin-left: -30px;
    margin-right: -30px;
  }
  .woocommerce-cart .page-content > .woocommerce .shop_table.woocommerce-cart-form__contents {
    margin-top: 0;
  }
  .woocommerce-cart .page-content > .woocommerce .shop_table.woocommerce-cart-form__contents thead {
    background: none;
    text-transform: uppercase;
    font-size: 11px;
  }
  .woocommerce-cart .page-content > .woocommerce .shop_table.woocommerce-cart-form__contents dl {
    font-size: 12px;
  }
  .woocommerce-cart .page-content > .woocommerce td.actions .coupon {
    display: inline-block;
    border-bottom: 1px solid #D8D8D8;
    width: 50%;
  }
  .woocommerce-cart .page-content > .woocommerce td.actions .coupon label {
    display: none;
  }
  .woocommerce-cart .page-content > .woocommerce td.actions .coupon .input-text {
    padding: 0 10px 0 0;
    border: none;
    height: 34px;
    font-size: 12px;
    color: #282828;
  }
  .woocommerce-cart .page-content > .woocommerce td.actions .btn {
    display: none;
  }
  .woocommerce-cart .page-content > .woocommerce td.actions .button {
    color: #8A8A8A;
    background: none;
    min-width: 0;
    border: none;
    font-weight: normal;
    padding: 10px 5px;
  }
  .woocommerce-cart .page-content > .woocommerce td.actions .button:hover {
    color: #2F2F2F;
    font-weight: bold;
  }
}
@media (max-width: 1400px) and (min-width: 992px) {
  .woocommerce-cart .page-content > .woocommerce .cart-collaterals {
    min-width: 300px;
  }
  .woocommerce-cart .page-content > .woocommerce .cart_totals {
    padding: 20px 20px 0;
  }
  .woocommerce-cart .page-content > .woocommerce .wc-proceed-to-checkout {
    margin-left: -20px;
    margin-right: -20px;
  }
  .woocommerce-cart .page-content > .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;
}
.woocommerce-MyAccount-content .woocommerce-table {
  margin-bottom: 40px;
}
.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 20px;
}
.place-order > .button {
  margin-left: -52px;
  margin-right: -52px;
  width: calc(100% + 104px);
  margin-bottom: -32px;
  display: block;
  border: none;
  padding: 25px 20px;
  font-weight: normal;
}
@media (max-width: 992px) {
  .place-order > .button {
    margin-left: -17px;
    margin-right: -17px;
    width: calc(100% + 34px);
    margin-bottom: -2px;
  }
}
.form-row.place-order {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
	16.6. My Account Page
---------------------------------------------------------------*/
.lost_reset_password {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
form.woocommerce-form-register,
form.woocommerce-form-login {
  margin-bottom: 30px;
}
form.woocommerce-form-register .button,
form.woocommerce-form-login .button {
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 18px 50px;
  margin-right: 20px;
}
form.woocommerce-form-register .button:hover,
form.woocommerce-form-login .button:hover {
  background-color: #2F2F2F;
  color: #fff;
}
form.woocommerce-form-register .clear + p.form-row,
form.woocommerce-form-login .clear + p.form-row {
  margin-top: 10px;
}
form.woocommerce-form-register .input-text,
form.woocommerce-form-login .input-text {
  height: 70px;
  line-height: 68px;
}
.woocommerce-privacy-policy-text {
  margin-bottom: 20px;
}
#customer_login h2 {
  font-size: 20px;
  font-weight: normal;
  cursor: pointer;
}
form.lost_reset_password .form-row {
  width: 100%;
}
.woocommerce-MyAccount-navigation {
  width: 100%;
  background: #f7f7f7;
  margin-bottom: 2em;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
}
.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;
}
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;
}
#customer_login .col-2 .woocommerce-form-register {
  display: none;
}
.active-regf .woocommerce-form-login {
  display: none;
}
.active-regf .woocommerce-form-register {
  display: block !important;
}
/*--------------------------------------------------------------
	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;
}
.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: #555;
}
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;
}
.element-max-width-400 {
  width: 400px;
  max-width: 100%;
}
.element-max-width-450 {
  width: 450px;
  max-width: 100%;
}
/*--------------------------------------------------------------
	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) {
  .backtotop-container .btn-backtotop {
    bottom: 80px;
  }
  .backtotop-container.show .btn-backtotop {
    right: 30px;
  }
  .page-title-v1 .use-custom-text .page-title:after {
    margin: 15px auto;
  }
  .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;
  }
}
/* 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) {
  .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 15px 0;
  }
  .woocommerce #order_review_heading {
    width: 45%;
    padding: 30px 0 0 20px;
  }
  .widget_recent_entries .pr-item {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .woocommerce-Reviews .woocommerce-Reviews-title,
  .comments-container .comments-title h3,
  .comment-respond .comment-reply-title {
    font-size: 26px;
  }
  .commentlist li {
    padding: 0 20px;
  }
  .commentlist .comment-meta time {
    display: none;
  }
  .commentlist .comment-text .description {
    font-size: 14px;
  }
  .commentlist ul.children .comment_container {
    padding: 0 0 20px;
  }
  .product--summary .entry-summary > .stock {
    float: none;
    padding-left: 0;
  }
  .error404 .default-404-content h1 {
    font-size: 150px;
  }
  .error404 .default-404-content h5 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .error404 .default-404-content p {
    font-size: 14px;
  }
  .entry-content .wp-block-image,
  .single-post-detail .entry-thumbnail,
  .single-post-detail .post-meta-top {
    margin-bottom: 30px;
  }
  .entry-content ul,
  .entry-content ol,
  .entry-content p {
    margin-bottom: 20px;
  }
  ul.styled-lists li {
    font-size: inherit;
    padding: 5px 0;
  }
  .wp-block-column + .wp-block-column:last-child {
    margin-bottom: 0;
  }
  .wp-block-cover,
  .wp-block-cover-image {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  blockquote {
    font-size: 20px;
    padding: 0 20px;
  }
  body.draven-boxed-content .single-post-detail .post-navigation,
  body.draven-boxed-content .single-post-detail .entry-footer,
  body.draven-boxed-content .single-post-detail .entry-content {
    padding: 25px;
  }
}
@media (max-width: 800px) {
  .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;
  }
  .product--summary a.add_wishlist.button {
    clear: both;
  }
  .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: 14px !important;
  }
  .section-page-header .page-title {
    font-size: 24px;
  }
  .author-info {
    display: none;
  }
  .woocommerce-MyAccount-content,
  .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
  }
  .woocommerce-MyAccount-navigation ul {
    padding: 0;
    display: block;
    font-size: 13px;
  }
  .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
  }
  .woocommerce-MyAccount-navigation ul li a {
    padding: 10px;
  }
  .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;
    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%;
  }
  .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;
    padding: 10px;
  }
  .wc-toolbar-container .btn-advanced-shop-filter,
  .wc-toolbar .wc-ordering {
    margin-left: 0;
    margin-right: 10px;
  }
  .wc-toolbar .wc-toolbar-right {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
  }
  .wc-toolbar .wc-view-toggle {
    margin-left: auto;
    padding-top: 10px;
  }
  .product-main-image {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  body.draven-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: #2F2F2F;
  }
  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 input#coupon_code {
    width: 100%;
    margin-bottom: 10px;
  }
  .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%;
  }
  .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: 100px;
    padding-bottom: 15px;
    background: none;
    border-bottom: 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: static;
  }
  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: 0;
    width: 80px;
    display: inline-block;
    top: 0;
    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;
  }
  .cart.shop_table.woocommerce-cart-form__contents tr:not(.cart_item) {
    padding-left: 0;
    padding-right: 0;
  }
}
/* 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 .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 .search-form .search-button {
  left: 15px;
  direction: ltr;
}
.rtl .searchform-fly-overlay .btn-close-search {
  right: auto;
  left: 20%;
}
.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.draven-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;
  }
}
.header-v-default .lahfb-nav-wrap .menu > li.menu-item > a {
  font-size: 16px;
  padding: 0 20px;
}
.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%;
}
.header-v-default .post-meta-top {
  color: #f53e6a;
  margin-bottom: 20px;
}
@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 .entry-content ul,
.header-v-default .entry-content ol,
.header-v-default .entry-content p {
  margin-bottom: 15px;
}
.header-v-default .entry-content ul ul,
.header-v-default .entry-content ul ol,
.header-v-default .entry-content ol ol,
.header-v-default .entry-content ol ul {
  margin-left: 20px;
  margin-bottom: 4px;
  margin-top: 4px;
}
.header-v-default .entry-content dt,
.header-v-default .entry-content dd,
.header-v-default .entry-content ul li,
.header-v-default .entry-content ol li {
  padding: 4px 0;
}
.header-v-default .lastudio-posts .entry-title {
  margin-bottom: 8px;
}
.header-v-default .lastudio-posts .post-meta-bottom {
  margin-bottom: 15px;
}
.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;
  }
}
.no-featured-image .post-thumbnail.loop__item__thumbnail {
  display: none;
}
.draven-body .snptwdgt-container .snptwdgt-rtd__ftr,
.draven-body .snptwdgt-container .snptwdgt__ftr {
  display: none;
}
.draven-body .snptwdgt-container .snptwdgt__item .snptlinked-item-ico {
  font-size: 16px;
  padding: 20px;
  background-color: #000;
}
.draven-body .snptwdgt-container .snptwdgt__item .fauximg-bin .snpt__fauximg {
  padding-bottom: 100% !important;
}
span.custom-badge {
  background: #232324;
  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;
}
/** 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: #000;
}
.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: #181818;
  color: #fff;
  padding: 2px 15px;
}
.page-links > a,
.page-links > span:not(.screen-reader-text) {
  margin-right: 5px;
  display: inline-block;
}
.page-links > a:hover {
  color: #fff;
}
.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: -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;
}
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;
}
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.home.blog:not(.paged) .blog__item.sticky {
  padding-bottom: 0;
  border: none;
}
.home.blog:not(.paged) .blog__item.sticky .loop__item__inner {
  padding: 30px;
}
.dokan-dashboard header.dokan-dashboard-header h1 {
  font-size: 26px;
}
ul.dokan-listing-filter {
  color: #232324;
}
.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: 9;
  font-size: 10px;
  padding: 15px 10px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  top: 20px;
  min-width: 50px;
  text-transform: uppercase;
  border-radius: 50%;
}
.onsale {
  min-width: 50px;
  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.rtl .la-custom-badge {
  right: 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: #F53E6A;
}
.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;
}
/**
  FOR DEMO
 */
@media (min-width: 1500px) {
  .large-main-space .site-main {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1300px) {
  .hide-single-post-meta .page-header-inner .col-xs-12 {
    width: 80%;
    margin-left: 10%;
  }
}
.hide-single-post-meta .single-post-detail .post-meta,
.hide-single-post-meta .single-post-detail .entry-header {
  display: none;
}
.hide-post-thumbnail .entry-thumbnail {
  display: none;
}
.hide-related-posts .row-related-posts {
  display: none;
}
ul.styled-lists li {
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  padding: 13px 0;
}
ul.styled-lists li:before {
  content: '\f111';
  font-family: FontAwesome;
  font-size: .5em;
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  h3.font-size-36 {
    font-size: 36px;
    margin-bottom: 1em;
  }
}
.shop-page-header .section-page-header {
  color: #ffffff;
  background-image: linear-gradient(-134deg, #E2857F 0%, #E75656 100%);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.shop-page-header .section-page-header a,
.shop-page-header .section-page-header .page-title {
  color: #fff;
}
.shop-page-header .section-page-header .page-header-inner {
  padding-top: 120px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .shop-page-header .section-page-header .page-header-inner {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .shop-page-header .section-page-header .page-header-inner {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1500px) {
  .shop-page-header .section-page-header .page-header-inner {
    padding-top: 220px;
    padding-bottom: 120px;
  }
}
.woocommerce-account.woocommerce-page:not(.logged-in) .site-main {
  padding: 0;
}
.woocommerce-account.woocommerce-page:not(.logged-in) .site-main .container {
  width: 100%;
}
.woocommerce-account.woocommerce-page:not(.logged-in) .site-content-inner {
  width: 50%;
  float: right;
}
@media (max-width: 768px) {
  .woocommerce-account.woocommerce-page:not(.logged-in) .site-content-inner {
    width: 100%;
  }
}
.woocommerce-account.woocommerce-page:not(.logged-in) .site-content-inner .page-content {
  width: 500px;
  max-width: 80%;
  margin: 150px auto;
}
@media (max-width: 1200px) {
  .woocommerce-account.woocommerce-page:not(.logged-in) .site-content-inner .page-content {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .woocommerce-account.woocommerce-page:not(.logged-in) .site-content-inner .page-content {
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 90%;
  }
}
.woocommerce-account.woocommerce-page:not(.logged-in) .site-content-inner:before {
  content: '';
  position: absolute;
  width: 50%;
  left: 0;
  height: 100%;
  top: 0;
  background-image: url("assets/images/my-account-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
@media (max-width: 768px) {
  .woocommerce-account.woocommerce-page:not(.logged-in) .site-content-inner:before {
    display: none;
  }
}
.woocommerce-account.woocommerce-page #customer_login .col-1,
.woocommerce-account.woocommerce-page #customer_login .col-2 {
  width: 100%;
}
/** HEADER  DEMO **/
.error404 .lahfb-wrap .lahfb-area {
  background-color: transparent;
}
.error404 .lahfb-wrap-sticky-height {
  display: none;
}
.lahfb-wrap .lahfb-area {
  background-color: #fff;
}
.enable-header-transparency .lahfb-wrap:not(.is-sticky) .lahfb-area:not(.lahfb-vertical) {
  background-color: transparent;
  color: #fff;
}
.lahfb-nav-wrap.preset-vertical-menu-02 {
  margin-top: 10vh;
  padding-left: 60px;
}
.lahfb-nav-wrap.preset-vertical-menu-02 .menu > li.menu-item > a {
  font-size: 20px;
}
.lahfb-nav-wrap.preset-vertical-menu-02 li.mm-lv-0 {
  position: relative;
}
.lahfb-nav-wrap.preset-vertical-menu-02 li.mm-lv-0:hover > a:before, .lahfb-nav-wrap.preset-vertical-menu-02 li.mm-lv-0.current > a:before {
  content: '';
  width: 50px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 20px;
}
.lastudio-carousel-wrap.lastudio-equal-cols .lastudio-carousel__item img {
  object-fit: contain;
}
@media (min-width: 1825px) {
  .lahfb-nav-wrap.preset-vertical-menu-02 .menu > li.menu-item > a {
    font-size: 36px;
  }
}
.header-v-pre-header-04.enable-header-transparency .lahfb-wrap:not(.is-sticky) .lahfb-hamburger-menu .la-hamburger-icon-trigger:not(:hover) {
  background-color: #fff;
  color: #111;
}
@media (max-width: 1600px) {
  .header-v-pre-header-04 #lastudio-header-builder.lahfb-wrap .lahfb-desktop-view .lahfb-row1-area:not(.lahfb-vertical) {
    height: 120px;
  }
  .header-v-pre-header-04 #lastudio-header-builder .lahfb-logo img.lahfb-logo {
    width: 60px;
  }
  #lastudio-header-builder .lahfb-element.hbgm_1543567094122 > a {
    padding: 18px;
    font-size: 24px;
  }
}
.play-icon-style-1 .elementor-image a {
  padding: 30px;
  position: relative;
}
.play-icon-style-1 .elementor-image a:after {
  content: '';
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 50%;
  opacity: 0.5;
  transition: all .3s;
}
.play-icon-style-1 .elementor-image a:before {
  content: '';
  border: 1px solid #fff;
  position: absolute;
  left: -30px;
  right: -30px;
  bottom: -30px;
  top: -30px;
  border-radius: 50%;
  opacity: 0.3;
  transition: all .3s;
}
.play-icon-style-1 .elementor-image:hover a:after {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.play-icon-style-1 .elementor-image:hover a:before {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
#m8_product_slider_dots .swiper-pagination-bullet {
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  padding: 0;
  position: relative;
  margin-right: 30px;
}
#m8_product_slider_dots .swiper-pagination-bullet-active:before {
  font-family: 'dliconoutline';
  content: "\ecf0";
  font-size: 24px;
  position: absolute;
  left: 50%;
  width: 100%;
  color: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#m8_product_slider ul,
#m8_product_slider_dots ul {
  list-style: none;
  position: static;
}
#m8_product_slider ul li,
#m8_product_slider_dots ul li {
  display: inline-block;
  margin-right: 30px;
  width: auto;
  height: auto;
}
#m8_product_slider ul li.slick-active button:after,
#m8_product_slider_dots ul li.slick-active button:after {
  font-family: 'dliconoutline';
  content: "\ecf0";
  font-size: 24px;
  position: absolute;
  left: 50%;
  width: 100%;
  color: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#m8_product_slider ul button,
#m8_product_slider_dots ul button {
  background: #768195;
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  padding: 0;
  position: relative;
}
#m8_product_slider ul button:before,
#m8_product_slider_dots ul button:before {
  display: none !important;
}
@media (max-width: 1200px) {
  #m8_product_slider ul button,
  #m8_product_slider_dots ul button {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
}
@media (max-width: 800px) {
  .tp-bullets.la-metis.vertical.nav-pos-hor-right.nav-pos-ver-bottom.nav-dir-vertical {
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
    top: auto !important;
    bottom: 50px !important;
    text-align: right;
  }
  .la-metis .tp-bullet {
    display: inline-block !important;
    margin: 0 10px;
  }
  .la-metis .tp-bullet-title {
    font-size: 20px !important;
  }
}
.img_with_caption img {
  transition: all .3s;
}
.img_with_caption .widget-image-caption {
  position: absolute;
  text-align: center;
  font-style: normal;
  width: 100%;
  top: 50%;
  font-size: 20px;
  color: #fff;
  margin-top: -16px;
  opacity: 0;
  transition: all .3s;
}
.img_with_caption:hover img {
  filter: brightness(50%);
}
.img_with_caption:hover .widget-image-caption {
  opacity: 1;
}
@media (max-width: 1600px) {
  .lastudio-parallax-section__layout.m21_mockup_5 .lastudio-parallax-section__image {
    background-size: 29% auto !important;
  }
  .lastudio-parallax-section__layout.m21_mockup_4 .lastudio-parallax-section__image {
    background-size: 40% auto !important;
  }
  .lastudio-parallax-section__layout.m21_mockup_3 .lastudio-parallax-section__image {
    background-size: 15% auto !important;
  }
  .lastudio-parallax-section__layout.m21_mockup_2 .lastudio-parallax-section__image {
    background-size: 28% auto !important;
  }
  .lastudio-parallax-section__layout.m21_mockup_1 .lastudio-parallax-section__image {
    background-size: 22% auto !important;
  }
}
@media (max-width: 767px) {
  .m21_mockup_1,
  .m21_mockup_2,
  .m21_mockup_3,
  .m21_mockup_4,
  .m21_mockup_5 {
    display: none;
  }
}
@media (max-width: 1439px) {
  .enable-header-transparency .section-page-header .page-header-inner {
    padding-top: 150px;
  }
}
@media (max-width: 1023px) {
  .enable-header-transparency .section-page-header .page-header-inner {
    padding-top: 120px;
  }
}
.lahfb-nav-wrap.nav__wrap_1546041916358 .menu > li:hover > a,
.lahfb-nav-wrap.nav__wrap_1546041916358 .menu > li.current > a {
  color: inherit !important;
}
.lahfb-nav-wrap .menu:hover > li > a {
  opacity: .6;
}
.lahfb-nav-wrap .menu:hover > li:hover > a {
  opacity: 1;
}
.pf-single-prev .lastudio-button__state-hover {
  align-items: flex-end;
}
.pf-single-next .lastudio-button__state-hover {
  align-items: flex-start;
}
.elementor-widget-wrap.is_stuck + div {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .play-icon-style-1 .elementor-image a:before {
    display: none;
  }
  .play-icon-style-1 .elementor-image a {
    padding: 0;
  }
}
.lastudio-parallax-section__layout.about-us-parallax .lastudio-parallax-section__image {
  background-size: 41% auto !important;
}
.lastudio-images-layout__link:before {
  display: none;
}
.comments-container {
  color: #2f2f2f;
}
.commentlist ul.children li {
  padding-right: 0;
}
.commentlist .comment-meta .comment-reply-link {
  margin-left: auto;
  text-transform: uppercase;
}
.comment-form-rating {
  clear: both;
}
.widget_recent_entries .pr-item .pr-item--right a:hover {
  color: #f53e6a;
}
.product_item .price del {
  color: #C0C0C0;
}
@media (max-width: 1500px) {
  .wc_tabs_at_bottom .wc-tabs li a {
    padding: 25px;
    font-size: 16px;
  }
  .product--summary .product_meta {
    margin-top: 40px;
  }
}
@media (max-width: 1400px) {
  .extradiv-after-frm-cart {
    margin-top: 0;
  }
  .product--summary .product_meta {
    margin-top: 30px;
  }
  .wc_tabs_at_bottom .wc-tabs li a {
    min-width: auto;
    padding: 20px;
  }
}
@media (max-width: 1300px) {
  .woocommerce-Reviews .woocommerce-Reviews-title, .woocommerce-Reviews .comment-reply-title {
    font-size: 26px;
  }
  #tab-description .tab-content img.alignright {
    display: none;
  }
  .custom-product-wrap .block_heading--title {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .body-col-1c.enable-main-fullwidth .wc_tabs_at_bottom .wc-tab .tab-content {
    max-width: 100%;
  }
  .wc_tabs_at_bottom .wc-tabs li.custom_tab_about_tab {
    display: none;
  }
  .has-draven-theme-primary-background-color {
    background-color: #F53E6A
  }
  .has-draven-theme-secondary-background-color {
    background-color: #2F2F2F
  }
  .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 .entry-content-no-builder {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
  .body-col-1c .entry-content-no-builder ~ .entry-footer {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
  .body-col-1c .entry-content-no-builder .alignwide {
    max-width: 1200px;
    margin-left: -180px;
    margin-right: -180px;
    width: auto;
  }
  .body-col-1c .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 .entry-content-no-builder .alignwide img,
  .body-col-1c .entry-content-no-builder .alignfull img {
    display: block;
    margin: 0 auto;
  }
}
.entry-content-no-builder .wp-block-image {
  margin-bottom: 0;
}
.entry-content-no-builder .wp-block-image figure {
  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: #555d66;
  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;
}
@media (max-width: 1500px) {
  .hamburger-type-full .mm-lv-0 > a {
    font-size: 32px;
  }
}
@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 > a > .hamburger-nav-icon {
    display: none;
  }
  .hamburger-type-full .mm-lv-0 > ul {
    display: block;
  }
  .hamburger-type-full .hamburger-nav-icon:after {
    left: 0;
    width: 80%;
    right: auto;
  }
  .hamburger-type-full .mm-lv-1 a .hamburger-nav-icon {
    position: static;
    transform: none;
    margin-top: -4px;
  }
  .hamburger-type-full .mm-lv-1 a {
    position: relative;
  }
  .ltr .hamburger-type-full .mm-lv-1 a {
    padding-right: 0;
  }
  .rtl .hamburger-type-full .mm-lv-1 a {
    padding-left: 0;
  }
  .hamburger-type-full .hamburger-nav-icon {
    width: 30px;
  }
  .hamburger-type-full .mm-lv-0 > a {
    font-size: 32px;
  }
}
@media (min-width: 1500px) {
  .hamburger-type-full .hamburger-main .hamburger-nav {
    max-width: 1330px;
  }
  .hamburger-type-full li li.mm-lv-1 .sub-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hamburger-type-full li li.mm-lv-1 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .hamburger-type-full .lahfb-hamburger-bottom {
    display: none;
  }
}
.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: #2f2f2f;
}
.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: #F53E6A;
}
.body-col-1c .single-post-content ~ div#comments {
  width: 840px;
}
div#comments {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1400px ) {
  .comment-text .description {
    font-size: 16px;
  }
}
.elementor-invisible .lastudio-portfolio__item.item-loaded .lastudio-portfolio__image-instance {
  visibility: inherit;
}
.lastudio-team-member.preset-type-4 .lastudio-team-member__socials .item--social a {
  color: #181818;
  border: none;
  background: 0 0;
  padding: 0;
  margin: 0;
  height: auto;
  line-height: 1;
  width: 30px
}
.lastudio-team-member.preset-type-4 .lastudio-team-member__socials .item--social a:hover {
  color: #f53e6a
}
.lastudio-team-member.preset-type-4 .lastudio-team-member__image {
  filter: grayscale(100);
  -webkit-filter: grayscale(100);
  transition: all .4s .1s
}
.lastudio-team-member.preset-type-4 .lastudio-team-member__item:hover .lastudio-team-member__image {
  filter: grayscale(0);
  -webkit-filter: grayscale(0)
}
.lastudio-team-member.preset-type-4 .lastudio-team-member__item:hover .loop__item__thumbnail--linkoverlay {
  opacity: 0
}
#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: #f6f6f6;
}
.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: #181818;
  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;
  }
}
.lastudio-testimonials.preset-type-5 .lastudio-testimonials__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.lastudio-testimonials.preset-type-5 .lastudio-testimonials__rating {
  display: none;
}
.lastudio-testimonials.preset-type-5 .lastudio-testimonials__tag-img {
  width: 140px;
}
.lastudio-images-layout__item {
  padding: 0;
}
.menu .sub-menu span.menu-item-badge-border {
  display: none;
}
.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%;
}
.woocommerce-checkout .form-row-wide {
  clear: both;
}
.woocommerce-product-gallery__wrapper.slick-slider {
  direction: ltr;
}
.body-col-1c.elementor-page .site-main > .container,
.body-col-1c.site-footer > .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.body-loaded .la-image-loading {
  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;
}