/*Import*/
/*************************************
[Master Stylesheet]
Project: Lancom
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
***********************************************/
.hidden{
    display: none;
}
.list-tag-detail.nav-tabs{
    border-bottom: 0;
}
.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;
    font-size:14px;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
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) {
    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;
}
.wp-caption-text {
    color: #999;
    margin-top: 10px;
    margin-bottom: 20px;
}
table {
    border-collapse: collapse;
}
table, th, td {
    border: 1px solid #eaeaec;
    padding:10px;
}
.inner-content-page > ol li,
.inner-content-page > dl *, 
.inner-content-page > ol ul, 
.inner-content-page > ul li, 
.inner-content-page > ul ul {
    margin-top: 10px;
    line-height: 24px;
}
.comment-text > ol li,
.comment-text > dl *, 
.comment-text > ol ul, 
.comment-text > ul li, 
.comment-text > ul ul {
    margin-top: 10px;
    line-height: 24px;
}
.detail-content-wrap > ol li,
.detail-content-wrap > dl *, 
.detail-content-wrap > ol ul, 
.detail-content-wrap > ul li, 
.detail-content-wrap > ul ul {
    margin-top: 10px;
    line-height:24px;
    list-style: disc;
}
.comment-body > .edit-link i {
    margin: 0 5px;
}
/*Widget*/
.widget .screen-reader-text{
    display: none;
}
.widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li {
    padding: 0;
    margin: 0 0 20px;
}
.widget ul li:last-child{
    margin:0;
} 
.widget ul li .count {
    color: #999;
    font-size: 12px;
    display: inline-block;
}
.widget abbr[title]{
    border-bottom: 0;
}
.tagcloud a::after {
    content: "|";
    color: #ccc;
    margin: 0 8px 0 12px;
}
.tagcloud a {
    display: inline-block;
    margin: 0 0 20px;
    font-size: 14px !important;
}
.tagcloud a:last-child::after{
    display:none;
}
.widget_tag_cloud .tagcloud {
    margin-bottom:-22px;
}
.widget_calendar table {
    width: 100%;
}
.widget_calendar table caption {
    background-color: #303030;
    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: #df412f;
}
.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: #303030;
}
.widget_calendar table tfoot a {
    display: inline-block;
    color: #fff;
    padding: 2px 15px;
}
.widget_calendar table tfoot a:hover {
    color: #df412f;
}
.widget ul.sub-menu, 
.widget ul.children {
    padding-left: 15px;
    margin-top: 20px;
}
.widget ul li:last-child{
    padding-bottom: 0;
}
.widget select{
    max-width: 100%;
    width: 100%;
}
.textwidget p > img{
    margin: 6px 0;
}
.entry-content > p,
.rssSummary,
.widget p{
    color: #555;
    margin: 0 0 15px;
    line-height: 24px;
}
.widget_archive ul li {
    color: #999;
    font-size: 12px;
}
.widget_archive ul li a {
    font-size: 14px;
    vertical-align: middle;
}
a.rsswidget{
    font-weight: bold;
}
.rss-date{
    color: #999;
}
.widget_rss {
    line-height: 24px;
}
.widget.widget_rss ul li {
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 22px;
    margin-bottom: 22px;
}
.widget-title .rsswidget img {
    vertical-align: top;
    display: inline-block;
    margin-top: 3px;
}
.widget_rss .rssSummary {
    margin-top: 15px;
}
.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 {
    border: solid #e5e5e5 1px;
}
.woocommerce-product-search input[type=search]{
    border: 1px solid #e5e5e5;
    height: 40px;
    padding: 0 15px;
    display: block;
    width: 100%;
    border-radius: 0px; 
}
.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-color: #e5e5e5;
}
.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*/
/*gutenberg optimized css font-end*/
.wp-block-latest-posts.is-grid {
    padding-left: 40px;
}
.wp-block-pullquote {
    border-top: 4px solid #eb747b;
    border-bottom: 4px solid #eb747b;
    color: #40464d;
    margin-bottom: 30px;
    margin-top: 26px;
}
.wp-block-pullquote blockquote:before{
    display: none;
}
.wp-block-pullquote blockquote{
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
    color: #40464d;
    font-size: 13px;
    font-style: normal;
}
.wp-block-pullquote p {
    font-size: 18px;
}
.wp-block-button{
    margin-top: 30px;
    margin-bottom: 30px;
}
.entry-content > ul,
.detail-content-wrap > ul{
    margin-bottom: 25px;
}
.wp-block-embed{
    margin-top: 20px;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: 0;
}
p code{
    padding: 2px;
    border-radius: 2px;
    color: #23282d;
    background: #f3f4f5;
    font-family: Menlo,Consolas,monaco,monospace;
    font-size: inherit;
}
.comment-text > h1 ~ *,
.comment-text > h2 ~ *,
.the-content > h1 ~ *,
.the-content > h2 ~ *,
.inner-content-page > h1 ~ *,
.inner-content-page > h2 ~ *,
.detail-content-wrap > h1 ~ *,
.detail-content-wrap > h2 ~ *{
    margin-top: 25px;
}
.comment-text > address,
.inner-content-page > address,
.detail-content-wrap > address {
    line-height: 24px;
}
.wp-block-quote.is-large {
    margin-top: 30px;
}
.wp-caption-text{
    color: #999;
    margin-top: 10px;
}
.has-huge-font-size,
.has-larger-font-size,
.has-large-font-size{
    line-height: 1.8;
}
.wp-block-embed-twitter.alignright,
.wp-block-button.alignright .wp-block-button__link{
    margin-left: 2em;
}
.wp-block-embed-twitter.alignleft,
.wp-block-button.alignleft .wp-block-button__link{
    margin-right: 2em;
}
figure.wp-block-embed-twitter {
    margin-top: 10px;
    clear: both;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 0 60px;
}
.wp-block-embed-youtube iframe{
    width: 100%;
}
.wp-block-table td, .wp-block-table th {
    border-color: #eaeaec;
}
.wp-block-table.has-fixed-layout {
    width: auto;
}
blockquote cite {
    font-size: 14px;
    font-style: normal;
}
/* end gutenberg optimized css font-end*/
.post-password-form input[type=submit]{
    background: #fff;
    vertical-align: top;
    padding: 0 20px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.post-password-form input[type=submit]:hover{
    color: #fff;
}
.sticky{
    display: inline-block;
}
/*END UNITEST*/
/*add style*/
.header-page .vc_row[data-vc-full-width] {
  overflow: inherit !important;
}
.remove-hidden.vc_row[data-vc-full-width] {
  overflow: inherit !important;
}
.vc_row.vc_row-no-padding:not(.remove-col-inner) .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
.vc_row.vc_row-no-padding.remove-col-inner > .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
.vc_row.vc_row-no-padding.remove-col-inner > .wpb_column .wpb_column .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}
.vc_row-no-padding.remove-col-inner > .wpb_column .vc_inner {
    margin-left: -15px;
    margin-right: -15px;
}
.comment-list li.pingback {
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    line-height: 24px;
}
/*Menu fixed style*/
.fixed-header {
  position: fixed !important;
  top: -100px;
  left: 15px !important;
  z-index: 9996;
  -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;
}
.menu-fixed-content.fixed-header {
  background: #fff;
  width: 100%;
  left: 0 !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  max-width: 100%;
  display: block;
}
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 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;
}
/*end*/
.blog-grid-view .list-post-wrap{
    margin: 0 -15px;
}
.pagi-nav > span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    text-align: center;
    border-radius: 50%;
    font-weight:700;
}
.pagi-nav .current {
    color: #fff;
}
.main-page-default {
    margin: 100px 0 150px;
}
.loadmore {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 0 40px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.btn-loadmore{
    text-align: center;
}
.post-meta-data a{
    color: #999; 
}
.post-meta-data a:hover{
    color: #eb747b; 
}
/*Share*/
.single-list-social ul {
    margin: 0 -10px;
}
.single-list-social ul li {
    margin: 0 10px;
}
.single-list-social ul li a{
    font-size:18px;
    color:#303030;
}
.share-icon{
    height: 28px;
    line-height: 30px;
    display: block;
    padding: 0 8px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    min-width: 29px;
}
.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 i{
  font-size: 16px;
}
.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;
}
.blog-comment-detail > h2.title18 {
    margin-bottom: 25px;
}
.comment-list li li:last-child .item-comment {
    margin-bottom: 40px;
}
.comment-info .fn{    
    font-weight: 700;
    text-transform: uppercase;    
}
.comment-info .fn a{
    color: #303030;
}
.comment-info .fn a:hover{
    color: #df412f;
}
.comment-reply-title {
    font-weight: 700;
    font-size: 30px;
    font-family: 'Lora', serif;
    margin: 0 0 45px;
}
.content-post-default .desc {
    margin-bottom: 30px;
}
.content-post-default h3 {
    margin-bottom: 20px;
}
.bread-crumb ul:last-child li:last-child a::after,
.bread-crumb > a:last-child::after{
    display: none;
}
.bread-crumb ul{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.bread-crumb a::after {
    margin: 0 6px 0 6px;
}
.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: 6px;
}
.widget .product_list_widget .reviewer, .widget .product_list_widget .product-price {
    margin-top: 11px;
    display: block;
    margin-bottom: 0;
}
.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: #e5e5e5;
    border-radius: 0;
    height: 5px;
    margin: 0 0 30px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 17px;
    height: 17px;
    border-radius: 0;
    background: #303030;
    top: -6px;
    margin: 0;
    border:none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -17px;
}
.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,
.button,
.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 input.button{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #303030;
    padding: 0 20px !important;
    border-radius: 0px;
    text-align: center;
    background-color: #fff;
    margin: 0;
    font-weight: 700;
    text-transform:uppercase;
    font-size: 14px;
    color: #303030;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.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,
.button: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 button.button:hover,
.woocommerce input.button:hover{
    color: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .widget_price_filter .price_slider_amount{
    font-size: 14px;
    line-height: 38px;
}
.woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit{
    margin: 10px 0 0;
}
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 8px;
}
textarea{
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    padding: 10px;
}
.widget_product_search button[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: 11px;
    right: 10px;
    font-family: lineAwesome;
    content: "\f2eb";
    color: #303030;
    font-size:18px;
}
.woocommerce-loop-category__title{
    margin: 17px 0 7px;
    font-size: 14px;
    font-weight: 400;
}
.item-product .mark{
    background-color: transparent;
}
.woocommerce .woocommerce-ordering {
    margin-bottom: 0;
}
.woocommerce nav.woocommerce-pagination {
    text-align: left;
}
.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.1);
    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.1);
    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: 15px;
    margin-top: -6px;
}
.woocommerce div.product .woocommerce-product-rating .wrap-rating {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
}
.entry-summary > p{
    margin-bottom: 0;
}
.detail-gallery .carousel li a.active img{ 
    border-style:solid;
    border-width:1px;
}
/*End default*/
/*Begin custom*/
.product-price > span,
.product-price ins{
    font-weight: 700;
    color:#303030;
}
.product-price del{
    color: #666;
}
a.added_to_cart,
.woocommerce a.added_to_cart{
    display: none !important;
}
.woocommerce #respond input#submit,
a.added_to_cart,
.woocommerce a.added_to_cart,
.woocommerce a.button.addcart-link{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #303030;
    padding: 0 20px;
    border-radius: 0;
    text-align: center;
    background: #fff;
    margin: 0;
    font-weight: 700;
    color: #303030;
}
.woocommerce #respond input#submit:hover,
a.added_to_cart:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce a.button.addcart-link:hover{
    color: #fff;
}
.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;
}
.sort-by .select-box select {
    line-height: 36px;
}
.title-page{
    position: relative;
    z-index: 1;
}
.title-page + div{
    position: relative;
    z-index: 0;
}
.woocommerce div.product div.images .carousel li img {
    width: 70px;
}
.product_meta > span {
    display: block;
    margin-bottom: 10px;
}
.product_meta .sku{
    color:#666;
}
.item-product-meta-info {
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    padding-top: 30px;
    font-size: 12px;
}
.detail-info > .product-price > span,
.detail-info > .product-price ins{
    font-size: 18px;
}
.detail-info > .product-price del{
    font-size: 18px;
}
.single_variation_wrap .detail-attr{
    display: block;
}
.list-product-group .product-title {
    margin-bottom: 15px;
}
.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 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 0 30px!important;
    border: none;
}
.detail-info form.cart .detail-qty {
    margin-right: 10px;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button:hover{
    background-color:#303030;
}
.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: right;
    padding-top: 0;
}
.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-variation.single_variation{
    margin-left: 100px;
}
.item-product-meta-info label {
    text-transform: uppercase;
    color: #999;
    font-weight: 400;
    margin:0 10px 5px 0;
    font-size: 10px;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
.item-product-meta-info .meta-item-list{
    display:inline;
}
.item-product-meta-info .meta-item-list a{
    margin-right:6px;
}
.item-product-meta-info .meta-item-list span, 
.item-product-meta-info .meta-item-list a {
    margin-bottom: 5px;
    display: inline-block;
}
.select-box select{
    z-index: inherit;
}
.woocommerce div.product div.summary {
    margin-bottom: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #e5e5e5;
}
.select2-dropdown {
    border-color: #e5e5e5;
}
/* 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;
    border-radius: 0;
}
.woocommerce-Reviews .comment-reply-title {
    margin-bottom: 10px;
    display: block;
    font-size: 24px;
}
.comment-form-rating > label{
    margin-bottom: 10px;
}
.woocommerce #review_form #respond p.stars{
    margin-bottom: 0;
}
.woocommerce #review_form #respond p  input[type=text],
.woocommerce #review_form #respond p  input[type=email]{
    display: block;
    min-width: 50%;
}
.woocommerce #review_form #respond .form-submit input{
    padding: 0 50px;
}
.woocommerce .star-rating,
.woocommerce p.stars a{
    color: #ffc000;
}
.detail-tabs {
    margin-bottom: 100px;
}
/* End detail tab css*/
.single-title{
    margin-bottom: 30px;
}
.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;
}
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%;
}
.page-links > span, 
.page-links > a {
    padding: 6px 10px;
    border: 1px solid #e5e5e5;
    margin: 0 2px;
    display: inline-block;
}
.page-links > span{
    color: #df412f;
}
.page-links {
    margin-bottom: 50px;
    margin-top: 30px;
}
.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: 30px; 
}
.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%;
    margin-bottom: 10px;
}
.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: 30px;
}
.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;
}
.select2-container--default .select2-selection--single {
    border-color: #e5e5e5!important;
    height: 40px!important;
    border-radius: 0!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px!important;
    right: 6px!important;
}
/*My account*/
.woocommerce-MyAccount-navigation ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li a{
    padding: 8px 15px;
    margin-bottom: 5px;
    color: #303030;
    border: 1px solid #e5e5e5;
    display:block;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li:hover a{
    color: #fff;
}
.woocommerce-MyAccount-content{
    padding: 15px;
    border: 1px solid #e5e5e5;
}
.woocommerce-MyAccount-content a{
    color: #303030;
}
.woocommerce-MyAccount-content a:hover{
    color: #999;
}
.woocommerce-account .addresses .title .edit{
    font-size: 14px;
    background: #999;
    color: #fff;
    padding: 5px 10px;
    margin-top: 20px;
    border: 1px solid #999;
}
.woocommerce-account .addresses .title .edit:hover{
    background: #fff;
    color: #303030;
}
.woocommerce form .form-row input.input-text{
    height: 40px;
    border: 1px solid #e5e5e5;
}
.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: 40px;
    border-radius: 0px;
    display: inline-block;
    padding: 0 20px;
    border: none;
    color: #fff;
    line-height: 40px;
    background: #303030;
    margin: 0 3px;
    text-align: center;
}
.mini-cart-button a:hover,
.woocommerce .mini-cart-button a:hover {
    color: #fff;
}
.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;
}
.zoomContainer {
    z-index: 9997;
}
.fancybox-opened{
    z-index: 9999;
}
.fancybox-overlay {
    z-index: 9998;
}
.menu-on-fixed.single-product .header-page{
    position: static;
}
.single-product .header-page{
    z-index: 9999;
    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 {
    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: 60px;
    display: block;
    border: 1px solid #ccc;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    padding: 0 20px;
    background: #fff;
    border-radius: 0;
}
.form-newsletter form .mc4wp-form-fields {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    position: relative;
}
.desc-block{
    margin-bottom: 15px;
}
/*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 {
    margin: 0 15px 30px;
}
/*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;
}
/*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{
    position: relative;
    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: 11px;
    color: #999;
}
.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{
    z-index: 0;
}
.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%;
}
.yith-wcwl-add-to-wishlist + div{
    display: inline-block;
    clear: inherit;
}
/*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;
}
.form-popup .submit-form {
    height: 50px;
    background: #000;
    border: none;
    color: #fff;
    padding: 0 30px;
}
/*Fix form-newsletter*/
.content-popup input[type="email"] {
    width: 260px;
    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: #303030;
    font-size: 40px;
    top: 0;
    left: -40px;
    color: #fff;
    cursor: pointer;
}
.aside-box .close-minicart{
    display: block;
}
/*filter product element*/
.btn-filter {
    display: inline-block;
    color: #fff !important;
    font-size: 36px;
    font-weight: 700;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 111;
    text-transform: uppercase;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
}
.btn-filter *{
    position: relative;
}
.btn-filter:before{
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    height: 70px;
    width: 70px;
    background: #000;
    opacity: .05;
    border-radius: 50%;
}
.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: 40px 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 111;
    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: 100px;
}
.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 30px;
    position: relative;
    width: 170px;
    vertical-align: top;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}
.item-attr-content {
    color: #666;
    display: table;
    padding: 0 30px;
    vertical-align: top;
}
.range-filter .ui-slider-range {
    background: #303030;
}
.range-filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #303030;
    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;
    margin-top: 17px;
}
.attr-price-filter p{
    margin-bottom: 0px;
}
.attr-price-filter label {
    font-weight: 400;
}
.list-filter.list-inline li{
    padding: 6px 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 -10px;
}
.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;
}
.attribute-type-color .element-filter.active:before{
    position: absolute;
    font-family: lineAwesome;
    content: "\f17b";
    color: #fff;
    font-size: 14px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border: none;
    transform: none;
}
.filter-noresult{
    padding: 100px 0;    
    background: #fff;
}
.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: 200px;
}
.show-by.show-order .dropdown-link .silver::after{
    display: none;
}
.show-by.show-order .dropdown-list{
    width: 100%;
}
.dropdown-list li a.active{
    color: #fff;
}
.mini-cart-box.dropdown-box{
    display: inline-block;
}
.detail-gallery .carousel li{
    min-height: 70px;
}
.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;
}
.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: #df412f;
    border-color: #df412f;
    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;
    padding: 0 20px;
}
.login-register  span.space {
    font-size: 18px;
    margin: 0 5px;
}
.login-register > a{
    text-transform:capitalize;
}
.login-popup-content-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9998;
}
.popup-form .submit{
    margin: 20px 0 25px;
    position: relative;
}
.popup-form.active{
    display: block;
}
.login-popup-content{
    padding: 50px 0;
}
.popup-form .form-header h2,
.popup-form > h2{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px;
    text-align: center;
}
.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{
    text-align: center;
    color: #999;
    margin-bottom: 10px;
}
.popup-form .form-header{    
    margin-bottom: 30px;
}
.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.5s ease-out 0s;
    -webkit-transition: all 0.5s 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.button{
    width: 100%;
}
.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:first-child{
    border-right: 1px solid #e5e5e5;
}
.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: #df412f;
}
.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.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.popup-form .invalid .input-focus-line{
    background-color: #bf2c2c;
    left: 0;
    width: 100%;
}
.popup-form .input-focus .input-focus-line{
    background-color: #fab502;
    left: 0;
    width: 100%;
}
.close-login-form{
    position: absolute;
    top: 8px;
    right: 8px;
    color: #303030;
    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: #df412f;
    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: #df412f;
}
#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: #303030;
}
.icon-404 .text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    font-size: 30px;
    color: #999;
}
.info-404 h2{
    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: 30px;
    font-weight: bold;
    margin-top: 0;
    font-family: 'Lora', serif;
}
.cart-subtotal .amount,
.order-total .amount,
.product-subtotal .amount{
    font-weight: 700;
    font-size: 14px;
}
.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: 0;
    margin-bottom: 0;
}
#order_review_heading{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 22px;
}
.woocommerce-billing-fields > h3{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
}
.order-custom{
    padding: 30px 30px 20px;
    background: #f9f9f9;
    position: relative;
    margin-bottom: 70px;
}
#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: 0px;
    padding: 0 10px;
}
#ship-to-different-address-checkbox {
    width: 16px;
    height: 16px;
    top: 0;
}
.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;
}
.edit-account legend{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0 12px;
}
.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;
    border-radius: 0;
}
/*Responsive*/
@media (max-width: 1024px){
    .smart-slider:not(.owl-carousel)[data-item="6"] > div,
    .smart-slider:not(.owl-carousel)[data-item="5"] > div{
        width: 25%;
    }
}
@media (max-width: 991px){
    .smart-slider:not(.owl-carousel)[data-item="4"] > div,
    .smart-slider:not(.owl-carousel)[data-item="6"] > div,
    .smart-slider:not(.owl-carousel)[data-item="5"] > div{
        width: 33.33%;
    }
    .col-sm-8 .list-3-item:nth-child(3n+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: inherit;
    }
    .col-sm-8 .list-3-item:nth-child(2n+1),
    .list-7-item:nth-child(6n+1),
    .list-8-item:nth-child(6n+1),
    .list-9-item:nth-child(6n+1),
    .list-10-item:nth-child(6n+1){
        clear: both;
    }
    .list-10-item,
    .list-9-item,
    .list-8-item,
    .list-7-item{
        width: 16.66666667%;
    }
    .col-sm-8 .list-3-item{
        width: 50%;
    }
    .filter-col.filter-4-col .item-box-attr,
    .filter-col.filter-3-col .item-box-attr{
        width: 50%;
    }
    .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: inherit;
    }
    .filter-col.filter-3-col .item-box-attr:nth-child(2n+1),
    .filter-col.filter-4-col .item-box-attr:nth-child(2n+1){
        clear: both;
    }
}
@media (max-width: 860px){
    table.shop_table .product-name {
    min-width: inherit;
}
}
@media (max-width: 768px){
    .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(6n+1),
    .list-8-item:nth-child(6n+1),
    .list-9-item:nth-child(6n+1),
    .list-10-item:nth-child(6n+1){
        clear: inherit;
    }
    .list-4-item:nth-child(3n+1),
    .list-5-item:nth-child(3n+1),
    .list-6-item:nth-child(4n+1),
    .list-7-item:nth-child(4n+1),
    .list-8-item:nth-child(5n+1),
    .list-9-item:nth-child(5n+1),
    .list-10-item:nth-child(5n+1){
        clear: both;
    }
    .list-10-item,
    .list-9-item,
    .list-8-item{
        width: 20%;
    }
    .list-7-item,
    .list-6-item{
        width: 25%;
    }
    .list-4-item,
    .list-5-item {
        width: 33.3333%;
    }
    /*cart/checkout*/
    .woocommerce-cart-form .product-remove{
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .woocommerce table.shop_table th, 
    .woocommerce table.shop_table td, 
    .woocommerce-cart table.cart td, 
    .woocommerce-cart table.cart th {
        border-bottom: 1px solid #e5e5e5;
    }
    .woocommerce-cart-form .product-quantity{
        min-height: 70px;
    }
    .woocommerce-cart-form .product-quantity .detail-qty {
        display: inline-block;
    }
    .woocommerce table.shop_table tr, 
    .woocommerce-cart table.cart tr {
        border-bottom: 0;
    }
    .woocommerce-cart-form .product-price{
        margin: 0;
    }
    .woocommerce table.shop_table td, 
    .woocommerce table.shop_table th, 
    .woocommerce-cart table.cart td:first-child{
        padding: 15px 10px;
    }
    .woocommerce-cart-form .qty-val{
        background: transparent;
    }
    #add_payment_method .cart-collaterals .cart_totals tr td, 
    #add_payment_method .cart-collaterals .cart_totals tr th, 
    .woocommerce-cart .cart-collaterals .cart_totals tr td, 
    .woocommerce-cart .cart-collaterals .cart_totals tr th, 
    .woocommerce-checkout .cart-collaterals .cart_totals tr td, 
    .woocommerce-checkout .cart-collaterals .cart_totals tr th {
        border-top: 0;
    }
    .woocommerce .cart-collaterals table.shop_table_responsive tr:nth-child(2n) td, 
    .woocommerce-page .cart-collaterals table.shop_table_responsive tr:nth-child(2n) td{
        background: transparent;
    }
    .woocommerce-cart-form{
        border-top: 1px solid #e5e5e5;
    }
    .woocommerce-billing-fields {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px){
    .order-custom{
        margin-top: 30px;
    }
    .main-nav li.has-mega-menu > .mega-menu,
    .main-nav .sub-menu{
        transition: inherit;
        -webkit-transition: inherit;
    }
    nav.main-nav>ul>li.current-menu-item>a, 
    nav.main-nav>ul>li.current-menu-ancestor>a, 
    nav.main-nav>ul>li:hover>a{
        background-color: transparent !important;
    }
    .smart-slider:not(.owl-carousel)[data-item="3"] > div,
    .smart-slider:not(.owl-carousel)[data-item="4"] > div,
    .smart-slider:not(.owl-carousel)[data-item="6"] > div,
    .smart-slider:not(.owl-carousel)[data-item="5"] > div{
        width: 50%;
    }
    .main-nav li.has-mega-menu {
        position: relative;
    }
    .main-nav li.has-mega-menu > .mega-menu{
        position: static;
        max-width: 100%;
        visibility: visible;
        border: 0;
        box-shadow: none;
        padding: 0;
    }
    .btn-toggle-mobile-menu::after {
        top: 0;
        line-height: 40px;
        width: 40px;
        text-align: center;
        right: -15px;
        z-index: 1111;
    }
    .content-page > .row > .col-md-3{
        order: 2;
        -webkit-order: 2;
        -ms-order: 2;
        -o-order: 2;
    }
    .content-page > .row{
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: -o-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
    }
}
@media (max-width: 667px){
    .list-3-item:nth-child(3n+1),
    .list-4-item:nth-child(3n+1),
    .list-5-item:nth-child(3n+1),
    .list-6-item:nth-child(4n+1),
    .list-7-item:nth-child(4n+1),
    .list-8-item:nth-child(5n+1),
    .list-9-item:nth-child(5n+1),
    .list-10-item:nth-child(5n+1){
        clear: inherit;
    }
    .list-3-item:nth-child(2n+1),
    .list-4-item:nth-child(2n+1),
    .list-5-item:nth-child(2n+1),
    .list-6-item:nth-child(3n+1),
    .list-7-item:nth-child(3n+1),
    .list-8-item:nth-child(3n+1),
    .list-9-item:nth-child(3n+1),
    .list-10-item:nth-child(3n+1){
        clear: both;
    }
    .list-10-item,
    .list-9-item,
    .list-8-item,
    .list-7-item,
    .list-6-item,
    .list-5-item,
    .list-4-item,
    .list-3-item{
        width: 50%;
    }
}
@media (max-width: 568px){
    .comment-list ul.children {
        padding: 0;
    }
}
@media (max-width: 480px){
     .list-3-item:nth-child(3n+1),
    .list-4-item:nth-child(3n+1),
    .list-5-item:nth-child(3n+1),
    .list-6-item:nth-child(4n+1),
    .list-7-item:nth-child(4n+1),
    .list-8-item:nth-child(5n+1),
    .list-9-item:nth-child(5n+1),
    .list-10-item:nth-child(5n+1){
        clear: inherit;
    }
    .list-3-item:nth-child(2n+1),
    .list-4-item:nth-child(2n+1),
    .list-5-item:nth-child(2n+1),
    .list-6-item:nth-child(3n+1),
    .list-7-item:nth-child(3n+1),
    .list-8-item:nth-child(3n+1),
    .list-9-item:nth-child(3n+1),
    .list-10-item:nth-child(3n+1){
        clear: both;
    }
    .list-10-item,
    .list-9-item,
    .list-8-item{
        width: 33.33%;
    }
    .list-7-item,
    .list-6-item{
        width: 33.33%;
    }
    .list-3-item{
        width: 50%;
    }
}
@media (max-width: 425px){
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        display: block;
        width: 100%;
        margin-bottom: 7px;
    }
    .woocommerce #content table.cart td.actions .coupon .button.alt, 
    .woocommerce #content table.cart td.actions .coupon .input-text+.button, 
    .woocommerce table.cart td.actions .coupon .button.alt, 
    .woocommerce table.cart td.actions .coupon .input-text+.button, 
    .woocommerce-page #content table.cart td.actions .coupon .button.alt, 
    .woocommerce-page #content table.cart td.actions .coupon .input-text+.button, 
    .woocommerce-page table.cart td.actions .coupon .button.alt, 
    .woocommerce-page table.cart td.actions .coupon .input-text+.button {
        float: none;
        display: block;
        width: 100%;
    }
    .order-custom {
        padding: 30px 10px 10px;
    }
}
@media (max-width: 375px){
    
}
@media (max-width: 320px){
    .list-5-item,
    .list-4-item,
    .list-3-item,
    .list-2-item,
    .col-sm-8 .list-4-item {
        width: 100%;
    }
}
@media (min-width: 567.9px) and (max-width: 767px){
    .wpb_column.vc_col-ss-1\/5,
    .wpb_column.vc_col-ss-2\/5,
    .wpb_column.vc_col-ss-3\/5,
    .wpb_column.vc_col-ss-4\/5,
    .wpb_column.vc_col-ss-1, 
    .wpb_column.vc_col-ss-10, 
    .wpb_column.vc_col-ss-11, 
    .wpb_column.vc_col-ss-12, 
    .wpb_column.vc_col-ss-2, 
    .wpb_column.vc_col-ss-3, 
    .wpb_column.vc_col-ss-4, 
    .wpb_column.vc_col-ss-5, 
    .wpb_column.vc_col-ss-6, 
    .wpb_column.vc_col-ss-7, 
    .wpb_column.vc_col-ss-8, 
    .wpb_column.vc_col-ss-9 {
        float: left;
    }
    .wpb_column.vc_col-ss-1\/5{
        width: 20%;
    }
    .wpb_column.vc_col-ss-2\/5{
        width: 40%;
    }
    .wpb_column.vc_col-ss-3\/5{
        width: 60%;
    }
    .wpb_column.vc_col-ss-4\/5{
        width: 80%;
    }
    .wpb_column.vc_col-ss-1{
        width: 8.33333333%;
    }
    .wpb_column.vc_col-ss-10{
        width: 83.33333333%;
    }
    .wpb_column.vc_col-ss-11{
        width: 91.66666667%;
    }
    .wpb_column.vc_col-ss-12{
        width: 100%;
    }
    .wpb_column.vc_col-ss-2{
        width: 16.66666667%;
    }
    .wpb_column.vc_col-ss-3{
        width: 25%;
    }
    .wpb_column.vc_col-ss-4{
        width: 33.33333333%;
    }
    .wpb_column.vc_col-ss-5{
        width: 41.66666667%;
    }
    .wpb_column.vc_col-ss-6{
        width: 50%;
    }
    .wpb_column.vc_col-ss-7{
        width: 58.33333333%;
    } 
    .wpb_column.vc_col-ss-8{
        width: 66.66666667%;
    } 
    .wpb_column.vc_col-ss-9{
        width: 75%;
    }
    .vc_col-ss-offset-1\/5{
        margin-left: 20%;
    }
    .vc_col-ss-offset-2\/5{
        margin-left: 40%;
    }
    .vc_col-ss-offset-3\/5{
        margin-left: 60%;
    }
    .vc_col-ss-offset-4\/5{
        margin-left: 80%;
    }
    .wpb_column.vc_col-ss-offset-0{
        margin-left: 0;
    }
    .wpb_column.vc_col-ss-offset-1{
        margin-left: 8.33333333%;
    }
    .wpb_column.vc_col-ss-offset-10{
        margin-left: 83.33333333%;
    }
    .wpb_column.vc_col-ss-offset-11{
        margin-left: 91.66666667%;
    }
    .wpb_column.vc_col-ss-offset-12{
        margin-left: 100%;
    }
    .wpb_column.vc_col-ss-offset-2{
        margin-left: 16.66666667%;
    }
    .wpb_column.vc_col-ss-offset-3{
        margin-left: 25%;
    }
    .wpb_column.vc_col-ss-offset-4{
        margin-left: 33.33333333%;
    }
    .wpb_column.vc_col-ss-offset-5{
        margin-left: 41.66666667%;
    }
    .wpb_column.vc_col-ss-offset-6{
        margin-left: 50%;
    }
    .wpb_column.vc_col-ss-offset-7{
        margin-left: 58.33333333%;
    } 
    .wpb_column.vc_col-ss-offset-8{
        margin-left: 66.66666667%;
    } 
    .wpb_column.vc_col-ss-offset-9{
        margin-left: 75%;
    }
    .vc_hidden-ss{
        display: none;
    }
}
/*End Responsive*/
/********************************************************************************
                        Lancom Project Stylesheet
*********************************************************************************/
/*Start Flex Wrapper*/
.flex-wrapper{
    display:flex;
    display:-ms-flex;
    display:-webkit-flex;
}
.flex_direction-row{
    flex-direction:row;
    -ms-flex-direction:row;
    -webkit-flex-direction:row;
}
.flex_direction-column{
    flex-direction:column;
    -ms-flex-direction:column;
    -webkit-flex-direction:column; 
}
.flex_wrap-wrap{
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.flex_wrap-nowrap{
    flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
}
.justify_content-flex-start{
    justify-content:flex-start;
    -ms-justify-content:flex-start;
    -webkit-justify-content:flex-start;
}
.justify_content-flex-end{
    justify-content:flex-end;
    -ms-justify-content:flex-end;
    -webkit-justify-content:flex-end;
}
.justify_content-center{
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
}
.justify_content-space-between{
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
}
.justify_content-space-around{
    justify-content:space-around;
    -ms-justify-content:space-around;
    -webkit-justify-content:space-around;
}
.align_items-flex-start{
    align-items:flex-start;
    -ms-align-items:flex-start;
    -webkit-align-items:flex-start;
}
.align_items-flex-end{
    align-items:flex-end;
    -ms-align-items:flex-end;
    -webkit-align-items:flex-end;
}
.align_items-center{
    align-items:center;
    -ms-align-items:center;
    -webkit-align-items:center;
}
.align_items-baseline{
    align-items:baseline;
    -ms-align-items:baseline;
    -webkit-align-items:baseline;
}
.align_items-stretch{
    align-items:stretch;
    -ms-align-items:stretch;
    -webkit-align-items:stretch;
}
/*End Flex Wrapper*/    
input[type=checkbox], 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: button-bevel;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    position: static!important;
    outline: none!important;
}
input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    line-height: 18px;
    font-family: LineAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-weight: 400;
    content: '\f17b'; 
}
input[type=checkbox]:checked:before {
    content: '\f17b'; 
}
.woocommerce-form-login button.woocommerce-Button {
    margin-right: 10px;
}
.woocommerce form .form-row .input-checkbox {
    position: static;
}
label.checkbox {
    display: inline-block;
    margin: 0 5px;
}
/********************* Home 01 ************************/
.block-newsletter1 {
    padding: 145px 0;
    background-position: center;
    animation: animatedBackground 40s linear infinite;
    -moz-animation: animatedBackground 40s linear infinite;
    -webkit-animation: animatedBackground 40s linear infinite;
}
.block-newsletter1 .form-newsletter {
    max-width: 680px;
    margin: auto;
}
.footer-bottom1 {
    background: #303030;
    padding: 43px 0;
}
.main-footer1 {
    padding: 145px 0 140px;
}
.box-menu-footer1 h3 {
    margin-bottom: 30px;
}
.list-menu-footer li {
    margin-bottom: 23px;
}
.list-menu-footer li a { 
    position: relative;
    padding: 0 0 0 20px;
}
.list-menu-footer li a::before {
    position: absolute;
    top: 1px;
    left: 0;
    content: "\f182";
    font-family: lineAwesome;
    color: #999;
}
.box-tag-footer1 h3 {
    margin-bottom: 30px;
}
.list-tags li a {
    border: 1px solid #e5e5e5;
    padding: 8px 17px;
    display: inline-block;
    background:#fff;
}
.list-tags {
    font-size: 0;
}
.list-tags li {
    margin: 0 5px 10px 0;
    font-size: 14px;
}
.box-location-footer1 h3 {
    margin-bottom: 25px;
}
.box-location-footer1 ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 14px;
}
.box-location-footer1 ul li::before {
    content: "\f182";
    font-family: lineAwesome;
    color: #999;
    top: 5px;
    left: 0;
    position:absolute;
}
.payment-method1 li {
    margin: 0 5px;
}
.payment-method1 {
    margin: 23px -5px 0;
}
.form-newsletter input[type="submit"] {
    padding: 0 30px;
    font-weight: 700;
    border: 1px solid #303030;
    background: #fff;
    margin-left: 10px;
    color: #303030;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.form-newsletter input[type="submit"]:hover{
    color:#fff;
}
.title-newsletter1 {
    margin-bottom: 43px;
}
.list-social-network1 li {
    margin: 0 10px;
}
.list-social-network1 {
    margin: 45px -10px 0;
    font-size: 24px;
}
.logo-lancom .text-logo span {
    position: relative;
    display: inline-block;
    padding: 10px 0;
}
.wrap-nav-cart {
    margin: 5px 0 0;
}
.main-nav > ul > li.current-menu-ancestor > a::before,
.main-nav > ul > li.current-menu-item > a::before{
    position: absolute;
    border-style: solid;
    border-width: 1px;
    border-left-color: transparent;
    border-right-color: transparent;
    content: "";
    width: 65px;
    height: 50px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0px;
    display:none;
}
.header1 {
    padding: 20px 0;
}
.wrap-nav-cart .my-account1 {
    margin: 0 50px 0 30px;
}
.wrap-intro-lancom1 {
    max-width: 1170px;
    margin: auto!important;
}
.wrap-intro-lancom1 {
    max-width: 1170px;
    margin: auto!important;
}
.circle-slider .banner-thumb {
    max-width: 600px;
    margin: auto;
}
.circle-slider .banner-thumb img {
    border-radius: 50%;
}
.circle-slider .banner-thumb a {
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
}
.item-slider1 {
    max-width: 1000px;
    margin: auto;
    padding: 70px 0 38px;
}
.item-slider1 .slider-content-text h2.black {
    margin: 0px;
}
.circle-slider .owl-item.active .banner-thumb{
    animation-name:zoomInUp;
    animation-duration:1.5s;
    -webkit-animation-name:zoomInUp;
    -webkit-animation-duration:1.5s;
}
.circle-slider .owl-item.active .slider-content-text{
    animation-name:zoomIn;
    animation-duration:1s;
    -webkit-animation-name:zoomIn;
    -webkit-animation-duration:1s;
}
.circle-slider .owl-item.active .append-content-text{
    animation-name:zoomIn;
    animation-duration:0.2s;
    -webkit-animation-name:zoomIn;
    -webkit-animation-duration:0.2s;
}
.circle-slider .append-content-text {
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(0.5) translateX(50%);
    -webkit-transform: scale(0.5) translateX(50%);
    opacity: 0.5;
    text-align:right;
    cursor: move;
}
.wrap-banner-slider1 {
    background-position: center top;
    background-repeat: no-repeat;
}
.wrap-banner-slider1::before {
    display: block!important;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 230px;
    background: #f9f9f9;
    top: 0;
    z-index: -1;
}
.banner-slider1 {
    margin-bottom: 0px;
}
.lemon-fruit1 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 460px;
    margin: auto;
}
.rose-flower1 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 460px;
    z-index: 2;
}
.wrap-intro-lancom1 .banner-advs {
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
    margin-right: 15px;
    z-index: 1;
}
.about-lancom1 {
    padding: 135px 55px;
    position: relative;
    margin: 70px 0 0;
}
.about-lancom1::before{
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:-300px;
    content:"";
}
.about-lancom1 h2 {
    margin-bottom: 32px;
}
.account-manager .my-account-link {
    text-transform: capitalize;
}
.about-lancom1 ul {
    margin: 40px -2px 0;
}
.about-lancom1 ul li {
    margin: 0 2px;
}
.about-lancom1::after {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.3);
    width: 500px;
    height: 500px;
    top: 0;
    bottom: 0;
    right: 150px;
    z-index: 1;
    border-radius: 50%;
    margin: auto;
}
.about-lancom1 > *{
    position:relative;
    z-index:2;
}
.about-lancom1 .desc {
    line-height: 28px;
}
.wrap-leaf-title {
    position: relative;
    margin-bottom: 40px;
}
.leaf-title-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    text-align: center;
}
.leaf-title-text {
    padding: 23px 70px;
    border: 2px solid #303030;
    letter-spacing: 7px;
    margin: 37px 0 31px;
}
.leaf-title-text h2 {
    position: relative;
    z-index: 1;
}
.leaf-title-image p {
    margin: 0;
}
.overflow-visible{
    overflow:visible!important;
}
.margin-230{
    margin-bottom:230px;
}
.margin-200{
    margin-bottom:200px;
}
.margin-190{
    margin-bottom:190px;
}
.margin-150{
    margin-bottom:150px;
}
.margin-140{
    margin-bottom:140px;
}
.margin-135{
    margin-bottom: 135px;
}
.margin-130{
    margin-bottom:130px;
}
.margin-120{
    margin-bottom:120px;
}
.margin-110{
    margin-bottom:110px;
}
.margin-100{
    margin-bottom:100px;
}
.margin-90{
    margin-bottom:90px;
}
.margin-80{
    margin-bottom:80px;
}
.margin-30{
    margin-bottom:30px;
}
.pt150{
    padding-top: 150px;
}
.pb150{
    padding-bottom: 150px;
}
.pt140{
    padding-top: 140px;
}
.pb140{
    padding-bottom: 140px;
}
.product-slider1 .item-product {
    margin: 0 30px;
}
.item-product-circle .product-thumb-link img {
    border-radius: 50%;
}
.item-product-circle .product-thumb-link {
    border-radius: 50%;
}
.item-product-circle .product-thumb {
    margin-bottom: 25px;
}
.item-product .product-title {
    margin-bottom: 13px;
    font-weight: bold;
}
.item-product .wrap-rating {
    margin-bottom: 15px;
}
.tab-style1 .title-tab {
    margin:0 -20px;
}
.tab-style1 .title-tab li {
    margin:0 20px;
}
.tab-style1 .title-tab li a{
    font-size:18px;
    font-weight:700;
    font-family: 'Lora', serif;
    color:#303030;
    position:relative;
} 
.tab-style1 .tab-header{
    margin-bottom:45px;
}
.tab-style1 .title-tab li.active a::before {
    position: absolute;
    border-style: solid;
    border-width: 2px;
    border-left-color: transparent;
    border-right-color: transparent;
    content: "";
    width: 65px;
    height: 50px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: -13px;
}
.product-extra-link .wishlist-link,.product-extra-link .compare-link {
    font-size: 18px;
    color: #303030;
    position: relative;
    z-index: 1;
}
.product-extra-link .wishlist-link span, .product-extra-link .compare-link span {
    font-size: 12px;
    color: #666;
    background: #f4f4f4;
    position: absolute;
    padding: 5px 7px;
    top: -30px;
    left: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 9px;
    opacity:0;
    visibility:hidden;
    white-space: nowrap;
}
.product-extra-link .wishlist-link:hover span, .product-extra-link .compare-link:hover span {
    opacity:1;
    visibility:visible;
}
.product-extra-link .wishlist-link span::after, .product-extra-link .compare-link span::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 100%;
    border-top: 5px solid #f4f4f4;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin: 0 -5px;
}
.item-product-circle .product-extra-link a {
    margin: 0 10px;
    opacity:0;
    visibility:hidden;
    display:inline-block;
    transform:translateY(-40px);
    -webkit-transform:translateY(-40px);
}
.item-product-circle .product-extra-link a.addcart-link{
    margin: 0 10px;
}
.item-product-circle .product-extra-link a:not(.addcart-link){
    transition-delay:0.1s;
    -webkit-transition-delay:0.1s;
}
.item-product-circle:hover .product-extra-link a {
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    -webkit-transform:translateY(0);
}
.item-product-circle .product-extra-link {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: -40px -10px 0;
    opacity: 0; visibility: hidden;
        transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.item-product-circle:hover .product-extra-link {
    opacity:1;
    visibility:visible;
}
.item-product-circle .product-info {
    padding-bottom: 9px;
}
.product-slider1 {
    margin: 0 -30px;
}
.product-slider1 .wrap-item.owl-carousel .owl-nav button {
    margin: -80px 10px 0;
}
.block-advs1 .banner-advs {
    margin: 0 -10px 10px;
}
.block-advs1 .banner-advs.right-item {
    margin-right: -20px;
}
.wrap-advs1 .banner-advs {
    width: 34.5%;
    margin-left: -15px;
}
.intro-advs1 {
    margin: 0 -10px 10px 20px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
}
.item-advs1 .banner-info {
    bottom: 45px;
    top: auto;
}
.shop-button.large-button {
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
}
.intro-advs1 p {
    margin: 30px 0 45px;
}
.featured-product-left1 {
    margin-right: -30px;
}
.featured-product-right1 {
    margin-left: -30px;
}
.featured-product-center1 {
    margin: 0 -15px;
}
.intro-featured-product1 {
    color: #e5e5e5;
    margin: 160px 0 140px;
}
.featured-product1 {
    margin-bottom: 90px;
}
.letter-spacing {
    letter-spacing: 7px;
}
.most-product-slider1 > h3 {
    font-family: lora;
}
.most-product-slider1 > h3.title18 {
    font-family: 'Lora', serif;
    letter-spacing: 7px;
    text-align: center;
    margin-bottom: 68px;
}
.most-product-slider1 {
    max-width: 500px;
    border: 3px solid #303030;
    float: right;
    padding: 70px 60px 40px;
    background-color:#fff;
    position: relative;
    z-index:2;
}
.most-product-slider1 .wrap-item {
    padding: 0 55px;
}
.most-product-slider1 .wrap-item.owl-carousel .owl-nav button {
    margin-top: -85px;
}
.block-gift-voucher1 {
    padding: 100px 0;
    background-position: -100px 0;
    background-color: #e9e3e3;
    background-repeat: no-repeat;
    position: relative;
}
.vc_row.block-gift-voucher1::before {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    background: #e9e3e3;
}
.vc_row.block-gift-voucher1::after {
    display: block;
    position: absolute;
    left: 40%;
    top: 0;
    right: 50%;
    bottom: 0;
    background-image: linear-gradient(to right,transparent,#e9e3e3);
}
.wrap-gift-voucher {
    background: #fff;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    margin: 70px -50px;
    position: relative;
    z-index: 1;
}
.title-gift-voucher h2 {
    padding: 25px 35px;
}
.final-countdown .clock .number {
    width: 50px;
    height: 50px;
    background: #303030;
    display: block;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    position: relative;
    margin-bottom: 7px;
}
.final-countdown .clock .number::after{
    position:absolute;
    top:50%;
    left:100%;
    width:0;
    height:0;
    content:"";
    border-left:8px solid #303030;
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
    margin:-8px -2px;
}
.final-countdown .clock:last-child .number::after{
    display:none;
}
.final-countdown .clock {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    margin:0 5px;
}
.final-countdown {
    margin: 0 -5px;
}
.wrap-gift-voucher .final-countdown {
    margin: 30px 0;
}
.artist-sider1 .item-artist {
    margin: 0 30px;
}
.artist-sider1 {
    margin: 0 -30px;
}
.item-artist .artist-thumb {
    margin-bottom: 25px;
}
.item-artist .artist-info h3 {
    margin-bottom: 7px;
}
.item-artist .artist-info .desc {
    margin-bottom: 22px;
}
.item-artist .artist-info .list-artist-video {
    margin-bottom: 30px;
}
.list-artist-video li {
    margin: 0 15px;
}
.list-artist-video ul {
    margin: 0 -15px;
}
.list-artist-video li a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.list-artist-video li a img {
    border-radius: 50%;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.list-artist-video li a:hover img{
    transform:scale(1.15);
    -webkit-transform:scale(1.15);
}
.list-artist-video li a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-family: lineAwesome;
    content: "\f2be";
    font-size: 30px;
    color: #fff;
    background: rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    display:-webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    z-index: 1;
}
.item-service {
    width: 300px;
    height: 300px;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
    border-radius: 50%;
    position:relative;
    background:#fff;
}
.item-service .title60 {
    margin-bottom: 20px;
}
.item-service h3 {
    margin-bottom: 7px;
}
.wrap-service1 {
    position: relative;
}
.wrap-service1::before {
    position: absolute;
    height: 1px;
    left: 10px;
    right: 10px;
    content: "";
    top: 50%;
    z-index:-1;
}
.wrap-service11::before{
    display: none;
}
.item-post-flex .post-thumb {
    width: 51%;
}
.item-post-flex .post-info {
    width: 49%;
    text-align: center;
}
.item-post-flex .list-cats {
    padding: 11px 0;
    margin-top: 23px;
}
.item-post .post-meta-data {
    margin-bottom: 25px;
}
.list-post1 .item-post {
    margin-bottom: 100px;
}
.item-post-default .post-info {
    padding: 0 15px;
}
.list-post1 .list-col-item:last-child .item-post {
    margin-bottom: 0;
}
.list-post1 .list-col-item:nth-child(2n) .item-post-flex {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
.instagram-slider1 .banner-advs {
    margin: 0 0.5px;
}
.instagram-slider1 .wrap-item.owl-carousel .owl-nav button{
    display:none;
}
.item-instagram a,
.item-instagram img{
    display:block;
    width:100%;
}
.item-instagram .instagram-info {
    z-index: 11;
    opacity:0;
}
.item-instagram:hover .instagram-info {
    opacity:1;
}
.item-instagram .instagram-info li {
    margin: 0 10px;
}
.item-instagram .instagram-info ul {
    margin: 0 -10px;
}
.item-instagram .instagram-info li sub{
    font-size:14px;
    margin:0 5px;
}
.item-instagram:hover .instagram-info .like-count{
    animation-name:fadeInLeft;
    animation-duration:0.5s;
    -webkit-animation-name:fadeInLeft;
    -webkit-animation-duration:0.5s;
}
.item-instagram:hover .instagram-info .comment-count{
    animation-name:fadeInRight;
    animation-duration:0.5s;
    -webkit-animation-name:fadeInRight;
    -webkit-animation-duration:0.5s;
}
.grid-instagram {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}
.grid-instagram .item-instagram {
    width: 33.33%;
    margin: 0;
}
.item-cat-adv {
    max-width: 300px;
    margin: 0 auto 70px;
}
.item-cat-adv .cat-thumb {
    margin-bottom: 0;
}
.item-cat-adv .cat-info h3 {
    margin-bottom: 9px;
}
.item-cat-adv .cat-info {
    position: relative;
    z-index: 1;
    padding-top: 20px;
}
.btn-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(48,48,48,0.5);
    line-height: 40px;
    text-align: center;
    color: #fff!important;
    border-radius: 40px;
}
.item-cat-adv .btn-circle{
    margin-top:25px;
}
.top-cat-slider1 .wrap-item.owl-carousel .owl-nav button {
    margin-top: -100px;
}
/**************************************** Home 02 ***********************************/
.wrap-header2{
    z-index:9996;
}
.header2 {
    background-color: rgba(255,255,255,0.95);
}
.top-banner2 {
    margin-top: -100px;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 250px;
}
.wrap-top-banner2 .banner-advs a {
    width: 600px;
    border-radius: 50%;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.3);
}
.wrap-top-banner2 > div {
    margin: 0 -50px;
}
.intro-banner2 {
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    z-index: 1;
    position: relative;
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
}
.intro-banner2 h2 {
    line-height: 1.2;
    margin: 18px 0 42px;
}
.header-shadow {
    z-index: 1;
}
.item-advs2 .banner-info {
    width: 270px;
    height: 110px;
    background: rgba(255,255,255,0.9);
    padding-top: 20px;
}
.item-advs2.style2 .banner-info {
    width: 340px;
    height: 220px;
    padding: 40px 0;
}
.item-advs2 .banner-info .shop-button {
    margin-top: 30px;
}
.item-advs2 .banner-info h2 {
    margin-bottom: 6px;
}
.block-advs2 .banner-advs {
    margin-bottom: 30px;
}
.item-advs-large2 .banner-info {
    top: 85px;
    bottom: auto;
}
.item-advs-large2 .banner-info h2 {
    line-height: 1.15;
    margin-bottom: 25px;
}
.block-advs2 {
    margin-bottom: 108px;
}
.block-product2 .view-all-product {
    margin-top: 10px;
}
.block-product3 .view-all-product {
    margin-top: 20px;
}
.block-product3 .view-all-product .shop-button{
    min-width: 200px;
}
.banner-video-popup2 {
    padding: 230px 0;
    background-position: center;
    background-repeat: no-repeat;
}
.btn-play-video {
    display: inline-block;
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    border-radius: 50%;
    -webkit-animation: pulse-shadow 2s ease-out infinite;
    animation: pulse-shadow 2s ease-out infinite;
}
.btn-play-video:hover {
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.3);
}
.intro-video-popup {
    margin-bottom: 25px;
} 
.banner-collect2 img {
    border-radius: 50%;
}
.banner-collect2 {
    margin: 35px 0 35px 75px;
    position: relative;
    max-width: 530px;
}
.collection-slider2 .owl-item.active .banner-collect2 img{
    animation-name:fadeIn;
    animation-duration:1.5s;
    -webkit-animation-name:fadeIn;
    -webkit-animation-duration:1.5s;
}
.banner-collect2 .adv-thumb-link {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.1);
    border-radius: 50%;
}
.art-text2 {
    position: absolute;
    left: 5px;
    transform: rotate(-90deg);
    transform-origin: top left;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: top left;
    top: 100%;
    margin-top: -40px;
}
.banner-collect2::before {
    position: absolute;
    left: 0;
    top: -35px;
    bottom: -35px;
    right: -70px;
    content: "";
    border-radius: 50%;
    background: #e7e1e1;
}
.collection-slider2 .owl-theme .owl-dots .owl-dot {
    display: block;
    margin: 0;
}
.collection-slider2 .owl-theme .owl-dots {
    position: absolute;
    top: 50%;
    margin-top: -60px!important;
    left: 54%;
    margin: 0;
}
.collection-slider2 .owl-theme .owl-dots .owl-dot span{
    margin:10px 0;
}
/*Begin Custom Scroll*/
.custom-scroll ::-webkit-scrollbar {
  width: 5px;
}
.custom-scroll ::-webkit-scrollbar-track-piece {
  width: 5px;
  background: #e9e3e3;
}
.custom-scroll ::-webkit-scrollbar-track {
  border-radius: 0px;
}
.custom-scroll ::-webkit-scrollbar-thumb {
  border-radius: 0px;
  width: 5px;
}
/*End Custom Scroll*/
.collect-product2 .products-wrap {
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 30px;
}
.collect-product2 .item-product {
    margin-bottom: 20px;
}
.collect-product2 {
    margin-left: 50px;
}
.collect-product2 .item-product-circle .product-extra-link a:not(.addcart-link) {
    display:none;
}
.item-collection2-2 .art-text2 {
    margin-top: -30px;
}
.item-collection2-3 .art-text2 {
    margin-top: -20px;
}
.post-slider2 .wrap-item.owl-carousel .owl-nav button {
    margin: -100px -5px 0;
}
.post-slider2 {
    margin-bottom: 80px;
}
.top-cat-slider2 .item-cat-adv {
    margin-bottom: 30px;
}
.item-service2 .service-icon {
    min-width: 80px;
}
.item-service2 .service-info h3 {
    margin-bottom: 8px;
}
.wrap-service2 {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 0;
}
.wrap-service2 .item-service2 {
    width: 33.33%;
}
.wrap-mailchimp2 .form-newsletter input[type="email"] {
    height: 40px;
}
.wrap-mailchimp2 .form-newsletter {
    width: 490px;
    max-width: none;
    margin: 0 20px;
}
.block-newsletter2 .list-social-network1 {
    margin-top: 6px;
}
.block-newsletter2 {
    padding: 40px 0;
}
.wrap-mailchimp2 .form-newsletter input[type="submit"]{
    padding:0 20px;
}
.line-footer hr {
    border-color: #e5e5e5;
    margin: 0;
}
/*********************************** Home 03 *************************************/
.service-footer3 .wrap-service2 {
    border-top: none;
}
.service-footer3 {
}
.top-header3 {
    background: #f2f2f4;
}
.dropdown-box > p {
    margin: 0;
}
.language-box .dropdown-link ,
.currency-box .dropdown-link {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.wrap-language-currency .dropdown-box {
    margin: 0 15px;
}
.wrap-language-currency {
    margin: 0px -15px;
    position: relative;
    z-index: 10000;
}
.top-support3 li {
    margin: 0 15px;
}
.top-support3 {
    margin: 0 -15px;
}
.top-support3 li a {
    height: 40px;
    line-height: 40px;
}
.main-header3 {
    padding: 20px 0;
}
.main-header3 .main-nav1 {
    margin: 6px -15px 0;
}
.main-header3 .wrap-nav-cart {
    margin-top: 10px;
}
.about-contact3 li {
    margin: 0 15px;
}
.about-contact3 {
    margin: 0 -15px;
}
.main-header3 .wrap-nav-cart .my-account1 {
    margin: 0 30px;
}
.banner-slider3 {
    padding-bottom: 10px;
}
.owl-theme.pagi-nav-number .owl-dots .owl-dot {
    width: 100px;
    height: 4px;
    background: #e9e3e3;
    margin: 0 5px;
    position: relative;
    text-align: center;
}
.owl-theme.pagi-nav-number .owl-dots .owl-dot span {
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 14px;
    color: #666;
    bottom: -40px;
}
.banner-slider .owl-theme.pagi-nav-number .owl-dots {
    margin: 40px 0 33px;
}
.owl-theme.pagi-nav-number .owl-dots .owl-dot.active span {
    font-size: 30px;
    bottom: -45px;
    color: #303030;
}
.item-slider3 h3 {
    margin: 30px 0 45px;
}
.banner-title-vertical .advs-info {
    position: relative;
    padding: 30px 100px 0;
}
.banner-title-vertical .advs-info .desc {
    margin-bottom: 32px;
}
.banner-title-vertical .advs-info .title-vertical {
    position: absolute;
    bottom: 0px;
    left: 20px;
    transform: rotate(-90deg) translateY(100%);
    transform-origin: bottom left;
    -webkit-transform: rotate(-90deg) translateY(100%);
    -webkit-transform-origin: bottom left;
    white-space: nowrap;
}
.list-banner3 .banner-title-vertical {
    margin: 0 -10px 30px;
}
.list-banner3 {
    padding: 0 10px;
}
.intro-video3 {
    min-width: 300px;
    width: 300px;
    position: relative;
    z-index: 1;
}
.intro-video3 h2 {
    max-width: 180px;
}
.intro-video3 li .desc{
    display:none;
    margin: 35px 0 0;
}
.intro-video3 li.active .desc{
    display:block;
    animation-name:fadeInRight;
    -webkit-animation-name:fadeInRight;
    animation-duration:1s;
    -webkit-animation-duration:1s;
}
.banner-video3 .tab-pane.active .block-video-custom{
    animation-name:fadeInRight;
    -webkit-animation-name:fadeInRight;
    animation-duration:1s;
    -webkit-animation-duration:1s;
}
.intro-video3 li{
    margin-bottom:55px;
}
.intro-video3 li:last-child{
    margin-bottom:0;
}
.banner-video3 {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    margin-left: -100px; 
}
.item-product-circle.style2 .product-thumb-link, 
.item-product-circle.style2 .product-thumb-link img {
    border-radius: 0;
}
.block-tab-product3 .block-title {
    font-size: 48px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg) translate(-100%);
    transform-origin: top left;
    -webkit-transform: rotate(-90deg) translate(-100%);
    -webkit-transform-origin: top left;
    white-space: nowrap;
}
.block-tab-product3 {
    position: relative;
    padding-left: 300px;
}
.block-tab-product3 .tab-header {
    position: absolute;
    width: 200px;
    left: 70px;
    top: 0;
}
.block-tab-product3 .title-tab li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 18px 0;
}
.block-tab-product3 .title-tab {
    margin: 0;
}
.block-tab-product3 .title-tab li a {
    font-size:14px;
}
.block-tab-product3 .title-tab li:last-child {
    border: none;
}
.block-tab-product3 .title-tab li.active a::before {
    margin: 0;
    top: -16px;
    display:none;
}
.product-slider3 .list-product-wrap .item .product {
    margin-bottom: 20px;
}
.product-slider3 .group-navi .owl-nav {
    position: relative;
    margin: 70px auto 0;
    width: 70px;
    left: 0;
    right: 0;
}
.block-advs3 .item-advs3 {
    margin: 0 -10px 10px;
}
.block-advs3 {
    padding: 0 10px;
}
.item-advs3 .banner-info {
    height: 60px;
}
.item-advs3 .banner-info.info1 {
    left: 35%;
}
.item-advs3 .banner-info.info2 {
    left: 55%;
}
.item-advs3 .banner-info.info3 {
    left: 10%;
}
.item-advs3 .banner-info.info4 {
    left: 50%;
}
.item-advs3:hover .banner-info{
    animation-name:zoomIn;
    animation-duration:1s;
    -webkit-animation-name:zoomIn;
    -webkit-animation-duration:1s;
}
.wrap-intensive {
    border: 1px solid #303030;
    margin: 100px -30px 0 0;
    padding: 50px;
    position: relative;
    z-index: 1;
}
.item-service3 .service-thumb {
    min-width: 110px;
    width: 110px;
}
.item-service3 .service-thumb a {
    width: 85px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}
.item-service3 .service-thumb a:hover{
    box-shadow:0 0 0 3px #eb747b;
}
.item-service3 .service-thumb a img {
    border-radius: 50%;
}
.wrap-intensive .item-service3 {
    margin-top: 35px;
}
.title-intensive {
    margin-bottom: 10px;
}
.block-intensive .banner-advs {
    margin-left: -200px;
}
.item-service3 .service-info h3 {
    margin-bottom: 13px;
}
.list-partner3 li {
    width: 33.33%;
    text-align: center;
    margin-bottom: 50px;
    padding: 0 15px;
}
.intro-partner3 {
    position: relative;
    padding-left: 70px;
}
.intro-partner3 h2 {
    position: absolute;
    left: 0;
    top: 0px;
    transform: rotate(-90deg) translate(-100%);
    transform-origin: top left;
    -webkit-transform: rotate(-90deg) translate(-100%);
    -webkit-transform-origin: top left;
    white-space: nowrap;
}
.list-partner3 {
    margin-bottom: -50px;
}
.item-cat-statistic {
    position: relative;
    overflow: hidden;
}
.item-cat-statistic .cat-info {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    background: rgba(233,227,227,0.5);
    padding: 15px;
}
.item-cat-statistic .cat-info h3 {
    margin-bottom: 15px;
}
.cat-slider3 .item-cat-statistic {
    margin: 0 30px 30px;
}
.cat-slider3 {
    margin: 0 -30px;
}
.item-cat-statistic:hover .cat-info {
    padding: 27px 15px;
    bottom:0;
}
.item-cat-statistic:hover .cat-info h3 {
    margin-bottom: 10px;
}
.item-cat-statistic .cat-info span{
    display:inline-block;
    transform:translateY(30px);
    -webkit-transform:translateY(30px);
    opacity:0;
}
.item-cat-statistic:hover .cat-info span{
    transform:translateY(0);
    -webkit-transform:translateY(0);
    opacity:1;
}
.item-cat-statistic:hover .cat-info h3 a{
    color:#fff;
}
.item-post-inner .post-info {
    z-index: 12;
    padding:15px;
    opacity:0;
}
.item-post-inner .post-thumb:hover .post-info {
    opacity:1;
}
.item-post-inner .post-info .post-meta-data *,
.item-post-inner .post-info  * {
    color: #fff;
}
.item-post-inner .post-info .post-meta-data li::after {
    background: #fff;
}
.post-slider3 .list-post-wrap .wrap-item .item-post {
    margin: 0 5px 10px;
}
.post-slider3 {
    margin: 0 10px;
}
.post-slider3 .group-navi .owl-nav {
    left: 0;
    right: 0;
    position: relative;
    margin: 120px auto 0;
}
.item-cat-adv2 .cat-thumb {
    margin-bottom: 25px;
}
.item-cat-adv2 .cat-info h3 {
    margin: 0 0 15px;
}
video.video-custom {
    display: block;
    width: 100%;
}
.block-video-custom .video-custom {
    opacity: 0;
}
.block-video-custom.clicked .video-custom {
    opacity: 1;
}
.video-button.active .la::before {
    content: "\f2ad";
}
.block-video-custom.clicked:hover .video-button {
    opacity: 1;
    visibility: visible;
}
.block-video-custom.clicked .video-button {
    opacity: 0;
    visibility: hidden;
}
/********************************************* Home 04 ****************************************/
.category-slider4 {
    margin-bottom: 105px;
}
.block-lancom-tv {
    background: #fbf9f9;
    padding: 110px 0 150px;
}
.intro-lancom-tv {
    max-width: 600px;
    background: #fff;
    margin: -150px auto 0;
    position: relative;
    padding: 68px 70px 62px;
    text-align: center;
}
.intro-lancom-tv h2 {
    margin: 15px 0;
    line-height: 1.2;
}
.item-product .product-thumb > .quickview-text {
    border-bottom: 1px solid #303030;
    border-top: 1px solid #303030;
    top: auto;
    border-radius: 0;
    width: auto;
    box-shadow: none;
    height: 40px;
    line-height: 40px;
    color: #303030;
    background: #fff;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}
.item-product .product-thumb > .quickview-text:hover{
    background: #fff;
}
.item-product .product-thumb:hover > .quickview-text{
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.btn-loadmore .shop-button {
    min-width: 200px;
}
.grid-product4 .list-product-wrap .product {
    margin-bottom: 20px;
}
.grid-product4 .btn-loadmore {
    margin-top: 20px;
}
.wrap-top-header4 .block-search-element {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    margin: 0 45px;
    position: relative;
    z-index: 10001;
}
.wrap-top-header4 .currency-box {
    margin: 0 30px;
}
.top-header4 {
    padding: 30px 0 0;
}
.wrap-nav-login {
    padding: 10px 0;
}
.wrap-nav-login .account-manager {
    margin: 0 20px;
}
.block-content-top4 {
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 100px;
    z-index: 1;
}
.intro-top-banner4 {
    padding-top: 70px;
}
.intro-top-banner4 h3 {
    margin: 9px 0 23px;
}
.top-product4 .product-grid-view .item-product {
    margin: 0 -10px 10px;
}
.top-product4 {
    background: #fff;
    padding: 10px 20px 0;
    margin-left: 40px;
}
.item-product-quickview .product-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    margin: auto;
}
.item-product-quickview .product-thumb-link::after{
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    content:"";
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    opacity:0;
}
.item-product-quickview:hover .product-thumb-link::after{
    opacity:1;
}
.item-product-quickview .quickview-link{
    opacity:0;
}
.item-product-quickview:hover .quickview-link{
    animation-name:zoomIn;
    animation-duration:0.7s;
    -webkit-animation-name:zoomIn;
    -webkit-animation-duration:0.7s;
    opacity:1;
}
.header-shadow {
    position: absolute!important;
    left: 0!important;
    right: 0!important;
    top: 100%;
}
.header-shadow img {
    width: 100%;
    display: block;
}
.block-advs4 {
    background: #fbf9f9;
    padding: 270px 0 150px;
    margin-top: -120px;
}
.banner-ads-caption .banner-advs:hover {
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
}
.block-advs4 .box-left .wpb_wrapper {
    padding-right: 40px;
}
.block-advs4 .box-right .wpb_wrapper {
    padding-left: 40px;
}
.banner-ads-caption {
    position: relative;
}
.banner-ads-caption.style1,.banner-ads-caption.style2 {
    padding-right: 30px;
}
.banner-ads-caption .title-vertical {
    position: absolute;
    transform: rotate(-90deg) translateY(-100%);
    transform-origin: top left;
    -webkit-transform: rotate(-90deg) translateY(-100%);
    -webkit-transform-origin: top left;
    bottom: 63px;
    left: 100%;
    white-space: nowrap;
}
.banner-ads-caption .title-vertical::before {
    position: absolute;
    width: 70px;
    height: 1px;
    content: "";
    top: 50%;
    right: 100%;
    margin: 0 10px;
}
.intro-ads4 h2 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 22px;
}
.intro-ads4 h2::after {
    position: absolute;
    height: 1px;
    width: 30px;
    content: "";
    bottom: 0;
    left: 0;
}
.intro-ads4 .shop-button.pull-right {
    margin-top: -20px;
}
.item-advs4.style1 {
    margin-bottom: 58px;
}
.item-advs4.style2 {
    margin-top: 62px;
}
.wrap-ads4 {
    max-width: 930px;
    margin: 150px auto 0;
}
.wrap-ads4 .intro-ads4 {
    background: #fff;
    width: 500px;
    padding: 70px;
}
.wrap-ads4 .item-advs4 {
    width: 430px;
}
.banner-ads-caption.style3 {
    padding-left: 30px;
}
.banner-ads-caption.style3 .title-vertical {
    left: 15px;
}
.wrap-ads4 .intro-ads4 .shop-button {
    margin-top: 42px;
}
.banner-ads-caption.style2 .title-vertical {
    bottom: auto;
    top: 0;
    transform: rotate(-90deg) translate(-100%);
    -webkit-transform: rotate(-90deg) translate(-100%);
    margin: 0 -15px;
}
.banner-ads-caption.style1 .title-vertical {
    margin: 0px 2px;
}
.owl-item.active .item-slider3 .banner-info{
    animation-name:zoomIn;
    animation-duration:0.7s;
    -webkit-animation-name:zoomIn;
    -webkit-animation-duration:0.7s;
}
/*********************************** Home 05 ************************************/
.title-box5 {
    margin: 0 0 65px;
}
.post-slider5 .wrap-item.owl-carousel .owl-nav button {
    top: 20%;
    margin: 0 -5px;
}
.client-review5 {
    background: #fcfbfa;
    padding: 140px 0;
}
.client-slider5 .item-client-review{
    max-width: 570px;
    margin: auto;
}
.item-client-review .client-thumb {
    display: inline-block;
    width: 100px;
    margin-bottom: 22px;
}
.item-client-review .client-thumb::before {
    content: "\f2cd";
    position: absolute;
    top: -15px;
    left: -60px;
    font-size: 60px;
    font-family: lineAwesome;
}
.item-client-review .client-info .desc {
    margin-bottom: 22px;
}
.client-slider5 .owl-theme .owl-dots .owl-dot span {
    margin: 0 10px;
}
.client-slider5 .owl-theme.wrap-item .owl-dots {
    margin-top: 45px;
}
.item-cat-collect {
    position: relative;
    padding-left: 150px;
}
.item-cat-collect .cat-info {
    position: absolute;
    top: 0;
    left: 0;
}
.item-cat-collect .cat-info .cat-title {
    margin-bottom: 15px;
    display: inline-block;
}
.item-cat-collect .cat-info h3 {
    margin-bottom: 45px;
}
.item-cat-collect .layer-mask {
    position: absolute;
    top: 0;
    left: 150px;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.item-cat-collect:hover .layer-mask{
    margin:-25px;
    box-shadow:0 0 25px 0 rgba(0,0,0,0.1);
}
.block-collect5 .item-cat-collect {
    margin-bottom: 80px;
    max-width: 520px;
}
.item-cat-collect .cat-thumb {
    transform: translate(30px,30px);
    -webkit-transform: translate(30px,30px);
    position: relative;
}
.item-cat-collect .cat-info .cat-title:hover{
    color:#303030;
}
.block-collect5 {
    margin-bottom: 70px;
}
.wrap-life5 {
    margin: 0 auto;
    max-width: 1000px;
}
.banner-life5 .banner-info {
    height: 60px;
}
.banner-life5 {
    margin-bottom: 60px;
}
.item-service4 .service-thumb {
    min-width: 200px;
    width: 200px;
}
.item-service4 .service-thumb a {
    display: inline-block;
    width: 180px;
}
.title-beauty5 {
    margin-bottom: 35px;
}
.list-service-beauty .item-service4 {
    margin-bottom: 30px;
}
.list-service-beauty .box-left .wpb_wrapper {
    margin-right: 50px;
}
.list-service-beauty .box-right .wpb_wrapper {
    margin-left: 50px;
}
.product-slider5 .item .product {
    padding: 0 10px;
    width: 29.5%;
}
.product-slider5 .item .product:nth-child(2) {
    width: 41%;
}
.product-slider5 .item {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    display: flex;
    display: -webkit-flex;
}
.product-slider5 {
    margin: 0 -5px;
}
.product-slider5 .wrap-item.owl-carousel .owl-nav button {
    margin: -20px -10px;
}
.item-ads5 .banner-info {
    background: rgba(48,48,48,0.5);
    padding: 50px 60px;
}
.item-ads5 .banner-info .shop-button{
    opacity:0;
}
.item-ads5:hover .banner-info .shop-button{
    opacity:1;
}
.item-ads5:hover .banner-info{
    background: rgba(48,48,48,0.7);
}
.item-ads5:hover{
    box-shadow:0 0 25px 0 rgba(0,0,0,0.1);
}
.item-ads5 .banner-info h2 {
    line-height: 1.2;
    margin-bottom:22px;
    margin-top:80px;
}
.item-ads5:hover .banner-info h2{
    margin-top:0;
}
.block-ads5 .item-ads5 {
    margin-bottom: 20px;
}
.block-ads5 .item-ads5.box-left{
    margin-right:-10px;
}
.block-ads5 .item-ads5.box-right{
    margin-left:-10px;
}
.featured-product5 {
    background: #fbf9f9;
    padding: 140px 0 120px;
}
.wrap-banner-slider5 {
    z-index: 0;
    background: #fff;
}
.item-slider5 .intro-slider5 {
    padding-top: 170px;
    max-width:320px; 
}
.item-slider5.banner-advs{
    margin-left:-30px;
}
.intro-slider5 .desc {
    margin: 35px 0 40px;
}
.banner-slider5 .owl-theme .owl-dots {
    position: absolute;
    left: -10px;
    bottom: 170px;
}
/*Begin Search Popup*/
/*Start Overlay*/
.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 .block-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;
}
.overlay-genie.open .block-search-element {
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
}
.overlay-genie.open .block-search-element, .overlay-genie.open .overlay-close {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.overlay-genie .block-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%;
}
/*End Overlay*/
.wrap-search-overlay .search-form {
    background: #fff;
    margin: auto;
    height: 50px;
    border: none;
    border-radius: 0;
    max-width: 670px;
}
.wrap-search-overlay .search-form input[type="text"] {
    height: 50px;
    font-size: 18px;
    font-weight: 400;
}
.wrap-search-overlay .submit-form {
    border-radius: 0;
    width: 60px;
    margin: 0;
}
.wrap-search-overlay .submit-form::after {
    border-radius: 0;
    line-height: 50px;
    font-size: 24px;
}
.wrap-search-overlay .search-form .dropdown-box {
    width: 230px;
}
.wrap-search-overlay .search-form .dropdown-link {
    padding: 14px 20px;
    font-size: 18px;
    border: none;
    font-weight: 400;
}
.wrap-search-overlay .search-form .dropdown-link::after {
    top: 15px;
}
/*End Search Popup*/
.top-header5 {
    padding: 5px 0;
    background: #e3dcd2;
}
.wrap-top-header5 .language-box {
    margin: 0 25px 0 30px;
}
.wrap-top-header5 {
    position: relative;
    z-index: 10002;
}
.contact-top5 {
    text-align: center;
    margin: 9px 0 0;
}
.contact-top5 li i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
}
.contact-top5 li {
    margin: 0 15px;
}
.top-purchase5 {
    margin-top: 12px;
}
.main-header5 {
    padding: 20px 0;
}
.wrap-nav-login5 {
    margin: 8px -13px 0;
}
.wrap-nav-login5 > * {
    margin: 0 13px;
}
.mini-cart-empty .desc {
    margin-bottom: 22px;
}
/******************************** Home 06 ****************************/
.language-box img {
    margin-top: -3px;
    margin-right: 5px;
}
.top-header6 {
    background: #f2f2f4;
}
.top-delivery6 .la {
    margin-right: 5px;
}
.wrap-language6 > * {
    margin: 0 10px;
}
.wrap-language6 {
    margin: 0 -10px;
}
.top-link6 .la {
    margin: 0 5px;
}
.top-link6 li {
    margin: 0 10px;
}
.top-link6 ul {
    margin: 12px -10px 0;
}
.main-header6 {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}
.contact-top6 {
    position: relative;
    padding-left: 35px;
    margin-top: 13px;
}
.contact-top6::before {
    position: absolute;
    font-family: lineAwesome;
    content: "\f293";
    font-size: 36px;
    color: #303030;
    left: -5px;
    top: -3px;
}
.wrap-search-cart6 {
    margin-top: 9px;
}
.mini-cart6 .mini-cart-icon {
    margin-right: 5px;
}
.mini-cart6 {
    margin-left: 20px;
}
.wrap-main-nav6 {
    padding: 10px 0;
}
.main-nav6 {
    margin-right: 20px;
}
.item-slider6 .banner-info .title60 {
    text-shadow: 0 5px 5px rgba(0,0,0,0.15);
}
.banner-slider6 .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}
.owl-item.active .item-slider6 .banner-info{
    animation-duration:1s;
    animation-name:bounceIn;
    -webkit-animation-duration:1s;
    -webkit-animation-name:bounceIn;
}
.product-mini-cart.table-custom .product-title {
    margin-bottom: 15px;
}
.item-adv6.right-item {
    margin-left: -10px;
}
.item-adv6.left-item {
    margin-right: -10px;
}
.banner-ads-gradient .banner-info {
    background-image: linear-gradient(transparent,rgba(0,0,0,0.7));
    padding: 50px 15px;
}
.banner-ads-gradient .banner-info h2 {
    margin-bottom: 24px;
}
.banner-ads-gradient .banner-info p{
    margin:0;
}
.banner-ads-gradient:hover .banner-info .shop-button{
    margin-bottom:30px;
}
.list-ads6 {
    margin-bottom: 90px;
}
.list-ads6 .item-adv6{
    margin-bottom:20px;
}
.product-slider6 {
    margin-bottom: 53px;
}
.product-slider6 .wrap-item.owl-carousel .owl-nav button {
    margin: -100px -5px 0 0;
}
.about-shop6 {
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 112px;
    padding-bottom: 290px;
}
.item-cat-info .cat-thumb {
    min-width: 100px;
}
.item-cat-info .cat-info {
    padding-left: 20px;
}
.item-cat-info .cat-thumb .adv-thumb-link {
    overflow: hidden;
    border-radius: 50%;
    border-width: 10px;
    border-style: solid;
}
.item-cat-info:hover .cat-thumb .adv-thumb-link{
    border-left-color:#e5e5e5;
    border-right-color:#e5e5e5;
}
.item-cat-info .adv-thumb-link img {
    border-radius: 50%;
}
.item-cat-info .cat-info h3 {
    margin-bottom: 16px;
}
.item-cat-info .cat-info .desc {
    margin-bottom: 19px;
}
.category-image6 {
    display: block;
    margin-top: -280px;
}
.block-category6 .item-cat-info {
    margin-top: 47px;
}
.about-shop6 {
    margin-bottom: 30px;
}
.block-category6 {
    margin-bottom: 100px;
}
.item-cat-info .cat-info .wobble-top{
    opacity:0;
}
.item-cat-info:hover .cat-info .wobble-top{
    opacity:1;
}
.client-review6 {
    background-color: #f9f9f9;
    background-position: center 25px;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}
/*********************************** Home 07 ******************************/
.top-header7 {
    padding: 5px 0;
    background: #2a2a2a;
}
.top-header7 .wrap-language6 >*:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 20px;
    background: rgba(255,255,255,0.3);
    position: absolute;
    right: -11px;
    top: 10px;
}
.top-header7 .wrap-language6 >* {
    position: relative;
    margin: 0 15px;
}
.top-header7 .wrap-language6 {
    margin: 0 -15px;
}
.top-header7 .top-link6 li {
    position: relative;
}
.top-header7 .top-link6 li:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: rgba(255,255,255,0.3);
    top: -2px;
    right: -15px;
}
.logo-lancom .text-logo a {
    position: relative;
    padding: 0 5px;
    display:inline-block;
}
.wrap-search-cart7 {
    margin: 11px -10px 0;
}
.wrap-search-cart7 > * {
    margin: 0 15px;
}
.mini-cart7 .mini-cart-icon {
    color: #303030;
}
.mini-cart7 .mini-cart-number {
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    top: -7px;
    right: -13px;
    left: auto;
}
.main-header7 {
    padding: 27px 0;
}
.fixed-header .header1,
.fixed-header .wrap-main-nav6{
    padding:0;
}
.item-ads7 .banner-info {
    padding: 40px 50px;
}
.item-ads7 .banner-info h2 {
    margin: 0 0 25px;
}
.list-banner7 .banner-advs {
    margin-bottom: 30px;
}
.list-banner7 {
    margin-bottom: 82px;
}
.banner-deal-slider7 .banner-hot-deal {
    margin: 30px 15px;
}
.banner-deal-slider7 {
    margin: -30px -15px 0;
}
.banner-hot-deal {
    position: relative;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2);
    overflow:hidden;
}
.block-hot-deal7 {
    padding: 112px 0 80px;
}
.banner-hot-deal .base-thumb{
    opacity:0;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
.banner-hot-deal:hover .base-thumb{
    opacity:1;
}
.banner-hot-deal .layer-after{
    margin:0;
    padding:0 30px;
    transform: rotate(0deg) scale(1);
    transition: all 0.5s ease-out;
    -webkit-transform: rotate(0deg) scale(1);
    -webkit-transition: all 0.5s ease-out;
    opacity:0;
    overflow:hidden;
}
.banner-hot-deal:hover .layer-after {
    margin:50px;
    opacity: 1;
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.banner-hot-deal .layer-after  h3 {
    margin-bottom: 20px;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.banner-hot-deal:hover .layer-after h3 {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.7s; 
    transition-delay: 0.7s;
}
.banner-hot-deal .layer-after .desc {
    margin-bottom: 32px;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.banner-hot-deal:hover .layer-after .desc {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.banner-hot-deal .layer-after .shop-button  {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.banner-hot-deal:hover .layer-after .shop-button  {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.banner-hot-deal .layer-after .shop-button:hover{
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-color:#fff;
}
.banner-hot-deal .content-before {
    padding: 35px;
}
.banner-hot-deal .content-before span {
    padding: 11px 12px;
    border-radius: 20px;
    margin-bottom: 15px;
}
.banner-hot-deal .layer-before{
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    opacity: 1;
    border: 15px solid rgba(255,255,255,0.5);
}
.banner-hot-deal:hover .layer-before {
    -webkit-transform: rotate(720deg) scale(0);
    transform: rotate(720deg) scale(0);
    opacity: 0;
}
.wrap-service7 .wrap-service2 {
    border: none;
}
.wrap-service7 {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
.block-newsletter7 {
    border-bottom: 1px solid #e5e5e5;
}
/*Begin Flip*/
.item-category {
    width: inherit;
    height: 370px;
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.info-item-category{
    box-shadow:0 5px 20px 0 rgba(0,0,0,0.2);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    position: relative;
    background-size: cover;
    background-position: center center;
    transition: transform 0.90s cubic-bezier(0.5,0.3,0.3,1);
    -webkit-transition: -webkit-transform 0.90s cubic-bezier(0.5,0.3,0.3,1);
    overflow: hidden;
    top: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    margin-bottom: 30px;
}
.info-item-category.under{
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    -webkit-transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.90s cubic-bezier(0.5,0.3,0.3,1);
    transition: transform 0.90s cubic-bezier(0.5,0.3,0.3,1);
    overflow: hidden;
    position: absolute;
    top: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.item-category:hover  .info-item-category.under {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.info-item-category > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}
.item-category:hover .info-item-category {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.content-item-category{
    text-align: center;
    position: absolute;
    top: 15px;
    left: 15px;
    bottom:15px;
    right:15px;
    background-color: #fff;
    padding:10px 20px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    transition: transform 0.90s cubic-bezier(0.3,0.3,0.3,1);
    -webkit-transition: -webkit-transform 0.90s cubic-bezier(0.3,0.3,0.3,1);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    box-shadow:0 0 0 15px rgba(255,255,255,0.5);
}
.content-item-category.two{
    top:50px;
    left:50px;
    bottom:50px;
    right:50px;
    transform: translateX(50%);
    -webkit-transform: -webkit-translateX(50%);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    padding: 0 30px;
    box-shadow:none;
}
.item-category:hover .content-item-category{
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.item-category:hover .content-item-category.two{
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}
/*End Flip*/
.content-item-category.two h3{
    margin-bottom:20px;
}
.content-item-category.two .desc{
    margin-bottom:32px;
}
.content-item-category span {
    padding: 11px 12px;
    border-radius: 20px;
    margin-bottom: 15px;
}
.content-item-category .shop-button:hover{
    background-color:#fff;
}
.content-item-category > img {
    margin-bottom: 30px;
}
.list-cat-hot-deal7 .item-category {
    margin-bottom: 30px;
}
.list-cat-hot-deal7 {
    margin-bottom: 40px;
}
/*********************************** Home 08 ******************************/
.banner-video-parallax .intro-video h2 {
    margin-bottom: 25px;
}
.banner-video-parallax.clicked .intro-video {
    background: rgba(255,255,255,0.3);
    opacity: 0;
}
.banner-video-parallax.clicked:hover .intro-video {
    opacity: 1;
}
.wrap-nav-cart8 .main-nav {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    margin: 0 35px;
}
.wrap-nav-cart8 .wrap-search-overlay {
    margin: 0 35px;
}
.logo8 {
    margin: 3px 0 0;
}
.wrap-header8 .header1 {
    padding: 25px 0;
}
.wrap-header8 .fixed-header .header1 {
    padding: 10px 0;
}
.item-product-circle .product-extra-link-circle a {
    display: inline-block;
    width: 50px!important;
    height: 50px!important;
    line-height: 50px!important;
    text-align: center;
    padding: 0!important;
    border-radius: 50%!important;
    border: none;
    font-size: 18px;
    background: #fff;
    color: #333;
    min-width: 50px;
    position: absolute;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    border: none!important;
}
.item-product-circle .product-extra-link-circle a:hover{
    color:#fff;
}
.item-product-circle .product-extra-link-circle a i {
    line-height: inherit;
}
.item-product-circle .product-extra-link-circle {
    width: 130px;
    margin: auto;
    height: 130px;
    display: block;
}
.item-product-circle .product-extra-link-circle .addcart-link {
    top: 0;
    left: 50%;
    margin: 0 -25px!important;
    transform: translateY(-50px) scale(0);
    -webkit-transform: translateY(-50px) scale(0);
}
.item-product-circle .product-extra-link-circle .quickview-link {
    bottom: 0;
    left: 50%;
    margin: 0 -25px;
    transform:translateY(50px) scale(0);
    -webkit-transform:translateY(50px) scale(0);
}
.item-product-circle .product-extra-link-circle .wishlist-link {
    left: 0;
    top: 50%;
    margin: -25px 0;
    transform:translateX(-50px) scale(0);
    -webkit-transform:translateX(-50px) scale(0);
}
.item-product-circle .product-extra-link-circle .compare-link {
    right: 0;
    top: 50%;
    margin: -25px 0;
    transform:translateX(50px) scale(0);
    -webkit-transform:translateX(50px) scale(0);
}
.item-product-circle .product-thumb:hover .product-extra-link-circle a{
    transform:translate(0) scale(1);
    -webkit-transform:translate(0) scale(1);
    opacity:1;
    visibility:visible;
}
.item-product-circle .product-thumb-link::before{
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    content:"";
    background:rgba(0,0,0,0.2);
    visibility:hidden;
    z-index:1;
}
.item-product-circle .product-thumb:hover .product-thumb-link::before{
    opacity:1;
    visibility:visible;
}
.collect-product8 {
    margin: 0 -20px;
    padding-left: 60px;
}
.collect-product8 .item-product {
    margin: 0 20px 20px;
}
.block-latest-post8 .blog-grid-view .item-post {
    margin: 0;
}
.grid-post-large {
    width: 50%;
}
.grid-post-small {
    max-width: 570px;
    margin: 20px;
}
.item-post-category {
    position: relative;
}
.item-post-category .cat-parent {
    position: absolute;
    top: 0;
    left: 100%;
    white-space: nowrap;
    margin: 0 10px;
    border-style: solid;
    border-width: 1px 0 0;
    padding-top: 10px;
}
.block-cat-left .item-post-category .cat-parent {
    top: auto;
    bottom: 0;
    left: auto;
    right: 100%;
}
.banner-slider8 .wrap-top-banner2 {
    margin-bottom: 25px;
}
.title-box8 {
    margin-bottom: 55px;
}
.tab-product2 .tab-header {
    margin-bottom: 85px;
} 
.block-category8 .title-box8 {
    margin-bottom: 70px;
}
.block-category8 {
    margin-bottom: 120px;
}
/*********************************** Blog *********************************/
.item-post-banner .info-post-banner {
    max-width: 750px;
    background: rgba(255,255,255,0.96);
    padding: 60px;
}
.banner-post-slider .wrap-item.owl-carousel .owl-nav button ,
.banner-blog-slider .wrap-item.owl-carousel .owl-nav button {
    margin: -20px 15px 0;
}
.banner-blog-slider .owl-theme .owl-dots {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
}
.content-wrap.content-sidebar-right {
    padding-right: 35px;
}
.content-wrap.content-sidebar-left {
    padding-left: 35px;
}
.banner-blog-slider .list-post-wrap .wrap-item .item-post ,
.banner-post-slider .list-post-wrap .wrap-item .item-post {
    margin: 0;
}
.item-post-large .post-meta-data {
    margin-bottom: 17px;
}
.item-post-large .post-info .post-title {
    margin-bottom: 17px;
}
.blog-list-view .item-post-large {
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #e5e5e5;
}
.blog-list-view .col-md-12:last-child .item-post-large {
    padding-bottom: 0;
    border-bottom: none;
}
.item-wg-post .post-thumb {
    width: 100px;
}
.item-wg-post .post-info {
    padding-left: 20px;
}
.widget-latest-post  ul  li {
    margin: 0 0 30px;
    padding: 0;
}
.widget-latest-post ul li:last-child {
    margin: 0;
}
.item-wg-post .post-meta-data li {
    margin: 0;
}
.item-wg-post .post-meta-data {
    margin-top: 18px;
}
.item-wg-post .post-info h3 { 
    line-height: 1.5;
    margin-top: -5px;
}
.wg-video-popup {
    position: relative;
}
.wg-video-popup .wg-btn-video {
    width: 50px;
    height: 50px;
    line-height: 52px;
    border-radius: 50%;
}
.wg-info-author .wg-link-social li {
    margin: 0 10px;
}
.wg-info-author .wg-link-social {
    margin: 0 -10px;
}
.author-avatar img {
    border-radius: 50%;
}
.author-avatar a {
    border-radius: 50%;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
}
.wg-info-author .author-avatar {
    margin-bottom: 42px;
}
.wg-info-author .author-info h3 {
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 11px;
}
.wg-info-author .author-info h3::after {
    position: absolute;
    height: 1px;
    width: 30px;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.single-small-content .content-sidebar-none {
    max-width: 750px;
    margin: auto;
    float: none;
}
.item-post-banner.style2 .info-post-banner {
    padding: 0;
    max-width: 870px;
    background: transparent;
}
.item-post-banner.style2 .post-info {
    background: rgba(0,0,0,0.7);
}
.item-post-banner.style2 .post-meta-data {
    margin: 30px 0 0;
}
.item-post-banner.style2 .post-meta-data .silver{
    color:#fff;
}
.related-post-slider .wrap-item.owl-carousel .owl-nav button {
    margin: -100px -5px 0;
}
.title-single-related-post {
    margin-bottom: 64px;
    position: relative;
}
.single-data-tags span {
    display: inline-block;
    margin: 0 10px;
}
.single-data-tags .la {
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
}
.single-data-tags a {
    margin-bottom: 10px;
}
.single-data-tags {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 13px;
    padding-bottom: 5px;
    margin-bottom: 138px;
}
.post-comment-button{
    color:#303030;
    background:#fff;
    border-color:#303030;
}
.contact-form p.form-submit {
    margin: 0;
    clear: both;
}
.contact-form p.contact-message{
    margin-bottom:30px;
}
.blog-comment-detail > h2 {
    margin-bottom: 65px;
}
.item-comment .comment-info h3 {
    text-transform: capitalize;
    margin-bottom: 20px;
}
.item-comment .comment-info h3 a{
    color:#303030;
}
.blog-comment-detail .no-comments,
.comment-navigation .nav-previous,
.comment-navigation .nav-nest {
    margin-top: 40px;
}
.item-comment .comment-text p:last-child {
    margin: 0;
}
.item-comment .btn-reply::after {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    height: 1px;
    background: #e5e5e5;
    content: "";
    margin-left: 20px;
}
.item-comment .btn-reply {
    margin-top: 22px;
}
.comment-list .comment-respond {
    margin-top: 30px;
    margin-bottom: 50px;
}
.comment-form .logged-in-as {
    margin: -10px 0 20px;
}
.content-post-default .desc {
    line-height: 26px;
    margin-bottom: 53px;
}
.content-post-default .desc {
    line-height: 26px;
    margin-bottom: 53px;
}
.list-cirlce li {
    position: relative;
    padding: 0 20px;
    margin-bottom: 20px;
}
.list-cirlce li::before {
    position: absolute;
    font-family: lineAwesome;
    content: "\f18b";
    font-size: 10px;
    left: 0;
    top: 2px;
    color: #ccc;
}
.list-cirlce {
    margin: 0 0 65px;
}
.demo-ads-post {
    margin-bottom: 60px;
}
.content-post-default .demo-post-party .desc {
    margin: 55px 0 60px;
}
blockquote {
    padding: 0px 0 0 35px;
    font-size: 18px;
    position: relative;
    border: none;
    margin: 0 0 50px;
    color: #999;
    line-height: 30px;
}
blockquote p {
    color: #999;
    line-height: 30px;
}
blockquote::before {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 0;
    width: 5px;
    content: "";
}
.no-margin{
    margin:0!important;
}
.detail-content-wrap {
    margin-bottom: 60px;
}
/************************************* Shop *************************************/
.custom-bread-crumb .bread-crumb {
    background-color: transparent;
    padding: 42px 0;
    text-align: center;
}
.custom-bread-crumb{
    margin:0;
}
.bread-crumb > .la-home {
    margin: 0 7px 0 0;
}
.widget .list-attr-filter li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.widget .list-attr-filter li .count {
    height: 20px;
    line-height: 20px;
    min-width: 20px;
    text-align: center;
    border-radius: 10px;
    background: #f0f0f0;
    padding: 0 6px;
    color: #666;
    font-size: 12px;
}
.item-product-list .product-extra-link > a{
    margin:0 0 0 20px; 
}
.item-product-list .product-thumb{
    margin-right:-30px;
}
.item-product-list .product-info{
    margin-left:30px;
}
.item-product-list .product-desc{
    margin:27px 0 32px;
}
.product-list-view .pagi-nav {
    margin-top: 20px;
}
.list-number-show li::after {
    content: "/";
    color: #999;
    margin: 0 10px;
}
.list-number-show li:last-child::after{
    display:none;
}
.list-number-show li a {
    color: #999;
}
.show-by > span.gray {
    margin: 0 10px;
}
.sort-by .select-box::after {
    top: 0;
    color: #999;
    right: 0;
}
.show-by.show-order .dropdown-link .silver {
    min-width: 160px;
    display: inline-block;
}
.tool-shop-filter {
    margin-bottom: 43px;
}
.view-type a {
    margin: 0 3px;
}
.view-type {
    margin: 0 -3px;
}
.show-by {
    margin: 0 10px;
}
.sort-by .show-order {
    min-width: 160px;
}
.sort-by .show-order .dropdown-list {
    width: 100%;
}
.attribute-type-color li a {
    position: relative;
    padding-left: 40px;
}
.attribute-type-color li a .attr-before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: -8px;
    left: 0;
    text-align:center;
    line-height:30px;
    color:#fff;
}
.attribute-type-color li a.active .attr-before::before{
    content:"\f17b";
    font-family:lineAwesome;
}
.attribute-type-color li a.class_white_bg_color .attr-before {
    border:1px solid #e7e7e7;
}
.attribute-type-color li a.active.class_white_bg_color .attr-before::before{
    color:#000;
}
.item-product-table .product-thumb {
    width: 100px;
}
.item-product-table .product-info {
    padding-left: 20px;
}
.widget_s7upf_list_products .wg-product-list .product {
    margin-bottom: 30px;
}
.widget_s7upf_list_products .wg-product-list .product:last-child {
    margin-bottom: 0;
}
.related-product .product-slider .item-product {
    margin: 0 15px;
}
.related-product .product-slider {
    margin: 0 -15px;
}
.related-product .wrap-item.owl-carousel .owl-nav button {
    margin: -75px -5px 0;
}
.list-brand-product ul li img {
    max-width: 70px;
}
.list-brand-product ul li {
    margin: 0 10px;
}
.list-brand-product label{
    font-weight:400;
    margin:0;
}
.product-detail .detail-gallery {
    margin-right: -40px;
}
.product-detail .detail-info {
    margin-left: 40px;
    width:auto!important;
}
/******************************** Pages ********************************/
.statics-progress {
    position: relative;
    overflow:hidden;
}
.statics-percent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; 
}
.parallax-background {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    background-size: cover;
}
.block-advs4.block-about-advs {
    padding: 0;
    background: transparent;
    clear: both;
    margin: 0;
}
.item-contact-info .contact-icon a {
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}
.title-page-custom {
    margin-bottom: 65px;
}
.item-contact-info .contact-icon {
    margin-bottom: 23px;
}
.item-contact-info .info-contact-text {
    margin-top: 18px;
}
.block-guide-statics.vc_row::before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50%;
    content: "";
    background: rgba(0,0,0,0.5);
}
.block-guide-statics.vc_row::after {
    position: absolute;
    content: "";
    background: rgba(255,255,255,0.9);
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    display: block;
    z-index: -1;
}
.block-guide-statics {
    padding: 110px 0 150px;
}
.about-video-guide {
    margin-top: 110px;
}
.block-guide-statics .statics-intro {
    max-width: 660px;
    margin: -10px auto 70px;
    text-align:center;
    padding: 0 30px;
}
.block-guide-statics .item-statics {
    max-width: 660px;
    margin: 35px auto 0;
    padding: 0 30px;
}
.item-statics .flex-wrapper {
    margin-bottom: 15px;
}
.item-contact-info .contact-icon a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-image: radial-gradient(transparent 20%, #f5f5f5 50%);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    margin:0px;
    z-index:-1;
    border:3px dashed #fff;
}
.item-contact-info .contact-icon a:hover::before{
    opacity: 1;
    margin:20px;
    transform:rotate(0);
    -webkit-transform:rotate(0);
    display:none;
}
.item-contact-info .contact-icon a:hover{
    border-style:dashed;
    border-width:2px;
}
.bread-crumb::before {
    font-family: lineAwesome;
    content: "\f237";
    margin: 0 5px 0 0;
    display: inline-block;
}
.contact-form .wpcf7-form-control-wrap {
    margin-bottom: 30px;
    display: block;
}
.contact-form-default{
    text-align:center;
}
.detail-info > .product-price {
    margin-bottom: 20px;
}
.detail-info > .product-available {
    margin-bottom: 25px;
}
.product-available .in-stock{
    color:#5ace42;
}
.detail-info .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin-top: 0!important;
    margin-right: 20px;
}
 .woocommerce .detail-info .compare,
.detail-info .compare{
    padding: 0 !important;
    border: none !important;
    height: auto !important;
    line-height: normal !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #303030 !important;
    background: transparent !important;
}
.detail-info .yith-wcwl-add-to-wishlist .add_to_wishlist {
    padding: 0;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #303030;
}
.detail-info .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
    font-family: lineAwesome;
    content: "\f234";
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    margin-top: -3px;
    margin-right: 5px;
}
.detail-info .compare {
    font-weight: 700;
    text-transform: uppercase;
    color: #303030;
}
.detail-info .compare::before {
    content: "\f1cc";
    font-family: lineAwesome;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.list-tag-detail {
    text-align: center;
}
.list-tag-detail li a {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.list-tag-detail li.active a {
    color: #303030;
}
.detail-tab-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.list-tag-detail li {
    margin: 0 13px;
}
.list-tag-detail {
    margin: 0 -13px;
}
.list-tag-detail li.active a::after {
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
}
.detail-tab-content table.shop_attributes td {
    padding: 0 8px;
}
.detail-tab-content table.shop_attributes td,
.detail-tab-content table.shop_attributes th,
.detail-tab-content table.shop_attributes {
    border-style:dotted;
}
.detail-tab-content table.shop_attributes {
    margin:0;
}
.intro-detail {
    margin-top: 90px;
}
.intro-detail h3 {
    margin-bottom: 16px;
}
.wrap-intro-detail {
    margin-bottom: 50px;
}
.detail-howto h3 {
    margin: 50px 0 45px;
}
.item-howto img {
    margin-bottom: 10px;
}
.related-product-title .widget-title {
    padding: 24px 60px;
}
.woocommerce #reviews #comments ol.commentlist .wrap-rating li {
    margin: 0;
}
.item-post-list .post-info .post-title {
    margin-bottom: 18px;
}
.item-post-list .post-meta-data {
    margin-bottom: 18px;
}
.blog-grid-view .pagi-nav,
.blog-grid-view .btn-loadmore {
    margin-top: 20px;
}
.single-post-thumb .wrap-item.owl-carousel .owl-nav button {
    margin: -20px 15px 0;
}
.wrap-main-nav6 .mini-cart-box ,
.wrap-main-nav6 .logo-lancom ,
.wrap-nav-login .logo-lancom {
    display: none;
}
.fixed-header .wrap-main-nav6 .mini-cart-box ,
.fixed-header .wrap-main-nav6 .logo-lancom ,
.fixed-header .wrap-nav-login .logo-lancom {
    display: block;
}
.fixed-header .wrap-main-nav6,
.fixed-header .wrap-nav-login {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.content-wrap-shop .item-product-circle{
    margin-bottom:20px;
}
.content-wrap-shop .btn-loadmore,
.content-wrap-shop .pagi-nav{
    margin-top:20px;
}
.show-menu-sticky{
    opacity:1!important;
}
.filter-extra-sidebar {
    position: relative;
}
.filter-extra-sidebar .widget-title{
    padding: 15px;
    margin:0 0 30px;
}
.filter-extra-sidebar .widget{
    margin-bottom:50px;
}
.filter-extra-sidebar .widget:last-child{
    margin-bottom:0px;
}
.show-sidebar {
    margin: 0 -5px;
}
.wrap-sidebar-fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 90px 0px 30px;
    z-index: 1111;
    width: 330px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}
.show-sidebar span {
    margin: 0 5px;
}
.wrap-sidebar-fixed .close-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
    padding: 0 15px;
}
.wrap-sidebar-fixed .close-sidebar::before {
    content: "\f28e";
    position: absolute;
    top: 0;
    margin: 0 -20px;
    font-family: lineAwesome;
}
.wrap-sidebar-fixed .sidebar {
    padding: 0px 15px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
.filter-extra-sidebar.active .wrap-sidebar-fixed {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.filter-extra-sidebar.active::before {
    opacity: 1;
    visibility: visible;
}
.filter-extra-sidebar::before {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(0,0,0,0.7);
    opacity: 0;
    visibility: hidden;
}
.filter-extra-sidebar.active {
    z-index: 10000;
}
.mega-list-page h2 {
    margin-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
}
.mega-list-page ul li {
    margin-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 11px;
}
.mega-list-page ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.detail-info .final-countdown {
    margin-bottom: 20px;
}
.wrap-detail-gallery .mid {
    position: relative;
}
.product-detail .wrap-button-lightbox {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 0;
    text-align: center;
    z-index: 9998;
}
.wrap-button-lightbox>a:hover {
    background-color: #fff;
}
.wrap-button-lightbox>a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-bottom: 1px;
}
.detail-tab-accordion .item-toggle-tab:first-child {
    border-top: 1px solid #e5e5e5;
}
.detail-tab-accordion .item-toggle-tab {
    border-bottom: 1px solid #e5e5e5;
}
.detail-tab-accordion .toggle-tab-title {
    padding: 15px 0;
}
.toggle-tab-title {
    position: relative;
    cursor: pointer;
}
.detail-tab-accordion .item-toggle-tab.active .toggle-tab-title::after {
    content: '\f113';
}
.detail-tab-accordion .toggle-tab-title::after {
    position: absolute;
    top: 15px;
    font-weight: 400;
    right: 0;
    font-family: LineAwesome;
    content: '\f110';
}
.detail-tab-accordion .item-toggle-tab .toggle-tab-content {
    padding: 15px 0 30px;
}
.item-toggle-tab .toggle-tab-content {
    display: none;
}
.wrap-gallery-sticky {
    position: relative;
}
.list-gallery-sticky .item-gallery-sticky:last-child {
    margin-bottom: 0px;
}
.list-gallery-sticky .item-gallery-sticky {
    margin-bottom: 10px;
}
.detail-on-sticky-menu .detail-gallery-sticky, 
.detail-on-sticky-menu .detail-info {
    padding-top: 110px;
}
.detail-gallery-grid .list-gallery-sticky .item-gallery-sticky {
    margin: 0 -10px 10px;
    position: relative;
}
.detail-gallery-grid .list-gallery-sticky {
    margin: 0 10px;
}
.wrap-sticky-cart-price form.cart {
    margin: 0!important;
    padding: 0;
}
.wrap-sticky-cart-price {
    padding-top: 5px;
}
.wrap-sticky-cart-price .product-price {
    margin: 0 10px;
}
.item-product-sticky-addcart .product-info {
    padding: 0 10px;
}
.sticky-addcart {
    position: fixed;
    z-index: 10001;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    padding: 10px 0;
    transform:translateY(100%);
    -webkit-transform:translateY(100%);
}
.sticky-addcart.active{
    transform:translateY(0);
    -webkit-transform:translateY(0);
}
.detail-gallery-grid .list-gallery-sticky .item-gallery-sticky {
    margin: 0 -10px 10px;
    position: relative;
}
.detail-gallery-grid .list-gallery-sticky{
    margin: 0 10px;
}
body.admin-bar .wrap-sidebar-fixed{
    top:32px;
}
.wrap-sticky-cart-price .detail-qty {
    margin: 0 10px;
}
.detail-info .list-product-group form.cart .detail-qty {
    margin: 0;
    max-width: 90px;
}
.detail-info .detail-attr label {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    margin-right: 15px;
}
.tawcvs-swatches{
    margin: 0 -5px;
}
.swatch-color,
.detail-attr .swatch-color {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
}
.item-box-attr .swatch-color.swatch-white,
.detail-attr .swatch-color.swatch-white{
    border:1px solid #e5e5e5;
}
.swatch-color .attr-title,
.detail-attr .swatch-color .attr-title{
    font-size: 12px;
    color: #666;
    background: #f4f4f4;
    position: absolute;
    padding: 5px 7px;
    top: -30px;
    left: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 15px;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
}
.swatch-color:hover .attr-title,
.detail-attr .swatch-color:hover .attr-title{
    opacity: 1;
    visibility: visible;
}
.swatch-color .attr-title::after,
.detail-attr .swatch-color .attr-title::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 100%;
    border-top: 5px solid #f4f4f4;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin: 0 -5px;
}
.attr-pa_color .select-box::after,
.detail-attr.attr-pa_color .select-box::after{
    display:none;
}
.woocommerce div.product .detail-info form.cart .variations {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    margin-bottom: 25px;
}
 .swatch-color.selected::before,
.detail-attr .swatch-color.selected::before{
    position: absolute;
    font-family: lineAwesome;
    content: "\f17b";
    color: #fff;
    font-size: 14px;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    z-index: 1;
}

.attribute-type-color .swatch-white.element-filter.active:before,
.swatch-white.swatch-color.selected::before,
.detail-attr .swatch-white.swatch-color.selected::before{
    color:#303030;
}

.attribute-type-image{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.attribute-type-image .element-filter{
    -webkit-flex: 0 0 calc(50% - 2px);
    flex: 0 0 calc(50% - 2px);
    text-align: center;
    border: 1px solid;
    padding: 0 5px;
    margin: 1px;
}
.attribute-type-image  .element-filter.active:before{
    right: 7px;
}
.attribute-type-image .element-filter img {
    max-height: 70px;
}





.woocommerce div.product form.cart .reset_variations {
    float: right;
    margin: -35px 0 0;
    color: #999;
    position: relative;
}
.woocommerce-variation.single_variation {
    margin: 0px 0 30px;
}
.widget_s7upf_category_fillter .list-attr-filter .load-shop-ajax.active::before{
    font-family:lineAwesome;
    content:"\f17b";
    margin-right:5px;
}
.widget_s7upf_brand_fillter .list-attr-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
}
.widget_s7upf_brand_fillter .list-attr-filter li {
    width: 50%;
}
.widget_s7upf_brand_fillter .list-attr-filter li:nth-child(2n) {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.widget_s7upf_brand_fillter .list-attr-filter li img {
    max-width: 140px;
}
.widget_s7upf_brand_fillter .list-attr-filter .load-shop-ajax.active img{
    border:1px solid #e5e5e5;
}
.related-product-title {
    margin-bottom: 65px;
}
.wrap-detail-gallery {
    position: relative;
    padding-left: 80px;
}
.detail-gallery .gallery-control .carousel{
    margin:0;
}
.detail-gallery .carousel li{
    margin:0 0 10px;
}
.item-post-inner .post-info .shop-button:hover{
    background-color:#fff;
    border-color:#fff;
}
/*Add*/
.item-post-category .post-info .post-title{
    padding: 0 20px;
}
.wp-block-image figcaption {
    margin-top: 1em;
    font-size: 14px;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
    padding-left: 2em;
}
.wp-block-pullquote p {
    color: #666;
}
pre {
    border: 1px solid #e2e4e7;
}
.wp-block-table td, 
.wp-block-table th {
    padding: .5em 1em;
}
.wp-block-table {
    width: auto;
}
figure.wp-block-embed-twitter {
    margin-top: 25px;
}
.wp-block-embed-twitter .twitter-tweet{
    margin-top: 0 !important;
}
.wp-block-file .wp-block-file__button {
    padding: 0.8em 1em;
}
.wp-block-file {
    margin-bottom: 3em;
}
.aligncenter{
    text-align: center;
}
blockquote.wp-block-pullquote::before{
    display: none;
}
.wp-block-cover-image.alignleft,
.wp-block-image.alignleft{
    margin-right: 30px;
}
.wp-block-cover-image.alignright,
.wp-block-image.alignright{
    margin-left: 30px;
}
.client-review5 .client-slider5 {
    position: relative;
    max-width: 800px;
    margin: auto;
    padding: 0 30px;
}
.client-review6 .client-slider5::before{
    display: none;
}
.client-review5 .client-slider5::before {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    background: #f2f2f2;
    bottom: 0;
    border-radius: 50%;
    width: 800px;
    height: 800px;
}
.client-review5 .title-box5 {
    position: relative;
    z-index: 1;
}

.banner-slider.bg-slider .item-slider{
    max-height: 900px;
}
.custom-information.intro-lancom-tv hr {
    border-color: #eb747b;
}


/*======================================
=            Datlv CSS SetUp          =
======================================*/
.position-static { position: static; }
.position-relative { position: relative; }
.position-absolute { position: absolute; }
.position-fixed { position: fixed; }
.position-sticky { position: -webkit-sticky; position: sticky; }
.fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; }
.fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030; }
@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top { position: -webkit-sticky; position: sticky; top: 0; z-index: 1020; }
}
.visible { visibility: visible; }
.invisible { visibility: hidden; }
.align-baseline { vertical-align: baseline; }
.align-top { vertical-align: top; }
.align-middle { vertical-align: middle; }
.align-bottom { vertical-align: bottom; }
.bg-white { background-color: #fff; }
.bg-transparent { background-color: transparent; }
.d-none { display: none; }
.d-inline { display: inline; }
.d-inline-block { display: inline-block; }
.d-block { display: block; }
.d-table { display: table; }
.d-table-row { display: table-row; }
.d-table-cell { display: table-cell; }
/*CSS Flex*/
.d-flex { display: -webkit-box; display: -ms-flexbox; display: flex; }
.d-inline-flex { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }
.flex-row { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
.flex-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.flex-row-reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.flex-column-reverse { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
.flex-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex-nowrap { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex-wrap-reverse { -ms-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; }
.justify-content-start { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.justify-content-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.justify-content-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.justify-content-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.justify-content-around { -ms-flex-pack: distribute; justify-content: space-around; }
.align-items-start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.align-items-end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
.align-items-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.align-items-baseline { -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }
.align-items-stretch { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
.align-content-start { -ms-flex-line-pack: start; align-content: flex-start; }
.align-content-end { -ms-flex-line-pack: end; align-content: flex-end; }
.align-content-center { -ms-flex-line-pack: center; align-content: center; }
.align-content-between { -ms-flex-line-pack: justify; align-content: space-between; }
.align-content-around { -ms-flex-line-pack: distribute; align-content: space-around; }
.align-content-stretch { -ms-flex-line-pack: stretch; align-content: stretch; }
.align-self-auto { -ms-flex-item-align: auto; align-self: auto; }
.align-self-start { -ms-flex-item-align: start; align-self: flex-start; }
.align-self-end { -ms-flex-item-align: end; align-self: flex-end; }
.align-self-center { -ms-flex-item-align: center; align-self: center; }
.align-self-baseline { -ms-flex-item-align: baseline; align-self: baseline; }
.align-self-stretch { -ms-flex-item-align: stretch; align-self: stretch; }
/*CSS Flex wpb_column (Visual Composer)*/
.d-flex > .vc_column-inner > .wpb_wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; }
.d-inline-flex > .vc_column-inner > .wpb_wrapper { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }
.flex-row > .vc_column-inner > .wpb_wrapper { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
.flex-column > .vc_column-inner > .wpb_wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.flex-row-reverse > .vc_column-inner > .wpb_wrapper { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.flex-column-reverse > .vc_column-inner > .wpb_wrapper { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
.flex-wrap > .vc_column-inner > .wpb_wrapper { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex-nowrap > .vc_column-inner > .wpb_wrapper { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex-wrap-reverse > .vc_column-inner > .wpb_wrapper { -ms-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; }
.justify-content-start > .vc_column-inner > .wpb_wrapper { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.justify-content-end > .vc_column-inner > .wpb_wrapper { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.justify-content-center > .vc_column-inner > .wpb_wrapper { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.justify-content-between > .vc_column-inner > .wpb_wrapper { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.justify-content-around > .vc_column-inner > .wpb_wrapper { -ms-flex-pack: distribute; justify-content: space-around; }
.align-items-start > .vc_column-inner > .wpb_wrapper { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.align-items-end > .vc_column-inner > .wpb_wrapper { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
.align-items-center > .vc_column-inner > .wpb_wrapper { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.align-items-baseline > .vc_column-inner > .wpb_wrapper { -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }
.align-items-stretch > .vc_column-inner > .wpb_wrapper { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
.align-content-start > .vc_column-inner > .wpb_wrapper { -ms-flex-line-pack: start; align-content: flex-start; }
.align-content-end > .vc_column-inner > .wpb_wrapper { -ms-flex-line-pack: end; align-content: flex-end; }
.align-content-center > .vc_column-inner > .wpb_wrapper { -ms-flex-line-pack: center; align-content: center; }
.align-content-between > .vc_column-inner > .wpb_wrapper { -ms-flex-line-pack: justify; align-content: space-between; }
.align-content-around > .vc_column-inner > .wpb_wrapper { -ms-flex-line-pack: distribute; align-content: space-around; }
.align-content-stretch > .vc_column-inner > .wpb_wrapper { -ms-flex-line-pack: stretch; align-content: stretch; }
.align-self-auto > .vc_column-inner > .wpb_wrapper { -ms-flex-item-align: auto; align-self: auto; }
.align-self-start > .vc_column-inner > .wpb_wrapper { -ms-flex-item-align: start; align-self: flex-start; }
.align-self-end > .vc_column-inner > .wpb_wrapper { -ms-flex-item-align: end; align-self: flex-end; }
.align-self-center > .vc_column-inner > .wpb_wrapper { -ms-flex-item-align: center; align-self: center; }
.align-self-baseline > .vc_column-inner > .wpb_wrapper { -ms-flex-item-align: baseline; align-self: baseline; }
.align-self-stretch > .vc_column-inner > .wpb_wrapper { -ms-flex-item-align: stretch; align-self: stretch; }
/*=====  End of Datlv CSS SetUp  ======*/


/*==============================
=            Home 9            =
==============================*/
.top-header9{
    background: #eb747b;
}
.top-header9 .desc,
.top-header9 .language-box .dropdown-link, 
.top-header9 .currency-box .dropdown-link{
    color: #fff;
}
.top-header9 .top-link6 .gay{
    color: #fff;
}
.border_logo.text-logo,
.logo10 .text-logo,
.logo9 .text-logo{
    position: relative;
    display: inline-block;
}
.text-logo .line{
    display: none;
}
.header9{
    padding: 25px 0;
    border-bottom: 1px solid #eee9e4;
}
.wrap-inner9 > .vc_column-inner > .wpb_wrapper{
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.wrap-group9 {
    margin: 0 -20px;
    padding-left: 55px;
}
.wrap-group9 > *{
    margin: 0 20px;
}
.banner-slider9 .owl-dots {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
}
.item-slider9 .shop-button{
    color: #303030;
    min-width: 160px;
}
.item-slider9 .shop-button:hover{
    color: #fff;
}
.item-slider9 .title60 {
    line-height: 76px;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
}
.item-slider9 .slide-button{
    margin-top: 36px;
}
.banner-slider .active .item-slider9 .slider-content-text *{
    -webkit-animation: bounceIn 1s .1s cubic-bezier(.215,.61,.355,1) 1 forwards;
    animation: bounceIn 1s .1s cubic-bezier(.215,.61,.355,1) 1 forwards;
}


.skin-bg{
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 145px 0 10px;
    overflow: visible !important;
}
.skin-img-round{
    border: 20px solid #fff;
    border-radius: 50%;
    box-shadow: -2.681px 21.836px 54px 0px rgba(0, 0, 0, 0.1);
}
.skin-img-round * {
    border-radius: 50%;
}
.title-box,
.skin-title{
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
.title-box .sub-title,
.skin-title .sub-title{
    position: relative;
    margin-bottom: 10px;
}
.skin-title .title60 {
    margin-bottom: 20px;
    padding-bottom: 22px;
}
.skin-title.no-line .title60{
    margin-bottom: 0;
    padding-bottom: 0;
}
.skin-title.no-line .sub-title:before{
    display: none;
}
.title-box .desc,
.skin-title .desc{
    max-width: 370px;
}
.skin-title.desc-plus .desc {
    max-width: 430px;
}
.skin-title.white *{
    color: #fff;
}
.skin-title.text-left *{
    text-align: left;
}
.skin-title.text-left .desc{
    margin: 0;
}
.skin-title.text-left .sub-title:before{
    right: auto;
}
.skin-title .desc{
    margin: auto;
    line-height: 28px;
}
.skin-title .sub-title:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    width: 70px;
    background: #eb747b;
    margin: auto;
    bottom: 0;
}
.skin-title1 .title60{
    margin-bottom: 30px;
    padding-bottom: 0px;
}
.skin-title1 .sub-title:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    width: 70px;
    background: #eb747b;
    margin: auto;
    bottom: 0;
    margin-left: 0;
    margin-right: 0;
    top: 50%;
    margin-top: -1.5px;
}
.skin-title1 .sub-title{
    padding-left: 92px;
}
.skin-title1 .desc{
    margin: 0;
    max-width: 535px;
}


.skin-title.max .desc{
    max-width: 444px;
}
.skin-title12{
    text-align: left;
}
.skin-title12 .sub-title:before{
    left: 0px;
    right: auto;
}
.skin-title12 .desc{
    margin: 0;
}

.title-box .wrap-button,
.skin-title .wrap-button{
    margin-top: 40px;
}
.title-box .shop-button,
.skin-title .shop-button{
    color: #303030;
    min-width: 200px;
}
.title-box .shop-button:hover,
.skin-title .shop-button:hover{
    color: #fff;
}
.skin-title-pdl{
    padding-left: 35px;
    padding-top: 80px;
}

.skin-prd-round{
    margin-top: -75px;
    margin-bottom: -24px;
}
.skin-prd-round .list-col-item:nth-child(2n){
    margin-top: 360px;
}
.skin-prd-round .list-col-item:nth-child(2n) .item-product{
    margin: 0 -15px;
}
.skin-round,
.skin-prd-round-wrap > .wpb_column > .vc_column-inner > .wpb_wrapper{
    position: relative;
}
.skin-round:before,
.skin-prd-round-wrap > .wpb_column > .vc_column-inner > .wpb_wrapper:before{
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: -50px;
    width: 900px;
    height: 900px;
    margin: auto;
    border: 1px solid #eeeeee;
    border-radius: 50%;
}
.skin-round:before{
    top: -60px;
}
.skin-portf-title{
    margin-bottom: 40px;
}
.skin-portf-title .desc{
    max-width: 480px;
}



.skin-title3{
    position: relative;
    margin-bottom: 91px;
}
.skin-title3 .title-wrap{
    position: relative;
    padding-left: 100px;
}
.skin-title3 .title-wrap:before{
    content: "";
    width: 70px;
    height: 3px;
    position: absolute;
    top: 30px;
    left: 0;
    background: #eb747b;  
}
.skin-title3 .desc{
    max-width: 550px;
    font-size: 18px;
    line-height: 28px;
}
.skin-title3 .title60{
    margin-bottom: 21px;
}
.skin-title3.center-left{
    text-align: center;
}
.skin-title3.center-left .title-wrap{
    display: inline-block;
    text-align: left;
}







.item-portfolio{
    position: relative;
    margin-bottom: 90px;
}
.item-portfolio .post-thumb *,
.item-portfolio .post-thumb {
    border-radius: 50%;
     transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
}
.item-portfolio .post-thumb {
    border: 20px solid #fff;
    box-shadow: -2.681px 21.836px 54px 0px rgba(0, 0, 0, 0.1);
}
.item-portfolio .post-info{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 11;
}
.item-portfolio .post-info .icon{
    font-size: 30px;
    height: 60px;
    width: 60px;
    background: #fff;
    color: #eb747b;
    margin: 0;
    line-height: 60px;
    border-radius: 50%;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    opacity: 0;
    visibility: hidden;
}
.item-portfolio .post-title{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 0;
    top: 95px;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    opacity: 0;
    visibility: hidden;
}

.item-portfolio:hover .post-info .icon{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}
.item-portfolio:hover .post-title{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    opacity: 1;
    visibility: visible;
}


.item-portfolio .post-thumb .adv-thumb-link::after{
    background: #eb747b;
}
.item-portfolio .post-thumb:hover .adv-thumb-link::after{
    opacity: .5 !important;
}
.portf-grid .list-post-wrap{ 
    margin: 0 -45px;
}
.portf-grid .list-col-item{
    padding: 0 45px;
}
.portf-grid{
    margin-bottom: 60px;
}
.single-related-post.portfolio{
    margin-bottom: 0px;
}

/*=====  End of Home 9  ======*/








/*===============================
=            Home 10            =
===============================*/
@keyframes bounceUp{
    from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);}
    from{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0);}
    to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
}
.bounceUp{-webkit-animation-name:bounceUp;animation-name:bounceUp;}
@-webkit-keyframes fadeUp{
    from{opacity:0;-webkit-transform:translate3d(0,15%,0);transform:translate3d(0,15%,0);}
    to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
}
@keyframes fadeUp{
    from{opacity:0;-webkit-transform:translate3d(0,15%,0);transform:translate3d(0,15%,0);}
    to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
}
.fadeUp{-webkit-animation-name:fadeUp;animation-name:fadeUp;}
@-webkit-keyframes fadeDown{
    from{opacity:0;-webkit-transform:translate3d(0,-15%,0);transform:translate3d(0,-15%,0);}
    to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
}
@keyframes fadeDown{
    from{opacity:0;-webkit-transform:translate3d(0,-15%,0);transform:translate3d(0,-15%,0);}
    to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
}
.fadeDown{-webkit-animation-name:fadeDown;animation-name:fadeDown;}
@-webkit-keyframes fadeOutdown{
    from{opacity:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
    to{opacity:1;-webkit-transform:translate3d(0,15%,0);transform:translate3d(0,15%,0);}
}
@keyframes fadeOutdown{
    from{opacity:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
    to{opacity:1;-webkit-transform:translate3d(0,15%,0);transform:translate3d(0,15%,0);}
}
.fadeOutdown{-webkit-animation-name:fadeOutdown;animation-name:fadeOutdown;}
@-webkit-keyframes fadeRight{
    from,0%,100%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);}
    0%{opacity:0;-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0);}
    100%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0);}
    to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
}
@keyframes fadeRight{
    from,0%,100%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);}
    0%{opacity:0;-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0);}
    100%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0);}
    to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
}
@-webkit-keyframes fadeDown{
    from{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0);}
    to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
}
@keyframes fadeDown{
    from{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0);}
    to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
}
.fadeDown{-webkit-animation-name:fadeDown;animation-name:fadeDown;}
.fadeRight{-webkit-animation-name:fadeRight;animation-name:fadeRight;}

.top-header10 {
    padding: 5px 0;
    background: #f6f6f6;
}

.main-nav10{
    text-align: center;
    padding: 10px 0;
    background: #eb747b;
    margin: 35px 0 -35px;
}
.main-nav10 > ul > li.current-menu-ancestor > a,
.main-nav10 > ul > li:hover > a,
.main-nav10 > ul > li > a{
    color: #fff !important;
    text-transform: uppercase;
}
.top-header9,
.top-header10{
}
.main-header10 {
    padding: 32px 0 0;
    z-index: 111;
}


.main-footer10{
    background: #303030;
    color: #fff;
}
.main-footer10 .list-menu-footer li a{
    color: #ccc;
}
.footer-bottom10{
    background: #111111;
}
.main-footer10 .list-tags li a{
    color: #ccc;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .5);
}
.main-footer10 .list-tags li a:hover{
    border-color: #eb747b;
    color: #eb747b;
}
.main-footer10 a,
.main-footer10 .desc{
    color: #ccc;
}
.main-footer10 .list-menu-footer li a:hover,
.main-footer10 a:hover{
    color: #eb747b;
}
.item-slider10 .slider-content-text{
    max-width: 555px;
    padding: 0 45px;
}
.item-slider10.item-slider-right .slider-content-text{
    float: right;
}
.item-slider10 .title30 {
    margin-bottom: 15px;
}
.item-slider10 .title60 {
    margin-bottom: 40px;
}
.wrap-button .shop-button,
.slide-button .shop-button{
    color: #303030;
    min-width: 160px;
}
.banner-button .shop-button:hover,
.wrap-button .shop-button:hover,
.slide-button .shop-button:hover{
    color: #fff;
    background: #eb747b;
    border-color: #eb747b;
}


.banner-slider11 .active .banner-info .slider-content-text .title30,
.banner-slider .active .item-slider10 .slider-content-text .title30{
    -webkit-animation: fadeRight 1s .1s cubic-bezier(.215,.61,.355,1) 1 forwards;
    animation: fadeRight 1s .1s cubic-bezier(.215,.61,.355,1) 1 forwards;
}
.banner-slider11 .active .banner-info .slider-content-text .title60,
.banner-slider .active .item-slider10 .slider-content-text .title60{
    -webkit-animation: fadeRight 1s .2s both;
    animation: fadeRight 1s .2s both;
}
.banner-slider11 .active .banner-info .slider-content-text .slide-button,
.banner-slider .active .item-slider10 .slider-content-text .slide-button{
    -webkit-animation: fadeDown 1s .2s both;
    animation: fadeDown 1s .2s both;
}



.banner-overflow-visible .adv-thumb-link{
    overflow: visible;
}

.skin-title-left{
    padding-top: 79px;
    padding-left: 70px;
}
.skin-title2.skin-title-left .desc{
    margin-bottom: 12px;
}
.skin-title2{
    position: relative;
}
.skin-title2 .sub-title a{
    position: relative;
}
.skin-title2 .sub-title a:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    background: #eb747b;
    width: 100%;
    height: 1px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.skin-title2 .sub-title a:hover:before{
    width: 0;
}
.skin-title2 .title30{
    margin-bottom: 36px;
}
.skin-title2 .wrap-button{
    margin-top: 42px;
}
.skin-title2 .desc{
    max-width: 370px;
}
.w-button{
    min-width: 160px;
}
.skin-round .skin-title{
    margin-bottom: 40px;
}
.h10-prd-view-btn{
    margin-top: -10px;
}

.h10-testimonials-wrap{
    position: relative;
    overflow: hidden;
    border: 1px solid #eeeeee;
    width: 900px;
    height: 900px;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -280px;
    padding: 157px 0 0;
}
.h10-testimonials{
    margin: 70px 0 0;
}
.item-testimo {

}
.item-testimo .testimo-thumb{
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    margin: 0 auto 22px;
}
.item-testimo .testimo-thumb img{
    width: auto;
}
.item-testimo .testimo-info{
    max-width: 560px;
    margin: auto;
}
.item-testimo .testimo-info .desc{
    margin-bottom: 40px;
}
.h10-tes-img-bottom{
    position: relative;
    text-align: center;
    bottom: -50px;
}
.banner-videos-slider .wrap-item.owl-carousel .owl-nav button,
.h10-testimonials .wrap-item.owl-carousel .owl-nav button,
.skin-products-slider .wrap-item.owl-carousel .owl-nav button{
    opacity: 0;
}
.banner-videos-slider .wrap-item.owl-carousel:hover .owl-nav button,
.h10-testimonials .wrap-item.owl-carousel:hover .owl-nav button,
.skin-products-slider .wrap-item.owl-carousel:hover .owl-nav button{
    opacity: 1;
}


.video-wrap {
    position: relative;
}
.banner-video{
    position: relative;
    overflow: hidden;
    background: #fff;
}
.banner-video video{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
@-webkit-keyframes pulse-shadow {
    0% { box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5); }
    50% { box-shadow: 0 0 0 17px rgba(255, 255, 255, 0.2); }
    100% { box-shadow: 0 0 0 35px rgba(255, 255, 255, 0); }
}
@keyframes pulse-shadow {
    0% { box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5); }
    50% { box-shadow: 0 0 0 17px rgba(255, 255, 255, 0.2); }
    100% { box-shadow: 0 0 0 35px rgba(255, 255, 255, 0); }
}
@-webkit-keyframes pulse-shadow-white {
    0% { box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8); }
    50% { box-shadow: 0 0 0 17px rgba(255, 255, 255, 0.5); }
    100% { box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.2); }
}
@keyframes pulse-shadow-white {
    0% { box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8); }
    50% { box-shadow: 0 0 0 17px rgba(255, 255, 255, 0.5); }
    100% { box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.2); }
}
@-webkit-keyframes pulse-color {
    0% { box-shadow: 0 0 0 0px rgba(235, 116, 123, 0.3); }
    50% { box-shadow: 0 0 0 17px rgba(235, 116, 123, 0.2); }
    100% { box-shadow: 0 0 0 35px rgba(235, 116, 123, 0.1); }
}
@keyframes pulse-color {
    0% { box-shadow: 0 0 0 0px rgba(235, 116, 123, 0.3); }
    50% { box-shadow: 0 0 0 17px rgba(235, 116, 123, 0.2); }
    100% { box-shadow: 0 0 0 35px rgba(235, 116, 123, 0.1); }
}
.video-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 111;
}
.video-btn .icon-play{
    position: absolute;
    width: 200px;
    height: 200px;
    line-height: 200px;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    z-index: 1;
    background: rgba(255, 255, 255, .8);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
    -webkit-animation: pulse-shadow 2s ease-out infinite;
    animation: pulse-shadow 2s ease-out infinite;
}
.banner-video .mute-video,
.banner-video .autoplay .video-btn,
.video-btn.active .icon-play{
    opacity: 0;
    visibility: hidden;
}
.banner-video:hover .mute-video,
.banner-video:hover .autoplay.video-btn,
.banner-video .autoplay_off .video-btn,
.banner-video:hover .video-btn .icon-play{
    visibility: visible;
    opacity: 1;
}
.video-btn.autoplay.muted .icon-play .la:before,
.video-btn.active .icon-play .la:before{
    content: "\f2ad";
}
.video-btn.autoplay.muted.active .icon-play .la:before{
    content: "\f2be";
}
.mute-video{
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 10px;
    font-size: 20px;
    z-index: 112;
    color: #fff !important;
    opacity: 0;
    visibility: hidden;
}

.mute-video.muted .la:before{
    content: "\f374";
}
.icon-play{
    position: absolute;
    left: 0;
    right: 0;
    font-size: 60px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.item-video .video-info{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 112;

    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.item-video .video-info .title60{
    display: inline-block;
    background: #eb747a;
    color: #fff;
    padding: 54px 70px 80px;
}
.item-video.clicked .video-info{
    -webkit-transform:  translateY(-100%);
    -moz-transform:  translateY(-100%);
    -ms-transform:  translateY(-100%);
    -o-transform:  translateY(-100%);
    transform:  translateY(-100%);
}


.skin-cats-slider{
    margin: 40px 0 -10px;
}

.item-cat-adv3 .cat-thumb img{
    border-radius: 50%;
}
.item-cat-adv3 .cat-info{
    margin: 35px 0 8px;
}




.header10-right > .vc_column-inner{
    position: unset !important;
    z-index: unset !important;
}
.wrap-inner9 > .vc_column-inner{
    position: unset !important;
    z-index: unset !important;
}

.skin-products-slider .wrap-item.owl-carousel .owl-nav button{
    margin-top: -80px;
}

.fixed-header.main-nav10{
    padding: 0;
}

.fixed-header.main-nav10 .main-header10{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}
.fixed-header.main-header23,
.fixed-header.header21,
.fixed-header.header16,
.fixed-header.header15,
.fixed-header.header14,
.fixed-header .header11{
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    z-index: 1111;
}
.fixed-header.header12{
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1111;
}

.fixed-header.header20,
.fixed-header.header19{
    background: rgba(0, 0, 0, .7);
}


.fixed-header.main-nav10 .contact-top6{
    display: none;
}
.fixed-header.main-nav10 .header10-left{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.fixed-header.main-nav10 .header10-right{
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.fixed-header.main-nav10 .header10-right .vc_column-inner > .wpb_wrapper{
    justify-content: flex-end;
}

.fixed-header.main-nav10 .main-nav10-wrap{
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.fixed-header.main-nav10 .main-nav10-wrap .main-nav10{
    margin: 0;
    text-align: initial !important;
    background: transparent;
}
.fixed-header.main-nav10 .main-nav10 > ul > li.current-menu-ancestor > a, 
.fixed-header.main-nav10 .main-nav10 > ul > li:hover > a, 
.fixed-header.main-nav10 .main-nav10 > ul > li > a{
    color: #303030 !important; 
}

/*=====  End of Home 10  ======*/



/*===============================
=            Home 11            =
===============================*/
.top-header11{
    background: #f6f6f6;
}
.header11 {
    padding: 40px 0;
}
.header12.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner,
.header11.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner{
    z-index: inherit;
}
.main-nav23 > ul > li > a,
.main-nav11 > ul > li > a{
    text-transform: uppercase;
}
.wrap-group11 {
    margin: 0 -15px;
}
.wrap-group11 > *{
    margin: 0 15px;
}
.shop-button.bg-white{
    background: #fff;
    color: #303030;
    border: 1px solid #303030;
}
.shop-button.dark{
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.shop-button.bg-white:hover{
    color: #fff;
    border-color: #fff;
}

.banner-slider11 .banner-info .slider-content-text   {
    max-width: 480px;
}
.banner-slider11 .banner-info .slider-content-text .title30{
    margin-bottom: 12px;
}
.banner-slider11 .banner-info .slider-content-text .title60{

}
.banner-slider11 .banner-info .slider-content-text .slide-button{
    margin-top: 40px;
}

.banner-slider11 .banner-info .slider-content-text .slide-button .shop-button:hover{
    border-color: #fff;
}

.wrap-service11 .title60 {
    color: #eb747b;
}

div[class=*'h11-banner-top']{
    margin-bottom: 30px;
}
.h11-banner-top-left{

}
.h11-banner .banner-info{
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.h11-banner .banner-info .title30{
    margin-bottom: 9px;
}

.h11-banner .banner-info .banner-button{
    margin-top: 40px;
}
.h11-banner .banner-info .desc{
    max-width: 390px;
    margin: 13px auto 45px;
    line-height: 28px;
}
.h11-banner.text-left .banner-info{
    content: "";
    top: 92px;
    bottom: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.h11-banner.h11-banner-top-right .banner-info{
    transform: none;
    top: 145px;
    left: 95px;
}
.h11-banner .shop-button{
    background: #fff;
    color: #303030;
}
.h11-banner .shop-button:hover{
    color: #fff;
    background-color: #eb747b;
    border-color: #eb747b;
}
.h11-banner .shop-button.bg-white{
    border-color: #fff !important;
}

.gradient-style2{
    position: relative;
    overflow: hidden;
}
.gradient-style2 .banner-info{
    bottom: auto;
    max-width: 390px;
    text-align: center;
    top: 50%;
    left: 100px;
    right: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gradient-style2 .banner-info .title30{
    margin-bottom: 12px;
}
.gradient-style2 .banner-info .title60{
    margin-bottom: 33px;
}
.gradient-style2 .banner-info .banner-button{
    margin-top: 43px;
}
.gradient-style2 .banner-info .shop-button{
    padding: 0 46px;
}
.gradient-skew{
    position: absolute;
    left: -80px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 65%;
    transform: skewX(-15deg);
    background: linear-gradient(to right, #5d986a 0%,#5d986a 47%,#5d986a 50%,#5d986a 55%,#5d986a 62%,#5d986a 68%,#5d986a 73%,rgba(255,255,255,0) 96%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(to right, #5d986a 0%,#5d986a 47%,#5d986a 50%,#5d986a 55%,#5d986a 62%,#5d986a 68%,#5d986a 73%,rgba(255,255,255,0) 96%,rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(to right, #5d986a 0%,#5d986a 47%,#5d986a 50%,#5d986a 55%,#5d986a 62%,#5d986a 68%,#5d986a 73%,rgba(255,255,255,0) 96%,rgba(255,255,255,0) 100%);
}

.gradient-skew:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: .7;
    background: linear-gradient(90deg, #5b8263 0%,#53735a 47%,#53735a 50%,#53735a 55%,#53735a 62%,#53735a 68%,#53735a 73%,rgba(255,255,255,0) 96%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(90deg, #5b8263 0%,#53735a 47%,#53735a 50%,#53735a 55%,#53735a 62%,#53735a 68%,#53735a 73%,rgba(255,255,255,0) 96%,rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(90deg, #5b8263 0%,#53735a 47%,#53735a 50%,#53735a 55%,#53735a 62%,#53735a 68%,#53735a 73%,rgba(255,255,255,0) 96%,rgba(255,255,255,0) 100%);
}

.h11-banner-sales:after{
    content: '';
    position: absolute;
    height: calc(100% - 80px);
    width: calc(100% - 80px);
    left: 40px;
    top: 40px;
    border: 10px solid #ffffff;
    border-radius: 50%;
}

.h11-banner-sales .banner-info {
    margin-left: -55px;
    top: 50%;
    bottom: auto;
    left: 100%;
    right: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    max-width: 360px;
}

.h11-banner-sales .banner-info .title30 {
    margin-bottom: 9px;
}
.h11-banner-sales .banner-info .title60 {
    margin-bottom: 10px;
}
.h11-banner-sales .banner-info .banner-button{
    margin-bottom: 18px;
}

.h11-banner-sales-wrap{
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}
.h11-banner-sales .adv-thumb-link img,
.h11-banner-sales .adv-thumb-link{
    border-radius: 50%;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
.h11-banner-sales .shop-button{
    font-weight: normal;
    text-transform: capitalize;
}
.h11-banner-sales .shop-button strong{
    text-transform: uppercase;
}
.shop-button.bg-color{
    border-color: #eb747b;
    color: #fff;
}


.h11-banner-item-wrap{
    margin: 25px 15px 0;
}
.h11-banner-item{
    max-height: 200px;
}
.h11-banner-item01 {
    margin-top: 200px;
}
.h11-banner-item02 {
    margin-top: 100px;
}
.h11-banner-item03 {

}
.h11-banner-item .banner-info{
    top: auto;
    left: auto;
    bottom: 25px;
    right: -68px;
    width: 100px;
    text-align: right;
}
.h11-banner-item .banner-info::before {
    content: '';
    background: #eb747b;
    left: auto;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    position: absolute;
}
.h11-banner-item .banner-info .title18{
    text-transform: uppercase;
    margin-bottom: 7px;
}
.post-slider11 .wrap-item.owl-carousel .owl-nav button{
    top: 32%;
}

.main-footer11{
    color: #fff;
}
.footer-bottom11 .silver,
.main-footer11 a,
.main-footer11 .desc,
.main-footer11 .list-menu-footer li a,
.main-footer11 .list-menu-footer li a::before,
.main-footer11 .box-location-footer1 ul li::before{
    color: #fff;
}
.footer-bottom11{
    background: rgba(17, 17, 17, .5);
}

.footer-ins.block-element > h3.title18{
    font-family: 'Lora', serif;
    margin-bottom: 35px;
    text-transform: capitalize;
}
.footer-ins .item-instagram .instagram-info li{
    display: none;
}
.footer-ins .grid-instagram{
    margin: -5px;
}
.footer-ins .grid-instagram .item-instagram{
    float: left;
    width: 33.3333%;
    padding: 5px;    
}

/*=====  End of Home 11  ======*/


/*===============================
=            Home 12            =
===============================*/
.header12 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.main-nav12 > ul > li > a{
    text-transform: uppercase;
    color: #fff !important;
}
.wrap-group12 *,
.logo12 *{
    color: #fff !important;
}
.main-nav10 > ul > li > a > sup,
.bg-color .main-nav > ul > li > a > sup,
.wrap-group12 .mini-cart7 .mini-cart-number{
    background: #000;
}

.h12-banner{
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.h12-banner .banner-info {
    left: 100px;
    bottom: 120px;
    top: auto;
    right: auto;
}
.h12-banner .banner-info .title60{
    max-width: 380px;
    margin: 19px 0 40px;
}
.h12-banner .banner-info .shop-button{
    background: #fff;
}
.h12-banner .banner-info .shop-button:hover{
    background: #eb747b;
    border-color: #eb747b;
}

.h12-banner-02 .banner-info {
    left: 70px;
    bottom: 70px;
}

.h12-banner-02 .banner-info .banner-button{
    margin-top: 25px;
}
.h12-banner-02 .banner-info .banner-button i{
    line-height: 40px;
    height: 40px;
    width: 40px;
    background: rgba(255, 255, 255, .5);
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.h12-banner:nth-child(3n) .banner-info .banner-button i:hover,
.h12-banner-02 .banner-info .banner-button i:hover{
    background: #eb747b;
}

.h12-banner:nth-child(3n) .banner-info .banner-button i{
    background: rgba(48, 48, 48, .5);
}

.vc_row.row_expand{
    padding-left: 100px;
    padding-right: 100px;
}
.bg-grey{
    background: #e1e3e1;
}
.h12-lotion-wrap{
    position: relative;
    margin-top: 150px;
}
.h12-lotion-wrap.top{
    margin-left: 60px;
}
.h12-lotion-wrap.bottom{
    margin: 120px 0;
    margin-right: 70px;
}
.lotion-image{
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 715px;
    margin-top: 40px;
    margin-right: 130px;
}
.lotion-image:before{
    content: '';
    background: #fff;
    top: -40px;
    right: -40px;
    height: 400px;
    width: 400px;
    position: absolute;
}
.lotion-image.bottom{
    margin-right: 0;
    margin-left: 130px;
}
.lotion-image.bottom:before{
    right: auto;
    left: -40px;
}
.lotion-info{
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    padding-top: 115px;
    max-width: 475px;
    position: relative;
}
.lotion-info .img-top{
    position: absolute;
    top: -20px;
    right: -5px;  
}
.lotion-info .img-bottom{
    position: relative;
    bottom: -15px;
    right: 30px;
    float: right;
}
.lotion-info .title30{
    margin-bottom: 29px;
}
.lotion-info .desc{
    line-height: 36px;
}
.lotion-info .banner-button{
    margin-top: 36px;
}
.lotion-asl-img.top{
    position: absolute;
    top: 170px;
    right: -100px;
}
.lotion-asl-img.bottom{
    position: absolute;
    top: 270px;
    left: -100px;
}
.lotion-info.bottom .img-wrap{
    display: block;
    margin-top: 100px;
    max-width: 450px;
}
.lotion-info.bottom .img-wrap img:nth-child(2n){
    float: right;
}
.fw-products {

}
.gap-80 .list-product-wrap{
    margin: 0 -40px;
}
.gap-80 .list-product-wrap .product {
    padding: 0 40px;
    margin-bottom: 20px;
}
.h12-banner-slider {
    padding: 150px 0;
}
.h12-banner-slider .banner-advs {
    position: relative;
    width: 100%;
    padding-bottom: 165px;
    padding-left: 100px;
    padding-right: 100px;
}
.h12-banner-slider .banner-advs .banner-info {
    top: auto;
    bottom: 70px;
    padding: 80px 50px 75px;
    left: auto;
    right: 16%;
    width: 40%;
    text-align: center;
    background: #fff;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,100px,0);
    -moz-transform: translate3d(0,100px,0);
    -ms-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0);
}
.h12-banner-slider .banner-advs .banner-info .title30{
    margin-bottom: 12px;
}
.h12-banner-slider .banner-advs .banner-info .slider-button{
    margin-top: 44px;
}
.h12-banner-slider .active .banner-advs .banner-info {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.h12-banner-slider .wrap-image{
    position: relative;
    width: 71.43%;
}
.h12-banner-slider .banner-advs .gradient-bg {
    position: absolute;
    top: 100px;
    bottom: 0;
    width: 64.3%;
    height: 100%;
    right: 0;
     background-image: linear-gradient(-146deg, #5D986A 0%, #C5D8C9 100%); 
    z-index: -1;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.h12-banner-slider .active .gradient-bg{
    background-image: linear-gradient(45deg, #5D986A 0%, #C5D8C9 100%);
}
.h12-banner-slider .owl-stage{
}
.h12-banner-slider .owl-item:not(.active){
}
.h12-banner-slider .owl-item:not(.active) .banner-info{
    opacity: 0;
    visibility: hidden;
}
.h12-banner-slider .wrap-item.owl-carousel .owl-nav button.owl-prev{
    left: 60px;
}
.h12-banner-slider .wrap-item.owl-carousel .owl-nav button.owl-next{
    right: 60px;
}
.h12-instagrams .grid-instagram {
    margin: 0 -15px -30px;
}
.h12-instagrams .grid-instagram .item-instagram{
    width: 20%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.rtl-button{
    left: 0px !important;
    z-index: 111;
}
/*=====  End of Home 12  ======*/



/*===============================
=            Home 13            =
===============================*/
.header14,
.header13 {
    z-index: 111;
}
.banner-slider13 .vc_column-inner .wpb_wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.banner-slider13{
    background: #fbfbfb;
}
.banner-slider13 .item-slider{
    background: #fbfbfb;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}


.banner-slider13 .item-slider > * {

}
.banner-slider13 .item-slider .banner-info{
    position: static;
    margin-left: 150px;
}
.banner-slider13 .item-slider .banner-info .title60 {
    margin-bottom: 40px;
    max-width: 500px;
}
@-webkit-keyframes scaleDown {
    0% { -webkit-transform: scale(1.15); }
    100% { -webkit-transform: scale(1); }
}
@keyframes scaleDown {
    0% { -webkit-transform: scale(1.15); }
    100% { -webkit-transform: scale(1); }
}
@-webkit-keyframes scaleUp {
    0% { -webkit-transform: scale(.5); }
    100% { -webkit-transform: scale(1); }
}
@keyframes scaleUp {
    0% { -webkit-transform: scale(.5); }
    100% { -webkit-transform: scale(1); }
}
.banner-slider13 .active .item-slider .banner-info *{
    -webkit-animation: fadeInUp 2s both;
    animation: fadeInUp 2s both ;
}

.banner-slider13 .active .banner-advs:not(.item-slider) img{
    -webkit-animation: scaleDown 4s both;
    animation: scaleDown 4s both ;
}
.banner-slider13 .active .item-slider img{
    -webkit-animation: slideInDown 1s ease-in-out;
    animation: slideInDown 1s ease-in-out ;
}

.banner-slider13 .owl-animated-out .item-slider img{
    -webkit-animation: slideOutDown 1.5s ease-in-out ;
    animation: slideOutDown 1.5s ease-in-out ;

}


.banner-slider13 .owl-theme .owl-nav{
    position: absolute;
    margin: 0 auto;
    width: 60px;
    left: 0;
    right: 0;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(-70px,-50%);
    -moz-transform: translate(-70px,-50%);
    -ms-transform: translate(-70px,-50%);
    -o-transform: translate(-70px,-50%);
    transform: translate(-70px,-50%);
}
.banner-slider13 .owl-theme .owl-nav button{
    opacity: 1;
    position: static;
    display: block;
    margin: 10px 0;
}

.h13-products .list-product-wrap{
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    margin-bottom: 150px;
}
.h13-products .list-product-wrap .product:nth-child(3n+2) {
    margin-top: -150px;
}
.h13-products .list-product-wrap.js_animated .product{
    opacity: 0;
    visibility: hidden;

}
.h13-products .list-product-wrap.js_animated .product.animated{
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInUp 1s ease-in-out;
    animation: slideInUp 1s ease-in-out ;
}
.item-product-circle.background{
    background: #f2f2f4;
}
.item-product-circle.background .product-thumb{
    margin-bottom: 35px
}
.item-product-circle.background .product-info {
    padding-bottom: 30px;
}
.item-product-circle.background .product-extra-link{
    margin-top: -52px;
}
.h13-wrapper.vc_row {
    background-color: #1d3126;
}
.h13-wrapper .wpb_column > .vc_column-inner{
    background-position: center -400px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 140px !important;
}

.h13-view-more{
    position: relative;
    text-align: center;
}
.h13-view-more:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    background: #ffffff;
    opacity: .5;
    width: 100%;
    height: 1px;
}
.h13-view-more > p{
    margin-bottom: 0px;
}
.h13-view-more a.shop-button{
    position: relative;
    height: 50px;
    line-height: 50px;
    color: #303030;
    background: #fff;
    padding: 0 30px !important;
}
.h13-view-more a.shop-button:hover{
    background-color: #eb747b;
    color: #fff;
}
.h13-banner{
    text-align: center;
}

.h13-banner .banner-info {
    top: auto;
    bottom: 85px;
    padding: 0 15px;
}
.h13-banner .banner-info .title36{
    margin: 13px 0 33px;
}

.portfolio-grid2 .list-post-wrap{
    margin: 0 -5px;
}
.blog-grid-view .item-portfolio-large{
    margin-bottom: 10px;
}
.item-portfolio-large{
    margin-left: -10px;
    margin-right: -10px;
}
.portfolio-grid2 .list-post-wrap.js_animated .list-col-item{
    opacity: 0;
    visibility: hidden;

}
.portfolio-grid2 .list-post-wrap.js_animated .list-col-item.animated{
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInUp 1s ease-in-out;
    animation: slideInUp 1s ease-in-out ;
}
.item-portfolio-large .inner{
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.item-portfolio-large .inner > div{
    float: left;
    width: 50%;
}
.item-portfolio-large .inner > div.post-thumb * {
    height: 100%;
    object-fit: cover;
}
.item-portfolio-wrap .list-col-item{
    padding: 0 5px;
}
.item-portfolio-wrap .list-col-item .item-portfolio2{
    margin-bottom: 10px;
}

.item-portfolio2 .post-info{
    background: #fff;
    padding: 47px 40px 40px;
}
.item-portfolio2 .post-info .post-cate{
    margin: 0 3px;
    word-break: break-all;
}
.item-portfolio2 .post-info .post-cate > a{
    font-size: 14px;
    color: #999;
    padding: 0 3px;
    font-weight: 700;
    text-transform: uppercase;
}
.item-portfolio2 .post-info .post-cate > a:hover{
    color: #eb747b;
}
.item-portfolio2 .post-info h3{
    margin: 15px 0 25px;
    line-height: normal;
}
.item-portfolio2 .post-info .shop-button{
    margin-top: 32px;
}

.main-footer13{
    background: #927663;
    color: #fff;
}
.footer-bottom13{
    background: #51433a;
}
.main-footer13 a,
.main-footer13 .desc{
    color: #fff;
}
.main-footer13 .list-menu-footer li a::before{
    color: #fff;
}
.main-footer13 .box-location-footer1 ul li::before{
    color: #fff;
}
.footer-bottom13 .silver {
    color: #fff;
}
.wrap-service3 {

}
.wrap-service3 .active:first-child .item-service:before{
    display: none;
}

.wrap-service3 .item-service{
    width: auto;
    padding: 20px 0;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    color: #fff;
}
.wrap-service3 .item-service:before{
    content: "";
    position: absolute;
    left: 1px;
    top: 0;
    bottom: 0;
    height: 170px;
    width: 1px;
    background: #fff;
    opacity: .5;
}

.wrap-service3 .item-service .title60{
    color: #eb747b;
}
.wrap-service3 .item-service .desc{
    color: #fff;
}
.h13-products .filter-product{
    margin-bottom: 0px;
}
.h13-products .filter-product.active .box-attr-filter {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    top: 0;
}
.h13-products .btn-filter{
    position: absolute;
    right: 0;
    top: -150px;
    -webkit-animation: pulse-shadow 2s ease-out infinite;
    animation: pulse-shadow 2s ease-out infinite;
}

/*=====  End of Home 13  ======*/


/*===============================
=            Home 14            =
===============================*/

.header14{

}
.pd-lr-100{
    padding-left: 100px;
    padding-right: 100px;
}
.pd-lr-75{
    padding-left: 75px;
    padding-right: 75px;
}‬

.banner-slider14 .banner-info{
    padding-left: 85px;
    padding-right: 85px;
}

.item-slider14 .banner-info .title60{
    margin-bottom: 25px;
}
.item-slider14 .banner-info .title30{
    margin-bottom: 26px;
}
.item-slider14 .banner-info .desc{
    max-width: 375px;
}
.item-slider14 .banner-info .slide-button{
    margin-top: 32px;
}
.item-slider14 .banner-info{
}

.active .item-slider14 .banner-info {
    -webkit-animation: fadeUp 2s both;
    animation: fadeUp 2s both;
}
@-webkit-keyframes bg_size {
  0% {
    background-size: 115% auto;
    -webkit-background-size: 115%;
  }
  100% {
    background-size: 100% auto;
    -webkit-background-size: 100%;
  }
}
@keyframes bg_size {
  0% {
    background-size: 120% auto;
    -webkit-background-size: 120%;
  }
  100% {
    background-size: 100% auto;
    -webkit-background-size: 100%;
  }
}
.active .item-slider14{
    -webkit-animation: bg_size 3s both;
    animation: bg_size 3s both;
}



.h14-banner .banner-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, .7);
    max-width: 700px;
    max-height: 450px;
}
.h14-banner .banner-info .wrap-inner{
    padding: 0 150px;
}
span.line.top::before {
    content: '';
    position: absolute;
    left: -20px;
    top: -20px;
    width: 20px;
    height: 320px;
    background: #fff;
}
span.line.top::after {
    content: '';
    position: absolute;
    left: -20px;
    top: -20px;
    width: 320px;
    height: 20px;
    background: #fff;
}
span.line.bottom::before {
    content: '';
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 20px;
    height: 320px;
    background: #fff;
}
span.line.bottom::after {
    content: '';
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 320px;
    height: 20px;
    background: #fff;
}
.h14-banner .banner-info .info-inner{
    padding: 100px 150px;
    position: relative;
    z-index: 1;
}
.h14-banner .img-blend{
    position: absolute;
    top: 40px;
    left: 50px;
}
.h14-banner .img-blend.last{
    bottom: 30px;
    right: 30px;
    left: auto;
    top: auto;
}
.h14-banner .img-blend img{
}
.h14-banner .banner-info .title60 {
    margin: 15px 0 40px;
}



.main-footer14,
.main-footer14 a,
.main-footer14 .desc{
    color: #fff;
}
.main-footer14 .list-menu-footer li a::before{
    color: #fff;
}
.main-footer14 .box-location-footer1 ul li::before{
    color: #fff;
}
.footer-bottom14 .silver {
    color: #fff;
}

.main-footer14{
    background: #272424;
}
.footer-bottom14{
    background: #1c1a1a;
}
.skin-title-tab {
    margin-bottom: -60px;
}
.tab-style2 .tab-header{
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}
.tab-style2 .tab-header ul.title-tab{
    font-size: 0px;
    margin: 0 -5px;
}
.tab-style2 ul.title-tab li{
    margin: 0 5px;
}
.tab-style2 ul.title-tab li.active a{
    background: #eb747b;
}
.tab-style2 ul.title-tab li a{
    padding: 11.5px 25px;
    background: #303030;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    display: block;
}


.item-advs14 > *{
    width: 50%;
}
.item-advs14 .wpb_text_column  {
    position: relative;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 20px solid rgba(0, 0, 0, .05);
    margin: 0;
}
.item-advs14 .wpb_text_column > div{
    max-width: 400px;
    margin: auto;
}
.active .item-advs14 .wpb_text_column .title14{
    -webkit-animation: fadeUp 1.5s both .2s;
    animation: fadeUp 1.5s both .2s;
}
.active .item-advs14 .wpb_text_column .title30{
    -webkit-animation: fadeUp 1.5s both .4s;
    animation: fadeUp 1.5s both .4s;
}
.active .item-advs14 .wpb_text_column .desc{
    -webkit-animation: fadeUp 1.5s both .6s;
    animation: fadeUp 1.5s both .6s;
}
.active .item-advs14 .wpb_text_column .banner-button{
    -webkit-animation: fadeUp 1.5s both .8s;
    animation: fadeUp 1.5s both .8s;
}
.active .item-advs14 .banner-advs img{
    -webkit-animation: scaleDown 1.5s;
    animation: scaleDown 1.5s;
}
.item-advs14 .wpb_text_column .title14 {
    margin-bottom: 15px;
}
.item-advs14 .wpb_text_column .title30 {
    margin-bottom: 26px;
}

.item-advs14 .wpb_text_column .banner-button {
    margin-top: 33px;
}

.item-advs14 .wpb_text_column img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
}

.h14-advs-slider .group-navi .owl-nav{
    top: auto;
    bottom: 90px;
    right: 120px;
    width: 90px;
}

.h14-custom-slider{
    background: #f5f5f5;
}
.h14-custom-slider .owl-item{
    display: block;
    width: 100%;
}
.item-slider-custom {
    display: block;
    margin: 0 150px;
}

.item-slider-custom .first-banner {
    float: left;
    position: relative;
}

.item-slider-custom .last-banner{
    float: right;
    clear: both;
    position: relative;
    margin-top: -365px;
}

.item-slider-custom .banner-info {
    position: absolute;
    padding: 110px 100px;
    background: #ffffff;
    width: 700px;
    height: 500px;
    top: 0;
    bottom: auto;
    left: auto;
    right: 500px;
    z-index: 1;
}
.item-slider-custom .banner-info *{

}

.active .item-slider-custom .banner-info *{
    -webkit-animation: fadeInUp 2s both;
    animation: fadeInUp 2s both;
}

.active .item-slider-custom .first-banner img{
    -webkit-animation: fadeUp 1.5s both;
    animation: fadeUp 1.5s both;
}
.active .item-slider-custom .last-banner img{
    -webkit-animation: fadeDown 1.5s both;
    animation: fadeDown 1.5s both;
}

.item-slider-custom .banner-info .title30 {
    margin-bottom: 26px;
}
.shop-text{
    color: #303030;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
}
.shop-text:hover{
    text-decoration: underline;
}
.item-slider-custom .banner-info .desc{
    max-height: 210px;
    overflow: hidden;
}
.item-slider-custom .banner-info .slide-button {
    margin-top: 60px;
}
.skin-title-right{
    position: absolute;
    left: 30px;
    top: 175px;
    z-index: 2;
}
.active .item-slider15 .banner-info *{
    -webkit-animation: fadeUp 2s both;
    animation: fadeUp 2s both;
}

.item-slider15 .banner-info .title60 {
    margin-bottom: 25px;
}
.item-slider15 .banner-info .title30 {
    margin-bottom: 34px;
}

.h14-custom-slider .group-navi .owl-nav {
    position: absolute;
    right: 750px;
    top: auto;
    bottom: 260px;
    width: 90px;
    margin: auto;
}









.block-newsletter15{
    position: relative;
    animation: none;
    background-attachment: fixed;
    backface-visibility: hidden;
    background-size: cover;
}
.block-newsletter15:before{
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
}

.block-newsletter15 .title-newsletter1,
.block-newsletter15 .list-social-network1 li a{
    color: #fff;
} 
.block-newsletter15 .list-social-network1 li a:hover{
    color: #eb747b;
}

/*=====  End of Home 14  ======*/






/*===============================
=            Home 15            =
===============================*/
.skc-gallery{
    margin: 0 -5px;
}
.banner-advs-gal{
    padding: 0 5px;
}
.skc-gallery-item-top{
    margin-bottom: 10px;
}
.banner-advs-gal img{
    height: 100%;
    object-fit: cover;
}
.als-item-middle {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    display: block;
}

.custom-group-slider .group-navi .owl-nav{
    top: -120px;
    bottom: auto;
    right: 0;
    width: 90px;
}

.banner-advs-gal .img-gal:hover .als-item-middle {
    opacity: 1;
    visibility: visible;
}
.banner-advs-gal .als-item-middle {
    font-size: 30px;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    z-index: 11;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.item-client-review2{
    max-width: 570px;
    margin: auto;
}
.item-client-review2 .client-thumb {
    display: inline-block;
    width: 100px;
    margin-bottom: 35px;
    border-radius: 50%;
    border: 3px solid;
}
.item-client-review2 .client-thumb *{
    border-radius: 50%;
}
.item-client-review2 .client-info .desc {
    margin-bottom: 38px;
}
.skc-client-title .title60{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.h15-client-wrap{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 140px 0 175px;
}

.main-nav15{
    margin: 0 -15px;
}

.client-slider15 .item-client-review2{
    margin-bottom: 66px;
}
.pagi-style3 .owl-theme .owl-dots .owl-dot,
.pagi-style2 .owl-theme .owl-dots .owl-dot,
.pagi-nav-style3.owl-theme .owl-dots .owl-dot,
.pagi-nav-style2.owl-theme .owl-dots .owl-dot{
    vertical-align: middle;
}
.pagi-style2 .owl-theme .owl-dots .owl-dot span,
.pagi-nav-style2.owl-theme .owl-dots .owl-dot span{
    height: 6px;
    width: 6px;
    background: #000 !important;
}
.pagi-style2 .owl-theme .owl-dots .owl-dot.active span,
.pagi-nav-style2.owl-theme .owl-dots .owl-dot.active span{
    background: #fff !important;
    height: 12px;
    width: 12px;
    border: 3px solid #000;
}
.pagi-style3 .owl-theme .owl-dots .owl-dot span,
.pagi-nav-style3.owl-theme .owl-dots .owl-dot span{
    height: 6px;
    width: 6px;
    background: #fff !important;
}
.pagi-style3 .owl-theme .owl-dots .owl-dot.active span,
.pagi-nav-style3.owl-theme .owl-dots .owl-dot.active span{
    background: #000 !important;
    border: 3px solid #fff;
    height: 12px;
    width: 12px;
}

.product_gallery_box .owl-stage-outer{
    width: 100% !important;
}
.product_gallery_box .owl-item{
    width: 70px !important;
    opacity: 0;
    visibility: hidden;
}
.product_gallery_box .owl-item.active{
    opacity: 1;
    visibility: visible;
}

.product_gallery_box .active img{
    width: 70px !important;
    color: #eb747b;
    border: 5px solid;
}



.item-product-left .wrap-detail-gallery{
    padding: 0 !important;
}
.item-product-left .detail-gallery .gallery-control{
    position: static;
    width: 100%;
    margin-top: 25px;
}
.item-product-left .detail-gallery .carousel li a {
    display: block;
}
.item-product-left .detail-gallery .carousel ul{
    margin: 0 -5px!important;
}
.item-product-left .detail-gallery .carousel li {
    height: 70px !important;
    width: 70px !important;
    margin: 0 5px;
}
.item-product-left .detail-gallery .carousel li img{
    width: 70px;
}
.item-product-left .detail-gallery .carousel li a.active img{
    border-width: 5px;
}
.item-product-left .detail-gallery{
    margin-bottom: 42px;
}
.item-product-left .detail-gallery .gallery-control > a {
    position: absolute;
    top: 40%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 0;
    visibility: hidden;
}
.item-product-left .detail-gallery:hover .gallery-control > a.prev {
    left: 15px;
    opacity: 1;
    visibility: visible;
}
.item-product-left .detail-gallery:hover .gallery-control > a.next {
    right: 15px;
    opacity: 1;
    visibility: visible;
}
.item-product-left .product-info{
    padding-bottom: 29px;
}
.item-product-left.large .product-info{
    padding-bottom: 0px;
}
.item-product-left.large .product-info .product-price{
    font-size: 18px;
    margin-top: 19px;
}
.large-prd-item{
    width: 39%;
}
.small-prd-item{
    width: 61%;
}

.h15-services > .wpb_column > .vc_column-inner{
    background: #fbf7ed;
    padding: 140px 13.541667% !important;
}

.h15-service-info {
    position: relative;
    border: 20px solid rgba(0, 0, 0, 0.05);
    padding: 150px 100px 130px;
    max-width: 70.833%;
    margin: -150px 0 0;
    z-index: 1;
}
.h15-service-info:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
}
.h15-service-info > p{
    margin-bottom: 0;
}
.h15-service-info .title18 {
    margin: -3px 0 16px;
}
.h15-service-info .title30 {
    margin-bottom: 26px;
}
.h15-service-info .desc{
    max-width: 400px;
    margin-bottom: 32px;
}
.h15-service-img02{
    z-index: 2;
}

.h15-service-info-left > .vc_column-inner > .wpb_wrapper{
    position: relative;
    margin-right: -50px;
}
.h15-service-img03{
    z-index: 1;
}
.h15-service-info-right > .vc_column-inner > .wpb_wrapper{
    position: relative;
    margin-top: -205px;
    margin-left: -50px;
}
.h15-service-info-02{
    z-index: 2;
}
.h15-service-info-01:before{
    display: none;
}
.h15-service-info-01{
    position: absolute;
    background: #e0fbb2;
    max-width: 100%;
    width: 100%;
    padding: 80px;
    border: none;
    margin: 0;
    z-index: 3;
}
.h15-service-info-01 .desc{
    margin-left: auto;
    margin-right: auto;
}



.item-service5 img{
    mix-blend-mode: multiply;
}

.item-service5 .service-thumb{
    margin-bottom: 25px;
}

.item-service5 .service-info .desc{
    max-width: 215px;
    margin: auto;
    font-weight: bold;
    margin-bottom: 3px;
}
.main-header3 .main-nav li.has-mega-menu > .mega-menu,
.header21 .main-nav li.has-mega-menu > .mega-menu,
.main-nav15 li.has-mega-menu > .mega-menu{
    left: 0 !important;
}
.header-page .vc_column_container>.vc_column-inner{
    z-index: inherit !important;
}


/*=====  End of Home 15  ======*/


/*===============================
=            Home 16            =
===============================*/


.header16 {
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 1;
}

@media (min-width: 768px){
    .main-nav16 li.has-mega-menu > .mega-menu{
        left: 100% !important;
        top: 0;
    }
    .main-nav16 .toggle-mobile-menu {
        display: block;
    }
    .main-nav16 .sub-menu {
        left: 100%;
        top: 0;
    }
    .main-nav16 > ul > li > a {
        color: #333 !important;
        border-top: 1px solid #e5e5e5 !important;
    }
    .main-nav16 {
        margin: 0;
    }
    .main-nav16 > ul {
        position: absolute;
        left: 0;
        top: 100%;
        margin: 10px 0 0;
        width: 290px;
        z-index: 999;
        background: #fff;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s;
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
        text-align: left;
        opacity: 0;
        visibility: hidden;
    }

    .main-nav16.active > ul {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    .main-nav16 > ul > li {
        display: block;
        margin: 0 15px !important;
        padding: 0 !important;
        position: relative;
    }

    .main-nav16 > ul > li > a {
        display: block;
        font-size: 14px !important;
        font-weight: 400;
        height: auto !important;
        line-height: inherit !important;
        padding: 10px 0 !important;
        border-bottom: none !important;
    }

    .main-nav16 > ul > li:first-child > a {
        border: medium none !important;
    }

    .main-nav16 .sub-menu > li {
        padding: 0px !important;
        margin: 0 0 0 15px;
    }

    .main-nav16 > ul > li.menu-item-has-children.has-mega-menu {
        position: relative;
    }

    .main-nav16 > ul li.menu-item-has-children .menu-item-has-children > a::after {
        right: 0;
        top: 0;
    }
    .main-nav16> ul > li.has-mega-menu > a::after, 
    .main-nav16 > ul > li.menu-item-has-children > a::after {
        content: "\f112";
        float: right;
        margin-top: 5px;
    }

}


.top-slider-150{
    margin-top: -150px;
}



.banner-slider16 .owl-dots{
    position: absolute;
    bottom: 17.27%;
    left: 0;
    right: 0;
    z-index: 1;
}
.skin-title4 {
    padding-left: 30px;
    margin-bottom: 100px;
}
.skin-title4 .title-wrap{
    position: relative;
}
.skin-title4 .title-wrap:before{
    content: "";
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #eb747b;
}
.skin-title4 svg{
    position: relative;
    max-width: 52px;
    left: -30px;
    margin: 0 0 -18px;
}
.skin-title4 .title60 {
    margin-bottom: 20px;
}
.skin-title4 .desc{
    padding-bottom: 24px;
    font-size: 18px;
    line-height: 28px;
}
.h16-products.right{
    margin-top: -200px;
}
.h16-view-all-btn{
    text-align: center;
    margin: 50px 140px 0;
}
.h16-view-all-btn .shop-button{
    margin-bottom: 0px;
    width: 100%;
}
.h16-inner-products .vc_inner{
    margin: 0 -15px !important;
}
.h16-inner-products .wpb_column{
    padding: 0 15px !important;
}


.text-clip{
    background-attachment: fixed;
    background-position: center;
    background-color: #eb747b;
    -ms-background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: -25px;
}
.text-clip > h2{
    -webkit-text-fill-color: transparent;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    background-attachment: fixed;
    background-position: center;
}
.countdown-style2{
    padding: 20px;
}
.countdown-style2 .clock{
    margin: 0 10px;
    height: 160px;
    width: 160px;
    background: #fff;
    border-radius: 50%;
    border: 10px solid #eb747b;
    -webkit-box-shadow: 0px 0px 0px 20px #fff;
    box-shadow: 0px 0px 0px 20px #fff;
}
.countdown-style2 .clock .number{
    position: relative;
    top: 16px;
    font-size: 60px;
    font-weight: bold;
    width: auto;
    height: auto;
    line-height: normal;
    background: transparent;
    color: #303030;
    margin-bottom: 27px;
    padding-bottom: 2px;
}
.countdown-style2 .clock .number:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 2px;
    margin: auto;
    background: #eb747b;
}
.countdown-style2 .clock .text{
    font-size: 18px;
    color: #303030;
}

.countdown-style2 .clock.day,
.countdown-style2 .clock .number::after{
    display: none;
}
.h16-bg-wrapper{
    padding: 115px 0 150px;
    background-position: center;
    background-size: cover;
}
.h16-cd-wrapper .countdown-style2{
    margin: 60px 0 70px; 
}


.feature-right{
    padding-left: 100px !important;
    border-left: 1px solid #e5e5e5;
}


.feature-info .title30,
.feature-banner .title30 {
    margin-bottom: 24px;
}

.feature-info {
    margin-bottom: 95px;
}
.feature-info:last-child{
    margin-bottom: 0px;
}
.feature-banner{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.feature-info .feature-banner > *:first-child{
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
}
.feature-banner .banner-info{
    position: static;
    margin: 0;
}
.feature-info .feature-banner .banner-info{
    position: static;
    margin: 0 0 95px;
}
.feature-banner .banner-info .desc{
    max-width: 610px;
    margin-bottom: 30px;
    line-height: 28px;
}
.feature-banner .banner-info .desc:last-child{
    margin-bottom: -5px;
}
.feature-gel img{
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.feature-gel .adv-thumb-link > img{
    width: auto;
    float: right;
}
.feature-info > div.banner-video {
    margin-left: -100px;
    margin-right: -100px;
}

.feature-banner02 > *{
    float: left;
    width: 50%;
}
.feature-banner02 .banner-info{
    position: static;
}
.feature-banner02 > *:first-child{
    padding-right: 45px;
}
.feature-left .vc_column-inner > .wpb_wrapper{
     display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.feature-left {
    z-index: 1;
}

.feature-left .feature-link{
    padding: 0 20px;
    width: 200px;
    font-size: 12px;
    text-align: right;
}
.feature-link ul{
    padding: 0;
    list-style: none;
    margin-top: 90px;
}
.feature-link ul li{
    position: relative;
    padding: 18px 0;
}
.feature-link ul li:first-child{

}
.feature-link ul li.active:before{
    background: #eb747b;
}

.feature-link ul li:before {
    content: '';
    position: absolute;
    top: 0px;
    right: -21px;
    height: 100%;
    width: 1px;
    z-index: 1;
}
.feature-link ul li.active a{
    color: #303030;
}
.feature-link ul li a{
    color: #999999;
}
.layer-leaf{
    margin: 15px 0 30px;
}
.animated .h16-banner-up img{
    -webkit-animation: fadeInLeft 1.5s ease ;
    animation: fadeInLeft 1.5s ease;
}
.animated .h16-banner-down img{
    -webkit-animation: fadeInUp 1.5s ease;
    animation: fadeInUp 1.5s ease;
}
.h16-banner-left{
    padding-left: 100px !important;
    padding-right: 85px !important;
}
.h16-banner-left > .vc_column-inner > .wpb_wrapper{
    position: relative;
}
.h16-banner-left > .vc_column-inner > .wpb_wrapper:before{
    content: "";
    position: absolute;
    top: 215px;
    right: -85px;
    width: 100%;
    height: 750px;
    max-width: 670px;
    opacity: .1;
    border: 20px solid #eb747b;
}

.h16-banner-right{
    padding-left: 100px !important;
}
.h16-banner-up{
    margin-bottom: 50px;
}


.h16-banner-down * {
    display: inline-block;
    vertical-align: top;
    float: right;
}








/*=====  End of Home 16  ======*/


/*===============================
=            Home 17            =
===============================*/

.banner-slider .banner-info img{
  width: auto !important;
}

.item-slider17 .desc-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.item-slider17 .desc{
    padding-left: 20px;
    font-size: 18px;
    line-height: 30px;
    max-width: 470px;
}
.item-slider17 .title60{
    margin-bottom: 29px;
}

.item-slider17 .slider-button{
    position: relative;
    margin-top: 40px;
    padding-left: 120px;
}
.item-slider17 .slider-button > a{
    text-decoration: none;
}
.item-slider17.white .slider-button > a{
    color: #fff;
}
.item-slider17.white .slider-button:before{
    background: #fff;
}
.item-slider17 .slider-button:before{
    content: "";
    position: absolute;
    top: 50%;
    margin: -1px 0;
    left: 0;
    height: 2px;
    width: 100px;
    background: #303030;
}

.item-slider17 .sales{
    position: relative;
    font-size: 60px;
    font-weight: bold;
    color: #303030;
    font-family: 'Lora', serif;
}
.item-slider17 .sales .text{
    position: absolute;
    font-size: 24px;
    color: #eb747b;
}
.item-slider17 .label{
    font-size: 18px;
    padding: 0;
    font-family: Lora;
    background: #39d7ba;
    height: 50px;
    line-height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-top: 8px;
}

.banner-slider17 .owl-theme .owl-dots{
    margin: 60px 0 35px !important;
}


.category-style4{
    padding: 0 160px;
}

.item-cat-adv4 {
    margin-bottom: 100px;
}
.item-cat-adv4 .link img{
    width: auto;
    margin: auto;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.item-cat-adv4:hover .link img{
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.item-cat-adv4 .cat-thumb{
    position: relative;

}
.item-cat-adv4 .cat-thumb:before{
    content: '';
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 500px;
    height: 500px;
    background: #f6f6f6;
    border-radius: 50%;
}

.item-cat-adv4 .title30 {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
}

.item-cat-adv4 .title14 {
    position: absolute;
    bottom: -107px;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}
.item-cat-adv4:hover .title14 {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.item-cat-adv4 .title30:before{
    content: "";
    position: absolute;
    top: 47px;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 50px;
    background: #eb747b;
}
.item-cat-adv4:hover .circle:before{
    opacity: 1;
    visibility: visible;
}
.block-product-trend {
    background: #fafafa;
    padding: 145px 0 150px;
}




.circle {
    position: relative;
    display: block;
}
.circle:before{
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #ffffff;
    content: "";
    opacity: 0;
    visibility: hidden;
    border: 20px solid #eb747b;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.circle:not(.banner-circle):after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #f6f6f6;
    content: "";
}

.book-form{
    line-height: 40px;
}
.book-form span.date:after {
    top: 2px;
}

.circle__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.circle__wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.circle__content {
    display: table-cell;
    vertical-align: middle;
}

.banner-circle {
    margin-left: -60px;
    margin-right: -60px;
}
.banner-circle .circle-thumb *{
    border-radius: 50%;
}
.banner-circle .circle-thumb{
    position: relative;
    flex: 1;
    -o-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    margin-left: 130px;
    padding: 20px;
    border-radius: 50%;
}
.banner-circle .circle-thumb:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 20px solid rgba(255, 255, 255, .5);
    -webkit-box-shadow: -3.078px 3.94px 18px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -3.078px 3.94px 18px 0px rgba(0, 0, 0, 0.1);
}
.banner-circle .circle-thumb:after{
    content: '';
    left: -145px;
    top: 30px;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    border-radius: 50%;
    position: absolute;
    background: #ffeeeb;
    z-index: -1;
}
.banner-circle.flex-row-reverse .circle-thumb:after{
    background: #ecf1e8;
}
.banner-circle.flex-row-reverse .circle-thumb .line{
    right: auto;
    left: -65px;
}
.banner-circle.flex-row-reverse .circle-thumb .line:before{
    left: auto;
    right: 20px;
}
.banner-circle .circle-thumb .line {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    height: 20px;
    width: 20px;
    background: #eb747b;
}
.banner-circle .circle-thumb .line::before {
    content: "";
    position: absolute;
    top: 50%;
    margin: -1px 0 0;
    left: 20px;
    width: 140px;
    height: 2px;
    background: #eb747b;
}
.banner-circle.flex-row-reverse .circle-info {
    margin-left: 0;
    margin-right: 88px;
}
.banner-circle .circle-info {
    max-width: 430px;
    margin-top: 170px;
    margin-left: 88px;
}
.banner-circle .circle-info .title60{
    margin-bottom: 30px;
}
.banner-circle .circle-info .title60 > span {
    position: relative;
}
.banner-circle .circle-info .label-number{
    position: absolute;
    font-size: 160px;
    left: 50%;
    bottom: -23px;
    text-align: center;
    color: #303030;
    opacity: .1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner-circle .circle-info .wrap-button{
    margin-top: 32px;
}

.title-label-special{
    margin-bottom: -225px;
    text-align: center;
}
.title-label-special .title60{
    display: inline-block;
    line-height: normal;
    padding: 100px 93px;
    position: relative;
    z-index: 2;
}
.title-label-special .title60::before {
    content: "";
    position: absolute;
    background: #ffeeeb;
    opacity: .7;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: -1;
}
.title-label-special .title60::after {
    content: "";
    position: absolute;
    background: #ffeeeb;
    opacity: .7;
    height: 49.5%;
    width: 40.3%;
    border-radius: 50%;
    right: 50px;
    top: -70px;
    z-index: -1;
}
.title-label-special .title60 strong{
    position: relative;
    z-index: -1;
    font-size: 120px;
    display: inline-block;
    vertical-align: middle;
    margin: -14px -60px 0;
}
.title-label-special .title60 strong:before {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 16px #ffffff;
    left: 0;
    z-index: -1;
}


.h17-products-slider {

}

.h17-products-slider .list-product-wrap{
    margin: 0 -42px;
}
.h17-products-slider .list-product-wrap .item{
    padding: 0 42px;
}
.curve-wrapper{
    padding: 280px 0 130px;
    background :#fafafa;
}

.section-curve {
    height: 70px;
    left: 0 !important;
    overflow: hidden;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}
.section-curve-bottom {
    top: auto !important;
    bottom: -1px;
}
.section-curve-top {
    transform: rotate(180deg);
    z-index: 1;
    background: #fff;
}
.section-curve:after {
    content: "";
    left: -50%;
    position: absolute;
    display: inline-block !important;
    right: -50%;
    height: 700px;
    z-index: 1;
    bottom: 100%;
    border-radius: 0 0 50% 50%;
    -webkit-border-radius: 0 0 50% 50%;
    box-shadow: 0 100px 0 100px #fff;
    -webkit-box-shadow: 0 100px 0 100px #fff;
    transform: translate(0, -145px);
    -webkit-transform: translate(0, -145px);
}
.section-curve-top:after {
    box-shadow: 0 100px 0 100px #fafafa;
    -webkit-box-shadow: 0 100px 0 100px #fafafa;
    transform: translate(0, -130px);
    -webkit-transform: translate(0, -130px);
}
.section-curve-bottom:after {
    transform: translate(0, 70px);
    -webkit-transform: translate(0, 70px);
}
.curve-rotate .content-curve.bottom {
  bottom: 1px;
}


/*=====  End of Home 17  ======*/


/*===============================
=            Home 18            =
===============================*/

.top-slider-130 {
    margin-top: -130px;
}
.skin-title5{
    margin-bottom: 70px;
}
.skin-title5 .title-wrap{
    display: inline-block;
    margin: -5px 0 -1px;
    padding: 0 20px;
    position: relative;
}
.skin-title5 .title-wrap:after,
.skin-title5 .title-wrap:before{
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    top: 50%;
    left: -100px;
    background: #303030;
}
.skin-title5.no-line .title-wrap:after,
.skin-title5.no-line .title-wrap:before{
    display: none;
}
.skin-title5.no-line .title-wrap{
    padding: 0;
}
.skin-title5 .title-wrap:after{
    left: auto;
    right: -100px;
}

.h18-banner-small{
    text-align: center;
}
.h18-banner-small .banner-info {
    position: static;
    margin: 32px 0 -8px;
}
.h18-banner-small .banner-info .desc {
    margin-top: 17px;
}
.h18-banner-inner{
    margin-bottom: 30px;
}

.h18-banner-inner .banner-info{
    left: 40px;
    right: 40px;
    max-width: 500px;
    padding: 35px 15px 40px;
    text-align: center;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0px 0px 0px 20px rgba(0, 0, 0, .5);
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.h18-banner-inner .banner-info .title60{
    margin-bottom: 29px;
}
.h18-banner-inner .banner-info .wrap-button{
    margin-top: 32px;
}
.h18-tab-products{
    margin-left: -55px;
    margin-right: -55px;
}


.tab-style3 .tab-header{
    margin: -8px 0 62px;
    text-align: center;
}
.tab-style3 .tab-header ul.title-tab{
    margin: 0 -20px;
    padding: 0 20px;
    display: inline-block;
    position: relative;
}
.tab-style3 .tab-header ul.title-tab:after,
.tab-style3 .tab-header ul.title-tab:before{
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    top: 50%;
    left: -100px;
    background: #303030;
}
.tab-style3 .tab-header ul.title-tab:after{
    left: auto;
    right: -100px;
}
.tab-style3 ul.title-tab li{
    padding: 0 20px;
}
.tab-style3 ul.title-tab li.active a{
    color: #303030;
}
.tab-style3 ul.title-tab li a{
    font-size: 30px;
    font-family: Lora;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;  
    color: #ccc;
}


.item-post-first {
    position: relative;
}
.blog-grid-view .item-post-first{
    margin-bottom: 30px;
}
.item-post-first .post-info{
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    max-width: 420px;
    padding: 65px 15px 70px;
    text-align: center;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .5);
    top: 50%;
    bottom: auto;
    opacity: 0;
    -webkit-transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -o-transform: translateY(-15%);
    transform: translateY(-15%);
    transition: transform 0.5s ease-in-out, box-shadow 0.4s ease-in-out 0.5s, opacity 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out, box-shadow 0.4s ease-in-out 0.5s, opacity 0.5s ease-in-out;

}

.item-post-first:hover .post-info{
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0px 0px 0px 20px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 0px 20px rgba(0, 0, 0, .5);
}



/*=====  End of Home 18  ======*/



/*===============================
=            Home 19            =
===============================*/

.header19{
    z-index: 111;
    background: rgba(0, 0, 0, .7);
}

.wrap-group19 .account-manager .open-login-form,
.wrap-group19 .wrap-search-overlay > a,
.wrap-group19 .custom-link-icon *,
.wrap-group19 .mini-cart-link *,
.wrap-group19 .main-nav *,
.wrap-group19 .logo *{
    color: #fff !important;
}
.banner-slider19{
    background: #000;
}
.banner-slider19 .owl-dots {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
}
.item-slider19 .banner-info{
    position: static;
    padding: 125px 0 197px;
    height: auto !important;
}
.skin-title6{
    margin-bottom: 66px;
}
.skin-title6 .title-wrap .title14,
.banner-cat-selection .banner-info .title14,
.item-slider19 .banner-info .title14{
    margin-bottom: 17px;
    letter-spacing: 7px;
}

.skin-title6 .title-wrap,
.item-slider19 .banner-info .slider-content-text {
    position: relative;
}
.skin-title6 .title-wrap:before,
.banner-cat-selection .left-info .col-inner:before,
.item-slider19 .banner-info .slider-content-text:before{
    content: '';
    position: absolute;
    top: -200px;
    left: 100px;
    right: 0;
    margin: auto;
    width: 1px;
    height: 170px;
    background: #eb747b;
    -webkit-transform: rotate(28deg);
    -moz-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    -o-transform: rotate(28deg);
    transform: rotate(28deg);
}
.skin-title6.white .title-wrap .title14{
    color: #fff;
}
.skin-title6.white .title-wrap:before{
    background: #fff;
}
.skin-title6.asl-title {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.banner-cat-selection .left-info .col-inner{
    text-align: center;
    margin-left: -150px;
    position: relative;
}
.skin-title6 .title-wrap .title36,
.banner-cat-selection .banner-info .title36 {
    margin-bottom: 17px;
}
.skin-title6 .title-wrap .shop-text{
    text-decoration: none;
}
.skin-title6.white .title-wrap .shop-text{
    color: #fff;
}
.active .item-slider19 .banner-info .slider-content-text{
    -webkit-animation: zoomIn 1s ease-out;
    animation: zoomIn 1s ease-out;
}
.skin-title6 .title-wrap:before{

}
.banner-cat-selection .left-info .col-inner:before{

}
.active .item-slider19 .banner-info .slider-content-text:before{
}

.banner-cat-selection .nav-tabs{
    border: none;
}
.banner-cat-selection .nav-tabs>li{ 
    float: none;
    margin: 0 0 28px;
}
.banner-cat-selection .nav-tabs>li:last-child{
    margin-bottom: 0px;
}
.banner-cat-selection .nav-tabs>li.active>a{
    color: #eb747b;
}
.banner-cat-selection .nav-tabs>li>a{
    border: none !important;
    background: transparent !important;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 -12px;
    padding: 0;
    padding-left: 32px;
    position: relative;
}
.banner-cat-selection .nav-tabs>li>a>span:not(.check){
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
}

.banner-cat-selection .nav-tabs>li>a>span.check{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid rgba(244, 245, 244, .5);
}
.banner-cat-selection .nav-tabs>li.active>a>span.check:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #f4f5f4;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner-cat-selection .tab-content{
    position: relative;
}
.banner-cat-selection .tab-content>.tab-pane img{
    animation: pulse 3s ease-out infinite;
}
.banner-cat-selection .tab-content .count{
    position: absolute;
    top: 15%;
    right: 20%;
    width: 120px;
    height: 120px;
    line-height: 120px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, .5);
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner-cat-selection .tab-content .count span.number{
    display: block;
    font-size: 30px;
    line-height: normal;
}
.banner-cat-selection .tab-content .count span.text{
    line-height: normal;
}
.banner-cat-selection .tab-content .active {
    -webkit-animation: zoomIn 0.6s ease-out 0s;
    animation: zoomIn 0.6s ease-out 0s;
}


.h19-left-banner .adv-thumb-link{
    overflow: visible;
}
.h19-left-banner img{
    width: auto !important;
}
.h19-left-banner .banner-info {
    width: 286px;
    height: 286px;
    background: #eb747b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.h19-left-banner .banner-info:before {
    content: '';
    position: absolute;
    width: calc(100% + 9px);
    height: calc(100% + 9px);
    border-radius: 50%;
    border: 1px solid #eb747b;
}
.h19-left-banner .banner-info .price{
    font-size: 40px;
    margin: 0;
    font-family: Lora;
    font-weight: 700;
    color: #fff;
}
.animated .h19-left-banner .banner-info{
    -webkit-animation: fadeInUp 1s both;
    animation: fadeInUp 1s both;
}
.banner-video:not(.bg-move){
    background-image: none;
}
.video-dark-night{
    margin: 180px 0;
    background-color: transparent;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    border: 1px solid #fff;
}
.bg-move{
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

.video-dark-night .video-btn .icon-play{
    background: #fff;
}
.leaf-img-asl{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -500px;
}
.white .item-product .product-info .product-price > span, 
.white .item-product .product-info .product-price ins,
.white .item-product .product-info a{
    color: #fff;
}

.h19-products-wrapper{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 385px 0 100px;
}
.h19-banner-advs .banner-info{
    position: absolute;
    left: auto;
    right: 100px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.h19-deals-wrapper{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 434px 0 334px;
}
.deal-title{
    float: right;
    margin: 0;
    margin-right: 100px;
}
.brand-slider-darkness{
    padding: 150px 0;
}

.brand-slider .wrap-item.owl-carousel .owl-nav  button.owl-prev {
  left: -20px;
}
.brand-slider .wrap-item.owl-carousel .owl-nav  button.owl-next {
  right: -20px;
}


/*=====  End of Home 19  ======*/



/*==============================
=            Home 20            =
==============================*/
.header20{
    z-index: 111; 
}
.h20-banner-slider{

}
.h20-banner-slider:before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .5;
    z-index: 1;
}
.h20-banner-slider .banner-info {
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.h20-banner-slider .banner-info .title60 {
    margin-bottom: 25px;
}
.h20-banner-slider .banner-info .title30 {
    margin-bottom: 34px;
}

.wpb_start_animation .h20-banner-slider .banner-info *{
    -webkit-animation: zoomInUp 1s ease-out 0s;
    animation: zoomInUp 1s ease-out 0s;
}


.h20-gradient-wrapper{
    overflow: visible !important;
    margin-top: -31.85%;
}
.h20-gradient-wrapper > .wpb_column > .vc_column-inner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.brand-slider-wrapper{
    overflow: visible !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.h20-gradient-wrapper .wpb_single_image {
    position: absolute;
    left: 0;
    bottom: -165px;
    z-index: -1;
}
.h20-gradient-wrapper .wpb_single_image.right{
    left: auto;
    right: 0;
}

.h20-gradient-wrapper .wpb_text_column {
    padding: 300px 0 115px;
    margin: 0;
    max-width: 320px;
    float: right;
}
.h20-gradient-wrapper .wpb_text_column.left {
    margin-right: 130px;
}
.h20-gradient-wrapper .wpb_text_column.right{
    float: left;
    margin-left: 130px;
}
.h20-gradient-wrapper .wpb_text_column .title30 {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 23px;
}
.h20-gradient-wrapper .wpb_text_column .title30:after,
.h20-gradient-wrapper .wpb_text_column .title30:before{
    content: '';
}
.h20-gradient-wrapper .wpb_text_column .title30:before{ 
    position: absolute;
    bottom: 0;
    left: 2px;
    box-shadow: 0 0 0 2px #eb747b;
    height: 6px;
    width: 6px;
    border-radius: 100%;
}
.h20-gradient-wrapper .wpb_text_column .title30:after{
    position: absolute;
    display: block;
    left: 8px;
    bottom: 2px;
    width: 50px;
    height: 2px;
    background: #eb747b;
}

.h20-gradient-wrapper .wpb_text_column .title18{
    line-height: 30px;
}
.h20-gradient-wrapper .wpb_text_column .wrap-button {
    margin-top: 31px;
}

.h20-deal-wrapper{
    background-repeat: repeat;
}

.pd-tb-150 {
    padding: 150px 0;
}
.h20-banner-box-wrapper{
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-left: -15px;
    margin-right: -15px;
}
.h20-banner-box {
    position: relative;
    padding: 40px 0 36px;
    margin: 0 15px;
    width: 33.33%;
    border: 15px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}
.h20-banner-box:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 1;
}
.h20-banner-box .adv-thumb-link{
    overflow: visible;
    z-index: 1;
}
.h20-banner-box .adv-thumb-link > img{
    width: auto;
    margin: auto;
}
.h20-banner-box .banner-info{
    position: static;
    text-align: center;
    margin-top: 32px;
}
.h20-banner-box .banner-info *{
    position: relative;
    z-index: 1;
}
.h20-banner-box .banner-info .title14{
    font-weight: bold;
    padding: 12.5px 15px;
    border-radius: 23px;
    background: #eb747b;
    color: #fff;
    display: inline-block;
    text-transform: initial;
    margin-bottom: 16px;
}


.skin-title7{
    margin-bottom: 70px;
}
.skin-title7 svg {
    position: relative;
    max-width: 52px;
    margin: 0 0 -2px;
}
.skin-title7 .title-wrap{
    position: relative;
    padding-bottom: 26px;
}
.skin-title7 .title-wrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 2px;
    background: #eb747b;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.skin-title7 .title-wrap::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 0 0 2px #eb747b;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.skin-title7 .title-wrap .title18{
    margin-top: 21px;
}
.skin-title7.no-svg svg{
    display: none;
}
.skin-title7.no-svg .title-wrap .title60{
    font-size: 30px;
    margin: -5px 0 5px;
}


.h20-bg-banner{
    margin-left: -185px !important;
    margin-right: -185px !important;
    padding-top: 140px;
    padding-bottom: 150px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.h20-bg-banner:before{
    content: '';
    position: absolute;
    display: block !important; 
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .5;
}
.h20-banner-info .title60{
    max-width: 540px;
}
.h20-banner-img .adv-thumb-link{
    overflow: visible;
}
.products-gap-10 {
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.products-gap-10 .wpb_column{
    padding: 0 5px !important;
}
.products-gap-10 .blog-grid-view .item-post{
    margin-bottom: 10px;
}
.products-gap-10 .vc_column-inner{
    padding: 0 !important;
}
@-webkit-keyframes pulse-color {
    0% { box-shadow: 0 0 0 0px rgba(235, 116, 123, 0.5); }
    50% { box-shadow: 0 0 0 17px rgba(235, 116, 123, 0.2); }
    100% { box-shadow: 0 0 0 35px rgba(235, 116, 123, 0); }
}
@keyframes pulse-color {
    0% { box-shadow: 0 0 0 0px rgba(235, 116, 123, 0.5); }
    50% { box-shadow: 0 0 0 17px rgba(235, 116, 123, 0.2); }
    100% { box-shadow: 0 0 0 35px rgba(235, 116, 123, 0); }
}

.button-popup{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.button-popup .button-title{
    border: 0;
    height: 226px;
    width: 226px;
    text-align: center;
    position: relative;
    background-color: #eb747b;
    margin: 22px;
    box-shadow: 0 0 0 22px rgba(235, 116, 123, .2);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: .3s all cubic-bezier(.4,0,.2,1);
    transition: .3s all cubic-bezier(.4,0,.2,1);
}
.button-popup .button-title:hover{
}
.button-popup .button-title span {
    display: table-cell;
    vertical-align: middle;
}
.button-popup.size-large .button-title{
    height: 300px;
    width: 300px;
}
.button-pop-wrapper{
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}


.button-popup .button-content button.close{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    font-size: 18px;
    opacity: 1;
    text-shadow: none;
    color: #eb747b;
}
.button-popup .button-content > div{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 290px;
}
.button-popup .button-content{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 450px!important;
    width: 450px!important;
    box-shadow: 0 0 0 22px rgba(235, 116, 123, .2);
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) scale(.5);
    transform: translate(-50%, -50%) scale(.5);
    -webkit-transition: .3s all cubic-bezier(.4,0,.2,1);
    transition: .3s all cubic-bezier(.4,0,.2,1);
}
.button-popup.toggle .button-content{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1) ;
    transform: translate(-50%, -50%) scale(1) ;
    -webkit-transition: .3s all cubic-bezier(.4,0,.2,1);
    transition: .3s all cubic-bezier(.4,0,.2,1);
}
.button-popup .button-content .title30{
    margin-bottom: 16px;
}
.button-popup .button-content .shop-text{
    text-decoration: none;
    margin-top: 26px;
    display: block;
}
.button-popup .button-content p:last-child{
    margin-bottom: 0px;
}



/*=====  End of Home 20  ======*/






.mega-menu-list > h3 {
    position: relative;
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: 'Lora', serif;
    text-decoration: underline;
    text-underline-position: under;
}
.mega-menu-list > h3 > span {
    position: relative;
}
.mega-menu-list ul.list-none li {
    padding: 8px 0;
    line-height: 18px;
}
.mega-menu-list ul.list-none li a {
    font-size: 14px;
    position: relative;
    padding: 0px !important;
}
.mega-menu-list .menu-label {
    position: absolute;
    bottom: 100%;
    margin-left: -20px;
    z-index: 1;
    display: inline-block;
    padding: 2px 4px;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.3px;
    font-size: 10px;
    line-height: 12px;
    border-radius: 3px;
}
.mega-menu-list .menu-label:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 4px;
    border-top-color: transparent;
    border-right-color: transparent!important;
    border-bottom-width: 0;
    border-bottom-color: transparent!important;
    border-left-color: transparent!important;
    border-right-width: 7px;
    border-left-width: 0;
}
.mega-menu-list .label-green {
  background: #6dab3c;
}
.mega-menu-list .label-green.menu-label:before {
  border-color: #6dab3c;
}
.mega-menu-list .label-red {
  background: #d41212;
}
.mega-menu-list .label-red.menu-label:before {
  border-color: #d41212;
}
.mega-menu-list .label-orange {
  background: #f7be68;
}
.mega-menu-list .label-orange.menu-label:before {
  border-color: #f7be68;
}
.mega-menu-list .label-black {
  background: #222;
}
.mega-menu-list .label-black.menu-label:before {
  border-color: #222;
}
.mega-menu-list .label-blue {
  background: #4cadc9;
}
.mega-menu-list .label-blue.menu-label:before {
  border-color: #4cadc9;
}
.mega-menu .mega-posts-inner .vc_column-inner {
    margin: -45px;
    background: rgba(0, 0, 0, 0.02);
    padding: 45px 30px !important;
    margin-left: 30px;
}
.posts-mega .title-box {
  margin-bottom: 0px !important;
}
.posts-mega > h3.title18 {
    position: relative;
    display: block;
    font-size: 14px !important;
    margin-bottom: 28px;
    font-weight: 600;
    font-family: 'Lora', serif;
    text-decoration: underline;
    text-underline-position: under;
}
.posts-mega .title-block:before {
  display: none;
}
.posts-mega .shop-button{
    display: none;
}
.posts-mega .item-post{
    margin-bottom: 15px;
}
.posts-mega .list-col-item:last-child .item-post{
    margin-bottom: 0px;
}
.posts-mega .item-post .post-meta-data {
    margin-bottom: 0px;
    font-size: 12px;
}
.posts-mega .item-post .post-info .post-title {
    font-size: 14px;
    margin: -5px 0 10px;
    line-height: 24px;
}
.posts-mega .item-post .row{
    margin: 0 -10px;
}
.posts-mega .item-post .col-item{
    padding: 0 10px;
}
.posts-mega .item-post .col-thumb{
    max-width: 135px;
}
.posts-mega .item-post .col-info{
    width: calc(100% - 145px);
}

.mega-home-wrapper{
    margin: 0 -15px;
}
.mega-home-wrapper .mega-menu-list{
    padding: 0 15px;
}
.mega-sub-item{
    font-size: 9px;
}
.mega-img-preview{
    position: relative;
    margin: 0 !important;
    max-height: 330px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.mega-img-preview .text{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px;
    text-align: center;
    background: #fff;
    font-weight: 500;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.vc_row.vc_row-no-padding .mega-menu .wpb_column{
    padding-left: 15px;
    padding-right: 15px;
}

.svg-border{
    position: absolute;
    width: 60px;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cls-1{
    fill:transparent;
}
.cls-2{
    fill:#eb747b;
}
.sup-pay{
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-top: 28px;
    margin-top: 30px;
}





/*===============================
=            Home 21            =
===============================*/
.header21 {
    padding-top: 35px;
    padding-bottom: 35px;
}
.item-slider21 .banner-info{
    left: 160px;
    right: auto;
    top: -200px;
}

.item-slider21 .banner-info .slider-content-text{
    position: relative;
    z-index: 1;
    padding: 100px 185px;
    background-color: #eb747b;
}
.active .item-slider21 .banner-info {
    -webkit-animation: zoomIn 1s both;
    animation: zoomIn 1s both;
}
.active .item-slider21 .banner-info:before {
    -webkit-animation: bounceIn 1.7s both 1s;
    animation: bounceIn 1.7s both 1s;
}
.active .item-slider21 .banner-info .container:before{
    -webkit-animation: bounceIn 1.5s both 1s;
    animation: bounceIn 1.5s both 1s;
}
.active .item-slider21 .banner-info .container:after{
    -webkit-animation: bounceIn 1.8s both 1s;
    animation: bounceIn 1.8s both 1s;
}

.item-slider21 .banner-info .shadow{
    font-size: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000;
    opacity: .2;
    font-weight: bold;
    font-family: Lora;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    z-index: -1;
}


.item-slider21 .banner-info .title60{
    position: relative;
    margin-bottom: 25px;
}
.item-slider21 .banner-info .slide-button {
    margin-top: 34px;
}
.item-slider21 .banner-info .slide-button a:hover{
    border-color: #fff;
}
.item-slider21 .banner-info:before {
    content: '';
    width: 164px;
    height: 164px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: -45px;
    bottom: -70px;
}
.item-slider21 .banner-info .container:before{
    content: '';
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: -10px;
    bottom: 30%;
}
.item-slider21 .banner-info .container:after{
    content: '';
    width: 89px;
    height: 89px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 20%;
    bottom: -45px;
}
.pagi-nav-ver .owl-dots{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -55px;
    margin: -100px 0 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.pagi-nav-ver .owl-dots .owl-dot {
    margin-bottom: 70px;
}
.pagi-nav-ver .owl-dots .owl-dot:last-child{
    margin-bottom: 0px;
}
.pagi-nav-ver .owl-dots .owl-dot:last-child span:before{
    display: none;
}
.pagi-nav-ver .owl-dots .owl-dot span{
    position: relative;
    margin: 0;
    background: #eb747b;
    opacity: .3;
}
.pagi-nav-ver .owl-dots .owl-dot.active span{
    opacity: 1;
}
.pagi-nav-ver .owl-dots .owl-dot span:before{
    content: '';
    position: absolute;
    height: 50px;
    width: 1px;
    margin: 0 -.5px;
    top: 20px;
    background: #ebebed;
}
.banner-slider21{
    padding: 0 100px;
}
.item-cat-adv5 {
    margin-bottom: 40px;
    text-align: center;
}
.item-cat-adv5 img{
    width: auto !important;
    margin: auto;
    margin-bottom: 28px;
}
.item-cat-adv5 .circle:before {
    opacity: .18;
    visibility: visible;
    border-width: 38px;
}
.item-cat-adv5:hover .circle:before {
    opacity: 1;
}

.item-cat-adv5 .circle:after{
    background: #fff;
}
.item-cat-adv5 .circle__content span{
    display: block;
}
.item-cat-adv5 .circle__content span.desc{
    color: #666 !important;
}
.item-cat-adv5 .circle__content span.title18{
    margin-bottom: 10px;
}
.h21-cats-slider{
    margin: 0 40px;
}
.h21-cats-slider .wrap-item.owl-carousel .owl-nav button{
    margin: -40px 0 0;
}
.h21-cats-slider .wrap-item.owl-carousel .owl-nav button.owl-prev{
    left: -40px;
}
.h21-cats-slider .wrap-item.owl-carousel .owl-nav button.owl-next{
    right: -40px;
}
.h21-cats-slider .owl-carousel .owl-stage-outer {
    margin: -27px;
    padding: 27px !important;
}

.item-cat-adv5:hover .circle:before{
  -webkit-box-shadow: 0px 22px 27px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 22px 27px 0px rgba(0, 0, 0, 0.1);
}
.h21-banner .banner-info {
    font-size: 24px;
    font-weight: bold;
    font-family: Lora;
    text-align: center;
    bottom: auto;
}
.h21-banner .banner-info *:last-child{
    margin-bottom: 0px;
    display: inline-block;
    background-color: rgba(235, 116, 123, .9);
    color: #fff;
    padding: 28px 80px;
}
.h21-banner.small .banner-info *:last-child{
    min-width: 410px;
}
.title-cdn{
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
}


@-webkit-keyframes stm_zoom {
    0% { -webkit-transform: scale(1); transform: scale(1); opacity: .6 }
    100% { -webkit-transform: scale(1.5); transform: scale(1.5); opacity: 0 }
}
@keyframes stm_zoom {
    0% { -webkit-transform: scale(1); transform: scale(1); opacity: .6 }
    100% { -webkit-transform: scale(1.5); transform: scale(1.5); opacity: 0 }
}
.item-cdn.toggle{
    z-index: 11;
}
.item-cdn .point-cdn{
    display: block;
    position: relative;
    z-index: 2;
    height: 50px;
    width: 50px;
    margin: auto;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #eb747b;
    cursor: pointer;
}

.item-cdn .point-cdn::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    line-height: 76px;
    background-color: rgba(235, 116, 123, .2);
    border-radius: 50%;
}
.item-cdn.toggle .point-cdn {
    -webkit-animation: pulse-color 2s ease-out infinite;
    animation: pulse-color 2s ease-out infinite;
}
.item-cdn.toggle .point-cdn::after {
    background: none;
}
.product-cdn {
    position: relative;
}
.product-cdn img{
    object-fit: cover;
    width: 100%;
}
.product-drop .item-product{
    position: relative;
    margin-top: -20px;
    z-index: 1;
    padding: 20px 20px 10px;
    background: #fff;
    -webkit-box-shadow: 0px 22px 27px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 22px 27px 0px rgba(0, 0, 0, 0.1);

}
.item-cdn .product-drop{
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
        transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.item-cdn.toggle .product-drop{
    opacity: 1;
    visibility: visible;
    transform:none;
}
.h21-bg-wrapper{
    margin-top: 250px;
    padding-bottom: 90px;
    background-repeat: no-repeat;
    background-size: calc(100% - 200px) 100%;
    background-position-x: 100px;
}
.h21-cd-wrapper .countdown-style2{
    margin: 60px 0 70px; 

}
.h21-video{
    position: relative;
    margin: 0 -40px;
    -webkit-box-shadow: 0px 22px 27px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 22px 27px 0px rgba(0, 0, 0, 0.1);
    margin: -250px -40px 125px;
}
.h21-video:before{
    content: '';
    position: absolute;
    left: 50px;
    right: 50px;
    top: 50px;
    bottom: 50px;
    border: 3px solid #fff;
}
.h21-products{
    margin: 0 -60px;
}
.h21-products .wrap-item.owl-carousel .owl-nav button.owl-prev{
    left: -40px;
}
.h21-products .wrap-item.owl-carousel .owl-nav button.owl-next{
    right: -40px;
}
.h21-products .wrap-item.owl-carousel .owl-nav button{
    top: 36%;
}

.h21-products .product-thumb{
    border: 1px solid #eb747b;
}
.h21-products  .item-product .product-thumb > .quickview-text{
    border-color: #eb747b;
    border-bottom: none;
}
.h21-instagram{
    margin: -5px;
}
.h21-instagram .banner-advs-gal{
    padding: 5px;
}

.h12-ins-text.wpb_text_column {
    position: relative;
    margin: 0;
    margin-left: 70px;
}
.h12-ins-text:after{
    content: "\f24d";
    display: block;
    font-family:'LineAwesome';
    color: #fff;
    opacity: .5;
    font-size: 120px;
    margin: 35px -20px 0;
}
.h12-ins-text h3{
    color: #fff;
    font-family: Lora;
    font-weight: bold;
    font-size: 30px;
    margin: 0;
}
.h12-ins-text h3:first-child{
    display: inline-block;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
}

.bg-inner .vc_column-inner{
    background: #eb747b;
}



.skc_tooltip {
    margin: auto;
    height: 100%;
}

.skc_tooltip:before,
.skc_tooltip:after {
    position: absolute;
    content: '';
    opacity: 0;
    transition: all 0.4s ease;
}

.skc_tooltip:before {
    border-width: 10px 8px 0 8px;
    border-style: solid;
    border-color: #64b632 transparent transparent transparent;
    top: -15px;
    -webkit-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    transform: translate(-50%,20px);
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
}

.skc_tooltip:after {
    content: attr(data-tooltip);
    background: #64b632;
    color: #fff;
    width: auto;
    height: 40px;
    top: -54px;
    padding: 12px 30px;
    border-radius: 5px;
    letter-spacing: 1px;
    -webkit-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    transform: translate(-50%,20px);
    white-space: nowrap;
    text-transform: uppercase;
}

.skc_tooltip:hover::before,
.skc_tooltip:hover::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -2px);
    -moz-transform: translate(-50%, -2px);
    -ms-transform: translate(-50%, -2px);
    -o-transform: translate(-50%, -2px);
    transform: translate(-50%, -2px);
}

@keyframes tooltip_shake {
    0% { transform: rotate(2deg); }
    50% { transform: rotate(-3deg); }
    70% { transform: rotate(3deg); }
    100% { transform: rotate(0deg); }
}

.skc_tooltip:hover {
  animation: tooltip_shake 500ms ease-in-out forwards;
}
/*=====  End of Home 21  ======*/

/*===============================
=            Home 22            =
===============================*/

/* NAV */
#fp-nav {
}
#fp-nav.right {right: 40px;}
#fp-nav ul li:last-child {
    display: none;
}
#fp-nav ul li {
    width: 20px;
    height: auto;
    margin: 0;
    padding: 20px 0;
}
#fp-nav ul li a span,
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    -webkit-transition: all 600ms;
    transition: all 600ms;
}
#fp-nav ul li a span {
    background: #ccc;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
    background: #eb747b;
}
#fp-nav ul li a:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    border-radius: 50%;
    opacity: 0.35;
    background: #eb747b;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
#fp-nav ul li a.active:after {
    opacity: .35;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    -webkit-transition: all 1200ms;
    transition: all 1200ms;
}
.fp-enabled .header-page {
    z-index: 500;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transition: height 400ms;
    transition: height 400ms;
}
.fp-enabled .admin-bar .header-page{
    top: 32px;
}
.fp-enabled .header-page .vc_row[data-vc-full-width]{
    padding-top: 25px;
    padding-bottom: 25px;
}
.full_section_inner > .title48:nth-child(2){
    padding-left: 150px;
}
.full_section_inner > .title48:nth-child(2)::before {
    content: "";
    width: 120px;
    height: 3px;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    left: 0;
    background: #eb747b;
}
.full_section.active .full_section_inner > * {
    -webkit-animation: fadeUp 1.5s both;
    animation: fadeUp 1.5s both;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.full_section.active .full_section_inner > *:nth-child(2n){
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.full_section.active .full_section_inner > *:nth-child(3n){
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.full_section.active .full_section_inner > *:nth-child(4n){
    -webkit-animation-delay: .9s;
    animation-delay: .9;
}
.full_section.active .full_section_inner > *:nth-child(5n){
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.full_section.active .full_section_inner > *:nth-child(6n){
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.full_section.active .full_section_inner > * {
    opacity: 1;
}
.full_section_inner > p,
.full_section_inner > .title48:nth-child(2) {
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}
.full_section_inner > .title48{
    font-weight: bold
}
.full_section_inner > .title48:nth-child(2){
    position: relative;
}
.full_section_inner > .shop-button {
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.full_section_inner > p.white{
    color: #ffffff;
}

.full_section_inner p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    padding-top: 28px;
}
.full_section .fp-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.full_section_inner {
    padding: 100px 100px 0;
    padding-top: 100px;
    position: relative;
}


.fp-enabled .footer-full{
    padding: 0 100px !important;
}
.fp-enabled .main-footer1 {
    padding: 90px 50px 80px;
}
.fp-enabled .footer-bottom1 {
    padding: 23px 0;
}
.fp-enabled .footer-page{
    z-index: 10;
    position: fixed;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 800ms;
    transition: -webkit-transform 800ms;
    transition: transform 800ms;
    transition: transform 800ms, -webkit-transform 800ms;
}
.fp-viewing-4 .footer-page{
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
.fp-viewing-4 .last .fp-bg {
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
}

/*=====  End of Home 22  ======*/




/*===============================
=            Home 23            =
===============================*/
.main-header23{
    padding-top: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.main-nav23{
    padding: 10px 0 20px;
}

.banner-slider23 .banner-info{
    max-width: 700px;
}
.banner-slider23 .banner-info .slider-content-text{
    position: relative;
    z-index: 1;
    margin: auto;
    max-width: 700px;
    padding: 80px 0;
    background: #fff;
    -webkit-outline: 20px solid rgba(0, 0, 0, .5);
    outline: 20px solid rgba(0, 0, 0, .5);
}

.cirle-wrapper{
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
}
.c-item1{
    content: '';
    width: 309px;
    height: 309px;
    border-radius: 50%;
    background: rgba(249, 247, 193, .7);
    position: absolute;
}
.c-item2 {
    content: '';
    width: 273px;
    height: 273px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .7);
    position: absolute;
}
.c-item3{
    content: '';
    width: 154px;
    height: 154px;
    border-radius: 50%;
    background: rgba(159, 193, 32, .5);
    position: absolute;
}
.c-item4{
    content: '';
    width: 154px;
    height: 154px;
    border-radius: 50%;
    background: rgba(106, 205, 188, .5);
    position: absolute;
}
.banner-slider23 .active .banner-info .c-item1 {
    -webkit-animation: zoomIn 1.3s both 1s;
    animation: zoomIn 1.3s both 1s;
}
.banner-slider23 .active .banner-info .c-item2 {
    -webkit-animation: zoomIn 1.5s both 1.2s;
    animation: zoomIn 1.5s both 1.2s;
}
.banner-slider23 .active .banner-info .c-item3 {
    -webkit-animation: zoomIn 1.6s both 1.3s;
    animation: zoomIn 1.6s both 1.3s;
}
.banner-slider23 .active .banner-info .c-item4 {
    -webkit-animation: zoomIn 1.7s both 1.4s;
    animation: zoomIn 1.7s both 1.4s;
}
.banner-slider23 .item-slider{
    overflow: hidden;
}

.item01 .c-item1 {
    left: -110px;
    top: -145px;
}
.item01 .c-item2 {
    left: 130px;
    bottom: -155px;
}
.item01 .c-item3 {
    display: none;
}
.item01 .c-item4 {
    bottom: 60px;
    right: -110px;
}

.item02 .c-item1 {
    left: 200px;
    bottom: -100px;
}
.item02 .c-item2 {
    left: -115px;
    bottom: -75px;
}
.item02 .c-item3 {
    left: 180px;
    top: -115px;
}
.item02 .c-item4 {
    top: -80px;
    right: -90px;
}

.item03 .c-item1 {
    left: -60px;
    top: -115px;

}
.item03 .c-item2 {
    top: -160px;
    right: 80px;
}
.item03 .c-item3 {
    right: -50px;
    bottom: -60px;
}
.item03 .c-item4 {
    top: 100px;
    left: -65px;
}


.item-cat-adv6{

}

.item-cat-adv6 .item-cat-thumb{
    position: relative;
    border: 20px solid #e5e5e5;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.item-cat-adv6 .item-cat-thumb:hover{
    border-color: #eb747b;;
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
}

.item-cat-adv6 .item-cat-info{
    margin: 55px 0 -4px;
}
.item-cat-adv6 .item-cat-info .title30{
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 16px;
}
.item-cat-adv6 .item-cat-info .title30:before{
    content: '';
    height: 2px;
    width: 30px;
    background: #eb747b;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.item-cat-adv6 .item-cat-info > a{
    margin: 34px 0 0;
}
.box-shadow-slider .owl-carousel .owl-stage-outer{
    margin: -15px;
    padding: 15px !important;
}
.item-cat-adv6 .img-leaf{
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
}
.item-cat-adv6 .img-leaf img{
    width: auto !important;
    margin: auto;
}
.item-cat-adv6.cat-item01 .img-leaf{
    left: -100px;
}
.item-cat-adv6.cat-item02 .img-leaf{
    bottom: -70px;
}
.item-cat-adv6.cat-item03 .img-leaf{
    bottom: -80px;
    left: -50px;
}

.h23-product-banner .banner-info {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.h23-product-banner .banner-info .title60{
    margin-bottom: 14px;
}
.h23-product-banner .banner-info .wrap-button{
    margin-top: 36px;
}

.skin-title8 {
    margin-bottom: 100px;
}
.skin-title8 .title60 {
    margin: -10px 0 20px;
}
.skin-title8 .desc {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: -7px;
}
.skin-title8.text-right .desc{
    float: right;
}
.fixed-header .header23-left{
    display: none !important;
}
.fixed-header.main-header23 > .wpb_column {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
}
.fixed-header.main-header23 > .header23-bottom {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.fixed-header.main-header23 > .header23-right {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.fixed-header .main-nav23{
    padding: 0;
}











/*=====  End of Home 23  ======*/


/*===============================
=            Home 24            =
===============================*/
.header24{
    padding-top: 25px;
    padding-bottom: 25px;
    background: #363636;
}
.item-slider24 .title60{
    margin-bottom: 19px;
}
.item-slider24 .title24{
    line-height: 30px;
    max-width: 520px;
    margin-bottom: 33px;
}
.active .item-slider24 .banner-info .title60{
    -webkit-animation: fadeUp 1.5s both;
    animation: fadeUp 1.5s both;
}
.active .item-slider24 .banner-info .title24{
    -webkit-animation: fadeUp 1.5s both .5s;
    animation: fadeUp 1.5s both .5s;
}
.active .item-slider24 .banner-info .slide-button{
    -webkit-animation: fadeUp 1.5s both .7s;
    animation: fadeUp 1.5s both .7s;
}

.banner-slider24  .owl-dots{
    position: relative;
    margin: 30px 0 0;
    padding-bottom: 20px;
}
.banner-slider24  .owl-dots:before{
    content: '';
    width: 200px;
    height: 1px;
    background: #363636;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.h24-banner .banner-info{
    padding: 15px;
    bottom: 22%;
    left: 16.667%;
    margin: auto;
    position: absolute;
    right: 16.667%;
    top: 22%;
    z-index: 9;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.h24-banner:hover .banner-info {
    background: rgba(0, 0, 0, .5);
}
.h24-banner .banner-info .title60 {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 26px;
}
.h24-banner .banner-info .shadow {
    font-size: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000;
    opacity: .2;
    font-weight: bold;
    font-family: Lora;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    z-index: -1;
}
.h24-banner .banner-info .title30{
    margin-bottom: 33px;
}

.title-product-24.text-right{
    margin-right: 40px;
}
.h24-products .group-navi .owl-nav{
    right: auto;
    left: -145px;
    top: 165px;
    width: 90px;
}
.h24-products .item-product{
    background: #f9f9f9;
}
.h24-products .product-info{
    padding-bottom: 20px; 
}
.h24-products-wrapper{
    background: #e7d7bd;
    padding: 150px 0 120px;
}
.h24-products-wrapper .title-product-24.text-left{
    margin-top: 75px;
    margin-left: 40px;
}
.h24-products.left .group-navi .owl-nav{
    left: auto;
    right: -145px;
}
.h24-products-wrapper .h24-products .group-navi .owl-nav{
    top: 240px;
}


.product-cdn.style2{
}
.product-cdn.style2 .cdn-thumb{
    float: left;
    width: 56%;
    padding: 0 15px;
    position: relative;
}
.product-cdn.style2 .cdn-info{
    float: left;
    width: 44%;
    padding: 0 15px;
}

.product-drop2{
    display: none;
}
.product-drop2.visible{
    display: block;
}
.cdn-thumb ul li a{

}
.cdn-point a.active span{

}
.cdn-point a{
    height: 30px;
    width: 30px;
    background: rgba(255, 255, 255, .9);
    border-radius: 100%;
}
.cdn-point a:before{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #eb747b;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cdn-point a.active:before{
    -webkit-animation: pulse-shadow 2s ease-out infinite;
    animation: pulse-shadow 2s ease-out infinite;
}


.item-product-cdn.style2 .product-info{
    margin-top: 32px;
}
.item-product-cdn.style2 .product-price {
    font-size: 18px;
    padding: 0 30px !important;
}
.item-product-cdn.style2 .shop-button{
    margin-top: 18px;
}
.h24-product-special .group-navi .owl-nav{
    right: 0;
    top: -160px;
    width: 90px;
}





/*=====  End of Home 24  ======*/



/*===============================
=            Home 25            =
===============================*/

.h20-banner-slider .video-btn{
    z-index: 1;
}
.h20-banner-slider .video-btn .icon-play{
    display: none;
}

.h20-banner-slider.banner-video video{
    height: 100vh;
}
.h25-banner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.h25-banner > *{
    float: left;
    width: 50%;
}
.h25-banner > .banner-info {
    margin: 0;
    position: static;
    padding-left: 170px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.h25-banner .banner-info .title30 {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 23px;
}
.h25-banner .banner-info .title30:after,
.h25-banner .banner-info .title30:before{
    content: '';
}
.h25-banner .banner-info .title30:before{ 
    position: absolute;
    bottom: 0;
    left: 2px;
    box-shadow: 0 0 0 2px #eb747b;
    height: 6px;
    width: 6px;
    border-radius: 100%;
}
.h25-banner .banner-info .title30:after{
    position: absolute;
    display: block;
    left: 8px;
    bottom: 2px;
    width: 50px;
    height: 2px;
    background: #eb747b;
}
.h25-banner .banner-info .title18{
    max-width: 555px;
    line-height: 30px;
}
.h25-banner .banner-info .wrap-button {
    margin-top: 31px;
}
.h25-banner .adv-thumb-link img:first-child {
    position: absolute;
}
.h25-banner .adv-thumb-link img:last-child {
    position: static;
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
}

.h25-banner:hover .adv-thumb-link img:last-child {
    position: static;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.h25-banner:not(.right){
    background: #d1be97;

}
.h25-banner:not(.right) > .banner-info {
    background: #e7dbc1;
}
.h25-banner .adv-thumb-link{
    overflow: visible;
}
.h25-banner:hover .adv-thumb-link img:first-child {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.h25-products:not(.style2) .owl-stage-outer{
    overflow: visible;
}
.h25-products .group-navi .owl-nav{
    top: -95px;
    width: 90px;
}
.h25-banner.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background: #f9e8e0;
}
.h25-banner.right > .banner-info {
    background: #ffefe9;
}
.h25-banner-box .adv-thumb-link::after {
    background: rgba(0, 0, 0, 0.5);
}
.h25-banner-box .banner-info {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    background: transparent;
}
.h25-banner-advs-wrap{
    margin: 0 -15px;
}
.h25-banner-advs-wrap > div{
    width: 50%;
}
.h25-banner-advs.large{
    padding: 0 15px;
}
.h25-banner-advs-wrap > .vc_inner {
}
.h25-banner-advs-wrap > .vc_inner > .wpb_column {
    padding: 0 15px;
}
.h25-banner-advs.less:first-child{
    margin-bottom: 30px;
}


.h25-banner-advs.large .banner-info{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0 30px;
}
.h25-banner-advs.large .banner-info .title30{
    background: #fff;
    padding: 14px 26px;
    margin-bottom: 17px;
}

.h25-banner-advs.large .banner-info .title60{
    text-transform: uppercase;
    margin-bottom: 12px;
}





.h25-banner-advs.less .banner-info {
    text-align: center;
    padding: 0 15px;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.h25-banner-advs.less:hover .banner-info {
    opacity: 1;
    visibility: visible;
}
.h25-banner-advs.less .banner-info > p:first-child{
    margin-bottom: 0px
}
.h25-banner-advs.less .banner-info > *{
    color: #fff;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.h25-banner-advs.less .banner-info img{
    max-width: 200px;
    margin: auto;
    border: 1px solid #f9f7f7;
}
.h25-banner-advs.less .banner-info .title30 {
    margin: 45px 0 20px;
}
.h25-banner-advs.less .banner-info .title18{
    line-height: 30px;
    margin-bottom: 39px;
}

.h25-banner-advs.less .banner-info a{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.h25-banner-advs.less .banner-info .shop-link{
    position: relative;
}
.h25-banner-advs.less .banner-info .shop-link:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 0%;
    height: 2px;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.h25-banner-advs.less .banner-info .shop-link:hover:before  {
    width: 100%;
}


.h25-banner-advs.less:hover .banner-info > *:nth-child(1n){
    -webkit-animation: fadeIn 1.35s both;
    animation: fadeIn 1.35s both;
}
.h25-banner-advs.less:hover .banner-info > *:nth-child(2n){
    -webkit-animation: fadeUp 1.35s both .2s;
    animation: fadeUp 1.35s both .2s;
}
.h25-banner-advs.less:hover .banner-info > *:nth-child(3n){
    -webkit-animation: fadeUp 1.35s both .3s;
    animation: fadeUp 1.35s both .3s;
}
.h25-banner-advs.less:hover .banner-info > *:nth-child(4n){
    -webkit-animation: fadeUp 1.35s both .4s;
    animation: fadeUp 1.35s both .4s;
}


/*=====  End of Home 25  ======*/


/*===============================
=            Home 26            =
===============================*/
.item-slider26 .title48 {
    max-width: 650px;
    margin-bottom: 17px;
}
.item-slider26 .title30 {
    max-width: 600px;
    margin-bottom: 34px;
}
.active .item-slider26 .title48 {
    -webkit-animation: fadeRight 1s .1s cubic-bezier(.215,.61,.355,1) 1 forwards;
    animation: fadeRight 1s .1s cubic-bezier(.215,.61,.355,1) 1 forwards;
}
.active .item-slider26 .title30 {
    -webkit-animation: fadeRight 1s .2s both;
    animation: fadeRight 1s .2s both;
}
.active .item-slider26 .slide-button {
    -webkit-animation: fadeDown 1s .2s both;
    animation: fadeDown 1s .2s both;
}
.banner-advs-slider26 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner-advs-slider26  > *:first-child{
    float: left;
    width: 55%;
}
.banner-advs-slider26  > *.banner-info {
    position: static;
    float: left;
    width: 45%;
    text-align: center;
    padding: 0 15px 50px;
}
.advs-slider26-wrapper .owl-dots{
    position: absolute;
    right: calc(45% / 2 - 42px);
    bottom: 25%;
}

.banner-advs-slider26 .banner-info .title30 {
    margin-bottom: 27px;
}
.banner-advs-slider26 .banner-info .desc{
    margin-bottom: 44px;
}
.active .banner-advs-slider26 .banner-info > *:nth-child(1){
    -webkit-animation: fadeUp 1.5s both .2s;
    animation: fadeUp 1.5s both .2s;
}
.active .banner-advs-slider26 .banner-info > *:nth-child(2){
    -webkit-animation: fadeUp 1.5s both .4s;
    animation: fadeUp 1.5s both .4s;
}
.active .banner-advs-slider26 .banner-info > *:nth-child(3){
    -webkit-animation: fadeUp 1.5s both .6s;
    animation: fadeUp 1.5s both .6s;
}
.active .banner-advs-slider26 .banner-info > *:nth-child(4){
    -webkit-animation: fadeUp 1.5s both .8s;
    animation: fadeUp 1.5s both .8s;
}
.active .banner-advs-slider26  img{
    -webkit-animation: scaleDown 1.5s;
    animation: scaleDown 1.5s;
}

.h26-wrapper{

}
.h26-wrapper > div:first-child{
    float: left;
    width: 55%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.h26-wrapper > div:last-child {
    float: left;
    width: 45%;
}
.h26-products{
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-right: 50px;
}
.h26-products .list-product-wrap {
    padding: 70px 0;
}
.h26-products .list-product-wrap .item {
    padding: 0 50px;
}
.item-product-cdn.info .product-thumb{
    float: left;
    width: 55%;
}
.item-product-cdn.info .product-info{
    float: left;
    width: 45%;
    position: static;
}
.h26-wrapper-product{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.h26-advs-bg{
    background-size: cover;
    background-repeat: no-repeat;
}
.h26-advs-bg *{
    height: 100%;
    width: 100%;
}
.h26-advs-bg img{
    /*opacity: 0;*/
    object-fit: cover;
}
.item-product-cdn.info .product-info{
    padding: 0 15px;
    margin-top: 100px;
}
.item-product-cdn.info .product-label{
    margin-bottom: 32px;
}
.item-product-cdn.info .product-label span{
    font-size: 18px;
}
.item-product-cdn.info .product-title{
    margin-bottom: 23px;
}
.item-product-cdn.info .wrap-rating{
    margin-bottom: 25px;
}
.item-product-cdn.info .shop-button{
    margin-top: 38px;
}
.product-label span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}
.product-label span.sale {
  background: #ff6c87;
}
.product-label span.new {
  background: #6caaff;
}
.product-label span:nth-child(2){
    display: none;
}
.item-brand {
    text-align: center;
}
.item-brand .title30{
    margin-bottom: 45px;
}
.item-brand .brand-thumb{
    margin-bottom: 34px;
}
.item-brand .brand-thumb img{
    max-width: 200px;
    margin: auto;
    border: 1px solid #000;
}

.item-brand .brand-info .desc {
    margin-bottom: 45px;
}

.h26-block-brands{
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 50px;
}
.h26-block-brands .item-brand {
    padding: 100px 0;
}
.active .item-brand .brand-thumb{
    -webkit-animation: fadeIn 1.5s both;
    animation: fadeIn 1.5s both;
}
.active .item-brand .brand-info >*:nth-child(1n){
    -webkit-animation: fadeUp 1s both .2s;
    animation: fadeUp 1s both .2s;
}
.active .item-brand .brand-info >*:nth-child(2n){
    -webkit-animation: fadeUp 1.s both .3s;
    animation: fadeUp 1s both .3s;
}
.active .item-brand .brand-info >*:nth-child(3n){
    -webkit-animation: fadeUp 1.35s both .4s;
    animation: fadeUp 1.35s both .4s;
}
.h26-banner-advs{
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 100px;
}

.h26-banner-advs .banner-info{
    text-align: center;
    top: auto;
    right: auto;
    background: #fff;
    padding: 60px 85px 10px;
}

.h26-banner-advs .banner-info .title30{
    margin-bottom: 16px;
}
.h26-banner-advs .banner-info .desc{
    margin-bottom: 41px;
}
.h26-banner-advs .banner-info .shop-text{
    text-decoration: none;
}
.h26-banner-advs .banner-info .shop-text:hover{
    text-decoration: underline;
}

.item-post-middle .post-thumb{
    float: left;
    width: 55%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.item-post-middle .post-info{
    float: left;
    width: 45%;
    padding: 0 15px;
}


.item-post-middle .post-info .cat-parent{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    background: #ff6c87;
    margin-bottom: 25px;
}

.item-post-middle .post-info .post-title{
    margin-bottom: 17px;
}
.item-post-middle .post-info .post-meta-data {
    margin-bottom: 18px;
}
.item-post-middle .post-info .desc{
    margin-bottom: 42px;
}

.h26-posts .item-post{
    margin-bottom: 0px;
}
.h26-posts .item-post-middle .post-info{
    padding: 130px 30px;
}
.banner-advs-slider26 > a > img,
.banner-advs-slider26 > a,
.h26-posts .item-post-middle .post-thumb *{
    height: 100%;
    width: 100%;
}
.banner-advs-slider26 > a > img,
.h26-posts .item-post-middle .post-thumb img{
    object-fit: cover;
}
.client-title26.skin-title5{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.h26-client-wrap .vc_column-inner{
    padding-top: 140px !important;
    padding-bottom: 175px !important;
}





/*=====  End of Home 26  ======*/

.account-icon img {
    max-width: 26px;
    display: block;
    border-radius: 50%;
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.login-status img{
    border-radius: 50%;
}
.account-manager .dropdown-list {
    text-align: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: normal;
}
.account-manager.icon .open-login-form i{
    font-size: 36px;
}

.nav-control > *{
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: -30px 0 0;
    font-size: 24px;
    display: inline-block;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    opacity: 0;
    z-index: 9;
    color: #fff;
    background: rgba(0,0,0,0.5);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.nav-control > .prev {
    left: 0;
}
.nav-control > .next {
    right: 0;
}
.post_breadcrumb:hover .nav-control > .prev {
    left: 15px;
    opacity: 1;
}
.post_breadcrumb:hover .nav-control > .next {
    right: 15px;
    opacity: 1;
}
.nav-control > *.disable{
    cursor: not-allowed;
}
.item-slider26 .text-center .title30,
.item-slider26 .text-center .title48 {
    margin-right: auto;
    margin-left: auto;
}
.banner-home27 .item-slider .title30.black, 
.banner-home27 .item-slider .title48.black {
    text-shadow: 1px 1px #fff;
}
.sv-slider.pagi-nav-style2 .owl-dots{
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
}
.banner-list-title .banner-info{
    position: static;
}
.banner-list-title .inner-image{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 150px;
    height: 150px;
    margin: auto;
}
.banner-list-title .banner-image{
    margin-bottom: 65px;
}
.banner-list-title .inner-image h3{
    font-weight: normal;
    margin-top: 20px;
}
.banner-title27{
    height: 40px;
    line-height: 40px;
    font-size: 48px;
    text-align: center;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: absolute;
    width: 100%;
    min-width: 1575px;
    left: 30px;
    bottom: -45px;
    transform-origin: 10px 0;
    -webkit-transform-origin: 10px 0;
}
.banner-title27 span{
    background: #fff;
    display: inline-block;
    padding: 0 50px;
    margin: -1px;
    height: 42px;
    vertical-align: bottom;
    letter-spacing: -0.6px;
    margin-left: -100px;
}
.box-right .banner-title27 span{    
    margin-left: -1px;
    margin-right: -100px;
}
.title-list-item h3{
    margin-bottom: 30px;
}
.title-list-item p{
    margin-bottom: 28px;
}
.title-list-item span{
    position: relative;
    padding-left: 65px;
}
.title-list-item span:before{
    content: "";
    position: absolute;
    height: 1px;
    width: 50px;
    left: 0;
    top: 8px;
    background: #eb747b;
}
.title-list-item{
    margin-bottom: 65px;
}
.banner-list-title-wrap .banner-list-title{
    padding-right: 10px;
}
.banner-list-title-wrap .banner-list-title.box-right{
    padding-right: 0;
    padding-left: 10px;
}
.banner-list-title .banner-info-inner{
    padding-left: 115px;
}
.banner-list-title.box-right .banner-info-inner {
    padding-left: 0;
    padding-right: 115px;
}
.box-right .banner-title27 {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg); 
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    left: inherit;
    right: 60px;
    bottom: -35px;
}
.pl-home27 > div > div{
    max-width: 750px;
    margin: auto;
}
.pl-home27{
    padding: 120px 0;
}
.pl-text-top{
    padding-bottom: 34px;
}
.bdw50.vc_sep_width_10 {
    width: 50px;
    padding-bottom: 45px;
}
.pl-text-bottom p.white{
    margin-bottom: 35px;
}
.shop-link.white{
    position: relative;
}
.shop-link.white:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 0%;
    height: 2px;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.shop-link.white:hover:before  {
    width: 100%;
}
.shop-link.white:hover{
    color: #fff;
}
.home27-title2 > div > div{
    padding: 45px 0 90px;
    max-width: 880px;
    margin: auto;
}
.home27-title2 h3{
    padding-bottom: 24px;
}
.home27-title2 .bdw50.vc_sep_width_10 {
    padding-bottom: 30px;
}
.title-home27{
    text-align: center;
    position: relative;
    padding-bottom: 92px;
}
.title-home27:before{
    content: "";
    position: absolute;
    height: 10px;
    left: 0;
    right: 0;
    top: 20px;
    background: #eb747b;
}
.title-home27 span{
    background: #fff;
    text-transform: uppercase;
    position: relative;
    padding: 0 60px;
}
.banner-group27{
    padding-top: 20px;
    margin: 0 -10px;
}
.banner-group27 .wpb_column > div{
    padding: 0 10px;
}
.our-products27{
    padding-bottom: 110px;
}
.banner-home27{
    margin-bottom: 150px;
}
.banner-list-title-wrap{
    margin-bottom: 100px;
}
.pl-text-top .title48{
    padding-top: 10px;
}
.banner-home27 .item-slider26 .title30,
.banner-home27 .item-slider26 .title48 {
    max-width: 90%;
}
.banner-home28 .item-slider26 .title48 {
    text-align: center;
    line-height: 62px;
    margin-bottom: 40px;
}
.banner-home28 .item-slider26 .slide-button {
    text-align: center;
    max-width: 650px;
}
.banner-home28{
    margin-top: -170px;
}
.banner-home28 .banner-info {
    top: 120px;
}
.header-page{
    position: relative;
    z-index: 10;
}
.book-form{
    margin: 0 -10px;
}
.book-form .wrap-field {
    display: inline-block;
    padding: 0 10px;
}
.book-form .wrap-field label{
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    margin-right: 10px;
}
.book-form .wpcf7-form-control-wrap {
    display: inline-block;
}
.book-form select,
.book-form input[type]{
    max-width: 100%;
    width: 165px;
}
.book-form-wrap{
    padding: 50px 0 15px;
}
.banner28-wrap{
    padding: 150px 0 0;
}
.banner-advs28 .banner-info p:last-child{
    margin-bottom: 0;
}
.banner-advs28{
    margin-bottom: 100px;
}
.banner-advs28 .banner-info{
    padding: 55px 60px;
    position: static;
    max-width: 500px;
    margin: 0;
}
.home28-right.banner-advs28 .banner-info{
    padding-left: 0;
}
.banner-advs28 .banner-info h2{
    margin-bottom: 23px;
}
.banner-advs28 .banner-info .desc{
    line-height: 30px;
    margin-bottom: 28px;
}
.banner-advs28 .banner-info h4{
    line-height: 30px;
    margin-bottom: 10px;
}
.shop-button.dark:hover {
    background: #eb747b;
    color: #fff;
    border-color: #eb747b;
}
.banner-advs28.home28 .banner-thumb{
    margin-right: -30px;
}
.banner-advs28.home28 .banner-info{
    margin-left: 30px;
}
.banner-advs28.home28-right .banner-thumb{
    margin-left: -30px;
}
.banner-advs28.home28-right .banner-info{
    margin-right: 30px;
}
.banner-advs.home28-2 .banner-info{
    text-align: center;
    height: 60px;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.banner-advs.home28-2:hover .banner-info{
    top: -40px;
}
.banner-advs.home28-2:hover .banner-info .shop-button{
    opacity: 1;
}
.banner-advs.home28-2 .banner-info .shop-button{
    opacity: 0;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.banner-advs.home28-2 .banner-info h2{
    margin-bottom: 27px;
    line-height: 28px;
    text-transform: uppercase;
}
.home28-2 .adv-thumb-link:after{
    background: rgba(0,0,0,0.2);
    opacity: 1;
}
.home28-2.overlay-image:hover .adv-thumb-link::after {
    background: rgba(0, 0, 0, 0.4);
}
.banner-advs.home28-2{
    margin-bottom: 30px;
}
.pagi-nav-text .owl-dots{
    text-align: left;
    border-top: 2px solid rgba(235,116,135,0.5);
    padding: 15px 0;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.pagi-nav-text .owl-dots .owl-dot{
    min-width: 25%;
}
.pagi-nav-text .owl-dots .owl-dot span{
    background: transparent !important;
    text-transform: uppercase;
    font-weight: bold;    
    width: auto;
    height: auto;
    text-align: left;
    margin: 0;
    position: relative;
}
.pagi-nav-text .owl-dots .owl-dot.active span{
    color: #eb747b;
}
.pagi-nav-text .owl-dots .owl-dot span:before{
    content: "";
    position: absolute;
    left: 0;
    top: -17px;
    height: 2px;
    width: 0;
    background: #eb747b;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.pagi-nav-text .owl-dots .owl-dot.active span:before{
    width: 100%;
}
.pagi-nav-text .owl-item:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(255,255,255,0.5);
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
    opacity: 1;
    z-index: 9;
}
.pagi-nav-text .owl-item.active:after{
    opacity: 0;
    z-index: -1;
}
.pagi-nav-text .owl-stage-outer{
    padding-top: 87px;
}
.banner-advs-gal.gallery{
    margin-bottom: 0;
}
.item-client-review28{
    max-width: 900px;
    margin: auto;
}
.item-client-review28 .transition{
    margin-bottom: 30px;
    padding: 0 15px;
}
.item-client-review28 .desc-pos{
    margin-bottom: 10px;
}
.item-client-review28 .client-info{
    margin-bottom: 55px;
}
.client-wrap28 > div > div > .wpb_wrapper{
    background: #fff;
    margin-top: 230px;
    padding: 100px 0 80px;
}
.client-wrap28 .client-title26.skin-title5 {
    margin-bottom: 35px;
}
.slider-special28{
    margin-bottom: 120px;
}
.item-product-inner2 .product-info{
    position: absolute;
    top: 30px;
    left: 20px;
    opacity: 1;
    visibility: visible;
    text-align: left;
}
.list-product-slider2 .row.item-small{
    margin: 0 -5px;
}
.list-product-slider2 .row.item-small > div{
    padding: 0 5px;
}
.item-product-circle.item-product-inner2 .product-thumb {
    margin-bottom: 10px;
}
.item-small .col-sm-6:first-child .product-info{
    background: #f1f1f3;
    padding: 30px 20px;
    text-align: left;
}
.item-small .col-sm-6:last-child .product-thumb .product-info{
    opacity: 1;
    visibility: visible;
}
.item-small .col-sm-6:last-child .product-thumb:hover .product-info{
    opacity: 0;
    visibility: hidden;
}
.our-product28{
    padding: 150px 0 120px;
}
span.date{
    position: relative;
}
span.date:after{
    content: "\f073";
    font-family: "fontawesome";
    position: absolute;
    top: 12px;
    right: 10px; 
    pointer-events: none;
}
.swatch-label {
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    margin-right: 10px;
    cursor: pointer;
}
.swatch-label.selected,
.swatch-label:hover{
    border-color: #eb747b;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #eb747b;
}
.variations .detail-attr{
    min-height: 34px;
}
.type-label .select-box::after{
    display: none;
}
.woocommerce div.product form.cart:not(.variations_form){
    display: block;
}
.woocommerce div.product form.cart:not(.variations_form) .detail-qty {
    height: 50px;
    width: 100px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.woocommerce div.product form.cart:not(.variations_form) .button.single_add_to_cart_button{
    float: none;
}
.tm-description > p{
    color: #999;
    margin-bottom: 5px;
}
.tc-mode-images .tc-label-wrap{
    display: inline-block;
}
.tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}
.inlineb-50-div{
    display: inline-block;
    vertical-align: top;
    max-width: 50%;
}
.inlineb-50-div + .cpfclear{
    display: none;
}
.tm-extra-product-options-totals{
    font-size: 0;
}
.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;
}
.tm-extra-product-options .tm-cell {
    margin-bottom: 20px;
}
.book-form-wrap {
    background: #f2f0ec;
    padding: 65px 0 50px;
    line-height: 50px;
}
.book-form2 {
    border: 3px solid #eb747b;
    padding: 50px 0;
    position: relative;
    border-radius: 40px;
}
.book-form2 .book-title{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: -30px;
}
.book-form2 .book-title span{
    background: #f2f0ec;
    padding: 0 30px;
    background: #f2f0ec;
    font-size: 48px;
}
.home-des{
    max-width: 750px;
    margin: 0 auto;
    position: relative; 
}
.mo-ta{
    position: relative; 
    padding: 120px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mo-ta:before{
    position: absolute;
    display: block !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.95);
}
.title-home {
    position: relative;
    padding-bottom: 50px;
}
.title-home:after {
    content: "";
    width: 50px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
    position: absolute;
    background: #303030;
    height: 1px;
}
.title-home.rs-layer:after{
    background: #fff;
}
.home-des .shop-button {
    margin-top: 40px;
}
.big-button {
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 0 100px;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    margin-top: 50px;
    text-transform: uppercase;
}
.img-hv{
    opacity: 0;
    visibility: hidden;
    width: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    transform: scale(1);
    margin: auto;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.hover-image:hover .img-hv{
    opacity: 1;
    visibility: visible;
    width: 68%;
    transform: scale(1);
}
.hover-image{
    margin-bottom: 30px;
}
.hover-image .banner-info{
    height: 150px;
    max-width: 80%;
    margin: auto;
    text-align: center;
}
.hover-image .banner-info h2{
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    font-size: 28px;
}
.hover-image .banner-info h2:after{
    content: "";
    width: 50px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -16px;
    position: absolute;
    background: #fff;
    height: 1px;
}
.hover-image .banner-info p{
    color: #fff;
    text-transform: uppercase;
}
.hover-image .banner-info .shop-button{
    margin-top: 23px;
}
.banner-advs.hover-image .adv-thumb-link:before{
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.2);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.other-product{
    padding: 105px 0 85px;
}
.other-product .button-large{
    margin-top: 20px;
}
.best-seller{
    padding: 15px 0 95px;
}
.tin-tuc .list-post-wrap,
.combo .home-des + .s7upf-carousel-slider,
.other-product .list-product-wrap,
.best-seller .list-product-wrap{
    margin-top: 20px;
}
.dich-vu-wrap {
    padding: 18px 0 70px;
}
.title-home.white:after {
    background: #fff;
}
.other-product .item-product.style2{
    background: #fff;
}
.combo {
    padding: 114px 0;
}
.combo-style:hover .banner-info {
    padding: 30px 25px;
    width: 85%;
    height: 85%;
    background: rgba(102,40,11,1);
}
.combo-style .banner-info {
    background: rgba(102,40,11,0.9);
    position: absolute;
    width: 60%;
    height: 60%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    border-radius: 40px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    padding: 60px 30px;
}
.combo-style .adv-thumb-link {
    border: 3px solid #eb747b;
    position: relative;
    border-radius: 40px;
}
.combo-style .product-bt-group{
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    position: relative;
    top: 150px;
}
.combo-style:hover .product-bt-group{
    opacity: 1;
    visibility: visible;
    top: 0;
}
.product-bt-group .desc{
    margin: 15px 0 25px;
}
.time-product + .product-bt-group .desc{
    margin-top: -15px;
}
.tes-slider {
    border: 3px solid #eb747b;
    border-radius: 40px;
    margin-top: 7%;
    margin-left: -100px;
    background: #fff;
}
.item-tes {
    padding: 60px;
    text-align: center;
}
.item-tes .product-rate{
    text-align: center;
    margin: 0 auto 25px;
}
.item-tes h3{
    margin-bottom: 20px;
}
.item-tes .tes-desc{
    margin: 6px 0 28px;
    color: #666;
}
.item-tes .tes-date{
    color: #999;
}
.kh-top {
    margin-bottom: 45px;
}
.tin-tuc {
    padding: 115px 0 90px;
}
.kh-content {
    position: relative;
    margin-bottom: 120px;
}
.shop-button.icon-right{
    padding: 0 20px !important;
}
.book-form2 select, 
.book-form2 input[type] {
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-radius: 40px;
}
.book-form2 span.date:after {
    top: 0;
}
.bt-radius{
    border-radius: 40px;
}
.shop-button.bg-transparent{
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.shop-button.bg-transparent:hover {
    background: #eb747b;
    border-color: #eb747b;
}
.shop-button.bg-color:hover {
    border-color: #333;
    color: #333;
    background: #fff;
}
.red-text {
    color: #c23d00 !important;
}
.red-text.title48{
    font-size: 36px !important;
}
.shop-button.bt-radius{
    min-width: 165px;
}
.shop-button.button-large {
    height: 50px;
    line-height: 50px;
    border-radius: 40px;
    min-width: 220px;
}
.other-product .item-product-circle .product-extra-link a.addcart-link{
    border-radius: 40px;
}
.kh-content .banner-advs{
    margin-right: -140px;
}
.combo-style .time-product {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    display: inline-block;
}
.combo-style:hover .time-product {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.shop-button.icon-right,
.tin-tuc .shop-button{
    border-radius: 40px !important;
}
.tes-slider .wrap-item.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}
.tes-slider .wrap-item.owl-carousel .owl-nav button.owl-next {
    right: -20px;
}
.tm-epo-field.tmcp-date {
    height: 40px !important;
}
.tm-button.floatbox-cancel{
    line-height: 40px !important;
}
.tm-section-pop-up h3.tm-epo-element-label{
    line-height: 60px;
}
.d-flex.circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.banner-circle .circle-thumb{
    display: block;
}
