@charset "UTF-8";
/* customs.css ======================= */
ul, ol {
  padding-left: 0;
  padding-right: 17px;
}

ul ul, ul ol, ol ol, ol ul {
  padding-left: 0;
  padding-right: 17px;
}

blockquote, q {
  padding: 25px 20px 25px 20px;
  border-left: none;
  border-right: none;
}

q {
  border-left: none;
  border-right: 3px solid #e65f5c;
}

blockquote p::before {
  border-left: none;
  border-right: 3px solid #e65f5c;
  left: auto;
  right: 0;
}

blockquote span::before {
  margin-right: auto;
  margin-left: 10px;
}

.minicart-canvas-open .header .minicart-canvas-overlay {
  left: auto;
  right: 0;
}

.header .minicart-content-inner .minicart-title {
  text-align: center;
}

.header .minicart-content-inner .minicart-number-items {
  text-align: center;
  right: auto;
  left: 0;
  border-left: none;
  border-right: 1px solid #ecebeb;
}

.header .minicart-content-inner .close-minicart {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 1px solid #dedede;
}

.header .minicart-content-inner .close-minicart::before, .header .minicart-content-inner .close-minicart::after {
  left: auto;
  right: 14px;
}

.header .minicart-content-inner .close-minicart::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .minicart-content-inner .close-minicart::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .minicart-items .product-cart {
  text-align: right;
}

.header .minicart-items .product-cart .product-media {
  float: right;
}

.header .minicart-items .product-cart .product-detail {
  padding-left: 0;
  padding-right: 20px;
}

.header .minicart-items .product-cart .product-detail .product-detail-info .product-cost {
  float: right;
}

.header .minicart-items .product-cart .product-remove {
  right: auto;
  left: -5px;
}

.header .minicart-items .product-cart .product-remove .remove {
  text-align: left;
}

.header .minicart-items .product-cart .product-remove .remove::before, .header .minicart-items .product-cart .product-remove .remove::after {
  left: auto;
  right: 0;
}

.header .minicart-items .product-cart .product-remove .remove::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .minicart-items .product-cart .product-remove .remove::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .minicart-content-inner .subtotal .total-title {
  float: right;
}

.header .minicart-content-inner .subtotal .total-price {
  float: left;
}

.header .minicart-content-inner .actions .button {
  float: right;
  text-align: center;
}

form ::-webkit-input-placeholder {
  text-align: right;
}

select {
  background: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 0 !important;
}

.post-item-info ins, .post-item-info mask {
  background: #eee;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=search] {
  border: 1px solid #dddddd;
  border-radius: 0;
}

select {
  padding: 0 21px 0 0;
  -webkit-border-radius: 0px;
}

button, input[type=submit] {
  background: #000000;
  border: none;
  border-radius: 0;
}

::-webkit-input-placeholder {
  text-align: inherit;
}

:-moz-placeholder {
  text-align: inherit;
}

::-moz-placeholder {
  text-align: inherit;
}

:-ms-input-placeholder {
  text-align: inherit;
}

table {
  border: 1px solid #ebebeb;
}

th, td {
  border: 1px solid #ebebeb;
  text-align: right;
}

.auto-clear .col-bg-1:nth-child(12n+1) {
  clear: right;
}

.auto-clear .col-bg-2:nth-child(6n+1) {
  clear: right;
}

.auto-clear .col-bg-15:nth-child(5n+1) {
  clear: right;
}

.auto-clear .col-bg-3:nth-child(4n+1) {
  clear: right;
}

.auto-clear .col-bg-4:nth-child(3n+1) {
  clear: right;
}

.auto-clear .col-bg-6:nth-child(odd) {
  clear: right;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .auto-clear .col-lg-1:nth-child(12n+1) {
    clear: right;
  }

  .auto-clear .col-lg-2:nth-child(6n+1) {
    clear: right;
  }

  .auto-clear .col-lg-15:nth-child(5n+1) {
    clear: right;
  }

  .auto-clear .col-lg-3:nth-child(4n+1) {
    clear: right;
  }

  .auto-clear .col-lg-4:nth-child(3n+1) {
    clear: right;
  }

  .auto-clear .col-lg-6:nth-child(odd) {
    clear: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auto-clear .col-md-1:nth-child(12n+1) {
    clear: right;
  }

  .auto-clear .col-md-2:nth-child(6n+1) {
    clear: right;
  }

  .auto-clear .col-md-15:nth-child(5n+1) {
    clear: right;
  }

  .auto-clear .col-md-3:nth-child(4n+1) {
    clear: right;
  }

  .auto-clear .col-md-4:nth-child(3n+1) {
    clear: right;
  }

  .auto-clear .col-md-6:nth-child(odd) {
    clear: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear .col-sm-1:nth-child(12n+1) {
    clear: right;
  }

  .auto-clear .col-sm-2:nth-child(6n+1) {
    clear: right;
  }

  .auto-clear .col-sm-15:nth-child(5n+1) {
    clear: right;
  }

  .auto-clear .col-sm-3:nth-child(4n+1) {
    clear: right;
  }

  .auto-clear .col-sm-4:nth-child(3n+1) {
    clear: right;
  }

  .auto-clear .col-sm-6:nth-child(odd) {
    clear: right;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .auto-clear .col-xs-1:nth-child(12n+1) {
    clear: right;
  }

  .auto-clear .col-xs-2:nth-child(6n+1) {
    clear: right;
  }

  .auto-clear .col-xs-15:nth-child(5n+1) {
    clear: right;
  }

  .auto-clear .col-xs-3:nth-child(4n+1) {
    clear: right;
  }

  .auto-clear .col-xs-4:nth-child(3n+1) {
    clear: right;
  }

  .auto-clear .col-xs-6:nth-child(odd) {
    clear: right;
  }
}
@media (max-width: 479px) {
  .auto-clear .col-ts-1:nth-child(12n+1) {
    clear: right;
  }

  .auto-clear .col-ts-2:nth-child(6n+1) {
    clear: right;
  }

  .auto-clear .col-ts-15:nth-child(5n+1) {
    clear: right;
  }

  .auto-clear .col-ts-3:nth-child(4n+1) {
    clear: right;
  }

  .auto-clear .col-ts-4:nth-child(3n+1) {
    clear: right;
  }

  .auto-clear .col-ts-6:nth-child(odd) {
    clear: right;
  }
}
@media (min-width: 1500px) {
  .col-bg-1, .col-bg-2, .col-bg-3, .col-bg-4, .col-bg-5, .col-bg-6, .col-bg-7, .col-bg-8, .col-bg-9, .col-bg-10, .col-bg-11 {
    float: right;
  }
}
@media (max-width: 479px) {
  .col-ts-1, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9, .col-ts-10, .col-ts-11 {
    float: right;
  }

  .col-ts-pull-12 {
    left: 100%;
  }

  .col-ts-pull-11 {
    left: 91.66666667%;
  }

  .col-ts-pull-10 {
    left: 83.33333333%;
  }

  .col-ts-pull-9 {
    left: 75%;
  }

  .col-ts-pull-8 {
    left: 66.66666667%;
  }

  .col-ts-pull-7 {
    left: 58.33333333%;
  }

  .col-ts-pull-6 {
    left: 50%;
  }

  .col-ts-pull-5 {
    left: 41.66666667%;
  }

  .col-ts-pull-4 {
    left: 33.33333333%;
  }

  .col-ts-pull-3 {
    left: 25%;
  }

  .col-ts-pull-2 {
    left: 16.66666667%;
  }

  .col-ts-pull-1 {
    left: 8.33333333%;
  }

  .col-ts-pull-0 {
    left: auto;
  }

  .col-ts-push-12 {
    right: 100%;
  }

  .col-ts-push-11 {
    right: 91.66666667%;
  }

  .col-ts-push-10 {
    right: 83.33333333%;
  }

  .col-ts-push-9 {
    right: 75%;
  }

  .col-ts-push-8 {
    right: 66.66666667%;
  }

  .col-ts-push-7 {
    right: 58.33333333%;
  }

  .col-ts-push-6 {
    right: 50%;
  }

  .col-ts-push-5 {
    right: 41.66666667%;
  }

  .col-ts-push-4 {
    right: 33.33333333%;
  }

  .col-ts-push-3 {
    right: 25%;
  }

  .col-ts-push-2 {
    right: 16.66666667%;
  }

  .col-ts-push-1 {
    right: 8.33333333%;
  }

  .col-ts-push-0 {
    right: auto;
  }

  .col-ts-offset-12 {
    margin-left: auto;
    margin-right: 100%;
  }

  .col-ts-offset-11 {
    margin-left: auto;
    margin-right: 91.66666667%;
  }

  .col-ts-offset-10 {
    margin-left: auto;
    margin-right: 83.33333333%;
  }

  .col-ts-offset-9 {
    margin-left: auto;
    margin-right: 75%;
  }

  .col-ts-offset-8 {
    margin-left: auto;
    margin-right: 66.66666667%;
  }

  .col-ts-offset-7 {
    margin-left: auto;
    margin-right: 58.33333333%;
  }

  .col-ts-offset-6 {
    margin-left: auto;
    margin-right: 50%;
  }

  .col-ts-offset-5 {
    margin-left: auto;
    margin-right: 41.66666667%;
  }

  .col-ts-offset-4 {
    margin-left: auto;
    margin-right: 33.33333333%;
  }

  .col-ts-offset-3 {
    margin-left: auto;
    margin-right: 25%;
  }

  .col-ts-offset-2 {
    margin-left: auto;
    margin-right: 16.66666667%;
  }

  .col-ts-offset-1 {
    margin-left: auto;
    margin-right: 8.33333333%;
  }

  .col-ts-offset-0 {
    margin-left: auto;
    margin-right: 0;
  }
}
.col-ts-15, .col-ts-45 {
  float: right;
}

@media (min-width: 480px) {
  .col-xs-15, .col-xs-45 {
    float: right;
  }
}
@media (min-width: 768px) {
  .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4,
.vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
    float: right !important;
  }

  .col-sm-15, .col-sm-45 {
    float: right;
  }
}
@media (min-width: 992px) {
  .col-md-15, .col-md-45 {
    float: right;
  }
}
@media (min-width: 1200px) {
  .col-lg-15, .col-lg-45 {
    float: right;
  }
}
@media (min-width: 1500px) {
  .col-bg-15, .col-bg-45 {
    float: right;
  }
}
.alignnone {
  margin: 5px 0 20px 20px;
}

.aligncenter, div.aligncenter {
  margin: 5px auto 5px auto;
}

.alignright {
  float: left;
  margin: 5px 20px 20px 0;
}

.alignleft {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignright {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignnone {
  margin: 5px 0 20px 20px;
}

a img.alignleft {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

.wp-caption {
  background: #ffffff;
  /* Image does not overflow the content area */
  text-align: center;
}

.wp-caption.alignnone {
  margin: 0 0 20px 20px;
  clear: both;
}

.wp-caption.alignleft {
  margin: 0 0 20px 20px;
}

.wp-caption.alignright {
  margin: 0 20px 20px 0;
}

.alignright {
  float: left;
  margin: 5px 30px 20px 0;
}

.alignleft {
  float: right;
  margin: 5px 0 20px 30px;
}

.gallery:after {
  clear: both;
}

.gallery-item {
  float: right;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  float: none;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: right;
}

.page-links {
  clear: both;
}

.page-links > a, .page-links > span:not(.page-links-title) {
  text-align: center;
  border: 1px solid #dddddd;
}

.bypostauthor > article .fn:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.post-title, .widget {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.widget_calendar .calendar_wrap tr, .widget_calendar .calendar_wrap td {
  text-align: center;
}

.page-template-minimal .site-main .vc_row[data-vc-full-width] {
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}

.vc_row.bg-shop {
  background-position: bottom left !important;
}

.clear-both {
  clear: both;
}

.clear-right {
  clear: left;
}

.clear-left {
  clear: right;
}

body #sb_instagram .sbi_follow_btn .fa, #sb_instagram .sbi_follow_btn svg {
  margin-left: 7px;
}

body.rtl .sbi-screenreader {
  text-indent: 100% !important;
  white-space: nowrap;
  overflow: hidden;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 2em;
  word-wrap: break-word;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
  float: left;
}

@media (min-width: 1281px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  ul.products > [class^=col-], ul.products > [class*=col-], .row > [class^=col-], .row > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }

  ul.products > [class^=col-], ul.products > [class*=col-], .row > [class^=col-], .row > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.container-inner {
  margin-right: auto;
  margin-left: auto;
}

.container-sup-inner {
  margin-right: auto;
  margin-left: auto;
}

.row-table > div {
  float: none;
}

.row-table > div:first-child {
  text-align: right !important;
}

.row-table > div .main-navigation {
  text-align: right;
}

.row-table > div.header-center .main-navigation {
  text-align: center;
}

.header:not(.style-02) .header-container {
  padding-right: 130px;
  padding-left: 130px;
  margin-right: auto;
  margin-left: auto;
}

.header-sidebar .header-container {
  padding-right: 20px;
  padding-left: 20px;
}

.header-topbar {
  text-align: center;
}

span.close-notice {
  right: auto;
  left: 130px;
}

.header-pos-fixed .header-wrap {
  right: 0;
  left: 0;
}

.no-banner .header-pos-relative .header-wrap {
  right: 0;
  left: 0;
}

.header-pos-static .header-wrap {
  right: 0;
  left: 0;
}

.header-pos-absolute .header-wrap {
  right: 0;
  left: 0;
}

header.header-pos-fixed .header-position.hide-header {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
}

body:not(.page-template-fullpage):not(.error404) .page-wrapper:not(.single-layout1) .header-pos-absolute:not(.header-no-background) .header-wrap {
  background: transparent !important;
}

header:not(.style-07):not(.style-05) .sticky-wrapper:not(.is-sticky) .header-position {
  background: transparent !important;
}

header .header-wrap .is-sticky .header-position {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

span.subtile-slide::before {
  margin-right: auto;
  margin-left: 20px;
}

.button1 i {
  margin: 0 10px 0 0;
}

span.reset-instant-search {
  right: auto;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

header .search-field {
  border-radius: 30px;
  border: none;
  padding: 0 50px 0 20px;
  background: #f8f8f8;
}

header.style-02 .search-field {
  border-radius: 0;
}

header button.search-submit {
  text-align: center;
  left: auto;
  right: 0px;
  background: transparent;
}

header.style-02 button.search-submit {
  text-align: right;
}

.style-03 .header-menu > div.header-logo {
  padding: 0 0 0 60px;
}

header.style-04 .search-field {
  background: #f8f8f8;
}

.header-wrap .main-header-menu .header-position {
  background: #fff;
}

span.close-menu::before {
  margin-right: auto;
  margin-left: 10px;
}

span.close-menu {
  margin-right: auto;
  margin-left: -39px;
  right: auto;
  left: 0;
  transform-origin: 50% 50% 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.vc_mobile .box-mobile-menu-open .box-mobile-menu {
  left: auto;
  right: 0;
}

header .lebe-custommenu.style-01 .widgettitle::before, .box-mobile-menu .lebe-custommenu.style-01 .widgettitle::before {
  left: auto;
  right: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.horizon-menu .main-navigation .main-menu .submenu .lebe-custommenu.style-01 li.widgettitle::before {
  right: 0;
  width: 100%;
  transform: none;
  top: auto;
  top: auto;
}

.box-mobile-menu .vc_row {
  background: transparent !important;
}

.main-header-menu {
  right: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.box-mobile-menu-open .main-header-menu {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

header.style-05 .search-field {
  border: 2px solid;
  background: transparent;
}

header.style-06 .search-field {
  background: #f8f8f8;
}

.style-06 .main-header.horizon-menu::before {
  left: auto;
  right: 50%;
  transform: translateX(50%);
  -o-transform: translateX(50%);
  -webkit-transform: translateX(50%);
}

.style-06 .main-header.horizon-menu::after {
  left: auto;
  right: 50%;
  transform: translateX(50%);
  -o-transform: translateX(50%);
  -webkit-transform: translateX(50%);
}

.style-06 .horizon-menu .main-navigation .main-menu > .menu-item::after {
  border-left: none;
  border-right: 1px solid #dedede;
  left: auto;
  right: -20px;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

header.style-07 button.search-submit {
  text-align: right;
}

.admin-bar .style-07 .header-menu.horizon-menu {
  padding: 120px 120px 70px 30px;
}

.style-07 .header-menu.horizon-menu {
  background: #fff;
  padding: 100px 120px 70px 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  right: auto;
  left: -440px;
}

.box-mobile-menu-open .style-07 .header-menu.horizon-menu {
  left: auto;
  right: 0;
}

header.style-07 .search-field {
  border-radius: 0;
}

.style-07 .horizon-menu .main-navigation .main-menu > .menu-item {
  text-align: right;
}

.style-07 .horizon-menu .main-navigation .main-menu > .menu-item > .submenu, .style-07 .horizon-menu .main-navigation .main-menu > .menu-item .submenu.megamenu {
  text-align: right;
  box-shadow: none;
  border: none;
}

.style-07 .horizon-menu .main-navigation .main-menu .menu-item .toggle-submenu {
  right: auto;
  left: 20px;
}

.style-07 .horizon-menu .main-navigation .main-menu .menu-item .toggle-submenu::before {
  text-align: center;
}

.style-07 .horizon-menu .main-navigation .main-menu .menu-item.show-submenu .toggle-submenu::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.style-07 .submenu .vc_column_container > .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}

.style-07 .block-icon-menu .mobile-navigation {
  margin: 0 0 0 5px;
}

.style-07 .lebe-demo.style-01 .demo-button {
  right: auto;
  left: 0;
}

.style-07 .custom-header07 {
  background: transparent !important;
}

header .header-left > div {
  margin-left: 12px;
  margin-right: 0;
}

.menu-social {
  margin-right: auto;
  margin-left: 40px;
}

.menu-social .social-title::before {
  left: auto;
  right: 100%;
}

.menu-social .social-title {
  padding-right: 0;
  padding-left: 20px;
}

.menu-social .social-list li {
  margin-right: auto;
  margin-left: 18px;
}

.menu-social .social-list li:last-child {
  margin-right: auto;
  margin-left: 0;
}

.menu-social .social-list li a {
  text-align: center;
  border-radius: 50%;
}

.header-pos-absolute.style-08 .header-position::before {
  right: 0;
  left: 0;
}

.main-navigation .main-menu > .menu-item:not(.item-logo) > a::before {
  left: auto;
  right: 50%;
}

.main-navigation .main-menu > .menu-item:not(.item-logo) > a::after {
  right: auto;
  left: 50%;
}

.horizon-menu .main-navigation {
  text-align: center;
}

.horizon-menu .main-navigation .main-menu > .menu-item:first-child {
  margin-left: auto;
  margin-right: 0;
}

.horizon-menu .main-navigation .main-menu > .menu-item:last-child {
  margin-right: auto;
  margin-left: 0;
}

.horizon-menu .main-navigation .main-menu > .menu-item::before {
  left: auto;
  right: 0;
}

header:not(.style-07) .horizon-menu .main-navigation .main-menu .menu-item .submenu {
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  -webkit-animation-name: smoothFadeOutLeft;
  animation-name: smoothFadeOutLeft;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.horizon-menu .main-navigation .main-menu > .menu-item .submenu.megamenu {
  border: none;
  box-shadow: none;
}

.horizon-menu .main-navigation .main-menu .menu-item .submenu:not(.megamenu) {
  padding: 13px 31px 13px 31px;
}

header:not(.style-07) .horizon-menu .main-navigation .main-menu .menu-item:hover > .submenu {
  -webkit-animation-name: smoothFadeInRight;
  animation-name: smoothFadeInRight;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

header:not(.style-07) .horizon-menu .main-navigation .main-menu > .menu-item > .submenu {
  left: auto;
  right: 0;
  text-align: right;
}

.style-07 .submenu.megamenu > .vc_row {
  background: #fff !important;
}

.horizon-menu .main-navigation .main-menu > .menu-item > .submenu .submenu {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: 31px;
}

.horizon-menu .main-navigation .main-menu > .menu-item .submenu .menu-item a > span.icon {
  float: right;
  margin-right: auto;
  margin-left: 10px;
}

.horizon-menu .main-navigation .main-menu > .menu-item .submenu .menu-item::before {
  left: auto;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.main-menu > li > a span.image {
  right: auto;
  left: -5px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

header .lebe-custommenu span.image {
  right: auto;
  left: auto;
  margin-left: auto;
  margin-right: 5px;
}

.horizon-menu .main-navigation .main-menu .menu-item .toggle-submenu {
  right: auto;
  left: -25px;
}

.horizon-menu .main-navigation .main-menu .menu-item .toggle-submenu::before {
  text-align: center;
}

@-webkit-keyframes smoothFadeInUp {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes smoothFadeInUp {
  0% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes smoothFadeInDown {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes smoothFadeInDown {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes smoothFadeInLeft {
  from {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes smoothFadeInLeft {
  from {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes smoothFadeInRight {
  from {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes smoothFadeInRight {
  from {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes smoothFadeOutUp {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}
@keyframes smoothFadeOutUp {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}
@-webkit-keyframes smoothFadeOutDown {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes smoothFadeOutDown {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@-webkit-keyframes smoothFadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
}
@keyframes smoothFadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
}
@-webkit-keyframes smoothFadeOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes smoothFadeOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
header.site-header.site-header-mobile {
  background: #fff;
}

.site-header-mobile .header-content::before {
  right: 0;
  left: 0;
}

.main-header.header-mobile > div {
  float: none;
}

.header-mobile .header-right {
  padding-right: 0;
  padding-left: 10px;
  text-align: left;
}

.lebe-minicart {
  margin-left: auto;
  margin-right: 10px;
}

.header-mobile .lebe-minicart {
  margin-right: auto;
  margin-left: 5px;
}

.header-mobile .logo {
  text-align: center;
}

header.site-header-mobile form.search-form .search-field {
  border-radius: 0;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 0;
  background: #f4f4f4;
}

.site-header-mobile .search-results-croll {
  background: #f4f4f4;
}

.hamburger {
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  border: 0;
}

.hamburger-box {
  float: right;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  border-radius: 3px;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger--collapse .hamburger-inner {
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::before {
  transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  transform: rotate(90deg);
}

.box-mibile-overlay {
  background: rgba(45, 51, 55, 0.66);
  right: auto;
  left: 100%;
}

.box-mobile-menu-open .box-mobile-menu .main-menu .mobile-active > .submenu {
  left: auto;
  right: 0 !important;
}

.box-mobile-menu {
  left: auto;
  right: -360px;
}

.real-mobile-show-menu .body-overlay {
  left: auto;
  right: 0;
}

.box-mobile-menu .box-title {
  padding: 12px 5px 10px 0;
  margin-right: 45px;
  margin-left: 45px;
}

.box-mobile-menu > span.box-title {
  text-align: center;
}

.box-mobile-menu > a.back-menu {
  left: auto;
  right: 0px;
}

.box-mobile-menu .close-menu {
  text-align: right;
  padding-left: 0;
  padding-right: 40px;
  background: #333;
}

.box-mobile-menu .back-menu {
  float: right;
  margin-left: auto;
  margin-right: 10px;
  border-right: none;
  border-left: 1px solid #e6e6e6;
}

.box-mobile-menu .back-menu::before {
  left: auto;
  right: 14px;
}

.box-mobile-menu .back-menu::after {
  border-right: none;
  border-left: 1px solid;
  left: auto;
  right: 13px;
  transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.box-mobile-menu .close-menu::before, .box-mobile-menu .close-menu::after {
  left: auto;
  right: 14px;
}

.box-mobile-menu .close-menu::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.box-mobile-menu .close-menu::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.box-mobile-menu .toggle-submenu {
  border-left: none;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}

.box-mobile-menu .main-menu {
  padding-left: 0;
  padding-right: 0;
}

.box-mobile-menu .main-menu .menu-item > a {
  padding: 8px 15px 8px 40px;
}

.box-mobile-menu .main-menu .menu-item > .toggle-submenu {
  right: auto;
  left: 0;
}

.box-mobile-menu .main-menu .menu-item-for-wish-list .icon {
  float: left;
  text-align: center;
  border-left: none;
  border-right: 1px solid #e5e5e5;
}

.box-mobile-menu .vc_column-inner {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.box-mobile-menu .vc_row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.box-mobile-menu .lebe-custommenu .widgettitle {
  padding-right: 0;
  padding-left: 0;
  margin-left: auto;
  margin-right: 0;
}

header .box-mobile-menu .custom-header07 {
  background: transparent !important;
}

.body-overlay {
  right: 0;
  left: 0;
}

.mobile-navigation {
  margin-left: auto;
  margin-right: 25px;
}

.box-mobile-menu .main-menu .menu-item .submenu > .toggle-submenu {
  left: auto;
  right: 0;
}

.box-mobile-menu-open .box-mobile-menu .main-menu .mobile-active > .submenu {
  left: auto;
  right: 0 !important;
}

.box-mobile-menu .main-menu .submenu {
  left: auto;
  right: 0;
}

.box-mobile-menu .main-menu .lebe-custommenu {
  float: right;
}

.box-mobile-menu .main-menu .menu-item {
  float: right;
}

.box-mobile-menu .main-menu .menu-item:last-child {
  border: none;
}

.box-mobile-menu .main-menu .lebe-custommenu .menu-item {
  border: none;
}

.box-mobile-menu .main-menu .submenu:not(.megamenu) .mobile-active .menu-item {
  padding-left: 0;
  padding-right: 0;
}

.box-mobile-menu .main-menu .menu-item-has-children > .toggle-submenu {
  float: left;
}

.box-mobile-menu .main-menu .submenu:not(megamenu) li li a {
  padding-left: 0;
  padding-right: 60px;
}

.box-mobile-menu .main-menu .submenu:not(megamenu) li a {
  padding-left: 0;
  padding-right: 40px;
}

.box-tabs-nav-wrap {
  left: auto;
  right: 0;
}

.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav {
  float: right;
  text-align: center;
}

.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .hamburger {
  padding-right: 0;
  float: right;
  padding-left: 10px;
}

.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .icon {
  margin-right: auto;
  margin-left: 10px;
}

.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .nav-text {
  margin-left: auto;
  margin-right: 5px;
}

.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav:first-child {
  padding-left: 0;
  padding-right: 20px;
  text-align: right;
}

.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .nav-text.account-text {
  margin-left: auto;
  margin-right: 10px;
}

.box-mobile-menu-tabs .my-account-wrap {
  padding-right: 20px;
  padding-left: 20px;
}

.single-product.single-product-mobile {
  background: #f4f4f4;
}

.single-product-mobile div.lebe-single-container {
  padding-right: 7px;
  padding-left: 7px;
}

.single-product-mobile .product-grid-title {
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}

.single-product-mobile .product-grid-title {
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}

.single-product-mobile table.variations {
  margin-left: auto;
  margin-right: 0;
}

.single-product-mobile .gallery_detail .summary {
  padding-right: 0;
  padding-left: 0;
}

.single-product-mobile .summary.has-border {
  border: none;
}

.product-mobile-layout .product_meta {
  text-align: right;
  background: #fff;
}

.product-mobile-layout .single-left .flex-control-nav {
  left: auto;
  right: 0;
  text-align: center;
}

.product-mobile-layout .single-left .flex-control-nav > li::after {
  border-radius: 50%;
  left: auto;
  right: 0;
}

.lebe-content-single-product-mobile .product-mobile-layout .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li {
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 5px;
}

.lebe-content-single-product-mobile .product-mobile-layout .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
  border-radius: 50%;
  left: auto;
  right: 0;
}

.single-product-mobile .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li::after {
  border-radius: 0;
  left: auto;
  right: 0;
}

.lebe-content-single-product-mobile .product-mobile-layout .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
  padding-right: 0;
  padding-left: 0;
  float: right;
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.product-mobile-layout .detail-content {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

div.lebe-content-single-product-mobile .summary .yith-wcwl-add-to-wishlist {
  border: none;
  border-radius: 50%;
  right: auto;
  left: 15px;
  text-align: center;
  background: transparent;
  box-shadow: 0 0 0;
}

.product-mobile-layout .detail-content .summary .entry-title {
  padding-right: 20px;
}

.product-mobile-layout div.star-rating.no-rate {
  padding: 17px 20px 0 20px;
}

.product-mobile-layout .detail-content .summary .price {
  padding-left: 0;
  padding-right: 20px;
  text-align: right;
}

.product-mobile-layout .detail-content .summary .price ins, .product-mobile-layout .detail-content .summary .price del {
  padding-right: 5px;
  padding-left: 5px;
}

.product-mobile-layout .detail-content .summary .quantity {
  background: #fff;
}

.product-mobile-layout form.cart.grouped_form {
  background: #ffff;
}

.product-mobile-layout .cart .quantity .btn-number {
  float: right;
  text-align: center;
  right: auto;
  left: 8px;
}

.product-mobile-layout .cart .quantity .btn-number.qtyminus {
  text-align: center;
}

.product-mobile-layout .woocommerce-product-details__short-description {
  padding-right: 15px;
  padding-left: 15px;
}

.product-mobile-layout div form.cart {
  background: #fff;
}

.product-mobile-more-detail-wrap p.stock.in-stock {
  padding: 20px 20px 5px 0;
  text-align: right;
}

p.stock.out-of-stock {
  border: none;
}

.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel {
  text-align: justify;
}

.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .vc_row {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0 !important;
  right: auto !important;
  padding-left: 0 !important;
  left: auto !important;
}

.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  text-align: right;
}

.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews {
  text-align: right;
}

.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .comment-form .form-submit {
  text-align: right;
}

.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .commentlist .avatar {
  float: right;
  margin-right: auto;
  margin-left: 15px;
}

.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .comment-respond .comment-reply-title {
  text-align: center;
}

.product-mobile-layout .detail-content .summary tr.variation td {
  text-align: right;
  float: right;
}

.product-mobile-layout .summary .attribute-pa_size a.change-value:not(.color) {
  border-radius: 0;
  border: 1px solid #dbdbdb;
}

.product-mobile-layout.product-type-grouped .detail-content .summary .cart .group_table tr .quantity {
  border: 1px solid #b0b0b0;
}

.product-mobile-layout.product-type-grouped .detail-content .summary .cart .group_table tr td {
  text-align: right;
}

.product-mobile-layout.product-type-grouped .detail-content .summary .cart .group_table tr td .input-qty {
  border: none;
  text-align: center;
}

.product-mobile-layout.product-type-grouped .detail-content .summary td.price {
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
}

.product-mobile-layout .product-toggle-more-detail {
  text-align: center;
  box-shadow: 0px -70px 55px #fff;
}

.product-mobile-layout .product-toggle-more-detail.active {
  box-shadow: 0 0 0;
}

.product-mobile-layout .product-toggle-more-detail:after {
  margin-left: auto;
  margin-right: 10px;
}

.product-mobile-layout .product-toggle-more-detail.active:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
}

.product-mobile-layout .detail-content {
  text-align: center;
}

.product-mobile-layout div.famibt-wrap {
  border: none;
  background: #ffffff;
}

.product-mobile-layout section.products.product-grid {
  background: #fff;
}

.product-mobile-layout .deals-in-wrap {
  background: #fff;
}

.variable-mobile {
  right: 0;
  background: #fff;
  right: 0;
}

.product-mobile-layout .detail-content .summary .variable_mobile .quantity {
  border: none;
  background: #fff;
}

.product-mobile-layout .variable_mobile.cart .quantity .btn-number.qtyplus {
  border-radius: 50%;
  border: none;
  background: #e9e9e9;
}

.product-mobile-layout .variable_mobile.cart .quantity .btn-number.qtyminus {
  border-radius: 50%;
  border: none;
  background: #e9e9e9;
}

.variable_mobile.cart .quantity .input-qty {
  text-align: center;
  float: right;
  border-radius: 50%;
  border: 2px solid #aaa;
}

.variable_mobile .woocommerce-product-gallery {
  float: right;
}

.product-mobile-layout form.cart.variable_mobile.show-box-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.product-mobile-layout form.cart.variable_mobile {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  right: 0;
  left: 0;
}

.product-mobile-layout a.reset_variations {
  float: right;
}

.single div .variable_mobile a.change-value.color {
  margin: 3px 0 12px 12px;
}

button.single_add_to_cart_button-clone.button {
  float: left;
}

button.single_add_to_cart_button-clone.button::before {
  margin-right: auto;
  margin-left: 10px;
}

.toggle-variations-select-mobile::before {
  float: left;
}

a.close-box-content {
  right: auto;
  left: 10px;
}

.tabs-mobile-content a.button-togole::before {
  float: left;
}

.content-tab-element {
  background: #fff;
  left: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.tab-show .content-tab-element {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

button.close-tab {
  background: transparent;
  border-right: none;
  border-left: 1px solid #e5e5e5;
  right: auto;
  left: 0;
}

h3.title-tab {
  text-align: center;
  background: #fff;
}

.content-des {
  text-align: right;
}

.content-des .comment-respond .comment-reply-title {
  text-align: right;
}

.add-to-cart-fixed-btn {
  left: auto;
  right: 0;
  border-radius: 0;
}

.add-to-cart-fixed-btn .icon {
  margin-right: auto;
  margin-left: 10px;
}

.single-product-mobile .summary .wc-tabs {
  margin-right: -20px;
  margin-left: -20px;
}

.single-product-mobile .woocommerce-Tabs-panel .vc_row .vc_column-inner {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.single-product-mobile .big_images .woocommerce-variation-add-to-cart {
  float: none;
}

.single-product-mobile .big_images .single_variation_wrap {
  text-align: center;
}

.single-product-mobile .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li {
  padding: 2px;
}

.product-mobile-layout.gallery_detail .single-left .woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-control-nav > li:after {
  display: none;
}

.shop-page-mobile .products_list-size-3 .product-item .product-info {
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}

.shop-page-mobile .products_list-size-3 .product-item .star-rating::before, .shop-page-mobile .products_list-size-3 .product-item .star-rating span::before {
  padding-left: 0;
  padding-right: 3px;
}

.enable-shop-page-mobile .woocommerce-page-header ul .line-hover:first-child {
  margin-left: auto;
  margin-right: -3px;
}

.woocommerce-cart-form-mobile .shop_table_mobile {
  border: none;
}

.woocommerce-cart-form-mobile .shop_table_mobile td {
  border: none;
  float: right;
}

.woocommerce-cart-form-mobile .shop_table_mobile tr::after {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.enable-shop-page-mobile .product-remove .remove {
  text-align: center;
  float: left;
  border: none;
}

.enable-shop-page-mobile .woocommerce .wishlist_table tr td {
  float: none;
}

.enable-shop-page-mobile .product-remove .remove span {
  padding-left: 0;
  padding-right: 9px;
}

.woocommerce-cart-form-mobile .actions .actions-btn::before {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.woocommerce-cart-form-mobile .actions .actions-btn .shopping {
  border: 1px solid;
}

.woocommerce-cart-form-mobile .actions .coupon {
  padding: 0 0 27px 0;
  border: none;
}

.woocommerce-cart-form-mobile .actions .coupon::before {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.woocommerce-cart-form-mobile .actions .coupon label {
  text-align: right;
}

.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals {
  border: none;
}

.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr th, .woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr td {
  float: right;
}

.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr th {
  text-align: right;
  border: none;
}

.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr td {
  text-align: left;
  border: none;
}

@media (max-width: 767px) {
  .enable-shop-page-mobile .page-main-content {
    padding: 0 0 35px 0;
  }
}
.enable-shop-page-mobile .woocommerce .wishlist_table {
  border: none;
}

.enable-shop-page-mobile .woocommerce .wishlist_table tr {
  text-align: right;
}

.enable-shop-page-mobile .woocommerce .wishlist_table tr::before {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.enable-shop-page-mobile .woocommerce .wishlist_table tr td {
  border: none;
  text-align: right;
}

.enable-shop-page-mobile .woocommerce .wishlist_table tr td:first-child {
  float: right;
}

.enable-shop-page-mobile .woocommerce .wishlist_table .product-add-to-cart .add_to_cart {
  float: right;
  text-align: center;
}

.enable-shop-page-mobile .woocommerce .wishlist_table .product-remove .remove {
  right: auto;
  left: 0;
  border: none;
}

.enable-shop-page-mobile .shop_table tr td.product-stock-status > span {
  text-align: center;
}

.enable-shop-page-mobile .woocommerce .wishlist_table tfoot tr td:first-child {
  text-align: center;
}

.enable-shop-page-mobile .woocommerce .wishlist_table tfoot .yith-wcwl-share h4.yith-wcwl-share-title {
  margin: 2px 0 17px 0;
}

@media (min-width: 768px) {
  .shop-page-mobile .products_list-size-3 .product-item .product-thumb {
    float: right;
  }

  .shop-page-mobile .products_list-size-3 .product-item .product-info {
    text-align: right;
  }

  .shop-page-mobile .products_list-size-3 .product-item .product-info .star-rating {
    margin-right: 0;
  }

  .shop-page-mobile .products_list-size-3 .product-item .product-info .star-rating:before, .shop-page-mobile .products_list-size-3 .product-item .product-info .star-rating span:before {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-page-mobile .products_list-size-3 .product-item .onsale {
    right: 15px;
  }

  .shop-page-mobile .products_list-size-3 .product-item .onnew {
    left: 15px;
  }

  .product-mobile-layout div.detail-content .summary .cart .single_add_to_cart_button {
    margin-right: 0;
    margin-left: 0;
  }

  .product-mobile-layout .woocommerce-variation-add-to-cart {
    float: right;
  }

  .product-mobile-layout .summary .yith-wcwl-add-to-wishlist {
    clear: none;
  }
}
.vertical-menu-open .vertical-menu-overlay {
  left: auto;
  right: 0;
}

.vertical-menu-overlay {
  right: auto;
  left: 0;
}

.close-vertical-menu {
  margin-left: auto;
  margin-right: 46px;
}

.close-vertical-menu::before, .close-vertical-menu::after {
  left: auto;
  right: -2px;
}

.close-vertical-menu::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-vertical-menu::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.vertical-menu .main-navigation .main-menu > .menu-item > .submenu {
  padding: 20px 40px 0 0;
}

.vertical-menu .main-navigation .main-menu .menu-item .submenu .submenu {
  padding-left: 0;
  padding-right: 17px;
}

.vertical-menu .main-navigation .main-menu .menu-item .toggle-submenu {
  right: auto;
  left: 30px;
}

.vertical-menu .main-navigation .main-menu .menu-item.show-submenu > .toggle-submenu {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.vertical-menu .main-navigation .main-menu .menu-item .submenu .toggle-submenu {
  right: auto;
  left: 0;
}

.vertical-menu .main-navigation .main-menu .menu-item .toggle-submenu::before {
  left: auto;
  right: 0;
  text-align: center;
}

.search-icon {
  margin-right: auto;
  margin-left: 10px;
}

.search-results-croll {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

.search-results-croll .post-thumb {
  float: right;
  margin-right: auto;
  margin-left: 15px;
}

.container-search .product-info {
  text-align: right;
}

.container-search .woocommerce-Price-amount.amount {
  margin: 0 0 0 5px;
}

.instant-search-modal {
  background: white;
  left: 0;
  left: 0;
}

.instant-search-close:hover span {
  right: auto;
  left: 36px;
}

.instant-search-close span {
  right: auto;
  left: 35px;
}

.instant-search-close span::before, .instant-search-close span::after {
  left: auto;
  right: 3px;
}

.instant-search-close span::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.instant-search-close span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.instant-search-modal .instant-search-title {
  padding-right: 20px;
  padding-left: 20px;
}

.instant-search-modal .product-cats {
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}

.instant-search-modal .product-cats label {
  margin: 0 23px;
}

.instant-search-modal .product-cats label span::before {
  right: 0;
  left: 0;
}

.instant-search-modal .search-fields {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.instant-search-modal .search-fields .search-field {
  background: transparent;
  border: none;
  text-align: center;
}

span.text-search {
  left: auto;
  right: 0;
  text-align: center;
}

.instant-search-modal .search-fields .search-submit {
  left: auto;
  right: -1px;
  text-align: center;
}

.instant-search-modal .search-fields .search-reset {
  right: auto;
  left: 0;
  background: transparent;
}

.instant-search-modal .search-reset::before, .instant-search-modal .search-reset::after {
  left: auto;
  right: 20px;
}

.instant-search-modal .search-reset::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.instant-search-modal .search-reset::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-view-wrap {
  text-align: center;
}

.search-view {
  text-align: center;
  margin: 50px auto 0 auto;
}

.currency-language {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce .header .wcml-dropdown-click.product {
  margin: 0 10px 0 0;
}

.currency-language .wcml-dropdown-click li {
  border: none;
}

.currency-language .wcml-dropdown-click a.wcml-cs-item-toggle::before {
  left: auto;
  right: 0;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}

.currency-language .wcml-dropdown-click a.wcml-cs-item-toggle::after {
  border: 3px solid;
  right: 0;
  left: 0;
}

.currency-language .wcml-dropdown-click .wcml-cs-submenu {
  left: auto;
  right: 0;
  text-align: right;
  -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
}

.currency-language .dropdown > a {
  padding: 0 20px 0 30px;
  border: 1px solid;
  border-radius: 20px;
}

.currency-language .dropdown > a::after {
  right: auto;
  left: 20px;
  float: left;
}

.dropdown > .submenu {
  left: auto;
  right: 0;
  text-align: right;
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

.dropdown img {
  margin-right: auto;
  margin-left: 5px;
}

header .wcml_currency_switcher {
  border: 1px solid;
  margin-left: auto;
  margin-right: 10px;
  border-radius: 20px;
}

header .wcml_currency_switcher li {
  background: transparent;
  border: none !important;
}

header .wcml_currency_switcher li .wcml-cs-submenu {
  border: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

header .wcml_currency_switcher li a.wcml-cs-item-toggle:after {
  border: none;
  right: auto;
  left: 10px;
}

.md-modal {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-50%);
  -moz-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}

.md-overlay {
  left: auto;
  right: 0;
  background: rgba(143, 27, 15, 0.8);
}

.md-content button {
  right: auto;
  left: 8px;
}

.md-content {
  background: #ffffff;
  border-radius: 3px;
}

.lebe-modal-content {
  padding: 90px 15px 90px 15px;
  box-shadow: 3px 7px 120px rgba(0, 0, 0, 0.07);
}

.lebe-modal-content .nav-tabs {
  border: none;
}

.customer-form .nav-tabs > li {
  float: none;
  text-align: center;
  right: 0;
  left: 0;
}

.customer-form .nav-tabs > li > a::after {
  margin-left: auto;
  margin-right: 10px;
  content: "";
}

div.spec {
  text-align: center;
}

.spec span::before {
  right: auto;
  left: 100%;
}

.spec span::after {
  left: auto;
  right: 100%;
}

.header .lebe-minicart .mini-cart-icon .minicart-number {
  background: #e65f5c;
  text-align: center;
  border-radius: 50%;
  left: auto;
  right: -10px;
}

.header .minicart-canvas-overlay {
  right: auto;
  left: 0;
}

.header .empty-wrap {
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header .empty-title {
  text-align: center;
}

.header .to-cart {
  text-align: center;
}

.header .des-cart a {
  text-align: center;
}

.header .lebe-minicart.is-adding-to-cart .minicart-content-inner > .minicart-list-items::before {
  left: auto;
  right: 0;
}

.header .lebe-minicart.is-adding-to-cart .minicart-content-inner > .minicart-list-items::after {
  box-sizing: border-box;
  left: auto;
  right: 50%;
  margin-left: auto;
  margin-right: -12px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.header .minicart-items .product-cart.loading::before {
  left: auto;
  right: 0;
}

.header .minicart-items .product-cart.loading::after {
  box-sizing: border-box;
  left: auto;
  right: 50%;
  margin-left: auto;
  margin-right: -12px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.header-control-left .currency-language .wcml-dropdown-click, .header-control-left .currency-language > li, .header-control-left .block-account, .header-control-left .lebe-minicart {
  margin-right: auto;
  margin-left: 13px;
}

.header-control-right .currency-language .wcml-dropdown-click, .header-control-right .currency-language > li, .header-control-right .block-account, .header-control-right .lebe-minicart {
  margin-left: auto;
  margin-right: 15px;
}

header:not(.menu-sticky-smart) .header-position {
  background: transparent !important;
}

.lg_c .header-logo {
  text-align: center;
}

.header-logo {
  padding-right: 20px;
  padding-left: 20px;
}

.header-logo:not(:first-child) {
  text-align: center;
}

.mn_c .header-menu.horizon-menu {
  text-align: center;
  float: none;
}

.header-center {
  text-align: center;
}

.ic_r .header-control-right {
  text-align: left;
}

.header-pos-relative.h_sd .header-wrap .header-position, .header-pos-static.h_sd .header-wrap .header-position {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mm_c .header-logo {
  text-align: center;
}

.mm_c .header-menu.horizon-menu {
  float: none;
}

.page-template-sidebarpage {
  margin-left: auto;
  margin-right: 360px;
}

.page-template-sidebarpage .btn-canvas {
  left: auto;
  right: 345px;
}

.page-template-sidebarpage.sidebar-canvas-open .page-wrapper {
  margin-left: auto;
  margin-right: 0;
}

.header.header-sidebar {
  left: auto;
  right: 0;
  -webkit-box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.02);
}

.nost-header-sidebar {
  margin-left: auto;
  margin-right: 360px;
}

.nost-header-sidebar .btn-canvas {
  left: auto;
  right: 345px;
}

.nost-header-sidebar.sidebar-canvas-open .page-wrapper {
  margin-left: auto;
  margin-right: 0;
}

.header.header-sidebar .header-vertical-top .header-vertical-control > div {
  border: 1px solid #e5e5e5;
  text-align: center;
}

.header-type-white.style1 .header-position, .header-type-white.style2 .header-position, .header-type-white.style3 .header-position {
  -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.02);
}

.header-type-transparent-white .header-wrap, .header-type-transparent-dark .header-wrap {
  right: 0;
  left: 0;
}

.admin-bar.header-type-transparent-white .header-wrap, .admin-bar.header-type-transparent-dark .header-wrap {
  top: 32px;
}

.header-position:not(.hide-header).fixed {
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

@keyframes move_down_admin {}
@-webkit-keyframes move_down_admin {}
@keyframes move_down {}
@-webkit-keyframes move_down {}
.header-type-transparent-dark .header-position:not(.hide-header).fixed {
  background: rgba(0, 0, 0, 0.95);
}

.totop-holder {
  right: auto;
  left: 45px;
  bottom: 175px;
}

a.backtotop {
  float: right;
  transform: scale(0.7);
  -o-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  text-align: center;
  border: 2px solid;
  border-radius: 50%;
  background: #fff;
  left: auto;
  right: 40px;
}

.totop-holder.b_show a.backtotop {
  transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
}

[data-tooltip]::before {
  right: auto;
  left: 60px;
  margin-right: auto;
  margin-left: 0;
  transform: translateX(-136px) translateY(-170px) rotate(-90deg);
  -o-transform: translateX(-136px) translateY(-170px) rotate(-90deg);
  -webkit-transform: translateX(-136px) translateY(-170px) rotate(-90deg);
  border-radius: 5px;
  text-align: right;
}

[data-tooltip]::after, [data-tooltip]::before {
  pointer-events: none;
}

[data-tooltip]::after {
  border: 6px solid transparent;
}

[data-tooltip]::after, [data-tooltip]::before {
  pointer-events: none;
}

.b_show[data-tooltip]:hover::before {
  transform: translateX(-136px) translateY(-130px) rotate(-90deg);
}

@-webkit-keyframes mouse-line-right {
  0% {
    right: auto;
    left: 120px;
  }
  80% {
    right: auto;
    left: 30px;
  }
  100% {
    right: auto;
    left: 30px;
  }
}
@keyframes mouse-line-right {
  0% {
    right: auto;
    left: 120px;
  }
  80% {
    right: auto;
    left: 30px;
  }
  100% {
    right: auto;
    left: 30px;
  }
}
.page-template-minimal .arrow-down::before {
  border-right: none;
  border-left: 1px solid;
  left: auto;
  right: 50%;
}

.page-template-minimal .arrow-down::after {
  border-right: none;
  border-left: 1px solid;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: auto;
  right: 9px;
}

@-webkit-keyframes arrow-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes arrow-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.banner-page .content-banner .title-page {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.banner-page .content-banner .breadcrumb-trail .trail-items .trail-item + .trail-item::before {
  margin: 0 7px 0 7px;
}

.banner-page.has_background .content-banner {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}

.banner-page.no_background .content-banner {
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.blog-page.left-sidebar .main-content {
  float: left;
}

.main-single-content:not(.single-standard) .post-info .tag-post a {
  border: 1px solid #dddddd;
  margin-right: auto;
  margin-left: 7px;
}

.main-single-content:not(.single-standard) .single-post-meta {
  justify-content: space-between;
}

.lebe-breadcrumb .breadcrumb {
  background: transparent;
}

.single-container .header-post {
  left: auto;
  right: 50%;
  margin-left: auto;
  margin-right: -50vw;
}

.single-container .header-post::before {
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  left: 0;
}

.single-container .post-single {
  margin-right: auto;
  margin-left: auto;
}

.single-container .header-post {
  text-align: center;
}

.single-container.no-sidebar .header-post .post-thumb {
  margin-right: auto;
  margin-left: auto;
}

.single-container .header-post .post-thumb img {
  object-fit: cover;
}

.single-container .header-post .post-info {
  transform: translateY(-50%);
  left: auto;
  right: 0;
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.has-sidebar .single-post-products-carousel-wrap {
  left: auto;
  right: 0;
}

span.dropcap {
  text-align: center;
}

.single-container .post-content p.drop-cap:first-letter {
  float: right;
  text-align: center;
  margin-right: auto;
  margin-left: 16px;
  border-radius: 50%;
}

.single-container .footer-post {
  clear: both;
  text-align: center;
}

.main-single-content .lebe-social a:hover {
  background: #e65f5c;
}

.main-single-content .lebe-social a {
  text-align: center;
  background: #f2f2f2;
  border-radius: 50%;
}

.about-me {
  border: 1px solid #dedede;
}

.about-me .author-title {
  left: auto;
  right: 50%;
  text-align: center;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
}

.about-me .avatar-img {
  border-radius: 50%;
  float: right;
}

@media (max-width: 479px) {
  .about-me .avatar-img {
    float: none;
    text-align: center;
  }
}
.user-socials-wrap .user-social {
  float: right;
  margin-right: auto;
  margin-left: 15px;
  border-radius: 50%;
  text-align: center;
}

h3.related-posts-title::before {
  left: auto;
  right: 50%;
  transform: translateX(50%);
  -o-transform: translateX(50%);
  -webkit-transform: translateX(50%);
}

h3.related-posts-title {
  text-align: center;
}

.lebe-related-posts-wrap a + a.post-date {
  background: #fff;
  transform-origin: left top 0;
  -webkit-transform-origin: left top 0;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  right: auto;
  left: 52px;
}

.post-single .owl-dots .owl-dot.active span {
  background: #e65f5c;
}

.comments-area .title-comment {
  text-align: right;
}

.comments-area .no-comments {
  text-align: center;
}

.commentlist {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.commentlist .children {
  padding-left: 0;
  padding-right: 60px;
}

.comment_container .lebe-avatar {
  float: right;
}

.comment-text {
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}

.comment_container .flex {
  text-align: left;
  padding-left: 0;
  padding-right: 20px;
}

.comment_container .flex a {
  margin-left: auto;
  margin-right: 5px;
}

.pingback > p > a {
  padding-left: 0;
  padding-right: 5px;
}

.comment_container .flex a::before {
  padding-right: 0;
  padding-left: 10px;
}

.comment-respond .comment-reply-title {
  text-align: center;
  text-align: right;
}

.comment-form {
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.comment-form .form-submit .submit:hover {
  background: #e65f5c;
}

.lebe-container {
  margin-right: auto;
  margin-left: auto;
}

.more-link::before, .read-more::before {
  left: auto;
  right: 0;
}

.more-link::after, .read-more::after {
  margin: 0 10px 0 0;
}

.post-expand > div:first-child {
  margin-left: auto;
  margin-right: 0 !important;
}

.post-expand > div:last-child {
  margin-right: auto;
  margin-left: 0 !important;
}

.post-product-carousel .icons::after {
  right: 0;
  left: 0;
}

.post-product-carousel .post-product-list {
  -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.09);
}

body:not(.single) .social-share .lebe-social {
  text-align: center;
  border-radius: 32px;
  justify-content: center;
}

body:not(.single) .social-share .flaticon-share::after {
  right: 0;
  left: 0;
}

.comment-count {
  text-align: center;
}

.comment-count::before {
  margin-right: auto;
  margin-left: 5px;
}

.blog-content.classic .lebe-post-meta > span:not(:last-child)::after {
  padding: 0 12px 0 8px;
}

.blog-content.list {
  margin-right: auto;
  margin-left: auto;
}

.blog-content.list .post-info .post-title::before {
  left: auto;
  right: 0;
}

.blog-content.list .read-more {
  float: right;
}

.blog-content.list .post-expand {
  float: left;
  text-align: left;
}

.blog-content.list .post-expand > div {
  margin-right: auto;
  margin-left: 10px;
}

.blog-content.list .post-product-carousel .post-product-list {
  right: auto;
  left: -89px;
}

.blog-content.list .social-share .lebe-social {
  right: auto;
  left: -49px;
}

a.read-more-blog::after {
  margin: 0 10px 0 0;
}

a.read-more-blog {
  border: 2px solid;
}

.blog-content.list .post-list-item-cols .post-thumb {
  padding-right: 0;
  padding-left: 41px;
}

.post-item a.thumb-link {
  float: right;
}

.blog-content.list.simple .post-list-item-cols .post-info {
  border: none;
}

.blog-content.list.simple .post-list-item-cols .post-thumb + .post-info {
  padding-left: 0;
  padding-right: 80px;
}

.blog-content.list.simple .post-list-item-cols .post-thumb {
  padding-right: 0;
  padding-left: 0;
}

.blog-content.list.simple .post-list-item-cols {
  float: right;
}

.blog-content.list.simple article:last-child {
  border: none;
}

.blog-content.grid .post-thumb:hover img {
  transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.post-item:hover .post-thumb img {
  transform: scale(1.03);
  -o-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.blog-content.grid article {
  text-align: center;
}

.blog-content.grid .post-info {
  padding: 14px 0 0 0;
}

.blog-content.grid .post-info .cat-post {
  float: right;
}

.blog-content.grid .post-info .post-title::before {
  left: auto;
  right: 0;
}

.grid a.read-more-blog {
  border: none;
}

.grid .post-expand {
  float: left;
}

.blog-content.grid .post-expand > div {
  margin-left: auto;
  margin-right: 8px;
}

.blog-content.grid .post-product-carousel .post-product-list, .blog-content.grid .social-share .lebe-social {
  left: auto;
  right: 50%;
  transform: translateX(50%);
  -o-transform: translateX(50%);
  -webkit-transform: translateX(50%);
}

.post-thumb-grid .post-date {
  background: #fff;
  transform-origin: left top 0;
  -webkit-transform-origin: left top 0;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  right: auto;
  left: 52px;
}

.post-item:not(.has-post-thumbnail) .post-thumb-grid .post-date {
  transform: none;
  left: auto;
  right: 0;
  text-align: right;
  float: right;
}

.blog_style_modern {
  background: #f6f6f6;
}

.blog-content.blog-modern {
  margin-right: -50vw;
  left: auto;
  right: 50%;
  margin-left: 0;
}

.modern nav.navigation.pagination {
  text-align: center;
}

.post-item-inner {
  background: #fff;
}

.blog-modern .post-item:nth-child(2n+1) {
  clear: right;
}

.blog-modern .post-info {
  text-align: center;
}

.blog-modern .post-title::before {
  left: auto;
  right: 50%;
  transform: translateX(50%);
  -o-transform: translateX(50%);
  -webkit-transform: translateX(50%);
}

.blog-modern a.read-more-blog {
  border: 2px solid;
}

.blog-content-standard .post-item:last-child {
  border: none;
}

.blog-content-standard .post-expand .cat-post, .blog-content-standard .post-expand .tag-post {
  float: right;
}

.blog-content-standard .post-expand .comment-count {
  float: left;
}

.blog-content-standard .post-comment {
  text-align: center;
  right: auto;
  left: 0;
}

.blog-content-standard .post-comment::before {
  left: auto;
  right: 5px;
}

.blog-content-standard .post-expand {
  margin-top: 10px;
}

.blog-content-standard .categories.cat-post, .blog-content-standard .tabs.tag-post {
  padding-right: 0;
  padding-left: 40px;
}

.blog-content-standard h3.post-name {
  word-wrap: break-word;
}

.blog-content-standard .comment-count {
  float: left;
}

.pagination {
  text-align: right;
}

.prdctfltr-ignite::after {
  margin-left: auto;
  margin-right: 15px;
}

.prdctfltr-ignite .button {
  border-radius: 50%;
  background: #9c9c9c;
  background: -moz-linear-gradient(left, #9c9c9c 10%, rgba(255, 255, 255, 0) 85%);
  background: -webkit-linear-gradient(left, #9c9c9c 10%, rgba(255, 255, 255, 0) 85%);
  background: -o-linear-gradient(left, #9c9c9c 10%, rgba(255, 255, 255, 0) 85%);
  background: -ms-linear-gradient(left, #9c9c9c 10%, rgba(255, 255, 255, 0) 85%);
  background: linear-gradient(to left, #9c9c9c 10%, rgba(255, 255, 255, 0) 85%);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.prdctfltr-ignite .button::before {
  background: #9c9c9c;
  border-radius: 100% 0 0 0;
  right: auto;
  left: 0;
}

.prdctfltr-ignite .button::after {
  background: #fff;
  border-radius: 50%;
  left: 0;
  left: 0;
}

@-webkit-keyframes loading_p {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading_p {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
ul.page-numbers {
  text-align: center;
}

ul.page-numbers li {
  margin-right: auto;
  margin-left: 7px;
}

ul.page-numbers li a {
  text-align: center;
  border: 1px solid #dddddd;
}

ul.page-numbers li span, ul.page-numbers li a:hover {
  text-align: center;
  border: 1px solid #000;
}

.post-pagination > span:not(.title), .post-pagination a span, .pagination .page-numbers {
  text-align: center;
  border-radius: 0;
  border: 1px solid #dddddd;
  margin-right: 4px;
  margin-left: 4px;
}

.pagination .page-numbers:first-child {
  margin-left: auto;
  margin-right: 0;
}

.pagination .page-numbers:last-child {
  margin-right: auto;
  margin-left: 0;
}

.pagination .page-numbers.prev::before, .pagination .page-numbers.next::before {
  right: 0;
  left: 0;
}

.blog-page.typography .pagination, .blog-page.grid .pagination {
  text-align: center;
}

.more-items {
  text-align: center;
}

.lebe-ajax-load {
  text-align: center;
}

.lebe-ajax-load a, .more-items .woo-product-loadmore {
  text-align: center;
  border: 2px solid;
  border-radius: 50px;
}

.more-items .woo-product-loadmore::before {
  margin-right: auto;
  margin-left: 10px;
}

.lebe-ajax-load a:hover, .more-items .woo-product-loadmore:hover {
  background: #e65f5c;
}

.more-items .woo-product-loadmore.loading {
  pointer-events: none;
}

.more-items .woo-product-loadmore.loading::before {
  text-align: center;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.lebe-ajax-load a.disabled, .more-items .woo-product-loadmore.disabled {
  pointer-events: none;
}

.sidebar .widget {
  border: 1px solid #e4e4e4;
}

.sidebar .widget.widget_media_image {
  border: none;
}

.sidebar .widget.widget_media_image a::before {
  right: 10px;
  left: 10px;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}

.sidebar .widget.widget_media_image a::after {
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  right: 10px;
  left: 10px;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}

.sidebar .widget.widget_media_image:hover a::before, .sidebar .widget.widget_media_image:hover a::after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.left-sidebar .main-single-content, .left-sidebar .main-content.has-sidebar {
  float: left;
}

.sidebar div.widget .widgettitle {
  background: #f0f0f0;
}

.sidebar .widget ul ul, .sidebar .widget ul ol, .sidebar .widget ol ol, .sidebar .widget ol ul {
  padding-left: 0;
  padding-right: 17px;
}

.sidebar .widget ul ul ul {
  padding-left: 0;
  padding-right: 10px;
}

.sidebar .widget ul li::before {
  left: auto;
  right: 50%;
  transform: translateX(50%);
  -o-transform: translateX(50%);
  -webkit-transform: translateX(50%);
}

.sidebar .widget ul ul.children::before {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.sidebar .widget ul .menu-item ul::before {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.sidebar .widget ul li.menu-item {
  border: none;
}

.sidebar .shop-sidebar div.widget.prdctfltr-widget {
  border: none;
}

.sidebar .prdctfltr_filter:first-child .widgettitle {
  border: none;
}

.sidebar .prdctfltr_filter[data-filter=product_cat] .widgettitle {
  background: #000;
}

.sidebar .prdctfltr-widget div[data-filter=product_cat] label {
  padding-left: 0;
  padding-right: 15px;
}

.sidebar .prdctfltr-widget div[data-filter=product_cat] label:last-child {
  border: none;
}

.sidebar .prdctfltr_wc.prdctfltr_round .prdctfltr_filter[data-filter=product_cat] label > span:after {
  margin: 0 0 0 20px;
  float: left;
  background: transparent;
}

.sidebar .prdctfltr_filter[data-filter=product_cat] .widgettitle i.prdctfltr-down {
  float: right;
  margin-right: auto;
  margin-left: 10px;
  align-items: center;
}

.sidebar .prdctfltr_filter[data-filter=product_cat] .widgettitle i.prdctfltr-down:before {
  left: auto;
  right: 0;
}

.sidebar .prdctfltr_filter[data-filter=product_cat] .widgettitle i.prdctfltr-down:after {
  left: auto;
  right: 0;
}

.sidebar div label .prdctfltr_customize_block {
  margin: 0 0 0 2px;
}

.sidebar .prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter {
  border: 1px solid #dddddd;
}

.lebe-searchform input[type=text] {
  padding: 0 20px 0 48px;
  border: 1px solid #333;
}

.lebe-searchform button {
  right: auto;
  left: 0;
  text-align: center;
  background: #333;
}

.lebe-searchform button:hover {
  background: #000;
}

.widget-lebe-newsletter .newsletter-title {
  text-align: center;
}

.widget-lebe-newsletter .newsletter-title::before {
  right: 0;
  left: 0;
}

.widget-lebe-newsletter .newsletter-subtitle {
  text-align: center;
}

.widget-lebe-newsletter .newsletter-content .newsletter-form-wrap input[type=email] {
  text-align: center;
}

.sidebar .widget_categories ul ul {
  border: none;
}

.lebe_latest_posts_widget .latest-post li.post .item-photo {
  float: right;
}

.lebe_latest_posts_widget .latest-post li.post .item-detail {
  padding-left: 0;
  padding-right: 20px;
}

.widget_lebe_instagram .lebe-instagram {
  padding: 0 0 5px 0;
}

.widget_lebe_instagram .lebe-instagram .item {
  float: right;
}

a.social {
  text-align: center;
}

a.social:hover {
  background: #e65f5c;
}

.tagcloud a {
  border: 1px solid #dddddd;
  float: right;
  margin: 0 0 12px 12px;
}

.tagcloud a:hover {
  background: #e65f5c;
}

.widget_shopping_cart .cart_list .mini_cart_item > a:not(.remove) {
  margin-right: auto;
  margin-left: 15px;
}

.widget_shopping_cart .cart_list .mini_cart_item .remove {
  right: auto;
  left: 0;
}

.widget_shopping_cart .cart_list .mini_cart_item img {
  margin-right: auto;
  margin-left: 15px;
  float: right;
}

.widget_shopping_cart .woocommerce-mini-cart__total.total > .woocommerce-Price-amount {
  float: left;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
  float: right;
  text-align: center;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout {
  float: left;
}

.widget_products .product_list_widget li > a img {
  float: right;
  margin-right: auto;
  margin-left: 15px;
}

.icheckbox_flat-purple, .iradio_flat-purple {
  margin-right: auto;
  margin-left: 15px;
  border-radius: 50%;
  border: 1px solid #d1d1d1 !important;
  background: none !important;
}

.WOOF_Widget .woof_container li .icheckbox_flat-purple.hover, .WOOF_Widget .woof_container li .iradio_flat-purple.hover, .icheckbox_flat-purple.checked, .iradio_flat-purple.checked {
  background: #e65f5c 0 0 !important;
  border: 1px solid #e65f5c !important;
}

.WOOF_Widget .woof_container ul {
  padding-left: 0;
  padding-right: 0;
}

.WOOF_Widget .woof_container li {
  border: none !important;
}

.WOOF_Widget .woof_container .woof_childs_list {
  padding-left: 0;
  padding-right: 17px;
}

.woof_reset_search_form {
  float: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

div.woof_info_popup {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.shop-page ul {
  padding-left: 0;
  padding-right: 0;
  clear: both;
}

.shop-page.shop-modern {
  background-position: bottom center;
  background-size: 100% auto;
}

.main-modern {
  background: #fff;
}

.list-cate + .prdctfltr_wc {
  right: 0;
  left: 0;
}

h2.woocommerce-loop-category__title {
  text-align: center;
}

li.product-category:hover {
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}

li.product-category {
  float: right;
}

mark.count {
  background: transparent;
}

@media (min-width: 1280px) {
  li.product-category:nth-child(5n+1) {
    clear: right;
  }
}
@media (min-width: 1301px) and (max-width: 1500px) {
  header.style-07 .header-menu.horizon-menu {
    padding: 90px 120px 50px 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  header .currency-language .dropdown > a {
    padding: 0 15px 0 25px;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  li.product-category:nth-child(4n+1) {
    clear: right;
  }

  div.row-table > div {
    PADDING: 0 10PX;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  li.product-category:nth-child(3n+1) {
    clear: right;
  }
}
@media (max-width: 767px) {
  li.product-category:nth-child(2n+1) {
    clear: right;
  }
}
.single-product .lebe-single-container {
  padding-right: 10px;
  padding-left: 10px;
}

.single-product .no-sidebar .lebe-single-container .main-content {
  padding-right: 0;
  padding-left: 0;
}

.main-product p.woocommerce-result-count {
  float: right;
}

.main-product form.woocommerce-ordering {
  float: left;
}

.product-toolbar {
  margin-right: auto;
  margin-left: auto;
}

.single .product-toolbar.product-big::before {
  background: #f8f8f8;
  left: -9999em;
  left: -9999em;
}

.product-toolbar .breadcrumb-trail {
  margin-right: auto;
  margin-left: auto;
}

.product-toolbar .post-navigation {
  right: auto;
  left: 0;
}

.shop-prdctfltr-filter-wrap .prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering {
  background: #f8f8f8;
  padding: 50px 80px 20px 60px;
}

.product-toolbar .post-navigation .nav-links a .arrow::before {
  right: 0;
  left: 0;
}

.product-toolbar .post-navigation .nav-links a .arrow::before {
  right: 0;
  left: 0;
}

.product-toolbar .post-navigation .nav-links a .arrow::after {
  border-right: none;
  border-left: 1px solid;
}

.product-toolbar .post-navigation .nav-links .nav-previous a .arrow::after {
  left: auto;
  right: 0px;
  transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.product-toolbar .post-navigation .nav-links .nav-next a .arrow::after {
  left: auto;
  right: 10px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.toolbar-products .category-filter {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.toolbar-products .category-filter li a::before {
  left: auto;
  right: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.toolbar-products .category-filter li.active a::before, .toolbar-products .category-filter li a:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.part-filter-wrap span.prdctfltr_title_selected {
  margin: 0 10px 0 0;
}

span.prdctfltr_title_selected {
  background: #e65f5c;
  border-radius: 20px;
  padding: 0 10px 0 15px;
  margin: 10px 0 0 10px;
}

span.prdctfltr_title_selected:hover {
  background: #000;
}

div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span::before {
  margin-right: auto;
  margin-left: 12px;
}

.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span:before {
  border-radius: 50%;
  border: 1px double #dddddd;
  margin-right: auto;
  margin-left: 12px;
  box-sizing: content-box;
}

.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span:after {
  background: #fff;
  border-radius: 50%;
  right: auto;
  left: 4px;
}

div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active > span::before, div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label:hover > span::before {
  background: #e65f5c;
  border: 1px double #e65f5c;
}

.prdctfltr_filter .prdctfltr_regular_title::before {
  margin-right: auto;
  margin-left: 10px;
  left: auto;
  right: 0;
}

div .prdctfltr_customize_block .prdctfltr_customize_color {
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}

.prdctfltr_active span.prdctfltr_customize_block::before {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-50%);
  -moz-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  -o-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}

label .prdctfltr_customize_block {
  border: 1px solid transparent;
  border-radius: 50%;
}

div label .prdctfltr_customize_block {
  border: 1px solid #b0b0b0;
  box-shadow: 0 0 0;
}

div label.prdctfltr_active .prdctfltr_customize_block, div label:hover .prdctfltr_customize_block {
  border: 1px solid #aaa;
}

.prdctfltr_wc .prdctfltr_buttons {
  text-align: center;
}

.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label > span {
  border: 2px solid;
  border-radius: 50%;
  text-align: center;
  margin: 0 0 10px 10px;
}

.prdctfltr_woocommerce_filter_submit, .prdctfltr_sale, .prdctfltr_instock {
  background: #000;
}

.prdctfltr_woocommerce.pf_default a.prdctfltr_woocommerce_filter_submit {
  margin-right: auto;
  margin-left: 6px;
}

.prdctfltr_wc .prdctfltr_buttons .prdctfltr_reset span {
  background: #000;
}

.prdctfltr_woocommerce_filter_submit:hover, .prdctfltr_wc .prdctfltr_buttons .prdctfltr_reset span:hover, .prdctfltr_sale:hover, .prdctfltr_instock:hover {
  background: #e65f5c;
}

.prdctfltr_sc .products li {
  text-align: center;
}

.prdctfltr_sc.hide-cat-thumbs .product-category h2.woocommerce-loop-category__title::before {
  left: auto;
  right: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.prdctfltr_sc.hide-cat-thumbs .product-category h2.woocommerce-loop-category__title:hover::before, .prdctfltr_sc.hide-cat-thumbs .product-categoryh2.woocommerce-loop-category__title.active a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.prdctfltr_sc .product-info {
  text-align: right;
}

.prdctfltr-pagination-load-more.woocommerce-pagination {
  margin: 20px 0 0 0;
}

.prdctfltr-pagination-load-more:not(.prdctfltr-ignite) .button::before {
  margin-right: auto;
  margin-left: 8px;
}

.prdctfltr-pagination-load-more:not(.prdctfltr-ignite) .button {
  background: #ededed;
}

.prdctfltr-pagination-load-more:not(.prdctfltr-ignite) .button:hover {
  background: #e65f5c;
}

div.prdctfltr_wc .prdctfltr_description {
  padding: 0px 0 20px 0;
}

div.pf_rngstyle_flat .irs-from, div.pf_rngstyle_flat .irs-to, div.pf_rngstyle_flat .irs-single {
  background: #e65f5c;
}

div.pf_rngstyle_flat .irs-bar {
  background: #e65f5c;
}

div.pf_rngstyle_flat .irs-bar::after {
  background: #e65f5c;
  left: auto;
  right: -4px;
  border-radius: 50%;
}

div.pf_rngstyle_flat .irs-bar::before {
  background: #e65f5c;
  border-radius: 50%;
  right: auto;
  left: -4px;
}

.product-toolbar .post-navigation .nav-links > div::before {
  right: auto;
  left: -5px;
  border-left: none;
  border-right: 1px solid #d6d6d6;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.img-thumb-nav {
  border: 2px solid #eaeaea;
  right: auto;
  left: 0;
}

.img-thumb-nav::before {
  border-right: 13px solid rgba(0, 0, 0, 0);
  border-left: 0 solid #eaeaea;
  right: auto;
  left: 10px;
}

.product-toolbar .nav-links > div > a {
  border-radius: 50%;
  text-align: center;
  padding-right: 0;
  padding-left: 1px;
}

.product-toolbar .nav-links > div {
  float: right;
}

.product-toolbar .nav-links > div.nav-next {
  float: left;
  margin-left: auto;
  margin-right: 10px;
}

.toolbar-products-mobile .cat-item a::before, .real-mobile-toolbar.toolbar-products-shortcode .cat-item a::before {
  right: 0;
  left: 0;
}

.toolbar-products-mobile .cat-item a, .toolbar-products-shortcode .cat-item a {
  margin-right: auto;
  margin-left: 25px;
}

.toolbar-products-mobile .cat-item.active a::before, .real-mobile-toolbar.toolbar-products-shortcode .cat-item.active a::before {
  opacity: 1;
}

.category-filter-mobile.owl-carousel .owl-nav > div, .category-filter-mobile.owl-carousel:hover .owl-nav > div {
  right: auto;
  left: -13px;
  transform: none;
  background: #fff;
}

.category-filter-mobile.owl-carousel .owl-nav > div.owl-prev {
  left: -45px;
  right: auto;
}

.category-filter-mobile.owl-carousel .owl-nav > div.owl-next {
  right: auto;
  left: -70px;
}

.toolbar-products-mobile .part-filter-wrap {
  float: none;
}

.toolbar-products-mobile .actions-wrap {
  border: 1px solid #dbdbdb;
}

.action-mini a.filter-toggle {
  background: transparent;
}

.action-mini .fami-woocommerce-ordering select.orderby {
  border: none;
}

.action-mini form.fami-woocommerce-ordering {
  border: none;
  background-position: calc(100% - 10px) center;
}

.action-mini {
  float: right;
  border-right: none;
  border-left: 1px solid #dbdbdb;
}

.action-mini:last-child {
  border-right: none;
  border-left: 0px solid #dbdbdb;
}

.action-layout-item.part-wrap {
  float: right;
  margin-left: auto;
  margin-right: 15px;
}

.action-layout .list-mode a.display-mode::before {
  background: none;
}

.action-layout .grid-mode a.display-mode::before {
  background: none;
}

.action-layout {
  float: left;
  padding-right: 0;
  padding-left: 5px;
}

.action-layout-item.part-wrap {
  float: right;
  margin-left: auto;
  margin-right: 15px;
}

.toolbar-products-mobile .part-cats-list-wrap, .toolbar-products-shortcode.real-mobile-toolbar .part-cats-list-wrap {
  float: none;
  padding-right: 0;
  padding-left: 60px;
}

.toolbar-products-shortcode.real-mobile-toolbar .category-filter {
  padding-left: 0;
  padding-right: 30px;
}

div .row.mobile-shop-real {
  margin-right: -25px;
  margin-left: -25px;
}

.mobile-shop-real .woocommerce-products-header__title.page-title {
  padding-left: 0;
  padding-right: 5px;
}

.enable-shop-page-mobile .shop-page .products-size.products-list::before {
  left: auto;
  right: 0;
}

.enable-shop-page-mobile .shop-page .products-size.products-list::after {
  left: auto;
  right: 0;
}

.enable-shop-page-mobile .product-list .product-inner {
  border: none;
}

.enable-shop-page-mobile .shop-prdctfltr-filter-wrap {
  right: auto;
  left: 0;
  background: #fff;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.enable-shop-page-mobile.wc-prdctfltr-active .shop-prdctfltr-filter-wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.enable-shop-page-mobile form.prdctfltr_woocommerce_ordering {
  box-shadow: none !important;
}

.enable-shop-page-mobile span.prdctfltr_showing {
  text-align: center;
  left: auto;
  right: 10px;
}

.enable-shop-page-mobile .prdctfltr_wc .prdctfltr_filter_title > span.prdctfltr_woocommerce_filter_title {
  text-align: center;
}

.enable-shop-page-mobile span.prdctfltr_title_selected {
  background: #e65f5c;
  border-radius: 20px;
  margin: 5px 0 0 5px;
}

.enable-shop-page-mobile .shop-page div .row.products {
  margin-right: -10px;
  margin-left: -10px;
}

.enable-shop-page-mobile .woocommerce-page-headermid .title-page {
  text-align: center;
}

.enable-shop-page-mobile .woocommerce-page-headermid {
  text-align: right;
}

.enable-shop-page-mobile .woocommerce-page-header ul .line-hover a {
  background: transparent !important;
  text-align: center;
  border-radius: 0;
}

.enable-shop-page-mobile .woocommerce-page-header ul .line-hover a::before {
  right: 0;
  left: 0;
}

.enable-shop-page-mobile .woocommerce-page-header ul {
  text-align: center;
}

.shop_table_mobile input[type=text] {
  border: 1px solid #dddddd;
  border-radius: 0 !important;
  text-align: center;
}

.shop_table_mobile .product-info .quantity {
  text-align: right;
}

.shop_table_mobile .cart .quantity .btn-number {
  right: auto;
  left: 8px;
}

div .pf_ajax_loading .css-spinner-full-01::before {
  border-top-color: #000;
}

@media (min-width: 360px) and (max-width: 767px) {
  .enable-shop-page-mobile .shop-page .product-item {
    border: none;
    clear: none;
  }

  .enable-shop-page-mobile .shop-page .product-item:nth-child(2n+1) {
    clear: right;
  }
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  right: -10px;
  background: #e65f5c;
}

.menu-scroll .scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  right: -3px;
}

.sidebar-canvas-overlay {
  right: auto;
  left: 0;
}

.sidebar-canvas-open .sidebar-canvas-overlay {
  left: auto;
  right: 0;
}

.page-wrapper {
  background-size: cover;
  float: right;
}

.sidebar-canvas-open .page-wrapper {
  margin-left: auto;
  margin-right: 360px;
}

.sidebar-canvas {
  left: auto;
  right: -360px;
  background: #ffffff;
}

.sidebar-canvas-open .sidebar-canvas {
  left: auto;
  right: 0;
}

.btn-canvas {
  padding: 0 18px 0 14px;
  left: auto;
  right: -16px;
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.btn-canvas::after {
  margin-left: auto;
  margin-right: 8px;
}

.sidebar-canvas-open .btn-canvas {
  left: auto;
  right: 345px;
}

body.single-product .single-left {
  float: right;
}

.woocommerce-product-gallery .onsale {
  right: auto;
  left: 70px;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  right: auto;
  left: -60px;
  border-radius: 50%;
}

.pswp__button:hover {
  background: transparent;
}

.woocommerce-product-gallery .flex-viewport {
  text-align: center;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
  border: none;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
  text-align: center;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.fa-caret-up {
  left: auto;
  right: 33px;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.fa-caret-down {
  left: auto;
  right: 33px;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.fa-caret-left {
  left: auto;
  right: 10px;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.fa-caret-right {
  right: auto;
  left: 10px;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs:not(.slick-vertical) .slick-arrow {
  left: auto;
  right: 0;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs:not(.slick-vertical) .slick-arrow:last-child {
  right: auto;
  left: 0;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs.slick-vertical .slick-arrow {
  left: auto;
  right: 35px;
}

.product:not(.sticky_detail) .theiaStickySidebar {
  transform: none !important;
}

body.single-product .detail-content {
  float: right;
  padding-left: 0;
  padding-right: 80px;
}

.summary .woocommerce-product-rating .star-rating {
  margin-right: auto;
  margin-left: 5px;
}

p.preview-count {
  float: right;
}

.summary h4.deals-title::before {
  margin-right: auto;
  margin-left: 10px;
}

.deals-in-wrap span.time {
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  text-align: center;
}

button.lebe-single-add-to-cart-deal {
  background: #39b93c;
  border-radius: 0;
}

button.lebe-single-add-to-cart-deal:hover {
  background: #000;
}

.deal-add-to-cart.cart .quantity {
  float: left;
  margin: 0 10px 0 0;
}

.deals-in-wrap span.time-title {
  text-align: center;
}

.stock.out-of-stock {
  border: 1px solid;
  text-align: center;
}

.summary.has-border {
  border: 2px solid #000;
}

.woocommerce-product-rating-outside .star-rating {
  float: right;
}

.has-title-outside-summary.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs img {
  border-radius: 50%;
  border: 1px solid #ebebeb;
}

.woocommerce-product-details__short-description ul {
  padding-left: 0;
  text-align: right;
  padding-right: 0;
  clear: both;
}

.summary .woocommerce-product-details__short-description p:last-child {
  text-align: right;
}

.woocommerce-product-details__short-description li::before {
  margin-right: auto;
  margin-left: 10px;
  background: #39b93c;
  border-radius: 50%;
}

.woocommerce-product-details__short-description li::after {
  background: #fff;
  border-radius: 50%;
  right: auto;
  left: 5px;
}

.variations .variation select {
  float: right;
  margin-right: auto;
  margin-left: 14px;
}

.reset_variations {
  float: right;
  right: auto;
  left: 0;
  text-align: center;
}

table.variations {
  border: none;
}

tr.variation td.variation-title label::after {
  margin-left: 10px;
  margin-right: 5px;
}

.summary table.variations {
  border: none;
}

tr.variation td {
  border: none;
  padding: 0 0 0 10px;
}

.product-item .variations tr {
  text-align: center;
}

a.change-value.color {
  border-radius: 50%;
  margin: 6px 4px 5px 11px;
}

div.product-item a.change-value.photo {
  border-radius: 50%;
}

a.change-value.color[data-value=white] {
  border: 1px solid #dedede;
}

a.change-value::before {
  left: -4px;
  border-radius: 50%;
  right: -4px;
  border: 1px solid #333;
}

.product-item a.change-value.active::before, .product-item a.change-value:hover::before {
  opacity: 1;
}

a.change-value {
  margin-right: auto;
  margin-left: 15px;
}

a.change-value:not(.color) {
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  text-align: center;
  margin-right: auto;
  margin-left: 15px;
  font-size: 13px;
}

span.size-guide-text {
  padding-left: 0;
  padding-right: 30px;
  float: right;
  background-position: calc(100% - 3px) top;
}

#popup-size-guide .modal-content {
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 0;
}

div button.close {
  border: 1px solid;
  border-radius: 50%;
}

.cart .quantity {
  border: 2px solid #333;
  text-align: center;
  margin-right: auto;
  margin-left: 10px;
  float: right;
  padding-left: 0;
  padding-right: 5px;
}

.cart .quantity .input-qty {
  text-align: center;
  float: right;
  border: none;
}

.cart .quantity .btn-number {
  float: right;
  text-align: center;
  right: auto;
  left: 8px;
}

.cart .quantity .btn-number.qtyminus {
  text-align: center;
}

.summary .cart .single_add_to_cart_button {
  float: right;
  text-align: center;
}

.summary a.change-value:not(.color) {
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  text-align: center;
  margin-right: auto;
  margin-left: 12px;
  font-size: 13px;
}

.summary .attribute-pa_size a.change-value:not(.color) {
  border-radius: 50%;
  float: right;
}

.summary .cart .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
  pointer-events: none;
}

.summary .compare, .summary .social-share {
  text-align: center;
  border: 2px solid #333;
  margin: 0 0 15px 11px;
  float: right;
  box-shadow: none;
}

.summary .yith-wcwl-add-to-wishlist {
  text-align: center;
  right: auto;
  left: 0;
}

div#yith-wcwl-popup-message {
  background: #0fb0f0;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 5px;
  box-shadow: 0 0 5px #0fb0f0;
  text-align: center;
  left: 50px;
}

.summary .social-share .lebe-social {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.product_meta > span {
  margin-right: auto;
  margin-left: 28px;
}

product_meta .meta-title {
  margin-right: auto;
  margin-left: 3px;
}

.wpb_text_column ul li {
  padding: 5px 25px 5px 0;
}

.wpb_text_column ul li::before {
  left: auto;
  right: 0px;
}

.wpb_text_column ul li::after {
  border-left: none;
  border-right: 1px solid;
  left: auto;
  right: 6px;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.social-share-product {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 0;
  text-align: center;
  background: #e65f5c;
  border-radius: 0 10px 10px 0;
}

.sticky_info_single_product {
  right: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}

.show-sticky_info_single .sticky_info_single_product {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.sticky-thumb-left {
  float: right;
  margin-right: auto;
  margin-left: 20px;
  border: 2px solid #e5e5e5;
}

.sticky_info_single_product a.woocommerce-review-link {
  float: right;
}

.sticky_info_single_product .star-rating {
  float: right;
}

.sticky_info_single_product button.lebe-single-add-to-cart-btn.btn.button {
  float: left;
  background: #e65f5c;
  border-radius: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 0;
  border: none;
}

.sticky_info_single_product .star-rating.no-rate a.woocommerce-review-link, .star-rating.no-rate a.woocommerce-review-link {
  float: none;
}

.wrapper_menu-sticky .sticky_info_single_product {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}

.show-sticky_info_single .wrapper_menu-sticky .sticky_info_single_product {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.product-type-grouped .summary .cart .group_table {
  border: none;
}

.product-type-grouped .summary .cart .group_table td {
  padding: 10px 0 10px 10px;
  border-right: none;
  border-left: none;
}

.product-type-grouped .summary .cart .group_table td.label, .product-type-grouped .summary .cart .group_table td.price {
  text-align: inherit;
}

.product-type-grouped .summary .cart .group_table td:last-child {
  text-align: left;
}

.product-type-grouped .summary .cart .group_table .quantity {
  border: none;
}

.vertical_thumnail .flex-viewport {
  float: left;
}

.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
  float: right;
  padding-right: 0;
  padding-left: 23px;
}

.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
  border: 1px solid #ebebeb;
}

.woocommerce-product-gallery__wrapper {
  transform: translate3d(0, 0px, 0px) !important;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image.flex-active-slide {
  float: right !important;
  left: auto !important;
  right: 0 !important;
}

body.single-product .gallery_detail .single-left {
  text-align: center;
}

.gallery_detail .slick-dots li.slick-active button {
  background: #e65f5c;
}

.gallery_detail .slick-dots li button:hover {
  background: #e65f5c;
}

.gallery_detail .slick-dots li button {
  background: #b2b2b2;
  border-radius: 6px;
}

body.single-product .gallery_detail .detail-content {
  padding: 33px 0 0 0;
  text-align: center;
}

.gallery_detail .summary {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.gallery_detail .variations .variation select {
  float: none;
  margin-right: 5px;
  margin-left: 5px;
}

.gallery_detail .reset_variations {
  float: none;
  margin-right: auto;
  margin-left: auto;
}

.gallery_detail .summary .cart .quantity, .gallery_detail .summary .cart .single_add_to_cart_button, .gallery_detail .summary .yith-wcwl-add-to-wishlist, .gallery_detail .summary .compare, .gallery_detail .summary .social-share {
  margin-right: 5px;
  margin-left: 5px;
  clear: none;
  float: right;
}

.gallery_detail td.variation-title {
  text-align: right;
}

.gallery_detail .woocommerce-product-details__short-description {
  margin: 0 auto 40px auto;
}

.gallery_detail .product_meta > span {
  margin-right: auto;
  margin-left: 14px;
  padding-right: 0;
  padding-left: 14px;
}

.gallery_detail .product_meta > span::before {
  border-right: none;
  border-left: 1px solid #dadada;
  right: auto;
  left: 0;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.gallery_detail .summary table.variations {
  text-align: right;
}

body.single-product .big_images .single-left {
  text-align: center;
}

.big_images .slick-dots li button {
  background: transparent;
}

.big_images .slick-dots li button::before {
  border: 2px solid #e65f5c;
  right: -5px;
  left: -5px;
  border-radius: 50%;
  transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
}

.big_images .slick-dots li button::after {
  background: #ccc;
  border-radius: 50%;
  left: 0;
  left: 0;
}

.big_images .slick-dots li:hover button::before, .big_images .slick-dots li.slick-active button::before {
  transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
}

.big_images .slick-dots li:hover button::after, .big_images .slick-dots li.slick-active button::after {
  transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
}

.big_images .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
  border: none;
}

body.single-product .big_images .detail-content {
  padding: 50px 0 0 0;
  text-align: center;
}

.big_images .summary {
  margin-right: auto;
  margin-left: auto;
}

.big_images .variations .variation select {
  float: none;
  margin-right: 5px;
  margin-left: 5px;
}

.big_images .summary .reset_variations {
  float: none;
  margin-right: auto;
  margin-left: auto;
}

.big_images .summary .cart .quantity, .big_images .summary .cart .single_add_to_cart_button, .big_images .summary .yith-wcwl-add-to-wishlist, .big_images .summary .compare, .big_images .summary .social-share {
  margin-right: 5px;
  margin-left: 5px;
  clear: none;
  float: right;
}

.big_images .woocommerce-product-details__short-description {
  margin: 0 auto 40px auto;
}

.big_images .product_meta > span {
  margin-right: auto;
  margin-left: 14px;
  padding-right: 0;
  padding-left: 14px;
}

.big_images tr.variation td.variation-title {
  text-align: right;
}

.big_images .summary table.variations {
  text-align: center;
}

.big_images .vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
  left: auto;
  right: 0;
}

.big_images .vertical_thumnail .flex-viewport {
  float: none;
  left: auto;
  right: 50%;
  margin-left: auto;
  margin-right: -50vw;
}

.default .lebe-product-button, .sticky_detail .lebe-product-button {
  left: auto;
  right: 10px;
}

.vertical_thumnail .lebe-product-button {
  left: auto;
  right: 155px;
}

.lebe-bt-video a, .product-360-button a {
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.06);
}

.lebe-bt-video a:hover, .product-360-button a:hover, .lebe-bt-video a:focus, .product-360-button a:focus {
  background: #333;
}

.lebe-bt-video a::before, .product-360-button a::before {
  text-align: center;
}

.lebe-bt-video a::before {
  padding-left: 0;
  transform: rotateY(180deg);
}

.product-360-button a::before {
  padding-left: 0;
  padding-right: 2px;
}

div.mfp-wrap div .mfp-close {
  right: auto;
  left: 25px;
}

.mfp-close-btn-in .mfp-close:hover {
  background: transparent;
}

.spinner {
  text-align: center;
}

.lebe-threed-view::after {
  border-radius: 50%;
  right: 15px;
  left: 15px;
}

.lebe-threed-view .nav_bar {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  left: auto;
  right: 50%;
  background: #fff;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.lebe-threed-view .nav_bar a {
  text-align: center;
}

.woocommerce-tabs {
  text-align: center;
}

.wc-tabs {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.wc-tabs li {
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}

.wc-tabs li a {
  text-align: center;
}

.wc-tabs li a::before {
  left: auto;
  right: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

ul.tabs.wc-tabs::before {
  left: auto;
  right: 100%;
}

ul.tabs.wc-tabs::after {
  right: auto;
  left: 100%;
}

.wc-tabs li a:hover::before, .wc-tabs li.active a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.woocommerce-Tabs-panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: right;
}

.woocommerce-Tabs-panel .woocommerce-Reviews {
  text-align: center;
}

.woocommerce-Tabs-panel h2 {
  text-align: center;
}

p.stars {
  margin-left: auto;
  margin-right: 15px;
}

p.stars, p.stars a {
  display: inline-block;
}

p.stars a {
  height: 1em;
}

p.stars a:before, p.stars a:hover ~ a:before {
  content: "";
}

p.stars a {
  margin-right: auto;
  margin-left: 1px;
}

p.stars a:before {
  left: auto;
  right: 0;
}

.commentlist .avatar {
  float: right;
}

.upsells::before, .related::before {
  left: auto;
  right: 50%;
  transform: translateX(50%);
}

.product-grid-title {
  text-align: center;
}

.product-grid-title::before {
  left: auto;
  right: 50%;
  transform: translateX(50%);
  -o-transform: translateX(50%);
  -webkit-transform: translateX(50%);
}

.famibt-wrap {
  border: 2px solid #e8e8e8;
  padding: 40px 30px 40px 10px;
}

.famibt-right-part::after {
  border-left: none;
  border-right: 1px solid #e5e5e5;
  left: auto;
  right: 0;
}

.famibt-right-part::before {
  border-left: none;
  border-right: 1px solid #e5e5e5;
  left: auto;
  right: 0;
}

.famibt-right-part {
  text-align: center;
}

button.famibt-add-all-to-cart {
  background: transparent;
  border: 2px solid #333;
  border-radius: 0;
}

button.famibt-add-all-to-cart:hover {
  background: #333;
}

div.famibt-wrap .famibt-products-wrap .famibt-product .famibt-thumb-wrap {
  border: none;
}

.famibt-wrap .woocommerce-error, .famibt-wrap .woocommerce-info, .famibt-wrap .woocommerce-message {
  background: #fff;
  border: none;
}

.famibt-messages-wrap::before {
  left: auto;
  right: -50%;
}

.famibt-messages-wrap a.button.wc-forward {
  background: #333;
  border-radius: 3px;
}

.famibt-messages-wrap a.button.wc-forward:hover {
  background: #e65f5c;
}

div.famibt-wrap .famibt-products-wrap .famibt-product .famibt-thumb-wrap::before {
  margin-left: auto;
  margin-right: -20px;
}

div.famisp-sales-popup-wrap .famisp-product-thumb {
  margin-right: auto;
  margin-left: 15px;
}

div.famisp-sales-popup-wrap .famisp-sales-popup {
  padding: 10px 10px 10px 30px;
}

div.famisp-sales-popup-wrap .famisp-product-thumb {
  margin-right: auto;
  margin-left: 15px;
}

div.famisp-sales-popup-wrap {
  border-radius: 0;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}

.wishlist-empty, .cart-empty {
  text-align: center;
}

.return-to-shop {
  text-align: center;
}

body .woocommerce table.shop_table {
  border: 2px solid #e3e3e3;
}

body table.shop_table tr th:last-child, body table.shop_table tr td:last-child {
  border-right: none;
  border-left: 0;
}

body .woocommerce table.shop_table thead {
  background: transparent;
}

body .woocommerce table.shop_table thead th {
  background: transparent;
}

body .woocommerce table.shop_table thead th, body .woocommerce table.shop_table tbody td {
  border-right: none;
  border-left: none;
  text-align: right;
}

body .woocommerce table.shop_table .product-thumbnail {
  padding-left: 0;
  padding-right: 40px;
}

body .woocommerce table.shop_table tr td.product-remove {
  padding-right: 10px;
  padding-left: 40px;
}

.enable-shop-page-mobile .woocommerce .wishlist_table .product-remove .remove {
  right: auto;
  left: 0;
}

body .shop_table tr td.product-stock-status > span {
  border: 1px solid #e5e5e5;
  text-align: center;
}

body .woocommerce table.shop_table .product-add-to-cart .add_to_cart {
  background: #000000;
  text-align: center;
  border-radius: 0;
}

body .woocommerce table.shop_table .product-add-to-cart .add_to_cart:hover {
  background: #e65f5c;
}

.yith-wcwl-share {
  padding-left: 0;
  padding-right: 40px;
}

.actions-btn {
  text-align: left;
}

.actions-btn .shopping {
  text-align: center;
  margin-left: auto;
  margin-right: 9px;
}

.actions .coupon {
  padding: 66px 40px 75px 40px;
  border: 2px solid #e3e3e3;
}

.actions .coupon label {
  float: right;
}

.actions .coupon .input-text {
  float: right;
  margin-right: 52px;
  margin-left: 15px;
}

.actions .coupon .button {
  float: right;
}

.cart-collaterals .cart_totals h2 {
  float: right;
  padding: 0 0 17px 20px;
}

.cart-collaterals .cart_totals .shop_table {
  border: none;
  float: left;
}

.cart-collaterals .cart_totals .shop_table .shipping-calculator-button::before {
  left: auto;
  right: 0;
}

.cart-collaterals .cart_totals .shop_table .shipping label::before {
  border: 1px solid #e2e2e2;
  margin-left: 11px;
  margin-right: 0;
}

.cart-collaterals .cart_totals .shop_table .shipping label:hover::before, .cart-collaterals .cart_totals .shop_table .shipping input[type=radio]:checked + label::before {
  background: #000000;
}

.wc-proceed-to-checkout {
  float: left;
}

.wc-proceed-to-checkout .checkout-button {
  text-align: center;
}

.lebe-mapper.fade {
  opacity: 1;
}

.csre-pin .csre-popup-footer a::before {
  margin-right: auto;
  margin-left: 10px;
}

.owl-carousel .owl-item img {
  max-height: 390PX;
}

.lebe-products.text-center .product-item .star-rating {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .center991 {
    text-align: center !important;
  }

  .left991 {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .center767 {
    text-align: center !important;
  }

  .left767 {
    text-align: right !important;
  }

  .center767 .lebe-custommenu.style-01 .widgettitle::before {
    left: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }

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

  ul.products > [class^=col-], ul.products > [class*=col-], .row > [class^=col-], .row > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.vc_row-no-padding .vc_inner {
  margin-right: -15px;
  margin-left: -15px;
}

div.vc_row.vc_row-no-padding .vc_inner {
  margin-right: -15px;
  margin-left: -15px;
}

div.vc_row.vc_row-no-padding .vc_inner .vc_column-inner {
  padding-right: 15px;
  padding-left: 15px;
}

.bg-parallax {
  background-size: cover;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot:last-child {
  padding-right: 6px;
  padding-left: 0;
}

.owl-carousel .owl-dots .owl-dot:first-child {
  padding-left: 6px;
  padding-right: 0;
}

.owl-carousel .owl-dots .owl-dot span {
  border: 2px solid #cccccc;
  border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active span {
  border: none;
}

.owl-carousel.nav-center .owl-nav > div {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: 20px;
}

.owl-carousel.nav-center .owl-nav .owl-prev {
  left: auto;
  right: -15px;
}

.owl-carousel.nav-center .owl-nav .owl-next {
  margin-right: auto;
  margin-left: 20px;
  right: auto;
  left: -15px;
}

.owl-carousel.nav-center:hover.owl-carousel.nav-center .owl-nav > div {
  margin-left: auto;
  margin-right: 0;
}

.owl-carousel.nav-center:hover.owl-carousel.nav-center .owl-nav .owl-next {
  margin-right: auto;
  margin-left: 0;
}

.owl-carousel.nav-left .owl-nav {
  left: auto;
  right: -34.2%;
}

.owl-carousel.nav-left .owl-nav > div {
  margin-right: auto;
  margin-left: 13px;
}

.owl-carousel.nav-circle .owl-nav > div {
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.09);
}

.owl-carousel.nav-circle .owl-nav .owl-prev {
  left: auto;
  right: -28px;
}

.owl-carousel.nav-circle .owl-nav .owl-next {
  right: auto;
  left: -28px;
}

.track_order {
  margin-right: auto;
  margin-left: auto;
}

.track_order > p {
  text-align: center;
}

.track_order .form-tracking {
  padding: 41px 80px 29px 80px;
}

.track_order .form-tracking .input-text {
  background: #ffffff;
}

@media (max-width: 767px) {
  .track_order .form-tracking {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.lebe-newsletter.style-01 .newsletter-top {
  float: right;
}

.lebe-newsletter.style-01 .newsletter-top .newsletter-title {
  padding-left: 0;
  padding-right: 40px;
}

.lebe-newsletter.style-01 .newsletter-form-wrap {
  float: left;
}

.lebe-newsletter.style-01 .newsletter-form-wrap input {
  border: none;
}

.lebe-newsletter.style-01 .newsletter-form-wrap button {
  right: auto;
  left: 0;
}

.lebe-newsletter.style-01 .newsletter-form-wrap button::before {
  right: 0;
  left: 0;
  text-align: left;
}

.lebe-newsletter.style-01 .return-message {
  text-align: center;
}

.lebe-newsletter.style-02, .lebe-newsletter.style-03, .lebe-newsletter.style-04 {
  text-align: center;
}

.lebe-newsletter.style-02 .newsletter-form-wrap.processing button span::before {
  left: auto;
  right: -28px;
}

.lebe-newsletter.style-03 .newsletter-form-wrap {
  margin: 40px auto 0 auto;
}

.lebe-newsletter.style-03 .newsletter-form-wrap input {
  border: none;
}

.lebe-newsletter.style-03 .newsletter-form-wrap button {
  right: auto;
  left: 0;
  background: inherit;
}

.lebe-newsletter.style-03 .newsletter-form-wrap button::before {
  right: auto;
  left: 0;
}

.lebe-newsletter.style-04 {
  text-align: center;
}

.lebe-newsletter.style-04 .newsletter-title::before {
  left: auto;
  right: 50%;
}

.lebe-newsletter.style-04 .newsletter-form-wrap button {
  right: auto;
  left: 0;
}

.lebe-newsletter.style-04 .newsletter-form-wrap.processing button span::before {
  left: auto;
  right: -14px;
}

.lebe-newsletter.style-09 .newsletter-form-wrap.processing button span::after {
  left: auto;
  right: -14px;
}

.lebe-newsletter.style-11 .newsletter-form-wrap.processing button span::before {
  left: auto;
  right: -14px;
}

.lebe-testimonial {
  text-align: center;
}

.lebe-testimonial.style-03 .thumb img {
  border-radius: 50%;
}

.lebe-testimonial.style-03 .content::before {
  left: auto;
  right: 50%;
  transform: translateX(50%);
}

.lebe-blog.style-02 .owl-carousel.nav-center .owl-nav .owl-prev {
  left: auto;
  right: -35px;
}

.lebe-blog.style-02 .owl-carousel.nav-center .owl-nav .owl-next {
  right: auto;
  left: -35px;
}

.lebe-blog.style-01 .blog-readmore, .lebe-blog.style-03 .blog-readmore {
  padding: 0 0 5px 15px;
}

.lebe-blog.style-01 .blog-readmore::after {
  right: auto;
  left: 0;
}

.lebe-blog.style-01 .blog-readmore::before, .lebe-blog.style-03 .blog-readmore::before {
  left: auto;
  right: 0;
}

.lebe-blog.style-01 .blog-heading {
  text-align: center;
}

.lebe-blog.style-01 .blog-heading::before {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  border: 1px solid #e65f5c;
}

.lebe-blog.style-02 .blog-thumb {
  float: right;
}

.lebe-blog.style-02 .blog-info {
  text-align: center;
  padding: 65px 15px 15px 15px;
}

.lebe-blog.style-02 .blog-info .blog-title::after {
  border: 1px solid #e65f5c;
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.lebe-blog.style-02 .blog-readmore {
  border: 2px solid #000000;
}

.lebe-blog.style-02 .blog-readmore:hover {
  border: 2px solid #e65f5c;
}

.lebe-blog.style-02 .blog-readmore::before {
  right: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.lebe-blog.style-02 .blog-readmore:hover::before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.lebe-blog.style-02 .blog-heading {
  text-align: center;
}

.lebe-blog.style-03 .blog-thumb img {
  border-radius: 50%;
}

.lebe-blog.style-03 .blog-info {
  text-align: center;
}

.lebe-blog.style-03 .blog-title::after {
  border: 1px solid #e65f5c;
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.lebe-blog.style-03 .blog-readmore {
  padding: 0 0 5px 15px;
}

.lebe-blog.style-03 .blog-readmore::after {
  right: auto;
  left: 0;
}

.lebe-blog.style-04 .blog-thumb .blog-date {
  right: auto;
  left: 0;
  padding: 0 10px 10px 10px;
  background: #ffffff;
  text-align: center;
}

.lebe-blog.style-04 .blog-day::before {
  text-align: center;
  left: auto;
  right: -2%;
}

.lebe-blog.style-04 .blog-info {
  background: #ffffff;
}

.lebe-blog.style-04 .blog-title {
  margin-bottom: 7px;
}

.lebe-blog.style-04 .blog-meta li {
  margin-right: auto;
  margin-left: 5px;
}

.lebe-blog.style-04 .blog-meta .blog-author {
  padding-right: 0;
  padding-left: 10px;
}

.lebe-blog.style-04 .blog-meta .blog-author::after {
  right: auto;
  left: 0;
  border: 1px solid #cdcdcd;
}

.lebe-blog.style-04 .blog-heading {
  text-align: center;
}

.lebe-team.style-01 .thumb:before {
  right: 0;
  left: 0;
}

.lebe-team.style-01 .thumb .team-social {
  right: 0;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
}

.lebe-team.style-01 .thumb .team-social a {
  text-align: center;
  border-radius: 50%;
}

.lebe-team.style-01 .thumb .team-social a:first-child {
  margin-left: auto;
  margin-right: 0;
}

.lebe-team.style-01 .name {
  text-align: center;
}

.lebe-team.style-01 .position {
  text-align: center;
}

.lebe-categories.style-01 .category-name {
  text-align: center;
}

.lebe-slider.categories-style-02 .owl-carousel.nav-circle .owl-nav .owl-prev {
  left: auto;
  right: 31px;
}

.lebe-slider.categories-style-02 .owl-carousel.nav-circle .owl-nav .owl-next {
  right: auto;
  left: 31px;
}

.lebe-categories.style-02 .info {
  text-align: center;
}

.lebe-categories.style-02 .category-thumb {
  text-align: center;
}

.lebe-categories.style-02 .category-thumb img {
  border-radius: 50%;
}

.lebe-categories.style-02 .category-thumb:hover img {
  transform: rotateY(190deg);
}

.lebe-categories.style-02 .category-name {
  text-align: center;
}

.lebe-categories.style-03:hover .category-thumb img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.lebe-categories.style-03 .category-name {
  text-align: center;
}

.lebe-categories.style-04:before {
  right: 0;
  left: 0;
  transform: translateY(100%);
}

.lebe-categories.style-04 .category-info {
  right: 0;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
}

.lebe-categories.style-04 .shopnow:before {
  right: 0;
  left: 0;
  text-align: center;
}

.lebe-categories.style-04:hover::before {
  transform: translateY(0);
}

.owl-item.active:not(.item-first):not(.item-last) .lebe-categories.style-04:before {
  transform: translateY(0);
}

@media (min-width: 1025px) {
  .custom-nav .owl-carousel.nav-center .owl-nav .owl-next {
    left: -65px;
  }

  .custom-nav .owl-carousel.nav-center .owl-nav .owl-prev {
    right: -65px;
  }
}
.lebe-instagram-sc.style-01 .owl-carousel.nav-center .owl-nav .owl-prev {
  left: auto;
  right: -54px;
}

.lebe-instagram-sc.style-01 .owl-carousel.nav-center .owl-nav .owl-next {
  right: auto;
  left: -54px;
}

.lebe-instagram-sc.style-02 .instagram-inner {
  text-align: center;
}

.lebe-instagram-sc.style-02 .desc {
  text-align: center;
}

.lebe-instagram-sc.style-02 .desc::before {
  right: 0;
  left: 0;
  text-align: center;
}

.lebe-instagram-sc.style-02 .item {
  margin-right: auto;
  margin-left: 40px;
  float: right;
}

.lebe-instagram-sc.style-02 .item-cell:last-child .item {
  margin-right: auto;
  margin-left: 0;
}

.lebe-instagram-sc.style-03 .instagram-inner {
  margin-right: -20px;
  margin-left: -20px;
}

.lebe-instagram-sc.style-03 .item-wrap {
  float: right;
  padding-right: 20px;
  padding-left: 20px;
}

.product-item.style-01 .product-thumb {
  float: left;
}

.product-item.style-01 .product-thumb .product-gallery-slick {
  float: right;
  padding-right: 0;
  padding-left: 20px;
}

.product-item.style-01 .product-thumb .vertical_thumnail {
  float: left;
  text-align: center;
}

.product-item.style-01 .product-thumb .vertical_thumnail figure img {
  border: 1px solid #d8d8d8;
}

.product-item.style-01 .product-thumb .vertical_thumnail .fa {
  border-radius: 50%;
}

.product-item.style-01 .product-thumb .vertical_thumnail .fa.fa-angle-up {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.product-item.style-01 .product-thumb .vertical_thumnail .fa.fa-angle-down {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.product-item.style-01 .product-info {
  float: right;
}

.lebe-dealproduct .product-info .price ins {
  margin-right: auto;
  margin-left: 10px;
  float: right;
  text-align: center;
  border-radius: 50px;
}

.lebe-dealproduct .product-info .lebe-countdown .timers .box {
  margin-right: auto;
  margin-left: 20px;
  text-align: center;
}

.lebe-dealproduct .product-info .lebe-countdown .timers .box:last-child {
  margin-right: auto;
  margin-left: 0;
}

.lebe-dealproduct .product-info .lebe-countdown .timers .box .time {
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.07);
}

.product-list-owl .product-item.style-02 .product-inner {
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
  padding: 22px 55px 22px 22px;
}

.product-item.style-02 .product-thumb {
  float: left;
}

.product-item.style-02 .product-info {
  float: right;
}

.lebe-dealproduct .owl-carousel.nav-circle .owl-nav .owl-prev {
  left: auto;
  right: -8px;
}

.lebe-dealproduct .owl-carousel.nav-circle .owl-nav .owl-next {
  right: auto;
  left: -8px;
}

.lebe-instagramshopwrap .slick-dots {
  text-align: center;
}

.lebe-instagramshopwrap .slick-dots li {
  border: 1px solid #cecece;
  border-radius: 50%;
}

.lebe-instagramshopwrap .slick-dots li:first-child {
  margin-left: auto;
  margin-right: 0;
}

.lebe-instagramshopwrap .fa {
  text-align: center;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.09);
}

.lebe-instagramshopwrap .fa-angle-left {
  left: auto;
  right: -28px;
}

.lebe-instagramshopwrap .fa-angle-right {
  right: auto;
  left: -28px;
}

.lebe-products .view-products {
  border: 2px solid #000000;
  text-align: center;
}

.lebe-products.style-1 .owl-carousel.nav-center .owl-nav .owl-prev {
  left: auto;
  right: -65px;
}

.lebe-products.style-1 .owl-carousel.nav-center .owl-nav .owl-next {
  right: auto;
  left: -65px;
}

.contact-form-container label {
  width: 100%;
}

@media (max-width: 1366px) {
  .lebe-dealproduct .product-info .lebe-countdown .timers .box {
    margin-right: auto;
    margin-left: 10px;
  }

  .owl-carousel.nav-circle .owl-nav .owl-prev {
    right: -20px;
  }

  .owl-carousel.nav-circle .owl-nav .owl-next {
    left: -20px;
  }

  .lebe-instagramshopwrap .fa-angle-left {
    right: -20px;
  }

  .lebe-instagramshopwrap .fa-angle-right {
    left: -20px;
  }

  .lebe-dealproduct .owl-carousel.nav-circle .owl-nav .owl-prev {
    right: 0;
  }

  .lebe-dealproduct .owl-carousel.nav-circle .owl-nav .owl-next {
    left: 0;
  }

  .lebe-products.style-1 .owl-carousel.nav-center .owl-nav .owl-prev {
    right: 0;
  }

  .lebe-products.style-1 .owl-carousel.nav-center .owl-nav .owl-next {
    left: 0;
  }

  .lebe-instagram-sc.style-01 .owl-carousel.nav-center .owl-nav .owl-prev {
    right: -15px;
  }

  .lebe-instagram-sc.style-01 .owl-carousel.nav-center .owl-nav .owl-next {
    left: -15px;
  }
}
@media (max-width: 1199px) {
  .lebe-newsletter.style-01 .newsletter-top .newsletter-title {
    padding-left: 0;
    padding-right: 20px;
  }

  .lebe-instagram-sc.style-02 .item {
    margin-left: 20px;
  }

  .lebe-instagram-sc.style-03 .item-wrap:first-child {
    text-align: center;
  }

  .product-item.style-02 .product-info {
    text-align: center;
  }

  .lebe-dealproduct .product-info .price ins {
    float: none;
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  .owl-carousel.nav-circle .owl-nav .owl-prev {
    right: -13px;
  }

  .owl-carousel.nav-circle .owl-nav .owl-next {
    left: -13px;
  }

  .lebe-categories.style-04::before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .product-item.style-01 .product-thumb .product-gallery-slick {
    float: none;
  }

  .lebe-instagramshopwrap .fa-angle-left {
    right: -13px;
  }

  .lebe-instagramshopwrap .fa-angle-right {
    left: -13px;
  }
}
.lebe-demo.style-01.comming-mode .demo-inner::after {
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.lebe-demo.style-01.comming-mode .demo-inner::before {
  right: 0;
  left: 0;
}

.lebe-demo.style-01 img {
  border-radius: 3px;
}

.lebe-demo.style-01 .demo-button {
  right: auto;
  left: 0;
  border-radius: 3px;
}

.lebe-demo.style-01 .demo-button::before {
  left: auto;
  right: 50%;
  margin-left: auto;
  margin-right: -3px;
}

.lebe-demo.style-02 .demo-left {
  float: right;
}

.lebe-demo.style-02 .demo-title span {
  padding-left: 0;
  padding-right: 67px;
}

.lebe-demo.style-02 .demo-title span::before {
  left: auto;
  right: 13px;
}

.lebe-demo.style-02 .demo-des::before {
  margin-right: auto;
  margin-left: 7px;
}

.lebe-demo.style-02 .demo-right {
  float: right;
  text-align: left;
}

.lebe-demo.style-02 .demo-button::before {
  border-radius: 50%;
  margin-right: auto;
  margin-left: 9px;
  background: linear-gradient(45deg, #45b649, #6ce86d);
  text-align: center;
}

.flash {
  left: auto;
  right: 11px;
}

.onsale, .onnew {
  border-radius: 26px;
  text-align: center;
  background: #6ae08c;
}

span.onsale {
  background: #58cbe6;
}

.button-loop-action {
  right: 25px;
  text-align: center;
  left: 25px;
}

.button-loop-action a.button {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}

.product-inner:hover .button-loop-action a.button {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.product-grid .yith-wcqv-button {
  border-radius: 50%;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
}

#yith-quick-view-modal.loading .yith-quick-view-overlay::before {
  border: 2px solid #ccc;
  border-radius: 50%;
  right: auto;
  left: 50%;
  margin-right: auto;
  margin-left: -30px;
}

#yith-quick-view-modal.open .yith-wcqv-main {
  -webkit-box-shadow: 0 7px 32px 3px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 7px 32px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 0 7px 32px 3px rgba(0, 0, 0, 0.14);
}

#yith-quick-view-close {
  right: auto;
  left: 8px;
  border: none;
}

#yith-quick-view-close::before, #yith-quick-view-close::after {
  left: auto;
  right: 14px;
}

#yith-quick-view-close::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#yith-quick-view-close::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#yith-quick-view-content .owl-carousel.nav-caret .owl-nav .owl-prev {
  left: auto;
  right: 2px;
}

#yith-quick-view-content .owl-carousel.nav-caret .owl-nav .owl-next {
  right: auto;
  left: 2px;
}

#yith-quick-view-content .onsale {
  right: auto;
  left: 11px;
}

#yith-quick-view-content div.images {
  float: right;
}

#yith-quick-view-content div.summary {
  padding: 67px 88px 40px 0;
  right: auto;
  left: 0;
}

#yith-quick-view-content .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
  right: 0;
}

#yith-quick-view-content div.summary .summary-content {
  padding-right: 0;
  padding-left: 40px;
  text-align: right;
}

#yith-quick-view-content .summary .social-share .lebe-social {
  left: auto;
  right: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

#yith-quick-view-content .owl-carousel .owl-dots .owl-dot {
  background: transparent;
}

#yith-quick-view-content .owl-carousel .owl-dots .owl-dot:hover::before, #yith-quick-view-content .owl-carousel .owl-dots .owl-dot.active::before {
  transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
}

#yith-quick-view-content .owl-carousel .owl-dots .owl-dot::before {
  border: 2px solid #000;
  right: 0;
  left: 0;
  border-radius: 50%;
  transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
}

#yith-quick-view-content .owl-carousel .owl-dots .owl-dot:hover::after, #yith-quick-view-content .owl-carousel .owl-dots .owl-dot.active::after {
  transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
}

#yith-quick-view-content .owl-carousel .owl-dots .owl-dot::after {
  background: #000;
  border-radius: 50%;
  left: 4px;
  left: 4px;
}

#yith-quick-view-content .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
  text-align: center;
}

#yith-quick-view-content .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li img {
  border: 1px solid #e5e5e5;
}

#yith-quick-view-content .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li img.flex-active {
  border: 1px solid #e65f5c;
}

#yith-quick-view-content .summary .yith-wcwl-add-to-wishlist {
  text-align: center;
  right: auto;
  left: 30px;
}

.product-list .product-item .product-thumb {
  float: right;
  margin-right: auto;
  margin-left: 40px;
}

.product-list .yith-wcwl-add-to-wishlist {
  float: right;
  margin-right: auto;
  margin-left: 10px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
}

.product-list .yith-wcwl-add-to-wishlist:hover {
  background: #e65f5c;
}

.product-list .product-inner .add_to_cart_button, .product-list .product-inner .product_type_variable, .product-list .product-inner .product_type_grouped, .product-list .product-inner .product_type_simple, .product-list .product-inner .product_type_external {
  float: right;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
  border-radius: 50%;
}

.product-list .product-inner .add_to_cart_button:hover, .product-list .product-inner .product_type_variable:hover, .product-list .product-inner .product_type_grouped:hover, .product-list .product-inner .product_type_simple:hover, .product-list .product-inner .product_type_external:hover {
  background: #e65f5c;
}

.product-list .product_type_variable::before, .product-list .product_type_grouped::before, .product-list .product_type_simple::before, .product-list .product_type_external::before {
  margin-right: auto;
  margin-left: 5px;
}

.product-list .add_to_cart_button::before, .product-list .product_type_simple.add_to_cart_button::before {
  margin-right: auto;
  margin-left: 5px;
}

.product-list .yith-wcqv-button {
  float: right;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
}

.product-list .product-inner .added_to_cart {
  border: 1px solid;
  border-radius: 3px;
}

.product-grid .style-2 .button-loop-action {
  text-align: right;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  right: auto;
  left: auto;
}

.product-grid .product-item.style-2 .yith-wcwl-add-to-wishlist, .product-grid .product-item.style-2 .add-to-cart, .product-grid .product-item.style-2 .yith-wcqv-button {
  clear: right;
  float: right;
}

.product-grid .style-2 .info-top {
  float: right;
  background: #f8f8f8;
}

.product-grid .product-item.style-2 .variations {
  right: auto;
  left: 15px;
}

.info-product-content {
  text-align: center;
}

.info-product-content {
  text-align: center;
  background: #fff;
}

.product-grid .style-3 .product-inner .add_to_cart_button, .product-grid .style-3 .product-inner .added_to_cart, .product-grid .style-3 .product-inner .product_type_variable, .product-grid .style-3 .product-inner .product_type_simple, .product-grid .style-3 .product-inner .product_type_external, .product-grid .style-3 .product-inner .product_type_grouped {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.product-grid .product-item.style-3 .yith-wcwl-add-to-wishlist, .product-grid .product-item.style-3 .add-to-cart, .product-grid .product-item.style-3 a.yith-wcqv-button {
  clear: right;
  float: right;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.product-grid .product-item.style-3 .product-inner:hover .yith-wcwl-add-to-wishlist {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.product-grid .product-item.style-3 .product-inner:hover .add-to-cart {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.product-grid .product-item.style-3 .product-inner:hover a.yith-wcqv-button {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.product-grid .style-3 .button-loop-action {
  text-align: right;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.product-grid .style-3 .info-top {
  align-items: flex-end;
  padding: 0 10px 17px 20px;
  justify-content: space-between;
}

.product-grid .style-3 .product-info {
  right: 0;
  left: 0;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}

.product-grid .style-3 .product-inner:hover .product-info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.product-grid .style-4 .product-inner .add_to_cart_button, .product-grid .style-4 .product-inner .added_to_cart, .product-grid .style-4 .product-inner .product_type_variable, .product-grid .style-4 .product-inner .product_type_simple, .product-grid .style-4 .product-inner .product_type_external, .product-grid .style-4 .product-inner .product_type_grouped {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  box-shadow: 0 0 0;
  background: transparent !important;
}

.product-grid .product-item.style-4 .button-loop-action {
  right: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  justify-content: center;
  background: #303030;
}

.product-grid .product-item.style-4 .product-inner:hover .button-loop-action {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.product-grid .product-item.style-4 .yith-wcwl-add-to-wishlist, .product-grid .product-item.style-4 .add-to-cart, .product-grid .product-item.style-4 a.yith-wcqv-button {
  clear: none;
  float: right;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  box-shadow: 0 0 0 0;
  background: transparent;
}

.product-grid .product-item.style-4 .yith-wcwl-add-to-wishlist::after, .product-grid .product-item.style-4 .add-to-cart::after, .product-grid .product-item.style-4 a.yith-wcqv-button::after {
  border-left: none;
  border-right: 1px solid rgba(242, 242, 242, 0.16);
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-grid .style-5 .product-inner .added_to_cart, .product-grid .style-5 .product-inner .product_type_variable, .product-grid .style-5 .product-inner .product_type_simple, .product-grid .style-5 .product-inner .product_type_external {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.product-item.style-4 .yith-wcwl-add-to-wishlist, .product-item.style-4 a.yith-wcqv-button, .product-item.style-4 .yith-wcwl-add-button a.add_to_wishlist, .product-item.style-4 .product-inner .add_to_cart_button, .product-item.style-4 .product-inner .added_to_cart, .product-item.style-4 .product-inner .product_type_variable, .product-item.style-4 .product-inner .product_type_simple, .product-item.style-4 .product-inner .product_type_external, .product-item.style-4 .product-inner .product_type_grouped {
  border-radius: 0 !important;
}

.product-grid .product-item.style-5 .yith-wcwl-add-to-wishlist, .product-grid .product-item.style-5 .add-to-cart, .product-grid .product-item.style-5 a.yith-wcqv-button, .product-grid .style-5 .product-inner .add_to_cart_button, .product-grid .style-5 .product-inner .product_type_simple, .product-grid .style-5 .product-inner .product_type_grouped, .product-grid .style-5 .product-inner .product_type_external, .product-grid .style-5 .product-inner .product_type_variable {
  clear: right;
  float: right;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.product-grid .product-item.style-5 .product-inner:hover .yith-wcwl-add-to-wishlist {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.product-grid .product-item.style-5 .product-inner:hover .add-to-cart {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.product-grid .product-item.style-5 .product-inner:hover a.yith-wcqv-button, .product-grid .style-5 .product-inner:hover .add_to_cart_button, .product-grid .style-5 .product-inner:hover .product_type_simple, .product-grid .style-5 .product-inner:hover .product_type_grouped, .product-grid .style-5 .product-inner:hover .product_type_external, .product-grid .style-5 .product-inner:hover .product_type_variable {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.product-grid .style-5 .button-loop-action {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  left: 10px;
  right: auto;
}

.product-item.style-5 {
  border: 1px solid #dfdfdf;
  border-left: none;
  border-right: none;
}

.product-item.style-5 .variations td.value {
  left: auto;
  right: 10px;
}

.product-item.style-5 .product-title {
  text-align: center;
}

.product-item.style-5 .product-inner .price {
  text-align: center;
}

.product-item.style-5 .product-info.equal-elem .product-title a {
  text-align: center;
}

.product-item.style-5 .star-rating {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1500px) {
  .product-item.style-5.col-bg-1:nth-child(12n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-bg-2:nth-child(6n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-bg-15:nth-child(5n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-bg-3:nth-child(4n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-bg-4:nth-child(3n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-bg-6:nth-child(2n) {
    border-right: none;
    border-left: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .product-item.style-5.col-lg-1:nth-child(12n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-lg-2:nth-child(6n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-lg-15:nth-child(5n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-lg-3:nth-child(4n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-lg-4:nth-child(3n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-lg-6:nth-child(odd) {
    border-right: none;
    border-left: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-item.style-5.col-md-1:nth-child(12n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-md-2:nth-child(6n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-md-15:nth-child(5n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-md-3:nth-child(4n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-md-4:nth-child(3n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-md-6:nth-child(odd) {
    border-right: none;
    border-left: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-item.style-5.col-sm-1:nth-child(12n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-sm-2:nth-child(6n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-sm-15:nth-child(5n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-sm-3:nth-child(4n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-sm-4:nth-child(3n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-sm-6:nth-child(2n) {
    border-right: none;
    border-left: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .product-item.style-5.col-xs-1:nth-child(12n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-xs-2:nth-child(6n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-xs-15:nth-child(5n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-xs-3:nth-child(4n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-xs-4:nth-child(3n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-xs-6:nth-child(2n) {
    border-right: none;
    border-left: none;
  }
}
@media (max-width: 479px) {
  .product-item.style-5.col-ts-1:nth-child(12n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-ts-2:nth-child(6n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-ts-15:nth-child(5n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-ts-3:nth-child(4n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-ts-4:nth-child(3n) {
    border-right: none;
    border-left: none;
  }

  .product-item.style-5.col-ts-6:nth-child(2n) {
    border-right: none;
    border-left: none;
  }
}
body.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading, body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border: 1px solid #dfdfdf !important;
}

body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: auto;
  left: 34px !important;
}

body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  border: 1px solid #dfdfdf !important;
}

body .vc_toggle_default .vc_toggle_title .vc_toggle_icon {
  left: 0;
  right: auto !important;
  background: #000;
}

body .vc_toggle_default .vc_toggle_icon::after {
  background: #000000;
}

body .vc_toggle_default .vc_toggle_content {
  padding-right: 0 !important;
  padding-left: 46px;
}

@-webkit-keyframes underline-link {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50.01% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes underline-link {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50.01% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.lebe-banner.style-01 .banner-thumb::before {
  right: 30px;
  left: 30px;
  background: #ffffff;
}

.lebe-banner.style-01 .banner-inner .banner-info {
  right: 30px;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.lebe-banner.style-01 .banner-info .button {
  padding: 0 0 5px 15px;
}

.lebe-banner.style-01 .banner-info .button::after {
  right: auto;
  left: 0;
}

.lebe-banner.style-01 .banner-info .button::before {
  left: auto;
  right: 0;
}

.lebe-banner.style-01.small .banner-inner .banner-info {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  background: #ffffff;
}

.lebe-banner.style-02.border::before {
  right: 45px;
  left: 45px;
  border: 1px solid #ffffff;
}

.lebe-banner.style-02 .banner-info {
  right: 15px;
  left: 15px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lebe-banner.style-02 .button::before, .lebe-banner.style-08 .button::before, .lebe-banner.style-05 .button::before, .lebe-banner.style-06 .bigtitle::before, .lebe-banner.style-10 .button::before, .lebe-banner.style-11 .button::before, .lebe-banner.style-12 .button::before {
  border: 1px solid #ffffff;
}

.lebe-banner.style-09 .banner-inner img {
  object-fit: cover;
}

.lebe-banner.style-01 .banner-inner:hover img, .lebe-banner.style-01.small .banner-inner:hover img, .lebe-banner.style-03 .banner-inner:hover img, .lebe-banner.style-04 .banner-inner:hover img, .lebe-banner.style-05 .banner-inner:hover img, .lebe-banner.style-06 .banner-inner:hover img, .lebe-banner.style-08 .banner-inner:hover img, .lebe-banner.style-09 .banner-inner:hover img, .lebe-banner.style-10 .banner-inner:hover img, .lebe-banner.style-11 .banner-inner:hover img, .lebe-banner.style-12 .banner-inner:hover img, .lebe-banner.style-13 .banner-inner:hover img, .lebe-blog.style-01 .blog-thumb:hover img, .lebe-blog.style-02 .blog-thumb:hover img, .lebe-blog.style-04 .blog-thumb:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.lebe-banner.style-03 .banner-info {
  left: auto;
  right: 10%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lebe-banner.style-03 .button::before {
  border: 1px solid #e65f5c;
}

.lebe-blog.style-03 .blog-heading, .lebe-instagram-sc.style-04 .title {
  text-align: center;
}

.lebe-blog.style-03 .blog-heading::before, .lebe-instagram-sc.style-04 .title::before {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.lebe-banner.style-04 .banner-info, .lebe-banner.style-05 .banner-info, .lebe-banner.style-06 .banner-info, .lebe-banner.style-08 .banner-info {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  left: auto;
  right: 50%;
  text-align: center;
}

.lebe-banner.style-04 .bigtitle {
  background: #ffffff;
  text-align: center;
}

.lebe-banner.style-04 .bigtitle::before {
  left: 0;
  right: 0;
  -moz-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
  -o-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
  -ms-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
  -webkit-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
  transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.lebe-banner.style-04 .bigtitle:hover::before {
  -moz-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  -o-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  -ms-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
}

.lebe-banner.style-06 .bigtitle::before {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  left: auto;
  right: 50%;
  border: 1px solid #fff;
}

.lebe-banner.style-07 .banner-thumb {
  float: right;
}

.lebe-banner.style-07:hover .banner-thumb img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.lebe-banner.style-07.right .banner-thumb {
  float: left;
}

.lebe-banner.style-07 .banner-info {
  float: right;
}

.lebe-banner.style-07 .banner-info-inner {
  text-align: center;
}

.lebe-banner.style-07 .button {
  background: #000000;
}

.lebe-banner.style-09 .banner-info {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: auto;
  left: 5%;
  text-align: center;
}

.lebe-banner.style-09 .title::before {
  border-left: none;
  border-right: 1px solid #000;
  left: auto;
  right: 50%;
}

.lebe-banner.style-09 .button {
  background: #000000;
}

.lebe-banner.style-09 .button::before, .lebe-banner.style-07 .button::before {
  background: #fc3c3c;
  left: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.lebe-banner.style-09 .button:hover::before, .lebe-banner.style-07 .button:hover::before {
  webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.lebe-banner.style-10 .banner-info {
  left: auto;
  right: 60px;
}

.lebe-banner.style-11 .banner-info {
  text-align: center;
  right: 12px;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lebe-banner.style-11 .banner-inner::before {
  right: 40px;
  left: 40px;
  background: #9b7964;
}

.lebe-banner.style-12 .banner-info {
  left: auto;
  right: 10%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lebe-banner.style-13 .banner-info {
  text-align: center;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lebe-banner.style-13 .button {
  border: 1px solid #ffffff;
}

.lebe-banner.style-13 .button::before, .lebe-banner.style-15 .button::before {
  left: 0;
  right: 0;
  -moz-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
  -o-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
  -ms-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
  -webkit-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
  transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.lebe-banner.style-13 .button:hover::before, .lebe-banner.style-15 .button:hover::before {
  -moz-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  -o-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  -ms-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
}

.lebe-banner.style-14 .banner-info {
  left: auto;
  right: 73%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.lebe-banner.style-14 .button {
  border: 1px solid #000000;
  text-align: center;
}

.lebe-banner.style-14 .button:hover {
  background: #000000;
}

.lebe-banner.style-15 img {
  object-fit: cover;
}

.lebe-banner.style-15 .banner-info {
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lebe-banner.style-15 .desc {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.lebe-banner.style-15 .bigtitle {
  margin-left: auto;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 10px;
}

.lebe-banner.style-15 .bigtitle::before {
  left: auto;
  right: -41px;
}

.lebe-banner.style-15 .button {
  text-align: center;
  border: 1px solid #ffffff;
}

.tab-container .tab-panel {
  right: 0;
  left: 0;
}

.lebe-tabs .tab-link {
  padding-left: 0;
  padding-right: 0;
}

.lebe-tabs .tab-link::after {
  clear: both;
}

.lebe-tabs .tab-head .tab-link li.dropdown {
  right: auto;
  left: 85px;
}

.lebe-tabs .tab-head .tab-link li.dropdown a {
  text-align: center;
}

.lebe-tabs .dropdown-menu {
  border: none;
  text-align: right;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.175);
  right: auto;
  left: -10px;
}

.lebe-tabs .tab-head .tab-link {
  text-align: center;
}

.lebe-tabs .tab-head .tab-link li {
  margin-right: auto;
  margin-left: 40px;
}

.lebe-tabs .tab-head .tab-link li:last-child {
  margin-right: auto;
  margin-left: 0;
}

.lebe-tabs .tab-head .tab-link li a::before {
  border: 1px solid #e65f5c;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.lebe-tabs .tab-head .tab-link li a:hover::before, .lebe-tabs .tab-head .tab-link li.active a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.lebe-iconbox.style-01 .iconbox-inner {
  border: 2px solid #dbdbdb;
  padding: 45px 37px 45px 20px;
}

.lebe-iconbox.style-01 .icon {
  margin-right: auto;
  margin-left: 15px;
  float: right;
}

.lebe-iconbox.style-01 .icon:hover, .lebe-iconbox.style-02 .icon:hover, .lebe-iconbox.style-03 .icon:hover, .lebe-iconbox.style-04 .icon:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.owl-item .lebe-iconbox.style-02 .iconbox-inner {
  border-left: none;
  border-right: 1px solid #dedede;
  text-align: center;
}

.owl-item.item-first .lebe-iconbox.style-02 .iconbox-inner {
  border-left: none;
  border-right: none;
}

.owl-item .lebe-iconbox.style-03 .iconbox-inner {
  text-align: center;
}

.owl-item .lebe-iconbox.style-03 .content::before {
  right: auto;
  left: -25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.owl-item .lebe-iconbox.style-03 .title::before {
  border: 3px solid #ffffff;
  background: #868686;
  left: auto;
  right: -6px;
  border-radius: 50%;
}

.owl-item .lebe-iconbox.style-03 .content::after {
  right: auto;
  left: -25px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.owl-item .lebe-iconbox.style-04 .iconbox-inner {
  border-left: none;
  border-right: 1px solid rgba(247, 247, 247, 0.3);
  text-align: center;
}

.owl-item.item-first .lebe-iconbox.style-04 .iconbox-inner {
  border-left: none;
  border-right: none;
}

.lebe-iconbox.style-05 .iconbox-inner {
  border-right: none;
  border-left: 2px solid #ffffff;
  text-align: center;
}

.lebe-iconbox.style-05 .icon {
  border-radius: 50%;
}

.lebe-iconbox.style-05 .icon:hover {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.lebe-iconbox.style-06 {
  text-align: center;
}

.lebe-iconbox.style-07 {
  text-align: center;
}

.lebe-iconbox.style-07 .title::before {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.lebe-iconbox.style-07 .button::before {
  border: 1px solid #000000;
}

.lebe-title.style1, .lebe-title.style2 {
  text-align: center;
}

.lebe-title.style1 .block-title::before {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.lebe-title.style2 .block-title {
  background: #ffffff;
}

.lebe-title.style2 .title-inner::before {
  left: auto;
  right: 0;
}

.lebe-title.style3 .title-inner {
  text-align: center;
}

.lebe-title.style3 .block-title::after {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.lebe-title.style4 .block-title::before {
  left: auto;
  right: 0;
}

.lebe-title.style6 .block-title {
  text-align: center;
}

.lebe-title.style6 .title-inner::before {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.lebe-title.style7 .block-title {
  text-align: center;
}

.lebe-title.style7 .title-inner::before {
  border: 1px solid #000000;
  left: auto;
  right: 50%;
}

.lebe-title.style5 .block-title {
  text-align: center;
}

.lebe-title.style5 .block-title::before {
  border: 1px solid #e65f5c;
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.lebe-title.style8 .block-title {
  text-align: center;
}

.lebe-title.style8 .block-title::before {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.lebe-newsletter.style-06 .email {
  padding-right: 0;
  padding-left: 120px;
}

.lebe-newsletter.style-06 .submit-newsletter {
  background: none;
  left: auto;
  right: 0;
}

.lebe-newsletter.style-06 .submit-newsletter::before {
  right: auto;
  left: 0;
}

.lebe-newsletter.style-05.light .newsletter-inner {
  text-align: center;
}

.lebe-newsletter.style-05.light .email {
  border: 2px solid #3a3a3a;
}

.lebe-newsletter.style-05.light .submit-newsletter {
  background: #e65f5c;
  left: 0;
  right: auto;
}

.lebe-newsletter.style-05.light .submit-newsletter::before, .lebe-newsletter.style-04 .submit-newsletter::before, .lebe-newsletter.style-09 .submit-newsletter::before, .lebe-newsletter.style-11 .submit-newsletter::before {
  background: #ffffff;
  left: 0;
  left: -1px;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.lebe-newsletter.style-04 .submit-newsletter::before, .lebe-newsletter.style-09 .submit-newsletter::before, .lebe-newsletter.style-11 .submit-newsletter::before {
  background: #e65f5c;
}

.lebe-newsletter.style-05.light .submit-newsletter:hover::before, .lebe-newsletter.style-04 .submit-newsletter:hover::before, .lebe-newsletter.style-09 .submit-newsletter:hover::before, .lebe-newsletter.style-11 .submit-newsletter:hover::before {
  webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.lebe-newsletter.style-09 .submit-newsletter:hover::before {
  border: 2px solid #e65f5c;
  border-left: none;
  border-right: none;
}

.lebe-newsletter.style-07 .newsletter-form-wrap-inner {
  text-align: right;
}

.lebe-newsletter.style-07 .submit-newsletter, .lebe-newsletter.style-10 .submit-newsletter {
  background: none;
  border: none;
  left: auto;
  right: 0;
  padding-right: 0;
  padding-left: 20px;
}

.lebe-newsletter.style-07 .submit-newsletter::before {
  right: auto;
  left: 0;
}

.lebe-newsletter.style-08 .icon {
  margin: 0 0 10px 0;
}

.lebe-newsletter.style-08 .submit-newsletter {
  right: auto;
  left: 0;
}

.lebe-newsletter.style-08 .submit-newsletter::before {
  right: auto;
  left: 0;
}

.lebe-newsletter.style-09 .email {
  border: 2px solid #ffffff;
}

.lebe-newsletter.style-09 .submit-newsletter {
  background: #ffffff;
  left: auto;
  right: 0;
}

.lebe-newsletter.style-11 .newsletter-form-wrap-inner {
  background: #ffffff;
}

.lebe-newsletter.style-11 .email {
  background: none;
  border: none;
}

.lebe-newsletter.style-11 .submit-newsletter {
  background: #000000;
  left: auto;
  right: 0;
}

.lebe-newsletter.style-10 .submit-newsletter::before {
  right: auto;
  left: 0;
}

.lebe-button.style-01 .button {
  text-align: center;
  border: 2px solid #000000;
}

.lebe-button.style-01 .button:hover {
  background: #e65f5c;
}

.lebe-button.style-02 .button {
  background: #000000;
}

.lebe-button.style-02 .button:hover {
  background: #e65f5c;
}

footer.footer.wp-default {
  text-align: center;
}

.lebe-custommenu ul {
  padding-left: 0;
  padding-right: 0;
}

.lebe-custommenu.center {
  text-align: center;
}

.lebe-custommenu.right {
  text-align: left;
}

.lebe-custommenu.style-02 .menu li {
  padding-right: 0;
  padding-left: 15px;
}

.lebe-custommenu.style-02 .menu li:last-child {
  padding-right: 0;
  padding-left: 0;
}

.lebe-custommenu.style-02.light.right .menu li {
  padding-right: 0;
  padding-left: 0;
}

.lebe-custommenu.style-02.light.right ul li a {
  border-right: none;
  border-left: 1px solid #dedede;
  padding-right: 0;
  padding-left: 15px;
  margin-right: auto;
  margin-left: 13px;
}

.lebe-custommenu.style-02.light.right ul li a {
  border-right: none;
  border-left: 1px solid #414141;
}

.lebe-custommenu.style-02.light.right ul li:last-child a {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: 0;
  border-right: none;
  border-left: none;
}

.footer.style-09 {
  background: linear-gradient(to left, #f8f8f8, #f8f8f8 50%, #1e1e1e 50%);
}

.lebe-custommenu.style-03.right {
  text-align: left;
}

.lebe-custommenu.style-03 ul li:not(:first-child) {
  margin-left: auto;
  margin-right: 20px;
}

.lebe-custommenu.style-04 {
  text-align: center;
}

.lebe-custommenu.style-04 ul li a {
  border-right: none;
  border-left: 1px solid #dedede;
  padding-right: 0;
  padding-left: 15px;
  margin-right: auto;
  margin-left: 13px;
}

.lebe-custommenu.style-04.light ul li a {
  border-right: none;
  border-left: 1px solid #868686;
}

.lebe-custommenu.style-04 ul li:last-child a {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: 0;
  border-right: none;
  border-left: none;
}

.lebe-socials.right {
  text-align: left;
}

.lebe-socials.center {
  text-align: center;
}

.lebe-socials .social-item {
  border-radius: 50%;
  margin-right: auto;
  margin-left: 10px;
  text-align: center;
}

.lebe-socials.style-01 .social-item {
  background: #1e1e1e;
}

.lebe-socials.style-02 .social-item {
  border: 2px solid #2b2b2b;
}

.lebe-socials .social-item::before {
  right: -1px;
  left: -1px;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  border-radius: 50%;
}

.lebe-socials .social-item:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.lebe-socials .social-item:last-child {
  margin-right: auto;
  margin-left: 0;
}

.lebe-buttonvideo.style-01 .lebe-bt-video a {
  left: auto;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: #e65f5c;
  border-radius: 50%;
}

.lebe-buttonvideo.style-01 .lebe-bt-video a::after {
  right: 0;
  left: 0;
  border: 3px solid #e65f5c;
  border-radius: 50%;
}

.lebe-buttonvideo.style-01 .lebe-bt-video a:hover::after {
  -webkit-transform: scale(1.13);
  -moz-transform: scale(1.13);
  -ms-transform: scale(1.13);
  -o-transform: scale(1.13);
  transform: scale(1.13);
}

.lebe-buttonvideo.style-01 .lebe-bt-video a span::before {
  left: auto;
  right: 52px;
}

.lebe-buttonvideo.style-01 .lebe-bt-video a span::after {
  left: auto;
  right: 55px;
}

.lebe-instagram-sc.style-01 .instagram-inner {
  text-align: center;
}

.lebe-instagram-sc.style-01 .icon {
  text-align: center;
  border-radius: 50%;
  border: 2px solid #000000;
}

.lebe-instagram-sc .item a::before {
  right: 0;
  left: 0;
  background: #000000;
}

.lebe-instagram-sc .info-img {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
}

.lebe-instagram-sc .info-img .social-info i {
  padding-right: 0;
  padding-left: 5px;
}

.lebe-instagram-sc .info-img .social-info:last-child i {
  margin-left: auto;
  margin-right: 10px;
}

.lebe-instagram-sc.style-04 .icon {
  text-align: center;
}

.lebe-testimonial .rating span {
  float: right;
  left: auto;
  right: 0;
}

.lebe-testimonial.style-01 .testimonial-wrap.equal-elem {
  text-align: center;
  border: 2px solid #ececec;
}

.lebe-testimonial.style-01 .thumb img {
  text-align: center;
  border-radius: 50%;
}

.lebe-testimonial.style-01 .name {
  text-align: center;
}

.lebe-testimonial.style-01 .position {
  text-align: center;
}

.lebe-testimonial.style-04 .name::before {
  border: 1px solid #000000;
  left: auto;
  right: 50%;
}

.lebe-instagramshopwrap .ziss-shop-wrap {
  padding-right: 0;
  padding-left: 0;
}

.ziss-shop-wrap .ziss-item-inner::before {
  right: 0;
  left: 0;
  pointer-events: none;
}

.ziss-shop-wrap .ziss-figure-wrap .pin-text {
  left: auto;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  text-align: center;
  pointer-events: none;
}

.ziss-shop-wrap .ziss-figure-wrap .pin-text::before {
  pointer-events: none;
}

.ziss-shop-wrap .ziss-item-inner.no-products-pin::after {
  pointer-events: none;
  left: auto;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  text-align: center;
}

.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-popup-body-left {
  float: right;
}

.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content)::before {
  right: 0;
  left: 0;
  pointer-events: none;
}

.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-product-wrap {
  margin-right: 0;
}

.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-price-wrap {
  float: none !important;
}

.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-rating-wrap {
  float: none !important;
}

.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .add_to_cart_button {
  line-height: 46px;
}

.ziss-popup-wrap .add_to_cart_button::before, .ziss-popup-wrap .product_type_simple.add_to_cart_button::before {
  margin-right: auto;
  margin-left: 5px;
  float: right;
}

div.ziss-item .ziss-figure {
  background-size: calc(100% + 2px);
}

.ziss-handle {
  border-radius: 0 !important;
}

@media (min-width: 992px) {
  .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9 {
    float: right !important;
  }

  .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content) .ziss-close-popup {
    left: 10px;
  }

  .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup::before, .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup::after {
    right: 7px;
  }

  .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content) ~ .ziss-popup-nav.ziss-popup-nav-prev {
    right: 60%;
  }

  .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content) ~ .ziss-popup-nav.ziss-popup-nav-next {
    left: auto;
    right: 60%;
    margin-left: auto;
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-popup-body-left {
    margin-left: auto;
    margin-right: 0 !important;
  }

  .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-popup-body-right {
    margin-right: 0;
  }
}
.lebe-instagramshopwrap.imagetype.style-02 .title-insshop {
  text-align: center;
}

.lebe-instagramshopwrap.imagetype.style-02 .title-insshop img {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.lebe-instagramshopwrap.style-02 .title-insshop h3::before {
  left: auto;
  right: 0;
}

.lebe-instagramshopwrap.style-02 .title-insshop h3::after {
  right: auto;
  left: 0;
}

.lebe-instagramshopwrap.style-02 .ziss-row {
  margin-left: 0;
  margin-right: 0;
}

.lebe-instagramshopwrap.style-02 .ziss-item {
  padding-right: 0;
  padding-left: 0;
}

.lebe-instagramshopwrap.icontype.style-02 .title-insshop {
  text-align: center;
}

@media (min-width: 1281px) {
  .lebe-instagramshopwrap.style-03 .ziss-row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .lebe-instagramshopwrap.style-03 .ziss-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.lebe-instagramshopwrap.style-04 .ziss-row {
  margin-left: 0;
  margin-right: 0;
}

.lebe-instagramshopwrap.style-04 .slick-list {
  margin-right: -20px;
  margin-left: -20px;
}

.lebe-instagramshopwrap.style-04 .ziss-item {
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 1280px) {
  .lebe-banner.style-03 .banner-info {
    right: 5%;
  }

  .lebe-instagramshopwrap .fa-angle-left {
    right: -20px;
  }

  .lebe-instagramshopwrap .fa-angle-right {
    left: -20px;
  }

  .lebe-instagram-sc.style-03 .item-wrap {
    padding-right: 8px;
    padding-left: 8px;
  }

  .lebe-instagramshopwrap.style-04 .slick-list {
    margin-right: -15px;
    margin-left: -15px;
  }

  .lebe-instagramshopwrap.style-04 .ziss-item {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 1499px) {
  .lebe-blog.style-02 .blog-info {
    padding: 30px 15px 0 15px;
  }

  .lebe-blog.style-02 .blog-readmore {
    border: 1px solid;
  }
}
@media (max-width: 1199px) {
  .lebe-banner.style-10 .banner-info {
    right: 25px;
  }

  .lebe-blog.style-02 .blog-info {
    padding: 15px 10px 0 10px;
  }

  .lebe-banner.style-11 .banner-inner::before {
    right: 10px;
    left: 10px;
  }
}
@media (max-width: 991px) {
  .lebe-banner.style-01.small .banner-inner .banner-info, .lebe-banner.style-01 .banner-inner .banner-info {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    right: 0;
    left: 0;
  }

  .lebe-custommenu.right {
    text-align: right;
  }

  .footer.style-02 .lebe-custommenu.style-02 {
    text-align: center;
  }

  .lebe-newsletter.style-01 .newsletter-top {
    text-align: center;
  }

  .lebe-newsletter.style-01 .newsletter-form-wrap {
    text-align: center;
  }

  .lebe-instagram-sc.style-03 .item-wrap:first-child {
    text-align: center;
  }

  .lebe-instagram-sc.style-02 .item-cell {
    float: right;
  }

  .lebe-instagram-sc.style-02 .item {
    margin-right: auto;
    margin-left: 0;
  }

  .lebe-instagram-sc.style-02 .item {
    float: right;
  }

  .lebe-banner.style-02.border::before {
    right: 30px;
    left: 30px;
  }

  body .vc_toggle_default .vc_toggle_content {
    padding-right: 0;
    padding-left: 40px;
  }

  .lebe-socials.style-02 .social-item {
    margin-right: auto;
    margin-left: 5px;
  }

  .footer.style-09 {
    background: #f8f8f8;
  }

  .footer.style-09 .lebe-custommenu ul {
    text-align: center;
  }

  .lebe-newsletter.style-07 .newsletter-inner {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .lebe-iconbox.style-01 .iconbox-inner {
    text-align: center;
  }

  .lebe-iconbox.style-01 .icon {
    float: none;
    margin-left: 0;
  }

  .lebe-custommenu.style-03 ul li:not(:first-child) {
    margin-right: 10px;
  }

  .lebe-instagramshopwrap.style-01 .ziss-shop-wrap {
    padding-right: 5px;
    padding-left: 5px;
  }

  .lebe-instagramshopwrap.style-03 .ziss-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .lebe-instagramshopwrap.style-03 .ziss-item {
    padding-right: 10px;
    padding-left: 10px;
  }

  .lebe-instagramshopwrap.style-04 .slick-list {
    margin-right: -10px;
    margin-left: -10px;
  }

  .lebe-instagramshopwrap.style-04 .ziss-item {
    padding-right: 10px;
    padding-left: 10px;
  }

  .owl-carousel.nav-center .owl-nav > div {
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.09);
  }

  .owl-carousel.nav-center .owl-nav .owl-prev, .lebe-blog.style-02 .owl-carousel.nav-center .owl-nav .owl-prev {
    right: -10px;
  }

  .owl-carousel.nav-center .owl-nav .owl-next, .lebe-blog.style-02 .owl-carousel.nav-center .owl-nav .owl-next {
    left: -10px;
  }

  .product-item.style-01 .product-info {
    text-align: center;
  }

  .lebe-instagram-sc.style-01 .owl-carousel.nav-center .owl-nav .owl-prev {
    right: -10px;
  }

  .lebe-instagram-sc.style-01 .owl-carousel.nav-center .owl-nav .owl-next {
    left: -10px;
  }

  .lebe-banner.style-07 .banner-info {
    float: none;
  }

  .lebe-banner.style-07.right .banner-thumb, .lebe-banner.style-07 .banner-thumb {
    float: none;
  }

  .lebe-banner.style-09 .banner-info {
    left: 2%;
  }

  .lebe-banner.style-09 .banner-thumb::before {
    right: 0;
    left: 0;
    background: #ffffff;
  }

  .lebe-banner.style-11 .banner-inner::before {
    left: 25px;
    left: 25px;
  }

  .lebe-buttonvideo.style-01 .lebe-bt-video a span::before {
    left: 28px;
  }

  .lebe-buttonvideo.style-01 .lebe-bt-video a span::after {
    left: 30px;
  }

  .lebe-banner.style-02 .banner-thumb img {
    object-fit: cover;
  }

  .lebe-tabs .tab-head .tab-link li {
    margin-left: 20px;
  }

  div.summary .attribute-pa_size a.change-value:not(.color) {
    margin-left: 7px;
  }
}
@media (max-width: 480px) {
  .lebe-blog.style-01 .blog-readmore, .lebe-blog.style-03 .blog-readmore {
    padding: 0 0 0 15px;
  }

  .lebe-blog.style-02 .blog-thumb {
    float: none;
  }

  .lebe-blog.style-02 .blog-info {
    float: none;
  }

  .lebe-custommenu.style-02.light.right ul li a {
    padding-right: 0;
    padding-left: 5px;
    margin-right: auto;
    margin-left: 2px;
  }

  .lebe-custommenu.style-04 ul li {
    padding-right: 0;
    padding-left: 5px;
    margin-right: auto;
    margin-left: 5px;
  }

  .lebe-banner.style-14 .banner-thumb::before {
    background: #ffffff;
    left: 0;
    left: 0;
  }

  .lebe-banner.style-14 .banner-info {
    left: 50%;
  }

  .lebe-banner.style-14 .desc {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.lebe-bg-parallax {
  background-size: cover !important;
  background-position: center !important;
}

.woocommerce-page-headermid {
  text-align: center;
}

.woocommerce-page-header {
  padding: 35px 0 24px 0;
}

.woocommerce-page-header ul {
  text-align: center;
}

.woocommerce-page-header ul .line-hover {
  margin: 0 11px 11px 11px;
}

.woocommerce-page-header ul .line-hover a {
  text-align: center;
  border-radius: 35px;
}

.site-main .nav-tabs {
  border: none;
}

.nav {
  padding-left: 0;
  padding-right: 0;
}

.nav-tabs > li > a {
  margin-right: auto;
  margin-left: 0;
  border: none;
  border-radius: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: none;
}

.woocommerce-account .woocommerce .customer-form {
  margin: 0 auto 300px auto;
}

.login-icon {
  text-align: center;
}

p.des-login {
  text-align: center;
}

.lost_password {
  float: left;
}

.lost_password::before {
  left: auto;
  right: 0;
}

.woocommerce-ResetPassword {
  margin: 0 auto 300px auto;
}

.woocommerce-ResetPassword input[type=submit] {
  text-align: center;
}

.rememberme {
  float: right;
}

.rememberme > span::before {
  border: 1px solid #e2e2e2;
}

.rememberme:hover span::before, .rememberme input[type=checkbox]:checked + span::before {
  background: #000000;
  margin-left: 11px;
  margin-right: 0;
}

.register-button, .login-button {
  border: 1px solid #000000;
  text-align: center;
}

.form-row {
  float: right;
}

.divider {
  text-align: center;
}

.divider::before {
  left: auto;
  right: 0;
}

.divider::after {
  right: auto;
  left: 0;
}

.theme-4 {
  text-align: center;
}

.theme-4 .apsl-icon-block {
  border-radius: 0 !important;
  margin: 0 7px 18px 7px;
}

.theme-4 .fa {
  padding-right: 0;
  padding-left: 10px !important;
}

.woocommerce-Address {
  border: 1px solid #dddddd;
}

.woocommerce-MyAccount-content input.button {
  background: #000000;
  border: medium none;
}

.woocommerce-MyAccount-content input.button:hover {
  background: #e65f5c;
}

.woocommerce-MyAccount-navigation > ul {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-password-strength::before {
  left: auto;
  right: 0;
}

.woocommerce-password-strength::after {
  left: auto;
  right: 0;
}

.shop-sidebar .widget ul li {
  border: medium none;
}

.shop-sidebar .widget ul li a::before {
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  margin-right: auto;
  margin-left: 15px;
}

.shop-sidebar .widget ul li a:hover::before {
  background: #e65f5c none repeat scroll 0 0;
}

.prdctfltr_wc.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering {
  background: #fff;
  box-shadow: 0 3px 45px rgba(0, 0, 0, 0.06);
}

.part-filter-wrap {
  float: right;
}

.products-size svg {
  margin: 0 0 0 20px;
  stroke: #9f9f9f;
  stroke-width: 0;
  fill: #9f9f9f;
}

.products-size.active svg, .products-size:hover svg {
  stroke: #e65f5c;
  fill: #e65f5c;
}

a.filter-toggle {
  background: #f0f0f0;
  padding: 0 60px 0 20px;
  border-radius: 20px;
}

a.filter-toggle > i {
  text-align: center;
  background: #e65f5c;
  border-radius: 50%;
  right: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.toolbar-products.toolbar-top .part-wrap {
  float: none;
  text-align: center;
}

.actions-wrap {
  float: right;
}

.toolbar-products.toolbar-top .part-wrap:first-child {
  border: none;
  text-align: right;
}

.toolbar-products.toolbar-top .part-wrap:last-child {
  text-align: left;
}

.grid-mode a.display-mode::before {
  left: auto;
  right: 0;
  background-position: 0 0;
}

.list-mode a.display-mode::before {
  left: auto;
  right: 0;
  background-position: -24px 0;
}

.toolbar-products.toolbar-products-mobile, .real-mobile-toolbar.toolbar-products-shortcode {
  padding-right: 5px;
  padding-left: 5px;
}

.enable-header-mobile div.toolbar-products.toolbar-products-mobile, .enable-header-mobile div.real-mobile-toolbar.toolbar-products-shortcode {
  padding-right: 0;
  padding-left: 0;
  border: none;
}

.part-filter-wrap {
  float: right;
}

.part-cats-list-wrap {
  text-align: right;
  float: right;
}

.toolbar-products ul.category-filter {
  text-align: right;
}

.part-products-size-wrap {
  float: left;
  text-align: left;
}

.part-filter-wrap + .part-cats-list-wrap ul.category-filter {
  text-align: center;
}

.toolbar-products .category-filter li:first-child {
  margin-left: auto;
  margin-right: 0;
}

.toolbar-products .category-filter li:last-child {
  margin-right: auto;
  margin-left: 0;
}

.toolbar-products .filter-ordering {
  float: left;
}

form.fami-woocommerce-ordering {
  /*background-image: url('assets/images/arr-drop.png');*/
  border: 1px solid #cfcfcf;
  background-position: calc(100% - 20px) center;
}

.fami-woocommerce-ordering select.orderby {
  border: none;
  padding: 0 20px 0 0;
}

.chosen-container-single .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single {
  background: no-repeat;
  border: none;
  box-shadow: 0 0 0;
}

.chosen-container-single .chosen-single div b {
  background-position: -52px 2px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -52px 2px;
}

.price_label {
  float: right;
}

div.price_slider.ui-slider-horizontal {
  border: medium none;
}

.ui-slider-horizontal .ui-slider-range {
  background: #000000;
}

div.price_slider.ui-slider-horizontal {
  background: #cccccc;
  border: medium none;
}

.price_slider_wrapper .ui-slider-horizontal .ui-slider-handle:last-child {
  margin-left: auto;
  margin-right: -10px;
}

.price_slider_wrapper .ui-slider-horizontal .ui-slider-handle {
  background: rgba(0, 0, 0, 0);
  border: medium none;
}

.price_slider_amount .button:hover, .price_slider_amount .button:focus {
  border: 2px solid #e65f5c;
}

.ui-slider {
  text-align: right;
}

.ui-slider .ui-slider-range {
  background-position: 0 0;
  border: 0 none;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: auto;
  margin-right: -0.6em;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: auto;
  right: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: auto;
  left: 0;
}

.ui-slider-vertical .ui-slider-handle {
  left: auto;
  right: -0.3em;
  margin-left: auto;
  margin-right: 0;
}

.ui-slider-vertical .ui-slider-range {
  left: auto;
  right: 0;
}

.toolbar-products-shortcode.real-mobile-toolbar .part-filter-wrap {
  text-align: left;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #dddddd;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 20px;
  padding-left: 40px;
}

.select2-container .select2-choice .select2-arrow b:after {
  border: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: -15px;
}

.select2-dropdown {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e6e6e6;
}

.woocommerce-form__label-for-checkbox > span::before {
  text-align: center;
  border: 1px solid #e2e2e2;
}

.form-row-last {
  float: left;
}

.checkout-before-top .lebe-checkout-login {
  float: right;
}

.checkout-before-top .lebe-checkout-login ~ .lebe-checkout-coupon {
  float: left;
}

.login .woocommerce-form__label-for-checkbox {
  margin-left: auto;
  margin-right: 15px;
}

.checkout-before-top .lebe-checkout-coupon .checkout_coupon .form-row-first {
  padding-right: 0;
  padding-left: 15px;
}

.checkout-before-top .woocommerce-info {
  text-align: center;
  border: 2px solid #e3e3e3;
}

.woocommerce-Address {
  border: 1px solid #ebebeb;
}

.woocommerce-account-fields .woocommerce-form__label-for-checkbox > span::before, .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox > span::before {
  text-align: center;
}

.woocommerce-checkout-review-order-wrap #order_review_heading {
  float: right;
  padding: 0 0 17px 30px;
  font-size: 20px;
}

body .woocommerce .woocommerce-checkout-review-order-wrap .woocommerce-checkout-review-order {
  float: right;
}

body .woocommerce .woocommerce-checkout-review-order-wrap table.shop_table {
  border: none;
}

.shipping #shipping_method {
  padding-left: 0;
  padding-right: 0;
}

.shipping input[type=radio] + label::before, .wc_payment_methods input[type=radio] + label::before {
  border: 1px solid #e2e2e2;
  margin-left: 11px;
  margin-right: 0;
}

.shipping input[type=radio]:checked + label::before, .wc_payment_methods input[type=radio]:checked + label::before {
  background: #000000;
}

body .woocommerce-checkout-review-order .shop_table tr th, body .woocommerce-checkout-review-order .shop_table tr td {
  padding: 17px 0 17px 15px;
}

body .woocommerce-checkout-review-order .shop_table .product-name img {
  margin-right: auto;
  margin-left: 20px;
  float: right;
}

span.rv-titel {
  float: right;
  margin-right: auto;
}

strong.product-quantity {
  float: right;
  position: absolute;
  left: 0;
  top: 0;
}

.variation dd {
  margin-right: 0;
}

.review-wrap {
  padding-left: 0;
  text-align: right;
  position: relative;
}

body .woocommerce-table--order-details th, body .woocommerce-table--order-details td, body .woocommerce-table--customer-details th, body .woocommerce-table--customer-details td {
  border-right: none;
  border-left: none;
}

.woocommerce-checkout-payment .wc_payment_methods {
  padding-left: 0;
  padding-right: 0;
}

.search-page.left-sidebar .main-content {
  float: left;
}

.page-header .page-title, body.search .main-product > h1 {
  text-align: center;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.page-header .page-title span, body.search .main-product > h1 > span {
  text-align: center;
}

.error404 .lebe-searchform button {
  right: auto;
  left: 0;
  text-align: center;
  background: #000;
}

.error404 .lebe-searchform button:hover {
  background: #e65f5c;
}

.page-404 a.button {
  text-align: center;
  border-radius: 35px;
}

.vc_video-bg-container {
  background-position: center;
}

.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
  box-sizing: border-box;
  left: auto;
  right: 50%;
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
  box-sizing: border-box;
  right: 0;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: auto;
  left: 20px;
}

.wpb-js-composer div.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
  right: 0;
  left: 6px;
}

.wpb-js-composer div.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.wpb-js-composer div.vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: auto;
  left: 0px !important;
}

.wpb-js-composer div.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel:first-child .vc_tta-panel-heading {
  border: none;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel:last-child .vc_tta-panel-body {
  border: none;
}

.page-template-sidebarpage .vc_row[data-vc-stretch-content=true], .page-template-sidebarpage .vc_row[data-vc-full-width=true] {
  border-left: none;
  border-right: 360px solid #fff;
}

div.vc_separator.vc_separator_align_center h4 {
  text-align: center;
}

div#popup-newsletter {
  background: rgba(0, 0, 0, 0.8);
}

#popup-newsletter .modal-content {
  border-radius: 0;
}

#popup-newsletter .newsletter-content {
  text-align: center;
}

.newsletter-content button.close {
  background: transparent;
  float: none;
}

.modal-content > button.close {
  background: 0 0;
  border: 0;
  left: auto;
  right: -30px;
  text-align: center;
}

.modal-content > button.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: auto;
  right: 8px;
}

.modal-content > button.close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: auto;
  right: 8px;
}

.wcmp_vendor_banner_template.template1 div.img_div img {
  border: 0px solid #fff;
}

.wcmp_vendor_banner_template.template1 div.vendor_description {
  background: transparent;
}

div.vendor_description .img_div {
  float: right;
  margin-right: auto;
  margin-left: 30px;
}

.wcmp_vendor_detail i.wcmp-font {
  float: right;
  text-align: right;
}

div.wcmp_social_profile .wcmp-font {
  background: #fff;
}

.wcmp_vendor_banner_template.template1 .description_data {
  text-align: center;
}

.persephone.tparrows {
  border-radius: 50%;
}

.woocommerce-form__label-for-checkbox > span::before {
  margin-right: 0;
  margin-left: 11px;
}

@media (min-width: 992px) {
  #popup-newsletter .modal-dialog {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .single-container {
    padding-bottom: 50px;
  }

  .single-post .banner-page.hero-banner-page.no_background {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner-page.no_background .content-banner {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .center-mobile {
    text-align: center !important;
  }

  .single .reset_variations {
    background: #333;
    text-align: center;
  }

  .mobile-center {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .page-404 {
    padding: 80px 0;
  }

  .wpb-js-composer div.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
    line-height: 24px;
  }

  .single-post .single-container .post-info {
    padding-bottom: 45px;
  }

  .single-post .single-post-products-carousel-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1501px) and (max-width: 1800px) {
  .header:not(.style-02) .container.header-container, div.product-toolbar {
    padding-right: 50px;
    padding-left: 50px;
  }

  header span.close-notice {
    right: auto;
    left: 50px;
  }
}
@media (max-width: 1500px) {
  header.style-06 .horizon-menu .main-navigation .main-menu > .menu-item::after {
    right: -10px;
  }

  .header:not(.style-02) .container.header-container, div.product-toolbar {
    padding-right: 20px;
    padding-left: 20px;
  }

  header span.close-notice {
    left: 20px;
  }

  header.style-03 .header-menu > div.header-logo {
    padding: 0 0 0 30px;
  }

  header.header .search-field {
    padding-right: 42px;
  }
}
@media (max-width: 1366px) {
  .header-control-left .currency-language .wcml-dropdown-click, .header-control-left .currency-language > li, .header-control-left .block-account, .header-control-left .lebe-minicart {
    margin-left: 10px;
  }

  .header-control-right .currency-language .wcml-dropdown-click, .header-control-right .currency-language > li, .header-control-right .block-account, .header-control-right .lebe-minicart {
    margin-right: 7px;
  }

  body.single-product .detail-content {
    padding-right: 30px;
  }

  .backtotop {
    left: 40px;
  }

  .has-sidebar .vertical_thumnail .lebe-product-button {
    right: 130px;
  }

  .has-sidebar .product-360-button a::before, .has-sidebar .lebe-bt-video a::before {
    margin-left: 0;
  }

  body .woocommerce table.shop_table .product-thumbnail {
    padding-right: 20px;
  }

  body .woocommerce table.shop_table tr td.product-remove {
    padding-left: 20px;
  }

  .yith-wcwl-share {
    padding-right: 0;
  }
}
@media (max-width: 1280px) {
  div.blog-content.grid .post-expand > div, div.blog-content.typography .post-expand > div {
    margin-right: 5px;
    margin-left: 5px;
  }

  .header .lebe-minicart .mini-cart-icon span.minicart-number {
    right: auto;
    left: -10px;
  }

  .commentlist .children {
    padding-right: 25px;
  }

  .comment_container .flex {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: right;
  }
}
@media (max-width: 1199px) {
  div.products-size svg {
    margin: 0 5px 0 0;
  }

  .ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-popup-body-left {
    margin-right: 8px;
  }

  .header:not(.style-02) div.header-container, div.product-toolbar {
    padding-right: 25px;
    padding-left: 25px;
  }

  body.page-template-sidebarpage {
    margin-right: 0;
  }

  header.header.header-sidebar {
    background: transparent;
  }

  .ic_r div.header-control-right {
    padding-left: 15px;
  }

  .lebe-header-sidebar {
    margin-right: 0;
  }

  .lebe-header-sidebar .btn-canvas {
    left: -16px;
  }

  .lebe-header-sidebar.sidebar-canvas-open .btn-canvas {
    left: 345px;
  }

  .header.header-sidebar .header-menu {
    left: -400px;
    -webkit-box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.05);
  }

  .vertical-menu-open .header.header-sidebar .header-menu {
    left: 0;
  }

  .vertical-menu .main-navigation .main-menu > .menu-item > span.toggle-submenu {
    left: -6px;
  }

  header.header.header-sidebar .header-vertical-top .header-vertical-control > div {
    text-align: center;
  }

  .header.header-sidebar .header-logo {
    text-align: right;
  }

  .header.header-sidebar .header-control-right {
    text-align: left;
  }

  .vertical_thumnail .lebe-product-button {
    left: 130px;
    bottom: auto;
  }

  .product-360-button a::before, .lebe-bt-video a::before {
    margin-left: 0;
  }

  .product-type-grouped:not(.gallery_detail) .summary .cart .group_table .quantity {
    float: none;
  }

  .left-sidebar div.main-single-content, .left-sidebar div.main-content.has-sidebar {
    float: none;
  }

  .prdctfltr_sc .fami-products-shortcode-wrap .products li {
    margin: -1px 0 0 -1px;
    border: 1px solid #e5e5e5;
  }

  .prdctfltr_sc .fami-products-shortcode-wrap .product-info {
    padding-right: 17px;
  }

  .prdctfltr_sc .fami-products-shortcode-wrap .products {
    margin-left: -18px;
    margin-right: -16px;
  }

  div .tagcloud a {
    margin: 0 0 10px 10px;
  }
}
@media (max-width: 1100px) {
  div.product-list .product-item .product-thumb {
    float: right;
    margin-right: auto;
    margin-left: 0;
  }

  .enable-shop-page-mobile .product-list .product-inner {
    border: none;
  }

  .enable-shop-page-mobile .shop-page .product-list .product-item .product-thumb {
    float: right;
    padding-left: 20px;
  }

  .enable-shop-page-mobile .shop-page .product-list .product-item .product-info {
    float: right;
  }

  .shop-page {
    padding-right: 5px;
    padding-left: 5px;
  }

  ul.product-list .product-item .product-thumb {
    margin-right: auto;
    margin-left: 30px;
  }
}
@media (min-width: 1025px) {
  .sticky_detail .flex-viewport figure.woocommerce-product-gallery__wrapper * {
    float: none !important;
  }

  body .woocommerce-checkout-review-order table.shop_table tr th, body .woocommerce-checkout-review-order table.shop_table tr td {
    padding: 20px 0 20px;
  }

  body .woocommerce-checkout-review-order table.shop_table tr td.product-name {
    padding-left: 15px;
  }

  div.woocommerce-checkout-review-order-wrap #order_review_heading {
    padding: 0 0 17px 170px;
  }

  .single-post-products-carousel-wrap .owl-carousel.nav-center .owl-nav .owl-next {
    left: -20px;
  }

  .single-post-products-carousel-wrap .owl-carousel.nav-center .owl-nav .owl-prev {
    right: -20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .blog-content.list.simple .post-list-item-cols .post-thumb + div.post-info {
    padding-left: 0;
    padding-right: 30px;
  }

  div.prdctfltr_sc .fami-products-shortcode-wrap .products {
    margin-left: 0;
    margin-right: 0;
  }

  .toolbar-products-shortcode.real-mobile-toolbar .part-filter-wrap {
    margin-left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .style-il_tr div.product-info-wrap {
    left: 20px;
    right: auto;
  }
}
@media (max-width: 1024px) {
  .box-mobile-menu-open .box-mobile-menu, .box-mobile-menu-open .body-overlay {
    right: 0;
  }

  header .lebe-demo.style-02 .demo-right, .box-mobile-menu-open .lebe-demo.style-02 .demo-right {
    text-align: right;
  }

  div.header-action-res {
    justify-content: space-between;
    align-items: center;
  }

  .header-action-res .search-block {
    margin-right: 10px;
  }

  header .header-action-res form.search-form {
    right: 5px;
    left: 5px;
    background: #fff;
  }

  .horizon-menu .main-navigation .main-menu > .menu-item:first-child {
    margin-right: 25px;
  }

  .horizon-menu .main-navigation .main-menu > .menu-item:last-child {
    margin-left: 25px;
  }

  header form.search-form {
    left: 0;
    left: 0;
  }

  header.site-header form.search-form .search-field {
    border-radius: 0;
    padding: 0 50px 0 20px;
  }

  header.site-header .header-action-res button.search-submit {
    left: 0;
    text-align: center;
  }

  .header-logo {
    text-align: center;
  }

  .page-template-minimal .site-main div.vc_row[data-vc-full-width] {
    border: none;
  }

  .product-grid .style-3 div.product-info {
    transform: none;
  }

  .page-template-sidebarpage div.vc_row[data-vc-stretch-content=true], .page-template-sidebarpage div.vc_row[data-vc-full-width=true] {
    border-left: none;
    border-right: 0 solid #fff;
  }

  header.s_l .header-search-box {
    margin-right: 10px;
  }

  header.site-header {
    /* inline-block */
  }

  div.product-toolbar .post-navigation {
    left: 15px;
  }

  header .header-wrap .is-sticky .header-position {
    box-shadow: 0 0 0;
  }

  header .header-wrap .header-wrap-stick .header-position {
    border: none;
  }

  .header-position:not(.hide-header).fixed {
    box-shadow: none;
  }

  .horizon-menu .main-navigation .main-menu > .menu-item > .submenu .submenu {
    left: -31px;
  }

  .sidebar-canvas-open .page-wrapper {
    margin-right: 0;
  }

  div.big_images .vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    left: 50%;
    transform: translateX(50%);
    -o-transform: translateX(50%);
    -webkit-transform: translateX(50%);
  }

  div.big_images .vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
    margin-right: 10px;
    margin-left: 10px;
  }

  .owl-carousel.nav-angle .owl-nav .owl-prev, .owl-carousel.nav-caret .owl-nav .owl-prev {
    left: 0;
  }

  .owl-carousel.nav-angle .owl-nav .owl-next, .owl-carousel.nav-caret .owl-nav .owl-next {
    left: 0;
  }

  .product-inner .add_to_cart_button, .product-inner .added_to_cart, .product-inner .product_type_variable, .product-inner .product_type_simple, .product-inner .product_type_external, .product-inner .product_type_grouped {
    background: transparent;
    box-shadow: 0 0 0;
  }

  .enable-shop-page-mobile .product-list .product-inner {
    border: none;
  }

  .vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    padding-left: 0;
  }

  .vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
    border: none;
  }

  .has-sidebar .vertical_thumnail .lebe-product-button, .vertical_thumnail .lebe-product-button {
    left: 10px;
  }

  .backtotop {
    left: 20px;
  }

  .woocommerce-account .woocommerce div.customer-form {
    margin: 0 auto 50px auto;
  }

  div.vc_custom_1502413911995 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  div.vc_custom_1502413927985 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  div div.scroll-wrapper.search-results-croll::before {
    left: 0;
    left: 0;
  }

  div div.scroll-wrapper.search-results-croll::after {
    left: 0;
    left: 0;
  }

  .instant-search-close span {
    left: 0;
    text-align: center;
  }

  div.instant-search-close:hover span {
    left: 0;
  }

  div.instant-search-close span::before, div.instant-search-close span::after {
    left: 50%;
    margin-right: -12px;
  }

  .instant-search .container {
    padding-right: 0;
    padding-left: 0;
  }

  .instant-search .product-info {
    padding-right: 3px;
  }

  .instant-search-modal div.search-fields {
    padding-right: 0;
    padding-left: 0;
  }

  div a.change-value::before {
    left: -3px;
    left: -3px;
  }

  div .product-item .variations {
    left: 0;
    left: auto;
  }

  .toolbar-products.toolbar-top .part-wrap.grid-mode {
    border: none;
  }

  .toolbar-products.toolbar-top div.part-wrap:last-child {
    text-align: center;
  }

  div.main-single-content:not(.single-standard) .post-info .tag-post a {
    border: none;
    margin-left: 0;
  }

  div blockquote, div q {
    padding: 5px 10px 5px 10px;
  }

  .comment-text {
    padding-right: 0;
  }

  div .col2-set:not(.woocommerce-Addresses) {
    border: 2px solid #e3e3e3;
  }
}
@media (max-width: 991px) {
  .header-s_l-lg_c-mm_c-ic_r .mobile-navigation {
    margin-left: 5px;
    margin-right: 0;
  }

  header.header-s_l-lg_c-mm_c-ic_r div.header-search {
    float: right;
  }

  header.header-s_l-lg_c-mm_c-ic_r div.header-logo {
    transform: translateX(50%);
    -o-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    right: 50%;
  }

  .single-container .post-expand {
    transform: inherit;
  }

  .blog-content.list.simple article:last-child {
    border: none;
  }

  body.single-product .has-sidebar .detail-content {
    padding-left: 0;
    padding-right: 0;
  }

  body .woocommerce-checkout-review-order .shop_table .product-name img {
    margin-left: 10px;
    float: right;
  }

  body .woocommerce-checkout-review-order .shop_table .product-name strong {
    margin-right: 0;
  }

  .woocommerce-page-header ul li.line-hover {
    margin: 0 5px 5px 5px;
  }

  div.media-item-lookbook .item-lookbook-content {
    right: 20px;
  }

  .blog-content.list.simple .post-list-item-cols div.pst-info {
    padding-left: 0;
    padding-right: 0;
  }

  #fp-nav {
    left: 15px;
  }

  .summary a.change-value:not(.color) {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  body.enable-shop-page-mobile .woocommerce-page-header ul {
    text-align: right;
  }

  body.enable-shop-page-mobile .woocommerce-page-headermid .title-page {
    text-align: right;
  }

  header:not(.style-02) div.header-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  header span.close-notice {
    left: 10px;
  }

  .header-control-right {
    float: left;
  }

  .ic_r div.header-control-right {
    margin-left: 0;
  }

  .header-control-right .header-control-wrap {
    float: none;
  }

  div .part-products-size-wrap {
    margin-left: 10px;
  }

  .instant-search-close {
    left: 20px;
  }

  .owl-carousel.nav-angle .owl-nav .owl-prev, .owl-carousel.nav-caret .owl-nav .owl-prev {
    right: 30px;
    -webkit-transform: translateY(-50%) translateX(30px) !important;
    -moz-transform: translateY(-50%) translateX(30px) !important;
    -ms-transform: translateY(-50%) translateX(30px) !important;
    -o-transform: translateY(-50%) translateX(30px) !important;
    transform: translateY(-50%) translateX(30px) !important;
  }

  .owl-carousel.nav-angle .owl-nav .owl-next, .owl-carousel.nav-caret .owl-nav .owl-next {
    left: 30px;
    -webkit-transform: translateY(-50%) translateX(-30px) !important;
    -moz-transform: translateY(-50%) translateX(-30px) !important;
    -ms-transform: translateY(-50%) translateX(-30px) !important;
    -o-transform: translateY(-50%) translateX(-30px) !important;
    transform: translateY(-50%) translateX(-30px) !important;
  }

  .style-3 .owl-carousel.nav-angle .owl-nav .owl-next, .style-3 .owl-carousel.nav-caret .owl-nav .owl-next, .style-3 .owl-carousel.nav-angle .owl-nav .owl-prev, .style-3 .owl-carousel.nav-caret .owl-nav .owl-prev {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }

  div.blog-content.list.simple .post-list-item-cols .post-thumb + .post-info {
    padding-right: 0;
  }

  .single-container .post-expand {
    transform: inherit;
  }

  .blog-content.list .post-list-item-cols, .blog-content.list .post-list-item-cols .post-thumb, .blog-content.list .post-list-item-cols .post-info {
    padding-left: 0;
  }

  div div.product-toolbar {
    padding-right: 15px;
    padding-left: 15px;
  }

  .product-toolbar .post-navigation {
    transform: none;
  }

  .product-toolbar .post-navigation .nav-links > div {
    float: right;
  }

  .product-toolbar .post-navigation .nav-links .nav-next {
    float: left;
  }

  body.single-product .detail-content {
    padding-right: 0;
  }

  .gallery_detail .product_meta > span {
    margin-left: 0;
    padding-left: 0;
  }

  .summary .stock {
    margin-right: auto;
    margin-left: auto;
  }

  .variations .variation select, .reset_variations {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }

  .reset_variations {
    background: none;
    text-align: left;
  }

  .product-type-grouped.gallery_detail .summary .cart .group_table tbody, .product-type-grouped.gallery_detail .summary .cart .group_table tr, .product-type-grouped.gallery_detail .summary .cart .group_table tr td {
    text-align: center !important;
  }

  body .woocommerce table.shop_table, body .woocommerce table.shop_table tbody, body .woocommerce table.shop_table tfoot, body .woocommerce table.shop_table tr, body .woocommerce table.shop_table tr th, body .woocommerce table.shop_table tr td, .actions .coupon label, .actions .coupon .input-text, .cart-collaterals .cart_totals .shop_table, .cart-collaterals .cart_totals .shop_table tbody, .cart-collaterals .cart_totals .shop_table tr, .cart-collaterals .cart_totals .shop_table tr th, .cart-collaterals .cart_totals .shop_table tr td {
    text-align: center;
  }

  body .woocommerce table.shop_table {
    border: 1px solid #e3e3e3;
  }

  body .woocommerce .woocommerce-checkout-review-order table.shop_table td.product-total {
    text-align: center;
    border: none;
  }

  body .woocommerce table.shop_table tr th, body .woocommerce table.shop_table tr td {
    text-align: right;
    border: none;
    float: right;
  }

  body .woocommerce table.shop_table tr.cart-subtotal th {
    padding-right: 0;
  }

  .woocommerce table.shop_table tr td.product-thumbnail {
    float: right;
  }

  table.shop_table td.product-price {
    clear: right;
  }

  .woocommerce table.shop_table .quantity {
    border: 1px solid #e3e3e3;
  }

  .woocommerce table.shop_table .quantity .control {
    border: none;
  }

  .woocommerce table.shop_table .quantity .control .input-qty {
    border: none;
    float: none;
  }

  .woocommerce table.shop_table tr td.product-remove {
    text-align: center;
    right: 15px;
    border: 1px solid #e3e3e3;
  }

  body .woocommerce .cart_totals table.shop_table tr th, td {
    float: none;
  }

  body .woocommerce .cart_totals table.shop_table tr th {
    text-align: right !important;
  }

  .woocommerce-checkout-review-order span.rv-titel {
    float: right;
    margin-left: 0px;
  }

  .actions .coupon .input-text {
    margin: 0 0 20px 0;
  }

  .actions .coupon .button {
    float: none;
  }

  .actions-btn {
    text-align: center;
  }

  .actions-btn .shopping {
    margin-right: 0;
  }

  .cart-collaterals .cart_totals h2 {
    text-align: center;
  }

  .wc-proceed-to-checkout {
    float: none;
    text-align: center;
  }

  .woocommerce-billing-fields h3, .woocommerce-shipping-fields h2 {
    text-align: center;
  }

  .woocommerce-checkout-review-order-wrap #order_review_heading {
    text-align: center;
  }

  body .woocommerce-checkout-review-order .shop_table tfoot tr th, body .woocommerce-checkout-review-order .shop_table tfoot tr td {
    text-align: right;
    padding-right: 0;
  }

  body .woocommerce-checkout-review-order .shop_table .product-name img {
    margin: 0 auto 0px auto;
  }

  body .woocommerce-checkout-review-order .shop_table .product-name strong {
    margin-right: 0;
  }

  .checkout-before-top .lebe-checkout-coupon .checkout_coupon .form-row-first, .checkout-before-top .lebe-checkout-coupon .checkout_coupon .form-row-last {
    padding-left: 0;
  }

  div.woocommerce-billing-fields h3, div.woocommerce-shipping-fields h2 {
    text-align: center;
  }

  .track_order .form-tracking {
    padding-right: 10px;
    padding-left: 10px;
  }

  .toolbar-products.toolbar-top {
    clear: both;
    float: right;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .product-list .product-item .product-thumb {
    float: right;
    margin-right: auto;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .blog-content.list .post-product-carousel .post-product-list {
    left: 0;
  }

  .close-vertical-menu {
    margin-left: auto;
    margin-right: 20px;
  }

  .sidebar-canvas-open .btn-canvas {
    right: 249px;
  }

  body .woocommerce .woocommerce-checkout-review-order table.shop_table tr td {
    text-align: center;
  }

  ul.product-list .product-info {
    padding-left: 0;
    padding-right: 0;
  }

  html div#cookie-notice {
    left: 15px;
  }
}
@media (max-width: 320px) {
  .comment-text {
    padding-left: 0;
    padding-right: 0;
  }
}
div#cookie-notice {
  left: auto;
  right: 40px;
  text-align: right;
}

div.cookie-notice-container {
  text-align: right;
}

body #cookie-notice .cookie-notice-container a {
  border-radius: 0;
  padding: 0 0 2px 0;
  background: none;
  box-shadow: none;
}

body #cookie-notice .cookie-notice-container #cn-accept-cookie, body #cookie-notice .cookie-notice-container #cn-refuse-cookie {
  box-shadow: none;
}

body #cookie-notice .cookie-notice-container #cn-accept-cookie::after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: auto;
  margin-right: 5px;
}

.cssload-square {
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.cssload-square-green {
  background: #54fad4;
  left: auto;
  right: 0;
  animation-direction: alternate-reverse;
  -o-animation-direction: alternate-reverse;
  -ms-animation-direction: alternate-reverse;
  -webkit-animation-direction: alternate-reverse;
  -moz-animation-direction: alternate-reverse;
}

.cssload-square-pink {
  background: #e96f92;
  right: auto;
  left: 0;
}

.cssload-square-blend {
  background: #75517d;
  left: 0;
  left: 0;
}

@keyframes blend-anim {
  0% {
    transform: scale(0.01, 0.01) rotateY(0);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    transform: scale(1, 1) rotateY(0);
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    transform: scale(0.01, 0.01) rotateY(0);
  }
}
@-o-keyframes blend-anim {
  0% {
    -o-transform: scale(0.01, 0.01) rotateY(0);
    -o-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -o-transform: scale(1, 1) rotateY(0);
    -o-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    -o-transform: scale(0.01, 0.01) rotateY(0);
  }
}
@-webkit-keyframes blend-anim {
  0% {
    -webkit-transform: scale(0.01, 0.01) rotateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -webkit-transform: scale(1, 1) rotateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    -webkit-transform: scale(0.01, 0.01) rotateY(0);
  }
}
@-moz-keyframes blend-anim {
  0% {
    -moz-transform: scale(0.01, 0.01) rotateY(0);
    -moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -moz-transform: scale(1, 1) rotateY(0);
    -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    -moz-transform: scale(0.01, 0.01) rotateY(0);
  }
}
@keyframes cssload-part-anim {
  0% {
    transform: translate3d(-10px, -10px, 0);
  }
  100% {
    transform: translate3d(10px, 10px, 0);
  }
}
@-o-keyframes cssload-part-anim {
  0% {
    -o-transform: translate3d(-10px, -10px, 0);
  }
  100% {
    -o-transform: translate3d(10px, 10px, 0);
  }
}
@-webkit-keyframes cssload-part-anim {
  0% {
    -webkit-transform: translate3d(-10px, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(10px, 10px, 0);
  }
}
@-moz-keyframes cssload-part-anim {
  0% {
    -moz-transform: translate3d(-10px, -10px, 0);
  }
  100% {
    -moz-transform: translate3d(10px, 10px, 0);
  }
}
.shop-page .main-content.loading::before {
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.shop-page .main-content.loading::after {
  left: auto;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  direction: rtl !important;
}

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

.slick-track {
  left: auto;
  right: 0;
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  float: right;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
}

.mfp-bg {
  left: auto;
  right: 0;
  background: #000;
}

.mfp-wrap {
  left: auto;
  right: 0;
}

.mfp-container {
  text-align: center;
  left: auto;
  right: 0;
  box-sizing: border-box;
}

.mfp-content {
  text-align: right;
}

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

.mfp-preloader {
  text-align: center;
  right: 8px;
  left: 8px;
}

button.mfp-close, button.mfp-arrow {
  background: transparent;
  border: 0;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  right: auto;
  left: 0;
  text-align: center;
  padding: 0 10px 18px 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: auto;
  left: -6px;
  text-align: left;
  padding-right: 0;
  padding-left: 6px;
}

.mfp-counter {
  right: auto;
  left: 0;
}

.mfp-arrow {
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:before, .mfp-arrow:after {
  left: auto;
  right: 0;
  margin-left: auto;
  margin-right: 35px;
  border: medium inset transparent;
}

.mfp-arrow-left {
  left: auto;
  right: 0;
}

.mfp-arrow-left:after {
  border-right: none;
  border-left: 17px solid #FFF;
  margin-left: auto;
  margin-right: 31px;
}

.mfp-arrow-left:before {
  margin-left: auto;
  margin-right: 25px;
  border-right: none;
  border-left: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: auto;
  left: 0;
}

.mfp-arrow-right:after {
  border-left: none;
  border-right: 17px solid #FFF;
  margin-left: auto;
  margin-right: 39px;
}

.mfp-arrow-right:before {
  border-left: none;
  border-right: 27px solid #3F3F3F;
}

.mfp-iframe-scaler iframe {
  left: auto;
  right: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  box-sizing: border-box;
}

.mfp-figure:after {
  right: 0;
  left: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-bottom-bar {
  left: auto;
  right: 0;
}

.mfp-title {
  text-align: right;
  word-wrap: break-word;
  padding-right: 0;
  padding-left: 36px;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    margin-left: auto;
    margin-right: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-counter {
    left: auto;
    right: 5px;
  }

  .mfp-img-mobile .mfp-close {
    left: auto;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-right: 6px;
    padding-left: 6px;
  }
}
.mfp-zoom-in .mfp-with-anim {
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  transform: scale(1);
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
}

.product-second-figure {
  right: 0;
  left: 0;
}

.btn-wrap.owl-btn-wrap {
  text-align: center;
}

a.button.btn.lebe-button.owl-btn-link {
  box-shadow: 0 0 0;
  background: #000;
  border-radius: 0;
}

a.button.btn.lebe-button.owl-btn-link:hover {
  background: #e65f5c;
}

ul.row {
  padding-left: 0;
  padding-right: 0;
}

.product-list-grid {
  padding-left: 0;
  padding-right: 0;
}

.woocs_price_code ins {
  padding-left: 0;
  padding-right: 5px;
}

.product-inner .add_to_cart_button, .product-inner .added_to_cart, .product-inner .product_type_variable, .product-inner .product_type_simple, .product-inner .product_type_external, .product-inner .product_type_grouped {
  text-align: center;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 50%;
}

.product-inner .add_to_cart_button:hover, .product-inner .added_to_cart:hover, .product-inner .product_type_variable:hover, .product-inner .product_type_simple:hover, .product-inner .product_type_external:hover, .product-inner .product_type_grouped:hover {
  background: #e65f5c;
}

.product_type_variable::before, .product_type_grouped::before, .product_type_simple::before, .product_type_external::before {
  margin-right: auto;
  margin-left: 5px;
}

.product-inner .add_to_cart_button.loading::after {
  margin-left: auto;
  margin-right: 0px;
}

.product-item .variations {
  right: auto;
  left: 0;
}

.product-item .variations .data-val {
  text-align: center;
}

.product-item .variations tr, .product-item .variations td {
  border: none;
}

.product-item .reset_variations {
  right: 13px;
  left: auto;
  text-align: center;
}

#yith-wcwl-popup-message {
  background: #2ecc71 none repeat scroll 0 0;
  border: medium none;
  right: auto;
  left: 20px;
}

.yith-wcwl-add-to-wishlist:hover {
  background: #e65f5c;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.product-item .product-inner:hover .yith-wcwl-add-to-wishlist {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.product-grid .product-item .yith-wcwl-add-to-wishlist {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}

.yith-wcwl-add-button .ajax-loading {
  right: 0;
  left: 0;
}

.yith-wcwl-add-to-wishlist {
  text-align: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
}

.star-rating span {
  float: right;
  left: auto;
  right: 0;
}

.star-rating::before, .star-rating span::before {
  float: right;
}

.star-rating:before {
  margin-right: -7px;
}

.star-rating span::before {
  margin-right: -7px;
}

.upsells, .related {
  padding: 40px 0;
  margin: 40px 0;
}

@media (max-width: 767px) {
  .footer.style-02 .wpb_single_image.vc_align_left {
    text-align: center;
  }

  .footer.style-02 .lebe-newsletter.style-06 {
    text-align: center;
  }

  .footer.style-02 .lebe-custommenu.style-01 {
    text-align: center;
  }

  .footer.style-02 .lebe-custommenu.style-01 .widgettitle::before {
    left: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
}

/*# sourceMappingURL=rtl.css.map */
