/*Import*/
/*************************************
[Master Stylesheet]
Project: 7upframework
Version: 1.0
Last change: 05/20/2017
Author: 7UP Theme
Author URI: https://7uptheme.com/
[Table Content]
1.Home 1
2.Home 2
3.Home 3
4.Home 4
5.Home 5
6.Home 6
7.About
8.Contact
9.Menu Ontop
10.Preview  Menu
11.Shop
12.Product Details
13.Blog
***********************************************/
.fixed-header .vc_row[data-vc-full-width].vc_hidden{
    opacity: 1;
  }
  .hidden{
      display: none;
  }
  .list-tag-detail.nav-tabs{
      border-bottom: 0;
  }
  .tab-style2 .list-tag-detail.nav-tabs{
      margin: 0 -2px;
  }
  .list-tag-detail.nav-tabs li{
      width: 100%;
  }
  .tab-style2 .detail-tab-title ul li {
      width: auto;
      margin: 0 2px;
  }
  .list-tag-detail li a.active::before {
      position: absolute;
      top: -1px;
      left: 0;
      width: 2px;
      content: "";
      bottom: -1px;
      background: #333;
  }
  .menupop.hover:hover {
      transition: none;
      transform: none;
      animation: unset;
  }
  /*UNITEST*/
  .alignleft {
      display: inline;
      float: left;
  }
  
  .alignright {
      display: inline;
      float: right;
  }
  
  .aligncenter {
      display: block;
      margin-right: auto;
      margin-left: auto;
  }
  pre{
      white-space: pre-wrap;
  }
  blockquote.alignleft,
  .wp-caption.alignleft,
  img.alignleft {
      margin: 0.4em 1.6em 1.6em 0;
  }
  
  .entry-content>p:last-child> blockquote.alignleft,
  .entry-content>p:last-child >.wp-caption.alignleft,
  img.alignleft {
     margin-bottom: 0px;
  }
  
  blockquote.alignright,
  .wp-caption.alignright,
  img.alignright {
      margin: 0.4em 0 1.6em 1.6em;
  }
  
  blockquote.aligncenter,
  .wp-caption.aligncenter,
  img.aligncenter {
      clear: both;
      margin-top: 0.4em;
      margin-bottom: 1.6em;
  }
  
  .wp-caption.alignleft,
  .wp-caption.alignright,
  .wp-caption.aligncenter {
      margin-bottom: 1.2em;
  }
  figure,
  .sv-default img{
      max-width: 100%;
      height: auto;
  }
  .sv-default #st-map img{
      max-width: none;
      height: inherit;
  }
  
  .gallery {
      margin-bottom: 20px;
  }
  
  .gallery-item {
      float: left;
      margin: 0 4px 4px 0;
      overflow: hidden;
      position: relative;
  }
  
  .gallery-columns-1 .gallery-item {
      max-width: 100%;
  }
  
  .gallery-columns-2 .gallery-item {
      max-width: 48%;
      max-width: -webkit-calc(50% - 4px);
      max-width:         calc(50% - 4px);
  }
  
  .gallery-columns-3 .gallery-item {
      max-width: 32%;
      max-width: -webkit-calc(33.3% - 4px);
      max-width:         calc(33.3% - 4px);
  }
  
  .gallery-columns-4 .gallery-item {
      max-width: 23%;
      max-width: -webkit-calc(25% - 4px);
      max-width:         calc(25% - 4px);
  }
  
  .gallery-columns-5 .gallery-item {
      max-width: 19%;
      max-width: -webkit-calc(20% - 4px);
      max-width:         calc(20% - 4px);
  }
  
  .gallery-columns-6 .gallery-item {
      max-width: 15%;
      max-width: -webkit-calc(16.7% - 4px);
      max-width:         calc(16.7% - 4px);
  }
  
  .gallery-columns-7 .gallery-item {
      max-width: 13%;
      max-width: -webkit-calc(14.28% - 4px);
      max-width:         calc(14.28% - 4px);
  }
  
  .gallery-columns-8 .gallery-item {
      max-width: 11%;
      max-width: -webkit-calc(12.5% - 4px);
      max-width:         calc(12.5% - 4px);
  }
  
  .gallery-columns-9 .gallery-item {
      max-width: 9%;
      max-width: -webkit-calc(11.1% - 4px);
      max-width:         calc(11.1% - 4px);
  }
  
  .gallery-columns-1 .gallery-item:nth-of-type(1n),
  .gallery-columns-2 .gallery-item:nth-of-type(2n),
  .gallery-columns-3 .gallery-item:nth-of-type(3n),
  .gallery-columns-4 .gallery-item:nth-of-type(4n),
  .gallery-columns-5 .gallery-item:nth-of-type(5n),
  .gallery-columns-6 .gallery-item:nth-of-type(6n),
  .gallery-columns-7 .gallery-item:nth-of-type(7n),
  .gallery-columns-8 .gallery-item:nth-of-type(8n),
  .gallery-columns-9 .gallery-item:nth-of-type(9n) {
      margin-right: 0;
  }
  
  .gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
  .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
  .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
  .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
  .gallery-columns-4.gallery-size-thumbnail figure.gallery-item:nth-of-type(4n+1),
  .gallery-columns-5.gallery-size-thumbnail figure.gallery-item:nth-of-type(5n+1),
  .gallery-columns-6.gallery-size-thumbnail figure.gallery-item:nth-of-type(6n+1),
  .gallery-columns-7.gallery-size-thumbnail figure.gallery-item:nth-of-type(7n+1),
  .gallery-columns-8.gallery-size-thumbnail figure.gallery-item:nth-of-type(8n+1),
  .gallery-columns-9.gallery-size-thumbnail figure.gallery-item:nth-of-type(9n+1){
      clear: left;
  }
  
  .gallery-caption {
      background-color: rgba(0, 0, 0, 0.7);
      -webkit-box-sizing: border-box;
      -moz-box-sizing:    border-box;
      box-sizing:         border-box;
      color: #fff;
      font-size: 12px;
      line-height: 1.5;
      margin: 0;
      max-height: 50%;
      opacity: 0;
      padding: 6px 8px;
      position: absolute;
      bottom: 0;
      left: 0;
      text-align: left;
      width: 100%;
  }
  
  .gallery-caption:before {
      content: "";
      height: 100%;
      min-height: 49px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
  }
  
  .gallery-item:hover .gallery-caption {
      opacity: 1;
  }
  
  .gallery-columns-7 .gallery-caption,
  .gallery-columns-8 .gallery-caption,
  .gallery-columns-9 .gallery-caption {
      display: none;
  }
  .gallery:before{
      content: "";
      display: table;
  }
  .gallery:after{
      clear: both;
  }
  .gallery:before, .gallery:after{
      content: "";
      display: table;
  }
  .bypostauthor,
  .screen-reader-text,
  .wp-caption-text{
      display: block;
  }
  table {
      border-collapse: collapse;
  }
  
  table, th, td {
      border: 1px solid #eaeaec;
      padding:5px;
  }
  /*Widget*/
  .widget .screen-reader-text{
      display: none;
  }
  .widget-title{
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
      margin-top: 0;
      line-height: 24px;
  }
  .widget ul{
      list-style: none;
      margin: 0;
      padding: 0;
  }
  .widget ul li{
      padding: 9px 0;
  }
  .widget abbr[title]{
      border-bottom: 0;
  }
  .tagcloud a{
      padding: 6px 15px;
      display: inline-block;
      border-radius: 0px;
      margin-bottom: 5px;
      font-size: 12px !important;
      border: 1px solid #e5e5e5;
      color: #303030;
  }
  .tagcloud a:hover{
      background: #53ac82;
      color: #fff;
      border-color: #53ac82;
  }
  .widget_calendar table {
      width: 100%;
  }
  .widget_calendar table caption {
      background-color: #333;
      color: #fff;
      text-align: center;
      padding: 8px 10px;
      font-weight: 700;
  }
  .widget_calendar table th {
      background-color: #eee;
      border: 1px solid #ddd;
      text-align: center;
      line-height: 2em;
  }
  .widget_calendar table td {
      border: 1px solid #eee;
      text-align: center;
      font-size: 14px;
      line-height: 2em;
  }
  .widget_calendar table tbody td a {
      color: #53ac82;
  }
  .widget_calendar table tfoot td {
      border: 0;
      padding: 0;
  }
  .widget_calendar table tfoot td#prev {
      text-align: left;
  }
  .widget_calendar table tfoot td#next {
      text-align: right;
  }
  .widget_calendar table tfoot{
      background: #333;
  }
  .widget_calendar table tfoot a {
      display: inline-block;
      color: #fff;
      padding: 2px 15px;
  }
  .widget_calendar table tfoot a:hover {
      color: #53ac82;
  }
  .widget ul.sub-menu,
  .widget ul.children{
      padding-left: 15px;
      margin-top: 18px;
  }
  .widget ul li:last-child{
      padding-bottom: 0;
  }
  .widget select{
      max-width: 100%;
      border: 2px solid #becfc7;
      height: 50px;
      padding: 0 15px;
      display: block;
      width: 100%;
      border-radius: 0px;
  }
  .textwidget p > img{
      margin: 6px 0;
  }
  .entry-content > p,
  .rssSummary,
  .widget p{
      color: #555;
      margin: 0 0 15px;
      line-height: 24px;
  }
  .rssSummary{
      margin-top: 15px;
  }
  a.rsswidget{
      font-weight: bold;
  }
  .rss-date{
      color: #999;
  }
  .widget.widget_rss ul li{
      border-bottom: 1px dashed #e5e5e5;
      padding-bottom: 25px;
      margin-bottom: 18px;
  }
  .widget.widget_rss ul li:last-child{
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0;
  }
  .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
      padding: 5px 0 5px;
  }
  .widget .select2-container .select2-search--inline .select2-search__field{
      height: 35px;
      margin: 0;
      padding: 0;
  }
  .widget .select2-container--default.select2-container--focus .select2-selection--multiple,
  .widget .select2-container--default .select2-selection--single {
      border: 2px solid #becfc7;
      height: 50px;
      padding: 0 15px;
      display: block;
      width: 100%;
      border-radius: 0px;
  }
  .widget .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding: 0px;
      line-height: 46px;
  }
  .widget .select2-container--default .select2-selection--multiple .select2-selection__rendered{
      padding: 0px;
      line-height: 46px;
  }
  .woocommerce-product-search input[type=search]{
      border: 2px solid #becfc7;
      height: 50px;
      padding: 0 15px;
      display: block;
      width: 100%;
      border-radius: 0px;
  }
  .widget_product_search input[type=submit], .widget_product_search button[type=submit] {
      font-size: 0;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 50px;
      background: transparent;
      border: none;
      z-index: 1;
  }
  
  .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:first-child,
  .widget ul li:first-child{
      padding-top: 0;
  }
  .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child,
  .widget ul li:last-child{
      padding-bottom: 0;
  }
  span.woocommerce-input-wrapper {
      display: block;
      width: 100%;
  }
  .widget .select2-container--default .select2-selection--multiple{
      border: 2px solid #becfc7;
      height: 50px;
      padding: 0 15px;
      display: block;
      width: 100%;
      border-radius: 0px;
  }
  .widget .select2-container--default .select2-selection--multiple .select2-selection__rendered li{
      margin: 0px;
  }
  .widget .mini-cart-empty {
      padding-top: 0;
  }
  .error-404.not-found{
      margin-bottom: 40px;
  }
  .error-404 .wg-search-form{
      margin-top: 20px;
      max-width: 415px;
  }
  /*End widget*/
  .post-password-form input[type=submit]{
      background: #fff;
      vertical-align: top;
      padding: 0 20px;
      height: 40px;
      border: 1px solid #e5e5e5;
      border-radius: 4px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .post-password-form input[type=submit]:hover{
      background: #999;
      color: #fff;
  }
  .sticky{
      display: inline-block;
  }
  /*END UNITEST*/
  
  /*add style*/
  .header-page .vc_row[data-vc-full-width] {
    overflow: unset!important;
  }
  .remove-hidden.vc_row[data-vc-full-width] {
    overflow: unset!important;
  }
  .vc_row.vc_row-no-padding .wpb_column {
    padding-left: 0;
    padding-right: 0;
  }
  .comment-list li.pingback {
      margin-bottom: 20px;
  }
  
  /*Menu fixed style*/
  .fixed-header {
    position: fixed !important;
    top: -100px;
    left: 15px !important;
    z-index: 9999;
    -webkit-transition: top 0.5s ease-out 0s !important;
    transition: top 0.5s ease-out 0s !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .admin-bar .fixed-header.active {
    top: 32px;
  }
  .fixed-header.active {
    top: 0;
  }
  
  img{
      max-width: 100%;
      height: auto;
  }
  
  /*shop item*/
  .list-col-item{
      float: left;
      padding: 0 15px;
  }
  .list-1-item{
      width: 100%;
  }
  .list-2-item{
      width: 50%;
  }
  .list-2-item:nth-child(2n+1){
      clear: both;
  }
  .list-3-item{
      width: 33.3333%;
  }
  .list-3-item:nth-child(3n+1){
      clear: both;
  }
  .list-4-item{
      width: 25%;
  }
  .list-4-item:nth-child(4n+1){
      clear: both;
  }
  .list-5-item{
      width: 20%;
  }
  .list-5-item:nth-child(5n+1){
      clear: both;
  }
  .list-6-item{
      width: 16.66666667%;
  }
  .list-7-item{
      width: 14.2857%;
  }
  .list-8-item{
      width: 12.5%;
  }
  .list-9-item{
      width: 11.111%;
  }
  .list-10-item{
      width: 10%;
  }
  .list-3-item:nth-child(3n+1),
  .list-4-item:nth-child(4n+1),
  .list-5-item:nth-child(5n+1),
  .list-6-item:nth-child(6n+1),
  .list-7-item:nth-child(7n+1),
  .list-8-item:nth-child(8n+1),
  .list-9-item:nth-child(9n+1),
  .list-10-item:nth-child(10n+1){
      clear: both;
  }
  .list-col-item.list-10-item,
  .list-col-item.list-9-item,
  .list-col-item.list-8-item,
  .list-col-item.list-7-item,
  .list-col-item.list-6-item,
  .list-col-item.list-5-item {
      padding: 0 15px;
  }/*
  .list-post-wrap .wrap-item[data-item="5"],
  .list-post-wrap .wrap-item[data-item="6"],
  .blog-grid-view[data-column="5"] .row,
  .blog-grid-view[data-column="6"] .row,
  .product-grid-view[data-column="5"] .row,
  .product-grid-view[data-column="6"] .row,
  .product-grid-view[data-column="7"] .row,
  .product-grid-view[data-column="8"] .row,
  .product-grid-view[data-column="9"] .row,
  .product-grid-view[data-column="10"] .row{
      margin: 0 -5px;
  }*/
  /*end*/
  
  .blog-grid-view .list-post-wrap{
      margin: 0 -15px;
  }
  .pagi-nav{
      text-align: center;
      margin-top: 100px;
      margin-right: -5px;
      margin-left: -5px;
  }
  .pagi-nav .page-numbers {
      display: inline-block;
      height: 40px;
      line-height: 40px;
      background: #fff;
      border: 1px solid #e5e5e5;
      min-width: 40px;
      text-align: center;
      color: #303030;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      margin: 0px 5px;
  }
  .pagi-nav .page-numbers.current,
  .pagi-nav .page-numbers:hover
  {
      border-color: #303030;
      background-color: #fff;
      color: #303030;
  }
  
  .loadmore {
      display: inline-block;
      height: 45px;
      line-height: 43px;
      min-width: 170px;
      padding: 0 40px;
      border-radius: 0px;
      background: #ffffff;
      color: #303030;
      font-family: 'Playfair Display';
      text-transform: uppercase;
      font-weight: 700;
      border: 2px solid #becfc7;
      font-size: 12px;
      margin-top: 50px;
  }
  .blog-page-custom .loadmore {
      margin-top: 100px;
  }
  .loadmore:hover,.loadmore:focus{
      background: #53ac82;
      color: #fff;
      border-color:#53ac82;
  }
  .btn-loadmore{
      text-align: center;
  }
  .post-meta-data a{
      color: #999;
  }
  .post-meta-data a:hover{
      color: #53ac82;
  }
  
  /*Share*/
  .single-list-social ul{
    margin: 0 -2px;
  }
  .single-list-social ul li{
    margin: 0 2px;
  }
  .share-icon{
      font-size: 14px;
      color: #555;
      margin: 0px 10px;
  
  }/*
  .share-icon.facebook-social{
    background: #2d5f9a;
  }
  .share-icon.twitter-social{
    background: #58c7ff;
  }
  .share-icon.google-social{
    background: #d93c2d;
  }
  .share-icon.envelope-social{
    background: #484745;
  }
  .share-icon.linkedin-social{
    background: #00527b;
  }
  .share-icon.pinterest-social{
    background: #ed2024;
  }
  .share-icon.tumblr-social{
    background: #3f557a;
  }*/
  .share-icon.total-share{
      height: 28px;
      line-height: 28px;
      border: 1px solid #e5e5e5;
      color: #cb0909;
  }
  .share-icon .number{
    margin: -1px 4px 0;
      display: inline-block;
      line-height: 30px;
      vertical-align: top;
  }
  /*End share*/
  .author-thumb img,
  .comment-thumb img{
      border-radius: 50%;
  }
  .comment-list ul.children{
      list-style: none;
      padding-left: 90px;
  }
  .blog-comment-detail > h2.title18 {
      margin-bottom: 25px;
      font-family: 'Playfair Display';
  }
  .comment-list li li:last-child .item-comment {
  }
  .comment-info .fn{
      font-weight: 700;
      text-transform: uppercase;
      font-style: normal;
      font-family: 'Playfair Display';
  }
  .comment-info .fn a{
      color: #333;
  }
  .comment-info .fn a:hover{
      color: #53ac82;
  }
  .comment-reply-title{
      margin-bottom: 40px;
      font-weight: 700;
      font-family: 'Playfair Display';
      color: #303030;
      margin-top: 78px;
      font-size: 30px;
  }
  .reply-comment .desc {
      margin: 0 0 30px;
  }
  .content-post-default .desc {
      margin-bottom: 30px;
  }
  .content-post-default h3 {
     /* margin-bottom: 20px;*/
  }
  .bread-crumb ul{
      display: inline-block;
      list-style: none;
      padding: 0;
      margin: 0;
  }
  .woocommerce .woocommerce-breadcrumb{
      margin: 0;
  }
  .bread-crumb ul.post-categories li {
      display: inline-block;
  }
  /*woocommerce sidebar*/
  .woocommerce ul.cart_list li img,
  .woocommerce ul.product_list_widget li img{
      width: 70px;
  }
  .widget .product-title {
      overflow: inherit;
      text-overflow: inherit;
      white-space: normal;
      font-weight: normal;
  }
  .widget .product_list_widget .wrap-rating{
      margin-top: 4px;
  }
  .widget .product_list_widget .reviewer,
  .widget .product_list_widget .product-price{
      margin-top: 8px;
      display: block;
  }
  .woocommerce ul.product_list_widget > li{
      margin-bottom: 15px;
  }
  .woocommerce .widget_rating_filter ul li {
      padding: 0 0 6px;
  }
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
      background-color: #999;
  }
  .widget .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 45px;
      right: 10px;
  }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
  .woocommerce .widget_price_filter .ui-slider .ui-slider-range{
      background-color: #333;
  }
  .woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit,
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt,
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce #review_form #respond .form-submit input.submit,
  .woocommerce input.button{
      font-family: 'Playfair Display';
      background: #fff;
      color: #303030;
      padding: 0px 25px!important;
      min-width: 140px;
      height: 45px;
      line-height: 43px;
      display: inline-block;
      text-transform: uppercase;
      font-weight: 700;
      text-align: center;
      border: 2px solid #becfc7;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      border-radius: 0px;
      font-size: 12px;
  }
  .woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit:hover,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce #review_form #respond .form-submit input.submit:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover{
      background: #53ac82;
      color: #fff;
      border-color: #53ac82;
  }
  .woocommerce .widget_price_filter .price_slider_amount .button,
  .woocommerce .widget_price_filter .price_slider_amount{
      font-size: 14px;
      line-height: initial;
      font-family: 'Poppins';
      height: auto;
      border: none;
      min-width: auto;
      padding: 0px!important;
      text-transform: uppercase;
      text-align: left;
  }
  
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
      margin-left: 0px;
      background-color: #fff;
      top: -5px;
      width: 16px;
      height: 16px;
      border: 3px solid #becfc7;
  
  }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child {
      margin-left: -15px;
  }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
      background-color: #becfc7;
  }
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
      height: 5px;
      border-radius: 3px;
      margin-bottom: 25px;
      margin-left: 0;
      margin-right: 0;
  }
  .woocommerce .widget_price_filter .price_slider_amount .button{
      float: right;
  }
  .woocommerce .widget_price_filter .price_slider_amount .button:hover{
      background: transparent;
      color: #53ac82;
  }
  .woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit{
      margin: 10px 0 0;
  }
  .woocommerce table.shop_attributes td p {
      padding: 0px;
  }
  .woocommerce table.shop_attributes td {
      padding: 8px;
  }
  select,
  input[type=password],
  input[type=number],
  input[type=email],
  input[type=text]{
      border: 1px solid #e5e5e5;
      border-radius: 0px;
      height: 40px;
      line-height: 40px;
      padding: 0 15px;
  }
  textarea{
      border: 1px solid #e5e5e5;
      border-radius:0px;
      padding: 10px 15px;
  }
  
  .yith-wcwl-add-button a{
      font-family: 'Playfair Display';
      font-weight: 700;
      text-transform: uppercase;
      color: #303030;
  }
  .yith-wcwl-add-button a:hover{
      color: #53ac82;
  }
  .widget_product_search input[type=submit]{
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 40px;
      background: transparent;
      border: none;
      z-index: 1;
      font-size: 0;
  }
  .widget_product_search input[type=search]{
      width: 100%;
  }
  .woocommerce-product-search{
      position: relative;
  }
  .woocommerce-product-search::after {
      position: absolute;
      top: 0;
      right: 0;
      content: "\f2eb";
      font: normal normal normal 16px/1 LineAwesome;
      font-size: 20px;
      height: 100%;
      line-height: 50px;
      width: 50px;
      text-align: center;
      color: #303030;
  }
  .woocommerce-loop-category__title{
      margin: 17px 0 7px;
      font-size: 14px;
      font-weight: 400;
  }
  .item-product .mark,
  .item-product mark{
      background-color: transparent;
  }
  a.active,
  .chosen a{
      color: #53ac82;
  }
  .woocommerce .woocommerce-ordering {
      margin-bottom: 0;
  }
  .woocommerce nav.woocommerce-pagination {
      text-align: center;
  }
  .label-wrap.wapl-aligncenter{
      text-align: center;
  }
  .shop-loading{
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.3);
      z-index: 98;
  }
  .shop-loading i{
      font-size: 40px;
      position: absolute;
      bottom: 50%;
      left: 50%;
      color: #fff;
  }
  .ajax-loading:not(.list-product-search){
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.3);
      z-index: 9999;
  }
  .ajax-loading:not(.list-product-search) i{
      font-size: 40px;
      position: absolute;
      color: #fff;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      width: 40px;
      height: 40px;
      margin: auto;
  }
  .loadding{
      position: relative;
  }
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images{
      float: none;
      width: 100%;
  }
  .woocommerce div.product .woocommerce-product-rating{
      margin-bottom: 0;
      margin-top: -6px;
  }
  .woocommerce div.product .woocommerce-product-rating .wrap-rating{
      display: inline-block;
      margin-bottom: 10px;
  }
  .entry-summary > p{
      margin-bottom: 0;
  }
  /*End default*/
  
  
  /*Begin custom*/
  /*
  .main-nav>ul>li.current-menu-item>a,
  .main-nav>ul>li.current-menu-ancestor>a,
  .main-nav>ul>li:hover>a{
      background: rgba(255, 255, 255, 0.1);
  }
  .main-nav li:not(.has-mega-menu) .sub-menu li:hover,
  .main-nav .sub-menu li.current-menu-item,
  .main-nav .sub-menu li.current-menu-ancestor{
      background: rgba(0, 0, 0, 0.1);
  }*/
  .product-price > span,
  .product-price ins{
      color: #303030;
      font-weight: 700;
      font-size: 14px;
  }
  .product-price del{
      color: #ccc;
      font-size: 12px;
      font-weight: 700;
  }
  
  .detail-info .product-price > span,
  .detail-info .product-price ins{
      color: #53ac82;
  }
  a.added_to_cart,
  .woocommerce a.added_to_cart{
      display: none !important;
  }
  .woocommerce #respond input#submit.loading::after,
  .woocommerce a.button.loading::after,
  .woocommerce button.button.loading::after,
  .woocommerce input.button.loading::after{
      top: 0;
      right: 0;
  }
  .woocommerce ul.products li.product .button{
      margin: 0;
  }
  .product-thumb{
      border: 1px solid #e5e5e5;
  }
  .sort-by .select-box select {
      line-height: 36px;
  }
  .title-page{
      position: relative;
      z-index: 1;
  }
  .title-page + div{
      position: relative;
      z-index: 0;
  }
  body.woocommerce-account .title-page{
      text-align: center;
  }
  .woocommerce div.product div.images .carousel li img{
      width: 50px;
  }
  .detail-info .product-desc {
      color: #555;
      margin-bottom: 45px;
      line-height: 24px;
  }
  .detail-info> .product-price {
     margin-bottom: 35px;
  }
  .product_meta > span{
      display: block;
  }
  .product_meta > span > span,
  .product_meta > span > a{
      display: inline-block;
      padding: 0px 5px;
      margin-bottom: 5px;
  }
  .detail-info .product-price > span,
  .detail-info .product-price ins{
      font-size: 24px;
  }
  .detail-info .product-price del{
      font-size: 14px;
  }
  .single_variation_wrap .detail-attr{
      display: block;
  }
  .single_variation_wrap .detail-attr .single_variation{
      margin-bottom: 41px;
  }
  .qty-cart > .woocommerce-variation-add-to-cart{
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: -o-flex;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
  }
  .woocommerce div.product form.cart .button.single_add_to_cart_button {
      margin-left: 25px;
      flex-grow: 1;
      -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
      -o-flex-grow: 1;
      text-align: center;
      max-width: 230px;
      height: 55px;
      line-height: 55px;
      font-family: 'Playfair Display';
      border-radius: 0px;
      border: 2px solid #53ac82;
      font-weight: 700;
      background: #53ac82;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      font-size: 14px;
  }
  .woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
      border-color:#becfc7;
      background: #fff;
      color: #303030;
  }
  .woocommerce div.product.product-type-external form.cart .button.single_add_to_cart_button{
      margin-left: 0px;
      max-width: 100%;
  }
  .detail-attr:not(.type-select):not(.type-) .select-box::after{
      display: none;
  }
  .reset_variations[style="visibility: hidden;"]{
      display: none;
  }
  .woocommerce div.product form.cart .reset_variations{
      font-size: 14px;
      text-align: left;
      padding-top: 0;
      text-transform: uppercase;
      display: inline-block;
  }
  .woocommerce div.product form.cart .reset_variations[style="visibility: visible; display: inline;"] {
      display: block !important;
  }
  .woocommerce #respond input#submit.alt.disabled,
  .woocommerce #respond input#submit.alt.disabled:hover,
  .woocommerce #respond input#submit.alt:disabled,
  .woocommerce #respond input#submit.alt:disabled:hover,
  .woocommerce #respond input#submit.alt:disabled[disabled],
  .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
  .woocommerce a.button.alt.disabled,
  .woocommerce a.button.alt.disabled:hover,
  .woocommerce a.button.alt:disabled,
  .woocommerce a.button.alt:disabled:hover,
  .woocommerce a.button.alt:disabled[disabled],
  .woocommerce a.button.alt:disabled[disabled]:hover,
  .woocommerce button.button.alt.disabled,
  .woocommerce button.button.alt.disabled:hover,
  .woocommerce button.button.alt:disabled,
  .woocommerce button.button.alt:disabled:hover,
  .woocommerce button.button.alt:disabled[disabled],
  .woocommerce button.button.alt:disabled[disabled]:hover,
  .woocommerce input.button.alt.disabled,
  .woocommerce input.button.alt.disabled:hover,
  .woocommerce input.button.alt:disabled,
  .woocommerce input.button.alt:disabled:hover,
  .woocommerce input.button.alt:disabled[disabled],
  .woocommerce input.button.alt:disabled[disabled]:hover{
      background-color: #999;
  }
  .woocommerce div.product form.cart {
      margin-bottom: 0;
  }
  .item-product-meta-info > span{
      padding: 0;
      border: 0;
      display: table;
  }
  .item-product-meta-info > span > *{
      display: table-cell;
  }
  .item-product-meta-info .meta-item-list span,
  .item-product-meta-info .meta-item-list  a{
      margin-bottom: 5px;
  }
  .select-box select{
      z-index: inherit;
  }
  
  /*attribute css*/
  .tawcvs-swatches {
      overflow: hidden;
      padding: 5px;
  }
  
  .tawcvs-swatches .swatch {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      margin-right: 15px;
      cursor: pointer;
      border: 1px solid transparent;
      position: relative;
  }
  
  .tawcvs-swatches .swatch.selected {
  
      opacity: 1;
  }
  
  .tawcvs-swatches .swatch.disabled {
      opacity: 0.1;
  }
  
  
  .tawcvs-swatches .swatch-color.selected {
      border-color: transparent;
  }
  .tawcvs-swatches .swatch-color.active:before,
  .tawcvs-swatches .swatch-color.selected:before {
   /*   -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
      content: "";
      width: 6px;
      height: 10px;
      display: block;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      position: absolute;
      top: 8px;
      left: 11px;*/
  }
  
  .tawcvs-swatches .swatch-label {
      background-color: #fff;
      height: 40px;
      border-radius: 0px;
      border: 1px solid #e5e5e5;
      min-width: 40px;
      line-height: 40px;
  }
  .tawcvs-swatches .swatch-label.selected {
      background: #fff;
      color: #303030;
      border-color: #303030;
  }
  
  .tawcvs-swatches .swatch-image {
      overflow: hidden;
  }
  .tawcvs-swatches .swatch img{
      vertical-align: top;
  }
  .widget .tawcvs-swatches .swatch{
      margin-right: 15px;
  }
  
  .widget .tawcvs-swatches {
      padding: 0px;
      overflow: inherit;
  }
  .widget .tawcvs-swatches.attribute-type-label .swatch{
      margin-bottom: 15px;
  }
  .widget .tawcvs-swatches.attribute-type-color .swatch{
      margin-bottom: 10px;
      height: 25px;
      width: 25px;
      position: relative;
  }
  .widget .tawcvs-swatches.attribute-type-color .swatch:after{
      content: '';
      position: absolute;
      height: 34px;
      width: 34px;
      border-radius: 50%;
      border: 1px solid transparent;
      left: -5.5px;
      top: -5.5px;
  }
  .widget .tawcvs-swatches.attribute-type-color,
  .widget .tawcvs-swatches.attribute-type-label
  {
      margin-bottom: -15px;
  }
  .widget .tawcvs-swatches.attribute-type-color .swatch.selected:after{
      border-color: #53ac82;
  }
  
  
  .variations_form .type-color .span-trong {
      width: 25px;
      height: 25px;
      display: inline-block;
      border-radius: 50%;
  }
  .variations_form .type-color .swatch {
      width: 31px;
      height: 31px;
      display: inline-block;
      border: 1px solid transparent;
      position: relative;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      margin-right: 5px;
      margin-bottom: 5px;
      padding: 2px;
      border-radius: 50%;
      cursor: pointer;
  }
  .variations_form .type-color .swatch:not(.selected){
      border-color: transparent!important;
  }
  .variations_form .type-color .swatch.selected{
      box-shadow: none;
  }
  .variations_form .type-color .tawcvs-swatches
  {
      margin-bottom: -5px;
      margin-top: -3px;
      margin-left: -7px;
      margin-right: -7px;
  }
  
  .variations_form .type-label .tawcvs-swatches
  {
      margin-bottom: -5px;
      margin-top: -3px;
      margin-left: -5px;
      margin-right: -5px;
  }
  
  .variations_form .type-color .white-color .span-trong {
      border: 1px solid #ebebeb;
  }
  .woocommerce div.product form.cart .variations label {
     font-size: 14px;
      font-family: 'Playfair Display';
      color: #303030;
      text-transform: uppercase;
      margin-bottom: 10px;
  }
  .woocommerce div.product form.cart .variations .type-label label {
      margin-bottom: 12px;
  }
  .woocommerce div.product form.cart .variations label .thuoctinh{
      padding-left: 5px;
  }
  .woocommerce div.product form.cart .variations label .thuoctinh:before{
     content: ":";
      margin-right: 5px;
  }
  .woocommerce div.product form.cart .variations {
      margin-bottom: 10px;
  }
  .woocommerce-variation-price .product-price{
      margin-bottom: 20px;
  }
  /* End attribute css*/
  .woocommerce div.product div.summary {
      margin-bottom: 0;
  }
  /* detail tab css*/
  .detail-tab-desc > h2:first-child{
      display: none;
  }
  .detail-tab-desc p{
      color: #555;
      margin: 0;
      line-height: 24px;
  }
  .detail-tabs.tab-style2{
      display: block;
      border: 0;
  }
  .tab-style2 .detail-tab-title ul li{
      display: inline-block;
  }
  .tab-style2 .detail-tab-title{
      min-width: inherit;
      border: 0;
  }
  .tab-style2 .list-tag-detail li a{
      border: 1px solid #e5e5e5;
  }
  .tab-style2 .list-tag-detail li.active a::after{
      display: none;
  }
  .tab-style2 .detail-tab-content{
      margin: 0;
  }
  .woocommerce #reviews #comments > h2 {
      margin: 0 0 20px;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: bold;
      display: none;
  }
  .woocommerce #reviews #comments ol.commentlist li img.avatar{
      width: 70px;
      border: 0;
      padding: 0;
      border-radius: 50%;
  }
  .woocommerce #reviews #comments ol.commentlist{
      padding: 0;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text{
      margin-left: 90px;
  }
  .woocommerce-Reviews .comment-reply-title {
      margin-bottom: 40px;
      display: block;
      margin-top: 20px;
  }
  .comment-form-rating > label{
      margin-bottom: 10px;
  }
  .woocommerce #review_form #respond p.stars{
      margin-bottom: 0;
  }
  .woocommerce .star-rating,
  .woocommerce p.stars a{
      color: #ffc000;
  }
  .detail-tabs{
      margin-bottom: 30px;
  }
  /* End detail tab css*/
  .select-box::after{
      z-index: -1;
  }
  /*Woocommerce Page css*/
  .woocommerce-cart-form .qty-label{
      display: none;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text{
      min-width: 200px;
      padding-left: 12px;
      padding-right: 12px;
      height: 45px;
      border: 2px solid #becfc7;
  }
  td.product-remove {
      max-width: 30px;
  }
  td.product-thumbnail {
      max-width: 60px;
      text-align: center;
  }
  #add_payment_method table.cart img,
  .woocommerce-cart table.cart img,
  .woocommerce-checkout table.cart img {
      width: 70px;
  }
  /*End Woocommerce page css*/
  
  .item-default .post-thumb{
      display: inline-block;
      max-width: 100%;
  }
  .entry-content,
  .content-post-default{
      line-height: 24px;
  }
  .page-links > span,
  .page-links > a{
      padding: 0px 10px;
      border: 1px solid #e5e5e5;
      margin: 0 2px;
      min-width: 40px;
      display: inline-block;
      text-align: center;
      height: 40px;
      line-height: 40px;
      color: #303030;
  }
  .page-links > .current,
  .page-links > .post-page-numbers:hover
  {
      color: #303030;
      border-color: #303030;
  }
  .page-links{
      margin-top: 50px;
  }
  .page-links:after{
      content: '';
      display: block;
      clear: both;
  }
  .woocommerce div.product form.cart:not(.variations_form){
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: -o-flex;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      margin-bottom: 47px;
  }
  .woocommerce div.product form.cart:not(.variations_form) > label{
      width: 100px;
      margin: 0;
  }
  .woocommerce div.product .list-product-group form.cart{
      display: block;
  }
  .list-product-group form.cart table{
      width: 100%;
  }
  .group-qty label{
      display: none;
  }
  .woocommerce div.product form.cart .group_table td.group-info{
      padding: 6px 15px;
  }
  .woocommerce div.product form.cart .group_table td:first-child {
      width: 80px;
  }
  .woocommerce div.product .list-product-group form.cart .button.single_add_to_cart_button{
      margin: 20px 0 0 0;
      min-width: 50%;
  }
  .woocommerce div.product form.cart .group_table tr:last-child td{
      padding-bottom: 20px;
  }
  .woocommerce table.shop_table{
      padding: 0;
      border-collapse: collapse;
  }
  #add_payment_method table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-checkout table.cart td.actions .coupon .input-text{
      border-color: #e5e5e5;
  }
  #add_payment_method .cart-collaterals .cart_totals table,
  .woocommerce-cart .cart-collaterals .cart_totals table,
  .woocommerce-checkout .cart-collaterals .cart_totals table {
      border-collapse: collapse;
  }
  .woocommerce form .form-row {
      padding: 3px 0px;
  }
  .select2-container--default .select2-selection--single{
      border-color: #e5e5e5;
      height: 45px;
      border-radius: 0px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered{
      line-height: 45px;
      padding-left: 15px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 43px;
      right: 6px;
  }
  .woocommerce-additional-fields__field-wrapper #order_comments{
      height: 134px;
  }
  /*My account*/
  .woocommerce-MyAccount-navigation ul{
      padding: 0;
      margin: 0;
      list-style: none;
  }
  .woocommerce-MyAccount-navigation ul li{
      margin-bottom: 5px;
      font-family: 'Playfair Display';
      background: #fff;
      color: #303030;
      height: 45px;
      line-height: 43px;
      text-transform: uppercase;
      font-weight: 700;
      border: 2px solid #becfc7;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      font-size: 12px;
  }
  .woocommerce-MyAccount-navigation ul li a{
      display: block;
      padding: 0px 25px;
  }
  .woocommerce-MyAccount-navigation ul li.is-active,
  .woocommerce-MyAccount-navigation ul li:hover{
      color: #fff;
      background: #53ac82;
      border-color: #53ac82;
  }
  .woocommerce-MyAccount-navigation ul li.is-active a,
  .woocommerce-MyAccount-navigation ul li:hover a{
      color: #fff;
  }
  .woocommerce-MyAccount-content{
      padding: 15px;
      border: 2px solid #becfc7;
  }
  .woocommerce-MyAccount-content>*,
  .woocommerce-MyAccount-content .woocommerce-EditAccountForm >*{
     margin-bottom: 0px;
  }
  .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button[type="submit"]{
      margin-top: 15px;
  }
  .woocommerce-MyAccount-content a{
      color: #333;
  }
  .woocommerce-MyAccount-content a:hover{
      color: #999;
  }
  .woocommerce-account .addresses .title .edit{
  
      padding: 5px 20px;
      font-family: 'Playfair Display';
      background: #fff;
      color: #303030;
      text-transform: uppercase;
      font-weight: 700;
      border: 2px solid #becfc7;
      font-size: 12px;
      float: none;
      margin-bottom: 10px;
      display: inline-block;
  }
  .woocommerce-account .addresses .title .edit:hover{
      background: #53ac82;
      color: #fff;
      border-color: #53ac82;
  }
  .woocommerce form .form-row input.input-text{
      height: 45px;
      border: 1px solid #e5e5e5;
      border-radius: 0px;
      padding: 0px 15px;
  }
  .select2-container .select2-choice{
      height: 40px;
      border: 1px solid #e5e5e5;
      line-height: 40px;
  }
  .select2-drop-active{
      border-color: #e5e5e5;
  }
  .mini-cart-empty{
      padding-top: 20px;
  }
  .mini-cart-button a,
  .woocommerce .mini-cart-button a{
      height: 45px;
      border-radius: 0;
      display: inline-block;
      color: #303030;
      line-height: 43px;
      background: #fff;
      margin: 0 3px;
      text-align: center;
      border: 2px solid #becfc7;
      font-size: 12px;
      padding: 0px 0px!important;
      min-width: auto;
      width: 100%;
      text-transform: uppercase;
      font-family: 'Playfair Display';
      font-weight: 700;
  }
  .mini-cart-button a:hover,
  .woocommerce .mini-cart-button a:hover {
      color: #fff;
      background: #53ac82;
      border-color: #53ac82;
  }
  .aside-box .dropdown-list{
      left: auto;
      visibility: visible;
      opacity: 1;
  }
  .mini-cart-box.aside-box .mini-cart-button a:first-child {
      background: #666;
  }
  .aside-box .dropdown-list {
      pointer-events: inherit;
  }
  .overlay .wrap::after{
      z-index: 1001;
  }
  /*End*/
  .fancybox-inner{
      padding: 0 15px;
      margin: 0 -15px;
  }
  .fancybox-opened,
  .zoomContainer {
      z-index: 9997;
  }
  .fancybox-overlay{
      z-index: 9998;
  }
  .menu-on-fixed.single-product .header-page{
      position: static;
  }
  .single-product .header-page{
      z-index: 9998;
      position: relative;
  }
  .product-popup-content{
      padding: 0;
  }
  .product-popup-content .product-detail {
      margin-bottom: 0;
  }
  .fancybox-opened .fancybox-skin{
      background: #fff;
  }
  /*Begin Search Ajax*/
  .list-product-search {
      background: #fff none repeat scroll 0 0;
      box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
      /*border-radius: 6px;*/
      left: 0;
      margin-top: 32px;
      padding: 10px 20px;
      position: absolute;
      top: 100%;
      width: 100%;
      min-width: 300px;
      z-index: 10000;
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s ease-out 0s;
      -webkit-transition: all 0.5s ease-out 0s;
  }
  .list-product-search.active {
      opacity: 1;
      visibility: visible;
      margin-top: 2px;
  }
  .item-search-pro {
      border-bottom: 1px solid #e5e5e5;
      display: table;
      padding: 10px 0;
      width: 100%;
  }
  .item-search-pro > div {
      display: table-cell;
      vertical-align: middle;
  }
  .item-search-pro:last-child {
      border: none;
  }
  .item-search-pro .title14 {
      text-transform: capitalize;
      font-weight: 400;
  }
  .item-search-pro > div.search-ajax-thumb {
      width: 50px;
  }
  .item-search-pro > div.search-ajax-price {
      text-align: right;
  }
  .item-search-pro > div.search-ajax-title {
      padding: 0 10px;
  }
  .live-search-on.active .list-product-search{
      opacity: 1;
      visibility: visible;
      margin-top: 2px;
  }
  /*End Search Ajax*/
  .dropdown-list li.active a {
      background: #53ac82;
      color: #fff;
  }
  .list-product-search.ajax-loading{
      text-align: center;
  }
  .overlay .mini-cart-link {
      color: #555;
  }
  .aside-box .dropdown-list{
      margin-top: 0;
  }
  .admin-bar .aside-box .dropdown-list{
      margin-top: 32px;
  }
  .form-newsletter input[type="email"]{
      height: 40px;
      display: block;
      border: none;
      flex-grow: 1;
      -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
      -o-flex-grow: 1;
      padding: 0 20px;
      background: transparent;
  }
  .mailchimp-style-default .form-newsletter form .mc4wp-form-fields{
      width: 100%;
      max-width: 570px;
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: -o-flex;
      position: relative;
      border: 1px solid #e5e5e5;
      border-radius: 4px;
  }
  .desc-block{
      margin-bottom: 15px;
  }
  .follow-instagram{
      margin: 0 -2px;
  }
  .follow-instagram li{
      max-width: 160px;
      margin: 0 2px;
  }
  .instagram-slider .group-navi .owl-nav{
      right: 0;
  }
  .item-product-grid {
      margin-bottom: 30px;
  }
  
  /*Gap product*/
  /*gap 5*/
  .gap-5 .list-product-wrap{
      margin: 0 -2.5px;
  }
  .gap-5 .list-product-wrap .item-product{
      margin-bottom: 0;
  }
  .gap-5 .group-navi .owl-nav{
      right: 2.5px;
  }
  .gap-5 .list-product-wrap .product{
      padding:0 2.5px;
      margin-bottom: 5px;
  }
  .gap-5 .list-product-wrap .item{
      padding:0 2.5px;
      margin-bottom: 5px;
  }
  .gap-5 .list-product-wrap .item .product{
      padding:0;
      margin-bottom: 5px;
  }
  /*gap 10*/
  .gap-10 .list-product-wrap{
      margin: 0 -5px;
  }
  .gap-10 .list-product-wrap .item-product{
      margin-bottom: 0;
  }
  .gap-10 .group-navi .owl-nav{
      right: 5px;
  }
  .gap-10 .list-product-wrap .product{
      padding:0 5px;
      margin-bottom: 10px;
  }
  .gap-10 .list-product-wrap .item{
      padding:0 5px;
      margin-bottom: 10px;
  }
  .gap-10 .list-product-wrap .item .product{
      padding:0;
      margin-bottom: 10px;
  }
  /*gap 15*/
  .gap-15 .list-product-wrap{
      margin: 0 -7.5px;
  }
  .gap-15 .list-product-wrap .item-product{
      margin-bottom: 0;
  }
  .gap-15 .group-navi .owl-nav{
      right: 7.5px;
  }
  .gap-15 .list-product-wrap .product{
      padding:0 7.5px;
      margin-bottom: 15px;
  }
  .gap-15 .list-product-wrap .item{
      padding:0 7.5px;
      margin-bottom: 15px;
  }
  .gap-15 .list-product-wrap .item .product{
      padding:0;
      margin-bottom: 15px;
  }
  /*gap 20*/
  .gap-20 .list-product-wrap{
      margin: 0 -10px;
  }
  .gap-20 .list-product-wrap .item-product{
      margin-bottom: 0;
  }
  .gap-20 .group-navi .owl-nav{
      right: 10px;
  }
  .gap-20 .list-product-wrap .product{
      padding:0 10px;
      margin-bottom: 20px;
  }
  .gap-20 .list-product-wrap .item{
      padding:0 10px;
      margin-bottom: 20px;
  }
  .gap-20 .list-product-wrap .item .product{
      padding:0;
      margin-bottom: 20px;
  }
  /*gap 30*/
  .gap-30 .list-product-wrap{
      margin: 0 -15px;
  }
  .gap-30 .list-product-wrap .item-product{
      margin-bottom: 0;
  }
  .gap-30 .group-navi .owl-nav{
      right: 15px;
  }
  .gap-30 .list-product-wrap .product{
      padding:0 15px;
      margin-bottom: 30px;
  }
  .gap-30 .list-product-wrap .item{
      padding:0 15px;
      margin-bottom: 30px;
  }
  .gap-30 .list-product-wrap .item .product{
      padding:0;
      margin-bottom: 30px;
  }
  /*gap 40*/
  .gap-40 .list-product-wrap{
      margin: 0 -20px;
  }
  .gap-40 .list-product-wrap .item-product{
      margin-bottom: 0;
  }
  .gap-40 .group-navi .owl-nav{
      right: 20px;
  }
  .gap-40 .list-product-wrap .product{
      padding:0 20px;
      margin-bottom: 40px;
  }
  .gap-40 .list-product-wrap .item{
      padding:0 20px;
      margin-bottom: 40px;
  }
  .gap-40 .list-product-wrap .item .product{
      padding:0;
      margin-bottom: 40px;
  }
  /*gap 50*/
  .gap-50 .list-product-wrap{
      margin: 0 -25px;
  }
  .gap-50 .list-product-wrap .item-product{
      margin-bottom: 0;
  }
  .gap-50 .group-navi .owl-nav{
      right: 25px;
  }
  .gap-50 .list-product-wrap .product{
      padding:0 25px;
      margin-bottom: 50px;
  }
  .gap-50 .list-product-wrap .item{
      padding:0 25px;
      margin-bottom: 50px;
  }
  .gap-50 .list-product-wrap .item .product{
      padding:0;
      margin-bottom: 50px;
  }
  /*gap 50*/
  .gap-0 .list-product-wrap{
      margin: 0;
  }
  .gap-0 .list-product-wrap .item-product{
      margin-bottom: 0;
  }
  .gap-0 .group-navi .owl-nav{
      right: 0;
  }
  .gap-0 .list-product-wrap .product{
      padding:0;
      margin-bottom: 0;
  }
  .gap-0 .list-product-wrap .item{
      padding:0;
      margin-bottom: 0;
  }
  .gap-0 .list-product-wrap .item .product{
      padding:0;
      margin-bottom: 0;
  }
  /*end gap*//*
  .tab-header{
      margin-bottom: 30px;
  }*/
  .list-post-wrap .wrap-item[data-item="5"] .item-post,
  .list-post-wrap .wrap-item[data-item="6"] .item-post{
      padding: 0 5px;
      margin-bottom: 20px;
  }
  .list-post-wrap .wrap-item .item-post{
      padding: 0 15px;
      margin-bottom: 30px;
  }
  li.active > a {
      color: #53ac82;
  }
  .block-element {
      margin-bottom: 0;
  }
  /*menu live preview*/
  .main-nav .preview-image {
      background: #fff;
      box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
      left: 100%;
      padding: 10px;
      position: absolute;
      top: 0;
      width: 200px;
      opacity: 0;
      visibility: hidden;
      margin-top: 30px;
      border: 1px solid #e5e5e5;
      transition: all .5s ease-out 0s;
      -webkit-transition: all .5s ease-out 0s;
  }
  .main-nav li:hover > .preview-image {
      opacity: 1;
      visibility: visible;
      margin-top: 0;
  }
  .preview-image img{
      height: auto;
  }
  .preview-image>a {
      display: block;
      height: 200px;
      overflow: hidden;
      position: relative;
  }
  .preview-image > a > img {
      left: 0;
      position: absolute;
      top: 0;
      transition: all 5s ease-in-out 0s;
      -webkit-transition: all 5s ease-in-out 0s;
      width: 100%;
  }
  .preview-image > a:hover > img {
      top: 100%;
      transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
  }
  /*end live preview*/
  /*Begin Wishlist Popup*/
  .wishlist-mask {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    display: none;
  }
  .wishlist-popup {
    background: #fff none repeat scroll 0 0;
    border: 10px solid rgba(0, 0, 0, 0.5);
    bottom: 0;
    height: 200px;
    left: 0;
    margin: auto;
    padding: 20px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 470px;
    z-index: 9999;
  }
  .wishlist-button a {
    background: #858785 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    margin: 0 3px;
  }
  .popup-icon {
    font-size: 30px;
  }
  .wishlist-alert {
    margin: 10px 0 20px;
  }
  .product-popup-content {
    padding: 0 15px;
  }
  .wishlist-popup .popup-icon{
      color: #53ac82;
  }
  .wishlist-button a:hover{
      background: #53ac82;
  }
  /*End Wishlist Popup*/
  .item-mega-menu ul li{
      margin-bottom: 15px;
  }
  .item-mega-menu ul li:last-child{
      margin-bottom: 0;
  }
  .item-mega-menu > h3{
      margin-bottom: 20px;
  }
  .item-post-large.item-default .post-info {
      padding-left: 0;
  }
  .main-nav.main-nav1 ul{
      padding: 0;
  }
  .logo h1{
      margin: 0;
  }
  .content-single-blog iframe{
      width: 100%;
      border: 0;
      max-width: 100%;
  }
  .player .vp-player-layout{
      left: 0 !important;
      right: 0 !important;
  }
  .sort-by .select-box::after {
      top: 7px;
      color: #becfc7;
      font-size: 18px;
      right: 0px;
  }
  .vc_row:not([data-vc-stretch-content="true"]) .container{
      padding: 0;
  }
  .smart-slider:not(.owl-carousel)[data-item="6"] > div{
      width: 16.6666%;
  }
  .smart-slider:not(.owl-carousel)[data-item="5"] > div{
      width: 20%;
  }
  .smart-slider:not(.owl-carousel)[data-item="4"] > div{
      width: 25%;
  }
  .smart-slider:not(.owl-carousel)[data-item="3"] > div{
      width: 33.3333%;
  }
  .smart-slider:not(.owl-carousel)[data-item="2"] > div{
      width: 50%;
  }
  .widget-group{
      margin-bottom: 30px;
  }
  .widget-group:last-child{
      margin-bottom: 0;
  }
  .page-content-box .wrap {
    background: #fff;
    max-width: 1230px;
    margin: auto;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .page-content-box .container {
      max-width: 1230px;
  }
  .page-content-box .fix-row-bg{
      margin-left: 15px;
      margin-right: 15px;
  }
  .page-content-box .vc_row {
      padding-left: 15px;
      padding-right: 15px;
  }
  .page-content-box .fix-row-bg .vc_row {
      padding-left: 0;
      padding-right: 0;
  }
  body.page-content-box *[data-vc-full-width]{
      max-width: 1230px;
      margin: auto;
      left: -15px!important;
      padding-left: 0px!important;
      padding-right: 0px!important;
  }
  body.page-content-box [data-vc-full-width] [data-vc-full-width]{
      left: 0px!important;
  }
  .page-content-box .vc_row .vc_row {
      padding-left: 0px;
      padding-right: 0px;
  }
  /*Preload style 2*/
  .preload #objectstyle2{
      width: 80px;
      height: 80px;
      background-color: #FFF;
      -webkit-animation: animatestyle2 1s infinite ease-in-out;
      animation: animatestyle2 1s infinite ease-in-out;
      margin-right: auto;
      margin-left: auto;
      margin-top: 60px;
  }
  @-webkit-keyframes animatestyle2 {
      0% { -webkit-transform: perspective(160px); }
      50% { -webkit-transform: perspective(160px) rotateY(-180deg); }
      100% { -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); }
  }
  
  @keyframes animatestyle2 {
      0% {
          transform: perspective(160px) rotateX(0deg) rotateY(0deg);
          -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
      } 50% {
          transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
          -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg) ;
      } 100% {
          transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
          -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
      }
  }
  /*Prelaod style 3*/
  #loading-center-absolutestyle3 {
      position: absolute;
      left: 50%;
      top: 50%;
      height: 50px;
      width: 50px;
      margin-top: -25px;
      margin-left: -25px;
     -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-animation: loading-center-absolute 1.5s infinite;
      animation: loading-center-absolute 1.5s infinite;
  
  }
  .objectstyle3{
      width: 25px;
      height: 25px;
      background-color: #FFF;
      float: left;
  
  }
  #object_onestyle3 {
      -webkit-animation: object_onestyle3 1.5s infinite;
      animation: object_onestyle3 1.5s infinite;
      }
  #object_twostyle3 {
      -webkit-animation: object_twostyle3 1.5s infinite;
      animation: object_twostyle3 1.5s infinite;
      }
  #object_threestyle3 {
      -webkit-animation: object_threestyle3 1.5s infinite;
      animation: object_threestyle3 1.5s infinite;
      }
  #object_fourstyle3 {
      -webkit-animation: object_fourstyle3 1.5s infinite;
      animation: object_fourstyle3 1.5s infinite;
      }
  
  
  @-webkit-keyframes loading-center-absolutestyle3 {
    100% { -webkit-transform: rotate(-45deg); }
  
  }
  
  @keyframes loading-center-absolutestyle3 {
    100% {
      transform:  rotate(-45deg);
      -webkit-transform:  rotate(-45deg);
    }
  }
  
  @-webkit-keyframes object_onestyle3 {
    25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
  
  }
  
  @keyframes object_onestyle3 {
    25% {
      transform: translate(0,-50px) rotate(-180deg);
      -webkit-transform: translate(0,-50px) rotate(-180deg);
    }
    100% {
      transform: translate(0,0) rotate(-180deg);
      -webkit-transform: translate(0,0) rotate(-180deg);
    }
  }
  
  
  @-webkit-keyframes object_twostyle3 {
    25% { -webkit-transform: translate(50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
  }
  
  @keyframes object_twostyle3 {
    25% {
      transform: translate(50px,0) rotate(-180deg);
      -webkit-transform: translate(50px,0) rotate(-180deg);
    }
    100% {
      transform: translate(0,0) rotate(-180deg);
      -webkit-transform: translate(0,0) rotate(-180deg);
    }
  }
  
  @-webkit-keyframes object_three_pre3 {
    25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
  }
  
  @keyframes object_threestyle3 {
    25% {
      transform:  translate(-50px,0) rotate(-180deg);
      -webkit-transform:  translate(-50px,0) rotate(-180deg);
    }
    100% {
      transform: translate(0,0) rotate(-180deg);
      -webkit-transform: rtranslate(0,0) rotate(-180deg);
    }
  }
  
  
  @-webkit-keyframes object_fourstyle3 {
    25% { -webkit-transform: translate(0,50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
  }
  
  @keyframes object_fourstyle3 {
    25% {
      transform: translate(0,50px) rotate(-180deg);
      -webkit-transform: translate(0,50px) rotate(-180deg);
    }
    100% {
      transform: translate(0,0) rotate(-180deg);
      -webkit-transform: translate(0,0) rotate(-180deg);
    }
  }
  /*Preload style 4*/
  #loading-center-absolutestyle4 {
      position: absolute;
      left: 50%;
      top: 50%;
      height: 150px;
      width: 150px;
      margin-top: -75px;
      margin-left: -75px;
  }
  .objectstyle4{
      width: 20px;
      height: 20px;
      background-color: #FFF;
      float: left;
      margin-right: 20px;
      margin-top: 65px;
      -moz-border-radius: 50% 50% 50% 50%;
      -webkit-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
  }
  
  #object_onestyle4 {
      -webkit-animation: object_onestyle4 1.5s infinite;
      animation: object_onestyle4 1.5s infinite;
      }
  #object_twostyle4 {
      -webkit-animation: object_twostyle4 1.5s infinite;
      animation: object_twostyle4 1.5s infinite;
      -webkit-animation-delay: 0.25s;
      animation-delay: 0.25s;
      }
  #object_threestyle4 {
      -webkit-animation: object_threestyle4 1.5s infinite;
      animation: object_threestyle4 1.5s infinite;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s;
  
      }
  
  @-webkit-keyframes object_onestyle4 {
  75% { -webkit-transform: scale(0); }
  }
  
  @keyframes object_onestyle4 {
  
    75% {
      transform: scale(0);
      -webkit-transform: scale(0);
    }
  
  }
  
  @-webkit-keyframes object_twostyle4 {
  
    75% { -webkit-transform: scale(0); }
  
  }
  
  @keyframes object_twostyle4 {
    75% {
      transform: scale(0);
      -webkit-transform:  scale(0);
    }
  
  }
  
  @-webkit-keyframes object_threestyle4 {
  
    75% { -webkit-transform: scale(0); }
  
  }
  
  @keyframes object_threestyle4 {
  
    75% {
      transform: scale(0);
      -webkit-transform: scale(0);
    }
  
  }
  /*Preload style 5*/
  #loading-center-absolutestyle5 {
      position: absolute;
      left: 50%;
      top: 50%;
      height: 50px;
      width: 200px;
      margin-top: -25px;
      margin-left: -100px;
  }
  .objectstyle5{
      width: 20px;
      height:20px;
      background-color: #FFF;
      float: left;
      margin-top: 15px;
      -moz-border-radius: 50% 50% 50% 50%;
      -webkit-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
  }
  #first_objectstyle5{
      -webkit-animation: first_objectstyle5 2s infinite;
      animation: first_objectstyle5 2s infinite;
  
  }
  #second_objectstyle5{
      -webkit-animation: second_objectstyle5 2s infinite;
      animation: second_objectstyle5 2s infinite;
      float: right;
  }
  
  @-webkit-keyframes first_objectstyle5 {
  
   25% {
      -ms-transform: translate(90px,0) scale(2);
      -webkit-transform: translate(90px,0) scale(2);
      transform: translate(90px,0) scale(2);
       }
  
   50% {
      -ms-transform: translate(180px,0) scale(1);
      -webkit-transform: translate(180px,0) scale(1);
      transform: translate(180px,0) scale(1);
       }
  
    75% {
       -ms-transform: translate(90px,0) scale(2);
      -webkit-transform: translate(90px,0) scale(2);
      transform: translate(90px,0) scale(2);
       }
  
  }
  @keyframes first_objectstyle5 {
  
   25% {
      -ms-transform: translate(90px,0) scale(2);
      -webkit-transform: translate(90px,0) scale(2);
      transform: translate(90px,0) scale(2);
       }
  
   50% {
      -ms-transform: translate(180px,0) scale(1);
      -webkit-transform: translate(180px,0) scale(1);
      transform: translate(180px,0) scale(1);
       }
  
    75% {
       -ms-transform: translate(90px,0) scale(2);
      -webkit-transform: translate(90px,0) scale(2);
      transform: translate(90px,0) scale(2);
       }
  }
  
  @-webkit-keyframes second_objectstyle5 {
  
   25% {
      -ms-transform: translate(-90px,0) scale(2);
      -webkit-transform: translate(-90px,0) scale(2);
      transform: translate(-90px,0) scale(2);
       }
  
   50% {
      -ms-transform: translate(-180px,0) scale(1);
      -webkit-transform: translate(-180px,0) scale(1);
      transform: translate(-180px,0) scale(1);
       }
  
    75% {
       -ms-transform: translate(-90px,0) scale(2);
      -webkit-transform: translate(-90px,0) scale(2);
      transform: translate(-90px,0) scale(2);
       }
  }
  @keyframes second_objectstyle5 {
  
   25% {
      -ms-transform: translate(-90px,0) scale(2);
      -webkit-transform: translate(-90px,0) scale(2);
      transform: translate(-90px,0) scale(2);
       }
  
   50% {
      -ms-transform: translate(-180px,0) scale(1);
      -webkit-transform: translate(-180px,0) scale(1);
      transform: translate(-180px,0) scale(1);
       }
  
    75% {
       -ms-transform: translate(-90px,0) scale(2);
      -webkit-transform: translate(-90px,0) scale(2);
      transform: translate(-90px,0) scale(2);
       }
  }
  /*Preload style 6*/
  #loading-center-absolutestyle6 {
      position: absolute;
      left: 50%;
      top: 50%;
      height: 20px;
      width: 100px;
      margin-top: -10px;
      margin-left: -50px;
  
  }
  .objectstyle6{
      width: 20px;
      height: 20px;
      background-color: #FFF;
      -moz-border-radius: 50% 50% 50% 50%;
      -webkit-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
      margin-right: 20px;
      margin-bottom: 20px;
      position: absolute;
  }
  
  
  #object_onestyle6{
      -webkit-animation: objectstyle6 2s linear infinite;
       animation: objectstyle6 2s linear infinite;
       }
  #object_twostyle6{
      -webkit-animation: objectstyle6 2s linear infinite -.4s;
      animation: objectstyle6 2s linear infinite -.4s;
      left: 20px;
       }
  #object_threestyle6{
      -webkit-animation: objectstyle6 2s linear infinite -.8s;
      animation: objectstyle6 2s linear infinite -.8s;
      left: 40px;
      }
  #object_fourstyle6{
      -webkit-animation: objectstyle6 2s linear infinite -1.2s;
      animation: objectstyle6 2s linear infinite -1.2s;
      left: 60px;
      }
  #object_fivestyle6{
      -webkit-animation: objectstyle6 2s linear infinite -1.6s;
      animation: objectstyle6 2s linear infinite -1.6s;
      left: 80px;
      }
  
  
  @-webkit-keyframes objectstyle6{
    0% { left: 100px; top:0}
    80% { left: 0; top:0;}
    85% { left: 0; top: -20px; width: 20px; height: 20px;}
    90% { width: 40px; height: 15px; }
    95% { left: 100px; top: -20px; width: 20px; height: 20px;}
    100% { left: 100px; top:0; }
  
  }
  @keyframes objectstyle6{
    0% { left: 100px; top:0}
    80% { left: 0; top:0;}
    85% { left: 0; top: -20px; width: 20px; height: 20px;}
    90% { width: 40px; height: 15px; }
    95% { left: 100px; top: -20px; width: 20px; height: 20px;}
    100% { left: 100px; top:0; }
  }
  /*Preload style 7*/
  #loading-center-absolutestyle7 {
      position: absolute;
      left: 50%;
      top: 50%;
      height: 50px;
      width: 50px;
      margin-top: -25px;
      margin-left: -25px;
  }
  .objectstyle7{
      width: 50px;
      height: 5px;
      background-color: #FFF;
      -webkit-animation: animatestyle7 2s infinite;
      animation: animatestyle7 2s infinite;
      position: absolute;
      top: 0px;
      right: -200px;
      }
  
  
  
  @-webkit-keyframes animatestyle7 {
  
    50% {
      -ms-transform: translate(-400px,0) rotate(-360deg);
      -webkit-transform: translate(-400px,0) rotate(-360deg);
      transform: translate(-400px,0) rotate(-360deg);
        }
  
   100% {
      -ms-transform: translate(0,0) rotate(360deg);
      -webkit-transform: translate(0,0) rotate(360deg);
      transform: translate(0,0) rotate(360deg);
        }
  
  
  }
  
  @keyframes animatestyle7 {
    50% {
      -ms-transform: translate(-400px,0) rotate(-360deg);
      -webkit-transform: translate(-400px,0) rotate(-360deg);
      transform: translate(-400px,0) rotate(-360deg);
        }
  
   100% {
      -ms-transform: translate(0,0) rotate(360deg);
      -webkit-transform: translate(0,0) rotate(360deg);
      transform: translate(0,0) rotate(360deg);
        }
  
  }
  .preload-style-custom-image #loading-center{
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: -o-flex;
      justify-items: center;
      -webkit-justify-items: center;
      -ms-justify-items: center;
      -o-justify-items: center;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
  }
  
  #loading-center-absolute-image{
      text-align: center;
      margin: auto;
      display: none;
  }
  .preload #loading-center-absolute-image{
      display: block;
  }
  .contact-form-page .wrap-input i {
      position: absolute;
      top: 17px;
      left: 20px;
      color: #999;
      z-index: 1;
  }
  .contact-form-page .wrap-input input[type="url"] {
      border: 1px solid #e5e5e5;
      height: 50px;
      border-radius: 25px;
      display: block;
      width: 100%;
      background: #fff;
      padding: 0 45px;
  }
  .item-contact-page .contact-thumb i {
      position: relative;
      z-index: 1;
  }
  .item-contact-page .contact-thumb {
      margin-bottom: 23px !important;
  }
  .banner-slider .banner-info {
      height: auto;
  }
  .about-customer li::before{
      content: "\f00c";
      font-family: "FontAwesome";
  }
  .about-banner-history .banner-info .desc::before{
      content: "\f10d";
      font-family: "FontAwesome";
  }
  .about-content-page::before {
      display: none;
  }
  .about-content-page {
      position: relative;
      padding: 0 15px;
  }
  .about-content-page > div{
      position: relative;
      padding: 40px 0;
  }
  .about-content-page > div::before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -30px;
      width: 1px;
      content: "";
      background: #e5e5e5;
      z-index: 1;
      display: block;
  }
  .about-title-number .number {
      line-height: 68px;
  }
  .about-title-number > p{
      margin-bottom: 0;
  }
  .about-title-number {
      padding-bottom: 42px;
      margin-bottom: 0;
  }
  .item-about-faq .desc::before,
  .item-about-faq h3::before {
      display: none;
  }
  .item-about-faq h3 span.first-text {
      position: absolute;
      top: -10px;
      text-transform: uppercase;
      font-size: 60px;
      color: #f4f4f4;
      left: -20px;
      z-index: -1;
  }
  .item-about-faq .desc span.first-text {
      position: absolute;
      top: 15px;
      text-transform: uppercase;
      font-size: 60px;
      color: #f4f4f4;
      left: -20px;
      z-index: -1;
  }
  .intro-about-team h3 {
      margin: 0;
      padding: 30px 0;
  }
  .content-about-team .desc {
      margin-bottom: 25px;
  }
  .price-table-color span.start{
      margin-bottom: 10px;
  }
  .wishlist_table tr td,
  .wishlist_table tr th.wishlist-delete,
  .wishlist_table tr th.product-checkbox{
      text-align: left;
  }
  .woocommerce .product-remove a.remove{
      margin: auto;
  }
  .woocommerce table.wishlist_table {
      font-size: 100%;
  }
  .compare-link,
  .wishlist-link{
      display: inline-block;
      background: #fff;
      color: #303030;
      font-size: 18px;
      border-radius: 50%;
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 40px;
      padding: 0px;
  }
  .compare-link:hover,
  .wishlist-link:hover{
      color: #fff;
      background: #53ac82;
  }
  .compare-link > span,
  .wishlist-link > span{
      display: none;
  }
  .item-post .post-info .desc {
      margin-bottom: 20px;
  }
  .yith-wcwl-add-to-wishlist + div{
      display: inline-block;
      clear: inherit;
  }
  .detail-info .compare.button,
  .detail-info .yith-wcwl-add-to-wishlist{
      display: block !important;
      margin-bottom: 40px;
      margin-top: 0;
  }
  .detail-info> .compare.button{
      display: none !important;
  }
  /*Block class*/
  .block-top-30{
      margin-top: 30px;
  }
  .block-bottom-30{
      margin-bottom: 30px;
  }
  .block-top-50{
      margin-top: 50px;
  }
  .block-bottom-50{
      margin-bottom: 50px;
  }
  .block-top-100{
      margin-top: 100px;
  }
  .block-bottom-100{
      margin-bottom: 100px;
  }
  .title-tab{
      margin: 0 -10px;
      border: 0;
  }
  .title-tab > li {
      margin: 0 10px;
  }
  .form-popup .submit-form {
      height: 50px;
      background: #000;
      border: none;
      color: #fff;
      padding: 0 30px;
  }
  /*Fix form-newsletter*/
  .content-popup input[type="email"] {
      width: 400px;
      height: 50px;
      border: 1px solid #e5e5e5;
      padding: 0 15px;
      display: block;
      flex-grow: 1;
      -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
      -o-flex-grow: 1;
      margin-right: 10px;
  }
  .content-popup .submit-form::after{
      display: none;
  }
  .content-popup .form-newsletter form .mc4wp-form-fields{
      border: 0;
      max-width: inherit;
  }
  .form-newsletter.form-popup{
      max-width: 100%;
  }
  .content-popup .submit-form{
      width: auto;
  }
  .content-popup .submit-form input[type="submit"]{
      position: static;
      line-height: 50px;
  }
  /*End fix*/
  .close-minicart{
      display: none;
      position: absolute;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
      color: #333;
      font-size: 24px;
      top: 0;
      left: -39px;
      color: #fff;
      cursor: pointer;
  }
  .aside-box .close-minicart{
      display: block;
  }
  /*filter product element*/
  .btn-filter {
      background: #fff;
      border: 1px solid #e5e5e5;
      display: inline-block;
      font-weight: 700;
      height: 40px;
      line-height: 38px;
      padding: 0 55px 0 20px;
      position: relative;
      text-transform: uppercase;
  }
  .box-attr-filter {
      background: #fff;
      border: 1px solid #e5e5e5;
      box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
      left: 0;
      margin-top: 35px;
      opacity: 0;
      padding: 20px 0;
      position: absolute;
      top: 65px;
      visibility: hidden;
      width: 100%;
      z-index: 10000;
      transition: all .5s ease-out 0s;
      -webkit-transition: all .5s ease-out 0s;
  }
  .filter-product.active .box-attr-filter{
      margin-top: 5px;
      opacity: 1;
      visibility: visible;
      top: 40px;
  }
  .btn-filter::after {
      border-left: 1px solid #e5e5e5;
      bottom: 0;
      content: "\f107";
      font-family: fontawesome;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 30px;
  }
  .js-content-wrap{
      position: relative;
  }
  .filter-product{
      margin-bottom: 30px;
  }
  .btn-filter span {
      display: inline-block;
      font-size: 18px;
      margin-right: 10px;
      vertical-align: top;
  }
  .box-attr-filter::before {
      background: #fbfbfb;
      border-right: 1px solid #e5e5e5;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 170px;
  }
  .item-box-attr {
      display: table;
      overflow: hidden;
      position: relative;
      width: 100%;
      padding: 5px 0;
      line-height: 24px;
  }
  .item-attr-title {
      display: table-cell;
      padding: 0 25px;
      position: relative;
      width: 170px;
      vertical-align: top;
      text-align: left;
  }
  .item-attr-content {
      color: #666;
      display: table;
      padding: 0 30px;
      vertical-align: top;
  }
  .range-filter .ui-slider-range {
      background: #333;
  }
  .range-filter .ui-slider-handle.ui-state-default.ui-corner-all {
      background: #333;
      border-radius: 0;
      cursor: pointer;
      height: 10px;
      margin-left: -5px;
      top: -4px;
      width: 10px;
      border: none;
  }
  .range-filter .slider-range {
      border: none;
      border-radius: 0;
      height: 1px;
      display: inline-block;
      margin: 0 20px 0 5px;
      vertical-align: middle;
      width: 250px;
      background: #e5e5e5;
  }
  .attr-price-filter{
      display: inline-block;
  }
  .attr-price-filter label {
      font-weight: 400;
  }
  .list-filter.list-inline li{
      padding: 0 10px;
  }
  .wrap-item.loadding .ajax-loading {
      display: block !important;
  }
  .filter-yes .js-content-main{
      clear: both;
  }
  .filter-col .box-attr-filter::before{
      display: none;
  }
  .filter-col .item-box-attr{
      display: block;
      float: left;
  }
  .filter-col.filter-2-col .item-box-attr{
      width: 50%;
  }
  .filter-col.filter-3-col .item-box-attr{
      width: 33.3333%;
  }
  .filter-col.filter-4-col .item-box-attr{
      width: 25%;
  }
  .filter-col.filter-2-col .item-box-attr:nth-child(2n+1),
  .filter-col.filter-3-col .item-box-attr:nth-child(3n+1),
  .filter-col.filter-4-col .item-box-attr:nth-child(4n+1){
      clear: both;
  }
  .filter-col .box-attr-filter{
      clear: both;
  }
  .filter-col .list-filter{
      margin: 0 -15px;
  }
  .filter-col .item-box-attr{
      text-align: left;
  }
  .filter-col.filter-col-list .list-filter li,
  .filter-col.filter-col-list .list-filter{
      list-style: none;
      display: list-item;
  }
  .element-filter{
      position: relative;
  }
  .element-filter.active:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
      content: "";
      width: 6px;
      height: 10px;
      display: block;
      border: solid #a21414;
      border-width: 0 2px 2px 0;
      position: absolute;
      top: 2px;
      right: -11px;
  }
  .filter-noresult{
      padding: 100px 0;
      border: 1px solid #e5e5e5;
  }
  .row > .filter-noresult-wrap{
      padding: 0 15px;
      display: block !important;
      position: static !important;
  }
  .products-wrap{
      position: relative;
      clear: both;
  }
  .filter-none .owl-wrapper,
  .filter-none .owl-wrapper .owl-item{
      width: 100% !important;
  }
  .range-filter .slider-range{
      max-width: 100%;
  }
  .filter-col .item-attr-title,
  .filter-col .item-attr-content{
      display: block;
  }
  /*End filter element*/
  .show-by.show-order .dropdown-link .silver{
      min-width: 165px;
      color: #303030;
      text-transform: uppercase;
      font-family: 'Playfair Display';
      font-weight: 700;
      padding: 0px;
      border: none;
  }
  .show-by.show-order .dropdown-list{
      width: 100%;
      min-width: 230px;
  }
  .dropdown-list li a.active{
      background: #53ac82;
      color: #fff;
  }
  .mini-cart-box.dropdown-box{
      display: inline-block;
  }
  .detail-gallery .carousel li{
      min-height: 50px;
  }
  .vc_col-has-fill>.vc_column-inner,
  .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
  .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
  .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
  .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
  .vc_row-has-fill>.vc_column_container>.vc_column-inner,
  .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
  .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
  .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
  .vc_section.vc_section-has-fill+.vc_section {
      padding-top: 0 !important;
  }
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2,
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1{
      display: block;
      max-width: 100%;
  }
  .account-manager .dropdown-list li i{
      min-width: 20px;
      margin-right: 10px;
  }
  .account-manager .dropdown-list{
      width: 160px;
  }
  
  /* Vendor page*/
  .vendor-page .entry-content .title-page h2{
      margin: 0 0 10px;
  }
  .vendor-page .entry-content h3,
  .vendor-page .entry-content h2{
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      margin: 30px 0 20px;
  }
  .vendor-page .entry-content h2:first-child{
      margin-top: 0;
  }
  .vendor-page input{
      height: 40px;
      padding: 0 10px;
      border: 1px solid #eaeaec;
  }
  .vendor-page form{
      margin-bottom: 30px;
  }
  .vendor-page .table>thead>tr>th {
      border-bottom: 1px solid #eaeaec;
  }
  .vendor-page input[type="submit"]{
      background-color: #53ac82;
      border-color: #53ac82;
      box-shadow: none;
      border-radius: 0;
      color: #fff;
      padding: 0 20px;
      vertical-align: middle;
      margin-top: -4px;
  }
  #pv_shop_name,
  #pv_paypal{
      margin-top: 15px;
      width: 400px;
      max-width: 100%;
  }
  .vendor-page table .notes input,
  .vendor-page table{
      width: 100%;
  }
  .vendor-page table{
      margin-bottom: 30px;
  }
  .vendor-page table,
  .vendor-page th,
  .vendor-page td {
      padding: 20px;
  }
  .vendor-page .entry-content p{
      line-height: 24px;
      margin-bottom: 20px;
  }
  /*Login/register*/
  .popup-overlay{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 100%;
      height: 100%;
      z-index: 999;
      background-color: rgba(11,11,11,.8);
      cursor: pointer;
  }
  .login-popup-content {
      position: absolute;
      width: 500px;
      max-width: 100%;
      background-color: #fff;
      color: #555;
      overflow: hidden;
      z-index: 1000;
      margin: 0 auto;
      top: 15%;
      left: 0;
      right: 0;
  }
  .popup-form{
      margin: 0 auto;
      display: none;
  }
  .login-popup-content-wrap{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none;
      z-index: 9999;
  }
  .popup-form .submit{
      margin: 20px 0 25px;
      position: relative;
  }
  .popup-form.active{
      display: block;
  }
  .login-popup-content{
      padding: 50px 0;
      padding-top: 0px;
  }
  .popup-form .form-header h2,
  .popup-form > h2{
      font-size: 24px;
      font-weight: bold;
      text-transform: uppercase;
      margin: 0px;
      font-family: 'Playfair Display';
  }
  .popup-form .desc.note{
      margin: -20px 0 20px;
      color: #999;
      font-size: 12px;
  }
  .popup-form .extra-field .woocommerce-privacy-policy-text p{
      color: #999;
      font-size: 12px;
  }
  .popup-form .form-header .desc,
  .popup-form > .desc{
      color: #999;
      margin-bottom: 10px;
  }
  .popup-form .form-header{
      margin-bottom: 40px;
      padding: 45px 50px;
      background: #f5f5f5;
  }
  .popup-form #loginform,
  .popup-form #registerform,
  .popup-form .nav-form
  {
      padding: 0px 50px;
  }
  .popup-form form > p,
  .popup-form .form-field{
      position: relative;
      margin-bottom: 30px;
  }
  .popup-form form .extra-field > p > label,
  .popup-form form > p > label{
      position: static;
  }
  .popup-form label:not(.rememberme){
      text-align: left;
      color: #999;
      position: absolute;
      font-weight: normal;
      top: 6px;
      left: 0;
      width: 100%;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      z-index: 0;
  }
  .popup-form input:not(.button){
      border-width: 0 0 1px;
      width: 100%;
      max-width: 100%;
      padding: 0;
      z-index: 1;
      position: relative;
      background: transparent;
  }
  .popup-form input.link-button1{
      width: 100%;
      background: #fff;
      color: #303030;
      padding: 0px 25px;
      border-width: 2px;
  }
  .popup-form input.link-button1:hover{
      background: #53ac82;
      border-color: #53ac82;
      color: #fff
  }
  .popup-form .has-value input:not(.wp-submit)~label,
  .popup-form input:not(.wp-submit):focus~label{
      font-size: 80%;
      top: -15px;
  }
  .popup-form .has-value input:not(.wp-submit)~label.rememberme{
      font-size: 100%;
  }
  .nav-form{
      margin: 0 -10px;
  }
  .popup-redirect{
      padding: 0 10px;
      margin-top: 10px;
  }
  .popup-redirect{
      border-right: 1px solid #e5e5e5;
  }
  .popup-redirect:last-child{
      border-right: none;
  }
  .popup-form input{
      -webkit-appearance: none;
  }
  .popup-form input:-webkit-autofill {
      -webkit-box-shadow: inset 0 0 0px 9999px white;
  }
  .popup-form form input[type=checkbox],
  .popup-form form input[type=radio] {
      display: inline-block;
      width: 18px;
      min-width: 18px;
      height: 18px;
      line-height: 1;
      background-color: #eee!important;
      border: 0;
      margin: -3px 4px 0 0!important;
      outline: 0;
      padding: 0;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      -webkit-appearance: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition: .05s border-color ease-in-out;
      transition: .05s border-color ease-in-out;
  }
  .popup-form input[type=radio]:checked:before,
  .popup-form input[type=checkbox]:checked:before {
      float: left;
      display: inline-block;
      vertical-align: middle;
      width: 18px;
      line-height: 18px;
      font-family: fontawesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .popup-form input[type=checkbox]:checked:before {
      content: '\f00c';
      color: #53ac82;
  }
  .input-focus-line{
      background-color: transparent;
      bottom: -1px;
      height: 2px;
      left: 50%;
      margin: 0;
      padding: 0;
      position: absolute;
      width: 0;
      z-index: 2;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .popup-form .invalid .input-focus-line{
      background-color: #53ac82;
      left: 0;
      width: 100%;
  }
  .popup-form .input-focus .input-focus-line{
      background-color: #53ac82;
      left: 0;
      width: 100%;
  }
  .close-login-form{
      position: absolute;
      top: 8px;
      right: 8px;
      color: #333;
      opacity: .5;
      font-weight: 300;
      font-size: 40px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      z-index: 1001;
  }
  .popup-form .forgetmenot label{
      font-size: 14px;
      font-weight: normal;
  }
  .popup-form .submit i{
      position: absolute;
      color: #fff;
      right: 15px;
      top: 13px;
  }
  .ms-error,
  .ms-done{
      display: none;
  }
  .popup-form .message {
      border-left: 4px solid #00a0d2;
      padding: 12px;
      margin-left: 0;
      margin-bottom: 20px;
      background-color: #fff;
      box-shadow: 0 0 1px 0 rgba(0,0,0,.1);
      color: #999;
      font-size: 12px;
  }
  .popup-form .ms-default{
      color: #999;
      font-size: 12px;
  }
  .popup-form .login_error {
      border-left: 4px solid #bf2c2c;
      padding: 12px;
      margin-left: 0;
      margin-bottom: 20px;
      background-color: #fff;
      box-shadow: 0 0 1px 0 rgba(0,0,0,.1);
      color: #999;
      font-size: 12px;
  }
  /*End custom*/
  
  
  /*Tool Panel*/
  a.dm-color {
      border: 1px solid #e5e5e5;
      width: 30px;
      height: 30px;
      display: inline-block;
      margin: 2px;
  }
  a.dm-color.active{
      border-color: #000;
      box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
  }
  .dm-content-color{
      margin-bottom: 35px;
  }
  #widget_indexdm .dm-content .item-content.active > a{
      border-color: #ff0000;
  }
  .active .dm-open i.fa-long-arrow-left,
  .dm-open i.fa-long-arrow-right{
      display: none;
  }
  .active .dm-open i.fa-long-arrow-right{
      display: block;
  }
  .dm-button {
      position: absolute;
      background: #53ac82;
      border-radius: 3px 0 0 3px;
      color: #fff;
      top: 250px;
      left: -55px;
      display: block;
      padding: 35px 0 7px;
      z-index: 9999;
      font-size: 12px;
      width: 55px;
      height: 55px;
      text-align: center;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
  }
  .dm-button.dm-support{
      top: 310px;
      background-position: center -43px;
  }
  .dm-button.dm-guide{
      top: 370px;
      background-position: center -93px;
  }
  .dm-button:before {
    content: attr( data-title-close );
    display: inline-block;
  }
  .dm-button:focus, .dm-button:hover {
    color: #fff;
  }
  .dm-button i{
      position: absolute;
      top: 10px;
      left: 0;
      right: 0;
      font-size: 20px;
  }
  .active .dm-button:before {
    content: attr(data-title);
  }
  #widget_indexdm {
    background: #fff;
    z-index: 9999;
    width: 380px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -380px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
      text-align: center;
  }
  #widget_indexdm.active{
      right: 0;
  }
  #indexdm_img.active{
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: -o-flex;
  }
  .img-demo{
      background-position: center top;
      display: none;
  }
  #widget_indexdm .widget-indexdm-inner {
      overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: 15px;
    bottom: 0;
      color: #111;
    right: 0;
      padding-right: 15px;
    top: 0;
  }
  #widget_indexdm .dm-header {
    text-align: center;
  }
  #widget_indexdm .dm-header .header-event{
      margin: 15px 0;
      padding-bottom: 15px;
  }
  #widget_indexdm .dm-header .header-event img{
      margin-bottom: 0;
  }
  #widget_indexdm .dm-header .header-button > a {
      display: block;
      background: #999;
      padding: 0 20px;
      height: 40px;
      line-height: 40px;
      position: relative;
      border-bottom: 3px solid rgba(0, 0, 0, 0.1);
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      text-align: center;
      border-radius: 6px;
      transition: all 0.5s ease-out 0s;
      -webkit-transition: all 0.5s ease-out 0s;
      margin-bottom: 30px;
  }
  #widget_indexdm .dm-header .header-button > a:hover {
      background: #53ac82;
  }
  #widget_indexdm .dm-header .header-description{
      color: #111;
      margin: 15px 0 30px;
  }
  #widget_indexdm .dm-header .header-description h3 {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: bold;
  }
  #widget_indexdm .dm-header .header-description h3 span{
      font-size: 24px;
  }
  #widget_indexdm .dm-header .header-description h4{
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
  }
  #widget_indexdm .dm-header .header-description h2 {
      text-transform: uppercase;
      font-size: 22px;
      font-weight: bold;
  }
  #widget_indexdm .dm-content{
      margin: 0 -3px 30px;
  }
  #widget_indexdm .dm-content .item-content {
      padding: 0 3px 6px;
      width: 50%;
      text-transform: uppercase;
  }
  #widget_indexdm .dm-content .item-content > a {
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: -o-flex;
      width: 100%;
      position: relative;
      justify-content: center;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      margin-bottom: 10px;
      text-align: center;
      border: 1px solid #eee;
      background-size: 100% auto;
      border-radius: 3px 3px 0 0;
  }
  #widget_indexdm .dm-content .item-content > a.mobiledm-href{
      background: none;
      padding: 0;
      border: 0;
      border-radius: 0;
  }
  #widget_indexdm .dm-content .item-content > a  img{
      max-width: 100%;
      vertical-align: top;
      margin-bottom: 0;
  }
  #widget_indexdm .dm-content .item-content h5{
      font-size: 12px;
      margin-bottom: 15px;
  }
  #widget_indexdm .dm-content .item-content > a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: 0;
      top: 0;
      bottom: 0;
      z-index: 1;
      transition: 0.3s all ease-out;
      -webkit-transition: 0.3s all ease-out;
      background: rgba(0,0,0,0.6);
  }
  #widget_indexdm .dm-content .item-content > a.mobiledm-href{
      margin-bottom: 15px;
  }
  #widget_indexdm .dm-content .item-content > a.mobiledm-href:before{
      top: 0;
      bottom: auto;
      height: 160px;
  }
  #widget_indexdm .dm-content .item-content > a.mobiledm-href:after{
      align-self: flex-start;
      -webkit-align-self: flex-start;
      -ms-align-self: flex-start;
      -o-align-self: flex-start;
      top: 60px;
  }
  #widget_indexdm .dm-content .item-content > a:after {
      content: 'View Demo';
      display: block;
      align-self: flex-start;
      -webkit-align-self: flex-start;
      -ms-align-self: flex-start;
      -o-align-self: flex-start;
      position: absolute;
      z-index: 5;
      color: #fff;
      opacity: 0;
      transition-delay: 0.3s;
      -webkit-transition-delay: 0.3s;
      transition: all .3s ease-out 0s;
  }
  #widget_indexdm .dm-content .item-content > a:hover:after {
      margin-top: 60px;
      opacity: 1;
  }
  #widget_indexdm .dm-content .item-content > a:hover:before {
      width: 100%;
  }
  #indexdm_img {
      position: fixed;
      right: 380px;
      left: 0;
      top: 0;
      bottom: 0;
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: -o-flex;
      z-index: 9998;
      background: rgba( 0,0,0, 0.7 );
      justify-content: center;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      display: none;
  }
  #widget_indexdm .dm-content .item-content > a span.new-item{
      display: block;
      width: 38px;
      height: 38px;
      position: absolute;
      right: -10px;
      top: -10px;
      z-index: 999;
  }
  #indexdm_img:before {
      content: '';
      background: rgba( 0,0,0, 0.7 );
      display: block;
      position: fixed;
      right: 0;
      left: auto;
      width: 380px;
      top: 0;
      bottom: 0;
  }
  #indexdm_img > div{
      display: inline-block;
      width: 800px;
      height: 100%;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: center top;
  }
  #indexdm_img > div.mobile-hover{
      background-size: auto;
  }
  .dm-scroll-img{
      -webkit-animation: mymove 30s infinite; /* Safari 4.0 - 8.0 */
      -webkit-animation-play-state: running; /* Safari 4.0 - 8.0 */
      animation: mymove 30s infinite;
      animation-play-state: running;
      -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
      animation-delay: 1s;
  }
  .dm-scroll-img.pause{
      animation-play-state: paused;
  }
  /* Safari 4.0 - 8.0 */
  @-webkit-keyframes mymove {
      0% { background-position: center top; }
      50% {background-position: center bottom;}
      100% {background-position: center top;}
  }
  
  @keyframes mymove {
      0% { background-position: center top; }
      50% {background-position: center bottom;}
      100% {background-position: center top;}
  }
  #widget_indexdm .mobile-content{
      margin-bottom: 30px;
  }
  #widget_indexdm .mobile-content h3{
      text-transform: uppercase;
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 30px;
  }
  
  @media (max-width: 1440px){
  
      #indexdm_img > div{
          width: 600px;
      }
  }
  
  @media (max-width: 1199px){
      #indexdm_img {
          display: none !important;
      }
  }
  
  @media (max-width: 767px){
      #widget_indexdm {
          display: none !important;
      }
  }
  /*End tool panel*/
  .compose-mode .vc_vc_column.vc_container-block .column_container{
    width: 100%;
  }
  /*404*/
  .error-404 .page-title{
      margin-top: 0;
      text-transform: uppercase;
      font-size: 24px;
      font-weight: 600;
  }
  .error-404 {
      border: 1px solid #e5e5e5;
      padding: 100px 30px;
      text-align: center;
      max-width: 800px;
      margin: 0 auto;
  }
  .error-404 .page-header{
      margin-top: 0;
      border: 0;
      margin-bottom: 0;
  }
  .error-404 .wg-search-form {
      max-width: 500px;
      margin: 50px auto 0;
  }
  .error-404.not-found {
      margin-bottom: 20px;
  }
  .icon-404{
      background: #f7f7f7;
      width: 350px;
      height: 350px;
      max-width: 100%;
      color: #dadada;
      border-radius: 50%;
      display: block;
      text-align: center;
      margin: 0 auto;
      position: relative;
  }
  .icon-404 .number{
      display: block;
      font-size: 120px;
      text-align: center;
      line-height: 280px;
      font-weight: 700;
      position: absolute;
      left: 0;
      right: 0;
      color: #333;
  }
  .icon-404 .text{
      position: absolute;
      left: 0;
      right: 0;
      bottom: 100px;
      font-size: 30px;
      color: #999;
  }
  .info-404 h2{
      color: #53ac82;
      font-weight: 600;
      font-size: 60px;
  }
  .info-404 h3{
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 600;
      margin: 28px 0 18px;
  }
  .info-404{
      text-align: center;
      max-width: 375px;
  }
  .info-404 p{
      color: #999;
      margin-bottom: 43px;
  }
  .content-default-404{
      max-width: 980px;
      margin: 0 auto;
  }
  /*End 404*/
  .search-no-results .wg-search-form{
      margin-top: 45px;
      max-width: 580px
  }
  .widget .list-mini-cart-item {
      margin-bottom: 20px;
  }
  /*Custom cart/checkout*/
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals{
      float: none;
      width: 100%;
  }
  .cart-collaterals{
      padding: 30px 30px 20px;
      background: #f9f9f9;
      position: relative;
      margin-bottom: 70px;
  }
  
  
  .woocommerce .cart_totals table.shop_table td,
  .woocommerce .cart_totals table.shop_table tbody th,
  .woocommerce table.shop_table tfoot td,
  .woocommerce table.shop_table tfoot th{
      padding: 15px 0;
  }
  .woocommerce table.shop_table{
      border: 0;
      margin-bottom: 50px;
  }
  table.shop_table .product-name{
      min-width: 200px;
  }
  .woocommerce-cart .cart-custom .wc-proceed-to-checkout a.checkout-button{
      display: block;
  }
  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td,
  .woocommerce-cart table.cart td,
  .woocommerce-cart table.cart th{
      border: 0;
      padding: 20px 10px;
  }
  .woocommerce table.shop_table td,
  .woocommerce table.shop_table th,
  .woocommerce-cart table.cart td:first-child{
      padding: 20px 0;
  }
  .woocommerce table.shop_table tr,
  .woocommerce-cart table.cart tr{
      border-bottom: 1px solid #e5e5e5;
  }
  .woocommerce table.shop_table tbody tr:last-child,
  .woocommerce-cart table.cart tbody tr:last-child{
      border-bottom: 0;
  }
  #order_review:after,
  #order_review:before,
  .order-custom:after,
  .order-custom:before,
  .cart-collaterals:after,
  .cart-collaterals:before{
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 10px;
      background-color: transparent;
      background-size: 15px 15px;
      background-image: radial-gradient(farthest-side,rgba(0,0,0,0) 6px,#f8f8f8 0);
      top: -10px;
      background-position: -3px -5px,0 0;
  }
  #order_review:after,
  .order-custom:after,
  .cart-collaterals:after{
      top: inherit;
      bottom: -10px;
      background-position: -3px 2px,0 0;
  }
  .cart_totals h2{
      font-size: 18px;
      text-transform: uppercase;
      font-weight: bold;
      margin-top: 0;
      font-family: 'Playfair Display';
  }
  .cart-subtotal .amount,
  .order-total .amount,
  .product-subtotal .amount{
      color: #303030;
      font-weight: 700;
      font-size: 14px;
  }
  #add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input{
      vertical-align: unset;
  }
  .woocommerce-cart-form .product-price > span,
  .woocommerce-cart-form .product-price ins,
  .cart-subtotal .amount{
      font-weight: normal;
  }
  .woocommerce .checkout-custom .col2-set .col-1,
  .woocommerce-page .checkout-custom .col2-set .col-2{
      float: none;
      width: 100%;
  }
  #ship-to-different-address{
      font-size: 18px;
      text-transform: uppercase;
      margin-top: -10px;
      margin-bottom: 0;
      font-family: 'Playfair Display';
  }
  .woocommerce-additional-fields>h3{
      font-size: 18px;
      text-transform: uppercase;
      font-family: 'Playfair Display';
      font-weight: 700;
      margin-bottom: 10px;
      margin-top: 0px;
  }
  #order_review_heading{
      font-size: 18px;
      text-transform: uppercase;
      font-weight: bold;
      margin-top: 0;
      margin-bottom: 22px;
      font-family: 'Playfair Display';
  }
  .woocommerce-billing-fields > h3{
      font-size: 18px;
      text-transform: uppercase;
      font-weight: bold;
      margin-top: 0;
      font-family: 'Playfair Display';
  }
  .order-custom{
      padding: 30px 30px 20px;
      background: #f9f9f9;
      position: relative;
      margin-bottom: 70px;
  }
  .checkout-custom .order-custom,
  .cart-custom .cart-collaterals,
  .woocommerce .cart-custom table.shop_table {
      margin-bottom: 0px;
  }
  form.woocommerce-checkout{
      margin-top: 45px;
  }
  #add_payment_method #payment ul.payment_methods,
  .woocommerce-cart #payment ul.payment_methods,
  .woocommerce-checkout #payment ul.payment_methods{
      border: 0;
      padding: 0;
  }
  #add_payment_method #payment,
  .woocommerce-cart #payment,
  .woocommerce-checkout #payment{
      background: transparent;
      border: 0;
  }
  .woocommerce-billing-fields input[type="tel"]{
      border-radius: 4px;
  }
  #ship-to-different-address-checkbox{
      position: unset;
  }
  .checkout-custom .col2-set{
      margin-bottom: 0;
  }
  .col2-set{
      margin-bottom: 35px;
  }
  #order_review{
      padding: 30px 30px 20px;
      background: #f9f9f9;
      position: relative;
  }
  .order-custom #order_review{
      padding: 0;
  }
  .order-custom #order_review:before,
  .order-custom #order_review:after{
      display: none;
  }
  .order-custom #order_review_heading{
      margin-bottom: 0;
  }
  .checkout-custom .woocommerce-billing-fields{
      margin-bottom: 35px;
  }
  .order-table-wrap{
      padding: 0 20px 10px;
      background: #fff;
      margin-bottom: 35px;
  }
  .order-custom .order-table-wrap{
      margin-top: 25px;
  }
  .woocommerce .order-table-wrap table.shop_table{
      margin-bottom: 0;
  }
  .woocommerce .order-table-wrap table.shop_table tfoot tr:last-child{
      border-bottom: 0;
  }
  .woocommerce-checkout #payment div.form-row.place-order{
      border-top: 1px solid #e5e5e5;
      padding: 30px 0 0;
      margin-top: 20px;
  }
  .order-custom #place_order{
      display: block;
      width: 100%;
      float: none;
  }
  ul.payment_methods li input.input-radio{
      vertical-align: middle;
  }
  #add_payment_method #payment div.payment_box,
  .woocommerce-cart #payment div.payment_box,
  .woocommerce-checkout #payment div.payment_box{
      background: #f6f6f6;
  }
  #add_payment_method #payment div.payment_box::before,
  .woocommerce-cart #payment div.payment_box::before,
  .woocommerce-checkout #payment div.payment_box::before{
      border-bottom-color: #f6f6f6;
  }
  .woocommerce .shipping-calculator-form button.button{
      display: block;
      width: 100%;
  }
  #customer_login > div > h2,
  .woocommerce-account .addresses .title h3 {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: bold;
      display: block;
      float: none;
      margin-bottom: 20px;
      font-family: 'Playfair Display';
      color: #303030;
  }
  .edit-account legend{
      font-size: 18px;
      text-transform: uppercase;
      font-weight: bold;
      padding: 20px 0 12px;
      font-family: 'Playfair Display';
  }
  .edit-account .form-row span em{
      color: #999;
      margin-top: 5px;
      display: block;
  }
  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
      border: 1px solid #e5e5e5;
  }
  /*custom-scrollar*/
  .custom-scrollar{
      max-height: 300px;
      overflow-y: scroll;
  }
  .custom-scrollar::-webkit-scrollbar {
      width: 5px;
      left: 5px;
  }
  /* Track */
  .custom-scrollar::-webkit-scrollbar-track {
  
      background: rgba(16, 199, 218, 0.3);
      border-radius: 30px;
  }
  
  /* Handle */
  .custom-scrollar::-webkit-scrollbar-thumb {
      background: #10c7da;
      border-radius: 30px;
  }
  
  /* Handle on hover */
  .custom-scrollar::-webkit-scrollbar-thumb:hover {
      background: #10c7da;
  }
  /*bach custom*/
  .color-title{
      color: #303030;
  }
  .color-body{
      color: #555;
  }
  .color-999{
      color: #999;
  }
  .color-ccc{
      color: #ccc;
  }
  .font-title{
      font-family: 'Playfair Display';
  }
  .font-dancing-script{
      font-family:"Dancing Script";
  }
  .font-body{
      font-family: 'Poppins';
  }
  .logo-lotusgreen .lg{
      display: inline-block;
      background: #53ac82;
      /* font-size: 30px; */
      border-radius: 50%;
      height: 60px;
      width: 60px;
      text-align: center;
      line-height: 55px;
      margin-right: 15px;
  }
  .logo-lotusgreen a{
      font-size: 30px;
      font-family: 'Playfair Display';
      color: #161616;
      font-weight: 700;
      line-height: 80px;
      vertical-align: middle;
  }
  .logo-lotusgreen a .bg-logo{
      background: url(./images/bg-logo.jpg);
      -webkit-text-fill-color: transparent;
      -ms-text-fill-color: transparent;
      text-fill-color: transparent;
      -ms-background-clip: text;
      -webkit-background-clip: text;
      background-clip: text;
      background-position: center 18%;
      background-size: auto;
      vertical-align: middle;
  }
  .main-header1 .main-nav1{
      padding-top: 10px;
  }
  .main-header1{
      padding: 23px 60px 18px 60px;
  }
  .main-header1.fixed-header{
      padding:0px 60px;
  }
  
  /*Begin Search Popup*/
  
  .overlay-genie.open {
      visibility: visible;
      opacity: 1;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      z-index: 10003;
  }
  .overlay-genie {
      background: transparent;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
      transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 100;
  }
  .overlay-genie .overlay-path {
      fill: rgba(0, 0, 0, 0.7);
  }
  .overlay-genie svg {
      position: absolute;
      top: 0;
      left: 0;
  }
  .overlay-genie.open .popup-search-element,
  .overlay-genie.open .overlay-close {
      opacity: 1;
  }
  .overlay-genie .overlay-close {
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      position: absolute;
      right: 20px;
      top: 20px;
      overflow: hidden;
      z-index: 1002;
      color: #fff;
      margin-top: 12px;
  }
  .overlay-genie.open .popup-search-element {
      -webkit-transform: scale(1) translateY(-50%);
      transform: scale(1) translateY(-50%);
  }
  .overlay-genie.open .popup-search-element, .overlay-genie.open .overlay-close {
      opacity: 1;
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s;
  }
  .overlay-genie .popup-search-element {
      opacity: 0;
      -webkit-transform: scale(0) translateY(-50%);
      transform: scale(0) translateY(-50%);
      transition: all 0.5s ease-out 0s;
      -webkit-transition: all 0.5s ease-out 0s;
      position: relative;
      top: 30%;
      padding: 0px 15px;
  }
  .wrap-search-overlay .search-form {
      background: #fff;
      margin: auto;
      height: 60px;
      max-width: 560px;
      border-radius: 0px;
      border: 2px solid #becfc7;
  }
  .search-form .dropdown-box .dropdown-list li {
      padding: 0px;
  }
  .search-form .dropdown-box .dropdown-list li a {
      padding: 10px 15px;
  }
  .wrap-search-overlay .search-form input[type="text"] {
      height: 60px;
      font-size: 14px;
      font-weight: 400;
  }
  .wrap-search-overlay .submit-form {
      border-radius: 0px;
      width: 60px;
      margin: 0;
  }
  .wrap-search-overlay .submit-form::after {
      background: #53ac82;
  }
  .wrap-search-overlay .submit-form:hover::after {
      background: #303030;
      color: #fff;
  }
  .wrap-search-overlay .submit-form::after {
      border-radius: 0;
      line-height: 60px;
      font-size: 24px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .wrap-search-overlay .search-form .dropdown-box {
      width: 350px;
  }
  .wrap-search-overlay .search-form .dropdown-link {
      padding: 16px 30px 16px 15px;
      border: none;
      font-weight: 400;
      line-height: initial;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  .wrap-search-overlay .search-form .dropdown-link::after {
      top: 18px;
  }
  /*End Search Popup*/
  .mini-cart1 .mini-cart-number{
      height: 22px;
      width: 22px;
      text-align: center;
      line-height: 22px;
      border-radius: 50%;
      top: -15px;
      right: 0px;
  }
  .box-account-search-cart{
      margin: 0px -20px;
      padding-top: 5px;
  }
  .box-account-search-cart >div>a{
      margin: 0px 20px;
      line-height: 80px;
      height: 80px;
      display: inline-block;
  }
  .box-account-search-cart.pull-right .mini-cart-box .dropdown-list,
  .box-account-search-cart.pull-right .account-manager .dropdown-list
  {
      left: auto;
      right: 0;
  }
  .main-header1-responsive .logo-lotusgreen{
      margin-right: -90px;
  }
  .main-footer1 {
      padding: 0px 45px;
  }
  .mini-cart-icon{
      position: relative;
  }
  .box-title-footer h3{
      text-transform: uppercase;
      margin-bottom: 60px;
      position: relative;
  }
  .box-title-footer h3:after{
      content: '';
      height: 3px;
      width: 50px;
      background: #becfc7;
      position: absolute;
      left: 0;
      bottom: -20px;
  }
  .social-list-style1 i{
      display: inline-block;
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 40px;
      border-radius: 50px;
      background: #fff;
      border: 1px dotted #ddd4cf;
      font-size: 18px;
      margin-right: 15px;
      position: absolute;
      left: 0;
      top: 0px;
  }
  .social-list-style1 a{
      display: block;
      position: relative;
      padding-left: 55px;
      padding-top: 10px;
      min-height: 40px;
  }
  .footer-info .social-list-style1 a{
      margin-bottom: 20px;
  }
  .footer-info .social-list-style1 a:last-child{
      margin-bottom: 0px;
  }
  .footer-info .box-title-footer .desc{
      max-width: 320px;
  }
  .footer-info .box-title-footer {
      margin-bottom: 35px;
  }
  .box-title-footer ul li{
      margin-bottom: 22px;
  }
  .box-title-footer ul li:last-child{
      margin-bottom: 0px;
  }
  .item-grid-post-style2 .post-thumb{
      width: 80px;
      min-width: 80px;
  }
  .item-grid-post-style2 .post-info{
     padding-left: 20px;
  }
  .item-grid-post-style2 .title-post{
     line-height: 24px;
  }
  .item-grid-post-style2 .get-post-date{
      margin-top: 12px;
  }
  .footer-post .item-grid-post-style2 .title-post{
      max-width: 180px;
  }
  .footer-post .blog-slider-view{
      padding-top: 7px;
  }
  .mailchimp-style-default .form-newsletter form .mc4wp-form-fields{
       display: block;
      border: none;
      width: inherit;
      max-width: inherit;
      border-radius: 0px;
  }
  .mailchimp-style-default .form-newsletter input[type="email"]{
       height: 50px;
      width: 100%;
      background: #f6f6f6;
      border-radius: 0px;
      margin-bottom: 20px;
  }
  .mailchimp-style-default .form-newsletter input[type="submit"],
  .mailchimp-style-default .form-newsletter button[type="submit"]
  {
      height: 43px;
      border: 2px solid #becfc7;
      background: #fff;
      padding: 0px 30px;
      font-family: 'Playfair Display';
      color: #303030;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 12px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .mailchimp-style-default .form-newsletter input[type="submit"]:hover,
  .mailchimp-style-default .form-newsletter button[type="submit"]:hover
  {
      background: #53ac82;
      border-color: #53ac82;
      color: #fff;
  }
  .mailchimp-footer .box-title-footer{
      margin-bottom: 35px;
  }
  .mailchimp-footer .brand-footer{
      margin-top: 40px;
      padding-top: 30px;
      border-top: 1px solid #e5e5e5;
  }
  .mailchimp-style-default .form-newsletter {
      max-width: 100%;
  }
  .blog-slider-view .item .item-post:last-child{
      margin-bottom: 0px;
  }
  .main-footer1 .wpb_column{
      margin-bottom: 50px;
  }
  .bottom-footer1 .element-block-cover{
      padding: 40px 40px;
      background: #f6f6f6;
      margin: 0px 60px 30px 60px;
  }
  .link-bottom-footer ul li{
      padding: 0px 10px;
      margin-bottom: 10px;
  }
  .link-bottom-footer ul{
      margin: 0px -10px;
      margin-bottom: -10px;
  }
  .link-bottom-footer a{
     text-transform: uppercase;
  }
  .main-footer1 >.wpb_column > .vc_column-inner{
      border-left: 1px solid #e5e5e5;
      padding-left: 50px!important;
  }
  .main-footer1 >.wpb_column:first-child > .vc_column-inner{
      border-left: none;
      padding-left: 15px!important;
  }
  .main-footer1 >.wpb_column:last-child > .vc_column-inner{
      padding-right: 15px!important;
  }
  .brand-footer {
      margin-bottom: -7px;
  }
  .brand-footer a{
      margin-right: 7px;
      margin-bottom: 7px;
      display: inline-block;
  }
  .brand-footer a:last-child{
      margin-right: 0px;
  }
  .post-meta-data2 a{
      color: #53ac82;
  }
  .post-meta-data2 a:hover{
      color: #303030;
  }
  .item-list-post-style1 .post-thumb{
      margin-bottom: 35px;
  }
  .item-list-post-style1 .post-meta-data2{
      margin-top: 20px;
      margin-bottom: 18px;
  }
  .item-list-post-style1 .link-button1{
      margin-top: 35px;
  }
  .box-top-filter>h2{
      margin-bottom: 44px;
  }
  .post-header-meta{
      margin-top:-153px;
      height: 900px;
      background-attachment: fixed;
      background-size: cover;
      position: relative;
      margin-bottom: 93px;
  }
  .post-header-meta:before{
      content: '';
      background: #000;
      opacity: 0.5;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top:0;
  }
  .post-header-meta .post-meta-info{
      top: 50%;
      bottom: auto;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      max-width: 770px;
  }
  .post-header-meta .post-meta-info-center{
      top: 50%;
      transform: translateY(-50%);
  }
  .post-header-meta .title-post-single{
     line-height: 70px;
      padding: 0px 15px;
  }
  .post-header-meta .title-post-single:before{
     width: 80px;
      height: 5px;
      background: #becfc7;
      content: '';
      display: block;
      margin: auto;
      margin-bottom: 15px;
  }
  .s7up-header-page-header-single-post{
      margin-bottom: -130px;
  }
  .z-index5{
      z-index: 5;
  }
  .header-single-post .main-nav > ul > li > a ,
  .header-single-post .box-account-search-cart >div>a
  {
      color: #fff;
  }
  .post-header-meta .post-meta-data3{
      text-align: center;
      margin-top: 55px;
      color: #fff;
  }
  .post-header-meta .post-meta-data3 a{
      color: #fff;
      text-transform: uppercase;
  }
  .post-header-meta .post-meta-data3 li{
      padding:0px 20px;
  }
  .post-header-meta .post-meta-data3 ul{
      margin:0px -20px;
  }
  .post-header-meta .post-meta-data3 a:hover{
      color: #53ac82;
  }
  .content-sidebar-no .container-single-blog{
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
  }
  .header-single-post.fixed-header .logo-lotusgreen .text-lotusgreen,
  .header-single-post.fixed-header .main-nav > ul > li > a,
  .header-single-post.fixed-header .box-account-search-cart >div>a{
      color:#303030;
  }
  .banner-post-detail .element-block-cover   {
      max-width: 1230px;
      margin: auto;
      margin-bottom: 63px;
  }
  
  .banner-post-detail .element-block-cover  .right{
      padding-left: 50px;
      text-align: center;
  }
  .banner-post-team{
      margin-top: -360px;
      display: inline-block;
      text-align: left;
  }
  .banner-post-team .adv-thumb-link{
      display: inline-block;
  }
  .banner-post-team .adv-thumb-link img{
      width: auto;
  }
  .banner-post-team .banner-info{
      position: relative;
  }
  .banner-post-team .banner-info h3{
      margin-top: 95px;
      position: relative;
      margin-bottom: 10px;
  }
  .banner-post-team .banner-info h3:before{
      content: '';
      height: 5px;
      width: 50px;
      background: #becfc7;
      display: inline-block;
      position: absolute;
      top: -53px;
  }
  .box-quote-post blockquote{
      margin-right: 35px;
  }
  .box-quote-post .right .element-text-block  {
      margin-left: -5px;
  }
  .text-content-post{
      margin-bottom: 58px;
  }
  .title-content-post{
      margin-bottom: 40px;
      font-size: 24px;
  }
  .box-quote-post{
      padding-bottom: 58px;
      padding-top: 65px;
  }
  .banner-post-detail{
      padding-top: 65px;
  }
  .single-list-social{
      text-align: center;
      padding-top: 45px;
      border-top: 1px solid #e5e5e5;
      margin-top: 95px;
  }
  blockquote{
      font-family: 'Playfair Display';
      font-size: 18px;
      font-style: italic;
      letter-spacing: 0.3px;
      border-left: none;
      background: #f6f6f6;
      padding: 35px 40px;
      margin-bottom: 23px;
  }
  .box-quote-post blockquote{
      margin-bottom: 0px;
  }
  .margin-bottom0{
      margin-bottom: 0px;
  }
  .item-grid-post-style1 .post-thumb {
      margin-bottom: 32px;
  }
  .item-grid-post-style1 .post-meta-data2 {
      margin-top: 17px;
      margin-bottom: 18px;
  }
  .item-grid-post-style1 .link-button1 {
      margin-top: 35px;
  }
  .item-grid-post-style1 {
      margin-bottom: 100px;
  }
  .item-grid-post-style1 .title-post{
      line-height: 32px;
  }
  .contact-form p.form-submit{
      margin-bottom: 0px;
  }
  .gallery-control .active img{
      opacity: 0.3;
  }
  .style-gallery-vertical .col-md-7 .detail-gallery{
      padding-right:10px;
  }
  .style-gallery-vertical .col-md-5 .detail-info{
      padding-left: 60px;
  }
  .brc-product{
      font-size: 12px;
      color:#999;
      margin-bottom: 75px;
      text-transform: uppercase;
  }
  .brc-product a{
      color:#999;
  }
  .brc-product a:hover{
      color:#53ac82;
  }
  .nav-product a{
      border: 1px solid #becfc7;
      display: inline-block;
      height: 30px;
      line-height: 30px;
      width: 30px;
      text-align: center;
      color: #303030;
      margin: 0px 5px;
      position: relative;
  }
  .nav-product a:before{
      content: '';
      position: absolute;
      height: 44px;
      width: 44px;
      display: inline-block;
      border: 1px solid transparent;
      left: -8px;
      top: -8px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .nav-product a:hover:before{
      border-color:#becfc7;
  }
  .nav-product a:hover{
      background: #53ac82;
      color: #fff;
      border-color:#53ac82;
  }
  .nav-product{
      position: absolute;
      right: -15px;
      top: 0px;
  }
  .product-title-single{
      margin-bottom: 35px;
      text-transform: capitalize;
  }
  .item-product-meta-info{
      text-transform: uppercase;
      color: #999;
  }
  .tab-product-horizontal .product-tab-title a{
      color:#999;
      position: relative;
  }
  .tab-product-horizontal .product-tab-title a:before{
      content: '';
      position: absolute;
      width: 50px;
      height: 5px;
      background: transparent;
      top: -30px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .tab-product-horizontal .product-tab-title li.active a:before{
      background: #becfc7;
  }
  .tab-product-horizontal .product-tab-title li.active > a {
      color: #303030;
  }
  .tab-product-horizontal .product-tab-content {
     padding-top: 65px;
  }
  .content-product-detail .element-text-block  {
      padding-left: 40px;
  }
  .table-info-product table,
  .table-info-product th,
  .table-info-product td{
      border: none;
      padding: 15px 40px 15px 0px;
  }
  .table-info-product >h3{
      margin-bottom: 10px;
  }
  .related-product{
      margin-top: 130px;
      margin-bottom: -45px;
  }
  .related-product .single-title{
      position: relative;
      margin-bottom: 68px;
      font-size: 24px;
  }
  .related-product .single-title:before{
      position: absolute;
      height: 5px;
      width: 50px;
      background: #becfc6;
      content: '';
      top: -33px;
  }
  .item-product-grid .product-thumb{
      padding: 10px;
      background: #fff;
  }
  .item-product-grid .product-extra-link{
      position: absolute;
      left: -50px;
      opacity: 0;
      z-index: -1;
      transition: all 0.5s ease-out 0s;
      -webkit-transition: all 0.5s ease-out 0s;
      bottom: 7px;
  }
  .item-product-grid:hover .product-extra-link{
      opacity: 1;
      z-index: 1;
      left: 0px;
  }
  .item-product-grid .product-price{
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .item-product-grid .product-info {
      padding-top: 29px;
      overflow: hidden;
  }
  .item-product-grid .product-title {
     margin-bottom: 13px;
  }
  .item-product-grid .wishlist-link{
      position: absolute;
      right: 20px;
      top: 20px;
      z-index: 1;
  }
  .item-product-grid  .compare-link{
      position: absolute;
      right: 70px;
      top: 20px;
      z-index: 1;
  }
  .item-product-grid:hover .product-price{
      opacity: 0;
  }
  .woocommerce .item-product-grid a.button.addcart-link,
  .item-product-grid a.button.addcart-link
  {
      padding: 0px!important;
      border: none;
      min-width: auto;
      height: auto;
      line-height: initial;
      font-family: 'Poppins';
      text-transform: inherit;
      position: relative;
      font-weight: 400;
  }
  .woocommerce .item-product-grid a.button.addcart-link:after,
  .item-product-grid a.button.addcart-link:after
  {
      content: '';
  
  }
  .woocommerce .item-product-grid a.button.addcart-link:hover,
  .item-product-grid a.button.addcart-link:hover
  {
      background: transparent;
      color: #53ac82;
  }
  .addcart-link i{
      margin-left: 5px;
  }
  body.archive.woocommerce-page #main-content>.container{
      max-width: 100%;
      padding-left: 60px;
      padding-right: 60px;
  }
  @media (min-width: 1440px){
      .before-shop-list .vc_col-md-3,
      body.archive.woocommerce-page #main-content>.container .sidebar-position-left,
      body.archive.woocommerce-page #main-content>.container .sidebar-position-right
      {
          width: 20%;
      }
      .before-shop-list .vc_col-md-9,
      .before-shop-list .vc_col-md-9,
      body.archive.woocommerce-page #main-content>.container .main-wrap-shop.content-sidebar-left,
      body.archive.woocommerce-page #main-content>.container .main-wrap-shop.content-sidebar-right
      {
          width: 80%;
      }
  }
  @media (min-width: 1860px){
      .before-shop-list .vc_col-md-3,
      body.archive.woocommerce-page #main-content>.container .sidebar-position-left,
      body.archive.woocommerce-page #main-content>.container .sidebar-position-right
      {
          width: 18%;
      }
      .before-shop-list .vc_col-md-9,
      body.archive.woocommerce-page #main-content>.container .main-wrap-shop.content-sidebar-left,
      body.archive.woocommerce-page #main-content>.container .main-wrap-shop.content-sidebar-right
      {
          width: 82%;
      }
      body.archive.woocommerce-page #main-content>.container .sidebar-position-left .sidebar-left{
          margin-right: 20px;
      }
      body.archive.woocommerce-page #main-content>.container .sidebar-position-right .sidebar-right{
          margin-left: 20px;
      }
      .shop-show-sidebar .vc_col-sm-4 .wpb_wrapper{
          padding-right: 20px;
      }
  }
  
  .widget_product_categories ul li .count{
      float: right;
  }
  .widget_s7upf_category_fillter ul li a:before,
  .widget_product_categories ul li a:before,
  .widget_nav_menu ul li a:before,
  .widget_categories ul li a:before,
  .widget_pages ul li a:before,
  .widget_recent_comments ul li:before,
  .widget_meta ul li:before,
  .widget_archive ul li:before,
  .woocommerce-widget-layered-nav >ul li:before{
      content: '';
      display: inline-block!important;
      width: 14px;
      height: 14px;
      border: 1px solid #303030;
      border-radius: 50%;
      margin-right: 10px;
      margin-bottom: -1.5px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .widget_s7upf_category_fillter ul li a:hover:before,
   .widget_product_categories ul li a:hover:before,
   .widget_nav_menu ul li a:hover:before,
   .widget_categories ul li a:hover:before,
   .widget_pages ul li a:hover:before,
   .widget_recent_comments ul li:hover:before,
   .widget_meta ul li:hover:before,
   .widget_archive ul li:hover:before,
   .woocommerce-widget-layered-nav >ul li:hover:before{
      border-color: #53ac82;
  }
  .woocommerce .widget_price_filter .price_slider {
      margin-top: 37px;
  }
  .box-top-filter .wrap-bread-crumb{
      float: left;
      background: transparent;
      display: inline-block;
      min-height: auto;
  }
  .box-top-filter .wrap-bread-crumb .bread-crumb a,
  .box-top-filter .wrap-bread-crumb .bread-crumb span {
      font-size: 12px;
      color: #999999;
      text-transform: uppercase;
  }
  .box-top-filter {
      margin-bottom: 36px;
      margin-top: -10px;
  }
  .box-top-filter .wrap-bread-crumb> .container{
     padding: 0px;
  }
  .box-top-filter .wrap-bread-crumb .bread-crumb{
      line-height: 34px;
  }
  .box-top-filter .wrap-bread-crumb .bread-crumb .step-bread-crumb {
      margin: 0px 7px;
  }
  .archive.woocommerce-page .product-grid-view .list-product-wrap{
      margin-bottom: -35px;
  }
  .banner-slider-home1{
      padding-left: 60px;
      padding-right: 60px;
  }
  .button-slider{
      font-family: 'Playfair Display';
      background: #fff;
      height: 45px!important;
      line-height: 43px!important;
      text-align: center;
      padding: 0px 30px;
      display: inline-block;
      border: 2px solid #becfc7;
      position: relative;
      margin: 5px!important;
      color: #303030;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1.5px!important;
  }
  .button-slider:hover:before{
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  }
  .button-slider:before{
      background: #fff;
     position: absolute;
      content: '';
      left: -5px;
      right: -5px;
      top: -5px;
      bottom: -5px;
      z-index: -1;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .title-slider:before{
      content: '';
      height: 5px;
      width: 80px;
      background: #becfc7;
      display: block;
      margin-bottom: 40px;
  }
  .padding-left60{
      padding-left: 60px;
  }
  .padding-right60{
      padding-right: 60px;
  }
  .banner-advs-style2 .banner-info-style2 h2:before
  {
      height: 5px;
      width: 80px;
      background: #becfc7;
      content: '';
      display: block;
      margin-top: 50px;
      margin-bottom: 30px;
  }
  .banner-advs-style4 .banner-info h2:before
  {
      height: 5px;
      width: 80px;
      background: #becfc7;
      content: '';
      display: block;
      margin-bottom: 30px;
  }
  .banner-advs-style4 .banner-info
  {
      margin-top: 80px;
      margin-left: 50px;
      max-width: 290px;
  }
  .banner-advs-style2 .banner-info-style2 h2,
  .banner-advs-style4 .banner-info h2
  {
    margin-bottom: 27px;
      line-height: 30px;
      text-transform: uppercase;
  }
  .banner-advs-style4 .banner-info h2
  {
   max-width: 200px;
  }
  .banner-advs-style2 .banner-info-style2 .link-button1,
  .banner-advs-style4 .banner-info .button-slider
  {
    margin-top: 35px!important;
  }
  .box-banner1-home1 .banner-advs-style2 .banner-info-style2{
   max-width: 430px;
  }
  .box-banner1-home1 .banner-advs-style2 {
   margin-right: 50px;
  }
  .box-banner1-home1 .element-block-cover    {
      margin-left: -30px;
  }
  .banner-advs-style3 .banner-info {
      text-align: center;
      top: 25%;
      text-transform: uppercase;
  }
  
  .banner-advs-style3 .banner-info a{
      display: inline-block;
      background: #fff;
      height: 40px;
      line-height: 40px;
      letter-spacing: 1.5px;
      max-width: 250px;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 20px;
  }
  
  .banner-advs-style3  .adv-thumb-link:before{
      content: "";
      position: absolute;
      left: 15px;
      top: 15px;
      right: 15px;
      bottom: 15px;
      border: 5px solid #fff;
      z-index: 1;
  }
  .box-banner1-home1 .left.banner-advs-style3{
      margin-right: 10px;
  }
  .box-banner1-home1 .right.banner-advs-style4{
      margin-left: 10px;
  }
  .box-banner1-home1 {
      margin-bottom: 150px;
  }
  .box-banner1-home1 .banner-advs{
      margin-top: 20px;
  }
  .box-title-page .title:before {
      height: 5px;
      width: 80px;
      background: #becfc7;
      content: '';
      display: block;
      margin-bottom: 45px;
      margin-left: auto;
      margin-right: auto;
  }
  .box-title-page .title {
      text-align: center;
  }
  .box-title-page2 .title:before {
      height: 5px;
      width: 80px;
      background: #becfc7;
      content: '';
      display: block;
      margin-bottom: 38px;
      margin-left: auto;
      margin-right: auto;
  }
  .box-title-page2 .title {
      text-align: center;
      line-height: 30px;
  }
  .box-title-page2 .desc {
      margin-top: 25px;
  }
  .box-title-page2 .title2 {
      margin-top: 18px;
  }
  .tab-7up-style1 .tab-header ul{
      display: inline-block;
      margin: 0px -15px;
  }
  .tab-7up-style1 .nav-tabs>li.active>a,
  .tab-7up-style1 .nav-tabs>li.active>a:focus,
  .tab-7up-style1 .nav-tabs>li.active>a:hover{
      border: none;
  }
  .tab-7up-style1 .nav-tabs>li>a:focus,
  .tab-7up-style1 .nav-tabs>li>a:hover{
     color:#53AC82;
      background: transparent;
  }
  
  .tab-7up-style1 .nav-tabs>li>a{
      color: #303030;
      padding: 0px;
      position: relative;
      background: transparent;
      border: none;
  }
  .tab-7up-style1 .nav-tabs>li>a:after{
      content: '';
      height: 1px;
      width: 100%;
      position: absolute;
      bottom: -5px;
      left: 0;
      background: transparent;
  }
  .tab-7up-style1 .nav-tabs>li.active>a:after{
      background: #53AC82;
  }
  .tab-7up-style1 .title-tab > li{
      margin: 0px 15px;
      margin-bottom: 45px;
      float: none;
  }
  .box-product-tab-home1 .box-title-page{
      margin-bottom: 40px;
  }
  .box-product-tab-home1 .owl-carousel .owl-nav button.owl-prev {
      left: 5px;
      top: 39%;
  }
  .box-product-tab-home1 .owl-carousel .owl-nav button.owl-next {
      right: 5px;
      top: 39%;
  }
  .box-product-tab-home1{
      margin-bottom: 150px;
  }
  .category-list-home1 a{
      display: inline-block;
      height: 25px;
      line-height: 25px;
      padding: 0px 20px;
      border: 1px solid #e5e5e5;
      font-size: 12px;
  
      margin: 0px 2.5px 5px;
  }
  .category-list-home1 a:hover{
      border-color: #303030;
      color: #303030;
  }
  .category-list-home1 {
      text-align: center;
      margin: 0px -2.5px;
      margin-bottom: -5px;
  }
  .box-team-nature{
      background: #ddd4cf;
  }
  .box-team-nature .wpb_column {
      background: #fff;
      padding: 50px!important;
  }
  .box-title-page.title-page-left .title {
      text-align: left;
      line-height: 30px;
  }
  .box-title-page.title-page-left .title:before{
      margin-left: 0px;
  }
  .box-team-nature .element-block-cover .banner-advs:first-child{
      margin-right: 20px;
  }
  .box-team-nature .element-block-cover{
      margin-right: 70px;
  }
  .box-team-nature .box-title-page{
      margin-left: -70px;
  }
  .box-title-page .desc{
      margin-top: 30px;
  }
  .box-title-page ul{
      margin-top: 37px;
  }
  .box-title-page ul li{
      margin-bottom: 25px;
      text-transform: uppercase;
  }
  .box-title-page ul li a:before{
      content: "\e944";
      font-family: "Linearicons"!important;
      color: #becfc7;
      margin-right: 15px;
  }
  .box-title-page ul li a:hover:before{
      color: #53ac82;
  }
  .box-title-page ul li:last-child{
      margin-bottom: 0px;
  }
  .box-title-page .link-button1{
      margin-top: 45px;
  }
  .item-team-style2 .team-thumb{
      width: 100%;
      max-width: 300px;
  }
  .item-team-style2 .team-info{
      padding-left: 50px;
      padding-right: 50px;
  }
  .item-team-style2 .team-info h3:before{
      content: '';
      height: 3px;
      width: 50px;
      background: #becfc7;
      display: block;
      margin-top: 40px;
      margin-bottom: 50px;
  }
  .item-team-style2 .team-info h3{
      margin-bottom: 13px;
  }
  .item-team-style2 .team-info span{
      margin-bottom: 55px;
      display: inline-block;
  }
  .item-team-style2 .social-team a{
      margin-right: 20px;
  }
  .item-team-style2 .social-team a:last-child{
      margin-right: 0px;
  }
  .item-team-style2 .social-team {
     margin-top: 40px;
  }
  
  .box-team-home1 .banner-slider{
      padding-right: 300px;
      overflow: hidden;
  }
  .box-team-home1 .owl-carousel .owl-stage-outer{
      overflow: unset;
  }
  .box-team-home1 .box-title-page{
      margin-bottom: 45px;
  }
  .box-team-home1 .item-team-style2 .desc{
      max-width: 300px;
  }
  .box-team-home1{
     margin-top: 50px;
  }
  .box-team-nature{
      padding-top: 150px;
      padding-bottom: 150px;
      margin-bottom: 150px;
  }
  .box-team-nature .owl-theme .owl-nav.disabled+.owl-dots{
      margin-left: 300px;
      margin-top: 45px;
      margin-bottom: -5px;
  }
  .element-text-block>p:last-child{
      margin-bottom: 0px;
  }
  .owl-theme .owl-dots .owl-dot span{
      background: #fff;
      border: 1px solid #303030;
      margin: 0px 7.5px;
  }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
      background: #53ac82;
      border-color: #53ac82;
  }
  .box-team-nature .wpb_column.box-team-home1 {
      padding-top: 0px!important;
  }
  .element-service- .icon-link{
      height: 95px;
      width: 95px;
      line-height: 90px;
      text-align: center;
      border-radius: 50%;
      border: 7px solid #becfc7;
  }
  .element-service- .info-service{
      min-height: 95px;
  }
  .element-service-:hover .icon-link{
      border-color: #53ac82;
  }
  .box-service-testimonalis-home1 {
     margin-bottom: 150px;
  }
  .box-service-testimonalis-home1 .element-service- .info-service {
      max-width: 230px;
  }
  .box-service-testimonalis-home1 .element-service- {
      margin-bottom: 90px;
  }
  .box-service-testimonalis-home1 .vc_row:last-child .element-service- {
      margin-bottom: 0px;
  }
  .box-service-testimonalis-home1 .service-home1 .box-title-page {
      margin-bottom: 45px;
  }
  .box-service-testimonalis-home1 .testimonali-home1 .box-title-page {
      margin-bottom: 37px;
  }
  .service-home1 .vc_row .wpb_column:last-child{
      padding-left: 40px;
  }
  .banner-studio-fashiton-home1{
      margin-bottom: 150px;
      text-align: center;
      padding-top: 170px;
      padding-bottom: 170px;
      background-attachment: fixed;
      background-size:cover;
  }
  .banner-advs-style5 .banner-info {
      background: #fff;
      left: 90px;
      right: 90px;
      top: 70px;
      bottom: 70px;
      text-align: center;
      padding: 80px 90px;
  }
  .banner-advs-style5 .banner-info .desc{
      font-size: 18px;
      font-style: italic;
      font-family: 'Poppins';
  }
  .banner-advs-style5 .banner-info .desc:after{
      content: '';
      width: 100px;
      height: 1px;
      background: #becfc7;
      display: block;
      margin: auto;
      margin-top: 35px;
      margin-bottom: 35px;
  }
  .banner-advs-style5 .banner-info > h2{
      display: inline-block;
  }
  .box-service-testimonalis-home1 .banner-advs-style5{
      margin-left: 15px;
  }
  .blog-masonry-view .row{
      margin-right: -25px;
      margin-left: -25px;
  }
  .item-masonry-col{
      margin-bottom: 100px;
      padding-left: 25px;
      padding-right: 25px;
  }
  .item-masonry{
      position: relative;
  }
  .item-masonry .title-post{
      line-height: 24px;
      margin-bottom: 20px;
  }
  .item-masonry .cate-masonry a{
      color: #53ac82;
  }
  .img-masonry img{
       transition: all 1.2s ease-out 0s;
       -webkit-transition: all 1.2s ease-out 0s;
  }
  .item-masonry:hover .img-masonry img{
      transform: scale(1.15);
      -webkit-transform: scale(1.15);
  }
  .item-masonry .link-button1
  {
      margin-top: 35px;
  }
  .item-masonry .button-slider
  {
      margin-top: 40px!important;
  }
  .item-masonry .excerpt-post{
      margin-top: 18px;
  }
  .item-masonry-s1 .info-masonry{
      position: absolute;
      background: #fff;
      z-index: 1;
      top: 100px;
      right: 90px;
      padding: 45px 40px 50px;
      max-width: 300px;
  }
  .item-masonry-s2 .info-masonry{
      position: absolute;
      z-index: 1;
      bottom: 50px;
      left: 50px;
      right: 15px;
      max-width: 300px;
      opacity: 0;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .item-masonry-s2:hover .info-masonry{
      opacity: 1;
  }
  .item-masonry-s2 .info-masonry .color-title{
     color: #fff;
  }
  .item-masonry .img-masonry .adv-thumb-link:before{
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      content: '';
      top:0;
      bottom:0;
      left:0;
      right:0;
      z-index: 1;
      opacity: 0;
      transition: all 1.2s ease-out 0s;
      -webkit-transition: all 1.2s ease-out 0s;
  }
  .item-masonry:hover .img-masonry .adv-thumb-link:before{
      opacity: 1;
  }
  .item-masonry-s4 .info-masonry,
  .item-masonry-s3 .info-masonry
  {
      padding-top: 33px;
  }
  .clear-both{
      clear: both;
  }
  .post-home1 .box-title-page{
      margin-bottom: 45px;
  }
  .post-home1 {
      margin-bottom: 120px;
  }
  .post-home1 .item-masonry-col{
      margin-bottom: 30px;
  }
  .post-home1 .item-masonry-col:last-child{
      margin-bottom: 0px;
  }
  .instagram-masonry .column1{
      width: 33.333333%;
      float: left;
      text-align: right;
      padding-top: 120px;
  }
  .instagram-masonry .column2{
      width: 33.333333%;
      float: left;
      text-align: center;
  }
  .instagram-masonry .column2 .instagram-item:first-child .bo-vien{
     opacity: 1;
  }
  .instagram-masonry .column3{
      width: 33.333333%;
      float: left;
      text-align: left;
      padding-top: 120px;
  }
  
  .instagram-masonry .column1 .instagram-item,
  .instagram-masonry .column3 .instagram-item
  {
      max-width:300px;
      display: inline-block;
  }
  .instagram-masonry .column1 .instagram-item:nth-child(2),
  .instagram-masonry .column3 .instagram-item:nth-child(2)
  {
      max-width:390px;
  }
  .instagram-masonry .instagram-item
  {
      padding:10px;
      position: relative;
  }
  .follow-instagram-masonry:after{
      content: '';
      display: block;
      clear: both;
  }
  .follow-instagram-masonry{
      margin: -10px;
  }
  .follow-instagram-masonry a{
      display: inline-block;
      overflow: hidden;
  }
  .follow-instagram-masonry a img{
      transition: all 1.2s ease-out 0s;
      -webkit-transition: all 1.2s ease-out 0s;
  }
  .follow-instagram-masonry a:hover img{
      transform: scale(1.15);
      -webkit-transform: scale(1.15);
  }
  .instagram-masonry .bo-vien
  {
      position: absolute;
      display: inline-block;
      top: 27%;
      bottom: 27%;
      left: 17%;
      right: 17%;
      padding: 10px;
      border: 3px solid#fff;
      border-radius: 3px;
      text-align: center;
      opacity: 0;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .instagram-masonry .instagram-item:hover .bo-vien
  {
      opacity: 1;
  
  }
  .instagram-masonry .instagram-text-masonry
  {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      align-items: center;
      justify-content: center;
      background: #fff;
      padding: 10px;
  }
  .instagram-masonry .instagram-text-masonry .title60
  {
      width: 100%;
      display: inline-block;
      line-height: 60px;
      vertical-align: middle;
      margin-bottom: 20px;
      margin-top: -20px;
  }
  .instagram-masonry .column1 .instagram-text-masonry .title60,
  .instagram-masonry .column3 .instagram-text-masonry .title60
  {
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 8px;
      margin-top: -10px;
  }
  .instagram-masonry .column1 .instagram-text-masonry ,
  .instagram-masonry .column3 .instagram-text-masonry
  {
      font-size: 12px;
      line-height: 18px;
  }
  .download-home1{
      padding-top: 150px;
      padding-bottom: 150px;
      z-index: 1;
      background-attachment: fixed;
      background-size: cover;
  }
  .social-list-style2 .social-list{
      margin: 0px -10px;
  }
  .social-list-style2 a{
      padding: 0px 10px;
  }
  .download-home1 .social-list-style2 a{
      color: #fff;
  }
  .download-home1 .element-text-block h3{
      margin-bottom: 25px;
  }
  .download-home1 .element-text-block a{
      margin-top: 45px!important;
      min-width: 260px;
  }
  .download-home1 .element-text-block .link-button1{
      height: 51px;
      line-height: 48px;
      background: transparent;
      border-color:#fff;
      color: #fff;
      margin-left: 10px;
  }
  .download-home1 .element-text-block .link-button1:hover{
      background: #fff;
      color: #53ac82;
  }
  .download-home1 .element-text-block .button-slider:hover{
      border-color: #53ac82;
  }
  .download-home1 .social-list-style2{
      margin-top: 45px!important;
  }
  .download-home1{
      margin-bottom: 100px;
  }
  .instagram-home1{
      margin-bottom: 140px;
  }
  .banner-slider-home1 .title{
      font-weight: 700!important;
      font-family: 'Playfair Display'!important;
      font-size: 60px!important;
      color: #303030!important;
      text-transform: uppercase!important;
      line-height: 60px!important;
  }
  .banner-slider-home1 .desc{
      line-height: 30px!important;
      font-size: 18px!important;
      color: #555!important;
  }
  .banner-slider-home1 .title:before{
      content: '';
      height: 5px;
      width: 80px;
      background: #becfc7;
      display: block;
      margin-bottom: 40px;
  }
  .before-shop-page{
      padding-top: 190px;
      padding-bottom: 190px;
      text-align: center;
      background-attachment: fixed;
      background-size: cover;
      background-position: bottom;
  }
  .before-shop-list{
     text-align: center;
      padding-top: 85px;
      margin-bottom: -77px;
  }
  .before-shop-page:before{
      position: absolute;
      display: block;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: #0a0a00;
      opacity: 0.2;
  }
  .before-shop-page .title{
     color: #fff;
      font-size: 60px;
      font-weight: 700;
      font-family: 'Playfair Display';
      text-transform: uppercase;
      margin-bottom: 35px;
      margin-top: 0px;
  }
  .before-shop-list .title{
     color: #303030;
      font-size: 60px;
      font-weight: 700;
      font-family: 'Playfair Display';
      text-transform: uppercase;
      margin-bottom: 35px;
      margin-top: 0px;
  }
  .before-shop-page .cate a{
      color: #fff;
      font-weight: 700;
      font-family: 'Playfair Display';
      text-transform: uppercase;
      display: inline-block;
      margin-right: 40px;
      position: relative;
  }
  .before-shop-list .cate a{
      color: #303030;
      font-weight: 700;
      font-family: 'Playfair Display';
      text-transform: uppercase;
      display: inline-block;
      margin-right: 40px;
      position: relative;
      margin-bottom: 10px;
  }
  .before-shop-page .cate a:after{
      background: transparent;
      position: absolute;
      content: '';
      height: 1px;
      width: 100%;
      bottom: 0px;
      left: 0px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .before-shop-list .cate a:after{
      background: transparent;
      position: absolute;
      content: '';
      height: 1px;
      width: 100%;
      bottom: 0px;
      left: 0px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .before-shop-page .cate a:hover:after{
      background: #becfc7;
  }
  .before-shop-page .cate a:last-child{
      margin-right: 0px;
  }
  .before-shop-list .cate a:hover:after{
      background: #becfc7;
  }
  .before-shop-list .cate a:last-child{
      margin-right: 0px;
  }
  .woocommerce div.product div.wrap-detail-gallery{
      margin-bottom: 0px;
  }
  .detail-product-tabs{
      margin-top: 130px;
  }
  .banner1-about .info-location_center{
      padding-left: 100px;
      max-width: 660px;
  }
  .banner1-about .info-location_center h3{
      line-height: 60px;
  }
  .banner1-about .info-location_center p{
      margin-top: 35px;
      margin-left: 50px;
  }
  .best-seller-about{
      padding-left: 160px;
      padding-right: 160px;
      margin-bottom: 115px;
  }
  .best-seller-about .element-text-block{
      margin-right: 120px;
      max-width: 400px;
  }
  .box-banner-best-seller-about .banner-advs{
      margin: 10px;
      display: inline-block;
  }
  .box-banner-best-seller-about{
      margin: -10px!important;
      margin-left: -100px!important;
  }
  .banner3-about .bg-banner3-about{
      padding-top: 35px;
      padding-bottom: 35px;
      background: #fff;
  }
  .banner3-about .info-location_center{
      margin-left: 50px;
      margin-right: 50px;
      padding: 5px;
      border: 5px solid #fff;
  }
  .banner3-about .link-button1{
    margin-top: 17px;
  }
  .banner4-about .info-location_center{
      margin-left: 115px;
      text-transform: uppercase;
      margin-top: -30px;
  }
  .banner4-about h4{
      margin-top: 17px;
  }
  .banner4-about h4:before{
      content: '';
      background: #becfc7;
      height: 3px;
      width: 30px;
      display: inline-block;
      vertical-align: middle;
      margin-top: -4px;
      margin-right: 10px;
  }
  .box-team-about{
      padding-left:150px;
      padding-right:150px;
      overflow: visible!important;
  }
  .box-team-about .box-title-page{
     margin-bottom: 100px;
  }
  .box-team-about .banner-advs{
     margin-right: -100px;
      z-index: -1;
  }
  .banner-info-about{
      margin-bottom: 150px;
  }
  .banner-info-about .bg-fix-banner-about>.vc_column-inner{
      background-attachment: fixed;
      background-repeat: no-repeat;
  }
  .banner-info-about .banner1-about .adv-thumb-link{
      opacity: 0;
  }
  .box-team-about .banner-slider .item-team-style2{
     margin-left: -50px;
      margin-top: 80px;
  }
  .box-team-about .item-team-style2 .team-info h3:before{
      margin-top: 0px;
  }
  .box-team-about .item-team-style2 .team-info{
      max-width: 400px;
  }
  .box-team-about .item-team-style2 .team-info {
      padding-left: 100px;
  }
  .box-team-about .item-team-style2 .team-thumb {
      position: relative;
  }
  .box-team-about .item-team-style2 .team-thumb:after{
      content: '';
      position: absolute;
      left: -20px;
      bottom: -20px;
      top: 50px;
      right: 20px;
      background: #fff;
      z-index: -1;
  }
  .box-team-about .item-team-style2{
      padding-left: 20px;
      padding-bottom: 20px;
  }
  .box-team-about {
      margin-bottom: 150px;
  }
  .box-contact-form .link-button1{
      min-width: 240px;
  }
  .box-contact-form .wpb_wrapper{
      padding-left: 60px;
      padding-right: 60px;
      padding-top: 180px;
      padding-bottom: 50px;
  }
  .box-contact-form .box-title-page{
     margin-bottom: 50px;
  }
  .box-contact-form input[type="text"],
  .box-contact-form input[type="email"],
  .box-contact-form textarea
  {
     width: 100%;
      margin-bottom: 15px;
  }
  .box-contact-form textarea
  {
    height: 200px;
      margin-bottom: 10px;
  }
  .box-contact-form .col-sm-6:last-child{
     padding-left: 7.5px;
  }
  .box-contact-form .col-sm-6:first-child{
     padding-right: 7.5px;
  }
  .box-contact-form>.vc_column-inner{
      background-attachment: fixed;
      background-repeat: no-repeat;
  }
  .box-contact-map{
      margin-bottom: 150px;
  }
  .box-contact-map .wpb_gmaps_widget iframe{
      height: 988px;
  }
  .box-team-about .group-navi .owl-nav {
      top: 20px;
  }
  .single-product .s7up-header-page-header-1{
      margin-bottom: -130px;
  }
  .box-blog-grid .element-text-block h2{
      margin-bottom: 45px;
  }
  
  .box-blog-grid .tab-7up-style1 .nav-tabs>li>a{
      text-transform: uppercase;
      font-weight: 700;
      font-family: 'Playfair Display';
  }
  .box-blog-grid .tab-7up-style1 .title-tab > li {
      margin-bottom: 85px;
  }
  .box-blog-grid  {
      padding-top: 85px;
  }
  .logo-7up-default h1{
      line-height: 100px;
  }
  .logo-7up-default{
      width: 20%;
  }
  .header-main-menu-default{
      padding: 0px 60px;
      border-bottom: 1px solid #e5e5e5;
  }
  .header-main-menu-default .main-nav-default {
      padding: 10px 0px;
      text-align: right;
      width: 80%;
  }
  .content-post-default .title-post-single{
      margin-bottom: 50px;
  }
  .content-post-default .post-meta-data3{
      text-transform: uppercase;
      margin-bottom: 85px;
  }
  .content-post-default .post-meta-data3 li{
     margin-right: 40px;
      display: inline;
  }
  .content-post-default .post-meta-data3 li:last-child{
     margin-right: 0px;
  }
  
  
  
      /*custom post and page UNITEST*/
  
  .detail-content-wrap>ul,
  .desc-comment-text>ul,
  .entry-content>ul,
  .detail-content-wrap>ol,
  .desc-comment-text>ol,
  .entry-content>ol
  {
      line-height: 30px;
  }
  .desc-comment-text > ul,.desc-comment-text > ul ul, .detail-content-wrap > ul ul, .entry-content > ul ul {
      list-style-type: disc;
  }
  .desc-comment-text > address, .detail-content-wrap > address, .entry-content > address {
      line-height: 30px;
  }
  .desc-comment-text > pre, .detail-content-wrap > pre, .entry-content > pre {
      margin-bottom: 30px;
  }
  .detail-content-wrap>ul:last-child,
  .detail-content-wrap>p:last-child,
  .desc-comment-text>ul:last-child,
  .desc-comment-text>p:last-child,
  .entry-content>ul:last-child,
  .entry-content>p:last-child
  {
      margin-bottom: 0px;
  }
  .detail-content-wrap>table th,
  .detail-content-wrap>table td,
  .desc-comment-text>table th,
  .desc-comment-text>table td,
  .entry-content>table th,
  .entry-content>table td{
      padding: 10px 15px;
  }
  .desc-comment-text > ol ul, .detail-content-wrap > ol ul, .entry-content > ol ul {
      list-style-type: disc;
  }
  .desc-comment-text > dl dd,
  .detail-content-wrap > dl dd,
  .entry-content > dl dd{
      margin-top: 5px;
      margin-bottom: 15px
  }
  .edit-link-comment {
      margin-left: 15px;
  }
  .edit-link-comment i{
      font-size: 18px;
      margin-right: 5px;
  }
  .wp-caption .wp-caption-text {
      margin-top: 15px;
      color: #999;
  }
  .wp-caption {
      margin-bottom: 20px;
  }
  .wp-caption:last-child {
      margin-bottom: 0px;
  }
  .aligncenter {
      text-align: center;
  }
  .detail-content-wrap > .gallery:last-child{
      margin-bottom: 0px;
  }
  
  .post-password-form input[type=submit]{
      vertical-align: top;
      padding: 0px 25px;
      height: 40px;
      background: #53AC82;
      color: #fff;
      border: none;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      text-transform: uppercase;
      border-radius: 0px;
  }
  .post-password-form input[type=submit]:hover{
      background: #53AC82;
      color: #fff;
      box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.2);
  }
  
  p.no-comments{
      margin-bottom: 0px;
      margin-top: 60px;
      background: #f5f5f5;
      padding: 15px;
      color: #2a3640;
  }
  .comment-list li.ping-track-back {
      margin-bottom: 35px;
      padding-bottom: 35px;
      border-bottom: 1px solid #e1e1e1;
  }
  .comment-list .ping-track-back .edit-link{
      color: #000;
      margin-left: 10px;
  }
  .comment-list .ping-track-back .edit-link i{
      margin-right: 3px;
  }
  .alignright {
      display: inline;
      float: right;
      clear: both;
  }
  
  address,
  dd,
  dt{
      line-height: 24px;
  }
  pre{
      padding: 15px;
      line-height: 20px;
      background-color: #f9f9f9;
      border: 1px solid #eaeaec;
      margin-bottom: 30px;
      color: #868c93;
  }
  code{
      color: #cf0000;
      background: #f5e9ec;
  }
  kbd{
      background-color: #303030;
  }
  samp{
      font-style: italic;
  }
  hr{
      border-top: 1px solid #e5e5e5;
  }
  var,
  cite,
  em{
      font-style: italic;
  }
  abbr[data-original-title],
  abbr[title] {
      border-bottom: 1px dotted #555;
  }
  acronym[title]{
      font-size: 100%;
  }
  big{
      font-size: 120%;
  }
  del[cite]{
      color: #999;
  }
  ins[cite]{
      text-decoration: underline;
  }
  strong,
  sup,
  sub,
  u,
  strike,
  q{
      color: #58595b;
  }
  .small,
  small {
      font-size: 86%;
  }
  blockquote p *{
      color: #2a3640;
  }/*
  .item-list-post-style1 .title-post,.title-post-single{
      word-break: break-all;
  }*/
  /*Data UNITEST new*/
  
  .wp-block-button.alignleft,
  .wp-block-cover.alignleft{
      margin-right:20px;
  }
  .wp-block-button.alignright,
  .wp-block-cover.alignright{
      margin-left:20px;
  }
  .wp-block-image figcaption ,
  .wp-block-video figcaption,
  .wp-block-embed figcaption{
      margin-top: 15px;
      margin-bottom: 24px;
      color: #999;
  }
  .wp-block-gallery.alignleft{
      margin-right: 20px;
  }
  .wp-block-gallery.alignright{
      margin-left: 20px;
  }
  .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption{
      padding: 10px;
      line-height: 20px;
  }
  
  .wp-block-gallery .blocks-gallery-image figcaption::-webkit-scrollbar,
  .wp-block-gallery .blocks-gallery-item figcaption::-webkit-scrollbar {
      width: 4px;
  }
  .sidebar-fix-main::-webkit-scrollbar {
      width: 4px;
  }
  .wp-block-gallery .blocks-gallery-image figcaption::-webkit-scrollbar-track ,
  .wp-block-gallery .blocks-gallery-item figcaption::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      border-radius: 0px;
  }
  .sidebar-fix-main::-webkit-scrollbar-track  {
      -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      border-radius: 0px;
      background: #e5e5e5;
  }
  .wp-block-gallery .blocks-gallery-image figcaption::-webkit-scrollbar-thumb,
  .wp-block-gallery .blocks-gallery-item figcaption::-webkit-scrollbar-thumb {
      border-radius: 0px;
      -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .sidebar-fix-main::-webkit-scrollbar-thumb{
      border-radius: 0px;
      background: #fff;
  }
  .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
      margin: 0 1.5px 1.5px 0;
  }
  .has-2-columns blockquote,
  .has-3-columns blockquote,
  .has-4-columns blockquote,
  .has-5-columns blockquote,
  .has-6-columns blockquote
  {
      margin-top: 0px;
      padding: 30px;
  }
  blockquote cite
  {
      font-size: 18px;
  }
  .has-2-columns blockquote:before,
  .has-3-columns blockquote:before,
  .has-4-columns blockquote:before,
  .has-5-columns blockquote:before,
  .has-6-columns blockquote:before{
      left: 15px;
      font-size: 80px;
  }
  .wp-block-quote.is-large, .wp-block-quote.is-style-large{
      padding: 27px 30px 27px 75px;
  }
  .wp-block-pullquote.is-style-solid-color blockquote{
      /*  padding: 60px 90px;*/
  }
  .wp-block-pullquote.is-style-solid-color blockquote:before {
      top: 40px;
  }
  .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
      font-size: 28px;
  }
  .wp-block-audio{
      margin-bottom: 30px;
  }
  .wp-block-pullquote:not(.is-style-solid-color){
      padding: 0px;
  }
  ul.wp-block-archives-list,
  ul.wp-block-categories-list,
  ol.wp-block-latest-comments,
  ul.wp-block-latest-posts{
      padding-left: 0px;
      list-style: none;
  }
  ul.wp-block-latest-posts li{
      margin-bottom: 10px;
  }
  ul.wp-block-archives-list ul,
  ul.wp-block-categories-list ul{
      list-style: none;
      padding-left: 15px;
  }
  .detail-content-wrap>table{
      margin-bottom: 30px;
  }
  .wp-block-media-text{
      margin-bottom: 30px;
  }
  .wp-block-cover-text strong{
      color: #fff;
  }
  @media (min-width:600px) {
      .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
          margin-right: 1.5px!important;
      }
  }
  .detail-content-wrap>.wp-block-archives-dropdown{
      margin-bottom: 30px;
  }
  .woocommerce-terms-and-conditions-wrapper label.checkbox{
      padding: 0px 23px;
  }
  .woocommerce-terms-and-conditions-wrapper .input-checkbox {
  
      margin-left: -27px!important;
  }
  /*END UNITEST*/
  .shop-page-custom .sort-by .select-box::after {
      top: 5px;
  }
  .shop-page-custom .list-product-wrap
  {
      margin-bottom: -30px;
  }
  .blog-page-custom .list-post-wrap
  {
      margin-bottom: -100px;
  }
  .blog-load-more .list-post-wrap
  {
      display: inline-block;
  }
  .bread-crumb-megapage{
      text-align: center;
  }
  .post-video {
      position: relative;
      padding-bottom: 56.25%;
      overflow: hidden;
  }
  .post-video iframe, .post-video object, .post-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  .list-product-group .group_table{
      border-bottom: none;
      margin-bottom: 10px;
  }
  .list-product-group .group_table .product-price > span,
  .list-product-group .group_table .product-price ins{
      color: #303030;
      font-weight: 700;
      font-size: 14px;
  }
  .list-product-group .group_table .product-title{
      font-family: 'Playfair Display';
      margin-bottom: 10px;
      font-weight: 700;
  }
  
  
  .element-categories-box-{
      text-align: center;
      position: relative;
  }
  .element-categories-box- .info-cate{
      margin-top: 0px;
      font-family: 'Playfair Display';
      font-size: 18px;
      text-align: center;
      color: #53AC82;
      font-weight: 700;
      margin-bottom: 0px;
      padding: 20px 15px;
  }
  .element-categories-box- {;
      border: 1px solid rgba(0, 0, 0, 0.09);
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .element-categories-box-:hover {
      box-shadow: 0px 6px 26px 0px rgba(0, 0, 0, 0.09);
  }
  .element-categories-box- .sum-count-cart{
      height: 30px;
      width: 30px;
      display: inline-block;
      line-height: 30px;
      border-radius: 50%;
      position: absolute;
      top: 10px;
      left: 10px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      opacity: 0;
  }
  .element-categories-box-:hover .sum-count-cart {
      opacity:1;
  }
  
  
  .item-product-grid-style3 .extra-link-hover1{
      position: absolute;
      bottom: 0px;
      top: 0px;
      left: 0;
      right: 0;
      height: 45px;
      z-index: 11;
      opacity: 0;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      margin: auto;
      transform: scale(1.5);
      -webkit-transform: scale(1.5);
  }
  .item-product-grid-style3:hover .extra-link-hover1{
      opacity: 1;
      transform: scale(1);
      -webkit-transform: scale(1);
  }
  .item-product-grid-style3 .product-info {
      padding-top: 20px;
  }
  .item-product-grid-style3 .product-title {
      line-height: 36px;
      margin-bottom: 3px;
  }
  .item-product-grid-style3 .list-cats-item {
      margin-bottom: 12px;
  }
  .item-product-grid-style3:hover .attribute_data-style1 {
      opacity: 1;
  }
  .item-product-grid-style3 .product-thumb:before {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top:0;
      background: rgba(255, 255, 255, .9);
      z-index: 1;
      opacity: 0;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  
  }
  .item-product-grid-style3:hover .product-thumb:before {
      opacity: 1;
  }
  .extra-link-hover3 a.quickview-link, .extra-link-hover3 a.wishlist-link, .extra-link-hover3 a.compare-link {
      height: 45px;
      line-height: 45px;
      width: 45px;
      border: 1px solid #53AC82;
      color: #53AC82;
      display: inline-block;
      text-align: center;
      background: #fff;
  }
  .extra-link-hover3 a.quickview-link:hover,
  .extra-link-hover3 a.wishlist-link:hover,
  .extra-link-hover3 a.compare-link:hover{
      box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.2);
  }
  .item-product-grid-style3 .extra-link-hover3 {
      position: absolute;
      bottom: 0px;
      top: 0px;
      left: 0;
      right: 0;
      height: 45px;
      z-index: 11;
      opacity: 0;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      margin: auto;
      transform: scale(1.5);
      -webkit-transform: scale(1.5);
  }
  .item-product-grid-style3:hover .extra-link-hover3 {
      opacity: 1;
      transform: scale(1);
      -webkit-transform: scale(1);
  }
  .extra-link-hover3 a.added_to_cart, .extra-link-hover3 .addcart-link, .woocommerce .extra-link-hover3 a.added_to_cart, .woocommerce .extra-link-hover3 a.button.addcart-link {
      color: #53AC82;
      font-size: 14px;
      display: inline-block;
      background: #fff;
      height: 45px;
      line-height: 45px;
      padding: 0px 20px!important;
      border: 1px solid #53AC82;
      text-transform: uppercase;
      border-radius: 0px;
      text-align: center;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      font-weight: 500;
      letter-spacing: 1px;
  }
  .extra-link-hover3 a.added_to_cart:before, .extra-link-hover3 .addcart-link:before, .woocommerce .extra-link-hover3 a.added_to_cart:before, .woocommerce .extra-link-hover3 a.button.addcart-link:before {
      display: none;
  }
  .banner-post-single{
      margin-top: 35px;
  }
  .wg-post-list .post-thumb{
      width: 100px;
      min-width: 100px;
  }
  .wg-post-list .post-info{
      padding-left: 20px;
  }
  .wg-post-list .post-info .post-title{
      margin-bottom: 15px;
      line-height: 24px;
  }
  .wg-post-list .item-post-wg{
      margin-bottom: 30px;
  }
  .wg-post-list .item-post-wg:last-child{
      margin-bottom:0px;
  }
  .item-product-grid .product-extra-link .addcart-link{
  
      position: relative;
  }
  .item-product-grid .product-extra-link .addcart-link:before{
      content: '';
      width: 100%;
      height: 1px;
      background: #becfc7;
      opacity: 1;
      position: absolute;
      bottom: 2px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .post-home1 .item-masonry-col{
      padding-left: 10px;
      padding-right: 10px;
  }
  .post-home1 .blog-masonry-view .row {
      margin-right: -10px;
      margin-left: -10px;
  }
  .comment-form-cookies-consent{
      padding-left: 30px;
      position: relative;
  }
  
  .comment-form-cookies-consent #wp-comment-cookies-consent{
      position: absolute;
      left: 0;
      top: 2px;
  }
  .cross-popup{
      position: absolute;
      right: 0px;
      font-size: 18px;
      background: #53ac82;
      display: inline-block;
      color: #fff;
      height: 40px;
      line-height: 43px;
      width: 40px;
      text-align: center;
      cursor: pointer;
  }
  .box-sidebar-fix >h3{
      line-height: 34px;
      cursor: pointer;
  }
  .box-sidebar-fix >h3 i{
      margin-right: 10px;
  }
  .box-sidebar-fix {
     float: left;
      margin-right: 35px;
  }
  .sidebar-fix{
      position: fixed;
      left: -360px;
      top: 0;
      background: #fff;
      padding: 30px 0px;
      z-index: 9999;
      bottom: 0;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      max-width: 330px;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2)
  }
  .sidebar-fix .cloes-sidebar-fix{
      cursor: pointer;
      height: 40px;
      width: 40px;
      line-height: 40px;
      background: #53ac82;
      display: inline-block;
      text-align: center;
      margin-bottom: 50px;
      color: #fff;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .sidebar-fix .cloes-sidebar-fix:hover{
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  }
  .sidebar-fix .sidebar-fix-main{
      overflow-y: auto;
      padding: 0px 30px;
      max-height: 100%;
  }
  .box-sidebar-fix.onpen-sidebar .sidebar-fix{
      left: 0px;
  }
  .bread-crumb-about2 .wrap-bread-crumb{
      min-height: 400px;
  }
  .bread-crumb-about2 {
      margin-top: -63px;
  }
  .service-list-history {
      text-align: center;
      margin-left: -15px;
      margin-right: -15px;
  }
  .service-list-history h3 {
      margin-bottom: 70px;
      position: relative;
      padding: 0px 15px;
  }
  .service-list-history .desc {
      padding: 0px 15px;
  }
  .service-list-history h3:after{
     content: '';
      height: 5px;
      background: #becfc7;
      right: 0;
      left: 0;
      display: inline-block;
      position: absolute;
      bottom: -26px;
  }
  .service-list-history .item:first-child h3:after{
      left: 50%;
  }
  .service-list-history .item:last-child h3:after{
      right: 50%;
  }
  .service-list-history h3:before{
      position: absolute;
      content: '';
      height: 13px;
      width: 13px;
      background: #fff;
      border: 3px solid #becfc7;
      border-radius: 50%;
      left: 50%;
      display: inline-block;
      bottom: -30px;
      margin-left: -7px;
      z-index: 1;
  }
  .company-about2 .info-company{
      margin-top: 58px;
      padding-left: 50px;
      max-width: 770px;
  }
  .box-company-about2 .company-about2{
      margin-bottom: 100px;
  }
  .box-company-about2 .left-company .wpb_wrapper{
      margin-right: 50px;
  }
  .box-company-about2 {
      margin-bottom: 150px;
  }
  .testimonio-about2{
      padding-top: 150px;
      padding-bottom: 150px;
      background-attachment: fixed;
      background-size: cover;
      margin-bottom: 150px;
  }
  .testimonio-about2 .element-text-block{
      max-width: 960px;
      margin: auto;
      min-height: 400px;
      padding-top: 80px;
      background-position: center;
  }
  .testimonio-about2 .element-text-block h3{
      font-weight: 400;
      font-style: italic;
      line-height: 48px;
      max-width: 750px;
      margin: auto;
      margin-bottom: 40px;
  }
  
  .testimonio-about2 .box-title-page .title:before {
      margin-bottom: 32px;
  }
  .box-product-about2{
      margin-bottom: 0px!important;
  }
  .countdown-style-item-product{
      background: rgba(255, 255, 255, 0.96);
      align-items: center;
      justify-content: center;
      height: 40px;
      position: absolute;
      bottom: 10px;
      left: 30px;
      right: 30px;
  }
  .countdown-style-item-product .clock{
      position: relative;
      font-family: 'Playfair Display';
      font-weight: 400;
      font-style: italic;
      margin-right: 20px;
      font-size: 18px;
  }
  .countdown-style-item-product .clock:after{
     content: ':';
      position: absolute;
      right: -13px;
  }
  .countdown-style-item-product .clock:last-child:after{
     content: '';
  }
  .countdown-style-item-product .clock:last-child{
      margin-right: 0px;
  }
  .countdown-style-item-product .clock .text{
      display: none;
  }
  .service-list-style2 {
     position: relative;
      min-height: 105px;
      padding-left: 150px;
  }
  .right .service-list-style2 {
      padding-right: 15px;
  }
  .service-list-style2 .info-service>h3{
      margin-bottom: 20px;
  }
  .service-list-style2 .icon-link{
      position: absolute;
      left: 0px;
      top:4px;
      height: 100px;
      display: inline-block;
      width: 100px;
      text-align: center;
      line-height: 100px;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 50%;
  }
  .service-list-style2:hover .icon-link{
     border-color: #53ac82;
      color: #53ac82;
  }
  .service-rtl.service-list-style2 .icon-link{
      left: auto;
      right:0px;
  }
  
  .service-rtl.service-list-style2{
     padding-right: 150px;
      padding-left: 15px;
      text-align: right;
  }
  .service-rtl.service-list-style2 .info-service{
      display: inline-block;
  }
  .service-about3 .vc_col-sm-5 .wpb_wrapper{
      background: #f6f6f6;
  }
  .service-about3 .service-list-style2{
    padding-bottom: 90px;
  }
  .service-about3 .service-list-style2:last-child{
    padding-bottom: 0px;
  }
  .service-about3 .left .service-list-style2{
      margin-right: 100px;
  }
  .service-about3 .right .service-list-style2{
      margin-left: 100px;
  }
  .service-about3 .service-list-style2 .info-service{
    max-width: 350px;
  }
  .service-about3 .banner-advs{
      margin-left: -50px;
      margin-right: -50px;
  }
  .service-about3 .right .wpb_wrapper{
      margin-left: 50px;
      padding-top: 100px;
  }
  .service-about3 .left .wpb_wrapper{
      margin-right: 50px;
      padding-top: 100px;
  }
  .service-about3{
      background: #f6f6f6;
      margin-right: 60px;
      margin-left: 60px;
      margin-bottom: 150px;
  }
  .service-content >p:last-child{
      margin-bottom: 0px;
  }
  .item-team-style3 .info,
  .item-team-style3 .team-content
  {
      width: 37%;
      height: 100%;
      position: relative;
  }
  .item-team-style3 .team-content
  {
      padding-top: 136px;
      padding-left: 50px;
      width: 50%;
  }
  .item-team-style3 .team-thumb img
  {
      width: auto;
  }
  .item-team-style3:after,
  .item-team-style3 .team-info:after
  {
      display: block;
      content: '';
      clear: both;
  }
  .item-team-style3 .team-info
  {
      position: relative;
      padding-left: 50px;
  }
  .item-team-style3 .team-info .info h3
  {
      margin-bottom: 20px;
  }
  .item-team-style3 .team-info .info h3:before
  {
      height: 5px;
      width: 80px;
      background: #becfc7;
      content: '';
      display: block;
      margin-bottom: 45px;
  }
  .item-team-style3 .team-info .info .desc
  {
      position: absolute;
      bottom: 0;
  }
  .item-team-style3 .team-content a i
  {
      font-size: 30px;
      color: #becfc7;
      margin-right: 10px;
      vertical-align: middle;
  }
  .item-team-style3 .team-content .list-theme
  {
      position: absolute;
      bottom: 0;
      width: 100%;
      right: 0;
      padding-left: 50px;
  }
  .item-team-style3 .team-content .list-theme a
  {
      text-transform: uppercase;
      display: block;
      border-bottom: 1px solid #becfc7;
      margin-top: 30px;
  }
  .team-about3 .item-team-style3{
      margin-bottom: 100px;
  }
  .team-about3 {
      margin-bottom: 50px;
  }
  .woocommerce div.product form.cart .variations select{
      max-width: 100%;
      border: 2px solid #becfc7;
      height: 50px;
      padding: 0 15px;
      display: block;
      width: 100%;
      border-radius: 0px;
  }
  form.cart .variations .select-box::after {
      top: 18px;
  }
  .mini-cart-content>h2{
      font-family: 'Playfair Display';
      text-transform: uppercase;
  }
  .banner-slider-home1 rs-mask-wrap {
      overflow: unset!important;
  }
  .gallery-widget .vc_column_container>.vc_column-inner {
      padding-left: 2.5px;
      padding-right: 2.5px;
  }
  .gallery-widget .banner-advs {
     margin-bottom: 5px;
  }
  .gallery-widget.vc_row {
      margin-left: -5px;
      margin-right: -5px;
  }
  .gallery-widget {
      margin-bottom: -5px;
  }
  
  /*Beign  page my account*/
  .woocommerce .myaccount_registration_login form.checkout_coupon,
  .woocommerce .myaccount_registration_login form.login,
  .woocommerce .myaccount_registration_login form.register{
      border: none;
      padding: 0px;
      margin: 0px;
      margin-top: 20px;
  }
  .woocommerce .myaccount_registration_login form.register>p{
      margin-bottom: 15px;
  }
  .woocommerce .myaccount_registration_login form .form-row input.input-text {
      height: 48px;
      border: 1px solid #e1e1e1;
      padding: 0px 15px;
  }
  .rememberme-lost_password .lost_password{
      float: right;
      margin-bottom: 0px;
  }
  .rememberme-lost_password label{
      font-weight: 400;
      margin-bottom: 0px;
  }
  .woocommerce-form-login p.lost_password{
      margin-bottom: 0px;
  }
  .woocommerce .myaccount_registration_login .woocommerce-form-login .woocommerce-form-login__submit{
      width: 100%;
      height: 45px;
  }/*
  .woocommerce .myaccount_registration_login .woocommerce-form-login .woocommerce-form-login__submit:hover{
      background: #a55e3f;
      border-color: #a55e3f;
  }*/
  .woocommerce .myaccount_registration_login .woocommerce-form-login .woocommerce-form-login__submit:hover{
  
  }
  .myaccount-tab-title ul{
      width: 100%;
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
  }
  .myaccount-tab-title li{
      width: 100%;
      float: left;
      padding: 0px;
  }
  .myaccount-tab-title li a{
      height: 50px;
      line-height: 50px;
      display: block;
      background: #fff;
      border-bottom: 2px solid #becfc7;
      font-weight: 700;
  }
  .myaccount-tab-title li.active a{
      border-color: #53ac82;
  }
  .woocommerce .myaccount_registration_login .myacc-bt-register{
      width: 100%;
      border-color: #ebebeb;
      height: 50px;
  }/*
  .woocommerce  .myaccount_registration_login .myacc-bt-register:hover{
      background: #a55e3f;
      border-color: #a55e3f;
  }*/
  .woocommerce-MyAccount-navigation ul li {
      padding: 0px;
  }
  .woocommerce-MyAccount-navigation ul li a {
      padding: 0px 15px;
  }
  .woocommerce-MyAccount-navigation ul li a {
      display: block;
  }
  .woocommerce-MyAccount-navigation ul li.is-active, .woocommerce-MyAccount-navigation ul li:hover {
      color: #fff;
      background: #53ac82;
      border-color: #53ac82;
  }
  .woocommerce-MyAccount-content p:last-child,
  .woocommerce-MyAccount-content div:last-child
  {
      margin-bottom: 0px;
  }
  .woocommerce-MyAccount-content form>h3,
  .woocommerce-account .addresses .title h3 {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: bold;
      color: #2a3640;
      margin-bottom: 20px;
  }
  .woocommerce-MyAccount-content form button[type="submit"]{
      margin-top: 25px;
  }
  .myaccount_registration_login label[for="apply_for_vendor"]{
      margin-bottom: 0px;
  }
  .myaccount_registration_login .woocommerce-privacy-policy-text{
      margin-bottom: 25px;
  }
  .wrap-detail-gallery .mid{
      position: relative;
  }
  /*End  page my account*/
  
  .col-best-seller .box-title-page {
      padding-right: 50px;
  }
  .related-post-slider .item-grid-post-style1{
      margin-bottom: 0px;
  }
  .banner1-about .info-location_center h3 {
      text-shadow: 1px 1px rgba(255,255,255,0.6);
  }
  .instagram-masonry2 .item{
      width: 20%;
      float: left;
  }
  .follow-instagram-masonry2:after{
      content: '';
      clear: both;
      display: block;
  }
  .follow-instagram-masonry2{
     margin: -10px;
  }
  .instagram-masonry2 .instagram-item2{
      padding: 10px;
  }
  .instagram-about3 .title-instagram-about3 .wpb_wrapper,
  .instagram-about3 .title-instagram-about3 .box-title-page
  {
      height: 100%;
  }
  .instagram-about3 .title-instagram-about3 .box-title-page
  {
     position: relative;
  }
  .instagram-about3 .title-instagram-about3 .box-title-page .desc
  {
     position: absolute;
      bottom: 10px;
      padding-right: 50px;
  }
  .service-list-style3 .icon-link{
      display: inline-block;
      width: 200px;
      height: 200px;
      line-height: 200px;
      border: 1px solid #e5e5e5;
      border-radius: 50%;
      margin-bottom: 25px;
  }
  .service-list-style3 .icon-link:hover{
      color: #fff;
      background: #53ac82;
      border-color:  #53ac82;
  }
  .service-list-style3 .info-service>h3{
      margin-bottom: 20px;
  }
  .service-contact2 .service-list-style3{
      margin-bottom: 30px;
  }
  .service-contact2{
      margin-bottom: 120px;
  }
  .box-contact-form2 .wpcf7{
      text-align: center;
  }
  .box-contact-form2 .button-slider{
      min-width: 250px;
      margin: 0px!important;
  }
  .box-contact-form2{
     margin-top: 150px;
  }
  .box-contact-form2 input[type="text"], .box-contact-form2 input[type="email"]{
      height: 50px;
  }
  .box-contact-form2 input[type="text"], .box-contact-form2 input[type="email"], .box-contact-form2 textarea {
      width: 100%;
      margin-bottom: 30px;
      display: block;
  }
  .box-contact-form2 .box-title-page {
      margin-bottom: 95px;
  }
  .custom-accordion-vc .vc_tta-panel-heading,
  .custom-accordion-vc .vc_tta-panel-body
  {
      border: none!important;
  }
  .custom-accordion-vc .vc_tta-panel-heading{
      border-top: 1px solid #e5e5e5!important;
      margin-top: 0px!important;
  }
  .custom-accordion-vc .vc_tta-panel:first-child .vc_tta-panel-heading{
      border-top: none!important;
  }
  .wpb-js-composer .vc_tta.custom-accordion-vc .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before{
      content: "\f110";
      font-family: LineAwesome;
      display: inline-block;
      font-weight: 400;
      font-size: 12px;
      transform: rotate(0deg) translate(0);
      border: none!important;
      margin: 0px;
  }
  .custom-accordion-vc .vc_tta-controls-icon{
      display: inline-block!important;
      height: 30px!important;
      width: 30px!important;
      line-height: 23px;
      text-align: center;
      border: 1px solid #becfc7;
      font-style: normal;
      right: 0px!important;
  }
  .wpb-js-composer .vc_tta.custom-accordion-vc .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before{
      transform: rotate(180deg) translate(0);
  }
  .wpb-js-composer .vc_tta.custom-accordion-vc .vc_tta-controls-icon-position-right.vc_tta-panel-title>a{
      padding-left: 0px;
  }
  .wpb-js-composer .vc_tta.custom-accordion-vc .vc_tta-panel.vc_active .vc_tta-panel-body{
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 25px;
      padding-top: 25px;
  }
  .wpb-js-composer .custom-accordion-vc.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus,
  .wpb-js-composer .custom-accordion-vc.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
      background-color: #fff!important;
  }
  .custom-accordion-vc .vc_tta-title-text{
      font-family: 'Playfair Display';
      font-weight: 700;
      color: #303030;
      font-size: 18px;
  }
  .custom-accordion-vc {
      margin-right: 100px;
  }
  .faq-about3{
      padding-left: 240px;
      padding-right: 240px;
      margin-top: 90px;
      margin-bottom: 150px;
  }
  .box-contact-form3{
      margin-bottom: 130px;
  }
  .element-categories-box-style2 .info-cate{
      padding-top: 30px;
  }
  .element-categories-box-style2 .info-cate h3,
  .element-categories-box-style3 .info-cate h3
  {
      margin-bottom: 45px;
      position: relative;
  }
  .element-categories-box-style2 .info-cate span{
     color: #666;
  }
  .element-categories-box-style2 .info-cate h3:after,
  .element-categories-box-style3 .info-cate h3:after
  {
     content:  '';
      height: 3px;
      width: 50px;
      background: #becfc7;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: -22px;
  }
  .element-categories-box-style3 .info-cate h3:after
  {
      background: #fff;
  }
  .element-categories-box-style3{
  }
  .element-categories-box-style2 {
     margin-bottom: 40px;
  }
  .masonry-cate .element-categories-box-style3{
      padding: 10px;
  }
  .box-category2{
      padding-left: 45px;
      padding-right: 45px;
  }
  .box-category2-last-child{
      margin-bottom: -40px;
  }
  .element-categories-box-style3 .adv-thumb-link:before{
      background: #53ac82;
      opacity: 0;
      transition: all 1.2s ease-out 0s;
      -webkit-transition: all 1.2s ease-out 0s;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 1;
  }
  .element-categories-box-style3:hover .adv-thumb-link:before{
      opacity: 0.8;
  }
  .element-categories-box-style3 h3 a:hover{
      color: #fff;
  }
  .element-categories-box-style3 .banner-info{
      opacity: 0;
      transition: all 1.2s ease-out 0s;
      -webkit-transition: all 1.2s ease-out 0s;
  }
  .element-categories-box-style3:hover .banner-info{
      opacity: 1;
  }
  .box-category3 .element-categories-box-style3,
  .box-category3-2 .element-categories-box-style3
  {
      padding: 10px;
      display: inline-block;
      width: 100%;
  }
  .box-category3,.box-category3-2{
      text-align: center;
  }
  .box-category3 .left .wpb_wrapper{
      margin-right: 64px;
  }
  .box-category3 .right .wpb_wrapper{
      margin-left: 64px;
  }
  .box-category3 .center .wpb_wrapper{
      margin: 0px -64px;
  }
  .box-category3-2 .left .wpb_wrapper{
      margin-right: -177px;
  }
  .box-category3-2 .right .wpb_wrapper{
      margin-left:-177px;
  }
  .box-category3-2 .center .wpb_wrapper{
      margin: 0px 177px;
  }
  .banner404 .element-text-block{
      margin-top: -140px;
  }
  .banner404.vc_row[data-vc-full-width] {
      overflow: unset!important;
      width: 100vw!important;
  }
  .text-coming-top1{
      padding: 20px 0px;
      margin-bottom: 145px;
  }
  .coming-top1 .wpb_wrapper>div{
      padding-left: 150px;
      padding-right: 150px;
  }
  .coming-top1 .title{
      margin-bottom: 75px;
  }
  .coming-top1 .service-list-style4{
      margin-bottom: 58px;
  }
  .coming-top1 {
      background-size: cover;
  }
  .coming-top1 .social-list-style2{
      padding-top: 65px;
      padding-bottom: 65px;
  }
  .coming-top1 .wpb_wrapper>div.vc_separator {
      padding-left: 0px;
      padding-right: 0px;
      margin-top: 220px;
  }
  .service-list-style4{
      position: relative;
  }
  .service-list-style4 .icon-link{
      position: absolute;
      top: -6px;
  }
  .service-list-style4 .info-service{
      padding-left: 85px;
  }
  .service-list-style4 .info-service>h3{
      margin-bottom: 18px;
  }
  .coming2{
      background-size: cover;
      background-position: center;
  
  }
  .coming2 .title {
      margin-bottom: 15px;
  
  }
  .coming2 .box-title-page h2{
      background: linear-gradient(to top, #53ac82 0%, #53ac82 50%, #fff 50%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }
  .coming2 .service-list-style4 {
      margin-top: 135px;
  }
  .coming2 .service-list-style4 .info-service>h3 .color-title{
      color: #fff;
  }
  .coming2 .service-list-style4 .icon-link,
  .coming2 .service-list-style4 .service-content
  {
      color: #becfc7;
  }
  .social-coming2 .social-list-style2
  {
      padding-top: 65px;
      padding-bottom: 65px;
      margin-right: -15px;
      border-top: 1px solid #53ac82;
  }
  .social-coming1 .social-list-style2
  {
      padding-top: 65px;
      padding-bottom: 65px;
      margin-right: -15px;
      border-top: 1px solid #53ac82;
      padding-left: 165px;
      padding-right: 165px;
  }
  .coming2 .element-block-cover
  {
      margin-bottom: 250px;
  }
  .coming2 .social-list-style2 {
      text-align: center;
  }
  .social-coming2 a{
      color: #fff;
      padding: 0px 15px;
  }
  .social-coming1 a {
      padding: 0px 15px;
  }
  .category-page1{
      padding-left: 45px;
      padding-right: 45px;
  }
  .social-coming2{
      position: absolute!important;
      bottom: 0;
      text-align: center;
      margin-right: -15px;
      overflow: unset!important;
      z-index:1
  }
  .social-coming1{
      position: absolute!important;
      bottom: 0;
      margin-right: -15px;
      overflow: unset!important;
  
  }
  .main-header-404.vc_row[data-vc-full-width]{
      overflow: visible!important;
      width: 100vw!important;
  }
  .tex-hello-coming1{
      position: absolute!important;
      z-index: 1;
      overflow: unset!important;
  }
  .text-coming-top1{
      margin-right: -15px;
      padding-left: 165px;
      padding-right: 165px;
  }
  
  
  .nb-404{
     position: relative;
      display: inline-block;
      margin-bottom: 60px;
  }
  .nb-404 .oh{
      position: absolute;
      top: -30px;
      right: -95px;
      font-size: 36px;
      color: #fff;
      z-index: 1;
      width: 106px;
      margin-bottom: 0px;
  }
  .nb-404 .oh img{
      position: absolute;
      z-index: -1;
      width: 106px;
      top: -13px;
      left: 0px;
  }
  .nb-404 .nb span{
      display: inline-block;
      width: 200px;
      height: 200px;
      line-height: 150px;
      text-align: center;
      color: #fff;
      background: rgba(97, 177, 139, 0.9);
      font-size: 130px;
      border-radius: 50%;
      margin: 0px -20px;
  }
  .nb-404 span.center{
      background: rgba(97, 177, 139, 0.7);
  }
  .banner404 .element-text-block>h3{
      margin-bottom: 45px;
  }
  .banner404 {
      background-size: cover;
      background-position: center;
  }
  .main-header2{
      padding-top: 30px;
      z-index: 12;
  }
  .main-header2.fixed-header{
      padding-top: 0px;
  }
  .main-header2 .main-nav li.has-mega-menu > .mega-menu{
     left: 0px!important;
  }
  .main-header2 .main-nav > ul > li:first-child > a{
     padding-left: 0px;
  }
  .banner-slider-home2{
      margin-top: -115px;
      margin-bottom: 150px;
  }
  .banner-slider-home2 .title:before {
      content: '';
      height: 5px;
      width: 80px;
      background: #fff;
      display: block;
      margin-bottom: 35px;
      margin-left: auto;
      margin-right: auto;
  }
  .banner-advs-style6 .banner-info{
      left: 100px;
      bottom: 120px;
      right: auto;
      top:auto;
  }
  .banner-advs-style6 .banner-info .title{
      position: relative;
  }
  .banner-advs-style6 .banner-info .title:before{
      position: absolute;
      content: '';
      height: 5px;
      width: 80px;
      background: #becfc7;
      top: -35px;
  }
  .banner-advs-style6 .banner-info .link-button1{
      opacity: 0;
      height: 0;
      overflow: hidden;
  }
  .banner-advs-style6:hover .banner-info .link-button1{
      margin-top: 33px;
      opacity: 1;
      height: 45px;
  }
  .padding-left45{
      padding-left: 45px;
  }
  .padding-right45{
      padding-right: 45px;
  }
  .box-banner1-home2 .banner-advs{
      margin-bottom: 30px;
  }
  .service-list-style5 .title{
      position: relative;
      margin-top: 107px;
  }
  .service-list-style5 .title:before{
      position: absolute;
      content: '';
      height: 5px;
      width: 80px;
      top: -45px;
      background: #becfc7;
      margin: auto;
      left: 0;
      right: 0;
  }
  .service-list-style5 .service-content{
      margin-top: 30px;
  }
  .box-service-home2 .service-list-style5{
      margin-bottom: 30px;
  }
  .box-service-home2,.box-banner1-home2{
      margin-bottom: 120px;
  }
  .box-service-home2,.box-product-home2{
      padding-left: 260px;
      padding-right: 260px;
  }
  .box-service-home2 .vc_column_container>.vc_column-inner {
      padding-left: 35px;
      padding-right: 35px;
  }
  .vc_row.box-service-home2 {
      margin-left: -35px;
      margin-right: -35px;
  }
  .item-product-grid-style2 .product-thumb{
      padding: 10px;
      background: #fff;
  }
  .item-product-grid-style2 .product-price-title{
      position: absolute;
      bottom: 10px;
      left: 10px;
      right: 10px;
      padding: 30px;
      padding-bottom: 27px;
      z-index: 1;
  }
  .item-product-grid-style2 .product-thumb-link:before{
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      top: 50%;
      background: rgb(0,0,0);
      background:linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0,0,0,0)50%);
      z-index: 1;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .item-product-grid-style2:hover .product-thumb-link:before{
      top: 0;
      background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  }
  .item-product-grid-style2 .product-price > span,
  .item-product-grid-style2 .product-price del,
  .item-product-grid-style2 .product-price ins{
    color: #fff;
  }
  .item-product-grid-style2 .product-price {
      margin-bottom: 0px;
  }
  .item-product-grid-style2 .addcart-link i {
      margin-left: 0px;
  }
  .item-product-grid-style2 .product-extra-link{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      height: 0px;
      text-align: center;
      display: inline-block;
      opacity: 0;
      z-index: 1;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .item-product-grid-style2:hover .product-extra-link{
      opacity: 1;
      height: 40px;
  }
  .item-product-grid-style2 .product-extra-link a {
      display: inline-block;
      height: 40px;
      line-height: 43px;
      width: 40px;
      border: none;
      border-radius: 50%;
      background: #fff;
      padding: 0px;
      color: #303030;
      font-size: 18px;
      margin: 0px 5px;
      position: relative;
  }
  .item-product-grid-style2 .product-extra-link a:hover {
      background: #fff;
      color: #53ac82;
  }
  /*
  .item-product-grid-style2 .product-extra-link a.addcart-link:before{
      content: "\e74d";
      font-family: "Linearicons"!important;
      height: 40px;
      line-height: 43px;
      width: 40px;
      border-radius: 50%;
      background: #fff;
      padding: 0px;
      color: #53ac82;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      opacity: 0;
  }
  .item-product-grid-style2 .product-extra-link a.wishlist-link:before{
      content: "\e68c";
      font-family: "Linearicons"!important;
      height: 40px;
      line-height: 43px;
      width: 40px;
      border-radius: 50%;
      background: #fff;
      padding: 0px;
      color: #53ac82;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      opacity: 0;
  }
  .item-product-grid-style2 .product-extra-link a.product-quick-view:before{
      content: "\e6a5";
      font-family: "Linearicons"!important;
      height: 40px;
      line-height: 43px;
      width: 40px;
      border-radius: 50%;
      background: #fff;
      padding: 0px;
      color: #53ac82;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      opacity: 0;
  }
  
  .item-product-grid-style2 .product-extra-link a.addcart-link:hover:before,
  .item-product-grid-style2 .product-extra-link a.product-quick-view:hover:before,
  .item-product-grid-style2 .product-extra-link a.wishlist-link:hover:before{
      opacity: 1;
      top: -40px;
  }*/
  .item-product-grid-style2 .product-label span.sale,
  .item-product-grid-style2 .product-label span.new
  {
      background: #fff;
      color: #303030;
      font-size: 12px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .item-product-grid-style2:hover .product-label span.sale,
  .item-product-grid-style2:hover .product-label span.new
  {
      opacity: 0;
  }
  .item-product-grid-style2 .product-thumb .product-label {
      top: 20px;
      right: 20px;
      left: 20px;
  }
  .box-product-home2 {
    background: #ddd4cf;
  }
  .box-product-home2 .vc_column_container>.vc_column-inner {
      padding-left: 20px;
      padding-right: 20px;
  }
  .box-product-home2 .vc_row {
      margin-left: -20px;
      margin-right: -20px;
  }
  .box-product-home2 .product-grid-view .item-product {
      margin-bottom: 40px;
  }
  .box-banner2-home2{
      text-transform: uppercase;
      padding: 10px;
      background: #fff;
  }
  .sale-up .title120 {
      text-shadow: 3px 0 0 #fff, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
  }
  .sale-up span {
      display: inline-block;
  }
  .sale-up .title30 {
      line-height: 30px;
      position: absolute;
      top: -15px;
      right: 100%;
      margin-right: 5px;
  }
  .sale-up .title36{
      position: absolute;
      bottom: 0;
  }
  .sale-up .title60{
      position: absolute;
      top: 0;
  }
  .sale-up{
      position: relative;
      display: inline-block;
  }
  .view-all-shop-home2{
      margin-top: 70px;
  }
  .view-all-shop-home2 p{
      display: inline-block;
      background: #fff;
  }
  .box-product-home2{
      padding-top: 150px;
      padding-bottom: 150px;
  }
  .box-product-home2 .box-title-page2,
  .box-testimonalis-home2 .box-title-page2,
  .box-post-home2 .box-title-page2
  {
      margin-bottom: 65px;
  }
  .box-testimonalis-home2 .box-title-page2 .title:before{
      background: #fff;
  }
  .box-product-home2 .box-title-page2 .title:before {
      background: #fff;
  }
  .item-grid-post-style3 .post-info{
      padding-left: 50px;
      margin-top: auto;
      margin-bottom: auto;
  }
  .item-grid-post-style3 >div{
      width: 50%;
  }
  .list-col-item:nth-child(2n) .item-grid-post-style3 .post-thumb {
      order: 1;
  }
  .list-col-item:nth-child(2n) .item-grid-post-style3 .post-info {
      padding-left: 0px;
      padding-right: 50px;
  }
  .item-grid-post-style3 .post-meta-data2 {
      margin-top: 10px;
      margin-bottom: 18px;
  }
  .item-grid-post-style3 .link-button1 {
      margin-top: 35px;
  }
  .item-grid-post-style3 .title-post {
      line-height: 34px;
  }
  .box-post-home2{
      padding: 150px 280px;
  }
  .box-testimonalis-home2{
      padding-top: 150px;
      padding-bottom: 150px;
      margin-bottom: 150px;
      background-size: cover;
      background-attachment: fixed;
  }
  .item-testimonial-style1 .testimonial-thumb{
      width: 70px;
      height: 70px;
      display: inline-block;
      border: 5px solid #fff;
      margin-bottom: 35px;
  }
  .item-testimonial-style1 .testimonial-thumb{
      width: 70px;
      height: 70px;
      display: inline-block;
      border: 5px solid #fff;
      margin-bottom: 35px;
  }
  .item-testimonial-style1 .testimonial-info h3{
     position: relative;
      margin-top: 82px;
  }
  .item-testimonial-style1 .testimonial-info h3:before{
      content: '';
      height: 1px;
      width: 100px;
      background: #becfc7;
      position: absolute;
      left: 0;
      right: 0;
      margin-right: auto;
      margin-left: auto;
      top: -40px;
  }
  .box-testimonalis-home2 .color-title{
      color: #fff;
  }
  .box-testimonalis-home2 .group-navi .owl-nav {
      position: absolute;
      right: 15px;
      top: 35px;
      width: 220px;
      margin: auto;
      left: 15px;
  }
  .box-testimonalis-home2 .banner-slider .owl-theme.group-navi .owl-nav button.owl-next {
      right: 0px;
      background: transparent;
      border: none;
  }
  .box-testimonalis-home2 .banner-slider .owl-theme.group-navi .owl-nav button.owl-prev {
      left: 0px;
      background: transparent;
      border: none;
  }
  .box-testimonalis-home2 .owl-carousel .owl-nav button.owl-prev i,
  .box-testimonalis-home2 .owl-carousel .owl-nav button.owl-next i{
      background: transparent;
      border: none;
      color: #fff;
  }
  .box-testimonalis-home2 .owl-carousel .owl-nav button.owl-prev:hover,
  .box-testimonalis-home2 .owl-carousel .owl-nav button.owl-next:hover{
      box-shadow: none;
  }
  .box-testimonalis-home2 .testimonial-content{
     max-width: 970px;
      margin: auto;
      font-size: 18px;
  }
  .box-contact-home2{
      padding: 0px 265px;
      margin-bottom: 150px;
  }
  .banner-contact-home2{
      border: 30px solid #ddd4cf;
      padding: 30px;
  }
  .banner-contact-home2 .banner-info>h3{
      display: inline-block;
      margin-bottom: 30px;
      background: #fff;
      padding: 23px 30px;
  }
  .box-contact-home2 .element-service-style2{
     margin-top: 70px;
  }
  
  .box-contact-home2 .left .wpb_wrapper{
      margin-right: 140px;
  }
  .box-contact-home2 .service-list-style2:before{
      content: '';
      width: 100px;
      line-height: 100px;
      height: 100px;
      display: inline-block;
      border-radius: 50%;
      background: #ddd4cf;
      z-index: -2;
      position: absolute;
      right: 0;
      top: 4px;
      opacity: 0;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .box-contact-home2 .service-list-style2:hover:before,
  .box-contact-home2 .service-list-style2.active-hover:before
  {
      width: 120px;
      height: 120px;
      right: -50px;
      top: -6px;
      opacity: 1;
  }
  .service-list-style2:hover .color-title{
      color: #53ac82;
  }
  .box-contact-home2 .service-list-style2 .hinhtron{
      width: 120px;
      height: 120px;
      display: inline-block;
      border-radius: 50%;
      background: #ddd4cf;
      z-index: -3;
      position: absolute;
      right: -50px;
      top: -6px!important;
  }
  .box-banner-dowload-home2{
      background-size: cover;
      background-attachment: fixed;
      padding-top: 200px;
      padding-bottom: 200px;
      margin-bottom: 150px;
      text-align: center;
  }
  .box-banner-dowload-home2 .element-text-block  {
      display: inline-block;
      background: rgba(0, 0, 0, 0.4);
      padding: 80px;
      border: 5px solid #fff;
  }
  .box-banner-dowload-home2 .element-text-block h3{
      margin-bottom: 30px;
  }
  .box-banner-dowload-home2 .element-text-block .button-dowload{
      margin-top: 40px;
  }
  .box-banner-dowload-home2 .element-text-block .button-dowload a{
      min-width: 260px;
      height: 55px;
      line-height: 53px;
      margin-right: 10px;
      letter-spacing: 2px;
  }
  .box-banner-dowload-home2 .element-text-block .button-dowload a:last-child{
      margin-right: 0px;
  }
  .box-banner-dowload-home2 .element-text-block .button-dowload .link-button1{
      background: #53ac82;
      color: #fff;
      border-color: #fff;
  
  }
  .link-button2{
      font-family: 'Playfair Display';
      background: #fff;
      color: #303030;
      padding: 5px;
      height: 55px;
      line-height: 53px;
      display: inline-block;
      text-transform: uppercase;
      font-weight: 700;
      text-align: center;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      font-size: 12px;
      letter-spacing: 2px;
  }
  .link-button2:hover{
      background: #53ac82;
      color: #fff;
  }
  .link-button2:hover span{
      border-color: #fff;
  }
  .link-button2 span{
      display: block;
      border: 2px solid #becfc7;
      padding: 0px 25px;
      line-height: 42px;
  }
  
  .link-button3{
      font-family: 'Playfair Display';
      background: #53ac82;
      color: #303030;
      padding: 0px 30px;
      height: 45px;
      line-height: 45px;
      display: inline-block;
      text-transform: uppercase;
      font-weight: 700;
      text-align: center;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      font-size: 12px;
      letter-spacing: 2px;
  }
  .link-button3:hover{
      background: #53ac82;
      color: #fff;
  }
  .link-button4{
     height: 60px;
      line-height: 60px!important;
      min-width: 170px;
      padding: 0px 25px!important;
      border: none;
      border-radius: 30px!important;
      color: #303030;
      background: #fff;
      font-family: 'Poppins';
      display: inline-block;
      text-align: center!important;
      text-transform: uppercase;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 1px;
  }
  .link-button4:hover{
      background: #53ac82;
      color: #fff;
      box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.2);
  }
  .link-button5{
    height: 60px;
      line-height: 60px!important;
      min-width: 170px;
      padding: 0px 25px!important;
      border: 2px solid #53ac82!important;
      border-radius: 30px!important;
      color: #53ac82;
      font-family: 'Poppins';
      display: inline-block;
      text-align: center!important;
      letter-spacing: 1px!important;
      text-transform: uppercase;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      font-size: 16px;
  }
  .link-button5:hover{
      color: #fff;
      background: #53ac82;
      box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.2);
  }
  
  .link-button6{
      font-family: 'Playfair Display';
      background: #fff;
      color: #303030;
      padding: 0px 30px;
      height: 40px;
      line-height: 40px;
      display: inline-block;
      text-transform: uppercase;
      text-align: center;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      font-size: 12px;
      letter-spacing: 2px;
      border:1px solid #303030;
      cursor: pointer;
  }
  .box-banner-dowload-home2 .element-text-block .button-dowload .link-button1:hover{
      background: #fff;
      color: #53ac82;
      border-color: #53ac82;
  }
  .box-wellness{
      padding: 115px 100px 320px;
      background-position: center;
      background-size: cover;
      margin-left: 60px;
      margin-right: 60px;
      margin-bottom: 150px;
  }
  .box-wellness .syptop-checker{
      margin-top: 135px;
      max-width: 470px;
  }
  .box-wellness .box-title-page{
      max-width: 430px;
  }
  .syptop-checker h3{
      margin-bottom: 40px;
  }
  .syptop-checker .link-button2{
      margin-top: 45px;
  }
  .box-instagram-home2{
      padding-left: 45px;
      padding-right: 45px;
  }
  .instagram-box.default .instagram-col4 li{
      max-width: 25%;
      width: 100%;
      margin: 0px;
      padding: 0.5px;
  }
  .instagram-box.default .instagram-col3 li{
      max-width: 33.3333%;
      width: 100%;
      margin: 0px;
      padding: 0.5px;
  }
  .instagram-box.default .instagram-col6 li{
      max-width: 16.6666666%;
      width: 100%;
      margin: 0px;
      padding: 0.5px;
  }
  .instagram-box.default .follow-instagram li img{
      width: 100%;
  }
  .instagram-box.default .instagram-text-follow{
      top: auto;
      background: transparent;
      padding: 15px 20px;
  }
  .instagram-box.default a:before{
      content:'';
      position: absolute;
      top: 50%;
      left: 0;
      bottom: 0;
      right: 0;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 50%);
      opacity: 0;
  }
  .instagram-box.default a:hover:before{
     opacity: 1;
  }
  .box-instagram-home2 .instagram-box.default .follow-instagram li img{
  max-height: 292px;
  }
  .box-brand-home2 .banner-advs  {
      margin: 0px 40px;
  }
  .box-brand-home2 {
      padding: 0px 90px;
      margin-bottom: 150px;
  }
  .box-instagram-home2{
      margin-bottom: 150px;
  }
  .mailchimp-style2 .mc4wp-form-fields{
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      border: 1px solid #53ac82;
  }
  .maichimp-home2 .form-newsletter{
      margin: auto;
      max-width:100%;
  }
  .mailchimp-style2 input[type="email"] {
      height: 50px;
      width: 100%;
  }
  .maichimp-home2{
      padding-top: 150px;
      padding-bottom: 150px;
      background-attachment: fixed;
      background-size: cover;
  }
  .mailchimp-style2 button[type=submit] {
      font-size: 12px;
      font-family: 'Playfair Display';
      font-weight: 700;
      text-transform: uppercase;
      padding: 0px 45px;
      color: #303030;
      position: relative;
      background: #fff;
      border: none;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .mailchimp-style2 button[type=submit]:hover {
      background: #53ac82;
      color: #fff;
  
  }
  .mailchimp-style2 button[type=submit]:hover:before {
      border-color: #53ac82;
  }
  .mailchimp-style2 button[type=submit]:before {
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      content: '';
      border: 2px solid #becfc7;
      position: absolute;
      left: 5px;
      right: 5px;
      top: 5px;
      bottom: 5px;
  }
  .maichimp-home2 .mailchimp-style2 input[type="email"]::-webkit-input-placeholder
  {
      color: #fff;
  }
  .maichimp-home2 .mailchimp-style2 input[type="email"]::-moz-placeholder
  {
      color: #fff;
  }
  .maichimp-home2 .mailchimp-style2 input[type="email"]:-moz-placeholder
  {
      color: #fff;
  }
  .maichimp-home2 .mailchimp-style2 .mc4wp-form-fields {
      border-color:#fff;
  }
  .maichimp-home2 .box-title-page2 .title:before{
      background: #fff;
  }
  .maichimp-home2 .box-title-page2 {
      margin-bottom: 45px;
  }
  .maichimp-home2 .mailchimp-style2 {
      margin-bottom: 60px;
  }
  .maichimp-home2 .social-list-style2 a {
      color: #fff;
  }
  .maichimp-home2 .social-list-style2{
      margin-top: 20px;
  }
  .main-footer2,.bottom-footer2{
      padding: 0px 45px;
  }
  .main-footer2 .link-bottom-footer{
      text-align: center;
      margin-top: 60px;
  }
  .main-footer2 .logo-lotusgreen{
      margin-top: 17px;
  }
  .main-footer2 .brand-footer{
      margin-top: 50px;
  }
  .main-footer2{
      margin-bottom: 34px;
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 20px;
  }
  .bottom-footer2 .element-text-block  {
      margin-bottom: 30px;
  }
  .text-content-product-s2 .element-text-block h3{
      margin-bottom: 30px;
      text-transform: uppercase;
  }
  .text-content-product-s2 .element-text-block p{
      margin-bottom: 15px;
  }
  .text-content-product-s2 .element-text-block{
      padding-right: 20px;
      margin-right: 80px;
  }
  .text-content-product-s2 .banner-advs{
      margin-left: -80px;
  }
  .text-content-product-s2 .element-text-block p.desc-line{
      margin-bottom: 30px;
  }
  .text-content-product-s2 .desc-line{
     padding-left: 120px;
      position: relative;
  }
  .text-content-product-s2 .desc-line:before {
      content: '';
      height: 1px;
      width: 100px;
      background: #53ac82;
      left: 0px;
      position: absolute;
      top: 15px;
  }
  .sevice-single-post2 .service-list-style3 .icon-link{
      border: none;
  }
  .sevice-single-post2 .service-list-style3 .icon-link:hover{
      background: transparent;
  }
  .sevice-single-post2 .service-list-style3 .icon-link {
      margin-bottom: 30px;
  }
  .box-why-soy-post h3{
      margin-bottom: 35px;
  }
  .box-why-soy-post .text-content-post {
      margin-bottom: 30px;
  }
  .box-why-soy-post{
      margin-bottom: 80px;
  }
  .sevice-single-post2 .element-text-block h3{
      margin-bottom: 65px;
  }
  .sevice-single-post2 .service-list-style3{
      margin-bottom: 35px;
  }
  .box-our-diff{
      padding-top: 150px;
      padding-bottom: 150px;
      margin-top: 95px;
      margin-bottom: 95px;
      background-size: cover;
      background-attachment: fixed;
  }
  .box-our-diff h3{
      margin-bottom: 35px;
  }
  .box-our-diff .text-content-post{
      font-size: 18px;
      font-style: italic;
  }
  .box-instagram-home2 .banner-advs .box-title-page2{
      display: inline-block;
      width: 330px;
      background: #53ac82;
      position: relative;
      padding-bottom: 50px;
  }
  .box-instagram-home2 .box-title-page2 .title:before{
      background: #fff;
  }
  .box-instagram-home2 .box-title-page2 .icon-instagram{
      position: absolute;
      font-size: 60px;
      color: #fff;
      left: 0;
      right: 0;
      bottom: -30px;
  }
  .element-categories-box-style4{
      padding-top: 30px;
     padding-left: 30px;
  }
  .element-categories-box-style4 .desc-thumb-cate{
      position: relative;
  }
  .element-categories-box-style4:before{
      position: absolute;
      left: 30px;
      top: -30px;
      right: 100px;
      bottom: 240px;
      content: '';
      background: #becfc7;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .element-categories-box-style4 .desc-thumb-cate .desc{
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: auto;
      padding: 30px 50px;
      margin-bottom: 0px;
      color: #fff;
      opacity: 0;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      z-index: 2;
  }
  .element-categories-box-style4 .desc-thumb-cate .adv-thumb-link:before{
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      background: rgb(0,0,0);
      background:linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0,0,0,0) 100%);
      opacity: 0;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      z-index: 1;
  }
  .element-categories-box-style4:hover .desc-thumb-cate .adv-thumb-link:before{
      opacity: 1;
  }/*
  .box-category-home2 .banner-slider .cuoi .desc-thumb-cate .desc,
  .box-category-home2 .banner-slider .dau .desc-thumb-cate .desc,
  .box-category-home2 .banner-slider .cuoi .element-categories-box-style4 .desc-thumb-cate .thumb-cate:before,
  .box-category-home2 .banner-slider .dau .element-categories-box-style4 .desc-thumb-cate .thumb-cate:before
  {
      opacity: 0;
  }*/
  .element-categories-box-style4:hover .desc-thumb-cate .desc
  /*.box-category-home2 .banner-slider .desc-thumb-cate .desc,
  .box-category-home2 .banner-slider .element-categories-box-style4 .desc-thumb-cate .thumb-cate:before*/
  {
      opacity: 1;
  }
  .element-categories-box-style4 .info-cate h3{
      position: relative;
      text-transform: uppercase;
  }
  .element-categories-box-style4 .info-cate h3:before{
      content: '';
      width: 50px;
      height: 3px;
      background: #becfc7;
      display: block;
      margin-top: 30px;
      margin-bottom: 50px;
  }
  .element-categories-box-style4 .info-cate .sum-count-cart{
      margin-top: 12px;
      display: inline-block;
  }
  .box-category-home2 .element-categories-box-style4{
      margin: 0px 30px;
  }
  .box-category-home2 .banner-slider  {
      margin: 0px -30px;
  }
  .element-categories-box-style4 .item-on-hover{
      top:0!important;
      left:0!important;
  }
  .box-category-home2 .banner-slider .dau .element-categories-box-style4:before,
  .box-category-home2 .banner-slider .cuoi .element-categories-box-style4:before
  {
     background: #ddd4cf;
  }
  .box-category-home2 .banner-slider:hover .owl-theme .owl-nav button.owl-next {
      right: 190px;
  }
  .box-category-home2 .banner-slider:hover .owl-theme .owl-nav button.owl-prev {
      left: 190px;
  }
  .box-category-home2 .owl-carousel .owl-nav button.owl-prev, .box-category-home2 .owl-carousel .owl-nav button.owl-next{
      top:40%;
  }
  .box-category-home2 .box-title-page2 {
   margin-bottom: 65px;
  }
  .box-category-home2 {
   margin-bottom: 140px;
  }
  .box-hover-dir > .descs {
      top: 100%;
      height: 100%;
      position: absolute;
      width: 100%;
      transition: all 0.5s ease-out 0s !important;
      -webkit-transition: all 0.5s ease-out 0s !important;
  }
  .mega-list-cat .chua-co a{
      cursor: not-allowed;
      opacity: .5;
  }
  .main-header3 .main-nav > ul > li > a,
  .main-header3 .box-account-search-cart >div>a{
      color: #fff;
  }
  .main-header3.fixed-header .main-nav > ul > li > a,
  .main-header3.fixed-header .text-lotusgreen,
  .main-header3.fixed-header .box-account-search-cart >div>a{
      color: #303030;
  }
  .main-header3.fixed-header .box-account-search-cart >div>a.mini-cart-link{
      color: #fff;
  }
  .main-header3{
      padding-top: 35px;
  }
  .main-header3.fixed-header{
      padding-top: 0px;
  }
  .banner-slider-home12,
  .banner-slider-home3{
      margin-top: -121px;
      margin-bottom: 150px;
  }
  .banner-slider-home12 .banner-slider .banner-info,
  .banner-slider-home3 .banner-slider .banner-info{
      text-align: center;
      transform: scale(0);
      transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
  }
  .banner-slider-home12 .banner-slider .owl-item.active .banner-info,
  .banner-slider-home3 .banner-slider .owl-item.active .banner-info{
    transform: scale(1);
}
.banner-slider-home12 .banner-slider .banner-info .title,
  .banner-slider-home3 .banner-slider .banner-info .title{
      color: #ffffff;
      text-transform: uppercase;
      font-family: 'Playfair Display';
      font-size: 69px;
  }
  .banner-slider-home12 .banner-slider .banner-info .title3,
  .banner-slider-home3 .banner-slider .banner-info .title3{
        font-size: 46px;
        margin-top: -15px;
    }
    .banner-slider-home12 .banner-slider .banner-info .title1,
    .banner-slider-home3 .banner-slider .banner-info .title1{
        font-size: 26px;
        color: #fcff20;
        text-transform: capitalize;
        font-family: "Dancing Script";
        position: relative;
        padding-bottom: 15px;
    }
    .banner-slider-home12 .banner-slider .banner-info .title1::after,
    .banner-slider-home3 .banner-slider .banner-info .title1::after{
        content: "";
        position: absolute;
        height: 3px;
        width: 50px;
        background: #ffffff;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    .banner-slider-home12 .banner-slider .banner-info .link-button1,
    .banner-slider-home3 .banner-slider .banner-info .link-button1{
        margin-top: 30px;
    }
  .line-title-slider:before {
      content: '';
      height: 5px;
      width: 80px;
      background: #fff;
      display: block;
      margin-bottom: 35px;
      margin-left: auto;
      margin-right: auto;
  }
  .shop-show-sidebar .vc_col-sm-8 .wpb_wrapper{
      padding-left: 30px;
  }
  .mini-cart2 .mini-cart-link .mini-cart-number {
      position: absolute;
      top: -16px;
      right: 1px;
      width: 20px;
      text-align: center;
  }
  .mini-cart2 .mini-cart-icon:before{
      content: '';
      background: #53ac82;
      border-radius: 50%;
      height: 60px;
      width: 60px;
      display: inline-block;
      position: absolute;
      z-index: -1;
      left: -17px;
      top: -20px;
  }
  .mini-cart2 .mini-cart-icon{
      line-height: 24px;
  }
  .main-header3 .box-account-search-cart >div>a{
      margin: 0px 17px;
  }
  .main-header3 .box-account-search-cart {
      margin: 0px 2px;
  }
  .main-header3 .box-account-search-cart >div>a {
      line-height: 88px;
  }
  .service-list-style6 .icon-link{
      height: 93px;
      width: 93px;
      background-repeat: no-repeat;
      text-align: center;
      line-height: 105px;
      font-size: 36px;
      background-position: center top;
      position: absolute;
      left: 0;
      top: -5px;
  }
  .service-list-style6 .icon-link:hover{
      color: #fff;
  }
  .service-list-style6 {
      position: relative;
      padding-left: 120px;
  }
  .service-list-style6:hover .title a{
      color: #53ac82;
  }
  .service-list-style6 .info-service .title{
      margin-bottom: 20px;
  }
  .box-service-home3 .service-list-style6{
      margin-bottom: 30px;
  }
  .box-service-home3{
      padding-left: 190px;
      padding-right: 190px;
      margin-bottom: 115px;
  }
  .box-service-home3 .banner-slider .owl-item {
      padding-left: 50px;
      padding-right: 50px;
  }
  .tab-7up-style2 .title-tab > li{
      margin: 0 20px;
  }
  .tab-7up-style2 .nav-tabs>li>a{
      margin: 0px;
      padding:0px;
      border: none;
      text-align: center;
      font-family: 'Playfair Display';
      font-size: 14px;
      color: #303030;
  
  }
  .tab-7up-style2 .nav-tabs>li.active>a, .tab-7up-style2 .nav-tabs>li.active>a:focus, .tab-7up-style2 .nav-tabs>li.active>a:hover
  .tab-7up-style2 .nav>li>a:focus, .tab-7up-style2 .nav>li>a:hover{
      border: none;
      color:#53ac82;
      background: transparent;
  }
  .tab-7up-style2 .nav-tabs>li>a span{
      font-size: 24px;
      margin-bottom: 5px;
      display: block;
      height: 40px;
      width: 40px;
      background: #f4f4f4;
      border-radius: 50%;
      line-height: 40px;
      color: #53ac82;
      margin-left: auto;
      margin-right: auto;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .tab-7up-style2 .nav-tabs>li.active>a span{
      background: #53ac82;
      color: #fff;
  }
  .tab-7up-style2 .title-tab{
      display: inline-block;
  }
  .tab-7up-style2 .tab-header{
      margin-bottom: 45px;
  }
  
  
  .item-product-grid-style4 .product-thumb-link:before{
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      top: 100%;
      background: rgb(0,0,0);
      background:linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,0)50%);
      z-index: 1;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      opacity: 0;
  }
  .item-product-grid-style4:hover .product-thumb-link:before{
      top: 0;
      opacity: 1;
      background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  }
  .item-product-grid-style4 .addcart-link i {
      margin-left: 0px;
  }
  .item-product-grid-style4 .product-extra-link{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      height: 0px;
      text-align: center;
      display: inline-block;
      opacity: 0;
      z-index: 1;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .item-product-grid-style4:hover .product-extra-link{
      opacity: 1;
      height: 40px;
  }
  .item-product-grid-style4 .product-extra-link a {
      display: inline-block;
      height: 40px;
      line-height: 43px;
      width: 40px;
      border: none;
      border-radius: 50%;
      background: #fff;
      padding: 0px;
      color: #303030;
      font-size: 18px;
      margin: 0px 5px;
      position: relative;
  }
  .item-product-grid-style4 .product-extra-link a:hover {
      background: #fff;
      color: #53ac82;
  }
  .item-product-grid-style4 .price-unit .product-price{
      display: inline-block;
      margin-bottom: 0px;
  }
  .item-product-grid-style4 .product-thumb {
      border: none;
  }
  .item-product-grid-style4 .product-info {
      padding-top: 25px;
  }
  .item-product-grid-style4  {
      position: relative;
  }
  .item-product-grid-style4 .product-label .sale
  {
      position: absolute;
      left: auto;
      right: -10px;
      top: 0;
      z-index: 3;
      min-width: 80px;
      height: 60px;
      line-height: 60px;
      color: #303030;
      font-size: 18px;
      font-weight: 700;
      font-family: 'Playfair Display';
      background: #fff250;
      box-shadow: -3px 3px 8px -3px rgba(0, 0, 0, 0.2);
  }
  .item-product-grid-style5 .product-label .sale
  {
      position: absolute;
      left: auto;
      text-align: center;
      right: -10px;
      top: -1px;
      z-index: 3;
      min-width: 80px;
      height: 40px;
      line-height: 40px;
      color: #303030;
      font-size: 18px;
      font-weight: 700;
      font-family: 'Playfair Display';
      background: #fff250;
      box-shadow: -3px 3px 8px -3px rgba(0, 0, 0, 0.2);
  }
  .item-product-grid-style4 .product-label .sale:before
  {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: 10px solid #333;
      margin: 0 auto;
      border-top-width: 0;
      border-bottom-color: transparent;
      border-right-color: transparent;
      position: absolute;
      right: -10px;
      top: 60px;
  }
  .item-product-grid-style5 .product-label .sale:before
  {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: 10px solid #333;
      margin: 0 auto;
      border-top-width: 0;
      border-bottom-color: transparent;
      border-right-color: transparent;
      position: absolute;
      right: -10px;
      top: 40px;
  }
  .item-product-grid-style4 .product-label .new
  {
      position: absolute;
      right: auto;
      left: -10px;
      top: 0;
      z-index: 3;
      min-width: 80px;
      height: 60px;
      line-height: 60px;
      color: #303030;
      font-size: 18px;
      font-weight: 700;
      font-family: 'Playfair Display';
      box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.2);
      text-transform: capitalize;
      background: #ff8a8a;
  }
  .item-product-grid-style5 .product-label .new
  {
      text-align: center;
      position: absolute;
      right: auto;
      left: -10px;
      top: -1px;
      z-index: 3;
      min-width: 80px;
      height: 40px;
      line-height: 40px;
      color: #303030;
      font-size: 18px;
      font-weight: 700;
      font-family: 'Playfair Display';
      box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.2);
      text-transform: capitalize;
      background: #ff8a8a;
  }
  .item-product-grid-style4 .product-label .new:before
  {
  
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: 10px solid #333;
      margin: 0 auto;
      border-top-width: 0;
      border-bottom-color: transparent;
      border-left-color: transparent;
      position: absolute;
      left: -10px;
      top: 60px;
  }
  .item-product-grid-style5 .product-label .new:before
  {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: 10px solid #333;
      margin: 0 auto;
      border-top-width: 0;
      border-bottom-color: transparent;
      border-left-color: transparent;
      position: absolute;
      left: -10px;
      top: 40px;
  }
  .margin-bottom70{
      margin-bottom: 70px;
  }
  .margin-bottom150{
      margin-bottom: 150px;
  }
  .box-product-tab-home3{
      margin-bottom: 150px;
  }
  #pie_chart_js{
      height: 500px;
  }
  .countdown-style-item-product2 .number
  {
      display: block;
      font-family: 'Playfair Display';
      font-size: 18px;
      font-weight: 700;
  }
  .countdown-style-item-product2 .text
  {
      font-size: 9px;
      display: block;
  }
  .countdown-style-item-product2 .text:before{
      content: '';
      height: 1px;
      width: 30px;
      background: #53AC82;
      display: block;
      margin: auto;
      margin-top: 5px;
      margin-bottom: 2px;
  
  }
  .countdown-style-item-product2
  {
      align-items: center;
      justify-content: center;
      position: absolute;
      bottom: 15px;
      left: 0;
      right: 0;
      z-index: 1;
  }
  .countdown-style-item-product2 .clock
  {
      background: #eaf4ff;
      margin-right: 5px;
      border: 3px solid #fff;
      border-radius: 3px;
      min-width: 60px;
      padding-top: 12px;
      padding-bottom: 5px;
  }
  .countdown-style-item-product2 .clock:last-child
  {
      margin-right: 0px;
  }
  .box-product-discount-home3 .product-loadmore{
      margin-top: 0px;
  }
  .box-product-discount-home3,
  .box-contact-banner-home3,
  .box-service3-home3,
  .box-post-home3
  {
      margin-bottom: 150px;
  }
  .box-banner-service-home3 .element-service- .icon-link img{
      margin-top: -10px;
  }
  .box-banner-service-home3 .element-service-{
      margin-bottom: 100px;
      margin-left: 80px;
  }
  .box-banner-service-home3{
      background: #fafcfa;
  }
  .box-service2-home3 >.vc_column-inner>.wpb_wrapper{
      margin-right: 80px;
  }
  .box-service2-home3 .box-title-page2,
  .box-contact-home3 .box-title-page2
  {
      margin-bottom: 100px;
  }
  .box-contact-home3 input,
  .box-contact-home3 select
  {
      width: 100%;
      margin-bottom: 20px;
      border-color: #becfc7;
  }
  .box-contact-home3 p{
      margin-bottom: 0px;
  }
  .box-contact-home3 .wpb_wrapper{
      padding-left: 120px;
      padding-right: 120px;  }
  
  .box-contact-home3 .email-phone .col{
      padding-left: 5px;
      padding-right: 5px;
  }
  .box-contact-home3 .email-phone{
     margin-right: -5px;
     margin-left: -5px;
  }
  .box-contact-home3 .product-kg select{
      margin-bottom: -1px;
  }
  .box-contact-home3 .product-kg select[name="product1"],
  .box-contact-home3 .product-kg select[name="product2"]
  {
      border-right: none;
  }
  .box-contact-home3 .product-kg select{
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: '';
  }
  .box-contact-home3 .product-kg .wpcf7-form-control-wrap{
      position: relative;
  }
  .box-contact-home3 .product-kg .wpcf7-form-control-wrap:after{
      content: "\e93a";
      font-family: "Linearicons";
      display: inline-block;
      font-weight: 400;
      font-size: 14px;
      position: absolute;
      right: 20px;
      top: -2px;
  }
  .box-contact-home3 .product-kg{
      margin-right: -0.5px;
     margin-left: 0px;
  }
  .box-contact-home3 .product-kg .col{
      padding-left: 0px;
      padding-right: 0px;
  }
  .box-contact-home3 .wpcf7-submit{
      display: inline-block;
      max-width: 250px;
      background: #53ac82;
      height: 45px;
      line-height: 45px;
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      font-family: 'Playfair Display';
      margin-bottom: 0px;
      margin-top: 30px;
      letter-spacing: 1px;
      border: 1px solid #53ac82;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .box-contact-home3 .wpcf7-submit:hover{
      background: #fff;
      color: #303030;
  }
  .box-contact-banner-home3 .title-order{
      background: #fff;
      padding: 13px 20px;
      border: 1px solid #becfc7;
      border-bottom: none;
  }
  .service-list-style8 .banner-advs{
      margin-left: 32px;
      margin-right: 32px;
  }
  .service-list-style8 .icon-link{
      background: #53ac82;
      width: 70px;
      display: inline-block;
      text-align: center;
      height: 70px;
      line-height: 77px;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 0px;
  }
  .service-list-style8:hover .icon-link,
  .service-list-style8 .icon-link:hover
  {
      background: #ffefd6;
      color: #53ac82;
  }
  .service-list-style8:hover .info-service> .title a{
      color: #53ac82;
  }
  .service-list-style8 {
      position: relative;
      padding-left: 110px;
  }
  .service-list-style8 .info-service> .title{
      margin-bottom: 30px;
      position: relative;
  }
  .service-list-style8 .info-service> .title:after{
      content: '';
      height: 1px;
      width: 30px;
      background: #53ac82;
      position: absolute;
      bottom: -19px;
      left: 0;
  }
  .service-list-style8.service-rtl .icon-link{
      left: auto;
      right: 0;
  }
  .service-list-style8.service-rtl .info-service{
     text-align: right;
  }
  .service-list-style8.service-rtl {
      padding-left: 0px;
      padding-right: 110px;
  }
  .service-list-style8.service-rtl .info-service> .title:after {
      left: auto;
      right: 0;
  }
  .box-service3-home3{
      padding-left: 220px;
      padding-right: 220px;
  }
  .box-service3-home3 .banner-advs{
      margin: 0px -41px;
  }
  .box-service3-home3 .wpb_wrapper{
      margin: auto;
  }
  .box-service3-home3 .service-list-style8{
      margin-bottom: 90px;
      margin-top: 50px;
  }
  .box-service3-home3 .service-list-style8:first-child{
      margin-top: 50px;
  }
  .box-service3-home3 .service-list-style8:last-child{
      margin-bottom: 0px;
  }
  .box-service3-home3 .banner-center{
      z-index: -1;
  }
  .box-service3-home3 .service-left .service-list-style8{
      margin-right: -20px;
  }
  .box-service3-home3 .service-right .service-list-style8{
      margin-left: -20px;
  }
  .box-post-home3 .list-post-wrap .wrap-item .item-post {
      padding: 0px 0.5px;
  }
  .box-post-home3 .list-post-wrap{
      margin-right: 0.5px;
      margin-left: 0.5px;
  }
  .box-post-home3 .item-grid-post-style1 .post-info{
      padding:0px 20px;
  }
  .box-post-home3 .item-grid-post-style1 {
      margin-bottom: 0px;
  }
  .service-list-style7 .circles-wrp:before{
      content: '';
      background: rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      position: absolute;
      left: 10px;
      top: 10px;
      right: 10px;
      bottom: 17px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .service-list-style7 .info-service{
      margin-top: 30px;
  }
  .service-list-style7 .info-service .title{
      margin-bottom: 17px;
  }
  .box-service1-home3{
      padding-top:150px;
      padding-bottom:150px;
      margin-bottom:150px;
      background-size: cover;
      background-attachment: fixed;
      background-position: center;
  }
  .box-service1-home3 .info-service .title a{
      color: #fff;
  }
  .box-service1-home3 .element-block-cover{
      margin-left: -60px;
      margin-right: -60px;
  }
  .box-service1-home3 .service-content{
      max-width: 230px;
      margin: auto;
  }
  .service-list-style7:hover .circles-wrp:before{
      background: rgba(0, 0, 0, 0.7)
  }/*
  .entry-content > div,
  .header-page,
  .footer-page,
  .main-wrap-shop > div,
  .list-product-wrap > div{
      opacity: 0;
  }
  div.section-active{
      opacity: 1;
      animation-name: fadeInOpacity;
      animation-iteration-count: 1;
      animation-timing-function: ease-in;
      animation-duration: 0.8s;
  }
  .entry-content > div.section-active{
      opacity: 1;
      animation-name: fadeInOpacity;
      animation-iteration-count: 1;
      animation-timing-function: ease-in;
      animation-duration: 0.8s;
  }
  
  @keyframes fadeInOpacity {
      0% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }*/
  .box-contact-home3 select,
  .box-contact-home3 input[type=password],
  .box-contact-home3 input[type=number],
  .box-contact-home3 input[type=email],
  .box-contact-home3 input[type=text] {
      height: 50px;
      line-height: 50px;
  }
  .row-banner1-home4 .left{
      padding-right: 25px!important;
  }
  .row-banner1-home4 .right{
      padding-left: 25px!important;
  }
  .row-banner1-home4 .left .wpb_column{
      padding-left: 7.5px!important;
      padding-right: 7.5px!important;
      margin-bottom: 15px;
  }
  .row-banner1-home4 .vc_inner{
      margin-left: -7.5px!important;
      margin-right: -7.5px!important;
  }
  .banner2-home4{
      text-align: center;
  }
  .banner2-home4 h3{
      text-transform: uppercase;
      background: #53ac82;
      padding: 30px 15px;
      margin-top: 15px;
  }
  .banner2-home4 p{
      margin-top: 20px;
  }
  .banner-advs-style7 .banner-info-style7 {
      width: 620px;
      background: #eee;
      height: 300px;
      text-align: center;
      position: relative;
      float: right;
      margin-right: 70px;
  }
  .banner-advs-style7 .banner-info-style7 .title {
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: inline-block;
      height: 60px;
      z-index: 1;
  }
  .banner-advs-style7 .banner-info-style7 .title a {
      height: 60px;
      line-height: 60px;
      display: inline-block;
      padding: 0px 30px;
  }
  .banner-advs-style7 .image1{
      position: absolute;
      z-index: 1;
      top:50px;
  }
  .banner-advs-style7 .image2{
      position: absolute;
      z-index: 1;
      right: -15px;
      top: 295px;
      border: 15px solid #ffff;
  }
  .banner-salle-up-home4{
      padding-top: 100px;
      padding-bottom: 100px;
      background-size: cover;
  }
  .banner-salle-up-home4 .title1{
      margin-bottom: 25px;
  }
  .banner-salle-up-home4 .title2{
      display: inline-block;
      padding: 15px 30px 22px;
  }
  .banner-salle-up-home4 .sale-up{
      float: right;
      margin-right: 140px;
      margin-top: 30px;
  }
  .banner-salle-up-home4 .sale-up .title120{
      font-size: 200px;
  }
  .banner-salle-up-home4 .sale-up .title30{
      font-size: 39px;
      text-transform: uppercase;
      line-height: 39px;
  }
  .banner-salle-up-home4 .sale-up .title60{
      font-size: 120px;
      text-transform: uppercase;
  }
  .banner-salle-up-home4 .sale-up .title36{
      font-size: 60px;
      text-transform: uppercase;
  }
  .banner-salle-up-home4 .vc_col-sm-7 .element-text-block{
      padding-left: 50px;
  }
  .product-tab-home4 .banner-product-tab-home4 .wpb_wrapper{
      margin-right: -95px;
  }
  .product-tab-home4 .product-col .wpb_wrapper{
      margin-left: 145px;
  }
  .product2-tab-home4 .banner-product-tab-home4 .wpb_wrapper{
      margin-left: -95px;
  }
  .product2-tab-home4 .product-col .wpb_wrapper{
      margin-right: 145px;
  }
  .banner-product-tab-home4 .banner-advs{
      margin-top: 65px;
      margin-bottom: 50px;
  }
  .banner-product-tab-home4 .tagcloud .title{
      margin-bottom: 50px;
  }
  .banner-product-tab-home4 .tagcloud a{
      margin-right: 5px;
      margin-bottom: 5px;
      padding: 0px 20px;
  }
  .product-tab-home4 .tab-7up-style1,
  .product2-tab-home4 .tab-7up-style1
  {
      margin-top: 60px;
  }
  .product-tab-home4 .tab-7up-style1 .tab-header,
  .product2-tab-home4 .tab-7up-style1 .tab-header
  {
      margin-bottom: 20px;
  }
  .product-tab-home4, .product2-tab-home4{
      margin-bottom: 100px;
  }
  .product2-tab-home4 .tab-7up-style1 .tab-header{
      width: 100vw;
      position: absolute;
      z-index: 1;
      margin-top: -86px;
  }
  .product2-tab-home4 .tab-7up-style1 .tab-header>ul{
      padding-right: 135px;
  }
  .product2-tab-home4 .banner-product-tab-home4 .banner-advs{
      margin-top: 146px;
  }
  .product2-tab-home4 .product-col .title-page-left{
      margin-bottom: 65px;
  }
  .brand-home4{
      padding-left: 200px;
      padding-right: 200px;
  }
  .brand-home4 .owl-carousel .owl-item img {
      width: auto;
      margin: auto;
  }
  .instagram-home4 .instagram-box.default .instagram-text-follow{
      text-align: center;
      padding-bottom: 5px;
      bottom: -20px;
  }
  .instagram-home4 .instagram-box.default a:hover .instagram-text-follow{
      bottom: 0px;
  }
  .instagram-home4 .instagram-box.default a:before{
      top: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0,0,0,0) 50%);
  }
  .instagram-home4 .instagram-box.default a:hover:before{
      top: 70%;
  }
  .banner-advs-style8 .banner-info .title{
      display: inline-block;
      padding: 12px 25px 15px;
  }
  .banner-advs-style8 .image2{
      position: absolute;
      top: -70px;
      right: 0;
      z-index: -1;
  }
  .banner-advs-style8 .adv-thumb-link{
      width: 65%;
  }
  .banner-advs-style8 .banner-info{
      width: 60%;
      right: auto;
  }
  .box-banner2-home4 .banner-advs-style8 .adv-thumb-link{
      margin-top: 70px;
  }
  .box-banner2-home4 .wpb_wrapper{
      margin-bottom: 0px;
  }
  .box-banner2-home4 .banner-advs-style8 .banner-info .title{
      margin-right: -260px;
  }
  .box-banner2-home4 .box-title-page{
      width: 580px;
      text-align: right;
      padding-right: 70px;
      background: #fff;
  }
  .box-banner2-home4 .box-title-page ul li a:before{
      content: "\e943";
      font-family: "Linearicons"!important;
      color: #becfc7;
      margin-right: 0px;
      float: right;
      margin-left: 15px;
  }
  .box-banner2-home4 .box-title-page ul {
      margin-top: 0;
      padding-top: 63px;
      padding-bottom: 40px;
  }
  .banner-slider-home4{
      margin-top: 30px;
  }
  .filter-shop-woof .woof_sid_auto_shortcode{
      border: none;
      padding: 0px;
      background: #212121;
      margin-bottom: 0px;
      box-shadow: none;
  }
  .filter-shop-woof .chosen-container-single .chosen-single{
      background-color: #212121;
      background: #212121;
      border-color:#212121;
      box-shadow:none;
      color: #fff;
      border: none;
      border-radius: 0px;
      height: 40px!important;
      line-height: 40px!important;
  }
  .filter-shop-woof .woof_sid_auto_shortcode .woof_container{
      width: 30%;
      margin: 0px;
      padding: 0px;
  }
  .filter-shop-woof .woof_submit_search_form_container{
      margin: 0px;
      display: inline-block;
  }
  .filter-shop-woof .chosen-container{
      margin-bottom: 0px;
      min-width: 100%;
      position: relative;
  }
  .filter-shop-woof .woof_block_html_items{
      padding-left: 50px;
      position: relative;
  }
  .filter-shop-woof .woof_sid_auto_shortcode{
     border-radius: 0px;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 60px;
      padding-right: 50px;
  }
  .filter-shop-woof .chosen-container-single .chosen-single div b {
      background-position: 0 10px !important;
  }
  .filter-shop-woof .woof_block_html_items:before{
      content: "1";
      display: inline-block;
      width: 40px;
      height: 40px;
      text-align: center;
      background: rgba(255, 255, 255, 0.1);
      line-height: 40px;
      font-weight: 700;
      color: #fff;
      position: absolute;
      left: 0;
  }
  .filter-shop-woof .woof_container:nth-child(1) .woof_block_html_items:before{
      content: "1";
  }
  .filter-shop-woof .woof_container:nth-child(2) .woof_block_html_items:before{
      content: "2";
  }
  .filter-shop-woof .woof_container:nth-child(3) .woof_block_html_items:before{
      content: "3";
  }
  .filter-shop-woof .woof_sid_auto_shortcode .woof_container_inner {
      padding-left: 0px;
      padding-right: 40px;
  }
  .filter-shop-woof .woof_submit_search_form_container{
      line-height: 40px;
      width: 10%;
  }
  .filter-shop-woof .woof_submit_search_form_container button:before{
      content: "\e922";
      font-family: "Linearicons"!important;
      font-size:24px;
      color: #53ac82;
      float: left;
      margin-right: 8px;
  }
  .filter-shop-woof .woof_submit_search_form_container button{
      background: transparent;
      border: none;
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      font-family: 'Playfair Display';
      letter-spacing: 1px;
  }
  .filter-shop-woof .woof_redraw_zone{
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
  }
  .filter-shop-woof .woof_edit_view{
    display: none;
  }
  .filter-shop-woof .chosen-container-single .chosen-single span{
    font-size: 14px;
  }
  
  .box-search-phone-home5{
      margin-bottom: 60px;
      overflow: inherit!important;
  }
  .service-list-style9 .icon-link{
      position: absolute;
      left: 0;
      top: 2px;
  }
  .service-list-style9 .info-service{
      padding-left: 45px;
  }
  .service-list-style9 {
      position: relative;
  }
  .service-list-style9 .description{
      line-height: 20px;
  }
  .box-search-phone-home5 .box-phone-home5 .wpb_wrapper {
      background: #53ac82;
      padding: 17px 60px;
      padding-top: 20px;
  }
  .box-search-phone-home5 .service-list-style9 .color {
    color: #fff;
  }
  .top-header4{
      background: #212121;
      padding-top: 8px;
      padding-bottom: 7px;
  }
  .link-top-header4 a{
      margin-right: 25px;
  }
  .link-top-header4 a:last-child{
      margin-right: 0px;
  }
  .main-header4{
      padding-top: 13px;
      padding-bottom: 8px;
  }
  .main-nav3 li.menu-item-has-children {
      position: relative;
  }
  .main-nav3>ul>li>a{
      padding-bottom: 10px;
      margin-bottom: 14px;
      display: block;
      color: #303030;
      border-bottom: 1px solid #e5e5e5;
  }
  .main-nav3>ul>li:hover>a{
      color: #53ac82;
  }
  .main-nav3 .mega-menu{
      opacity: 0;
      background: #fff;
      left:100%;
      padding: 30px;
      position: absolute;
      top: 0;
      visibility: hidden;
      width: 100%;
      z-index: 999;
      text-align: left;
      margin-left: 30px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      box-shadow: none;
  }
  .main-nav3 li.has-mega-menu:hover .mega-menu{
      margin-left: 0;
      opacity: 1;
      visibility: visible;
  
  }
  .box-cate-slider-home5 .main-nav3 .mega-menu{
      top: -59px;
  }
  .main-nav3 ul{
      position: relative;
  }
  .main-nav3 > ul > li.menu-item-has-children > a::after,
  .main-nav3 > ul > li.has-mega-menu > a::after {
      content: "\e944";
      font-family: "Linearicons";
      margin-left: 5px;
      display: inline-block;
      font-weight: 400;
      font-size: 12px;
      float: right;
      color: #ccc;
  }
  .title-cate-home5 h3{
      text-transform: uppercase;
      position: relative;
      font-weight: 700;
      border-bottom: 2px solid #53ac82;
      display: inline-block;
      padding-bottom: 8px;
      margin-bottom: 30px;
  }
  .banner-slider-home5 .wpb_wrapper{
      padding-left: 50px;
  }
  .banner-slider-home5 .title:after{
      content: "";
      height: 5px;
      width: 80px;
      background: #53ac82;
      display: block;
      margin: auto;
      margin-top: 30px;
  }
  .banner-advs-style9 .banner-info9{
      padding-top: 50px;
  }
  .banner-advs-style9 .banner-info9>.title{
      margin-bottom: 26px;
  }
  .banner-advs-style9 .banner-info9>ul li{
      margin-bottom: 15px;
  }
  .banner-advs-style9 .banner-info9>ul li a{
      position: relative;
  }
  .banner-advs-style9 .banner-info9>ul li .featured{
      background: #0008ac;
      color: #fff;
      font-size: 9px;
      padding: 0px 10px;
      display: inline-block;
      line-height: 16px;
      position: absolute;
      top: -2px;
      left: 104%;
      text-transform: uppercase;
  }
  .banner-advs-style9 .banner-info9 .link-button-banner9{
      margin-top: 7px;
  }
  .link-button-banner9{
      color: #999999;
      display: inline-block;
      font-weight: 700;
  }
  .link-button-banner9:before{
      content: '';
      background: #53ac82;
      height: 1px;
      width: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 13px;
  }
  .banner-advs-style9{
      padding: 20px 40px 65px;
      background: #fff;
  }
  .box-category-home5{
      padding-bottom: 70px;
      background-attachment: fixed;
      background-size: cover;
  }
  .box-category-home5{
      padding-left: 165px;
      padding-right: 165px;
  }
  .box-category-home5 .banner-advs-style9{
      margin: 0px 5px;
  }
  .box-category-home5 .box-title-page{
      margin-bottom: 65px;
  }
  .navi-nav-style2.owl-carousel .owl-nav button.owl-prev,
  .navi-nav-style2.owl-carousel .owl-nav button.owl-next{
      background: #353535;
      border: none;
      height: 50px;
      width: 50px;
      color: #fff;
      font-size: 18px;
  }
  .navi-nav-style2.owl-carousel .owl-nav button.owl-prev:hover,
  .navi-nav-style2.owl-carousel .owl-nav button.owl-next:hover{
      background: #53ac82;
  }
  .navi-nav-style2.owl-carousel .owl-nav button.owl-prev i,
  .navi-nav-style2.owl-carousel .owl-nav button.owl-next i{
      border-color: #353535;
      background: #353535;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .navi-nav-style2.owl-carousel .owl-nav button.owl-prev:hover i,
  .navi-nav-style2.owl-carousel .owl-nav button.owl-next:hover i{
      border-color: #53ac82;
      background: #53ac82;
  }
  .box-category-home5 .banner-slider:hover .owl-theme .owl-nav button.owl-next {
      right: -90px;
  }
  .box-category-home5 .banner-slider:hover .owl-theme .owl-nav button.owl-prev {
      left: -90px;
  }
  .banner1-home5 .title:before{
      content: '';
      background: #53ac82;
      height: 6px;
      width: 30px;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 10px;
      margin-right: 15px;
  }
  .banner1-home5 .title{
      margin-top: 5px;
      margin-bottom: 15px;
  }
  .box-group-banner-home5{
      padding-bottom: 40px;
  }
  .box-group-banner-home5 .banner-advs{
      margin-bottom: 30px;
  }
  .box-group-banner-home5 .left >.vc_column-inner> .wpb_wrapper{
      margin-right: -32px;
  }
  .box-group-banner-home5 .center >.vc_column-inner> .wpb_wrapper{
      margin-right: -82px;
      margin-left: 33px;
  }
  .box-group-banner-home5 .right >.vc_column-inner> .wpb_wrapper{
      margin-left: 82px;
  }
  .banner2-home5 .adv-thumb-link{
      border: 25px solid #53ac82;
  }
  .item-product-grid-style5 .product-thumb{
      width: 50%;
      border: none;
  }
  .item-product-grid-style5 .product-info{
      width: 50%;
      padding-left: 30px;
      padding-top: 60px;
  }
  .item-product-grid-style5{
      padding: 10px;
      border: 1px solid #e5e5e5;
      position: relative;
      background: #fff;
  }
  .item-product-grid-style6 .product-price > span,
  .item-product-grid-style6 .product-price ins,
  .item-product-grid-style5 .product-price > span,
  .item-product-grid-style5 .product-price ins{
    font-size: 18px;
  }
  .item-product-grid-style5 .product-price del,
  .item-product-grid-style6 .product-price del
  {
    font-size: 14px;
      font-weight: 400;
      color: #999;
  }
  .item-product-grid-style5 .countdown-style-item-product2{
      text-align: center;
      position: unset;
      margin-top: 35px;
      align-items: left;
      justify-content: left;
  }
  .item-product-grid-style5 .countdown-style-item-product2 .clock{
      border: none;
      background: #f9f9f9;
      min-width: 55px;
  }
  .box-product-tab3-home5 .tab-7up-style1 .title-tab > li{
      margin-bottom: 60px;
  }
  .title-tab-product-home5 .title:before{
      content: '';
      background: #53ac82;
      height: 5px;
      width: 80px;
      display: block;
      margin-bottom: 63px;
  }
  .box-product-tab3-home5 .title-tab-product-home5{
      margin-bottom: -18px;
  }
  .box-product-tab3-home5 .tab-7up-style1 .nav-tabs>li>a{
     font-size: 18px;
      text-transform: uppercase;
      font-family: 'Playfair Display';
      margin: 0px;
  }
  .box-product-tab3-home5 .tab-7up-style1 .nav-tabs>li.active>a,
  .box-product-tab3-home5 .tab-7up-style1 .nav-tabs>li.active>a:focus,
  .box-product-tab3-home5 .tab-7up-style1 .nav-tabs>li.active>a:hover{
     color: #303030;
      font-weight: 700;
  }
  .box-product-tab3-home5 .group-navi .owl-nav {
      top: -73px;
      width: 82px;
      right: 10px;
  }
  .box-product-tab3-home5 .tab-header {
      padding-right: 130px;
  }
  .box-product-tab3-home5 .tab-7up-style1 .title-tab > li {
      margin-left: 20px;
      margin-right: 20px;
  }
  .box-product-tab3-home5 .tab-7up-style1 .tab-header ul {
      margin-left: -20px;
      margin-right: -20px;
  }
  .box-product-tab3-home5  {
      padding-bottom: 40px;
  }
  .box-product-tab3-home5 .tab-7up-style1 .nav-tabs>li.active>a:after{
      background: #303030;
  }
  .item-product-grid-style5 .product-extra-link a {
      display: inline-block;
      height: 40px;
      line-height: 43px;
      width: 40px;
      border: none;
      border-radius: 50%;
      background: #fff;
      padding: 0px;
      color: #303030;
      font-size: 18px;
      margin: 0px 5px;
      position: relative;
  }
  .item-product-grid-style5 .product-extra-link a:hover {
      background: #fff;
      color: #53ac82;
  }
  .item-product-grid-style5 .product-extra-link6 {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      height: 0px;
      text-align: center;
      display: inline-block;
      opacity: 0;
      z-index: 1;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .item-product-grid-style5:hover .product-extra-link6 {
      opacity: 1;
      height: 40px;
  }
  .item-product-grid-style5 .addcart-link i {
      margin-left: 0px;
  }
  .item-product-grid-style5 .product-thumb-link:before {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      top: 100%;
      background: rgb(0,0,0);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,0)50%);
      z-index: 1;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      opacity: 0;
  }
  .item-product-grid-style5:hover .product-thumb-link:before {
      top: 0;
      opacity: 1;
      background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  }
  .item-product-grid-style6 .product-thumb {
      width: 35%;
  }
  .item-product-grid-style6 .product-info {
      width: 65%;
      padding-left: 30px;
      padding-top: 0px;
  }
  .product-extra-link6 a,
  .woocommerce .product-extra-link6 a.button
  {
      display: inline-block;
      height: 40px;
      line-height: 43px;
      width: 40px;
      border: none;
      background: #53ac82;
      padding: 0px!important;
      min-width: auto;
      color: #fff;
      font-size: 18px;
      margin: 0px 5px;
      position: relative;
      text-align: center;
      border-radius: 0;
  }
  .product-extra-link6 a i{
      margin-left: 0px;
  }
  .product-extra-link6{
      margin-left: -5px;
      margin-right: -5px;
  }
  .product-extra-link6 a:hover,
  .woocommerce .product-extra-link6 a.button:hover{
      background: #303030;
      color: #fff;
  }
  .item-product-grid-style6 .product-extra-link6{
      margin-top: 42px;
  }
  .box-product-new-special-home5 .title-tab-product-home5{
      margin-bottom: 30px;
  }
  .box-product-new-special-home5 .item-product-grid-style6{
      margin-bottom: 30px;
  }
  .box-product-new-special-home5 .group-navi .owl-nav{
      width: 80px;
  }
  .box-product-new-special-home5{
      padding-bottom: 40px;
  }
  .banner-lovecar-home5{
      padding-top: 200px;
      padding-bottom: 200px;
      text-align: center;
      background-attachment: fixed;
      background-size: cover;
  }
  .banner-lovecar-home5 .title3:after{
      content: '';
      height: 5px;
      width: 90px;
      display: block;
      background: #53ac82;
      margin: auto;
      margin-top: 25px;
      margin-bottom: 30px;
  }
  .banner-lovecar-home5 .title2{
      margin-top: 20px;
      margin-bottom: 16px;
  }
  .box-post-home5 .title-tab-product-home5{
      margin-bottom: 50px;
  }
  .box-contact-home5 h3{
      margin-bottom: 17px;
  }
  .box-contact-home5 h3 i{
      font-size: 18px;
      margin-right: 10px;
  }
  .box-contact-home5{
      padding-bottom: 50px;
      padding-top: 50px;
  }
  .box-contact-home5 .wpb_column {
     border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .box-contact-home5 .wpb_column:last-child {
     border-right:none;
  }
  .box-contact-home5 .element-text-block {
      padding-bottom: 30px;
      padding-top: 30px;
  }
  .main-footer3{
      padding-bottom: 70px;
      padding-top: 70px;
      background-size: cover;
      background-attachment: fixed;
  }
  .bg-img-footer3{
      background-size: cover;
      background-attachment: fixed;
  }
  .bottom-footer3{
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .bottom-footer3 .link-bottom-footer{
      margin-bottom: 15px;
  }
  .bottom-footer3 .brand-footer{
      margin-top: 23px;
  }
  .mail-chimp-footer3 .wpb_wrapper{
      max-width: 470px;
  }
  .mail-chimp-footer3 .box-title-footer{
      margin-bottom: 35px;
  }
  .item-product-grid-style7{
      background: #fff;
      border: 1px solid #e5e5e5;
      position: relative;
  }
  .item-product-grid-style7 .product-thumb{
      border: none;
  }
  .item-product-grid-style7 .product-label .sale {
      position: absolute;
      left: auto;
      text-align: center;
      border-radius: 0px;
      right: -10px;
      top: -1px;
      z-index: 3;
      min-width: 80px;
      height: 40px;
      line-height: 40px;
      color: #303030;
      font-size: 18px;
      font-weight: 700;
      font-family: 'Playfair Display';
      background: #fff250;
      box-shadow: -3px 3px 8px -3px rgba(0, 0, 0, 0.2);
  }
  .item-product-grid-style7 .product-label .new {
      text-align: center;
      position: absolute;
      border-radius: 0px;
      right: auto;
      left: -10px;
      top: -1px;
      z-index: 3;
      min-width: 80px;
      height: 40px;
      line-height: 40px;
      color: #303030;
      font-size: 18px;
      font-weight: 700;
      font-family: 'Playfair Display';
      box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.2);
      text-transform: capitalize;
      background: #ff8a8a;
  }
  .item-product-grid-style7 .product-label .sale:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: 10px solid #333;
      margin: 0 auto;
      border-top-width: 0;
      border-bottom-color: transparent;
      border-right-color: transparent;
      position: absolute;
      right: -10px;
      top: 40px;
  }
  .item-product-grid-style7 .product-label .new:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: 10px solid #333;
      margin: 0 auto;
      border-top-width: 0;
      border-bottom-color: transparent;
      border-left-color: transparent;
      position: absolute;
      left: -10px;
      top: 40px;
  }
  .item-product-grid-style7 .product-thumb .product-label {
      position: unset;
  }
  .item-product-grid-style7 .product-info{
      padding: 30px 20px;
  }
  .item-product-grid-style7 .product-extra-link6 {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      height: 0px;
      text-align: center;
      display: inline-block;
      opacity: 0;
      z-index: 1;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .item-product-grid-style7:hover .product-extra-link6 {
      opacity: 1;
      height: 40px;
  }
  .item-product-grid-style7 .product-thumb-link:before {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      top: 100%;
      background: rgb(0,0,0);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,0)50%);
      z-index: 1;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      opacity: 0;
  }
  .item-product-grid-style7:hover .product-thumb-link:before {
      top: 0;
      opacity: 1;
      background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  }
  .thumb-gallery-item{
      justify-content: center;
      margin-top: 30px;
      padding-left: 20px;
      padding-right: 20px;
  }
  .thumb-gallery-item a{
      margin-right: 3px;
      border: 1px solid #fff;
      display: inline-block;
      max-width: 80px;
      position: relative;
  }
  .thumb-gallery-item a:last-child{
      margin-right: 0px;
  }
  .thumb-gallery-item a.active{
      border: 1px solid #e5e5e5;
  }
  .thumb-gallery-item a.active:after{
      content: '';
      height: 2px;
      width: 30px;
      background: #53ac82;
      display: block;
      position: absolute;
      bottom: -1px;
      z-index: 1;
      left: 50%;
      right: auto;
      margin-left: -15px;
  }
  .item-product-grid-style7 .owl-prev{
      position: absolute;
      top: 50%;
      z-index: 1;
      left:15px;
      border: 1px solid #e5e5e5;
      background: #fff;
      font-size: 14px;
      margin-top: -15px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .item-product-grid-style7 .owl-next{
      position: absolute;
      top: 50%;
      z-index: 1;
      right: 15px;
      border: 1px solid #e5e5e5;
      background: #fff;
      font-size: 14px;
      margin-top: -15px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .item-product-grid-style7 .owl-next:hover,
  .item-product-grid-style7 .owl-prev:hover{
      border-color: #53ac82;
      background: #53ac82;
      color: #fff;
  }
  .banner-advs-style10{
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      background: #fff;
      border: 1px solid #e5e5e5;
      padding: 10px;
      justify-content: center;
  }
  .banner-advs-style10 .adv-thumb-link,
  .banner-advs-style10 .banner-info10
  {
      width: 50%;
  }
  .banner-advs-style10 .banner-info10
  {
      padding-left: 50px;
      margin-top: auto;
      margin-bottom: auto;
  }
  .banner-advs-style10 .banner-info10 .image-brand
  {
      margin-top: 60px;
      margin-bottom: 0px;
  }
  .banner-advs-style10 .banner-info10 .image-brand img
  {
      margin-right: 50px;
      width: auto;
      display: inline-block;
  }
  .banner-advs-style10 .banner-info10 .image-brand img:last-child
  {
      margin-right: 0px;
  }
  .banner-advs-style10 .product-price > span, .banner-advs-style10 .product-price ins, .item-product-grid-style5 .product-price > span, .item-product-grid-style5 .product-price ins {
      font-size: 18px;
  }
  .banner-advs-style10 .product-price del, .banner-advs-style10 .product-price del {
      font-size: 14px;
      font-weight: 400;
      color: #999;
  }
  .group-product-h5{
      margin-left: -5px;
      margin-right: -5px;
  }
  .group-product-h5 .product-grid-view{
      width: 50%;
      padding: 0px 5px;
  }
  .group-product-h5 .product-grid-view .item-product,
  .box-product-tab1-home5 .banner-advs-style10{
      margin-bottom: 10px;
  }
  .box-product-tab1-home5 .col-left>.vc_column-inner>.wpb_wrapper,
  .box-product-tab1-home5 .col-right>.vc_column-inner>.wpb_wrapper,
  .box-product-tab1-home5 .col-center>.vc_column-inner>.wpb_wrapper
  {
      padding: 0px 5px;
  }
  .box-product-tab1-home5 .tab-content
  {
      margin-left: -5px;
      margin-right: -5px;
  }
  .box-product-tab1-home5 .col-left,
  .box-product-tab1-home5 .col-center
  {
      width: 36.15%;
  }
  .box-product-tab1-home5 .col-right
  {
      width: 27.7%;
  }
  .banner-info11 .title{
      position: absolute;
      top: 70px;
      left: 65px;
      border-bottom: 5px solid #53ac82;
      padding-bottom: 3px;
  }
  .banner-info11 .content11{
      position: absolute;
      bottom: 70px;
      left: 65px;
  }
  .banner-info11 .product-price > span, .banner-info11 .product-price ins {
      color: #fff;
      font-size: 18px;
  }
  .banner-info11 .product-price del {
      color: #fff;
      font-size: 14px;
      font-weight: 400;
  }
  .banner-info11 .product-price {
      margin-top: 20px;
  }
  .box-product-tab1-home5{
      padding-bottom: 40px;
  }
  .box-product-tab1-home5 .title-tab-product-home5,
  .box-product-tab2-home5 .title-tab-product-home5
  {
      margin-bottom: -18px;
  }
  .box-cate-slider-home5{
      margin-bottom: 60px;
  }
  
  .box-product-tab2-home5 .col-right,
  .box-product-tab2-home5 .col-center
  {
      width: 36.15%;
  }
  .box-product-tab2-home5 .col-left
  {
      width: 27.7%;
  }
  
  .box-product-tab2-home5 .col-left>.vc_column-inner>.wpb_wrapper,
  .box-product-tab2-home5 .col-right>.vc_column-inner>.wpb_wrapper,
  .box-product-tab2-home5 .col-center>.vc_column-inner>.wpb_wrapper
  {
      padding: 0px 5px;
  }
  .box-product-tab2-home5 .tab-content
  {
      margin-left: -5px;
      margin-right: -5px;
  }
  .box-product-tab2-home5 .banner-advs-style10,
  .box-product-tab2-home5 .product-grid-view .item-product-grid-style5
  {
      margin-bottom: 10px;
  }
  .box-product-tab2-home5
  {
      padding-bottom: 40px;
  }
  .banner-post-single-auto{
      padding-left: 200px;
      padding-right: 200px;
  }
  .banner-post-single-auto .banner-advs{
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 90px;
  }
  .margin-bottom35{
      margin-bottom: 35px;
  }
  .product_detail-style-auto-part .wrap{
      background: #F6F6F6;
  }
  .style-auto-part .box-media{
      background: #fff;
      padding: 43px 50px 50px;
  }
  .style-auto-part .col-md-5 .detail-info{
      background: #fff;
      padding: 30px;
  }
  .product_detail-style-auto-part .s7up-header-page-header-1 {
      margin-bottom: -125px;
  }
  .product_detail-style-auto-part .brc-product{
      margin-bottom: 26px;
  }
  .style-auto-part .box-media .product_meta > span > span,
  .style-auto-part .box-media .product_meta > span > a {
      padding: 0;
      margin-bottom: 0;
  }
  .style-auto-part .box-media .product_meta .sku {
      color: #303030;
      margin-left: 5px;
  }
  .style-auto-part .box-media .item-product-meta-info {
      display: inline-block;
      vertical-align: middle;
  }
  .style-auto-part .box-media .item-product-meta-info .sku_wrapper {
      background: #F3F3F3;
      padding: 5px 15px;
      margin-bottom: 40px;
  }
  .woocommerce div.product .style-auto-part .box-media .woocommerce-product-rating{
      display: inline-block;
      vertical-align: middle;
      margin-top: 0px;
      line-height: normal;
      margin-left: 10px;
      margin-bottom: 40px;
  }
  .woocommerce div.product .style-auto-part .box-media .woocommerce-product-rating .wrap-rating{
      margin-bottom: 0;
  }
  .style-auto-part .detail-info .product-desc {
      margin-bottom: 35px;
  }
  .style-auto-part .nav-product {
      position: absolute;
      right: 18px;
      top: 8px;
  }
  
  .style-auto-part .detail-info .detail-qty {
      background: #f3f3f3;
      width: 100px;
      text-align: center;
      border-radius: 0px;
  }
  .style-auto-part .detail-info .detail-qty .qty-val {
      background: #f3f3f3;
  }
  .style-auto-part .detail-info .product_meta .sku_wrapper{
      display: none;
  }
  .style-auto-part .detail-info .variations .detail-attr{
      width: 50%;
      display: inline-block;
      float: left;
      padding: 0px 7.5px;
  }
  .style-auto-part .detail-info .variations .detail-attr:nth-last-of-type(1){
      width: 100%;
      float: none;
  }
  .style-auto-part .detail-info .countdown-style-detail-product{
      margin-top: 0px;
  }
  .style-auto-part .detail-info .variations .detail-attr:nth-child(2n){
      width: 50%;
      float: left;
  }
  .style-auto-part .detail-info .variations{
      margin-right: -7.5px;
      margin-left: -7.5px;
  }
  .style-auto-part .detail-info .variations:after{
      content: '';
      display:block;
      clear: both;
  }
  .single-product-social h3,
  .single-product-social ul
  {
      display: inline-block;
  }
  .single-product-social {
    background: #fff;
      padding: 30px;
      margin-top: 15px;
  }
  .summary_append_woo_single{
      background: #fff;
      padding: 30px;
      margin-top: 15px;
  }
  .content-summary-product .element-text-block img{
      max-width: 50px;
  }
  .content-summary-product .element-text-block h3{
      line-height: 24px;
  }
  .content-summary-product .element-text-block p{
      margin-bottom: 10px;
  }
  .product_detail-style-auto-part .product-tab-content{
      padding: 50px;
      background: #fff;
  }
  .product_detail-style-auto-part .tab-product-horizontal .product-tab-title ul {
      margin: 0px;
  }
  .product_detail-style-auto-part .tab-product-horizontal .product-tab-title li {
      background:#ebebeb;
      position: relative;
  }
  .product_detail-style-auto-part .tab-product-horizontal .product-tab-title li.active {
      background: #fff;
  }
  .product_detail-style-auto-part .tab-product-horizontal .product-tab-title a:before{
      top: 0px;
      display: block;
      width: 100%;
      margin-bottom: 30px;
      left: 0;
      right: 0;
  }
  .product_detail-style-auto-part .tab-product-horizontal .product-tab-title a{
      position: unset;
      color: #303030;
      padding: 20px 30px 15px;
      display: inline-block;
  }
  .main-header5 .main-nav > ul > li > a{
      color:#fff;
  }
  .link-header5{
      margin-top: 35px;
  }
  .link-header5 a{
      margin-left: 30px;
  }
  .link-header5 a:first-child{
      margin-left: 0px;
  }
  .element-categories-box-style5>h3{
      height: 70px;
      background: #ba1111;
      color: #fff;
      line-height: 70px;
      padding: 0px 30px;
      position: relative;
  }
  .element-categories-box-style5>h3:after{
      content: "\e92b";
      font-family: "Linearicons"!important;
      font-size: 16px;
      font-weight: 400;
      float: right;
  }
  .category-vertical-menu{
      background: #fff;
      padding-top: 30px;
      display: none;
      position: absolute;
      width: 100%;
      z-index: 1111;
  }
  .category-vertical-menu>ul>li>a{
      padding-bottom: 10px;
      margin-bottom: 14px;
      display: block;
      color: #303030;
      border-bottom: 1px solid #e5e5e5;
      padding-left: 30px;
      padding-right: 30px;
  }
  .category-vertical-menu>ul>li:hover>a{
      color: #53ac82;
  }
  .category-vertical-menu>ul>li:last-child>a{
      margin-bottom: 0px;
  }
  .category-vertical-menu .mega-menu {
      opacity: 0;
      background: #fff;
      left: 100%;
      padding: 30px;
      position: absolute;
      top: 0;
      visibility: hidden;
      width: 100%;
      z-index: 999;
      text-align: left;
      margin-left: 30px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      box-shadow: none;
  }
  .category-vertical-menu li.has-mega-menu:hover .mega-menu {
      margin-left: 0;
      opacity: 1;
      visibility: visible;
  }
  .category-vertical-menu > ul > li.menu-item-has-children > a::after,
  .category-vertical-menu > ul > li.has-mega-menu > a::after {
      content: "\e944";
      font-family: "Linearicons";
      margin-left: 5px;
      display: inline-block;
      font-weight: 400;
      font-size: 12px;
      float: right;
      color: #ccc;
      margin-top: 4px;
  }
  .block-search-element .search-form .dropdown-box{
      background: #fff;
      border-right:none;
      height: 50px;
      width: 230px;
      margin-top: 2px;
  }
  .block-search-element .search-form .dropdown-link{
      padding: 14px 15px;
  }
  .block-search-element .search-form input[type="text"]{
      background: #fff;
      height: 50px;
      margin-top: 2px;
  }
  .block-search-element .search-form{
      border: none;
      border-radius: 0px;
      max-width: 100%;
  }
  .block-search-element .submit-form{
      margin-left: 5px;
      background: #53ac82;
      line-height: 55px;
      width: auto;
      padding: 0px 25px;
      border-radius: 0px;
      height: 55px;
      letter-spacing: 2px;
  }
  .block-search-element .submit-form i{
      font-size: 24px;
      vertical-align: middle;
      margin-right: 5px;
  }
  .block-search-element .submit-form::after{
     display: none;
  }
  .box-cate-search-service-header5 .block-search-element {
      padding: 8px 14px;
  }
  .box-cate-search-service-header5 .col-left{
      width: 21%;
  }
  .box-cate-search-service-header5 .col-center{
      width: 49%;
  }
  .box-cate-search-service-header5 .col-right{
      width: 30%;
  }
  .box-cate-search-service-header5 .block-search-element .search-form input[type="text"]{
      order: -1;
  }
  .box-cate-search-service-header5 .search-form .dropdown-link::after {
      top: 18px;
  }
  .group-phone-accont-wishlist-cart .account-manager>a,
  .group-phone-accont-wishlist-cart .element-text-block a,
  .group-phone-accont-wishlist-cart .mini-cart1 .mini-cart-link
  {
      color: #fff;
      height: 40px;
      line-height: 43px;
      width: 40px;
      display: inline-block;
      text-align: center;
      background: #ba1111;
      font-size: 24px;
  }
  .group-phone-accont-wishlist-cart >div
  {
      margin-right: 20px;
  }
  .group-phone-accont-wishlist-cart >div:last-child {
      margin-right: 0px;
  }
  .group-phone-accont-wishlist-cart {
      margin-top: 16px;
  }
  .group-phone-accont-wishlist-cart .service-list-style9{
      margin-right: 120px;
  }
  .group-phone-accont-wishlist-cart .service-list-style9 .title .color{
    color:white;
  }
  .group-phone-accont-wishlist-cart .service-list-style9 .description{
      color: #53ac82;
  }
  .group-phone-accont-wishlist-cart .service-list-style9 .icon-link{
      color: #fff;
  }
  .group-phone-accont-wishlist-cart.pull-right .mini-cart-content{
      right: 0;
      left: auto;
  }
  .group-phone-accont-wishlist-cart .mini-cart1 .mini-cart-number {
      height: 22px;
      width: 22px;
      text-align: center;
      line-height: 22px;
      border-radius: 50%;
      top: -15px;
      right: -18px;
  }
  .banner-slider-home6 .title:before{
      content: '';
      height: 5px;
      width: 70px;
      background: #53ac82;
      display: inline-block;
      vertical-align: middle;
      margin-right: 30px;
  }
  .banner-slider-home6 .link-button1{
      line-height: 43px!important;
      height: 50px;
      background: transparent;
      color: #fff;
      border-color: #ffe29f;
      padding: 0px 30px!important;
  }
  .banner-slider-home6 .link-button1:hover{
      background: #53ac82;
      border-color: #53ac82!important;
  }
  .banner1-home6 .banner-info h3{
      margin-bottom: 25px;
      line-height: 30px;
  }
  .banner1-home6 .banner-info{
      padding-left: 60px;
  }
  .group-banner-home6 .banner1-home6{
      margin-bottom: 30px;
  }
  .group-banner-home6 .product-slider-view .product-label,
  .group-banner-home6 .product-slider-view .product-info
  {
      display: none;
  }
  .group-banner-home6 .product-slider-view .owl-nav button.owl-prev {
      left: 40px;
  }
  .group-banner-home6 .product-slider-view .owl-nav button.owl-next {
      right: 40px;
  }
  .group-banner-home6 .countdown-style-item-product2 {
      bottom: 50px;
  }
  .group-banner-home6 .countdown-style-item-product2 .clock{
      border: none;
      background: #ba1111;
      border-radius: 0px;
      color: #fff;
  }
  .group-banner-home6 .countdown-style-item-product2 .clock .number{
      color: #fff;
  }
  .group-banner-home6{
      padding-top: 60px;
      padding-bottom: 60px;
  }
  .group-banner-home6 .item-product-grid-style4 .product-thumb-link:before,
  .group-banner-home6 .item-product-grid-style4:hover .product-thumb-link:before
  {
      opacity: 1;
      top: 0;
      background: rgba(204, 204, 204, 0.2);
  }
  .title-deal-month-home6{
      position: absolute;
      z-index: 5;
      left: 0;
      right: 0;
      text-align: center;
      top: -10px;
  }
  .title-deal-month-home6 h3{
      display: inline-block;
      background: #ba1111;
      padding: 12px 40px 17px;
      position: relative;
  }
  .title-deal-month-home6 h3:after{
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: 10px solid #333;
      margin: 0 auto;
      border-bottom-width: 0;
      border-top-color: transparent;
      border-right-color: transparent;
      position: absolute;
      top: 0px;
      right: -19px;
  }
  .title-deal-month-home6 h3::before{
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: 10px solid #333;
      margin: 0 auto;
      border-bottom-width: 0;
      border-top-color: transparent;
      border-left-color: transparent;
      position: absolute;
      top: 0px;
      left: -19px;
  }
  .banner2-home6{
      padding-top:240px;
      padding-bottom:240px;
      padding-left: 240px;
  }
  .banner2-home6 .title1 {
     margin-bottom: 30px;
  }
  .banner2-home6 .title2 {
      margin-bottom: 12px;
      color: #ba1111;
  }
  .banner2-home6 .title3 {
      margin-bottom: 45px;
  }
  .banner3-home6  {
      padding-top: 220px;
      padding-bottom: 220px;
  }
  .banner3-home6 .title1 {
      margin-bottom: 15px;
  }
  .banner3-home6 .title2 {
      margin-bottom: 20px;
  }
  .banner3-home6 .title3 {
      margin-bottom: 50px;
  }
  .box-team-home6 .item-team-style2 .team-info h3:before{
      display:none;
  }
  .box-team-home6 .wpb_wrapper{
      padding-left:60px;
  }
  .box-team-home6 .item-team-style2 .team-info .color-title{
      color:#fff;
  }
  .box-team-home6 .item-team-style2 .team-info span{
      color:#53ac82;
  }
  .box-team-home6 .item-team-style2 .team-info .desc{
      color:#ccc;
  }
  .box-team-home6 .item-team-style2 .team-thumb{
      background: #595959;
      padding-top: 137px;
      padding-bottom:30px;
      position: relative;
  }
  .box-team-home6 .item-team-style2 .team-thumb:before{
      background: #53ac82;
      content:'';
      height: 5px;
      width: 100px;
      display: inline-block;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 0;
  }
  .box-team-home6 .item-team-style2 .team-info{
      padding-top: 220px;
      max-width: 350px;
  }
  .box-team-home6 .title-team{
      position: absolute;
      top: 65px;
      z-index: 11;
      margin-left: 100px;
  }
  .box-team-home6 .group-navi .owl-nav {
      right: 85px;
      top: 242px;
  }
  .group-navi2 .owl-nav {
      position: absolute;
      right: 15px;
      top: 35px;
      width: 61px;
      margin: auto;
      opacity: 1;
  }
  .banner-slider .group-navi2 .owl-nav button.owl-next{
      right: 0;
  }
  .banner-slider .group-navi2 .owl-nav button.owl-prev{
      left: 0;
  }
  .banner-slider:hover .group-navi2 .owl-nav button.owl-prev {
      left: 0;
  }
  .banner-slider:hover .group-navi2 .owl-nav button.owl-next {
      right: 0;
  }
  .banner-slider .group-navi2 .owl-nav button{
      opacity: 1;
  }
  .group-navi2 .owl-nav button.owl-prev, .group-navi2 .owl-nav button.owl-next{
      width: 30px;
      height: 30px;
      border: none;
      background: rgba(229, 229, 229, 0.2);
      color: #fff;
  }
  .group-navi2 .owl-nav button.owl-prev i, .group-navi2 .owl-nav button.owl-next i {
      background: transparent;
      border: none;
  }
  .box-team-home6 .group-navi2 .owl-nav{
      top:244px;
      right: 70px;
  }
  .box-banner4-home6{
      padding-top: 120px;
      padding-bottom: 120px;
      background-size: cover;
  }
  .box-banner4-home6 .box-title-page{
      padding-right: 160px;
  }
  .box-banner4-home6 .box-title-page .title:before{
      background: #53ac82;
  }
  .box-banner4-home6 ul li a,
  .box-banner4-home6 .desc
  {
     color: #ccc;
  }
  .box-banner4-home6 .box-title-page ul li{
      text-transform: unset;
  }
  .box-banner4-home6 .box-title-page .link-button2{
      margin-top: 45px;
  }
  .tab-7up-style3{
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
  }
  .tab-7up-style3 .tab-header{
      width: 25%;
  }
  .tab-7up-style3 .tab-content {
      width: 75%;
      padding-left: 70px;
  }
  .tab-7up-style3 .tab-header ul li {
      display: block;
      float: none;
      margin: 0px;
      position: relative;
  }
  .tab-7up-style3 .tab-header ul li:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: 10px solid #53ac82;
      margin: 0 auto;
      border-right-width: 0;
      border-top-color: transparent;
      border-bottom-color: transparent;
      position: absolute;
      right: -9px;
      top: 0;
      bottom: 0;
      opacity: 0;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      margin: auto;
  }
  .tab-7up-style3 .tab-header ul li.active:after {
      opacity: 1;
  }
  .tab-7up-style3 .tab-header ul li a{
      margin: 0px;
      color: #303030!important;
      background: #fff;
      padding: 33px 40px 35px;
      border: 1px solid #e5e5e5;
      border-radius: 0px;
      margin-bottom: -1px;
      font-weight: 700;
      font-family: 'Playfair Display';
      text-transform: uppercase;
  }
  .tab-7up-style3 .nav-tabs>li.active>a,
  .tab-7up-style3 .nav-tabs>li.active>a:focus,
  .tab-7up-style3 .nav-tabs>li.active>a:hover{
  
      background: #53ac82;
      border-color: #53ac82;
  }
  .tab-7up-style3 .title-tab {
      margin: 0px -15px;
  }
  .box-service-home6{
      padding-right: 150px;
      padding-left: 150px;
      margin-bottom: 40px;
  }
  .content-tab-service-home6 .pt{
      font-size: 30px;
      font-family: 'Playfair Display';
      font-weight: 700;
  }
  .content-tab-service-home6 .banner-advs{
      margin-bottom: 35px;
  }
  .content-tab-service-home6 .wpb_wrapper{
      margin-bottom: 50px;
  }
  .content-price-list-home6 ul li{
      font-family: 'Playfair Display';
      font-weight: 700;
      margin-bottom: 20px;
      padding-bottom: 14px;
      border-bottom:1px solid #e5e5e5;
  }
  .content-price-list-home6 ul li:last-child{
      margin-bottom: 0px;
  }
  .content-price-list-home6 ul li span{
      float: right;
      color: #53ac82;
      font-family: 'Poppins';
      font-size: 18px;
  }
  .content-price-list-home6{
      margin-bottom: 30px;
  }
  .title-line-sv-home6{
      position: relative;
      margin-bottom: 35px;
  }
  .title-line-sv-home6:before{
      content: '';
      height: 1px;
      background: #e5e5e5;
      width: 100%;
      position: absolute;
      bottom: 8px;
      z-index: -1;
  }
  .title-line-sv-home6 h3{
      background: #fff;
      display: inline-block;
      padding-right: 40px;
  }
  .box-service-home6 .title-tab-product-home5{
      margin-bottom: 50px;
      margin-left: -15px;
      margin-right: -15px;
  }
  
  .banner5-home6 .title1{
      margin-bottom: 10px;
  }
  .banner5-home6 .title2{
      position: relative;
      margin-bottom: 20px;
  }
  .banner5-home6 .title2:before{
      content: '';
      width: 30px;
      height: 5px;
      display: inline-block;
      background: #53ac82;
      vertical-align: middle;
      margin-right: 25px;
  }
  .box-product-tab1-home6 .banner-slider  {
      margin-right: 670px;
      margin-left:-5px;
  }
  .box-product-tab1-home6 .owl-carousel .owl-stage-outer  {
      overflow: unset;
  }
  .box-product-tab1-home6 .left-col {
      width: 43.333%
  }
  .box-product-tab1-home6 .right-col {
      width: 56.666%;
  }
  .box-product-tab1-home6 .banner-slider .wpb_wrapper {
      padding: 0px 5px;
  }
  .box-product-tab1-home6 .banner-advs-style10 {
      margin-bottom: 10px;
  }
  .box-product-tab1-home6 .right-col .element-block-cover {
  
      margin-right:-5px;
      margin-left:-5px;
  }
  .box-product-tab1-home6 .right-col .element-block-cover .product-grid-view{
      width: 50%;
      padding: 0px 5px;
  }
  .box-product-tab1-home6 .group-navi .owl-nav{
      right: -59%;
      top: -57px;
  }
  .box-product-tab1-home6 .tab-header{
      margin-right: 125px;
  }
  .box-product-tab1-home6 {
      padding-bottom: 40px;
  }
  .box-product-tab1-home6 .title-tab-product-home5{
      margin-bottom: -18px;
  }
  .box-product-tab2-home6 .tab-header {
      margin-right: 125px;
  }
  .box-product-tab2-home6  .tab-7up-style1 .nav-tabs>li>a{
      color: #fff;
  }
  .box-product-tab2-home6 .group-navi .owl-nav{
      top: -57px;
  }
  .box-product-tab1-home6 .tab-7up-style1 .nav-tabs>li.active>a,
  .box-product-tab1-home6 .tab-7up-style1 .nav-tabs>li.active>a:focus{
      font-weight: 700;
      color:#303030;
  }
  .box-product-tab1-home6 .tab-7up-style1 .nav-tabs>li>a{
      font-family: 'Playfair Display';
  }
  .box-product-tab2-home6 .tab-7up-style1 .nav-tabs>li.active>a,
  .box-product-tab2-home6 .tab-7up-style1 .nav-tabs>li.active>a:focus{
      font-weight: 700;
  }
  .box-product-tab2-home6 .tab-7up-style1 .nav-tabs>li>a{
      font-family: 'Playfair Display';
  }
  .main-nav > ul > li.new-label .description,
  .main-nav > ul > li.hot-label .description
  {
    position: relative;
  }
  .main-nav > ul > li.new-label .description .desc-on{
      position: absolute;
      left: 50%;
      right: auto;
      color: #ffff;
      text-transform: uppercase;
      font-size: 8px;
      background: #53ac82;
      display: inline-block;
      text-align: center;
      width: 30px;
      margin-left: -22px;
      top: -70px;
      height: 12px;
      line-height: 14px;
      font-weight: 700;
  }
  .main-nav > ul > li.new-label .description .desc-on:after{
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: 5px solid #53ac82;
      margin: 0 auto;
      border-bottom-width: 0;
      border-left-color: transparent;
      border-right-color: transparent;
      position: absolute;
      right: 10px;
      top: 12px;
  }
  .main-nav > ul > li.hot-label .description .desc-on{
      position: absolute;
      left: 50%;
      right: auto;
      color: #ffff;
      text-transform: uppercase;
      font-size: 8px;
      background: #ff5454;
      display: inline-block;
      text-align: center;
      width: 30px;
      margin-left: -22px;
      top: -70px;
      height: 12px;
      line-height: 14px;
      font-weight: 700;
  }
  .main-nav > ul > li.hot-label .description .desc-on:after{
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: 5px solid #ff5454;
      margin: 0 auto;
      border-bottom-width: 0;
      border-left-color: transparent;
      border-right-color: transparent;
      position: absolute;
      right: 10px;
      top: 12px;
  }
  .content-menu-cate .mega-list-cat{
      margin-bottom: 30px;
  }
  .content-menu-cate .mega-list-cat:last-child{
      margin-bottom: 0px;
  }
  .content-menu-cate{
      background-position: right bottom!important;
      background-repeat: no-repeat;
  }
  .banner-header-home7 .banner-slider .banner-info{
      text-align: center;
  }
  .banner-header-home7 .banner-slider .banner-info .title{
      color: #ffffff;
      font-family: 'Playfair Display';
      font-size: 60px;
      text-transform: uppercase;
  }
  .banner-header-home7 .banner-slider .banner-info .title2{
      font-size: 36px;
  }
  .banner-header-home7 .banner-slider .banner-info .link-button1{
      margin-top: 30px;
  }
  .banner1-home7{
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      margin-bottom: 25px;
      margin-right: 25px;
  }
  .banner2-home7 {
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      margin-bottom: 25px;
      margin-left: 25px;
  }
  .banner1-home7 .title2{
      margin-bottom: 10px;
  }
  .banner1-home7 .title3 {
      margin-bottom: 45px;
  }
  .banner2-home7 .banner-info{
      max-width: 230px;
      right: auto;
      bottom: auto;
  }
  .banner2-home7 .banner-info .title1{
    position: relative;
      line-height: 30px;
      margin-bottom: 27px;
  }
  .banner2-home7 .banner-info .title1:before{
      content: '';
      background: #53ac82;
      height: 5px;
      width: 80px;
      display: block;
      margin-bottom: 42px;
  }
  .banner2-home7 .banner-info .link-button1{
      margin-top: 45px;
  }
  .box-banner1-home7{
      padding-top: 50px;
  }
  .banner3-home7{
      background: #fff;
      border: 1px solid #becfc7;
      padding: 15px;
  }
  .box-banner2-home7{
      padding-top:25px;
  }
  .box-banner2-home7 .col-left .wpb_wrapper{
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      padding: 50px;
      margin-right: 25px;
      margin-bottom: 25px;
      background: #fff;
  }
  .box-banner2-home7 .col-right .wpb_wrapper{
      margin-left: 25px;
          margin-bottom: 25px;
  }
  .box-banner2-home7 .col-left{
          width: 68.3%;
  }
  .box-banner2-home7 .col-right{
            width: 31.7%;
  }
  .banner3-home7 .banner-info{
      text-align: center;
      top: auto!important;
      bottom: -12px!important;
  }
  .banner3-home7 .banner-info h3{
      display: inline-block;
      padding: 20px 35px;
      background: #fff;
  }
  .chosen-container-single .chosen-single div b:before{
      content: "\e93a";
      font-family: "Linearicons";
      margin-left: 5px;
      display: inline-block;
      font-weight: 400;
      font-size: 12px;
  }
  .chosen-container-single .chosen-single div b{
      background: none;
  }
  .banner-advs-style12 .label-text{
      font-size: 24px;
      color: #fff;
      font-weight: 700;
      position: absolute;
      top: 20px;
      left: 5px;
      z-index: 2;
        transform: rotate(-45deg);
  }
  .banner-advs-style12:before{
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: 95px solid #53ac82;
      margin: 0 auto;
      border-top-width: 0;
      border-bottom-color: transparent;
      border-right-color: transparent;
      position: absolute;
      z-index: 1;
  }
  .banner-advs-style12 .banner-info12  {
     text-align: center;
      padding-top: 45px;
      padding-bottom: 20px;
  }
  .banner-advs-style12 .banner-info12 .title2 {
      margin-top: -15px;
      margin-bottom: 10px;
  }
  .box-banner-cate .banner-advs-style13 {
      margin-bottom: 30px;
  }
  .banner-advs-style12  {
     box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      padding: 50px;
      background: #fff;
  }
  .box-banner3-home7 .col-left>.vc_column-inner> .wpb_wrapper{
      padding: 0px 50px;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      margin-right: 25px;
      background: #fff;
  }
  .box-banner3-home7 .col-right>.vc_column-inner> .wpb_wrapper{
      background: #fff;
  }
  .box-banner3-home7 .col-left .box-title-page{
      margin-bottom: 45px;
  }
  .box-banner3-home7 .col-right>.vc_column-inner> .wpb_wrapper{
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      margin-left: 25px;
  }
  .box-banner3-home7{
      padding-top: 25px;
      padding-bottom: 25px;
  }
  .box-banner3-home7 .quick-sale{
     padding: 70px;
  }
  .tight-shirt-home7 .left-tight-shirt{
      width: 44.6%;
  }
  .tight-shirt-home7 .right-tight-shirt{
      width: 55.4%;
  }
  .tight-shirt-home7 .left-tight-shirt .wpb_wrapper{
      margin-right: 25px;
  }
  .tight-shirt-home7 .right-tight-shirt .wpb_wrapper{
  margin-left: 25px;
  }
  .box-banner4-home7{
      padding-top: 25px;
      padding-bottom: 150px;
  }
  .box-banner4-home7 .element-block-cover{
      padding-top: 180px;
      padding-bottom: 200px;
          background-size: cover;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  }
  .box-banner4-home7 .title2{
      margin-top: -25px;
      margin-bottom: -10px;
  }
  .box-banner4-home7 .link-button2{
     margin-top: 45px;
  }
  .product-gridbanner-view .shortcode-banner{
      width: 40%;
      float: left;
  }
  .product-gridbanner-view .list-sc-col-on-item{
      width: 20%;
  }
  .list-sc-col-on-item:nth-child(5n){
     clear: both;  
  }
  .banner-product-home7{
      margin-right: 120px;
  }
  .product-home7{
      margin-bottom: 85px;
  }
  
  
  /* Vendor page*/
  .product-info .wcvendors_sold_by_in_loop{
      margin-bottom: 5px;
      display: inline-block;
      color: #ccc;
      font-size: 12px;
  }
  
  .item-product-list .product-info .wcvendors_sold_by_in_loop{
      margin-bottom: 15px;
  }
  
  .wcvendor-sold-by-meta{
      margin-bottom: 20px;
      color: #999;
  }
  .wcvendor-sold-by-meta a{
      color: #999;
  }
  .wcvendor-sold-by-meta a:hover{
      color: #53ac82;
  }
  .wcv_vendorslist .vendor_list a.button{
      line-height: 26px;
      text-transform: uppercase;
      font-size: 14px;
      color: #fff;
      display: block;
      background: #53ac82;
      padding: 10px 15px;
  }
  .wcv_vendorslist .vendor_list a.button:hover{
      color: #fff;
      background: #262626;
  }
  .wcv_vendorslist{
      padding: 0px;
      margin-bottom: -30px!important;
      margin-left: -15px;
      margin-right: -15px;
  }
  .wcv_vendorslist .vendor_list {
      display: inline-block;
      padding: 0px 15px;
      margin-bottom: 30px;
      width: 16.666%;
      margin-right: 0px!important;
  }
  .wcv_vendorslist .vendor_list img{
      width: 100%;
      height: auto;
  }
  label[for="apply_for_vendor"]{
      display: inline-block;
  }
  .button[name="apply_for_vendor_submit"]{
      color: #fff;
      font-size: 14px;
      display: inline-block;
      background: #53ac82;
      height: 60px;
      line-height: 60px;
      padding: 0px 40px;
      min-width: 190px;
      border: none;
      text-transform: uppercase;
      border-radius: 0px;
      text-align: center;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .button[name="apply_for_vendor_submit"]:hover{
      color: #fff;
      background: #262626;
  }
  
  .vendor-shop-settings h2{
      font-size: 24px;
      margin: 0px;
      color: #262626;
      margin-bottom: 20px;
  }
  .vendor-shop-settings h3{
      font-size: 20px;
      margin: 0px;
      color: #262626;
      margin-bottom: 20px;
      margin-top: 30px;
  }
  .vendor-shop-settings p>b {
      font-size: 20px;
      margin: 0px;
      color: #262626;
      margin-bottom: 20px;
      font-weight: 400;
  }
  .vendor-shop-settings  .pv_shop_name_container,
  .vendor-shop-settings  #pv_shop_description_container,
  .vendor-shop-settings  #pv_seller_info_container
  {
      margin-bottom: 30px;
  }
  .vendor-shop-settings input[type="text"] {
      height: 40px;
      padding: 0 10px;
      border: 1px solid #ebebeb;
  }
  .vendor-shop-settings label {
      font-size: 14px;
      color: #262626;
      font-weight: 400;
  }
  .vendor-shop-settings form {
      margin-bottom: 30px;
  }
  .vendor-shop-settings .table > thead > tr > th {
      border-bottom: 1px solid #ebebeb;
  }
  .vendor-shop-settings input[type="submit"] {
      color: #fff;
      background: #53ac82;
      font-size: 16px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      border: none;
      height: 60px;
      line-height: 60px!important;
      display: inline-block;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding: 0px 40px;
  }
  .vendor-shop-settings input[type="submit"]:hover {
      color: #fff;
      background: #262626;
  }
  #pv_shop_name,
  #pv_paypal {
      margin-top: 15px;
      width: 400px;
      max-width: 100%;
  }
  .vendor-shop-settings table .notes input,
  .vendor-shop-settings table {
      width: 100%;
  }
  .vendor-shop-settings table {
      margin-bottom: 30px;
  }
  .vendor-shop-settings table,
  .vendor-shop-settings th,
  .vendor-shop-settings td,
  .vendor-dashboard-page table,
  .vendor-dashboard-page th,
  .vendor-dashboard-page td{
      padding: 10px;
  }
  form .btn-inverse {
      background: #53ac82;
      border-radius: 0px;
      color: #fff;
      padding: 0px 30px;
      height: 45px;
      line-height: 45px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  form .btn-inverse:hover {
      background: #262626;
      color: #fff;
  }
  form .date-pick {
      height: 45px;
      padding: 0px 15px;
      border: 1px solid #ebebeb;
      margin-right: 20px;
      margin-left: 5px;
  }
  .wcv-dashboard-navigation>ul{
      padding: 0px;
  }
  .vendor-dashboard-page h2{
      font-size: 20px;
      font-family: Marcellus, cursive;
      margin: 0px;
      color: #262626;
      margin-bottom: 20px;
      text-transform: uppercase;
  }
  .vendor-dashboard-page input{
      height: 40px;
      border: 1px solid #ebebeb;
      padding: 0px 10px;
  }
  .vendor-dashboard-page form .btn-inverse{
      color: #fff;
      background: #53ac82;
      font-family: Marcellus, cursive;
      font-size: 18px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      height: 40px;
      line-height: 40px;
      padding: 0px 30px;
      border: none;
      display: inline-block;
  }
  .vendor-dashboard-page form .btn-inverse:hover{
      color: #fff;
      background: #262626;
  }
  .vendor-dashboard-page form {
      margin-bottom: 30px;
  }
  .vendor-dashboard-page .table-vendor-sales-report thead{
      font-family: Marcellus, cursive;
      font-size: 14px;
      color: #262626;
  }
  .vendor-dashboard-page .table-vendor-sales-report thead th{
  }
  .vendor-dashboard-page .table-condensed>tbody>tr>td,
  .vendor-dashboard-page .table-condensed>tbody>tr>th,
  .vendor-dashboard-page .table-condensed>tfoot>tr>td,
  .vendor-dashboard-page .table-condensed>tfoot>tr>th,
  .vendor-dashboard-page .table-condensed>thead>tr>td,
  .vendor-dashboard-page .table-condensed>thead>tr>th{
      padding: 10px 15px;
  }
  .wcv-dashboard-navigation>ul>li>a{
      color: #fff;
      background: #53ac82;
      text-transform: uppercase;
      font-size: 14px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      height: 45px;
      line-height: 45px;
      padding: 0px 30px;
      border: none;
      display: inline-block;
  }
  .wcv-dashboard-navigation>ul>li>a:hover{
      color: #fff;
      background: #262626;
  }
  .pv_shop_name_container,.pv_paypal_container{
      margin-top: 30px;
  }
  dt.variation-SoldBy{
      font-weight: 600;
      line-height: 24px;
  }
  /*end vendor*/
  
  .woocommerce .tm-has-options.product form.cart:not(.variations_form) {
      display: block;
  }
  .woocommerce .tm-has-options.product form.cart:not(.variations_form) .detail-qty {
      display: inline-block;
  }
  .woocommerce .tm-has-options.product form.cart:not(.variations_form) .button.single_add_to_cart_button {
      float: none;
  }
  .tm-extra-product-options-totals dt, .tm-extra-product-options-totals dd {
      padding-bottom: 10px;
      display: inline-block;
      width: 49%;
      border-bottom: 1px solid #e5e5e5;
      margin-bottom: 8px;
      font-size: 14px;
      font-weight: 400;
      color: #262626;
      text-transform: uppercase;
  }
  .tm-extra-product-options-totals dt.tm-final-totals, .tm-extra-product-options-totals dd.tm-final-totals {
      padding-bottom: 0px;
      margin-bottom: 0px;
      border-bottom:none;
  }
  .tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap {
      display: inline-block;
      width: 23.7%;
      vertical-align: top;
      border: 1px solid #e1e1e1;
      padding: 15px;
      margin-right: 10px;
      margin-top: 10px;
  }
  .tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap:nth-child(3n+1):not(:first-child) {
      margin-right: 0px;
  }
  .tc-mode-images .tc-label-wrap {
      display: inline-block;
  }
  .tm-extra-product-options .tm-epo-element-label{
      color: #262626;
      text-transform: uppercase;
      font-weight: 400;
  }
  .tc-extra-product-options .tmcp-field-wrap .price.tc-price .amount{
      color: #262626;
      font-weight: 400;
      font-size: 14px!important;
  }
  .woocommerce div.product p.price del, .woocommerce div.product span.price del{
      opacity: 1;
  }
  .tm-extra-product-options .tmcp-field-wrap .tc-price del{
      font-size: 14px!important;
      color: #999!important;
  }
  
  .tm-extra-product-options .tmcp-field-wrap .tc-price del .amount{
      color: #999!important;
  }
  .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
      text-decoration: none;
  }
  
  .tc-extra-product-options  [class*="li-"],.tc-extra-product-options  [class^=li-]{
      font-family: none!important;
  }
  
  .tm-description > p {
      color: #999;
      margin-bottom: 5px;
  }
  .tm-extra-product-options .tm-cell {
      margin-bottom: 30px;
  }
  .tc-totals-form{
      background: #fff;
      padding: 0px 20px;
      margin-bottom: 30px;
      border: 1px solid #e1e1e1;
  }
  .tc-totals-form dl{
      margin-bottom: 0px;
  }
  
  
  .banner-slider-home8{
      margin-top: -190px;
      margin-bottom: 140px;
  }
  .item-slider-home8 .title1{
      margin-bottom: 25px;
  }
  .item-slider-home8 .title2{
      margin-bottom: 15px;
      display: inline-block;
  }
  .item-slider-home8 .title2:before{
      content: '';
      width: 50px;
      height: 1px;
      background: #303030;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
  }
  .item-slider-home8 .title2:after{
      content: '';
      width: 50px;
      height: 1px;
      background: #303030;
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
  }
  .item-slider-home8 .title3{
      margin-bottom: 15px;
  }
  .item-slider-home8 .title4{
      margin-bottom: 40px;
  }
  .item3-slider-home8 .title3{
      vertical-align: middle;
      margin-top: 112px;
      margin-bottom: 55px;
  }
  .item3-slider-home8 .title3 span{
      vertical-align: middle;
  }
  .item3-slider-home8 .title4{
      margin-bottom: 45px;
  }
  
  .box-title-home8{
      text-align: center;
      text-transform: uppercase;
  }
  .box-title-home8 .title{
      margin: auto;
      display: inline-block;
      background: #fff;
      position: relative;
      padding: 0px 50px;
  }
  .box-title-home8 .title:after{
      content: '';
      height: 1px;
      left: -300px;
      right: -300px;
      background: #303030;
      position: absolute;
      top: 18px;
      z-index:-1;
  }
  .box-title-home8 .title:before{
      content: '';
      height: 1px;
      left: -100px;
      right: -100px;
      background: #303030;
      position: absolute;
      top: 11px;
      z-index:-1;
  }
  .box-title-home8 .sub-title{
      margin-top: 15px;
  }
  
  .item-service-style10 .number{
      font-weight: 100;
      line-height: 80px;
      margin-bottom: 82px;
  }
  .item-service-style10 .info-service h3{
      margin-bottom: 20px;
  }
  
  .box-service-home8:before {
      position: absolute;
      left: 0;
      right: 0;
      height: 1px;
      background: #e5e5e5;
      width: 100%;
      display: block!important;
      top: 55px;
  }
  .box-service-home8{
      margin-top: 77px;
  }
  .box-service-home8 .item-service-style10 {
      margin-bottom: 50px;
  }
  .box-service-home8 {
      margin-bottom: 90px;
  }
  .banner1-home8 .banner-info
  {
      padding-left: 200px;
  }
  .banner1-home8 .banner-info .title1{
      margin-bottom: -25px;
  }
  .banner1-home8 .info-location_center{
      display: inline-block;
  }
  .banner1-home8 .link{
      text-align: right;
      margin-top: 20px;
      margin-bottom: 0px;
  }
  .banner2-home8 .link{
      margin-bottom: -19px;
      margin-left: -30px;
  }
  .banner1-home8 .link a,
  .banner3-home8 .link a,
  .banner2-home8 .link a
  {
      position: relative;
  }
  .banner1-home8 .link a:after,
  .banner3-home8 .link a:after,
  .banner2-home8 .link a:after
  {
      position: absolute;
      content: '';
      left:0;
      right: 0;
      bottom: 0;
      background: #fff;
      height: 1px;
  }
  .box-banner12-home8, .box-banner345-home8 {
      padding: 0px 60px;
  }
  .box-banner12-home8 .banner-advs .banner-info, .box-banner345-home8 .banner-advs .banner-info{
      opacity: 0;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .box-banner12-home8 .banner-advs .adv-thumb-link:before, .box-banner345-home8 .banner-advs .adv-thumb-link:before{
      top:100%;
         transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .box-banner12-home8 .banner-advs:hover .adv-thumb-link:before, .box-banner345-home8 .banner-advs:hover .adv-thumb-link:before{
      top:0;
  }
  .box-banner12-home8 .banner-advs:hover .banner-info, .box-banner345-home8 .banner-advs:hover .banner-info{
      opacity: 1;
  }
  
  .box-banner12-home8 .banner1-home8{
     margin-right: 10px;
  }
  .box-banner12-home8 .banner2-home8{
     margin-left: 10px;
  }
  .banner2-home8 .banner-info
  {
      padding-left: 230px;
  }
  .banner2-home8 .banner-info .title3
  {
      margin-top: -25px;
  }
  .banner3-home8 .banner-info .title2
  {
      margin-top: 12px;
      margin-bottom: 22px;
  }
  .box-banner345-home8 .banner-advs ,
  .box-banner12-home8 .banner-advs
  {
      margin-bottom: 20px;
  }
  .box-banner345-home8 .left{
      margin-right: 14.5px
  }
  .box-banner345-home8 .right{
      margin-left: 14.5px
  }
  .box-banner345-home8 .center{
      margin-left: 6.5px;
      margin-right: 6.5px;
  }
  .box-banner345-home8{
  margin-bottom: 120px;
  }
  .tab-7up-style4 .tab-header {
      margin-bottom: 81px;
  }
  .tab-7up-style4 .line-header {
      display: inline-block;
      padding: 0px 50px;
      position: relative;
      background: #fff;
  }
  .tab-7up-style4 .title-tab {
      margin: 0 -15px;
  }
  .tab-7up-style4 .title-tab li {
      margin: 0px;
  }
  .tab-7up-style4 .title-tab a {
      font-size: 30px;
      font-weight: 700;
      text-transform: uppercase;
      color: #999999;
      padding: 0px 15px;
      margin: 0px;
      border: none;
  }
  .tab-7up-style4 .nav-tabs>li.active>a, .tab-7up-style4 .nav-tabs>li.active>a:focus, .tab-7up-style4 .nav-tabs>li>a:hover, .tab-7up-style4 .nav-tabs>li.active>a:hover {
      color: #303030;
      border: none;
      background: transparent;
  }
  .tab-7up-style4 .line-header:before {
      content: '';
      height: 1px;
      background: #303030;
      position: absolute;
      top: 17px;
      left: -100px;
      right: -100px;
      z-index: -1;
  }
  .tab-7up-style4 .line-header:after {
      content: '';
      height: 1px;
      background: #303030;
      position: absolute;
      top: 24px;
      left: -300px;
      right: -300px;
      z-index: -1;
  }
  
  .item-product-grid-style8 .product-thumb{
      border: 1px solid #e5e5e5;
  }
  .item-product-grid-style8 .product-title{
          font-weight: 400;
  }
  .item-product-grid-style8 .product-extra-link a{
     font-size: 20px;
      margin: 0px 12px;
  }
  .item-product-grid-style8 .product-extra-link{
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0;
      opacity: 0;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      z-index: 11;
  }
  .item-product-grid-style8:hover .product-extra-link{
      opacity: 1;
      bottom: 0;
      background: rgba(255, 255, 255, 0.96);
      padding: 15px 0px;
  }
  .item-product-grid-style8 .product-extra-link:hover{
      background: rgba(255, 255, 255, 0.96);
  }
  .item-product-grid-style8:hover .product-thumb{
     border-color: #53ac82;
  }
  .item-product-grid-style8 .product-thumb .product-label{
      top: 20px;
      right: 20px;
      left: 20px;
  }
  .item-product-grid-style8 .wrap-rating{
      margin-bottom: 4px;
  }
  .item-product-grid-style8 .product-price > span,
  .item-product-grid-style8 .product-price ins {
      font-size: 14px;
      font-weight: 700;
  }
  .item-product-grid-style8 .product-price del {
      font-size: 14px;
  }
  .product-extra-link .addcart-link.cart-icon2{
      border: none;
      display: inline-block;
      height: 100%;
      line-height: 100%;
      padding: 0px;
      border-radius: 0px;
      text-align: center;
  }
  .product-extra-link .addcart-link.cart-icon2:hover{
      background: transparent;
      color: #53AC82;
  }
  .item-product-grid-style8  .compare-link, 
  .item-product-grid-style8 .wishlist-link{
      height: 100%;
      line-height: 100%;
       border-radius: 50%;
       width: auto;
  }
  .item-product-grid-style8  .compare-link:hover, 
  .item-product-grid-style8 .wishlist-link:hover{
       background: transparent;
      color: #53AC82;
  }
  .product-tab-home8 .link-button4{
          min-width: 200px;
      border: 1px solid #303030;
  }
  .product-tab-home8 .link-button4:hover{
      border-color:#53AC82;
  }
  .product-tab-home8 .link-button4 {
      margin-top: 55px;
      margin-bottom: 20px;
  }
  .product-tab-home8 {
      margin-bottom: 125px;
  }
  .item-grid-post-style4 .title-post{
      line-height: 32px;
      margin-top: 25px;
      margin-bottom: 20px;
  }
  .item-grid-post-style4 .link-reading{
      text-transform: uppercase;
      font-weight: 700;
      color: #303030;
      margin-top: 20px;
      display: inline-block;
  }
  .box-post-home8 .item-grid-post-style4{
      margin: 0px 30px;
      margin-bottom: 30px;
  }
  .item-grid-post-style4 .link-reading:before{
      content: '';
      width: 30px;
      height: 1px;
      background: #303030;
      margin-right: 10px;
      display: inline-block;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .item-grid-post-style4 .link-reading:hover:before{
      width: 20px;
  }
  .box-post-home8 {
      padding: 0px 30px;
      margin-bottom: 105px;
  }
  .box-post-home8 .box-title-home8 ,
  .instagram-home8 .box-title-home8 {
      margin-bottom: 90px;
  }
  
  
  .instagram-home8 .instagram-box.default .instagram-col3 li{
      padding: 0 5px;
      margin-bottom: 10px;
  }
  .instagram-home8 {
      margin-bottom: 150px;
  }
  
  
  .bg-footer4 {
      background: #0a0705;
      padding: 0px 60px;
  }
  .box-brand-footer4 {
      padding-top: 60px;
      padding-bottom: 60px;
      padding-right: 85px;
      padding-left: 85px;
  }
  .info-footer4 .element-text-block p {
      margin-bottom: 18px;
  }
  .info-footer4 .footer-info li {
      margin-bottom: 8px;
  }
  .list-link-footer4{
      margin-bottom: 30px;
  }
  .list-link-footer4 li {
      margin-bottom: 25px;
  }
  .list-link-footer4 li:last-child {
      margin-bottom: 0px;
  }
  .mailchimp-footer4 .element-text-block h3 {
      margin-bottom: 22px;
  }
  .mailchimp-footer4 .element-text-block {
      margin-bottom: 35px;
  }
  .bottom-footer4 {
      padding-top: 35px;
      padding-bottom: 35px;
  }
  .box-brand-footer4 .banner-advs img {
      width: auto;
      margin: auto;
  }
  .main-footer4 {
      padding-top: 115px;
      padding-bottom: 80px;
  }
  .bottom-footer4 .social-list-style2 {
      margin-top: 5px;
  }
  .mailchimp-footer4 .form-newsletter {
      max-width: 100%;
  }
  .mailchimp-footer4 .mailchimp-style2 .mc4wp-form-fields {
      border-radius: 30px;
  }
  .mailchimp-footer4 .mailchimp-style2 button[type=submit]{
      border-radius: 30px;
      background: #53ac82;
          width: 100%;
              max-width: 150px;
  }
  .mailchimp-footer4 .mailchimp-style2 button[type=submit]:before{
      display: none;
  }
  .info-footer4 .footer-info li i {
      font-size: 18px;
      margin-right: 5px;
  }
  .bottom-footer4 .coppy-right {
      margin-top: 7px;
  }
  .bottom-footer4 .social-list-style2 a {
      font-size: 20px;
  }
  .box-title-page9 .title {
      position: relative;
      margin-bottom: 23px;
      margin-top: 20px;
  }
  .box-title-page9 .title:before {
      content: '';
      position: absolute;
      height: 2px;
      width: 80px;
      background: #53ac82;
      top: -20px;
  }
  .box-title-page9.text-center .title:before {
      left: 0;
      right: 0;
      margin: auto;
  }
  .width-title-page .desc {
      max-width: 430px;
      margin-right: auto;
      margin-left: auto;
  }
  
  .banner-slider-home9{
      margin-top: -113px;
      margin-bottom: 150px;
  }
  .main-header7 .main-nav > ul > li > a{
      color: #fff;
      font-weight: 400;
  }
  .main-header7 .box-account-search-cart >div>a {
     color: #fff;
      font-size: 18px;
      margin: 0px 15px;
  }
  .main-header7 .mini-cart1 .mini-cart-number {
      height: 18px;
      width: 18px;
      line-height: 18px;
      top: -17px;
      right: 0px;
  }
  .main-header7 .box-account-search-cart {
      margin: 0px -15px;
  }
  
  .main-header7 .main-nav{
      margin-left: 80px;
  }
  .menu-fixed-content.fixed-header .main-header7{
      background: #303030;
  }
  .box-service-home9 {
      margin-top: -90px;
      padding-bottom: 20px;
      z-index: 1;
  }
  .box-service-home9 .box-title-page9{
      margin-bottom: 60px;
  }
  
  .element-service-style11{
      background: #201611;
      height: 370px;
      width: 370px;
      border-radius: 50%;
      padding: 0px 50px;
      box-shadow: 0px 5px 10px 0px rgba(77, 54, 41, 0.3);
  }
  .element-service-style11 .service-info-flex{
      position: relative;
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      height: 100%;
  }
  .service-center .element-service-style11{
      margin-left: auto;
      margin-right: auto;
  }
  .service-left .element-service-style11{
      margin-right: 45px;
      margin-bottom: 50px;
  }
  .service-right .element-service-style11{
      margin-left: 45px;
      margin-bottom: 50px;
  }
  .element-service-style11 .service-info{
      margin: auto;
  }
  .element-service-style11 .icon-link{
      margin-bottom: 25px;
  }
  .element-service-style11 .info-service h3{
      margin-bottom: 20px;
  }
  .element-service-style11,
  .element-service-style11 .white{
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .element-service-style11:hover{
      background: #FCF7F4;
  }
  .element-service-style11:hover .white{
      color: #000;
  }
  .box-service-home9 .service-center .element-service-style11:after {
      position: absolute;
      background-image: url(images/a13.png);
      content: '';
      top: -130px;
      right: -210px;
      z-index: -1;
      width: 270px;
      height: 388px;
  }
  .box-service-home9 .service-center .element-service-style11:before {
      position: absolute;
      background-image: url(images/a12.png);
      content: '';
      top: -130px;
      left: -210px;
      z-index: -1;
      width: 270px;
      height: 388px;
  }
  .box-service-home9 .service-center .element-service-style11 {
      position: relative;
  }
  .box-service-home9 .box-title-page {
      margin-bottom: 60px;
  }
  .banner1-home9 .info1-banner1-home9 {
      margin-bottom: 280px;
  }
  .banner1-home9 {
      padding-top: 540px;
      padding-bottom: 200px;
      background-position: center;
      background-size: cover;
      margin-top: -250px;
      margin-bottom: -160px;
  }
  .banner1-home9 .link-button5 {
      margin-top: 60px;
  }
  .banner1-home9 .wpb_single_image {
      margin-top: -20px;
  }
  .banner1-home9 h3 {
      margin-bottom: 30px;
  }
  .tab-7up-style5 .nav-tabs>li>a {
      margin: 0px;
      border: none;
      border-radius: 0;
      padding: 0px;
      color: #656565;
      text-transform: uppercase;
      font-weight: 700;
      position: relative;
      font-size: 14px;
  }
  .tab-7up-style5 .nav-tabs>li.active>a, 
  .tab-7up-style5 .nav-tabs>li.active>a:focus, 
  .tab-7up-style5 .nav-tabs>li>a:hover,
  .tab-7up-style5 .nav-tabs>li.active>a:hover {
      color: #000;
      background: transparent;
      border: none;
  }
  .tab-7up-style5 .title-tab > li {
      margin: 0px 15px;
  }
  .tab-7up-style5 .title-tab {
      margin: 0 -15px;
      display: inline-block;
  }
  .box-product-home9 .tab-7up-style5 .tab-header {
      margin-bottom: 100px;
  }
  .box-product-home9 .box-title-page9 {
      margin-bottom: 33px;
  }
  .tab-7up-style5 .nav-tabs>li>a:before {
      content: '';
      height: 6px;
      width: 6px;
      display: inline-block;
      border-radius: 50%;
      position: absolute;
      left: -10px;
      top: 7px;
      background: transparent;
  }
  .tab-7up-style5 .nav-tabs>li.active>a:before {
      background: #53ac82;
  }
  
  .item-product-grid-style9 .product-title{
      line-height: 35px;
      font-weight: 300;
      margin-bottom: 10px;
  }
  .item-product-grid-style9 .addcart-link i{
      margin-left: 0px;
  }
  .item-product-grid-style9 .product-label span.sale {
      background: #303030;
        height: 40px;
      width: 40px;
      line-height: 40px;
          font-weight: 400;
  }
  .item-product .number-rate{
      display: none;
  }
  .item-product-grid-style9 .product-thumb-link::before{
      opacity: 0;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      content: "";
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      transform: scale(0);
      -webkit-transform: scale(0);
  }
  .item-product-grid-style9 .product-thumb:hover .product-thumb-link::before{
      opacity: 1;
      border-radius: 50%;
      transform: scale(1);
      -webkit-transform: scale(1);
  }
  .item-product-grid-style9 .product-thumb .product-thumb-link img{
      border-radius: 50%;
  }
  
  .item-product-grid-style9 .product-thumb:hover .extra-link-hover1 a {
      transform: translate(0) scale(1);
      -webkit-transform: translate(0) scale(1);
      opacity: 1;
      visibility: visible;
  }
  .extra-link-hover1 a,
  .woocommerce .extra-link-hover1 a.button.addcart-link{
      height: 40px;
      line-height: 40px;
      width: 40px;
      border-radius: 50%;
      font-size: 20px;
      display: inline-block;
      background: #fff;
      color: #000;
      text-align: center;
      padding: 0px!important;
      border: none;
      box-shadow: 0px 2px 3px 0px rgba(77, 54, 41, 0.3);
      margin: 0px 5px;
      min-width: auto;
  }
  .extra-link-hover1 a:hover,
  .woocommerce .extra-link-hover1 a.button.addcart-link:hover
  {
      background: #53ac82;
      color: #fff;
  }
  .item-product-grid-style9 .extra-link-hover1{
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 105px;
      margin: auto;
      height: 105px;
      display: block;
      z-index: 1;
  }
  .item-product-grid-style9 .extra-link-hover1 a:nth-child(1) {
      left: 0;
      top: 50%;
      margin: -20px 0!important;
      transform: translateX(-50px) scale(0);
      -webkit-transform: translateX(-50px) scale(0);
      position: absolute;
  }
  .item-product-grid-style9 .extra-link-hover1 a:nth-child(2) {
      top: 0;
      left: 50%;
      margin: 0 -20px!important;
      transform: translateY(-50px) scale(0);
      -webkit-transform: translateY(-50px) scale(0);
      position: absolute;
  }
  .item-product-grid-style9 .extra-link-hover1 a:nth-child(3){
      right: 0;
      top: 50%;
      margin: -20px 0!important;
      transform: translateX(50px) scale(0);
      -webkit-transform: translateX(50px) scale(0);
      position: absolute;
  }
  .item-product-grid-style9 .extra-link-hover1 a:nth-child(4) {
      bottom: 0;
      left: 50%;
      margin: 0 -20px!important;
      transform: translateY(50px) scale(0);
      -webkit-transform: translateY(50px) scale(0);
      position: absolute;
  }
  .extra-link-custom .item-product-grid-style9 .extra-link-hover1{
      width: 100%;
      height: 40px;
  }
  .extra-link-custom .item-product-grid-style9 .extra-link-hover1 a{
      position: unset;
      margin: 0px!important;
      transform: translateX(0px) scale(0);
      -webkit-transform: translateX(0px) scale(0);
  }
  .item-product-grid-style9 .product-info {
      padding-top: 20px;
  }
  .item-product-grid-style9 .product-info .wrap-rating{
    margin-bottom: 10px;
  }
  .item-product-grid-style9 .product-info .product-price{
    margin-bottom: 0px;
  }
  .item-product-grid-style9  .product-thumb {
      border: none;
  }
  .box-product-home9 .item-product-grid-style9 {
      margin-bottom: 40px;
  }
  .box-product-home9{
      z-index: 1;
  }
  
  .item-testimonial-style2 .testimonial-content {
      margin-bottom: 35px;
      max-width: 820px;
      margin-right: auto;
      margin-left: auto;
  
  }
  .item-testimonial-style2 .testimonial-content p{
      line-height: 35px;
  }
  .item-testimonial-style2 .testimonial-thumb {
      width: 100px;
      height: 100px;
      position: relative;
      display: inline-block;
      border: 3px solid #53ac82;
  }
  .item-testimonial-style2 .testimonial-info h3 {
      margin-top: 14px;
      margin-bottom: 10px;
  }
  .item-testimonial-style2 {
      text-align: center;
  }
  .testimonial-home9 {
      padding-top: 330px;
      padding-bottom: 270px;
      background-size: cover;
      margin-top: -40px;
      margin-bottom: -20px;
      background-position: center;
  }
  .testimonial-home9 .testimonial-info p {
      color: #fff;
  }
  .testimonial-home9 .navi-nav-style2.owl-theme .owl-nav button.owl-next, .testimonial-home9 .navi-nav-style2.owl-theme .owl-nav button.owl-prev {
      font-size: 12px;
      height: 40px;
      width: 40px;
      border-radius: 50%;
  }
  .testimonial-home9 .navi-nav-style2.owl-theme .owl-nav button.owl-next i, .testimonial-home9 .navi-nav-style2.owl-theme .owl-nav button.owl-prev i{
      border-radius: 50%;
  }
  
  
  
  .item-about-team4 .team-thumb a {
      display: inline-block;
      border: 1px solid transparent;
      background: #fff;
      margin-bottom: 50px;
  }
  .item-about-team4:hover .team-thumb a {
      border-color: #53ac82;
      padding: 10px;
      box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  }
  .item-about-team4 .team-info h3 {
      margin-bottom: 15px;
  }
  .item-about-team4 .share-social-team{
      margin-top: 18px;
  }
  .item-about-team4 .social-team a{
      padding: 0px 10px;
  }
  .item-about-team4 .social-team{
      margin-top: 20px;
  }
  .box-team-about-home9 .box-title-page9
  {
      margin-bottom: 60px;
  }
  .box-team-about-home9 .item-about-team4{
      margin-bottom: 30px;
  }
  .box-team-about-home9{
      margin-bottom: 115px;
  }
  .box-team-about-home9 .vc_column_container>.vc_column-inner {
      padding-left: 30px;
      padding-right: 30px;
  }
  
  .box-team-about-home9.vc_row {
      margin-left: -30px;
      margin-right: -30px;
  }
  
  .item-post-slick-slider{
      margin: 0px 15px;
  }
  .item-post-slick-slider .post-thumb .adv-thumb-link{
      border-radius: 340px;
  }
  .item-post-slick-slider .post-thumb .adv-thumb-link:after{
      content: '';
  }
  .item-post-slick-slider .post-thumb .adv-thumb-link:before{
      content: '';
  }
  .box-post-home1 .slick-slider-post .slick-slide.slick-slide{
      opacity: 0.2;
  }
  
  .box-post-home1 .slick-slider-post .slick-slide.slick-cloned{
      opacity: 0;
  }
  .box-post-home1 .slick-slider-post .slick-slide.slick-active{
      opacity: 1;
  }
  
  
  .box-post-home9 .slick-slider-post .slick-slide.slick-slide{
      opacity: 0.2;
  }
  
  .box-post-home9 .slick-slider-post .slick-slide.slick-cloned{
      opacity: 0;
  }
  .box-post-home9 .slick-slider-post .slick-slide.slick-active{
      opacity: 1;
  }
  .slick-slider-post .post-thumb{
      position: relative;
  }
  .slick-slider-post .post-thumb .get-date{
      left: 0;
      right: 0;
      bottom: 30px;
      text-align: center;
      position: absolute;
  }
  .slick-slider-post .post-thumb .get-date span{
      background: #fff;
      display: inline-block;
      padding: 8px 25px;
      border-radius: 20px;
  }
  .slick-slider-post .post-info{
      padding-top: 30px;
  }
  .slick-slider-post .post-info >.cate-by{
      margin-top: 18px;
      text-transform: capitalize;
  }
  .slick-slider-post .post-info .cate{
      display: inline-block;
  }
  .slick-slider-post .post-info .cate a{
      color: #53ac82;
  }
  .slick-slider-post .slick-arrow{
      display: inline-block;
      height: 40px;
      width: 40px;
      background: #000;
      color: #fff;
      line-height: 43px;
      text-align: center;
      border-radius: 50%;
  }
  .slick-slider-post .slick-arrow:hover{
      background: #53ac82;
      color: #fff;
  }
  .slick-slider-post .slick-arrow.slick-prev {
      display: inline-block;
      position: absolute;
      left: 400px;
      top: 37%;
      z-index: 1;
  }
  .slick-slider-post .slick-arrow.slick-next {
      display: inline-block;
      position: absolute;
      right: 400px;
      top: 37%;
      z-index: 1;
  }
  
  .box-post-home9{
      margin-bottom: 150px;
  }
  .box-post-home9 .box-title-page9 {
      margin-bottom: 60px;
  }
  
  
  .banner-advs-style13 .banner-info >a{
      height: 60px;
      line-height: 60px;
      background: #fff;
      padding: 0px 25px;
      min-width: 300px;
      display: inline-block;
      text-align: center;
      box-shadow: 0px 5px 10px 0px rgba(77, 54, 41, 0.3);
  }
  .banner-advs-style13 .banner-info{
      text-align: center;
      top: auto;
      bottom: 50px;
  }
  .banner-slider-home10 {
      margin-bottom: 150px;
  }
  .box-service-home10 {
      margin-bottom: 120px;
  }
  .box-banner-cate .cate-left .vc_column-inner {
      padding-right: 7.5px;
  }
  .box-banner-cate .cate-right .vc_column-inner {
      padding-left: 7.5px;
  }
  .box-banner-cate {
      margin-bottom: 120px;
  }
  .box-service-home10 .element-service-style11{
      height: 300px;
      width: 300px;
      margin-bottom: 30px;
  }
  .service-right .element-service-style11 {
      margin-left: 45px;
  }
  .box-product-home10 .box-title-page9 {
      margin-bottom: 60px;
  }
  .box-product-home10 .item-product {
      margin-bottom: 60px;
  }
  .image-banner1-home10 .adv-thumb-link {
      border-radius: 50%;
      border: 5px solid #ccb997;
  }
  .info-banner1-home10 h3 {
      margin-bottom: 30px;
  }
  .info-banner1-home10 .link-button5 {
      margin-top: 60px;
  }
  .banner1-home10 {
      padding-top: 120px;
      padding-bottom: 120px;
      background-size: cover;
      background-position: center;
      margin-bottom: 150px;
  }
  .box-product-home10 {
      margin-bottom: 80px;
  }
  .box-banner2-home10 {
      margin-bottom: 150px;
  }
  .box-team-about-home10 .box-title-page9 {
      margin-bottom: 60px;
  }
  .box-team-about-home10 .vc_column_container>.vc_column-inner {
      padding-left: 30px;
      padding-right: 30px;
  }
  .box-team-about-home10.vc_row {
      margin-left: -30px;
      margin-right: -30px;
  }
  
  .box-team-about-home10 .vc_column_container>.vc_column-inner {
      padding-left: 30px;
      padding-right: 30px;
  }
  .box-team-about-home10 {
      margin-bottom: 115px;
  }
  .progress-bar-about .info-bar {
      margin-bottom: 30px;
  }
  .info-bar h3 {
      line-height: 45px;
      font-size: 32px;
      margin-top: 5px;
  }
  .progress-bar-about {
      margin-bottom: 100px;
  }
  
  .progress-custom.vc_progress_bar {
      margin-top: 37px;
  }
  .progress-custom.vc_progress_bar .vc_single_bar .vc_label {
      position: absolute;
      top: -33px;
      padding: 0px;
      color: #000;
      font-size: 18px;
      font-family: 'Poppins';
      width: 100%;
  }
  .progress-custom.vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
      float: right;
  }
  .progress-custom.vc_progress_bar .vc_single_bar {
      height: 5px;
      background: #e5e5e5;
      margin-top: 32px;
      margin-bottom: 75px;
  }
  .progress-custom.vc_progress_bar .vc_single_bar .vc_bar {
      background: #53ac82;
  }
  
  
  .item-service-style12 .info-service{
      margin-top: 25px;
  }
  .count-down-about .count-number,
  .count-down-about .info-service h3 a
  {
      color: #fff;
  }
  .count-down-about .item-service-style12
  {
    margin-bottom: 30px;
  }
  .count-down-about
  {
    padding-top: 140px;
    padding-bottom: 90px;
      background-size:cover;
      background-position: center;
      background-repeat: no-repeat;
  }
  .count-down-about {
      padding-top: 140px;
      padding-bottom: 90px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
       margin-bottom: 150px;
  }
  .count-down-about .count-number, .count-down-about .info-service h3 a {
      color: #fff;
  }
  .box-post-home10 .box-title-page9{
      margin-bottom: 60px;
  }
  .box-post-home10 {
      margin-bottom: 150px;
  }
  
  .item-grid-post-style5 .get-date{
      display: inline-block;
      position: absolute;
      left: 10px;
      top: 10px;
      background: #fff;
      border: 1px solid #000;
      padding: 2px 13px;
  }
  .item-grid-post-style5 .title-post{
      line-height: 36px;
  }
  .item-grid-post-style5 .metabox-detail-post{
      margin-top: 25px;
      margin-bottom: 0px;
  }
  .item-grid-post-style5 .post-info{
      padding: 0px 15px
  }
  .item-grid-post-style5 .metabox-detail-post a {
      color: #ccb997;
  }
  .item-grid-post-style5 .metabox-detail-post a:hover {
      color: #303030;
  }
  
  .main-footer5 .wpb_column {
      padding-bottom: 75px;
      padding-top: 70px;
      border-right: 1px solid #ebebeb;
  }
  .main-footer5 .wpb_column {
      padding-bottom: 75px;
      padding-top: 70px;
      border-right: 1px solid #ebebeb;
  }
  .main-footer5 .wpb_column:last-child {
      border-right: none;
  }
  .main-footer5 .wpb_wrapper {
      padding-left: 60px;
      padding-right: 60px;
  }
  .about-footer5 h3 {
      margin-bottom: 50px;
  }
  .about-footer5 {
      margin-bottom: 15px;
  }
  .mailchimp-footer5 h3 {
      margin-bottom: 55px;
  }
  .mailchimp-footer5 .newsletter-form {
      margin-bottom: 15px;
  }
  .mailchimp-footer5 .social-list-style2 {
      margin-top: 22px;
  }
  .bottom-footer5 {
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .bottom-footer5 .coppy-right {
      margin-top: 20px;
  }
  body .bottom-footer5 .scroll-top {
      position: relative;
      right: 0;
      opacity: 1;
      bottom: 0px;
      background: transparent;
      height: 60px;
      line-height: 60px;
      width: 60px;
  }
  .main-footer5 {
      margin-top: 150px;
  }
  .mailchimp-footer5 .mailchimp-style2 button[type=submit] {
      border-radius: 30px;
      background: #53ac82;
          width: 100%;
      max-width: 120px;
      padding: 0px 25px;
  }
  .mailchimp-footer5 .mailchimp-style2 .mc4wp-form-fields {
      border-radius: 30px;
  }
  .mailchimp-footer5 .form-newsletter {
      max-width: 100%;
  }
  .mailchimp-footer5 .mailchimp-style2 button[type=submit]:before{
      display: none;
  }
  .bottom-footer5 .social-list-style2{
    margin-top: 20px;
  }
  .address-footer5 a {
      text-decoration: underline;
  }
  .banner-slider .owl-theme.navi-nav-style3 .owl-nav button.owl-prev,
  .banner-slider .owl-theme.navi-nav-style3 .owl-nav button.owl-next
  {
      background: transparent;
      border: none;
      box-shadow: none;
  }
  .owl-carousel.navi-nav-style3 .owl-nav button.owl-prev i, 
  .owl-carousel.navi-nav-style3 .owl-nav button.owl-next i{
      color: #cacaca;
      font-size: 40px;
      background: transparent;
      border: none;
  }
  .owl-carousel.navi-nav-style3 .owl-nav button.owl-prev:hover i, 
  .owl-carousel.navi-nav-style3 .owl-nav button.owl-next:hover i{
      color: #53ac82;
  }
    .main-footer4 .logo-lotusgreen {
      margin-top: -10px;
      margin-bottom: 10px;
      }
  .main-footer4 .list-link-footer {
      margin-bottom: 30px;
  }
  .info-footer4 {
      margin-bottom: 30px;
  }
  .testimonial-home10{
      margin-bottom: 150px;
  }
  .text-content-product-furniture >h3 {
      font-size: 36px;
      margin-bottom: 25px;
  }
  .product-content-info .wpb_column {
      border-right: 1px solid #ccb997;
      margin-bottom: 42px;
  }
  .product-content-info .wpb_column:last-child {
      border-right: none;
  }
  .product-content-info .vc_column_container>.vc_column-inner {
      padding-left: 30px;
      padding-right: 30px;
  }
  .product-content-info.vc_row {
      margin-left: -30px;
      margin-right: -30px;
  }
  .banner-content-product {
      margin-bottom: 50px;
  }
  .main-header8 .logo-center .preview-image{
      position: unset;
      opacity: 1;
      visibility: initial;
      width: auto;
      height: auto;
      padding: 0px;
      border: none;
      box-shadow: none;
      margin-top: 9px;
    margin-left: 175px;
      margin-right: 175px;
  }
  .main-header8 .preview-image > a:hover > img {
      top: unset;
      transform: unset;
      -webkit-transform: unset;
  }
  .main-header8 .main-nav {
      margin-right: -80px;
  }
  .main-header8 .main-nav li:hover > .preview-image {
      opacity: 1;
      visibility: visible;
      margin-top: 9px;
  }
  .main-header8 .logo-center>a{
  display: none;
  }
  .main-header8 .logo-center .preview-image>a{
      height: auto;
  }
  .main-header8 .preview-image > a > img{
     position: unset;
  }
  .main-header8 .box-account-search-cart {
      padding-top: 0px;
  }
  .main-header8 {
       border-bottom: 1px solid #dadada;
  }
  .banner-advs-style14 .banner-info-video {
      position: absolute;
      bottom: 20px;
      text-align: center;
      left: 0;
      right: 0;
  }
  .icon-play {
      color: #fff;
      font-size: 50px;
      border-radius: 50%;
      height: 80px;
      width:80px;
      padding: 0px;
      line-height:80px;
      display: inline-block;
      text-align: center;
      cursor: pointer;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      background: transparent;
      border: 2px solid #fff;
      position: relative;
      box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.8);
  }
  .icon-play:hover,
  .banner-advs-style14:hover .icon-play {
      background: rgba(255, 255, 255, 0.5);
      color: #fff;
  }
  .banner-advs-style14 .icon-play {
         position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      z-index: 1;
  }
  .item-product-grid-style10 .product-info{
      position: absolute;
      bottom: 0px;
      padding-top: 0px;
      text-align: center;
      left: 0;
      right: 0;
      height: 90px;
      z-index: 2
  }
  .item-product-grid-style10 .product-thumb{
      border-radius: 10px;
  }
  .item-product-grid-style10:hover .product-thumb{
      box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 1);
  }
  .item-product-grid-style10 .product-thumb a.product-thumb-link:before{
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 100%;
      background: rgba(0, 0, 0, 0.5);
          transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      z-index: 1
  }
  .item-product-grid-style10:hover .product-thumb a.product-thumb-link:before{
      top: 0;
  }
  .item-product-grid-style10 .product-info .add_to_cart_button{
      height: 40px;
      line-height: 40px;
      background: #fff;
      border: 1px solid #303030;
      display: inline-block;
      padding: 0px 25px;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-top: 20px;
      opacity: 0;
  }
  .item-product-grid-style10:hover .product-info .add_to_cart_button{
      margin-top: 0px;
      opacity: 1;
  }
  .item-product-grid-style10 .product-info .add_to_cart_button:hover{
      background: #303030;
      color: #fff;
  }
  .item-product-grid-style10 .product-info .product-title{
        margin-bottom: 13px;
        opacity: 0;
  }
  .item-product-grid-style10:hover .product-info .product-title{
        opacity:1
  }
  .box-product-tab-home11 .tab-7up-style4 .line-header:before,
  .box-product-tab-home11 .tab-7up-style4 .line-header:after
  {
      display: none;
  }
  .box-product-tab-home11{
      margin-bottom: 70px;
  }
  .box-product-tab-home11 .tab-7up-style4 .tab-header {
      margin-bottom: 50px;
  }
  .box-product-tab-home11 .tab-7up-style4 .title-tab a {
      font-size: 24px;
      position: relative;    
      padding: 0px;
      margin: 0px 25px;
          text-transform: unset;
  }
  .box-product-tab-home11 .tab-7up-style4 .title-tab a:after {
      content: '';
      height: 2px;
      background: #303030;
      display: inline-block;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: -5px;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .box-product-tab-home11 .tab-7up-style4 .title-tab .active a:after
   {
      left: 0;
      right: 0;
  }
  .box-banner1-home11 .banner-advs{
      margin-bottom: 30px;
  }
  .box-banner1-home11{
      margin-bottom: 60px;
  }
  .box-product-tab-home11 .vc_col-md-6 .item-product-grid-style10 .product-info .product-title{
      font-size: 24px;
  }
  .box-product-tab-home11 .vc_col-md-6  .item-product-grid-style10 .product-info {
      height: 110px;
  }
  .item-post-slick-slider2 .hover{
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      opacity: 0;
      transition: all 1s ease-out 0s;
      -webkit-transition: all 1s ease-out 0s;
          height: 130px;
              z-index: 1;
  }
  .item-post-slick-slider2:hover .hover{
      opacity: 1;
  }
  .item-post-slick-slider2 .hover i{
       font-size: 30px;
      width: 100px;
      height: 100px;
      display: inline-block;
      line-height: 100px;
      border: 1px solid #fff;
      border-radius: 50%;
      color: #fff;
      transition: all 1s ease-out 0s;
      -webkit-transition: all 1s ease-out 0s;
  }
  .item-post-slick-slider2 .post-thumb a:before{
      content: '';
       position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      opacity: 0;
      transition: all 1s ease-out 0s;
      -webkit-transition: all 1s ease-out 0s;
          background: rgba(0, 0, 0, 0.3);
          z-index: 1
  
  }
  .item-post-slick-slider2.slick-current:hover .post-thumb a:before{
      opacity: 1;
  }
  .item-post-slick-slider2:hover .hover i{
     transform: rotate(360deg);
  }
  .item-post-slick-slider2 .hover span{
      display: block;
      color: #fff;
      text-transform: uppercase;
      margin-top: 10px;
  }
  .item-post-slick-slider2{
      padding: 0px 80px;
  }
  .item-post-slick-slider2 .post-thumb img{
      transform: scale(0.9);
  }
  .item-post-slick-slider2.slick-active  .post-thumb img{
      transform: scale(1);
  }
  .item-post-slick-slider2 .post-info{
     opacity: 0;
   
  }
  .item-post-slick-slider2.slick-active .post-info{
     opacity: 1;
         -webkit-animation-name: fadeInUpDeep;
      animation-name: fadeInUpDeep;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
  }
  .slick-slider-post2 .slick-arrow {
      display: inline-block;
      height: 40px;
      width: 40px;
      color: #fff;
      line-height: 43px;
      text-align: center;
      border-radius: 50%;
      font-size: 30px;
  }
  .slick-slider-post2 .slick-arrow.slick-next {
      display: inline-block;
      position: absolute;
      right: 265px;
      top: 29%;
      z-index: 1;
          cursor: pointer;
  }
  .slick-slider-post2 .slick-arrow.slick-prev {
      display: inline-block;
      position: absolute;
      left: 265px;
      top: 29%;
      z-index: 1;
          cursor: pointer;
  }
  .box-post-home11 .post-info .cate a,
  .box-post-home11 .post-info .color-title
  {
      color: #fff;
  }
  .slick-slider-post2 .post-info .cate a{
      text-transform: uppercase;
  }
  .slick-slider-post2 .post-info .cate {
    margin-top: 20px;
      margin-bottom: 10px;
  }
  .slick-slider-post2{
      padding-bottom: 140px;
  }
  .slick-slider-post2 .slick-dots button{
     display: none;
  }
  .slick-slider-post2 .slick-dots{
     list-style: none;
  }
  .slick-slider-post2 .slick-dots li{
         display: inline-block;
      height: 10px;
      width: 10px;
      border: 1px solid #fff;
      border-radius: 50%;
      margin-right: 10px;
  }
  .slick-slider-post2 .slick-dots li.slick-active{
       background: #fff;
  }
  .slick-slider-post2 .slick-dots li:last-child{
     
      margin-right: 0px;
  }
  .slick-slider-post2 .slick-dots{
         position: absolute;
      padding-left: 0;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      bottom: 0px;
  }
  .box-post-home11  .slick-slider-post2 .slick-dots{
      bottom: 100px;
  }
  .box-post-home11 .blog-slider-slick2-view:before{
      content: '';
      width: 100%;
      height: 300px;
      background: #fff;
      position: absolute;
      top: 0;
      background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(0,0,0,0) 85%);
  }
  .box-post-home11{
      margin-bottom: 100px;
  }
  .block-search-element-style2{
      margin: auto;
      
  }
  .block-search-element-style2 .search-form {
      max-width: 800px;
      border: none;
     border-bottom: 2px solid #303030;
      border-radius: 0px;
          background: #fff;
  }
  .box-search-home11 .block-search-element-style2 .search-form {
    margin:auto;
  }
  .block-search-element-style2 .search-form input[type="text"] {
      font-size: 24px;
  }
  
  .block-search-element-style2 .submit-form::after {
    background: #fff;
      color: #303030;
      border-radius: 0px;
      bottom: 2px;
      font-size: 24px;
      font-weight: 700;
  }
  .block-search-element-style2  .submit-form {
      width: 70px;
      border-radius: 0px;
      margin: 0px;
  }
  .box-search-home11{
      margin-bottom: 100px;
  }
  .box-title-page11{
      margin-bottom: 45px;
  }
  .box-title-page11 .title:before{
      display: none;
  }
  .box-title-page11 .title {
      margin-top: 0px;
  }
  .box-search-home11 .box-title-page11{
      margin-bottom:35px;
  }
  .banner-slider-home11{
      margin-bottom: 100px;
  }
  .banner-slider-slick .slider-nav{
  
      position: absolute;
      left: 0;
      right: 0;
      bottom: 30px;
  
  }
  .banner-slider-slick .slider-nav .item-dot{
         color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      opacity: 0.8;
      border-bottom: 2px solid #fff;
      margin: 0px 10px;
        padding: 5px 10px;
        cursor: pointer;
  }
  .banner-slider-slick .slider-nav .item-dot.slick-current,
  .banner-slider-slick .slider-nav .item-dot:hover
  {
      opacity: 1;
  }
  .banner-slider-home11 .title1{
      margin-bottom: 40px
  }
  .banner-slider-home11 .title2{
      margin-right: 30px
  }
  .banner-slider-home11 .ib1 .banner-info{
     left: 55%;
      height: 180px;
  }
  .banner-slider-home11 .ib2 .banner-info{
     left: 10%;
      height: 180px;
  }
  
  .banner-slider-home11 .ib3 .banner-info{
     text-align: center;
        height: 240px;
  }
  .banner-slider-home11 .ib3 .banner-info .title2{
     display: block;
      margin-bottom: 20px;
      margin-right: 0px;
  }
  .banner-slider-home11 .banner-slider-slick .slider-nav {
      left: 15%;
      right: 15%;
  }
  .logo-header8{
      display: none;
  }
  .main-footer-home11 .mailchimp-style-default .form-newsletter input[type="email"] {
      background: #fff;
  }
  .main-footer-home11 .mailchimp-style-default .form-newsletter button[type="submit"] {
      border: 1px solid #303030;
  }
  .main-footer-home11 .box-title-footer h3:after{
      background: #303030;
      display: none;
  }
  .main-footer-home11 .box-title-footer h3{
      margin-bottom: 35px;
  }
  .bottom-footer-home11 .brand-footer {
      margin-top: 0px;
  }
  .bottom-footer-home11 .link-bottom-footer {
      margin-bottom: 10px;
      margin-top: 10px;
  }
  .banner-slider-home12{
      margin-top: -121px;
      margin-bottom: 70px;
  }
  .banner-advs-style15 .banner-info {
  top: auto;
  bottom: 40px;
  left: 70px;
  }
  .banner-advs-style15 .title{
      margin-bottom: 12px;
      display: inline-block;
  }
  .link-button-banner15 i{
      display: inline-block;
      width: 40px;
      height: 40px;
      text-align: center;
      font-size: 18px;
      line-height: 40px;
      color: #fff;
      background: #303030;
      border-radius: 50%;
          transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .banner-advs-style15:hover .link-button-banner15 i,
  .link-button-banner15:hover i{
       background: #53ac82;
       margin-right: -5px;
  }
  .link-button-banner15 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      overflow: hidden;
      min-width:40px;
      height: 40px;
      border-radius: 40px;
      background: rgba(255,255,255,.9);
      -webkit-box-shadow: 0 0 5px rgba(0,0,0,.08);
      box-shadow: 0 0 5px rgba(0,0,0,.08);
      color: #fff;
      font-size: 13px;
      width: 40px;
      background: #303030;
       max-width: 140px;
       font-size: 12px;
       font-weight: 700;
      font-family: 'Playfair Display';
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  
  .link-button-banner15 span {
      overflow: hidden;
      padding: 0;
      max-width: 0;
      white-space: nowrap;
      font-weight: 600;
      -webkit-transition: padding .4s cubic-bezier(.175,.885,.32,1.15),max-width .4s cubic-bezier(.175,.885,.32,1.15);
      transition: padding .4s cubic-bezier(.175,.885,.32,1.15),max-width .4s cubic-bezier(.175,.885,.32,1.15);
      display: inline-block;
  }
  .banner-advs-style15:hover .link-button-banner15,
  .link-button-banner15:hover {
      width: 100%;
       padding: 0px 10px;
      color: #fff;
          background: #53ac82;
  }
  .banner-advs-style15:hover .link-button-banner15> span,
  .link-button-banner15:hover> span {
      padding-right: 25px;
      max-width: 280px;
  }
  .banner-advs-style15 .link-button-banner15 {
      margin-top: 20px;
  }
  .banner-advs-style15 .adv-thumb-link:before{
      left: -100px;
      right: -30px;
      bottom: -50%;
      top: 45%;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
       transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
  }
  .banner-advs-style15:hover .adv-thumb-link:before {
      right: -100px;
  }
  .banner123-home12 .banner-advs-style15{
      padding: 0px 25px;
      margin-bottom: 30px;
  }
  .padding-right35{
      padding-right: 35px;
  }
  .padding-left35{
      padding-left: 35px;
  }
  
  .banner123-home12{
      margin-bottom: 120px;
  }
  .best-seller-home12 .box-title-page2{
      margin-bottom: 70px;
  }
  .best-seller-home12 .product-thumb img{
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
  }
  .best-seller-home12 .item-product:hover .product-thumb img{
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%);
  }
  .best-seller-home12 {
      margin-bottom: 150px;
  }
  .box-title-page12 .title:after{
      content: '';
      width: 80px;
      height: 5px;
      background: #fff;
      margin-top: 25px;
      display: block;
  }
  .box-title-page12 .title2{
       margin-top: 50px;
  }
  .box-title-page12 .title3{
       margin-top: 12px;
  }
  .box-title-page12 .link-button2{
       margin-top: 35px;
  }
  .banner4-home12 .box-title-page12 {
      padding-top: 160px;
      padding-bottom: 160px;
      padding-left: 100px;
  }
  .banner4-home12 .banner-advs  {
      margin-left: -130px;
      margin-right: -50px;
      margin-top: -20px;
  }
  .banner4-home12{
      overflow: inherit!important;
          background-attachment: fixed;
      background-position: center;
      background-size: cover;
      margin-bottom: 150px;
  }
  .box-post-home12 .list-post-wrap .wrap-item .item-post {
      padding: 0 25px;
  }
  .box-post-home12 .list-post-wrap{
      margin:0 -25px;
  }
  .box-post-home12 .item-grid-post-style1 .excerpt-post{
      display: none;
  }
  .box-post-home12 .item-grid-post-style1 .post-meta-data2{
       margin-bottom: 0px;
  }
  .box-post-home12 .owl-item:nth-child(2n+1){
       margin-top: 100px;
  }
  .box-post-home12 .item-grid-post-style1 .post-thumb img{
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
  }
  .box-post-home12 .item-grid-post-style1 .post-thumb:hover img{
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%);
  }
  .box-post-home12 .item-grid-post-style1 {
      margin-bottom: 30px;
  }
  .box-post-home12 {
      margin-bottom: 120px;
  }
  .mailchimp-style2 button[type=submit]{
          min-width: 150px;
  }
  .main-footer6{
      padding-top:120px;
  }
  .main-footer6 .social-list-style1 a{
      color: #fff;
      margin-bottom: 20px;
  }
  .main-footer6 .social-list-style1 i {
      background: transparent;
      border-color: #fff;
  }
  .main-footer6 .social-list-style1{
      margin-bottom: 50px;
  }
  .main-footer6 .logo-lotusgreen{
      margin-bottom: 20px;
      margin-top: -28px;
  }
  .main-footer6 .item-grid-post-style2 .color-title{
     color: #fff;
  }
  .bottom-footer12{
      margin-top: 70px;
      padding-top: 50px;
      margin-left: -60px!important;
      margin-right: -60px!important;
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      padding-bottom: 55px;
  }
  .bottom-footer12 .link-bottom-footer{
      margin-bottom: 30px;
  }
  .main-footer6 .instagram-box.default .instagram-col4 li{
      padding: 5px;
  }
  .main-footer6 .instagram-box.default .instagram-col4 li a{
       border: 3px solid #fff;
  }
  .main-footer6 .follow-instagram {
      margin: 0 -5px;
  }
  .main-footer6{
      background-size: cover;
  }
  .instagram-footer12 .wpb_wrapper{
      margin-left: 80px;
  }
  .instagram-footer12 .instagram-text-follow{
      display: none;
  }
  .instagram-footer12 li img{
       -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
  }
  .instagram-footer12 li:hover img{
       -webkit-filter: grayscale(0%);
      filter: grayscale(0%);
  }
  .list-link-footer12 .box-title-footer{
      margin-left: 50px;
  }
  .main-header3{
      z-index: 12;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  @media (min-width: 1680px) {
  
     .item-slider-home8 .slider-content-text {
      margin-left: -180px;
      }
  }/* End min width 1441*/
  @media (min-width: 1441px) {
  
      .instagram-home1 .instagram-masonry{
          margin-left: -365px;
          margin-right: -365px;
      }
  
  }/* End min width 1441*/
  @media (min-width: 1171px) {
  
  }/* End min width 1171*/
  @media (min-width: 991px) {
  
  }/* End min width 991*/
  
  @media (max-width: 1680px) {
  
  }/* End max width 1680*/
  
  @media (max-width: 1440px) {
      main-footer6 {
      padding-top: 70px;
  }
      .box-post-home12 .list-post-wrap {
      margin: 0 -15px;
  }
      .box-post-home12 .list-post-wrap .wrap-item .item-post {
      padding: 0 15px;
  }
      .box-service3-home3 .banner-advs {
      margin: 0px -60px;
  }
      .box-post-home12 {
      margin-bottom: 70px;
  }
      .banner4-home12 {
      margin-bottom: 100px;
  }
      .best-seller-home12 {
      margin-bottom: 100px;
  }
      .banner123-home12 {
      margin-bottom: 70px;
  }
      .padding-left35 {
      padding-left: 15px;
  }
  .padding-right35 {
      padding-right: 15px;
  }
      .banner123-home12 .banner-advs-style15 {
      padding: 0px 15px;
  }
      .banner-slider-home11 .banner-slider-slick .slider-nav {
      left: 10%;
      right: 10%;
  }
      .main-header8 .logo-center .preview-image {
      margin-left: 130px;
      margin-right: 130px;
  }
      .slick-slider-post .slick-arrow.slick-prev {
      left: 200px;
  }
  .slick-slider-post .slick-arrow.slick-next {
      right: 200px;
  }
      .box-brand-footer4 {
      padding-right: 30px;
      padding-left: 30px;
  }
      .box-banner12-home8, .box-banner345-home8 {
      padding: 0px 30px;
  }
      .item3-slider-home8 .title3 span {
      font-size: 48px;
  }
      .item3-slider-home8 .title3 {
      vertical-align: middle;
      margin-top: 50px;
      margin-bottom: 30px;
      font-size: 90px;
  }
      .box-banner3-home7 .col-left>.vc_column-inner> .wpb_wrapper {
      padding-bottom: 55px;
  }
      .box-banner2-home7 .col-left {
      width: 69.3%;
  }
  .box-banner2-home7 .col-right {
      width: 30.7%;
  }
      .box-service-home6 {
          padding-right: 30px;
          padding-left: 30px;
      }
      .box-team-home6 .wpb_wrapper {
          padding-left: 30px;
      }
      .box-team-home6 .group-navi2 .owl-nav {
          right: 15px;
      }
      .box-banner4-home6 .box-title-page {
          padding-right: 30px;
      }
      .banner2-home6 {
          padding-left: 30px;
      }
      .box-product-tab1-home6 .group-navi .owl-nav {
          right: -42%;
      }
      .box-product-tab1-home6 .banner-slider{
          margin-right: 400px;
      }
      .box-product-tab1-home6 .right-col {
          width: 57.666%;
      }
      .box-product-tab1-home6 .left-col {
          width: 42.333%;
      }
      .group-banner-home6 .col-left,
      .group-banner-home6 .col-right
      {
          width: 33%;
      }
      .group-banner-home6 .col-center
      {
          width: 34%;
      }
      .group-phone-accont-wishlist-cart .service-list-style9 {
          margin-right: 20px;
      }
      .box-search-phone-home5 .box-phone-home5 .wpb_wrapper {
          padding: 18.5px 30px;
      }
      .title-tab-product-home5 .title:before {
          margin-bottom: 30px;
      }
      .item-product-grid-style6 .product-extra-link6 {
          margin-top: 30px;
      }
      .left  .banner1-home5 .banner-info {
          left: 30px;
          bottom: 50px;
      }
      .center  .banner1-home5 .banner-info {
          bottom: 30px;
      }
      .right  .banner1-home5 .banner-info {
          bottom: 30px;
      }
      .banner1-home5 .banner-info .title48{
          font-size: 32px;
      }
      .banner1-home5 .title {
          font-size: 24px;
      }
      .banner1-home5 .title18 {
          font-size: 14px;
      }
      .box-group-banner-home5 .center >.vc_column-inner> .wpb_wrapper {
          margin-right: -60px;
          margin-left: 26px;
      }
      .box-group-banner-home5 .left >.vc_column-inner> .wpb_wrapper {
          margin-right: -28px;
      }
      .box-group-banner-home5 .right >.vc_column-inner> .wpb_wrapper {
          margin-left: 59px;
      }
      .box-product-tab1-home5 .col-left, .box-product-tab1-home5 .col-center {
          width: 35.3%;
      }
      .box-product-tab1-home5 .col-right {
          width: 29%;
      }
  
      .box-product-tab2-home5 .col-left {
          width: 26.4%;
      }
      .box-product-tab2-home5 .col-right, .box-product-tab2-home5 .col-center {
          width: 36.8%;
      }
      .item-product-grid-style5 .countdown-style-item-product2 .clock{
          min-width: 40px;
      }
      .banner-advs-style10 .banner-info10 {
          padding-left: 20px;
      }
      .filter-shop-woof .woof_sid_auto_shortcode {
          padding-left: 30px;
          padding-right: 30px;
      }
      .filter-shop-woof .woof_submit_search_form_container {
          width: 20%;
      }
      .box-category-home5 {
          padding-left: 30px;
          padding-right: 30px;
      }
      .brand-home4 {
          padding-left: 30px;
          padding-right: 30px;
      }
      .banner-salle-up-home4 {
          margin-top: 15px;
      }
      .product2-tab-home4 .tab-7up-style1 .tab-header>ul {
          padding-right: 65px;
      }
      .box-banner2-home4 .wpb_wrapper {
          margin-bottom: 0px;
      }
      .product-tab-home4 .product-col .wpb_wrapper {
          margin-left: 130px;
      }
      .product2-tab-home4 .product-col .wpb_wrapper {
          margin-right: 130px;
      }
      .row-banner1-home4 .left {
          padding-right: 15px!important;
      }
      .row-banner1-home4 .right {
          padding-left: 15px!important;
      }
      .banner-advs-style7 .image2 {
          top: 210px;
      }
      .banner-advs-style7 .banner-info-style7 {
          width: 400px;
          height: 250px;
          margin-right: 30px;
      }
      .margin-bottom150 {
          margin-bottom: 100px;
      }
      .banner-slider-home3 .tp-leftarrow{
          margin-left: -30px;
      }
      .banner-slider-home3 .tp-rightarrow{
          margin-right: -30px;
      }
      .box-service1-home3 .element-block-cover {
           margin-left: 0px;
           margin-right: 0px;
      }
      .box-product-discount-home3,
      .box-contact-banner-home3,
      .box-service3-home3,
      .box-post-home3,
      .banner-slider-home3,
      .box-service1-home3,
      .box-product-tab-home3{
          margin-bottom: 100px;
      }
      .box-service3-home3 {
          padding-left: 30px;
          padding-right: 30px;
      }
      .box-service3-home3 .service-list-style8:first-child {
          margin-top: 90px;
      }
      .box-service3-home3 .service-list-style8 {
          margin-bottom: 50px;
      }
      .box-service2-home3 .box-title-page2, .box-contact-home3 .box-title-page2 {
          margin-bottom: 50px;
      }
      .box-service2-home3 >.vc_column-inner>.wpb_wrapper {
          margin-right: 30px;
      }
      .box-banner-service-home3 .element-service- {
          margin-bottom: 50px;
          margin-left: 30px;
      }
      .box-contact-home3 .wpb_wrapper {
          padding-left: 50px;
          padding-right: 50px;
      }
      .box-title-page2.margin-bottom70{
          margin-bottom: 50px;
      }
      .box-service1-home3 {
          padding-top: 100px;
          padding-bottom: 100px;
      }
      .box-service-home3 .banner-slider .owl-item {
          padding-left: 15px;
          padding-right: 15px;
      }
      .box-service-home3 {
          padding-left: 0px;
          padding-right: 0px;
          margin-bottom: 65px;
      }
      .box-category-home2 {
          margin-bottom: 90px;
      }
      .main-footer2, .bottom-footer2 {
          padding: 0px 15px;
      }
      .main-footer2 {
          padding-bottom: 35px
      }
      .box-brand-home2 {
          padding: 0px 30px;
          margin-bottom: 100px;
      }
      .maichimp-home2 {
          padding-top: 100px;
          padding-bottom: 100px;
      }
      .box-instagram-home2 {
          padding-left: 15px;
          padding-right: 15px;
          margin-bottom: 100px;
      }
      .box-wellness {
          padding: 70px 50px 220px;
          margin-left: 30px;
          margin-right: 30px;
          margin-bottom: 100px;
      }
      .box-category-home2 .element-categories-box-style4 {
          margin: 0px 15px;
      }
      .box-category-home2 .banner-slider {
          margin: 0px -15px;
      }
      .box-contact-home2 {
          padding: 0px 30px;
          margin-bottom: 100px;
      }
      .box-banner-dowload-home2 {
          padding-top: 150px;
          padding-bottom: 150px;
          margin-bottom: 100px;
      }
      .box-testimonalis-home2 {
          padding-top: 100px;
          padding-bottom: 100px;
          margin-bottom: 100px;
      }
      .box-post-home2 {
          padding: 100px 30px;
      }
      .box-product-home2 {
          padding-top: 100px;
          padding-bottom: 100px;
      }
      .box-service-home2, .box-product-home2 {
          padding-left: 0;
          padding-right: 0;
      }
      .box-service-home2, .box-banner1-home2 {
          margin-bottom: 70px;
      }
      .banner-slider-home2 {
          margin-bottom: 100px;
      }
      .padding-right45 {
          padding-right: 15px;
      }
      .padding-left45 {
          padding-left: 15px;
      }
      .banner-slider-home2 .tp-leftarrow {
          margin-left: -30px;
      }
      .banner-slider-home2 .tp-rightarrow {
          margin-right: -30px;
      }
      .banner-slider-home2 .title:before {
          margin-bottom: 20px;
      }
      .service-contact2 {
          margin-bottom: 70px;
      }
      .box-contact-form2 .box-title-page {
          margin-bottom: 65px;
      }
      .box-contact-form2 {
          margin-top: 100px;
      }
      .box-contact-form3 {
          margin-bottom: 80px;
      }
      .faq-about3 {
          padding-left: 15px;
          padding-right: 15px;
          margin-top: 70px;
          margin-bottom: 100px;
      }
      .custom-accordion-vc {
          margin-right: 0px;
      }
      .item-team-style3 .team-content {
          padding-top: 0px;
      }
      .service-about3 .service-list-style2 {
          padding-bottom: 50px;
      }
      .service-about3 .left .wpb_wrapper ,
      .service-about3 .right .wpb_wrapper
      {
          padding-top: 50px;
      }
      .service-about3 .left .service-list-style2 {
          margin-right: 50px;
          padding-right: 120px;
      }
      .service-about3 .right .service-list-style2 {
          margin-left: 50px;
          padding-left: 120px;
      }
      .service-about3 {
          margin-right: 30px;
          margin-left: 30px;
          margin-bottom: 100px;
      }
      .banner1-about .info-location_center h3 {
          font-size: 36px;
      }
      .banner1-about .info-location_center p{
          display: none;
      }
      .single-product .s7up-header-page-header-1 {
          margin-bottom: -80px;
      }
      .single-product .header-main-menu-default {
          padding: 0px 40px;
      }
      .before-shop-list{
          padding-top: 35px;
      }
      .banner3-about .bg-banner3-about {
          padding-top: 20px;
          padding-bottom: 20px;
      }
      .banner3-about .bg-banner3-about img{
          max-height: 45px;
      }
      .style-gallery-vertical .col-md-5 .detail-info {
          padding-left: 0px;
      }
      .style-gallery-vertical .col-md-7 .detail-gallery {
          padding-right: 0px;
      }
      .pagi-nav {
          margin-top: 70px;
      }
      .before-shop-page {
          padding-top: 150px;
          padding-bottom: 150px;
      }
      body.archive.woocommerce-page #main-content>.container ,
      .archive.woocommerce  .header-main-menu-default{
          padding-left: 30px;
          padding-right: 30px;
      }
      .best-seller-about,.box-team-about {
          padding-left: 100px;
          padding-right: 100px;
      }
      .main-header1.fixed-header {
          padding: 0px 30px;
      }
      .banner1-about .info-location_center {
          padding-left: 60px;
          max-width: 600px;
      }
      .box-team-nature .owl-theme .owl-nav.disabled+.owl-dots{
          margin-left: 0px;
      }
      .box-team-home1 .item-team-style2 .team-thumb {
          max-width: 260px;
      }
      .box-team-home1 .banner-slider {
          padding-right: 0px;
      }
      .main-footer1 >.wpb_column > .vc_column-inner {
          padding-left: 30px!important;
          padding-right: 30px!important;
      }
      .list-col-item.list-10-item, .list-col-item.list-9-item, .list-col-item.list-8-item, .list-col-item.list-7-item, .list-col-item.list-6-item, .list-col-item.list-5-item {
          padding: 0 5px;
      }
      .list-post-wrap .wrap-item[data-item="5"],
      .list-post-wrap .wrap-item[data-item="6"],
      .blog-grid-view[data-column="5"] .row,
      .blog-grid-view[data-column="6"] .row,
      .product-grid-view[data-column="5"] .row,
      .product-grid-view[data-column="6"] .row,
      .product-grid-view[data-column="7"] .row,
      .product-grid-view[data-column="8"] .row,
      .product-grid-view[data-column="9"] .row,
      .product-grid-view[data-column="10"] .row{
          margin: 0 -5px;
      }
      .banner-slider-home1,.main-header1{
          padding-left: 30px;
          padding-right: 30px;
      }
      .padding-right60 {
          padding-right: 30px;
      }
      .padding-left60 {
          padding-left: 30px;
      }
  
      .banner-advs-style2 .banner-info-style2 .link-button1, .banner-advs-style4 .banner-info .button-slider {
          margin-top: 20px!important;
      }
      .banner-advs-style2 .banner-info-style2 h2, .banner-advs-style4 .banner-info h2 {
          margin-bottom: 20px;
      }
      .banner-advs-style2 .banner-info-style2 h2:before {
          margin-top: 30px;
          margin-bottom: 20px;
      }
      .banner-advs-style4 .banner-info h2:before{
          margin-bottom: 20px;
      }
      .gap-50 .list-product-wrap .item {
          padding: 0 15px;
      }
      .gap-50 .list-product-wrap {
          margin: 0 -15px;
      }
      .box-product-tab-home1 .owl-carousel .owl-nav button.owl-prev {
          left: -5px;
      }
      .box-product-tab-home1 .owl-carousel .owl-nav button.owl-next {
          right: -5px;
      }
      .instagram-masonry .column3 ,.instagram-masonry .column1{
          width: 25.333333%;
      }
      .instagram-masonry .column2 {
          width: 49.333333%;
      }
      .box-service-testimonalis-home1 .element-service- {
          margin-bottom: 50px;
      }
      .banner-advs-style5 .banner-info {
          left: 50px;
          right: 50px;
          top: 60px;
          bottom: 60px;
          padding: 30px;
      }
      .banner-advs-style5 .banner-info .desc:after {
          margin-top: 25px;
          margin-bottom: 25px;
      }
      .item-masonry-col {
          padding-left: 15px;
          padding-right: 15px;
      }
      .blog-masonry-view .row {
          margin-right: -15px;
          margin-left: -15px;
      }
      .box-service-testimonalis-home1,.box-banner1-home1,.box-product-tab-home1,.banner-studio-fashiton-home1{
          margin-bottom: 100px;
      }
      .post-home1 {
          margin-bottom: 70px;
      }
      .instagram-home1 {
          margin-bottom: 90px;
      }
      .download-home1 {
          padding-top: 100px;
          padding-bottom: 100px;
      }
      .box-team-nature {
          padding-top: 100px;
          padding-bottom: 100px;
          margin-bottom: 100px;
      }
      .element-service- .info-service .link {
          margin-top: 20px;
          display: inline-block;
      }
      .service-home1 .vc_row .wpb_column:last-child {
          padding-left: 0px;
      }
      .banner-slider-home1 .img-1{
          margin-left: 150px;
      }
      .banner-slider-home1 .img-2{
          margin-left: 150px;
      }
      .banner-info-about {
          margin-bottom: 100px;
      }
      .box-contact-map {
          margin-bottom: 100px;
      }
      .best-seller-about {
          margin-bottom: 65px;
      }
      .box-team-about .box-title-page {
          margin-bottom: 60px;
      }
      .box-team-about {
          margin-bottom: 100px;
      }
      .main-page-default, .content-page {
          padding: 100px 0;
      }
      .main-footer1 {
          padding: 0px 15px;
      }
      .bottom-footer1 .element-block-cover {
          margin-left: 30px;
          margin-right:30px;
      }
      .box-blog-grid {
          padding-top: 35px;
      }
      .box-blog-grid .tab-7up-style1 .title-tab > li {
          margin-bottom: 55px;
      }
      .footer-default {
          margin-left: 30px;
          margin-right: 30px;
      }
      .single-product .main-header1 {
          padding-left: 15px;
          padding-right: 15px;
      }
      .single-product .main-footer1 {
          padding: 0px;
      }
      .single-product .bottom-footer1 .element-block-cover {
          margin-left: 15px;
          margin-right: 15px;
      }
      .nav-product {
          right: -5px;
      }
      .box-company-about2 {
          margin-bottom: 100px;
      }
      .testimonio-about2 {
          padding-top: 100px;
          padding-bottom: 100px;
          margin-bottom: 100px;
      }
      .category-page1,.box-category2{
          padding-left: 15px;
          padding-right: 15px;
      }
      .banner1-home6 .banner-info {
          padding-left: 30px;
      }
      .product-home7 .gap-50 .list-product-wrap .product{
      padding: 0 15px;
      margin-bottom: 30px;
      }
      .box-banner4-home7 {
      padding-bottom: 100px;
  }
  .product-home7 {
      margin-bottom: 55px;
  }
  }/* End max width 1440*/
  
  @media (max-width: 1366px) {
          .slick-slider-post .slick-arrow.slick-prev {
      left: 100px;
  }
  .slick-slider-post .slick-arrow.slick-next {
      right: 100px;
  }
      .box-banner4-home7 .element-text-block{
      margin-right: -150px;
      }
      .box-banner3-home7 .quick-sale {
      padding: 70px 30px 30px;
  }
      .box-banner3-home7 .quick-sale {
      padding: 70px 30px;
  }
      .box-banner2-home7 .col-left {
      width: 69.5%;
  }
  .box-banner2-home7 .col-right {
      width: 30.5%;
  }
      .box-product-tab2-home6 .col-left, .box-product-tab2-home6 .col-center {
          width: 36.7%;
      }
      .box-product-tab2-home6 .col-right {
          width: 26.5%;
      }
      .single-product .header-main-menu-default {
          padding: 0px 15px;
      }
      .main-nav-default .main-nav1 > ul > li > a{
          padding: 0 10px;
      }
      .brand-footer a {
          max-width: 44px;
      }
      .header-main-menu-default {
          padding: 0px 66px;
      }
  }/* End max width 1366*/
  @media (max-width: 1280px) {
         .box-brand-footer4 {
      padding-right: 15px;
      padding-left: 15px;
  }
      .banner1-home8 .banner-info, .banner2-home8 .banner-info {
      padding-left: 0px;
      text-align: center;
  }
  .box-banner12-home8, .box-banner345-home8 {
      padding: 0px 15px;
  }
      .brand-home4 {
          padding-left: 15px;
          padding-right: 15px;
      }
      .banner-slider-home3 .tp-leftarrow{
          margin-left: -45px;
      }
      .banner-slider-home3 .tp-rightarrow{
          margin-right: -45px;
      }
      .box-product-discount-home3 .gap-50 .list-product-wrap .product {
          padding: 0 15px;
          margin-bottom: 30px;
      }
      .box-service3-home3 {
          padding-left: 15px;
          padding-right: 15px;
      }
      .box-service-home3 .banner-slider .owl-item {
          padding-left: 0px;
          padding-right: 0px;
      }
      .main-footer2, .bottom-footer2 {
          padding: 0px 0px;
      }
      .main-footer2 {
          padding-bottom: 35px
      }
      .box-instagram-home2 .banner-advs .box-title-page2 {
          width: 80%;
          padding-bottom:30px;
          padding-left: 20px;
          padding-right: 20px;
      }
      .box-instagram-home2 {
          padding-left: 0px;
          padding-right: 0px;
      }
      .box-wellness {
          margin-left: 15px;
          margin-right: 15px;
      }
      .box-contact-home2 .service-list-style2 {
          min-height: auto;
      }
      .box-contact-home2 .left .wpb_wrapper {
          margin-right: 50px;
      }
      .box-contact-home2 .element-service-style2 {
          margin-top: 30px;
      }
      .service-rtl.service-list-style2 {
          padding-right: 130px;
      }
      .box-contact-home2 {
          padding: 0px 0px;
      }
     /* .box-category-home2 .banner-slider .cuoi .desc-thumb-cate .desc, .box-category-home2 .banner-slider .dau .desc-thumb-cate .desc, .box-category-home2 .banner-slider .cuoi .element-categories-box-style4 .desc-thumb-cate .thumb-cate:before, .box-category-home2 .banner-slider .dau .element-categories-box-style4 .desc-thumb-cate .thumb-cate:before {
          opacity: 1;
      }*/
      .box-category-home2 .banner-slider:hover .owl-theme .owl-nav button.owl-next {
          right: 15px;
      }
      .box-category-home2 .banner-slider:hover .owl-theme .owl-nav button.owl-prev {
          left: 15px;
      }
      .box-post-home2 {
          padding: 100px 15px;
      }
      .box-product-home2 .vc_column_container>.vc_column-inner {
          padding-left: 15px;
          padding-right: 15px;
      }
      .box-product-home2 .vc_row {
          margin-left: -15px;
          margin-right: -15px;
      }
      .vc_row.box-service-home2 {
          margin-left: -15px;
          margin-right: -15px;
      }
      .box-service-home2 .vc_column_container>.vc_column-inner {
          padding-left: 15px;
          padding-right: 15px;
      }
      .padding-left45 {
          padding-left: 0px;
      }
      .padding-right45 {
          padding-right: 0px;
      }
      .banner-slider-home2 .tp-leftarrow {
          margin-left: -45px;
      }
      .banner-slider-home2 .tp-rightarrow {
          margin-right: -45px;
      }
      #rev_slider_4_1_wrapper .hesperiden.tparrows:before {
          font-size: 14px!important;
          line-height: 45px!important;
      }
      #rev_slider_4_1_wrapper .hesperiden.tparrows {
          width: 45px!important;
          height: 45px!important;
      }
      .archive.woocommerce .header-main-menu-default {
          padding-left: 15px;
          padding-right: 15px;
      }
      .nav-product {
          right: -5px;
      }
      .main-header1.fixed-header {
          padding: 0px 15px;
      }
      .banner-post-detail .element-block-cover{
          padding-left: 30px;
          padding-right: 30px;
      }
      .banner-slider-home1 .title{
          font-size: 34px!important;
          line-height: 40px!important;
      }
  
      .banner-slider-home1,.main-header1, body.archive.woocommerce-page #main-content>.container {
          padding-left: 15px;
          padding-right: 15px;
      }
      .padding-right60 {
          padding-right: 15px;
      }
      .padding-left60 {
          padding-left: 15px;
      }
  
      .box-team-nature .element-block-cover {
          margin-right: 0px;
      }
      .header-main-menu-default {
          padding: 0px 15px;
      }
      .category-page1,.box-category2,.faq-about3{
          padding-left: 0px;
          padding-right: 0px;
      }
  
      .product-tab-home4 .tab-7up-style1, .product2-tab-home4 .tab-7up-style1 {
          margin-bottom: -50px;
      }
  }/* End max width 1280*/
  @media (max-width: 1200px) {
      .padding-right35 {
      padding-right: 0px;
  }
  .padding-left35 {
      padding-left: 0px;
  }
      .box-service-home6 {
          padding-right: 15px;
          padding-left: 15px;
      }
      .box-team-home6 .wpb_wrapper {
          padding-left: 15px;
      }
      .box-banner4-home6 .box-title-page {
          padding-right: 15px;
      }
      .banner2-home6 {
          padding-left: 15px;
      }
      .banner-slider-home5 .wpb_wrapper {
          padding-left: 30px;
      }
      .filter-shop-woof .woof_sid_auto_shortcode {
          padding-left: 15px;
          padding-right: 15px;
      }
      .filter-shop-woof .woof_sid_auto_shortcode .woof_container_inner {
          padding-right: 15px;
      }
      .box-category-home5 {
          padding-left: 15px;
          padding-right: 15px;
      }
      .main-header1.fixed-header {
          padding: 0px 15px;
      }
      .main-footer1 {
          padding: 0px 0px;
      }
      .bottom-footer1 .element-block-cover {
          margin: 0px 15px 15px 15px;
      }
      .header-main-menu-default {
          padding: 0px 15px;
      }
      .footer-default {
          margin-left: 15px;
          margin-right: 15px;
      }
  }/* End max width 1200*/
  @media (max-width: 1199px) {
      .tight-shirt-home7 .left-tight-shirt,
      .tight-shirt-home7 .right-tight-shirt {
      width: 100%;
  }
  .tight-shirt-home7 .left-tight-shirt .wpb_wrapper {
      margin-right: 0px;
  }
  .box-banner3-home7 .col-left>.vc_column-inner> .wpb_wrapper {
      padding-left: 30px;
      padding-right: 30px;
  }
  .tight-shirt-home7 .right-tight-shirt .wpb_wrapper {
      margin-left: 0px;
  }
      .banner3-home6 {
          padding-top: 170px;
          padding-bottom: 170px;
      }
      .main-footer3 .vc_col-md-4:nth-child(3n+1){
          clear: both;
      }
      .main-footer3 .box-title-footer{
          margin-bottom: 50px;
      }
      .mail-chimp-footer3 .wpb_wrapper {
          max-width: 100%;
      }
      .main-footer3 {
          padding-bottom: 20px;
      }
      .main-footer3 .box-title-footer h3 {
          margin-bottom: 50px;
      }
      .box-group-banner-home5 .right >.vc_column-inner> .wpb_wrapper {
          margin-left: 0;
      }
      .box-group-banner-home5 .center >.vc_column-inner> .wpb_wrapper {
          margin-right: 0;
          margin-left: 0;
      }
      .box-group-banner-home5 .left >.vc_column-inner> .wpb_wrapper {
          margin-right: 0;
      }
      .box-group-banner-home5 .left{
          width: 42.7%;
      }
      .box-group-banner-home5 .center{
          width: 57.3%;
      }
      .box-group-banner-home5 .right{
          width: 100%;
      }
      .box-product-tab2-home5 .col-left {
          width: 42.8%;
      }
      .box-product-tab2-home5 .col-center {
          width: 57.2%;
      }
      .box-product-tab2-home5 .col-right{
          width: 100%;
      }
      .box-product-tab1-home5 .col-left, .box-product-tab1-home5 .col-center {
          width: 50%;
      }
      .box-contact-home3 .wpb_wrapper {
          margin-bottom: 70px;
      }
      .main-footer2 .brand-footer {
          margin-top: 10px;
      }
      .main-footer2 .link-bottom-footer {
          margin-top: 20px;
      }
      .main-footer2 {
          margin-bottom: 30px;
      }
      .main-footer2 .link-bottom-footer {
          text-align: left;
      }
      .team-about3 .item-team-style3 .team-info, .team-about3 .item-team-style3 .team-content {
          width: 100%;
      }
      .service-about3 .left .wpb_wrapper {
          margin-right: 15px;
      }
      .service-about3 .left .service-list-style2 {
          margin-right: 0;
      }
      .service-about3 .service-list-style2:last-child {
          padding-bottom: 50px;
      }
      .service-about3 .right .service-list-style2 {
          margin-left: 0px;
      }
      .service-about3 .right .wpb_wrapper {
          margin-left: 15px;
      }
      .box-company-about2 .left-company .wpb_wrapper {
          margin-right:0px;
          margin-bottom: 50px;
      }
      .box-service-testimonalis-home1 .banner-advs-style5 {
          margin-left: 0px;
      }
  
      .col-best-seller .box-title-page {
          padding-right: 0px;
      }
      .box-team-nature .wpb_column.col-best-seller{
          padding-top: 0px!important;
      }
      .box-team-nature .box-title-page {
          margin-left: 0px;
      }
      .main-footer1 >.wpb_column.footer-post > .vc_column-inner{
          border-left: none;
          padding-left: 15px!important;
      }
      .main-footer1 >.wpb_column.footer-post {
         clear: both;
      }
      .banner-advs-style5 .banner-info {
          padding: 130px;
      }
      .box-team-home1 .banner-slider {
          padding-right: 260px;
      }
      .box-team-nature .owl-theme .owl-nav.disabled+.owl-dots {
          margin-left: 260px;
      }
      .testimonali-home1{
          margin-top: 70px;
      }
      .tight-shirt-home7 .left-tight-shirt{
          margin-bottom: 30px;
      }
      .box-banner3-home7 .quick-sale {
      padding-top: 0px;
  }
  }/* End max width 1199*/
      
  @media (max-width: 1170px) {
      .banner4-home12 .title{
          font-size: 24px;
      }
      .banner4-home12 .box-title-page12 .title2 {
      font-size: 24px;
  }
  .box-title-page12 .title3 {
      font-size: 18px;
  }
      .bottom-footer12 {
      margin-top: 50px;
      padding-top: 50px;
      padding-bottom: 50px;
  }
      .bottom-footer12 .link-bottom-footer {
      margin-bottom: 15px;
  }
      .main-footer6 {
      padding-top: 70px;
  }
      .box-post-home12 .owl-item:nth-child(2n+1) {
      margin-top: 0px;
  }
      .banner4-home12 .box-title-page12 {
      padding-top: 90px;
      padding-bottom: 90px;
      padding-left: 50px;
  }
      .best-seller-home12,.banner4-home12 {
      margin-bottom: 70px;
  }
      .banner123-home12,.box-post-home12 {
      margin-bottom: 40px;
  }
      .best-seller-home12 .box-title-page2 {
      margin-bottom: 45px;
  }
      .main-header3.fixed-header .mini-cart2 .mini-cart-link .mini-cart-number {
      color: #303030;
  }
      .main-header3.fixed-header .box-account-search-cart >div>a.mini-cart-link {
      color: #303030;
  }
      .instagram-footer12 .wpb_wrapper {
      margin-left: 30px;
  }
      .slick-slider-post2 .slick-arrow.slick-prev {
      left: 170px;
      top: 25%;
  }
  .slick-slider-post2 .slick-arrow.slick-next {
      right: 170px;
      top: 25%;
  }
      .item-post-slick-slider2 {
      padding: 0px 50px;
  }
      .main-header8 .main-nav {
      margin-right: 0px;
  }
      .banner-slider-home11 .banner-slider-slick .slider-nav {
      left: 0;
      right: 0;
  }
      .main-header8 .logo-center{
  display: none;
      }
      .logo-header8{
      display: block;
  }
      .logo-header8 .logo-lotusgreen{
          text-align: center;
  }
      .box-team-about-home10 .box-title-page9 {
      margin-bottom: 40px;
  }
      .info-bar h3 {
      font-size: 24px;
      line-height: 35px;
  }
      .bottom-footer5 {
      padding-top: 35px;
      padding-bottom: 35px;
  }
      .about-footer5 h3, .mailchimp-footer5 h3 {
      margin-bottom: 30px;
      font-size: 28px;
  }
      .main-footer5 {
      margin-top: 70px;
  }
      .box-post-home10 .box-title-page9 {
      margin-bottom: 40px;
  }
      .count-down-about,.box-post-home10 {
      margin-bottom: 70px;
  }
      .box-team-about-home10 {
      margin-bottom: 55px;
  }
      .progress-bar-about {
      margin-bottom: 30px;
  }
      .box-banner2-home10 {
      margin-bottom: 70px;
  }
      .banner-advs-style13 .banner-info >a {
      min-width: auto;
  }
      .testimonial-home10{
      margin-bottom: 70px;
  }
      .banner1-home10 {
      padding-top: 100px;
      padding-bottom: 100px;
      margin-bottom: 70px;
  }
      .box-product-home10 {
      margin-bottom: 0px;
  }
      .banner-slider-home10 {
      margin-bottom: 70px;
  }
  .box-service-home10 {
      margin-bottom: 40px;
  }
  .box-banner-cate {
      margin-bottom: 40px;
  }
  
  
      .box-title-page9 .title:before {
      top: -10px;
  }
      .banner-slider-home9 .tparrows{
          display: none!important;
      }
      .box-post-home9 {
      margin-bottom: 70px;
  }
      .box-post-home9 .box-title-page {
      margin-bottom: 40px;
  }
      .box-team-about-home9 {
      margin-bottom: 40px;
  }
  .box-product-home9 .tab-7up-style5 .tab-header {
      margin-bottom: 40px;
  }
  .box-service-home9 .box-title-page9{
     margin-bottom: 40px;
  }
      .main-header7 .main-nav {
      margin-left: 0px;
  }
    .bottom-footer4 .social-list-style2 {
      text-align: center;
  }
      .main-footer4 .logo-lotusgreen a .bg-logo{
  font-size: 24px;
      }
      .bg-footer4 {
      padding: 0px;
  }
      .main-footer4 {
      padding-top: 70px;
      padding-bottom: 40px;
  }
      .instagram-home8 {
      margin-bottom: 100px;
  }
     .box-post-home8 .box-title-home8, .instagram-home8 .box-title-home8{
      margin-bottom: 40px;
  }
      .box-post-home8 .item-grid-post-style4 {
      margin: 0px 15px;
      margin-bottom: 30px;
  }
      .box-post-home8 .box-title-home8 {
      margin-bottom: 40px;
  }
      .box-post-home8 {
      padding: 0px;
          margin-bottom: 70px;
  }
      .product-tab-home8 {
          margin-bottom: 95px;
  }
      .product-tab-home8 .link-button4 {
      margin-top: 0px;
  }
      .tab-7up-style4 .tab-header {
      margin-bottom: 32px;
  }
     .box-banner345-home8 {
      margin-bottom: 70px;
  }
      .box-service-home8 {
      margin-bottom: 20px;
          margin-top: 57px;
  }
      .banner-slider-home8 {
      margin-bottom: 95px;
  }
      .box-service-home8:before {
      background: transparent;
  }
      .item-service-style10 .number {
      margin-bottom: 30px;
      font-size: 48px;
      line-height: 50px;
  }
  .item-service-style10 .info-service h3 {
      margin-bottom: 20px;
  }
      .banner-slider-home8 .owl-nav {
      display: none;
  }
      .banner-slider-home8 {
      margin-top: 0px;
  }
      .box-banner4-home7 .element-block-cover {
              padding-top: 80px;
      padding-bottom: 100px;
      background-position: center;
  }
      .product-gridbanner-view .list-sc-col-on-item,
       .product-gridbanner-view .shortcode-banner  {
      width: 33.333%;
  }
  .list-sc-col-on-item:nth-child(5n) {
      clear: none;
  }
  
  .list-sc-col-on-item:nth-child(3n+1) {
      clear: both;
  }
      .banner-product-home7 {
      margin-right: 50px;
  }
      .box-banner2-home7 .col-left .wpb_wrapper ,
      .banner-advs-style12{
      padding: 30px;
  }
      .box-banner2-home7 .col-left {
      width: 73%;
  }
  .box-banner2-home7 .col-right {
      width: 27%;
  }
      .banner2-home7 .banner-info {
      max-width: 300px;
          left: 50px;
      top: 50px;
  }
      .banner1-home7 .banner-info{
          left: 50px;
      top: 50px;
      }
      .main-nav > ul > li.new-label .description,
      .main-nav > ul > li.hot-label .description{
          display: none;
      }
      .box-cate-slider-home5 .mega-menu .wpb_column{
          width: 100%;
      }
      .main-nav3,
      .category-vertical-menu{
          height: 320px;
          overflow-y: auto;
      }
  
      .main-nav3 li.has-mega-menu > .mega-menu
      {
          display: none;
          opacity: 1;
          margin: 0;
          visibility: visible;
          pointer-events: inherit;
          position: static;
          box-shadow: none;
          width: 100%!important;
          padding: 0px;
      }
      .category-vertical-menu li.has-mega-menu > .mega-menu
      {
          display: none;
          opacity: 1;
          margin: 0;
          visibility: visible;
          pointer-events: inherit;
          position: static;
          box-shadow: none;
          width: 100%!important;
      }
      .main-nav3 .btn-toggle-mobile-menu::after
      {
          top: -5px;
          height: 30px;
          width: 30px;
          border-left: none;
          text-align: center;
          background: #ebebeb;
          line-height: 30px;
      }
      .category-vertical-menu .btn-toggle-mobile-menu::after
      {
          top: -6px;
          right: 8px;
          height: 30px;
          width: 30px;
          border-left: none;
          text-align: center;
          background: #ebebeb;
          line-height: 30px;
      }
      .main-nav3 > ul > li,
      .category-vertical-menu > ul > li
      {
          position: relative;
      }
      .main-nav3 > ul > li.menu-item-has-children > a::after,
      .main-nav3 > ul > li.has-mega-menu > a::after,
      .category-vertical-menu > ul > li.menu-item-has-children > a::after,
      .category-vertical-menu > ul > li.has-mega-menu > a::after{
          display: none;
      }
      .box-banner4-home6 .box-title-page {
          padding-left: 15px;
      }
      .tab-7up-style3 .tab-content {
          padding-left: 40px;
      }
      .tab-7up-style3 .tab-header ul li a {
          padding: 17px 20px 15px;
      }
      .banner2-home6 {
          padding-top: 100px;
          padding-bottom: 100px;
      }
      .box-product-tab1-home6 .group-navi .owl-nav {
          right: 23px;
      }
      .link-header5 {
          margin-top: 30px;
      }
      .box-product-tab1-home6 .banner-slider{
          margin-right: 0px;
      }
      .box-product-tab1-home6 .owl-carousel .owl-stage-outer {
          overflow: hidden;
      }
      .box-product-tab1-home6 .left-col {
          width: 42.7%;
      }
      .box-product-tab1-home6 .right-col {
          width: 57.3%;
      }
      .group-banner-home6 .col-left,
      .group-banner-home6 .col-center
      {
          width: 50%;
      }
      .group-banner-home6 .col-right
      {
          width: 100%;
      }
      .group-banner-home6 .col-right .wpb_wrapper
      {
          display: flex;
          display: -ms-flex;
          display: -webkit-flex;
          margin-right: -15px;
          margin-left: -15px;
      }
      .group-banner-home6 .col-right .wpb_wrapper .banner1-home6
      {
          width: 50%;
          margin-right: 15px;
          margin-left: 15px;
      }
      .link-button3{
          padding: 0px 15px;
          height: 35px;
          line-height: 35px;
      }
      .banner1-home6 .banner-info h3 {
          margin-bottom: 15px;
          line-height: 30px;
          font-size: 18px;
          line-height: 24px;
      }
      #rev_slider_7_1_wrapper .ares_copy70.tp-bullets {
          margin-top: 40px;
      }
      .banner-slider-home6 .link-button1{
          margin-left: 30px!important;
      }
      .item-product-grid-style6 .product-info {
          padding-left: 20px;
      }
      .item-product-grid-style6 .product-extra-link6 {
          margin-top: 10px;
      }
      .banner-lovecar-home5 {
          padding-top: 100px;
          padding-bottom: 100px;
      }
      .box-cate-slider-home5 {
          margin-bottom: 40px;
      }
      .banner-advs-style9 {
          padding: 20px 20px 30px;
      }
      .item-product-grid-style7 .product-label .sale ,
      .item-product-grid-style5 .product-label .sale ,
      .item-product-grid-style7 .product-label .new,
      .item-product-grid-style5 .product-label .new
      {
          min-width: 60px;
          height: 30px;
          line-height: 30px;
          font-size: 14px;
      }
      .item-product-grid-style7 .product-label .sale:before,
      .item-product-grid-style5 .product-label .sale:before,
      .item-product-grid-style5 .product-label .new:before,
      .item-product-grid-style7 .product-label .new:before
      {
          top: 30px;
      }
      .item-product-grid-style5 .countdown-style-item-product2 .clock{
          min-width: 40px;
      }
      .banner-slider-home4{
          margin-top: 15px;
      }
      .banner-slider-home4 .hermes.tp-bullets {
           margin-bottom: -40px;
      }
      .countdown-style-item-product {
          left: 0;
          right: 0;
      }
      .product2-tab-home4 .tab-7up-style1 .tab-header>ul {
          padding-right: 30px;
      }
      .product2-tab-home4 .banner-product-tab-home4 .banner-advs {
          margin-top: 127px;
      }
      .product2-tab-home4 .product-col .wpb_wrapper {
          margin-right: 30px;
      }
      .product2-tab-home4 .banner-product-tab-home4 .wpb_wrapper {
          margin-left: 0px;
      }
      .product-tab-home4 .tab-7up-style1, .product2-tab-home4 .tab-7up-style1 {
          margin-top: 40px;
      }
      .product-tab-home4 .tab-7up-style1 .title-tab > li,
      .product2-tab-home4 .tab-7up-style1 .title-tab > li
      {
          margin: 0px 10px;
          margin-bottom: 45px;
      }
      .product-tab-home4 .tab-7up-style1 .tab-header ul,
      .product2-tab-home4 .tab-7up-style1 .tab-header ul
      {
          margin: 0px -10px;
      }
      .product-tab-home4 .product-col .wpb_wrapper {
          margin-left: 30px;
      }
      .product-tab-home4 .banner-product-tab-home4 .wpb_wrapper {
          margin-right: 0;
      }
      .banner-salle-up-home4 .sale-up {
          margin-right: 100px;
      }
      .banner-salle-up-home4 .vc_col-sm-7 .element-text-block {
          padding-left: 20px;
      }
      .banner-salle-up-home4 .sale-up .title30 {
          font-size: 30px;
          line-height: 30px;
      }
      .banner-salle-up-home4 .sale-up .title120 {
          font-size: 120px;
      }
      .banner-salle-up-home4 .sale-up .title60 {
          font-size: 60px;
      }
      .banner-salle-up-home4 .sale-up .title36 {
          font-size: 36px;
      }
      .banner-salle-up-home4 .title1{
          font-size: 18px;
      }
      .banner-salle-up-home4 .title2{
          font-size: 32px;
      }
      .banner2-home4 h3{
          font-size: 18px;
      }
      .banner2-home4 p{
          font-size: 14px;
      }
      .margin-bottom150 {
          margin-bottom: 70px;
      }
      .mailchimp-style2 button[type=submit]{
          padding: 0px 25px;
      }
      .countdown-style-item-product2 .clock
      {
          min-width: 30px;
          padding-left: 3px;
          padding-right: 3px;
          margin-right: 1px;
          border-width:2px;
          padding-top: 7px;
          padding-bottom: 0px;
      }
      .item-product-grid-style4 .product-label .new:before ,
      .item-product-grid-style4 .product-label .sale:before{
          top: 40px;
      }
      .item-product-grid-style4 .product-label .new {
          min-width: 60px;
          height: 40px;
          line-height: 40px;
      }
      .item-product-grid-style4 .product-label .sale {
          min-width: 60px;
          height: 40px;
          line-height: 40px;
      }
      .box-post-home3 .item-grid-post-style1 .post-info {
          padding: 0px 15px;
      }
      .box-product-discount-home3, .box-contact-banner-home3, .box-service3-home3, .box-post-home3, .banner-slider-home3, .box-service1-home3, .box-product-tab-home3 {
          margin-bottom: 70px;
      }
      .box-service1-home3 {
          padding-top: 70px;
          padding-bottom: 70px;
      }
      .box-service-home3 {
          margin-bottom: 35px;
      }
      .main-header3 .mini-cart2 .mini-cart-icon:before {
          background: transparent;
      }
      .main-header3 .box-account-search-cart {
          margin: 0px -17px;
      }
      .main-header3 {
          padding-top: 0px;
          border-bottom: 1px solid #becfc7;
      }
      .main-header3.fixed-header {
          border-bottom: none;
      }
      .main-header2 {
          padding-top: 0px;
      }
      .box-instagram-home2 {
          margin-bottom: 70px;
      }
      .box-brand-home2 {
          padding: 0px 15px;
          margin-bottom: 70px;
      }
      .maichimp-home2 {
          padding-top: 70px;
          padding-bottom: 70px;
      }
      .box-instagram-home2 .banner-advs{
          margin-right: -10px;
      }
      .box-wellness {
          padding: 70px 50px 70px;
          margin-bottom: 70px;
      }
      .box-banner-dowload-home2 {
          padding-top: 70px;
          padding-bottom: 70px;
          margin-bottom: 70px;
      }
      .box-contact-home2 {
          margin-bottom: 70px;
      }
      .box-category-home2 {
          margin-bottom: 60px;
      }
      .box-category-home2{
          padding-right: 15px;
      }
      .box-category-home2 .box-title-page2 {
          margin-bottom: 35px;
      }
      .box-testimonalis-home2 {
          padding-top: 70px;
          padding-bottom: 70px;
          margin-bottom: 70px;
      }
      .box-post-home2 {
          padding: 70px 15px;
      }
      .item-product-grid-style2 .product-price-title {
          padding: 20px;
          padding-bottom: 27px;
          padding-top: 50%;
      }
      .box-product-home2 {
          padding-top: 70px;
          padding-bottom: 70px;
      }
      .box-service-home2, .box-banner1-home2 {
          margin-bottom: 40px;
      }
      .banner-slider-home2 {
          margin-bottom: 70px;
      }
      .banner-advs-style6 .title36 {
          font-size: 24px;
      }
      .view-all-shop-home2 {
          margin-top: 40px;
      }
      .box-product-home2 .vc_column_container>.vc_column-inner {
          padding-left: 15px;
          padding-right: 15px;
      }
      .box-product-home2 .product-grid-view .item-product {
          margin-bottom: 30px;
      }
      .box-product-home2 .box-title-page2, .box-testimonalis-home2 .box-title-page2, .box-post-home2 .box-title-page2 {
          margin-bottom: 35px;
      }
      .box-title-page2 .title:before {
          margin-bottom: 25px;
      }
      .vc_column_container>.vc_column-inner {
          padding-left: 15px;
          padding-right: 15px;
      }
      .vc_row.box-service-home2 {
          margin-left: -15px;
          margin-right: -15px;
      }
      .banner-advs-style6 .banner-info {
          left: 30px;
          bottom: 50px;
      }
      .box-why-soy-post {
          margin-bottom: 40px;
      }
      .sevice-single-post2 .element-text-block h3 {
          margin-bottom: 35px;
      }
      .box-our-diff {
          padding-top: 100px;
          padding-bottom: 100px;
          margin-top: 65px;
          margin-bottom: 65px;
      }
      .banner-slider-home2 .title:before {
          margin-bottom: 10px;
      }
      .nb-404 .nb span {
          width: 150px;
          height: 150px;
          line-height: 100px;
          font-size: 90px;
      }
      .banner404 .element-text-block>h3 {
          font-size: 34px;
      }
      .service-contact2 {
          margin-bottom: 40px;
      }
      .box-contact-form2 .box-title-page {
          margin-bottom: 50px;
      }
      .faq-about3 {
          margin-top: 50px;
          margin-bottom: 70px;
      }
      .box-contact-form2 {
          margin-top: 70px;
      }
      .box-contact-form3 {
          margin-bottom: 50px;
      }
      .team-about3 .item-team-style3 {
          margin-bottom: 70px;
      }
      .team-about3 .wpb_column:last-child .item-team-style3:last-child {
          margin-bottom: 0px;
      }
      .service-list-style2 {
          min-height: 185px;
      }
      .coming-top1 .title {
          margin-bottom: 50px;
          font-size: 60px;
      }
      .coming-top1 .service-list-style4 {
          margin-bottom: 30px;
      }
      .coming-top1 .wpb_wrapper>div {
          padding-left: 60px;
          padding-right: 60px;
      }
      .social-coming1 .social-list-style2,.text-coming-top1 {
          padding-left: 75px;
          padding-right: 75px;
      }
      .item-team-style3 .team-info {
          padding-left: 30px;
      }
      .item-team-style3 .team-info .info h3 {
          margin-bottom: 15px;
          font-size: 18px;
      }
      .item-team-style3 .team-info .info h3:before {
          margin-bottom: 30px;
      }
      .service-about3 {
          margin-right: 15px;
          margin-left: 15px;
          margin-bottom: 70px;
      }
      .testimonio-about2 {
          padding-top: 70px;
          padding-bottom: 70px;
          margin-bottom: 70px;
      }
      .testimonio-about2 .element-text-block h3 {
          padding: 0px 20px;
      }
      .box-company-about2 {
          margin-bottom: 70px;
      }
      .box-company-about2 .company-about2 {
          margin-bottom: 50px;
      }
      .content-post-default .post-meta-data3 {
          margin-bottom: 45px;
      }
      .content-post-default .title-post-single {
          font-size: 32px;
      }
      .title-content-post {
          margin-bottom: 20px;
      }
      .post-header-meta {
          margin-bottom: 63px;
      }
      .wrap-bread-crumb .bread-crumb-title {
          font-size: 34px;
      }
      .title-page {
          margin-bottom: 35px;
      }
      .title-page h2{
          font-size: 34px;
      }
      .blog-page-custom .list-post-wrap
      {
          margin-bottom: -70px;
      }
      .item-grid-post-style1{
          margin-bottom: 70px;
      }
      .single-related-post .item-grid-post-style1{
          margin-bottom: 0px;
      }
      .before-shop-list {
          margin-bottom: -20px;
      }
      .post-header-meta .title-post-single{
          font-size: 34px;
      }
      .related-product, .detail-product-tabs {
          margin-top: 100px;
      }
      .tab-product-horizontal .product-tab-content {
          padding-top: 45px;
      }
      .related-product .single-title {
          position: relative;
          margin-bottom: 45px;
      }
      .before-shop-list {
          padding-top: 70px;
      }
      .before-shop-list .title {
          font-size: 34px;
      }
      .link-bottom-footer ul li {
          padding: 0px 7px;
      }
      .link-bottom-footer ul {
          margin-left:-7px;
          margin-right:-7px;
      }
      .header-main-menu-default .main-nav-default {
          width: 20%;
      }
      .logo-7up-default {
          width: 80%;
      }
      .container-single-blog {
          max-width: 100%;
      }
      .blog-comment-detail {
          margin-top: 75px;
      }
      .single-related-post {
          margin-top: 60px;
      }
      .single-list-social {
          margin-top: 65px;
      }
      .box-blog-grid .tab-7up-style1 .title-tab > li {
          margin-bottom: 30px;
      }
      .box-blog-grid {
          padding-top: 60px;
      }
      .box-blog-grid .element-text-block h2 {
          margin-bottom: 30px;
          font-size: 34px;
      }
      .item-list-post-style1 {
          margin-bottom: 70px;
      }
      .brc-product {
          margin-bottom: 50px;
      }
      .single-product .s7up-header-page-header-1 {
          margin-bottom: 0px;
      }
      .product-title-single {
          margin-bottom: 35px;
      }
      .pagi-nav {
          margin-top: 50px;
      }
      .main-page-default, .content-page {
          padding: 70px 0;
      }
      .banner-info-about {
          margin-bottom: 70px;
      }
      .box-team-about .box-title-page {
          margin-bottom: 40px;
      }
      .box-team-about .item-team-style2 .team-info {
          padding-left: 50px;
          padding-right: 15px;
      }
      .best-seller-about {
          margin-bottom: 35px;
      }
      .box-team-about {
          margin-bottom: 70px;
      }
      .best-seller-about, .box-team-about {
          padding-left: 15px;
          padding-right: 15px;
      }
      .banner1-about .info-location_center h3 {
          line-height: 40px;
          font-size: 34px;
      }
      .banner1-about .info-location_center {
          padding-left: 30px;
          padding-right: 30px;
      }
  
      .box-contact-form .wpb_wrapper {
          padding-left: 30px;
          padding-right: 30px;
          padding-top: 100px;
      }
      .box-contact-map .sv-ggmaps,.box-contact-map .wpb_gmaps_widget iframe {
          height: 800px;
      }
      .banner-slider-home1 .title{
          margin-top: -20px!important;
      }
      .banner-slider-home1 .link-button{
          margin-top: 20px!important;
      }
      .download-home1 {
          padding-top: 70px;
          padding-bottom: 70px;
      }
      .instagram-home1 {
          margin-bottom: 60px;
      }
      .download-home1 {
          margin-bottom: 70px;
      }
      .banner-advs-style3 .title24 {
          font-size: 18px;
      }
      .banner-advs-style3 .title60  {
          font-size: 34px;
      }
      .main-header1 {
          padding: 0px 15px 0px 15px;
      }
      .main-header1 .main-nav1,
      .box-account-search-cart{
          padding-top: 0px;
      }
      .logo-lotusgreen a{
          line-height: 74px;
      }
      .banner-advs-style4 .banner-info {
          margin-top: 60px;
          margin-left: 30px;
      }
      .banner-advs-style3 .banner-info a {
          max-width: 200px;
      }
      .box-title-page .title:before {
          margin-bottom: 25px;
      }
      .box-service-testimonalis-home1,.box-banner1-home1,.box-product-tab-home1,.banner-studio-fashiton-home1{
          margin-bottom: 70px;
      }
      .box-team-nature {
          padding-top:70px;
          padding-bottom: 70px;
          margin-bottom: 70px;
      }
      .box-team-nature .element-block-cover {
          margin-right: 0px;
      }
      .box-product-tab-home1 .owl-carousel .owl-nav button.owl-prev {
          left: 15px;
      }
      .box-product-tab-home1 .owl-carousel .owl-nav button.owl-next {
          right: 15px;
      }
      .item-masonry-s1 .info-masonry {
  
          top: 40px;
      }
      .main-header5 .vc_col-md-7{
          width: 30%;
      }
      .main-header5 .vc_col-md-2 {
          width: 45%;
      }
      .box-cate-search-service-header5 .col-left {
          width: 100%;
      }
      .box-cate-search-service-header5 .col-center {
          width: 60%;
      }
      .box-cate-search-service-header5 .col-right {
          width: 40%;
      }
      .box-cate-search-service-header5 .block-search-element {
          padding-left: 0px;
      }
      .group-phone-accont-wishlist-cart >div.mini-cart-box,
      .group-phone-accont-wishlist-cart >div.account-manager
      {
          z-index: 1;
      }
      .group-banner-home6 .countdown-style-item-product2 .clock
      {
          min-width: 50px;
      }
      .main-header7{
  
      }
      .main-header7 .main-nav .toggle-mobile-menu {
      height: 80px;
      width: 80px;
      line-height: 75px;
  }
  .box-title-page9 .title {
     margin-bottom: 15px;
      margin-top: 10px;
      font-size: 30px;    
  }
  .item-testimonial-style2 .testimonial-content p {
      font-size: 18px;
  }
  }/* End max width 1170*/
  
  @media (width: 1024px) {
  
      .text-bg{
          font-size: 300px!important;
      }
  }/* End max width 1024*/
  @media (max-width: 1024px) {
    .box-service-home9 .service-center .element-service-style11:before {
      top: -150px;
      left: -160px;
  }
  .box-service-home9 .service-center .element-service-style11:after{
          top: -150px;
      right: -160px;
  }
  .service-left .element-service-style11, .service-right .element-service-style11 {
      margin-bottom: 0px;
  }
  }/* End max width 1024*/
  @media (max-width: 1023px) {
      .banner-slider-home1 rs-mask-wrap {
          overflow: visible!important;
      }
  }/* End max width 1023*/
  @media (min-width: 992px) {
  
  }/* End min width 992*/
  @media (min-width: 768px) and (max-width: 991px) {
  
  }
  @media (max-width: 991px) {
      .bottom-footer12 {
      margin-left: -15px!important;
      margin-right: -15px!important;
      padding-left: 15px;
      padding-right: 15px;
  }
      .banner-slider-home12 .hesperiden.tparrows{
          display: none!important;
      }
      .main-ft12 .wpb_wrapper{
          margin-bottom: 30px;
      }
      .list-link-footer12 .box-title-footer {
      margin-left: 30px;
  }
      .box-post-home11 .slick-slider-post2 .slick-dots {
      bottom: 15px;
  }
      .slick-slider-post2 {
      padding-bottom: 60px;
  }
      .box-product-tab-home11 {
      margin-bottom:40px;
  }
      .item-post-slick-slider2 {
      padding: 0px 0px;
  }
      .slick-slider-post2 .slick-arrow.slick-next {
      right: 0;
  }
      .slick-slider-post2 .slick-arrow.slick-prev {
      left: 0;
  }
      .box-product-tab-home11 .vc_col-md-3 .wpb_wrapper {
          margin: 0px -15px;
  }
      .box-product-tab-home11 .vc_col-md-3 .wpb_wrapper .product-grid-view{
             width: 50%;
      float: left;
      padding: 0px 15px;
  }
      .box-product-tab-home11 .tab-7up-style4 .tab-header {
      margin-bottom: 30px;
  }
      .box-product-tab-home11 .tab-7up-style4 .title-tab a {
      font-size: 14px;
      margin: 0px 15px;
  }
      .box-banner1-home11 {
      margin-bottom: 30px;
  }
      .icon-play {
      height: 50px;
      width: 50px;
      line-height: 50px;
      font-size: 24px;
  }
      .box-banner1-home11 .banner-advs  h3,
      .banner-advs-style14 .banner-info-video a{
      font-size: 18px;
      }
      .box-title-page11 {
      margin-bottom: 25px;
  }
      .banner-slider-home11 {
      margin-bottom: 70px;
  }
      .banner-slider-home11 .ib3 .banner-info {
      height: 200px;
  }
      .banner-slider-home11 .title1 {
      margin-bottom: 20px;
      font-size: 24px;
  }
  .banner-slider-slick .slider-nav .item-dot {
      font-size: 12px;
  }
  .banner-slider-home11 .title2 {
      margin-right: 20px;
      font-size: 20px;
  }
  .banner-slider-home11 .ib1 .banner-info {
      height: 130px;
  }
     .box-service-home10 .service-right {
     text-align: center;
  }
      .service-right .element-service-style11 {
      float: none!important;
      display: inline-block;
  }
      .info-banner1-home10 h3 {
      font-size: 34px;
  }
      .item-grid-post-style5 .title-post {
      line-height: 24px;
      font-size: 18px;
  }
      .main-footer5 .wpb_wrapper {
      padding-left: 30px;
      padding-right: 30px;
  }
      .main-footer5 .wpb_column {
      padding-bottom: 50px;
      padding-top: 50px;
  }
      .box-title-page9 .title {
      font-size: 30px;
  }
      .banner1-home9 h3, .info-banner1-home9 h3 {
      margin-bottom: 30px;
      font-size: 46px;
  }
      .service-left .element-service-style11 {
      margin-right: 0px;
  }
      .service-right .element-service-style11 {
      margin-left: 0px;
  }
      .box-service-home9 .element-service-style11 {
      height: 350px;
      width: 350px;
  }
      .main-footer4 .vc_col-sm-4 {
      clear: both;
  }
      .instagram-home8 {
      margin-bottom: 70px;
  }
      .box-post-home8 {
      margin-bottom: 40px;
  }
      .product-tab-home8 {
      margin-bottom: 47px;
  }
      .box-banner345-home8 {
      margin-bottom: 40px;
  }
      .tab-7up-style4 .title-tab a {
      font-size: 24px;
  }
      .banner3-home8 .banner-info .title2, .banner5-home8 .banner-info .title2 {
      font-size: 24px;
  }
      .banner5-hom87 .banner-info .title1, .banner3-home8 .banner-info .title1 {
      font-size: 18px;
  }
      .banner2-home8 .banner-info .title3 {
      margin-top: 0px;
      font-size: 24px;
  }
      .banner1-home8 .link a, .banner3-home8 .link a, .banner2-home8 .link a {
      font-size: 14px;
  }
      .banner1-home8 .link {
      text-align: center;
  }
      .banner1-home8 .banner-info .title1 {
      margin-bottom: -12px;
      font-size: 24px;
  }
      .banner1-home8 .banner-info .title2, .banner2-home8 .banner-info .title2 {
      font-size: 50px;
  }
      .box-service-home8 {
              margin-top: 20px;
      margin-bottom: 15px;
  }
      .box-title-home8 .sub-title {
      margin-top: 5px;
      font-size: 14px;
  }
      .box-title-home8 .title {
      padding: 0px 20px;
      font-size: 24px;
  }
      .banner-slider-home8 {
      margin-bottom: 65px;
  }
      .product-gridbanner-view .list-sc-col-on-item, .product-gridbanner-view .shortcode-banner {
      width: 50%;
  }
  .list-sc-col-on-item:nth-child(3n+1) {
      clear: none;
  }
  .list-sc-col-on-item:nth-child(2n+1) {
      clear: both;
  }
      .banner1-home7,
      .box-banner2-home7 .col-left .wpb_wrapper {
      margin-bottom: 50px;
  }
      .box-banner2-home7 .col-left .wpb_wrapper {
      margin-right: 0;
  }
  .box-banner2-home7 .col-right .wpb_wrapper {
      margin-left: 0px;
  }
      .banner1-home7 {
      margin-right: 0px;
  }
  .banner2-home7 {
      margin-left: 0px;
  }
  .box-banner2-home7 .col-left,
  .box-banner2-home7 .col-right {
      width: 100%;
  }
      .banner3-home6 {
          padding-top: 100px;
          padding-bottom: 100px;
      }
      .box-product-tab2-home6 .title-tab-product-home5,
      .box-product-tab1-home6 .title-tab-product-home5 {
          margin-bottom: 30px;
      }
      .box-product-tab1-home6 .tab-header,
      .box-product-tab2-home6 .tab-header{
          text-align: left;
      }
      .box-product-tab1-home6 .left-col {
          width: 41.2%;
      }
      .box-product-tab1-home6 .right-col {
          width: 58.8%;
      }
      .main-header5 .vc_col-md-7 {
          width: 16.66666667%;
      }
      .main-header5 .vc_col-md-2 {
          width: 41.66666667%;
      }
      .group-phone-accont-wishlist-cart{
          float: none!important;
          margin-bottom: 15px;
          margin-top: 10px;
      }
      .box-cate-search-service-header5 .col-center {
          width: 100%;
      }
      .box-cate-search-service-header5 .col-right {
          width: 100%;
      }
      .box-cate-search-service-header5 .block-search-element {
          padding-left: 0px;
          padding-right: 0px;
      }
      .box-product-tab3-home5 .title-tab-product-home5 {
          margin-bottom: 30px;
      }
      .box-product-tab3-home5 .tab-header{
          text-align: left;
      }
      .box-group-banner-home5 .left {
          width: 43.2%;
      }
      .box-group-banner-home5 .center {
          width: 56.8%;
      }
      .box-search-phone-home5 .box-phone-home5 .wpb_wrapper {
          padding: 18.5px 15px;
      }
      .box-product-tab2-home5 .col-center {
          width: 58.8%;
      }
      .box-product-tab2-home5 .col-left {
          width: 41.2%;
      }
      .box-product-tab1-home5 .col-right {
          width: 100%;
      }
      .box-product-tab1-home5 .col-left, .box-product-tab1-home5 .col-center {
          width: 100%;
      }
      .box-banner2-home4 .box-title-page ul {
          padding-top: 30px;
          padding-bottom: 30px;
      }
      .box-banner2-home4 .box-title-page {
          width: 350px;
          padding-right: 30px;
      }
      .product2-tab-home4 .banner-product-tab-home4 .banner-advs {
          margin-top: 50px;
      }
      .product-tab-home4, .product2-tab-home4 {
          margin-bottom: 70px;
      }
      .product2-tab-home4 .product-col .title-page-left {
          margin-bottom: 30px;
      }
      .product2-tab-home4 .tab-7up-style1 .tab-header {
          width: auto;
          position: unset;
          margin-top: 0;
      }
      .product-tab-home4 .product-col .wpb_wrapper {
          margin-left: 0px;
      }
      .product2-tab-home4 .product-col .wpb_wrapper {
          margin-right: 0px;
      }
      .product-tab-home4 .tab-7up-style1 .tab-header, .product2-tab-home4 .tab-7up-style1 .tab-header {
          margin-bottom: 0px;
          text-align: left;
      }
      .banner-product-tab-home4 .banner-advs {
          margin-top: 30px;
      }
      .banner-product-tab-home4 .tagcloud .title {
          margin-bottom: 30px;
      }
      .banner-salle-up-home4 .title2 {
          font-size: 24px;
      }
      .row-banner1-home4 .right {
          padding-left: 0px!important;
      }
      .row-banner1-home4 .left {
          padding-right: 0px!important;
      }
      .row-banner1-home4 .banner-advs-style7 .banner-info-style7 {
          margin-bottom: 300px;
      }
      .box-contact-home2 .service-list-style2:before{
          display: none;
      }
      .box-contact-home3 .wpb_wrapper {
          padding-left: 15px;
          padding-right: 15px;
      }
      .box-service2-home3 >.vc_column-inner>.wpb_wrapper {
          margin-right: 0px;
      }
      .box-banner-service-home3 .element-service- {
          margin-left: 15px;
      }
      .service-list-style8.service-rtl .info-service> .title:after {
          left: 0;
          right: auto;
      }
      .service-list-style8.service-rtl .info-service {
          text-align: left;
      }
      .service-list-style8.service-rtl .icon-link {
          left: 0;
          right: auto;
      }
      .service-list-style8.service-rtl {
          padding-left: 110px;
          padding-right: 0;
      }
      .box-service3-home3 .service-list-style8:first-child {
          margin-top: 0px;
      }
      .box-service3-home3 .service-left .service-list-style8 {
          margin-right: 0px;
      }
      .box-service3-home3 .service-right .service-list-style8 {
          margin-left: 0px;
      }
      .box-service3-home3 .service-right{
          margin-top: 50px;
      }
      .line-title-slider:before {
          height: 3px;
          margin-bottom: 25px;
          width: 50px;
      }
      .box-wellness .syptop-checker {
          margin-top: 70px;
      }
      .box-contact-home2 .element-service-style2 {
          margin-top: 0px;
          margin-bottom: 30px;
      }
      .box-contact-home2 .service-list-style2 {
          min-height: 105px;
      }
      .box-contact-home2 .left .wpb_wrapper {
          margin-right: 0;
      }
      .item-grid-post-style3 .post-info {
          padding-left: 30px;
      }
      .list-col-item:nth-child(2n) .item-grid-post-style3 .post-info {
          padding-left: 0px;
          padding-right: 30px;
      }
      .box-post-home2 .item-grid-post-style3 .link-button1{
          display: none;
      }
      .bottom-footer2 .element-text-block {
         text-align: left;
      }
      .bottom-footer2 .vc_col-md-8 .element-text-block {
          margin-bottom: 7px;
      }
      .text-content-product-s2 .desc-line {
          padding-left: 0;
      }
      .text-content-product-s2 .desc-line:before{
          display: none;
      }
      .text-content-product-s2 .element-text-block{
          margin-right: 0px;
      }
      .text-content-product-s2 .banner-advs{
          margin-left: 0px;
      }
      .banner-slider-home2 .title:before{
          display: none;
      }
      .coming2  {
          text-align: center;
      }
      .coming2 .service-list-style4 {
          text-align: left;
          display: inline-block;
      }
      .instagram-about3 .title-instagram-about3 .box-title-page .desc {
           position: inherit;
           bottom: 0px;
          padding-right: 0;
          margin-bottom: 30px;
      }
      .instagram-about3 .box-title-page .desc {
          margin-top: 15px;
      }
      .instagram-about3 .box-title-page .link-button1 {
          margin-top: 25px;
      }
      .coming2 .service-list-style4 {
          margin-top: 50px;
      }
      .footer-post .item-grid-post-style2 .title-post {
          max-width: 100%;
      }
      .item-masonry-col {
          margin-bottom: 30px;
      }
      .comment-list ul.children {
          list-style: none;
          padding-left: 30px;
      }
      .item-list-post-style1 {
          margin-bottom: 50px;
      }
      .product-title-single {
          font-size: 34px;
      }
      .brc-product {
          margin-bottom: 30px;
      }
  
      .content-sidebar-no .style-gallery-vertical .col-md-7 .detail-gallery{
          margin-bottom: 50px;
      }
      .box-banner-best-seller-about {
          margin-left: -10px!important;
      }
      .best-seller-about .element-text-block {
          margin-right: 0px;
          margin-bottom: 50px;
      }
      .banner-slider-home1 .title:before {
          margin-bottom: 25px;
      }
      .banner-slider-home1 .title{
          margin-top: -50px!important;
      }
      .banner-slider-home1 .link-button{
          margin-top: 70px!important;
      }
      .banner-slider-home1 .desc{
         font-size: 14px!important;
         line-height: 24px!important;
      }
      .box-banner1-home1 .banner-advs-style2 {
          margin-right: 0px;
          margin-bottom: 30px;
      }
      .box-banner1-home1 .element-block-cover {
          margin-left: 0px;
      }
      .box-team-home1 .banner-slider {
          padding-right: 0px;
      }
      .box-team-nature .owl-theme .owl-nav.disabled+.owl-dots {
          margin-left: 0px;
      }
      .item-team-style2 .team-info h3:before {
          margin-top: 30px;
          margin-bottom: 30px;
      }
      .item-team-style2 .team-info span {
          margin-bottom: 30px;
      }
      .item-team-style2 .social-team {
          margin-top: 20px;
      }
      .banner-studio-fashiton-home1 {
          padding-top: 100px;
          padding-bottom: 100px;
      }
      .banner-advs-style5 .banner-info{
          padding: 50px 30px;
      }
      .instagram-masonry .column1,.instagram-masonry .column3{
          padding-top: 90px;
      }
      .box-contact-map {
          margin-bottom: 70px;
      }
      .window-popup {
          width:auto;
          padding: 0px;
          margin-right: 25px;
          margin-left: 25px;
          max-width: 320px;
      }
      .window-popup .sv-mailchimp-form {
          padding: 30px;
      }
      .content-popup input[type="email"] {
          width: 100%;
      }
      .content-newsletter-popup input[type=submit] {
          min-width: 100%;
      }
      .box-brand-home2 .banner-advs {
          margin: 0px 15px;
      }
      .box-brand-home2 .banner-slider  {
          margin: 0px -15px;
      }
      .instagram-box.default .instagram-col6 li {
          max-width: 25%;
      }
      .item-slider-home8 .title1 {
          margin-bottom: 15px;
          font-size: 24px;
      }
      .item-slider-home8 .title2 {
      margin-bottom: 5px;
      font-size: 32px;
  }
  .item-slider-home8 .title3 {
      margin-bottom: 5px;
      font-size: 50px;
  }
  .item-slider-home8 .title4 {
      margin-bottom: 25px;
  }
  .link-button4 {
      height: 50px;
      line-height: 50px!important;
  }
  .item3-slider-home8 .title1 {
      font-size: 24px;
  }
  .item3-slider-home8 .title3 {
      margin-top: 30px;
      margin-bottom: 10px;
      font-size: 48px;
  }
  .item3-slider-home8 .title4 {
      margin-bottom: 30px;
  }
  
  .box-title-page11 .title {
      font-size: 24px;
  }
  .box-post-home11 ,.box-search-home11{
      margin-bottom: 70px;
  }
  }/* End max width 991*/
  @media (max-width: 782px) {
  
  }/* End max width 782*/
  @media (width: 768px) {
      .box-wellness{
          background-position-x:-140px;
      }
  }/* End width 768*/
  @media (max-width: 768px) {
      .banner-slider-home6 .link-button1{
          margin-left: 0px!important;
      }
      .woocommerce-cart-form .qty-val{
          float: left;
      }
      .content-product-detail .element-text-block {
          padding-left: 0px;
      }
      .table-info-product table, .table-info-product th, .table-info-product td {;
          padding: 8px 20px 8px 0px;
      }
  
  }/* End max width 768*/
  @media (max-width: 767px) {
      .banner4-home12 .banner-advs {
          margin-left: 0px; 
          margin-right: 0px; 
      }
      .banner4-home12 .box-title-page12 {
          padding-top: 70px;
          padding-bottom: 70px;
          padding-left: 0px;
      }
      .list-link-footer12 .box-title-footer ,.instagram-footer12 .wpb_wrapper{
          margin-left:0px;
      }
      .box-product-tab-home11 .vc_col-md-3 .wpb_wrapper .product-grid-view {
          width: 100%;
      }
      .box-product-tab-home11 .tab-7up-style4 .tab-header {
          margin-bottom: 0px;
      }
      .tab-7up-style4 .title-tab li {
          margin-bottom: 15px;
      }
      .banner-slider-home11 .ib3 .banner-info {
          height: 60px;
      }
      .banner-slider-home11 .ib2 .banner-info {
          height: 60px;
      }
      .banner-slider-home11 .ib1 .banner-info {
          left: 50%;
      }
      .banner-slider-home11 .title1 {
          margin-bottom: 10px;
          font-size: 18px;
      }
      .banner-slider-home11 .ib1 .banner-info {
          height: 60px;
      }
      .banner-slider-home11 .title2 {
          margin-right: 0px;
          font-size: 20px;
      }
      .banner-slider-home11 .link-button6{
          display: none;
      }
      .banner-slider-home11 .banner-slider-slick .slider-nav {
          left: 0;
          right: 0;
          display: none;
      }
      .box-service-home9{
          text-align: center;
      }
      .slick-slider-post .slick-arrow.slick-prev {
          left: 15px;
      }
      .slick-slider-post .slick-arrow.slick-next {
          right: 15px;
      }
      body .bottom-footer5 .scroll-top{
          float: none!important;
          margin: auto;
          margin-top: 15px;
      }
      .bottom-footer5 .coppy-right {
          text-align: center;
      }
      .main-footer5{
          padding-top: 50px;
      }
      .main-footer5 .wpb_column {
          padding-bottom: 50px;
          padding-top: 0px;
      }
      .box-team-about-home10 .item-about-team4{
          margin-bottom: 30px;
      }
      .info-banner1-home10 .link-button5 {
          margin-top: 40px;
      }
      .info-banner1-home10 {
          margin-bottom:50px;
      }
     .banner-slider-home10 .tparrows{
          display: none!important;
      }
      .box-service-home10 .element-service-style11 {
          margin-left: auto;
          margin-right: auto;
      }
      .testimonial-home9 {
          padding-top: 230px;
          padding-bottom: 200px;
          margin-top: -60px;
          margin-bottom: -60px;
      }
      .banner1-home9 .info1-banner1-home9 {
          margin-bottom: 50px;
      }
      .banner1-home9.vc_row  {
          padding-top: 70px;
          padding-bottom: 40px;
          margin-top: 0;
          background: #0b1124!important;
          margin-bottom: 70px;
      }
      .box-service-home9 .service-center .element-service-style11:before,
      .box-service-home9 .service-center .element-service-style11:after
      {
          display: none;
      }
      .box-service-home9 .element-service-style11 {
      float: none!important;
      margin: auto;
      margin-bottom: 30px;
  }
      .main-header7 .main-nav .toggle-mobile-menu {
      height: 50px;
      width: 50px;
      line-height: 5;
      line-height: 50px;
  }
      .box-banner345-home8 .right {
      margin-left: 0px;
  }
      .tab-7up-style4 .line-header {
      padding: 0px 0px;
  }
      .tab-7up-style4 .line-header:before,
      .tab-7up-style4 .line-header:after
       {
    display: none;
  }
      .box-banner345-home8 .center {
      margin-left: 0px;
      margin-right: 0px;
  }
      .box-banner12-home8 .banner1-home8 {
      margin-right: 0px;
  }
      .box-banner345-home8 .left {
      margin-right: 0px;
  }
      .box-banner12-home8 .banner2-home8 {
      margin-left: 0px;
  }
      .box-title-home8 .title:before,
      .box-title-home8 .title:after{
    display: none;
  }
      .item3-slider-home8 .title3 span {
      font-size: 24px;
  }
      .item3-slider-home8 .title4 {
      font-size: 14px;
  }
      .item3-slider-home8 .title1 {
      font-size: 18px;
  }
  .item3-slider-home8 .title3 {
      margin-top: 15px;
      margin-bottom: 0px;
      font-size: 32px;
  }
      .item-slider-home8 .title1 {
      margin-bottom: 5px;
      font-size: 18px;
  }
  .item-slider-home8 .title3 {
      margin-bottom: 5px;
      font-size: 32px;
  }
  .item-slider-home8 .title4 {
      font-size: 14px;
  }
      .banner-header-home7 .banner-slider .banner-thumb img{
          height: 768px !important;
      }
      .banner-header-home7 .banner-slider .banner-info .title{
          font-size: 36px;
      }
      .banner-header-home7 .banner-slider .banner-info .title2 {
          font-size: 24px;
      }
      .box-banner4-home7 .element-text-block .title1{
  font-size: 60px;
      }
      .box-banner4-home7 .element-text-block .title3{
  font-size: 24px;
      }
      .banner1-home7 {
      background: #fff
  }
      .banner1-home7 .banner-info .white {
      color: #303030;
  }
      .banner1-home7 .banner-info {
      position: unset;
      padding: 20px;
  }
      .box-banner4-home7 .element-text-block {
      margin-right: 0;
      text-align: center;
  }
      .box-banner3-home7 .col-left{
          margin-bottom: 50px;
      }
      .box-banner3-home7 .quick-sale {
      padding-left: 15px;
      padding-right: 15px;
  }
      .box-banner3-home7 .col-right>.vc_column-inner> .wpb_wrapper {
      margin-left: 0px;
  }
      .box-banner3-home7 .col-left>.vc_column-inner> .wpb_wrapper {
      padding-left: 15px;
      padding-right: 15px;
  }
      .banner-advs-style12 .banner-info12 {
      padding: 40px 15px;
  }
      .box-banner2-home7 .col-left .wpb_wrapper, .banner-advs-style12 {
      padding: 0;
  }
      .banner3-home7 .banner-info h3 {
      padding: 13px 15px;
  }
      .banner2-home7 {
      background: #fff;
  }
  .banner2-home7 .banner-info {
          left: auto;
      top: auto;
      position: unset;
      padding: 20px;
      max-width: 100%;
  }
      .box-banner3-home7 .col-left>.vc_column-inner> .wpb_wrapper {
      margin-right: 0px;
  }
      .group-banner-home6 .product-slider-view .owl-nav button.owl-next {
          right: 0px;
      }
      .group-banner-home6 .product-slider-view .owl-nav button.owl-prev {
          left: 0px;
      }
      .banner2-home6 .title1 {
          font-size: 14px;
      }
      .banner2-home6 .title2,
      .banner2-home6 .title3 {
          font-size: 24px;
      }
      .banner5-home6 .title2,
      .banner5-home6 .title1{
          font-size: 24px;
      }
      .banner5-home6 .banner-info{
          top: 29px;
          left: 30px;
      }
      .tab-7up-style3 .tab-header ul li:after{
          display: none;
      }
      .tab-7up-style3 .tab-header {
          width: 100%;
          margin-bottom: 30px;
      }
      .content-tab-service-home6 .vc_column_container>.vc_column-inner{
          padding: 0px;
      }
      .tab-7up-style3 .tab-content {
          width: 100%;
          padding-left: 0px;
      }
      .tab-7up-style3 {
          display: block;
      }
      .element-categories-box-style5>h3 {
          height: 50px;
          line-height: 50px;
      }
      .link-header5 {
          margin-top: 17px;
      }
      .title-deal-month-home6 h3 {
          font-size: 16px;
      }
      .group-banner-home6 .col-right .wpb_wrapper .banner1-home6 {
          width: 100%;
          margin-right: 0;
          margin-left: 0;
      }
      .group-banner-home6 .col-right .wpb_wrapper {
          margin-right: 0;
          margin-left: 0;
          display: block;
      }
      .group-banner-home6 .col-left, .group-banner-home6 .col-center {
          width: 100%;
      }
      .box-product-tab1-home6 .banner-advs-style10 {
          margin-bottom: 30px;
      }
      .box-product-tab1-home6 .right-col .element-block-cover .product-grid-view {
          width: 100%;
      }
      .box-product-tab1-home6 .left-col,
      .box-product-tab1-home6 .right-col{
          width: 100%;
      }
      .box-product-tab1-home6 .right-col .element-block-cover {
          display: block;
      }
  
      .filter-shop-woof .woof_redraw_zone {
          display: block;
      }
      .filter-shop-woof .woof_sid_auto_shortcode .woof_container {
          width: 100%;
          margin-bottom: 10px;
      }
      .filter-shop-woof .woof_sid_auto_shortcode .woof_container_inner {
          padding-right: 0px;
      }
      .filter-shop-woof .woof_submit_search_form_container {
          width: 100%;
      }
      .top-header4 .link-top-header4{
          float: none!important;
      }
      .top-header4 {
          text-align: center;
      }
      .main-footer3 .vc_col-md-4:nth-child(3n+1){
          clear: none;
      }
      .main-footer3 .vc_col-xs-6:nth-child(2n+1){
          clear: both;
      }
      .main-footer3{
          padding-bottom: 70px;
      }
      .box-contact-home5 .wpb_column {
          border-right: none;
      }
      .banner-lovecar-home5 .title2{
          font-size: 18px;
      }
      .banner-lovecar-home5 .title3{
          font-size: 32px;
      }
      .box-product-tab3-home5 .tab-7up-style1 .title-tab > li {
          margin-bottom: 30px;
      }
      .box-product-tab3-home5 .tab-header {
          padding-right: 0px;
      }
      .box-group-banner-home5 .left {
          width: 100%;
      }
      .box-group-banner-home5 .center {
          width: 100%;
      }
      .box-product-tab2-home5 .col-center,
      .box-product-tab2-home5 .col-left{
          width: 100%;
      }
      .banner-info11 .title {
          top: 50px;
          left: 30px;
      }
      .banner-info11 .content11 {
          bottom: 50px;
          left: 30px;
      }
      .box-product-tab1-home5 .title-tab-product-home5, .box-product-tab2-home5 .title-tab-product-home5 {
          margin-bottom: 30px;
      }
      .box-product-tab1-home5 .tab-header,
      .box-product-tab2-home5 .tab-header {
          text-align: left;
      }
      .banner-slider-home5 .wpb_wrapper {
          padding-left:0px;
      }
      .item-product-grid-style5 .product-info {
          padding-left: 15px;
          padding-top: 40px;
      }
      .banner-advs-style10 .banner-info10 .image-brand {
          margin-top: 20px;
      }
      .banner-advs-style10 .banner-info10 .image-brand img {
          margin-right: 10px;
      }
      .item-product-grid-style5 .countdown-style-item-product2 {
          margin-top: 20px;
      }
      .banner-salle-up-home4 .sale-up {
          margin-top: 0;
      }
      .instagram-box.default .instagram-col6 li {
          max-width: 33.3333%;
      }
      .box-banner2-home4 .box-title-page ul {
          padding-bottom: 0px;
      }
      .box-banner2-home4 .box-title-page {
          width: 100%;
          padding-right: 0;
      }
      .box-banner2-home4 .banner-advs-style8 .adv-thumb-link {
          margin-top: 0px;
      }
      .banner-advs-style8 .banner-info {
          width: 100%;
      }
      .banner-advs-style8 .adv-thumb-link {
          width: 100%;
      }
      .box-banner2-home4 .banner-advs-style8 .banner-info .title {
          margin-right: 0;
          font-size: 24px;
      }
      .banner-advs-style8 .image2 {
         display: none;
      }
      .box-banner2-home4 .banner-advs-style8 .banner-info .title {
          margin-right: 0;
      }
      .banner-salle-up-home4 {
          padding-top: 70px;
          padding-bottom: 70px;
      }
      .banner-advs-style7 .image1 {
          position: unset;
          margin-bottom: 15px;
      }
      .banner-advs-style7 .image2 {
          position: unset;
          border: none;
          margin-bottom: 15px;
      }
      .row-banner1-home4 .banner-advs-style7 .banner-info-style7 {
          margin-bottom: 0;
          margin-right: 0;
          width: 100%;
      }
      .banner-salle-up-home4 .sale-up {
          margin-right: 0px;
          float: none;
      }
      .banner-salle-up-home4 .vc_col-sm-7 .element-text-block {
          padding-left: 0;
          text-align: center;
          margin-top: 40px;
      }
      .banner-salle-up-home4 .element-text-block {
          text-align: center;
      }
      .box-contact-home3 .wpb_wrapper {
          margin-bottom: 30px;
      }
      .banner-slider-home3 .tp-leftarrow,
      .banner-slider-home3 .tp-rightarrow{
         display: none!important;
      }
      .main-header3 .main-nav.text-center{
          text-align: left;
      }
      .main-header3 .logo-lotusgreen{
          text-align: center;
      }
      .main-header3 .main-nav .toggle-mobile-menu {
          width: 24px;
          background: transparent;
      }
      .item-grid-post-style3 .title-post {
          line-height: 24px;
          font-size: 18px;
      }
      .item-grid-post-style3{
          display: block;
          margin-bottom: 30px;
      }
      .list-col-item:last-child .item-grid-post-style3{
          margin-bottom: 0px;
      }
      .item-grid-post-style3 >div {
          width: 100%;
      }
      .item-grid-post-style3 .post-info {
          padding-left: 0px;
          margin-top: 20px;
      }
      .list-col-item:nth-child(2n) .item-grid-post-style3 .post-info{
          padding-left: 0px;
          padding-right: 0px;
      }
      .view-all-shop-home2 {
          margin-top: 0px;
      }
      .main-footer2 .brand-footer {
          float: left!important;
      }
      .box-our-diff {
          padding-top: 70px;
          padding-bottom: 70px;
          margin-top: 35px;
          margin-bottom: 35px;
      }
      .nb-404 .oh {
          font-size: 30px;
          width: 90px;
      }
      .nb-404 .nb span {
          width: 80px;
          height: 80px;
          line-height: 50px;
          font-size: 60px;
          margin: 0px -10px;
      }
      .banner404 .element-text-block>h3 {
          font-size: 24px;
      }
      .item-team-style3 .team-content .list-theme a {
          margin-top: 20px;
      }
      .item-team-style3 .team-thumb img {
          width: 100%;
      }
      .item-team-style3 .team-thumb {
          margin-bottom: 30px;
      }
      .item-team-style3.flex-wrapper{
          display: block;
      }
      .item-team-style3 .team-info.flex-wrapper{
          display: block;
          padding: 0px;
      }
      .item-team-style3 .info {
         margin-bottom:20px;
      }
      .item-team-style3 .info, .item-team-style3 .team-content {
          width: 100%;
          height: 100%;
          padding: 0px;
      }
      .item-team-style3 .team-info .info .desc,.item-team-style3 .team-content .list-theme {
       position: unset;
           padding-left: 0px;
      }
      .coming2 .element-block-cover {
          margin-bottom: 100px;
      }
      .social-coming1 .social-list-style2,
      .social-coming2 .social-list-style2
      {
          padding-top: 30px;
          padding-bottom: 30px;
      }
      .text-coming-top1 h3{
          font-size: 18px;
      }
      .coming-top1 .title {
          font-size: 34px;
      }
      .coming-top1 .wpb_wrapper>div {
          padding-left: 15px;
          padding-right: 15px;
      }
      .social-coming1 .social-list-style2, .text-coming-top1 {
          padding-left: 25px;
          padding-right: 25px;
      }
      .coming2 .box-title-page h2 {
          font-size: 30px;
      }
      .coming2 .title {
          font-size: 18px;
      }
      .service-about3 .banner-advs {
          margin-left: 0;
          margin-right: 0;
      }
      .testimonio-about2 .element-text-block h3 {
          font-size: 18px;
          line-height: 30px;
      }
      .service-list-history h3:before {
          left: 3px;
          bottom: auto;
          margin-left: -7px;
      }
      .service-list-history .item:first-child h3:after {
          left: 0px;
      }
      .service-list-history h3 {
          position: unset;
          padding: 0px 0px 0px 20px;
      }
      .service-list-history .desc {
          padding: 0px 0px 0px 20px;
      }
      .service-list-history {
          display: block;
          text-align: left;
          padding: 0px 15px;
      }
      .service-list-history .item{
          position: relative;
          padding-bottom: 30px;
      }
      .service-list-history .item:last-child h3:after {
          right: 15px;
          width: 0px;
      }
      .service-list-history h3:after {
          content: '';
          width: 5px;
          height: 100%;
          right: auto;
          left: 0px;
          bottom: auto;
          top: 7px;
      }
      .service-list-history h3 {
          margin-bottom: 20px;
      }
      .company-about2 .info-company {
          margin-top: 30px;
          padding-left: 0;
      }
      .box-company-about2 .company-about2 {
          display: block;
      }
      .popup-form .form-header {
          padding: 45px 30px;
      }
      .popup-form #loginform, .popup-form #registerform, .popup-form .nav-form {
          padding: 0px 30px;
      }
      .instagram-masonry .bo-vien {
          top: 20%;
          bottom: 20%;
          left: 10%;
          right: 10%;
      }
      .instagram-masonry .instagram-text-masonry {
          padding: 10px;
      }
      .instagram-masonry .instagram-text-masonry .title60{
          font-size: 30px;
          line-height: 30px;
      }
      .follow-instagram-masonry {
          margin: -17.5px;
      }
      .follow-instagram-masonry a {
          display: block;
          display: block;
      }
      .instagram-masonry .column1, .instagram-masonry .column3 {
          padding-top: 0px;
      }
      .instagram-masonry .column2 ,
      .instagram-masonry .column3,
      .instagram-masonry .column1{
          width: 100%;
      }
      .instagram-masonry .column1 .instagram-item:nth-child(2), .instagram-masonry .column3 .instagram-item:nth-child(2) {
          max-width: 33.3333%;
          padding: 2.5px;
          float: left;
      }
      .instagram-masonry .column1 .instagram-item, .instagram-masonry .column3 .instagram-item {
          max-width: 33.3333%;
          padding: 2.5px;
          float: left;
      }
      .instagram-masonry .instagram-item {
          padding: 2.5px;
          width: 50%;
          float: left;
      }
      .related-product, .detail-product-tabs {
          margin-top: 70px;
      }
      .related-product .single-title{
          font-size: 18px;
      }
  
      .title-page h2{
          font-size: 34px;
      }
      .gap-50 .list-product-wrap .item .product ,.gap-50 .list-product-wrap .item{
          margin-bottom: 30px;
      }
      .item-product-grid .product-info {
          padding-top: 20px;
      }
      .tab-7up-style1 .title-tab > li{
          margin-bottom: 15px;
      }
      .tab-7up-style1 .tab-header ul{
          margin-bottom: 30px;
      }
      .post-home1 .item-masonry-col{
          margin-bottom: 50px;
      }
      .countdown-style-item-product {
          left: 10px;
          right: 10px;
      }
      .blog-page-custom .list-post-wrap
      {
          margin-bottom: -50px;
      }
      .item-grid-post-style1 .link-button1 {
          margin-top: 25px;
      }
     /* .item-grid-post-style1{
          margin-top: 50px;
      }*/
      .box-quote-post {
          padding-bottom: 0;
          padding-top: 0;
      }
      .box-quote-post blockquote {
          margin-bottom: 30px;
      }
      .item-masonry-col {
          margin-bottom: 50px;
      }
      .item-masonry .link-button1 {
          margin-top: 30px;
      }
      .comment-reply-title {
          font-size: 24px;
      }
      .tab-product-horizontal .product-tab-title li{
          padding: 0px 5px;
      }
      .tab-product-horizontal .product-tab-title ul {
          margin: 0px -5px;
      }
      .related-product .single-title:before {
          top: -25px;
      }
      .tab-product-horizontal .product-tab-title a:before {
          top: -25px;
      }
      .related-product .single-title {
          margin-bottom: 35px;
      }
      .box-banner1-home1 .right.banner-advs-style4 {
          margin-left: 0px;
      }
      .box-banner1-home1 .right.banner-advs-style4 {
          margin-left: 0px;
      }
      .logo-7up-default h1 {
          line-height: 80px;
          font-size: 24px;
      }
      .banner-post-detail {
          padding-top: 0px;
      }
      .single-list-social {
          margin-top: 40px;
      }
      .blog-comment-detail {
          margin-top: 55px;
      }
      .comment-reply-title {
          margin-top: 50px;
      }
      .banner-post-detail {
          padding-top: 50px;
      }
      .banner-post-detail .element-block-cover {
          margin-bottom: 50px;
      }
      .box-quote-post .right .element-text-block {
          margin-left: 0px;
      }
     /* .container-single-blog {
          margin-top: 50px;
      }*/
      .content-sidebar-no .container-single-blog {
          margin-top: 0px;
      }
      .text-content-post {
          margin-bottom: 30px!important;
      }
      .banner-post-detail .element-block-cover {
          padding-left: 0px;
          padding-right: 0px;
      }
      .banner-post-detail .element-block-cover .right {
          padding-left: 15px;
          padding-right: 15px;
      }
      blockquote {
          padding: 30px 20px;
      }
      .box-quote-post blockquote {
          margin-right: 0px;
      }
      .post-header-meta .post-meta-data3 {
          margin-top: 30px;
      }
      .post-header-meta .post-meta-info {
          top: 65%;
      }
      .post-header-meta .title-post-single {
          font-size: 34px;
          line-height: 40px;
      }
      .post-header-meta .post-meta-data3 li {
          padding: 0px 10px;
      }
      .post-header-meta {
          height: 600px;
      }
      .tab-product-horizontal .product-tab-content {
          padding-top: 30px;
      }
      .style-gallery-vertical .gallery-control {
          width: 80px;
      }
      .style-gallery-vertical .wrap-detail-gallery {
          padding-left: 100px;
      }
      .before-shop-page {
          padding-top: 100px;
          padding-bottom: 100px;
      }
      .before-shop-page .cate a,
      .before-shop-list .cate a
      {
          margin-right: 20px;
      }
      .before-shop-page .title,
      .before-shop-list .title
      {
          font-size: 34px;
      }
      .box-team-about .banner-advs {
          margin-right: 0px;
          display: none;
      }
      .box-team-about .group-navi .owl-nav {
          top: -30px;
      }
      .box-team-about .banner-slider .item-team-style2{
          margin-left: 0px;
          margin-top: 0px;
      }
      .box-team-about .item-team-style2 .team-thumb:after{
          display: none;
      }
      .banner4-about .info-location_center {
          margin-left: 50px;
      }
      .banner1-about .info-location_center h3 {
          line-height: 34px;
          font-size: 24px;
      }
      .banner1-about .info-location_center p {
          margin-top: 20px;
          margin-left: 0px;
      }
      .box-contact-map .sv-ggmaps,.box-contact-map .wpb_gmaps_widget iframe {
          height: 400px;
      }
      .box-contact-form .col-sm-6:first-child {
          padding-right: 15px;
      }
      .box-contact-form .col-sm-6:last-child {
           padding-left: 15px;
       }
      .box-contact-form .wpb_wrapper{
          padding-top: 70px;
      }
      .banner-slider-home1 .desc {
          display: none!important;
      }
      .banner-slider-home1 .title{
          font-size: 24px!important;
          line-height: 30px!important;
      }
      .banner-slider-home1 .link-button{
          margin-top: 20px!important;
      }
  
      .item-masonry-s1 .info-masonry,
      .item-masonry-s2 .info-masonry
      {
          position: inherit;
          padding: 0px;
          padding-top:33px;
          left: unset;
          right: unset;
          top: unset;
          bottom: unset;
          opacity: 1;
      }
      .item-masonry-s2 .info-masonry .color-title {
          color: #303030;
      }
      .box-service-testimonalis-home1 .vc_row:last-child .element-service- {
          margin-bottom: 50px;
      }
      .box-service-testimonalis-home1 .vc_row:last-child .wpb_column:last-child .element-service- {
          margin-bottom: 0px;
      }
      .box-product-tab-home1 .owl-carousel .owl-nav button.owl-prev,
      .box-product-tab-home1 .owl-carousel .owl-nav button.owl-next{
          top: 35%;
      }
      .box-team-nature .wpb_column {
          padding: 30px!important;
      }
      .box-team-nature .element-block-cover{
          display: block;
      }
      .box-team-nature .element-block-cover .banner-advs:first-child {
          margin-right: 0px;
          margin-bottom: 20px;
      }
      .content-product-detail .element-text-block {
          margin-top: 30px;
      }
      .bottom-footer1 .element-block-cover {
          padding: 20px;
      }
      .bottom-footer1 .element-text-block.text-right{
          text-align: center;
          margin-top: 20px;
      }
      .mailchimp-footer .brand-footer ,
      .bottom-footer1 .element-block-cover {
          text-align: center;
      }
      .logo-lotusgreen .lg {
          height: 45px;
          width: 45px;
          line-height: 40px;
          margin-right: 10px;
      }
      .logo-lotusgreen a {
          font-size: 18px;
      }
      .logo-lotusgreen a {
          line-height: 60px;
      }
      .main-nav .toggle-mobile-menu {
          height: 60px;
          width: 60px;
          line-height: 60px;
      }
      .box-account-search-cart {
          margin: 0px -15px;
      }
      .box-account-search-cart >div>a ,
      .main-header3 .box-account-search-cart >div>a{
          margin: 0px 15px;
          line-height: 60px;
          height: 60px;
          font-size: 18px;
      }
      .mini-cart1 .mini-cart-number{
          display: none;
      }
      .box-team-about .item-team-style2 {
          padding-left: 0px;
          padding-bottom: 0px;
      }
      .item-list-post-style1 .title-post{
          font-size: 24px;
      }
      .compare-link, .wishlist-link {
          font-size: 14px;
          height: 35px;
          width: 35px;
          line-height: 35px;
      }
      .box-banner-dowload-home2 .element-text-block {
          padding: 30px 10px;
      }
      .box-wellness{
          padding: 0px;
      }
      .box-wellness>.vc_row{
          background: rgba(255, 255, 255, 0.8);
          padding: 70px 30px;
      }
      .box-instagram-home2 .banner-advs {
          margin-right: 0px;
          margin-bottom: 30px;
      }
      .box-service1-home3 .service-list-style7{
          margin-bottom: 50px;
      }
      .box-service1-home3 .element-block-cover .wpb_column:last-child .service-list-style7{
          margin-bottom: 0px;
      }
      .list-link-footer4 li {
      margin-bottom: 15px;
  }
  }/* End max width 767*/
  
  @media (max-width: 667px) {
      .box-team-home6 .item-team-style2 .team-thumb {
          background: transparent;
          padding-top: 0;
          padding-bottom: 0px;
          position: relative;
          margin-bottom: 30px;
      }
      .box-team-home6 .title-team {
          position: unset;
          margin-left: 0;
          margin-top: 30px;
          margin-bottom: 30px;
      }
      .box-team-home6 .wpb_wrapper {
          padding-right: 15px;
      }
      .box-team-home6 .item-team-style2 .team-thumb {
          width: 100%;
          max-width: 100%;
      }
      .box-team-home6 .group-navi2 .owl-nav {
          top: 35px;
      }
      .box-team-home6 .item-team-style2 .team-info {
          padding-top: 0;
      }
      .main-footer1 .wpb_column.mailchimp-footer {
          margin-bottom: 30px;
      }
      .content-sidebar-no .nav-product {
          right: unset;
          top: unset;
          position: relative;
          margin-bottom: 20px;
          margin-left: -5px;
      }
      .box-team-about .item-team-style2 .team-thumb {
          max-width: 100%;
      }
      .box-team-about .item-team-style2 .team-info {
          padding-left: 0px;
          padding-right: 0px;
          margin-top: 30px;
      }
      .main-footer1 >.wpb_column{
          width: 100%;
      }
      .main-footer1 >.wpb_column > .vc_column-inner {
          padding-left: 15px!important;
          padding-right: 15px!important;
          border-left:none;
      }
      .box-team-home1 .item-team-style2 .team-thumb {
          max-width: 100%;
      }
      .item-team-style2{
          display: block;
      }
      .item-team-style2 .team-info {
          padding-left: 0px;
          padding-right: 0px;
      }
      .banner-advs-style5 .banner-info{
          position: inherit;
          left: unset;
          right: unset;
          top: unset;
          bottom: unset;
          padding: 0px;
          padding-top: 30px;
      }
  
  
  }/* End max width 667 : Iphone 6,7,8 */
  @media (max-width: 600px) {
  
  }/* End max width 600 */
  
  @media(max-width: 568px){
  
      .instagram-masonry .bo-vien {
          display: none;
      }
      /*.instagram-masonry .column3, .instagram-masonry .column1 , .instagram-masonry .column2{
          width: 100%;
      }
      .instagram-masonry .column1 .instagram-item, .instagram-masonry .column3 .instagram-item ,.instagram-masonry .column1 .instagram-item:nth-child(2), .instagram-masonry .column3 .instagram-item:nth-child(2){
          padding: 10px 0px;
      }
      .instagram-masonry .instagram-item {
          width: 100%;
      }
      .instagram-masonry .column1 .instagram-item, .instagram-masonry .column3 .instagram-item {
          max-width: 100%;
          display: inline-block;
          width: 100%;
      }
      .follow-instagram-masonry {
          margin: -15px;
      }
      .instagram-masonry img{
  
          width: 100%;
      }
      .instagram-masonry .column1 .instagram-item:nth-child(2), .instagram-masonry .column3 .instagram-item:nth-child(2) {
          max-width: 100%;
          width: 100%;
      }
      .instagram-masonry .column1, .instagram-masonry .column3 {
          padding-top: 0px;
      }
      .instagram-masonry .column2 {
          width: 100%;
      }
      .instagram-masonry .column2 .instagram-text-masonry .title60{
          font-size: 30px;
          line-height: 30px;
          margin-bottom: 8px;
          margin-top: -10px;
      }
      .instagram-masonry .column2 .instagram-text-masonry {
          font-size: 12px;
          line-height: 18px;
      }
      .instagram-masonry .instagram-item{
          padding: 10px 0px;
      }*/
      .download-home1 .element-text-block .link-button1 {
          margin-left: 0px;
      }
      .download-home1 .element-text-block a {
          margin-top: 20px!important;
      }
  } /*End max-width: 568 Iphone 5*/
  @media(max-width: 567px){
      .box-banner-dowload-home2 .element-text-block .button-dowload a {
          margin-bottom: 10px;
          margin-right: 0px;
      }
      .login-popup-content {
          width: 360px;
      }
  
      .icon-404 .text {
          font-size: 24px;
          bottom: 80px;
      }
      .icon-404 .number {
          font-size: 70px;
          line-height: 200px;
      }
      .icon-404 {
          width: 260px;
          height: 260px;
      }
      .item-comment.table-custom{
          display: block;
      }
      .item-comment.table-custom > div {
          display: block;
      }
      .item-comment .comment-thumb {
          margin-bottom: 25px;
      }
      .item-comment .comment-info {
          padding-left: 0px;
      }
      .box-cate-search-service-header5 .block-search-element .search-form{
          display: block;
      }
      .box-cate-search-service-header5 .block-search-element .search-form .dropdown-box,
      .box-cate-search-service-header5 .block-search-element .search-form input[type="text"]
      {
          width: 100%;
      }
      .block-search-element .submit-form {
          margin-left: 0px;
          margin-top: 2px;
          text-align: center;
      }
  } /*End max-width: 567 : col ss*/
  @media (max-width: 480px) {
      .item-grid-post-style1 .title-post {
      line-height: 24px;
      font-size: 16px;
  }
      .banner-advs-style15 .adv-thumb-link:before {
      top: 20%;   
  }
      .banner-slider-home8 .link-button4{
      display: none;
  }
  .product-gridbanner-view .list-sc-col-on-item, .product-gridbanner-view .shortcode-banner {
      width: 100%;
  }
  .banner-product-home7 {
      margin-right: 0px;
      margin-bottom: 50px;
  }
      .link-header5 a {
          margin-left: 10px;
      }
      .box-cate-search-service-header5  .element-categories-box-style5{
          margin-top: 15px;
      }
      .main-header5.main-header1>div:nth-child(2){
          width: 20%;
      }
      .link-header5 {
          margin-top: 0;
          height: 60px;
          padding-top: 17px;
          padding-right: 15px;
      }
      .main-header5.main-header1>div:last-child{
          width: 80%;
      }
      .item-product-grid-style7 .product-info {
          padding: 20px 10px;
      }
      .item-product-grid-style5 .product-thumb {
          width: 45%;
      }
      .item-product-grid-style5 .product-info {
          width: 55%;
          padding-top: 25px;
      }
      .item-product-grid-style5 .countdown-style-item-product2 {
          margin-top: 10px;
      }
      .banner-advs-style10 .banner-info10 .image-brand img {
          width: 50px;
      }
      .instagram-box.default .instagram-col6 li {
          max-width: 50%;
      }
      .syptop-checker .link-button2 span {
          padding: 0px 10px;
      }
      .banner-contact-home2 {
          border: 20px solid #ddd4cf;
          padding: 20px;
      }
      .banner-contact-home2 .banner-info>h3 {
          margin-bottom: 20px;
          padding: 23px 20px;
      }
      .element-categories-box-style4 .desc-thumb-cate .desc{
          display: none;
      }
      .service-list-style4 .info-service {
          padding-left: 70px;
      }
      .service-list-style4 .icon-link {
          font-size: 48px;
      }
      .text-coming-top1 h3 {
          font-size: 14px;
      }
      .pagi-nav {
          margin-right: -1px;
          margin-left: -1px;
      }
      .pagi-nav .page-numbers {
          margin: 0px 1px;
      }
      .popup-form .form-header h2, .popup-form > h2 {
          font-size: 18px;
      }
      .popup-form .form-header {
          padding: 45px 15px;
      }
      .popup-form #loginform, .popup-form #registerform, .popup-form .nav-form {
          padding: 0px 15px;
      }
      .tab-product-horizontal .product-tab-title li {
          display: block;
          margin-bottom: 10px;
      }
      .tab-product-horizontal .product-tab-title a:before{
          display: none;
      }
      .style-gallery-vertical .gallery-control {
          width: 60px;
      }
      .style-gallery-vertical .slick-track {
          margin-top: -5px;
          margin-bottom: -5px;
      }
      .style-gallery-vertical .slick-vertical .slick-slide {
          padding: 5px 0px;
      }
      .style-gallery-vertical .wrap-detail-gallery {
          padding-left: 70px;
      }
      .countdown-style-item-product .clock{
          font-size: 14px;
          margin-right: 15px;
      }
  
      .countdown-style-item-product .clock:after{
          right: -10px;
      }
      .banner-slider-home1{
          margin-top: 15px;
      }
      .content-newsletter-popup .desc .percent{
          font-size: 30px;
      }
      .content-newsletter-popup .desc {
          font-size: 18px;
      }
      .content-newsletter-popup h2 {
          font-size: 24px;
      }
      .banner-slider-home1 .title:before {
          margin-bottom: 15px;
      }
      .banner-slider-home1 .link-button {
          margin-top: 10px!important;
      }
      .banner-slider-home1 .title {
          font-size: 18px!important;
          line-height: 24px!important;
      }
      .banner-slider-home1 .title {
          margin-top: -25px!important;
      }
      .banner-slider-home1 .button-slider {
          padding: 0px 15px!important;
      }
      .main-header1>div:first-child{
          width: 100%;
      }
      .main-header1>div:nth-child(2),
      .main-header1>div:last-child
      {
          width: 50%;
          background: #53ac82;
      }
      .main-header1 .box-account-search-cart
      {
          padding: 0px 20px;
      }
      .main-header1 .box-account-search-cart >div>a {
          color: #fff;
      }
      .text-center.main-nav1{
          text-align: left;
      }
      .main-header1 {
          padding: 0px;
      }
      .main-header1 .logo-lotusgreen{
          padding: 0px 15px;
          margin-bottom: 3px;
          margin-right: 0px;
          text-align: center;
      }
      .line-title-slider:before {
          margin-bottom: 20px;
      }
  }/* End max width 480*/
  
  @media(max-width: 479px){
      .banner-slider-home6 .title:before{
          display: none;
      }
  }
  @media(max-width: 375px){
      .main-footer3 .vc_col-xs-6{
          width: 100%;
      }
      .center .banner1-home5 .banner-info {
          bottom: 10px;
      }
      .box-product-tab-home3 .tab-7up-style2 .title-tab > li {
          margin: 0 7px;
      }
      .line-title-slider:before {
          margin-bottom: 15px;
      }
      .box-account-search-cart{
          margin: 0px -10px;
      }
      .box-account-search-cart >div>a {
          margin: 0px 10px;
      }
      .login-popup-content {
          width: 320px;
      }
      .main-header2 .main-nav .toggle-mobile-menu {
          height: 40px;
          width: 40px;
          line-height: 40px;
          font-size: 16px;
      }
      .main-header2 .logo-lotusgreen .lg{
          display: none;
      }
      .main-header2 .logo-lotusgreen a {
          line-height: 35px;
      }
      .main-header2 .box-account-search-cart >div>a {
          margin: 0px 5px;
          line-height: 40px;
          height: 40px;
      }
      .main-header2 .box-account-search-cart {
          margin: 0px -5px;
      }
      .mailchimp-style2 button[type=submit]{
          width: 100%;
      }
      .mailchimp-style2 input[type="email"] {
          max-width: 130px;
      }
      .mailchimp-footer4 .mailchimp-style2 input[type="email"] {
          max-width: 100%;
      }
  } /*End max-width: 375*/
  
  @media(width: 375px){
  
  }
  @media(max-width: 320px){
      .group-phone-accont-wishlist-cart .service-list-style9 {
          margin-right: 5px;
      }
      .group-phone-accont-wishlist-cart >div {
          margin-right: 1px;
      }
      .box-product-tab1-home5 .item-product-grid-style5 .countdown-style-item-product2 {
          display:none;
      }
  
      .service-rtl.service-list-style2 {
          padding-right: 0px;
      }
      .service-about3 .right .service-list-style2 {
          padding-left: 0;
      }
      .service-about3 .left .service-list-style2 {
          padding-right: 0;
      }
      .service-list-style2 .icon-link {
          position: inherit;
          margin-bottom: 30px;
      }
      .login-popup-content {
          width: 280px;
      }
      .banner1-about .info-location_center {
          padding-left: 20px;
          padding-right: 20px;
      }
      .banner1-about .info-location_center p{
          display: none;
      }
  } /*End max-width: 320*/
  
  
  