/*Import*/
/*************************************
[Master Stylesheet]
Project: volle-mobel
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;
}
.tab-style2 .list-tag-detail.nav-tabs{
    margin: 0 -2px;
}
.list-tag-detail.nav-tabs li{
    width: 100%;
}
.tab-style2 .detail-tab-title ul li {
    width: auto;
    margin: 0 2px;
}
.list-tag-detail li a.active::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 2px;
    content: "";
    bottom: -1px;
    background: #333;
}
.menupop.hover:hover {
    transition: none;
    transform: none;
    animation: unset;
}
/*UNITEST*/
.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
pre{
    white-space: pre-wrap;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

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 6px 6px 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% - 6px);
    max-width:         calc(50% - 6px);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 6px);
    max-width:         calc(33.3% - 6px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 6px);
    max-width:         calc(25% - 6px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 6px);
    max-width:         calc(20% - 6px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 6px);
    max-width:         calc(16.7% - 6px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 6px);
    max-width:         calc(14.28% - 6px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 6px);
    max-width:         calc(12.5% - 6px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 6px);
    max-width:         calc(11.1% - 6px);
}

.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{
    margin-top: 7px;
    color: #999;
}
table {
    border-collapse: collapse;
}
dd, dt{
    line-height: 30px;
}
table, th, td {
    border: 1px solid #eaeaec;
    padding:5px;
}
/*Widget*/
.widget .screen-reader-text{
    display: none;
}
.widget-title{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 28px;
}
.widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li{
    padding: 15px 0;
}

.widget ul li:not(:last-child){
    border-bottom: 1px solid #e5e5e5;
}
.widget.widget_s7upf_attribute_filter ul li,
.widget.widget_s7upf_category_list ul li{
    border: none;
}
.widget ul li.recentcomments a{
    line-height: 24px;
}
.widget abbr[title]{
    border-bottom: 0;
}
.tagcloud {
    font-size: 0px;
    margin: -5px;
}
.tagcloud a{
    padding: 6px 15px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    border-radius: 0px;
    margin: 5px;
    font-size: 14px !important;
}
.widget_calendar table {
    width: 100%;
}
.widget_calendar table caption {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    font-weight: 700;
}
.widget_calendar table th {
    background-color: #eee;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 2em;
}
.widget_calendar table td {
    border: 1px solid #eee;
    text-align: center;
    font-size: 14px;
    line-height: 2em;
}
.widget_calendar table tbody td a {
    color: #dc9814;
}
.widget_calendar table tfoot td {
    border: 0;
    padding: 0;
}
.widget_calendar table tfoot td#prev {
    text-align: left;
}
.widget_calendar table tfoot td#next {
    text-align: right;
}
.widget_calendar table tfoot{
    background: #333;
}
.widget_calendar table tfoot a {
    display: inline-block;
    color: #fff;
    padding: 2px 15px;
}
.widget_calendar table tfoot a:hover {
    color: #dc9814;
}
.widget ul.sub-menu,
.widget ul.children{
    padding-left: 20px;
    margin-top: 30px;
}
.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: 16px 0 16px;
    line-height: 24px;
}
a.rsswidget{
    font-weight: bold;
}
.rss-date{
    color: #999;
}
.widget.widget_rss ul li{
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 24px;
    margin-bottom: 8px;
    line-height: 24px;
}
.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: 38px;
    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;
}
.widget-post ul li{
    padding: 0 0 20px;
}
.widget-post ul li .post-thumb{
    width: 70px;
}
.widget-post ul li .post-info{
    padding-left: 20px;
}
.widget-post ul li .post-info h3 {
    margin-bottom: 13px;
    line-height: 20px;
}
.widget-post ul li .post-info h3 a{
    color: #000;
}
.widget-post ul li .post-info h3 a:hover{
    color: #dc9814;
}
.widget-instagram ul{
    margin: -3px;
}
.widget-instagram ul li{
    width: 33.333%;
    padding: 3px !important;
}
/*End widget*/
.post-password-form input[type=password]{
    display: inline-block;
    vertical-align: middle;
}
.post-password-form input[type=submit]{
    display: inline-block;
    vertical-align: middle;
    background: #000;
    color: #fff;
    padding: 0 20px;
    height: 40px;
    border: none;
    border-radius: 0px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.post-password-form input[type=submit]:hover{
    background: #dc9814;
    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 .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
.comment-list li.pingback {
    margin-bottom: 20px;
}

/*Menu fixed style*/
.fixed-header {
  position: fixed !important;
  top: -100px;
  left: 15px !important;
  z-index: 10001 !important;
  -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.is-fixed {
  top: 32px;
}
.fixed-header.is-fixed {
  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;
    box-sizing: border-box;
}
.list-1-item{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
}
.list-2-item{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
}
.list-2-item:nth-child(2n+1){
    clear: both;
}
.list-3-item{
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    width: 33.3333%;
}
.list-3-item:nth-child(3n+1){
    clear: both;
}
.list-4-item{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
}
.list-4-item:nth-child(4n+1){
    clear: both;
}
.list-5-item{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
}
.list-5-item:nth-child(5n+1){
    clear: both;
}
.list-6-item{
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    width: 16.66666667%;
}
.list-7-item{
    -ms-flex: 0 0 14.2857%;
    flex: 0 0 14.2857%;
    width: 14.2857%;
}
.list-8-item{
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
}
.list-9-item{
    -ms-flex: 0 0 11.111%;
    flex: 0 0 11.111%;
    width: 11.111%;
}
.list-10-item{
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    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;
    border: none;
    min-width: 40px;
    text-align: center;
    border-radius: 0px;
}
.pagi-nav .current{
    background-color: #000;
    color: #fff;
}
.main-page-default{
    margin: 65px 0 150px;
}
.loadmore {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0px 48px;
    letter-spacing: 6px;
    text-indent: 6px;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
}
.loadmore:hover{
    background: #dc9814;
    color: #fff;
}
.btn-loadmore{
    text-align: center;
    margin-top: 20px;
}
.loadmore i{
    letter-spacing: initial;
    text-indent: 0px;
}
.post-meta-data a{
    color: #999; 
}
.post-meta-data a:hover{
    color: #dc9814; 
}

/*Share*/
.single-list-social ul{
  margin: 0 -2px;
}
.single-list-social ul li{
  margin: 0 2px;
}
.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%;
}
.blog-comment-detail > h2.title24 {
    margin-bottom: 27px;
}
.comment-list > li.comment {
    border-bottom: 1px dashed #999;
    margin-bottom: 30px;
    padding-bottom: 26px;
}
.comment-list ul.children{
    list-style: none;
    padding-top: 30px;
    margin-top: 26px;
    border-top: 1px dashed #999;
}
.comment-list ul.children .depth-5 {
    padding-bottom: 26px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #999;
}
.comment-list ul.children li.depth-5:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.comment-info .fn{    
    font-weight: 700;
    text-transform: capitalize;    
    font-style: initial;
}
.comment-info .fn a{
    color: #000;
    font-style: initial;
}
.comment-info .fn a:hover{
    color: #dc9814;
}
.comment-reply-title{
    margin-bottom: 22px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.reply-comment .desc {
    margin: 0 0 30px;
}
.content-post-default .desc {
    margin-bottom: 30px;
}
.content-post-default h3 {
    margin-bottom: 20px;
    font-family: 'Archivo Narrow', sans-serif;
}
.bread-crumb-wrap span:first-child a::before,
.bread-crumb-wrap ul:first-child li:first-child a::before,
.bread-crumb-wrap span:first-child::before{
    display: none;
}
.bread-crumb-wrap a:not(:first-child):before,
.bread-crumb-wrap ul li a::before,
.bread-crumb-wrap span::before {
    content: "/";
    margin: 0 10px 0 10px;
}
.bread-crumb ul{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce .woocommerce-breadcrumb{
    margin: 0;
}
.bread-crumb ul.post-categories li {
    display: inline-block;
}
/*woocommerce sidebar*/
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img{
    width: 70px;
}
.widget .product-title {
    overflow: inherit; 
    text-overflow: inherit; 
    white-space: normal; 
    font-weight: normal;
}
.widget .product_list_widget .wrap-rating{
    margin-top: 5px;
    margin-bottom: 0px !important;
}
.widget .product_list_widget .reviewer,
.widget .product_list_widget .product-price{
    margin-top: 8px;
    display: block;
}
.woocommerce ul.product_list_widget > li{
    margin-bottom: 25px;
    padding: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}
.woocommerce ul.product_list_widget > li:last-child{
    padding-bottom: 0;
    margin: 0;
    border: none;
}
.woocommerce .widget_rating_filter ul li {
    padding: 0 0 6px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #000;
    height: 3px;
    margin: 14px .5em 23px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    background-color: #fff;
    border-radius: 0px;
    border: 3px solid #dc9814;
    top: -5px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle.ui-state-hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #dc9814;
}
.woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit,
.yith-wcwl-add-button a,
.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: 60px;
    line-height: 60px;
    padding: 0px 48px;
    letter-spacing: 6px;
    text-indent: 6px;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit:hover,
.yith-wcwl-add-button a: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{
    background-color: #dc9814;
    border-color: #dc9814;
    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_price_filter .price_slider_amount .button{
    float: right;
    text-transform: uppercase;
    letter-spacing: 4px;
    background: #000;
    color: #fff;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover{
    background: #dc9814;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label{
    float: left;
}
.woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit{
    margin: 20px 0 0;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}
select,
input[type=url],
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;
    width: 100%;
}
textarea{
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    padding: 10px;
}
.widget_product_search input[type=submit]{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    background: transparent;
    border: none;
    z-index: 1;
    font-size: 0;
}
.widget_product_search input[type=search]{    
    width: 100%;
}
.woocommerce-product-search{
    position: relative;
}
.woocommerce-product-search::after {
    position: absolute;
    top: 12px;
    right: 15px;
    font-family: fontAwesome;
    content: "\f002";
    color: #999;
}
.woocommerce-loop-category__title{
    margin: 17px 0 7px;
    font-size: 14px;
    font-weight: 400;
}
.item-product .mark,
.item-product mark{
    background-color: transparent;
}
a.active,
.chosen a{
    color: #dc9814;
}
.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.3);
    z-index: 98;
}
.shop-loading i{
    font-size: 40px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    color: #fff;
}
.ajax-loading:not(.list-product-search){
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 9999;
}
.ajax-loading:not(.list-product-search) i{
    font-size: 40px;
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    margin: auto;
}
.ajax-loading:not(.list-product-search) i:before{
    float: left;
    width: 40px;
    text-align: center;
}
.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: -28px;
    margin-top: -6px;
}
.entry-summary > p{
    margin-bottom: 0;
}
/*End default*/


/*Begin custom*/
.main-nav>ul>li.current-menu-item>a,
.main-nav>ul>li.current-menu-ancestor>a,
.main-nav>ul>li:hover>a{
}
.main-nav li:not(.has-mega-menu) .sub-menu li:hover,
.main-nav .sub-menu li.current-menu-item,
.main-nav .sub-menu li.current-menu-ancestor{
}
.product-price > span,
.product-price ins{
    color: #000;
    font-weight: 400;
    font-size: 14px;
}
.product-price ins{
    color: #dc9814;
}
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: 38px;
    border: 1px solid #e5e5e5;
    padding: 0 20px;
    border-radius: 0px;
    text-align: center;
    background: #fff;
    margin: 0;
    font-weight: normal;
}
.woocommerce #respond input#submit:hover,
a.added_to_cart:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce a.button.addcart-link:hover{
    background: #999;
    border-color: #999;
    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;
}
.product_meta > span{
    display: block;
}
.product_meta > span > span,
.product_meta > span > a{
    display: inline-block;
    border-radius: 0px;
    margin-bottom: 16px;
}
.detail-qty .qty-val{
    border: 0;
    height: 58px;
}
.detail-info .product-price > span,
.detail-info .product-price ins{
    font-size: 18px;
    font-weight: bold;
}
.detail-info .product-price del{
    font-size: 18px;
}
.single_variation_wrap .detail-attr{
    display: block !important;
}

.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;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    letter-spacing: 6px;
    text-indent: 6px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    border: none;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button:hover{
    background: #dc9814;
}
.woocommerce div.product  .main-detail-sidebar form.cart:not(.variations_form){

}
.woocommerce div.product  .main-detail-sidebar form.cart .button.single_add_to_cart_button {
    letter-spacing: 4px;
    text-indent: 4px;
}
.detail-attr:not(.type-select):not(.type-) .select-box::after{
    display: none;
}
.reset_variations[style="visibility: hidden;"]{
    display: none;
}
.woocommerce div.product form.cart .variations{
    position: relative;
}
.woocommerce div.product form.cart .reset_variations{
    font-size: 14px;
    text-align: right;
    padding-top: 0;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.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 {
    min-width: initial;
    color: #000;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
.item-product-meta-info > span{
    padding: 0;
    border: 0;
    display: table;
    font-family: 'Roboto', sans-serif;
}
.item-product-meta-info > span > *{
    display: table-cell;
}
.item-product-meta-info .meta-item-list span,
.item-product-meta-info .meta-item-list  a{
    margin-bottom: 16px;
}
.select-box select{
    z-index: inherit;
}

/*attribute css*/
.tawcvs-swatches {
    overflow: hidden;
}

.tawcvs-swatches .swatch {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 8px;
    cursor: pointer;
    border: 1px solid transparent;
    position: relative;
}
.tawcvs-swatches span{
    display: inline-block;
    vertical-align: middle;
}
.widget .tawcvs-swatches .swatch.swatch-label {
    margin-right: 0px;
    width: auto;
    height: auto;
    line-height: inherit;
    background: transparent;
    border: none;
}
.widget .tawcvs-swatches .swatch.swatch-label:hover,
.widget .tawcvs-swatches .swatch.swatch-label.active{
    color: #dc9814;
}
.tawcvs-swatches .swatch.swatch-label{
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #000;
    color: #555;
}
.tawcvs-swatches .swatch.swatch-label.selected,
.tawcvs-swatches .swatch.swatch-label:hover{
    border-color: #dc9814;
}
.tawcvs-swatches .swatch.selected {
}

.tawcvs-swatches .swatch.disabled {
    opacity: 0.1;
}

.tawcvs-swatches .swatch-color {
    text-indent: -9999px;
}
.tawcvs-swatches .swatch-color.swatch-white{
    border-color: #000;
}
.tawcvs-swatches .swatch-color.selected {
}
.tawcvs-swatches .swatch-color.active:before,
.tawcvs-swatches .swatch-color.selected:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 3px;
    left: 6px;
}
.tawcvs-swatches .swatch-color.swatch-white.active:before,
.tawcvs-swatches .swatch-color.swatch-white.selected:before {
    border-color: #000;
}
.tawcvs-swatches .swatch-image {
    overflow: hidden;
}
.tawcvs-swatches .swatch img{
    vertical-align: top;
}
.widget .tawcvs-swatches .swatch{
    margin-right: 5px;
}
/* End attribute css*/
.woocommerce div.product div.summary {
    margin-bottom: 0;
}
/* detail tab css*/
.detail-tab-desc > h2:first-child{
    display: none;
}
.detail-tab-desc p{
    color: #555;
    margin: 0;
    line-height: 24px;
}
.detail-tabs.tab-style2{
    display: block;
    border: 0;
    margin-bottom: 25px;
    border-top: 1px solid #e5e5e5;
}
.detail-tabs.tab-style2 .detail-tab-title ul{
    text-align: center;
    margin: 0 -20px;
}
.detail-tabs.tab-style2 .detail-tab-title ul li{
    border: none;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    float: initial;
    margin: 0 20px;
}
.detail-tabs.tab-style2 .detail-tab-title ul li a{
    border: none !important;
    height: 70px;
    line-height: 70px;
    padding: 0px;
    margin: 0;
    color: #000;
}
.detail-tabs.tab-style2 .detail-tab-title{
    min-width: inherit;
    border: 0;
}
.tab-style2 .list-tag-detail li.active a::before{
    position: absolute;
    top: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    content: "";
    bottom: -1px;
    background: #dc9814;
}
.tab-style2 .list-tag-detail li.active a::after{
    display: none;
}
.tab-style2 .detail-tab-content{
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 20px 0 50px;
    border-bottom: 1px solid #e5e5e5;
}
.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: 0px;
    padding: 30px 30px 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text ul.wrap-rating{
    position: relative;
    margin: 0 -2px;
}
.woocommerce-Reviews .comment-reply-title {
    margin-bottom: 10px;
    display: block;
}
.comment-form-rating > label{
    margin-bottom: 10px;
}
.woocommerce #review_form #respond p.stars{
    margin-bottom: 0;
}
.woocommerce .star-rating,
.woocommerce p.stars a{
    color: #ffc000;
}
.woocommerce-review__author{
    font-size: 14px;
    color: #000;
}
.woocommerce-review__published-date{
    font-size: 14px;
}
.woocommerce-review__dash{
    margin: 0 5px;
}
.woocommerce #reviews #comments ol.commentlist li .meta{
    color: #999;
    font-size: 14px;
}
.detail-tabs{
    margin-bottom: 30px;
}
/* End detail tab css*/
.single-title{
    margin-bottom: 45px;
}
.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;
}
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;
}
.cart_totals > h2{
    font-size: 24px;
}
.woocommerce button.button:disabled{
    padding: 0 48px!important;
}
/*End Woocommerce page css*/

.entry-content,
.content-post-default{
    line-height: 24px;
    margin-bottom: 30px;
}
.page-links > span,
.page-links > a{
    display: inline-block;
    margin-bottom: 4px;
    color: #000;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    text-align: center;
    border-radius: 0px;
    background: #e5e5e5;
}
.page-links > span{
    background-color: #000;
    color: #fff;
}
.page-links{
    margin-bottom: 35px;
}
.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%;
}
.group-qty label{
    display: none;
}
.woocommerce div.product form.cart .group_table td.group-info{
    padding: 6px 15px;
    max-width: 150px;
}
.woocommerce div.product form.cart .group_table td.group-info .product-title {
    padding: 0;
}
.main-detail-sidebar form.cart .group_table td.group-info .product-price.price.simple {
    margin: 0 0 35px;
}
.woocommerce div.product form.cart .group_table td:first-child {
    width: 80px;
}
.woocommerce div.product .list-product-group form.cart .button.single_add_to_cart_button{
    margin: 20px 0 0 0;
    min-width: 50%;
}
.woocommerce div.product form.cart .group_table tr:last-child td{
    padding-bottom: 20px;
}
.woocommerce table.shop_table{
    padding: 0;
    border-collapse: collapse;
}
.woocommerce form .form-row input.input-text {
    height: 40px;
    border: 1px solid #e5e5e5;
    padding: 0 8px;
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout form.woocommerce-form-login input.input-text,
.woocommerce-checkout form.checkout_coupon input.input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text{
    border-color: #e5e5e5;
    padding: 0 20px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    letter-spacing: 6px;
    text-indent: 6px;
    text-transform: uppercase;
    min-width: 250px;
}
#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 .select2-selection__rendered,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment{
    border-radius: 0px;
}
.select2-container--default .select2-selection--single{
    border-color: #e5e5e5;
    border-radius: 0px;
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
    right: 6px;
}
/*My account*/
.woocommerce div.product p.stock{
    margin-bottom: 50px;
}
.woocommerce table.shop_table th.product-quantity{
    width: 150px;
}
.woocommerce-cart table.cart td.product-quantity .detail-qty {
    width: auto;
    margin: 0;
}
.cross-sell-slider .list-col-item{
    width: 100%;
}
.cross-sell-slider.product-slider .item-product{
    margin: 0px;
}
#customer_login .woocommerce-form__label-for-checkbox{
}
.woocommerce form .form-row{
    margin: 0 0 20px;
    padding: 0;
}
#apply_for_vendor,
#customer_login .woocommerce-form__input-checkbox{
    position: relative;
    top: 2px;
}
#customer_login  .woocommerce-LostPassword{
    margin: 0;
}
#customer_login h2{
    font-size: 24px;
    margin-top: 0px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    border-radius: 0px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    padding: 20px;
}
.woocommerce-MyAccount-navigation ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li{
    padding: 8px 15px;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #e5e5e5;
}
.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-MyAccount-navigation ul li:hover{
    color: #fff;
    background: #000;
    border-color: #000;
}
.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: #3F99BD;
}
.woocommerce-MyAccount-content a:hover{
    color: #58B4D8;
}
.woocommerce-account .addresses .title .edit{
    font-size: 14px;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    margin-top: 20px;
}
.woocommerce-account .addresses .title .edit:hover{
    background: #dc9814;
}
.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: block;
    padding: 0 20px;
    border: none;
    color: #fff;
    line-height: 40px;
    background: #000;
    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;
}
.widget .mini-cart-button a:first-child,
.mini-cart-button a:first-child {
    background: rgba(0, 0, 0, 0.7);
}
.mini-cart-box.aside-box .mini-cart-button a{
    letter-spacing: 5px;
}
.aside-box .dropdown-list {
    pointer-events: inherit;
}
.overlay .wrap::after{
    z-index: 1001;
}



/*End*/
.fancybox-opened,
.zoomContainer {
    z-index: 9997;
}
.fancybox-overlay{
    z-index: 9996;
}
.menu-on-fixed.single-product .header-page{
    position: static;
}
.single-product .header-page{
    z-index: 9998;
    position: relative;
}
.product-popup-content{
    padding: 0;
}
.product-popup-content .product-detail {
    margin-bottom: 0;
}
.product-popup-content .group-info .product-price {
    margin: 0 -2px 7px;
}
.product-popup-content .group_table td:first-child{
    display: none;
}
.product-popup-content .group_table td.group-info{
    padding: 6px 15px 6px 0 !important;
}
.fancybox-skin,
.fancybox-opened .fancybox-skin{
    background: #fff;
    border-radius: 0px;
}
.fancybox-close{
    background-image: url(lib/close.png);
    background-repeat: no-repeat;
    top: 102%;
    right: -13px;
}
/*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);
    left: 0;
    margin-top: 10px;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    min-width: 300px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s 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: 5px;
}
/*End Search Ajax*/
.dropdown-list li.active a {
    background: #dc9814;
    color: #fff;
}
.list-product-search.ajax-loading{
    text-align: center;
}
.overlay .mini-cart-link {
    color: #555;
}
.aside-box .dropdown-list{
    margin-top: 0;
}
.admin-bar .aside-box .dropdown-list{
    margin-top: 32px;
}
.form-newsletter input[type="email"]{
    height: 40px;
    display: block;
    border: none;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    padding: 0 20px;
    background: transparent;
}
.form-newsletter form .mc4wp-form-fields{
    width: 100%;
    max-width: 570px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
}
.desc-block{
    margin-bottom: 15px;
}
.follow-instagram{
    margin: 0 -2px;
}
.follow-instagram li{
    max-width: 160px;
    margin: 0 2px;
}
.instagram-slider .group-navi .owl-buttons{
    right: 0;
}
.item-product-grid {
    margin-bottom: 30px;
}

/*Gap product*/
/*gap 5*/
.gap-5 .list-product-wrap{ 
    margin: 0 -2.5px;
}
.gap-5 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-5 .group-navi .owl-buttons{ 
    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-buttons{ 
    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-buttons{ 
    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-buttons{ 
    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-buttons{ 
    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-buttons{ 
    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-buttons{ 
    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-buttons{ 
    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: 50px;
}
.list-post-wrap .wrap-item[data-item="5"] .item-post,
.list-post-wrap .wrap-item[data-item="6"] .item-post{
    padding: 0 5px;
    margin-bottom: 20px;
}
.list-post-wrap .wrap-item .item-post{
    padding: 0 15px;
    margin-bottom: 30px;
}
.list-post-wrap .wrap-item.smart-slider .item-post{
    margin-bottom: 0px;
}
li.active > a {
    color: #dc9814;
}
.block-element {
    margin-bottom: 0; 
}
/*menu live preview*/
.main-nav .preview-image {
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    left: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    border: 1px solid #e5e5e5;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.main-nav li:hover > .preview-image {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.preview-image img{
    height: auto;
}
.preview-image>a {
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.preview-image > a > img {
    left: 0;
    position: absolute;
    top: 0;
    transition: all 5s ease-in-out 0s;
    -webkit-transition: all 5s ease-in-out 0s;
    width: 100%;
}
.preview-image > a:hover > img {
    top: 100%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
/*end live preview*/
/*Begin Wishlist Popup*/
.wishlist-mask {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  display: none;
}
.wishlist-popup {
  background: #fff none repeat scroll 0 0;
  border: none;
  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: 10px;
}
#yith-wcwl-popup-message{
    border-radius: 0px;
    margin: 0 !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    padding: 0 40px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.wishlist-popup .popup-icon{
    color: #dc9814;
}
.wishlist-button a:hover{
    background: #dc9814;
}
/*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-left: 25px;
}
.logo h1{
    margin: 0;
}
.content-single-blog iframe{
    width: 100%;
    border: 0;
    max-width: 100%;
}
.player .vp-player-layout{
    left: 0 !important;
    right: 0 !important;
}
.vc_row:not([data-vc-stretch-content="true"]) .container{
    padding: 0;
}
.smart-slider:not(.owl-carousel)[data-item="6"] > div{
    width: 16.6666%;
}
.smart-slider:not(.owl-carousel)[data-item="5"] > div{
    width: 20%;
}
.smart-slider:not(.owl-carousel)[data-item="4"] > div{
    width: 25%;
}
.smart-slider:not(.owl-carousel)[data-item="3"] > div{
    width: 33.3333%;
}
.smart-slider:not(.owl-carousel)[data-item="2"] > div{
    width: 50%;
}
.widget-group{
    margin-bottom: 30px;
}
.widget-group:last-child{
    margin-bottom: 0;
}
.page-content-box .wrap {
  background: #fff;
  max-width: 1230px;
  margin: auto;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.page-content-box .container {
    max-width: 1230px;
}
.page-content-box .fix-row-bg{
    margin-left: 15px;
    margin-right: 15px;
}
.page-content-box .vc_row {
    padding-left: 15px;
    padding-right: 15px;
}
.page-content-box .fix-row-bg .vc_row {
    padding-left: 0;
    padding-right: 0;
}
body.page-content-box *[data-vc-full-width]{
    max-width: 1230px;
    margin: auto;
    left: -15px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
body.page-content-box [data-vc-full-width] [data-vc-full-width]{
    left: 0px!important;
}
.page-content-box .vc_row .vc_row {
    padding-left: 0px;
    padding-right: 0px;
}
/*Preload style 2*/
.preload #objectstyle2{
    width: 80px;
    height: 80px;
    background-color: #FFF;
    -webkit-animation: animatestyle2 1s infinite ease-in-out;
    animation: animatestyle2 1s infinite ease-in-out;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
}
@-webkit-keyframes animatestyle2 {
    0% { -webkit-transform: perspective(160px); }
    50% { -webkit-transform: perspective(160px) rotateY(-180deg); }
    100% { -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); }
}

@keyframes animatestyle2 {
    0% { 
        transform: perspective(160px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg); 
    } 50% { 
        transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg) ;
    } 100% { 
        transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    }
}
/*Prelaod style 3*/
#loading-center-absolutestyle3 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
   -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;

}
.objectstyle3{
    width: 25px;
    height: 25px;
    background-color: #FFF;
    float: left;
    
}
#object_onestyle3 {
    -webkit-animation: object_onestyle3 1.5s infinite;
    animation: object_onestyle3 1.5s infinite;
    }
#object_twostyle3 {
    -webkit-animation: object_twostyle3 1.5s infinite;
    animation: object_twostyle3 1.5s infinite;
    }
#object_threestyle3 {
    -webkit-animation: object_threestyle3 1.5s infinite;
    animation: object_threestyle3 1.5s infinite;
    }
#object_fourstyle3 {
    -webkit-animation: object_fourstyle3 1.5s infinite;
    animation: object_fourstyle3 1.5s infinite;
    }
    

@-webkit-keyframes loading-center-absolutestyle3 {
  100% { -webkit-transform: rotate(-45deg); }

}

@keyframes loading-center-absolutestyle3 {
  100% { 
    transform:  rotate(-45deg);
    -webkit-transform:  rotate(-45deg);
  }
}

@-webkit-keyframes object_onestyle3 {
  25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }

}

@keyframes object_onestyle3 {
  25% { 
    transform: translate(0,-50px) rotate(-180deg);
    -webkit-transform: translate(0,-50px) rotate(-180deg);
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}


@-webkit-keyframes object_twostyle3 {
  25% { -webkit-transform: translate(50px,0) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_twostyle3 {
  25% { 
    transform: translate(50px,0) rotate(-180deg);
    -webkit-transform: translate(50px,0) rotate(-180deg);
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}

@-webkit-keyframes object_three_pre3 {
  25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_threestyle3 {
  25% { 
    transform:  translate(-50px,0) rotate(-180deg);
    -webkit-transform:  translate(-50px,0) rotate(-180deg);
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: rtranslate(0,0) rotate(-180deg);
  }
}


@-webkit-keyframes object_fourstyle3 {
  25% { -webkit-transform: translate(0,50px) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_fourstyle3 {
  25% { 
    transform: translate(0,50px) rotate(-180deg); 
    -webkit-transform: translate(0,50px) rotate(-180deg);  
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}
/*Preload style 4*/
#loading-center-absolutestyle4 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
}
.objectstyle4{
    width: 20px;
    height: 20px;
    background-color: #FFF;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

#object_onestyle4 {   
    -webkit-animation: object_onestyle4 1.5s infinite;
    animation: object_onestyle4 1.5s infinite;
    }
#object_twostyle4 {
    -webkit-animation: object_twostyle4 1.5s infinite;
    animation: object_twostyle4 1.5s infinite;
    -webkit-animation-delay: 0.25s; 
    animation-delay: 0.25s;
    }
#object_threestyle4 {
    -webkit-animation: object_threestyle4 1.5s infinite;
    animation: object_threestyle4 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    
    }

@-webkit-keyframes object_onestyle4 {
75% { -webkit-transform: scale(0); }
}

@keyframes object_onestyle4 {

  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }

}

@-webkit-keyframes object_twostyle4 { 

  75% { -webkit-transform: scale(0); }

}

@keyframes object_twostyle4 {
  75% { 
    transform: scale(0);
    -webkit-transform:  scale(0);
  }

}

@-webkit-keyframes object_threestyle4 {

  75% { -webkit-transform: scale(0); }

}

@keyframes object_threestyle4 {

  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  
}
/*Preload style 5*/
#loading-center-absolutestyle5 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 200px;
    margin-top: -25px;
    margin-left: -100px;
}
.objectstyle5{
    width: 20px;
    height:20px;
    background-color: #FFF;
    float: left;
    margin-top: 15px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
#first_objectstyle5{
    -webkit-animation: first_objectstyle5 2s infinite;
    animation: first_objectstyle5 2s infinite;
 
}
#second_objectstyle5{
    -webkit-animation: second_objectstyle5 2s infinite;
    animation: second_objectstyle5 2s infinite;
    float: right;
}
    
@-webkit-keyframes first_objectstyle5 {

 25% {
    -ms-transform: translate(90px,0) scale(2); 
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }

 50% {
    -ms-transform: translate(180px,0) scale(1); 
    -webkit-transform: translate(180px,0) scale(1);
    transform: translate(180px,0) scale(1);
     }   
 
  75% {
     -ms-transform: translate(90px,0) scale(2); 
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }   
 
}       
@keyframes first_objectstyle5 {

 25% {
    -ms-transform: translate(90px,0) scale(2); 
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }

 50% {
    -ms-transform: translate(180px,0) scale(1); 
    -webkit-transform: translate(180px,0) scale(1);
    transform: translate(180px,0) scale(1);
     }   
 
  75% {
     -ms-transform: translate(90px,0) scale(2); 
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }  
}

@-webkit-keyframes second_objectstyle5 {

 25% {
    -ms-transform: translate(-90px,0) scale(2); 
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     }

 50% {
    -ms-transform: translate(-180px,0) scale(1); 
    -webkit-transform: translate(-180px,0) scale(1);
    transform: translate(-180px,0) scale(1);
     }   
 
  75% {
     -ms-transform: translate(-90px,0) scale(2); 
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     } 
}       
@keyframes second_objectstyle5 {

 25% {
    -ms-transform: translate(-90px,0) scale(2); 
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     }

 50% {
    -ms-transform: translate(-180px,0) scale(1); 
    -webkit-transform: translate(-180px,0) scale(1);
    transform: translate(-180px,0) scale(1);
     }   
 
  75% {
     -ms-transform: translate(-90px,0) scale(2); 
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     } 
}
/*Preload style 6*/
#loading-center-absolutestyle6 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 100px;
    margin-top: -10px;
    margin-left: -50px;

}
.objectstyle6{
    width: 20px;
    height: 20px;
    background-color: #FFF;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
    position: absolute; 
}


#object_onestyle6{
    -webkit-animation: objectstyle6 2s linear infinite;
     animation: objectstyle6 2s linear infinite;
     }
#object_twostyle6{ 
    -webkit-animation: objectstyle6 2s linear infinite -.4s;
    animation: objectstyle6 2s linear infinite -.4s;
    left: 20px;
     }
#object_threestyle6{ 
    -webkit-animation: objectstyle6 2s linear infinite -.8s; 
    animation: objectstyle6 2s linear infinite -.8s; 
    left: 40px;
    }
#object_fourstyle6{ 
    -webkit-animation: objectstyle6 2s linear infinite -1.2s;
    animation: objectstyle6 2s linear infinite -1.2s; 
    left: 60px;
    } 
#object_fivestyle6{ 
    -webkit-animation: objectstyle6 2s linear infinite -1.6s; 
    animation: objectstyle6 2s linear infinite -1.6s; 
    left: 80px;
    }
    
    
@-webkit-keyframes objectstyle6{
  0% { left: 100px; top:0}
  80% { left: 0; top:0;}
  85% { left: 0; top: -20px; width: 20px; height: 20px;}
  90% { width: 40px; height: 15px; }
  95% { left: 100px; top: -20px; width: 20px; height: 20px;}
  100% { left: 100px; top:0; }      
    
}       
@keyframes objectstyle6{
  0% { left: 100px; top:0}
  80% { left: 0; top:0;}
  85% { left: 0; top: -20px; width: 20px; height: 20px;}
  90% { width: 40px; height: 15px; }
  95% { left: 100px; top: -20px; width: 20px; height: 20px;}
  100% { left: 100px; top:0; }
}
/*Preload style 7*/
#loading-center-absolutestyle7 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
}
.objectstyle7{
    width: 50px;
    height: 5px;
    background-color: #FFF;
    -webkit-animation: animatestyle7 2s infinite;
    animation: animatestyle7 2s infinite;
    position: absolute;
    top: 0px;
    right: -200px;
    }



@-webkit-keyframes animatestyle7 {
 
  50% {
    -ms-transform: translate(-400px,0) rotate(-360deg); 
    -webkit-transform: translate(-400px,0) rotate(-360deg); 
    transform: translate(-400px,0) rotate(-360deg); 
      }

 100% {
    -ms-transform: translate(0,0) rotate(360deg); 
    -webkit-transform: translate(0,0) rotate(360deg); 
    transform: translate(0,0) rotate(360deg); 
      }   


}

@keyframes animatestyle7 {
  50% {
    -ms-transform: translate(-400px,0) rotate(-360deg); 
    -webkit-transform: translate(-400px,0) rotate(-360deg); 
    transform: translate(-400px,0) rotate(-360deg); 
      }

 100% {
    -ms-transform: translate(0,0) rotate(360deg); 
    -webkit-transform: translate(0,0) rotate(360deg); 
    transform: translate(0,0) rotate(360deg); 
      }     
  
}
.preload-style-custom-image #loading-center{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-items: center;
    -webkit-justify-items: center;
    -ms-justify-items: center;
    -o-justify-items: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}

#loading-center-absolute-image{
    text-align: center;
    margin: auto;
    display: none;
}
.preload #loading-center-absolute-image{
    display: block;
}
.contact-form-page .wrap-input i {
    position: absolute;
    top: 17px;
    left: 20px;
    color: #999;
    z-index: 1;
}
.contact-form-page .wrap-input input[type="url"] {
    border: 1px solid #e5e5e5;
    height: 50px;
    border-radius: 25px;
    display: block;
    width: 100%;
    background: #fff;
    padding: 0 45px;
}
.item-contact-page .contact-thumb i {
    position: relative;
    z-index: 1;
}
.item-contact-page .contact-thumb {
    margin-bottom: 23px !important;
}
.banner-slider .banner-info {
    height: auto;
    visibility: hidden;
}
.about-customer li::before{
    content: "\f00c";
    font-family: "FontAwesome";
}
.about-banner-history .banner-info .desc::before{
    content: "\f10d";
    font-family: "FontAwesome";
}
.about-content-page::before {
    display: none;
}
.about-content-page {
    position: relative;
    padding: 0 15px;
}
.about-content-page > div{
    position: relative;
    padding: 40px 0;
}
.about-content-page > div::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    width: 1px;
    content: "";
    background: #e5e5e5;
    z-index: 1;
    display: block;
}
.about-title-number .number {
    line-height: 68px;
}
.about-title-number > p{
    margin-bottom: 0;
}
.about-title-number {
    padding-bottom: 42px;
    margin-bottom: 0;
}
.item-about-faq .desc::before,
.item-about-faq h3::before {
    display: none;
}
.item-about-faq h3 span.first-text {
    position: absolute;
    top: -10px;
    text-transform: uppercase;
    font-size: 60px;
    color: #f4f4f4;
    left: -20px;
    z-index: -1;
}
.item-about-faq .desc span.first-text {
    position: absolute;
    top: 15px;
    text-transform: uppercase;
    font-size: 60px;
    color: #f4f4f4;
    left: -20px;
    z-index: -1;
}
.intro-about-team h3 {
    margin: 0;
    padding: 30px 0;
}
.content-about-team .desc {
    margin-bottom: 25px;
}
.price-table-color span.start{
    margin-bottom: 10px;
}
.wishlist_table tr td, 
.wishlist_table tr th.wishlist-delete, 
.wishlist_table tr th.product-checkbox{
    text-align: left;
}
.woocommerce .product-remove a.remove{
    margin: auto;
}
.woocommerce table.wishlist_table {
    font-size: 100%;
}
.compare-link,
.wishlist-link{
    padding: 11px 13px;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    line-height: normal;
    display: inline-block;
}
.quickview-link > span,
.compare-link > span,
.wishlist-link > span{
    display: none;
    font-size: 14px;
}
.item-post .post-info .desc {
    margin-bottom: 20px;
}
.item-post .post-info a.more{
    margin-left: -6px;
}

.item-post-small .post-info .desc{
    max-height: 48px;
    overflow: hidden;
}

/*Block class*/
.block-top-30{
    margin-top: 30px;
}
.block-bottom-30{
    margin-bottom: 30px;
}
.block-top-50{
    margin-top: 50px;
}
.block-bottom-50{
    margin-bottom: 50px;
}
.block-top-100{
    margin-top: 100px;
}
.block-bottom-100{
    margin-bottom: 100px;
}
.title-tab{
    margin: 0 -10px;
    border: 0;
}
.title-tab > li {
    margin: 0 10px;
}
.form-popup .submit-form {
    height: 50px;
    background: #000;
    border: none;
    color: #fff;
    padding: 0 30px;
}
/*Fix form-newsletter*/
.content-popup input[type="email"] {
    width: 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: #333;
    font-size: 30px;
    top: 0;
    left: -39px;
    color: #fff;
    cursor: pointer;
}
.aside-box .mini-cart-content.active .close-minicart{
    display: block;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.aside-box .close-minicart:hover{
    color: #dc9814;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
/*filter product element*/
.btn-filter {
    background: #fff;
    border: 1px solid #e5e5e5;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 38px;
    padding: 0 55px 0 20px;
    position: relative;
    text-transform: uppercase;
}
.box-attr-filter {
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    left: 0;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    top: 0px;
    visibility: hidden;
    width: 100%;
    z-index: 10000;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.filter-product.active .box-attr-filter{
    margin-top: 5px;
    opacity: 1;
    visibility: visible;
    top: -55px;
}
.btn-filter::after {
    border-left: 1px solid #e5e5e5;
    bottom: 0;
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}
.js-content-wrap{
    position: relative;
}
.filter-product{
    margin-bottom: 30px;
}
.btn-filter span {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    vertical-align: top;
}
.box-attr-filter::before {
    background: #fbfbfb;
    border-right: 1px solid #e5e5e5;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 170px;
}
.item-box-attr {
    display: table;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 5px 0;
    line-height: 24px;
}
.item-attr-title {
    display: table-cell;
    padding: 0 20px;
    position: relative;
    width: 170px;
    vertical-align: top;
    text-align: left;
}
.item-attr-content {
    color: #666;
    display: table;
    padding: 0 20px;
    vertical-align: top;
}
.item-attr-content .attribute-type-label{
    margin-top: 10px;
}
.range-filter .ui-slider-range {
    background: #333;
}
.range-filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #333;
    border-radius: 0;
    cursor: pointer;
    height: 10px;
    margin-left: -5px;
    top: -4px;
    width: 10px;
    border: none;
}
.range-filter .slider-range {
    border: none;
    border-radius: 0;
    height: 1px;
    display: inline-block;
    margin: 0 20px 0 5px;
    vertical-align: middle;
    width: 250px;
    background: #e5e5e5;
}
.attr-price-filter{
    display: inline-block;
}
.attr-price-filter p,
.attr-price-filter label {
    font-weight: 400;
    margin: 0;
}
.list-filter.list-inline{
    margin: 0 -10px;
}
.list-filter.list-inline li{
    padding: 0 10px;
}
.wrap-item.loadding .ajax-loading {
    display: block !important;
}
.filter-yes .js-content-main{
    clear: both;
}
.filter-col .box-attr-filter::before{
    display: none;
}
.filter-col .item-box-attr{
    display: block;
    float: left;
}
.filter-col.filter-2-col .item-box-attr{
    width: 50%;
}
.filter-col.filter-3-col .item-box-attr{
    width: 33.3333%;
}
.filter-col.filter-4-col .item-box-attr{
    width: 25%;
}
.filter-col.filter-2-col .item-box-attr:nth-child(2n+1),
.filter-col.filter-3-col .item-box-attr:nth-child(3n+1),
.filter-col.filter-4-col .item-box-attr:nth-child(4n+1){
    clear: both;
}
.filter-col .box-attr-filter{
    clear: both;
}
.filter-col .list-filter{
    margin: 0 -15px;
}
.filter-col .item-box-attr{
    text-align: left;
}
.filter-col.filter-col-list .list-filter li,
.filter-col.filter-col-list .list-filter{
    list-style: none;
    display: list-item;
}
.element-filter{
    position: relative;
}
.element-filter.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    border: solid #dc9814;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: auto;
    right: 5px;
    bottom: 5px;
}

.list-filter .element-filter.active:before{
    left: 50%;
    top: -10px;
}
.filter-noresult{
    padding: 100px 0;    
    border: 1px solid #e5e5e5;
}
.row > .filter-noresult-wrap{
    padding: 0 15px;
    display: block !important;
    position: static !important;
}
.products-wrap{
    position: relative;
    clear: both;
}
.filter-none .owl-wrapper,
.filter-none .owl-wrapper .owl-item{
    width: 100% !important;
}
.range-filter .slider-range{
    max-width: 100%;
}
.filter-col .item-attr-title,
.filter-col .item-attr-content{
    display: block;
}
/*End filter element*/
.show-by.show-order .dropdown-link .gray{
    min-width: 160px;
}
.show-by.show-order .dropdown-link .gray::after{
    display: none;
}
.show-by.show-order .dropdown-list{
    width: 100%;
}
.dropdown-list li a.active{
    background: #dc9814;
    color: #fff;
}
.mini-cart-box.dropdown-box{
    display: inline-block;
}
.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: #dc9814;
    border-color: #dc9814;
    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;
    padding: 50px 0;
    width: 400px;
    max-width: 100%;
    background-color: #fff;
    color: #555;
    z-index: 1000;
    margin: 0 auto;
    top: 50px;
    left: 0;
    right: 0;
}
.popup-form{
    max-width: 300px;
    margin: 0 auto;
    display: none;
}
.login-popup-content-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
}
.popup-form .submit{
    margin: 23px 0 25px;
    position: relative;
}
.popup-form.active{
    display: block;
}
.popup-form .form-header h2,
.popup-form > h2{
    color: #000;
    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.4s ease-out 0s;
    -webkit-transition: all 0.4s 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: auto;
    color: #fff;
    background-color: #000;
    font-size: 14px;
    width: auto;
    margin: 0;
    padding: 0 26px;
    display: inline-block;
    border: none;
    height: 40px;
    line-height: 40px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.popup-form input.button:hover{
    background-color: #dc9814;
    color: #fff;
}
.popup-form .has-value input:not(.wp-submit)~label,
.popup-form input:not(.wp-submit):focus~label{
    font-size: 80%;
    top: -15px;
}
.popup-form .has-value input:not(.wp-submit)~label.rememberme{
    font-size: 100%;
}
.nav-form{
    margin: 0 -10px;
}
.popup-redirect{
    padding: 0 10px;
    margin-top: 10px;
}
.popup-redirect: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: #dc9814;
}
.input-focus-line{
    background-color: transparent;
    bottom: 0px;
    height: 1px;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 0;
    z-index: 2;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.popup-form .invalid .input-focus-line{
    background-color: #f4524d;
    left: 0;
    width: 100%;
}
.popup-form .input-focus .input-focus-line{
    background-color: #dc9814;
    left: 0;
    width: 100%;
}
.close-login-form{
    position: absolute;
    top: 8px;
    right: 8px;
    color: #333;
    opacity: .5;
    font-weight: 300;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 1001;
}
.close-login-form:hover{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.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 {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 2px;
    border-radius: 50%;
}
a.dm-color.active{
    border: 2px solid #e5e5e5;
    border-color: #fff;
    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: #dc9814;
}
.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: #dc9814;
    border-radius: 0px !important;
    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: #000;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 6px;
    text-indent: 6px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    border-radius: 0px !important;
    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: #dc9814;
}
#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: 0px !important;
}
#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%;
}






/*Custom CSS*/

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
                box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
                box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
                box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
                box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}



/*Edge*/
@supports ( -ms-accelerator:true ) 
{
    html{
        overflow: hidden;
        height: 100%;    
    }
    body{
        overflow: auto;
        height: 100%;
    }
}
/*Ie 10/11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
{
    html{
        overflow: hidden;
        height: 100%;    
    }
    body{
        overflow: auto;
        height: 100%;
    }
}
/*Safari 11+*/
@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) and (stroke-color:transparent) { 
  
    } 
}


.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-center{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-middle{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.flex-center-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.flex-between {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-end{
  -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex-start{
  -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.d-none{
    display: none;
}
.d-block{
    display: block;
}
.d-inline{
    display: inline;
}
.d-inline-block{
    display: inline-block;
}
.hidden{
    visibility: hidden;
}
.visible{
    visibility: visible;
}
.f-width{
    width: 100%
}
.mb5 {
    margin-bottom: 5px;
}
.mt5 {
    margin-top: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mt10 {
    margin-top: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mt15 {
    margin-top: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mt20 {
    margin-top: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mt25 {
    margin-top: 25px;
}
.mbs30 {
    margin-bottom: -30px;
}
.mb30 {
    margin-bottom: 30px;
}
.mt30 {
    margin-top: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mt40 {
    margin-top: 40px;
}
.mb45 {
    margin-bottom: 45px;
}
.mt45 {
    margin-top: 45px;
}
.mb50{
    margin-bottom: 50px;
}
.mt50 {
    margin-top: 50px;
}
.mb60 {
    margin-bottom: 60px;
}
.mt60 {
    margin-top: 60px;
}
.mb70 {
    margin-bottom: 70px;
}
.mt70 {
    margin-top: 70px;
}
.mb80 {
    margin-bottom: 80px;
}
.mt80 {
    margin-top: 80px;
}
.mb90 {
    margin-bottom: 90px;
}
.mt90 {
    margin-top: 90px;
}
.mb100{
    margin-bottom: 100px;
}
.mt100{
    margin-top: 100px;
}
.mb110{
    margin-bottom: 110px;
}
.mt110{
    margin-top: 110px;
}
.mb120{
    margin-bottom: 120px;
}
.mt120{
    margin-top: 120px;
}
.mb130{
    margin-bottom: 130px;
}
.mt130{
    margin-top: 130px;
}
.mb145{
    margin-bottom: 145px;
}
.mt145{
    margin-top: 145px;
}
.mb150{
    margin-bottom: 150px;
}
.mt150{
    margin-top: 150px;
}
.pt50{
    padding-top: 50px;
}
.pb50{
    padding-bottom: 50px;
}
.pt100{
    padding-top: 100px;
}
.pb100{
    padding-bottom: 100px;
}
.color2{
    color: #dc9814;
}
.bg2{
    background-color: #dc9814;
}
.overlay-flash .adv-thumb-link::before{
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    content: '';
    opacity: 0;
    background-color: #ffffff;
    z-index: 2;
}
.overlay-flash .adv-thumb-link::after{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    z-index: 1;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.overlay-flash:hover .adv-thumb-link::before{
    background: rgba(255, 255, 255, 0);
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    opacity: 1;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.overlay-flash:hover .adv-thumb-link::after{
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
}

@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, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 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, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 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(-50px, 0, 0);
    transform: translate3d(-50px, 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(-50px, 0, 0);
    transform: translate3d(-50px, 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, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 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;
}


/*Home 1*/
.menu-fixed-content .header-row{
    opacity: 1 !important;
}
.header-s1{
    position: relative;
    background-color: #000;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.main-nav .toggle-mobile-menu{
    display: none;
    color: #000;
}
.logo,
.main-nav2,
.main-nav2 .toggle-mobile-menu{
    display: inline-block;
}
.logo h1.color{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.main-nav2 {
    float: right;
    margin-left: 63px;
}
.main-nav2 > ul > li{
    display: none;
}
.main-nav2 > ul{
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px 0 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px 0 50px;
    opacity: 0;
    visibility: hidden;
    padding: 0px;
    width: 0px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;

}
.active-style.main-nav2 .toggle-mobile-menu{
    display: none;
}
.active-style.main-nav2{
    margin: 0;
}
.active-style.main-nav2 > ul {
    opacity: 1;
    visibility: visible;
    padding: 0 30px 0 45px;
    width: auto;
}
.active-style.main-nav2 > ul > li{
    display: inline-block;
}
.main-nav2.fixed-header.active > ul > li,
.main-nav2.active > ul > li{
    display: inline-block;
}
.main-nav2.fixed-header.active>ul,
.main-nav2.active > ul{
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px 0 50px;
    opacity: 1;
    visibility: visible;
    width: auto;
}
.header-left > .wpb_column > .vc_column-inner > .wpb_wrapper{
    position: relative;
    z-index: 999;
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 30px;
    padding: 0px 40px 0px 25px;
    height: 120px;
}
.fixed-header .header-left > .wpb_column > .vc_column-inner > .wpb_wrapper,
.menu-fixed-content .header-left > .wpb_column > .vc_column-inner > .wpb_wrapper{
    height: 80px;
}
.text-logo img{
    /*max-width: 35px;*/
    margin-right: 10px;
}
.text-logo,
.text-logo a{
    color: #000;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.main-nav2 .toggle-mobile-menu::after,
.main-nav2 .toggle-mobile-menu::before{
    display: none;
}
.main-nav2 .toggle-mobile-menu i.la{
    display: block;
}
.main-nav2 .toggle-mobile-menu i.la-close,
.main-nav2.active .toggle-mobile-menu i.la-bars{
    display: none;
}
.main-nav2.active .toggle-mobile-menu i.la-close{
    display: inline-block;
    vertical-align: middle;
}
.menu-fixed-content .header-s5  >.wpb_column {
    padding: 15px !important;
}
.menu-fixed-content .product-catelist > ul.list-cate{
    display: none;
}
.menu-fixed-content .main-nav > ul{
    background: transparent !important;
}
.header-right .wpb_wrapper{
    margin: 0 -15px;
}
.header-right .wpb_wrapper > div{
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    z-index: initial;
}
.header-right .wpb_wrapper > div.account-manager{
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.s-icon, .mini-cart-link, .open-login-form{
    font-size: 30px;
    color: #dc9814;
}
.header-s6 .open-login-form{
    color: #fff;
}
.header-s6 .open-login-form:hover{
    color: #dc9814;
}
.header-s6 .header-right2 .mini-cart-link:hover{
    color: #303030;
}
.mini-cart-link .mini-cart-number{
    position: absolute;
    top: -14px;
    right: 4px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}
.header-s7,
.header-s2{
    background: #fff;
}
.header-s7 .mini-cart-link .mini-cart-number,
.header-s2 .mini-cart-link .mini-cart-number{
    background: #000;
}
.header-s7 .header-right,
.header-s2 .header-right{
    right: 15px;
}

.header-right{
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -20px;
}
.header-right .wpb_wrapper > div.buy-link {
    padding-left: 75px;
}
.buy-link p{
    margin-bottom: 0px;
}
.buy-link a{
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    background: #fff;
    letter-spacing: 5px;
    text-indent: 5px;
    color: #000;
}
.buy-link a:hover {
    background: #dc9814;
    color: #fff;
}
.header-s1 > .wpb_column > .vc_column-inner > .wpb_wrapper{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.header-s5 > .wpb_column > .vc_column-inner > .wpb_wrapper{
    justify-content: normal;
}
.logo-menu{
    display: none;
}
.header-s6 .header-right .wpb_wrapper>div.search-form-default{
    display: none;
}
.fixed-header .header-s6 .header-right .wpb_wrapper>div.search-form-default{
    display: inline-block;
}
.fixed-header .header-s6 .header-right .wpb_wrapper>div{
    background: transparent;
}
.fixed-header .header-s6 .s-icon, 
.fixed-header .header-s6 .mini-cart-link, 
.fixed-header .header-s6 .open-login-form{
    color: #dc9814;
}

.fixed-header .logo-menu{
    display: inline-block;
    margin-right: 40px;
}
.search-icon .search-form,
.s-icon .la-close{
    display: none;
}
.search-icon.active .s-icon .la-close{
    position: fixed;
    font-size: 30px;
    top: 25px;
    right: 15px;
    color: #fff;
    z-index: 10000;
    display: block;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.search-icon.active .s-icon .la-close:hover{
    color: #dc9814;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.cart-overlay,
.search-icon .search-form-wrap{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0px !important;
    background-color: rgba(11,11,11,.8);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.cart-overlay.toggle,
.search-icon.active .search-form-wrap{
    visibility: visible;
    opacity: 1;
}
.search-icon.active .search-form{
    display: flex;
    position: relative;
    width: 768px;
    height: auto;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    border: none;
    background: transparent;
}
.list-product-search{
    color: #000;
    max-height: 220px;
    overflow-y: auto;
}
.list-product-search p.text-center{
    margin: 0;
}
.search-icon .list-product-search p.text-center{
    margin-bottom: 0px;
}
.search-icon .search-form input[type="text"]{
    text-align: center;
    font-size: 20px;
    padding: 0 20px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    font-family: 'Julius Sans One', sans-serif;
}
.search-icon .submit-form{
    display: none;
}
.search-icon .submit-form::after{
    font-family: 'LineAwesome';
    content: "\f2eb";
    font-size: 30px;
    line-height: 57px;
}
.main-nav>ul>li.current-menu-item>a:before,
.main-nav>ul>li.current-menu-ancestor>a:before,
.main-nav>ul>li>a:before{
    font-family: 'LineAwesome';
    content: "\f11f";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -24px;
    opacity: 0;
    visibility: hidden;
    color: #dc9814;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.main-nav>ul>li:hover>a:before{
    top: -19px;
    opacity: 1;
    visibility: visible;

}
.account-manager .dropdown-list{
    display: none;
}
.logged-in .account-manager .dropdown-list{
    display: block;
    z-index: 1;
}
.account-manager > .color{
    display: inline-block;
    height: 34px;
    line-height: 34px;
}

/*Slider*/
.banner-slider .slider-content-text{
    width: 550px;
}
.banner-slider .slider-content-text p.title24{
    display: inline-block;
    margin-top: 12px;
    letter-spacing: 1.2px;
}
.large-button,
.banner-slider .slider-content-text a.title18{
    display: inline-block;
    height: 100px;
    line-height: 100px;
    background: #000;
    padding: 0 50px;
    margin-top: 43px;
    letter-spacing: 6px;
    text-indent: 6px;
}
.banner-slider .owl-theme.owl-carousel .owl-controls .owl-buttons div{
    opacity: 1;
    margin: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    color: #000;
    border: none;
    background: #fff;
}
.large-button:hover,
.banner-slider .slider-content-text a:hover,
.banner-slider .owl-theme.owl-carousel .owl-controls .owl-buttons div:hover{
    background: #dc9814;
    color: #fff;
}
.banner-slider .item-slider-1 .slider-content-text a.title18{
    margin-top: 43px;
}
.banner-slider-1.banner-slider .owl-theme.owl-carousel .owl-controls .owl-buttons div.owl-prev{
    border-right: 1px solid #ececec;
}
.banner-slider .owl-theme.owl-carousel .owl-controls .owl-buttons div.owl-prev{
    left: 0;
}
.banner-slider .owl-theme.owl-carousel .owl-controls .owl-buttons div.owl-next{
    right: 0;
}
.banner-slider .owl-theme.group-navi .owl-buttons{
    top: auto;
    left: auto;
    right: 0;
    width: 200px;
    bottom: 100px;
    background: #eee;
}
.banner-slider .owl-item.active .item-slider-1 .banner-info h3.title60{
    -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-slider .owl-item.active .item-slider-1 .banner-info p.title24{
    -webkit-animation: fadeRight 1s .2s both;
    animation: fadeRight 1s .2s both;
}
.banner-slider .owl-item.active .item-slider-1 .banner-info a.title18{
    -webkit-animation: fadeDown 1s .2s both;
    animation: fadeDown 1s .2s both;
}
.banner-slider .item-slider-2 .banner-thumb a{
    position: relative;
}
.banner-slider .item-slider-2 .banner-thumb a:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
}
.banner-slider .item-slider-2 .slider-content-text {
    padding: 80px 0px 0px;
    width: 607px;
    margin: auto;
    text-align: center;
    background: rgba(255, 255, 255, .9);
}
.banner-slider .item-slider-2 .slider-content-text .button{
    margin: 0;
    position: relative;
    bottom: -50px;
}
.banner-slider .item-slider-2 .slider-content-text a.title18{
    margin: 0;
}
.banner-slider.banner-slider-2 .owl-theme.owl-carousel.navi-nav-style .owl-controls .owl-buttons div{
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-slider.banner-slider-2 .owl-theme.owl-carousel.navi-nav-style .owl-controls .owl-buttons {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:  translate(-50%, -50%);
    -ms-transform:  translate(-50%, -50%);
    -o-transform:  translate(-50%, -50%);
    transform:  translate(-50%, -50%);
    width: 1200px;
    margin: auto;
}

.banner-slider .owl-item.active .item-slider-2 .banner-info{
    -webkit-animation: fadeInDown 1s .2s cubic-bezier(.215,.61,.355,1) 1 forwards;
    animation: fadeInDown 1s .2s cubic-bezier(.215,.61,.355,1) 1 forwards;
}
.banner-slider .owl-item.active .item-slider-2 .banner-info h3.title60{
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .3s fadeInUp both;
}
.banner-slider .owl-item.active .item-slider-2 .banner-info p.title24{
    -webkit-animation: 1s .4s fadeInUp both;
    animation: 1s .4s fadeInUp both;
}
.banner-slider .owl-item.active .item-slider-2 .banner-info a.title18{
    -webkit-animation: 1s .5s fadeInUp both;
    animation: 1s .5s fadeInUp both;
}
/*end-slider*/
.h1-banner .banner-info{
    padding: 0 30px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    transform: translateY(calc( -50% + 0.5px ));
    -ms-transform: translateY(calc( -50% + 0.5px ));
    -o-transform: translateY(calc( -50% + 0.5px ));
    -webkit-transform: translateY(calc( -50% + 0.5px ));
}
.h1-banner-right.overlay-image .adv-thumb-link::after{
    background: rgba(255, 255, 255, 0.5);
}
.h3-banner .banner-info h3.title48,
.h1-banner .banner-info h3.title48{
    margin: 9px 0 12px;
}
.more{
    color: #000;
    position: relative;
    letter-spacing: 6px;
    text-indent: 6px;
    display: inline-block;
    margin: 0 -3px;
}
.more.white{
    color: #fff;
}

.more:after{
    content: "";
    position: absolute;
    height: 1px;
    width: calc( 100% - 12px );
    padding: 0 6px;
    left: 6px;
    right: 6px;
    bottom: -4px;
    background: #fff;
    z-index: 999;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.more.color:after,
.more.black:hover:after,
.more:hover::after,
.h1-banner .banner-info a.title14:hover:after{
    background: #dc9814;
}
.more.black:after,
.h1-banner .banner-info a.black:after{
    background: #000;
}
.more.color,
.more:hover{
    color: #dc9814;
}
.h1-tabs > h3.title24{
    margin-bottom: 45px;
    font-weight: bold;
}
.tab-header {
    background: #f9f9f9;
}
.tab-header ul li{
    float: none;
}
.tab-header ul li a span.found_posts{
    display: inline-block !important;
    visibility: visible;
    position: absolute;
    top: -10px;
    right: 5px;
    color: #dc9814;
    font-size: 12px;
}
.tab-header ul li a span.found_posts span.lb{
    display: none !important;
}
.nav-tabs>li>a{
    border: none;
    margin: 0;
    border-radius: 0px;
    border-bottom: 1px solid transparent;
    padding: 0px 20px;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-weight: 400;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
    border: none;
    margin: 0px;
    border-bottom: 1px solid #dc9814;
    background: transparent;
}
.nav>li>a:focus, .nav>li>a:hover{
    background: transparent;
    border-color: transparent;
}
.title-tab{
    margin: 0;
}
.title-tab > li {
    margin: 0;
}
.filter-product {
    margin: 0px;
    margin-top: -100px;
}
.btn-filter span,
.btn-filter::after{
    display: none;
}
.btn-filter {
    background: transparent;
    border: none;
    display: inline-block;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #000;
}
.item-product .addcart-link i.fa-cog,
.item-product .addcart-link i.la-check{
    padding: 0 5px;
    font-size: 14px !important;
}
.item-product-default .addcart-link i.fa-cog,
.item-product-default .addcart-link i.la-check{
    font-size: 14px !important;
    position: absolute;
    left: 15px;
    top: -5px;
    padding: 0;
}
.product-extra-link [title]:before{
    content: attr(title);
    position: absolute;
    height: 26px;
    line-height: 26px;
    width: 85px;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 14px;
    left: 40px;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-extra-link [title]:after{
    content: "";
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    left: 33px;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
}
.product-extra-link [title]:before,
.product-extra-link [title]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}
.product-extra-link [title]:hover:before,
.product-extra-link [title]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.woocommerce a.button.addcart-link,
.product-extra-link a.addcart-link,
.product-extra-link a.quickview-link,
.product-extra-link a.add_to_wishlist{
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 30px;
    border: none;
    background: transparent;
    color: #fff;
    position: relative;
    letter-spacing: 0px;
    text-indent: 0px;
    text-transform: none;
}
.product-extra-link a.compare-link{
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    display: inline-block;
    margin-bottom: 5px;
    border: none;
    background: transparent;
    color: #fff;
    position: relative;
}
.product-extra-link a.compare-link i.la{
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
}
.product-extra-link a.addcart-link:hover,
.woocommerce a.button.addcart-link:hover,
.product-extra-link ul li a:hover{
    background: transparent;
    color: #dc9814;
}
.item-product-grid .product-extra-link{
    position: absolute;
    bottom: 15px;
    left: 11px;
    z-index: 1;
}
.item-product-grid .product-extra-link ul{
    margin-bottom: 0px;
}
.item-product-default .product-extra-link ul li {
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 0;
    filter: alpha(opacity=0);
}
.item-product-default .product-thumb:hover .product-extra-link ul li {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
}
.item-product-default .product-thumb:hover .product-extra-link ul li:nth-child(1) {
    -webkit-transition: transform .4s ease .1s;
    -moz-transition: transform .4s ease .1s;
    -ms-transition: transform .4s ease .1s;
    -o-transition: transform .4s ease .1s;
    transition: transform .4s ease .1s;
}
.item-product-default .product-thumb:hover .product-extra-link ul li:nth-child(2) {
    -webkit-transition: transform .4s ease .2s;
    -moz-transition: transform .4s ease .2s;
    -ms-transition: transform .4s ease .2s;
    -o-transition: transform .4s ease .2s;
    transition: transform .4s ease .2s;
}
.item-product-default .product-thumb:hover .product-extra-link ul li:nth-child(3) {
    -webkit-transition: transform .4s ease .3s;
    -moz-transition: transform .4s ease .3s;
    -ms-transition: transform .4s ease .3s;
    -o-transition: transform .4s ease .3s;
    transition: transform .4s ease .3s;
}
.item-product-default .product-thumb:hover .product-extra-link ul li:nth-child(4) {
    -webkit-transition: transform .4s ease .4s;
    -moz-transition: transform .4s ease .4s;
    -ms-transition: transform .4s ease .4s;
    -o-transition: transform .4s ease .4s;
    transition: transform .4s ease .4s;
}
.item-product-list .wrap-rating{
    margin-bottom: 17px !important;
}
.item-product-list .desc{
    margin-bottom: 18px;
}
.item-product-list .desc .product-desc{
    margin: 0;
}
.item-product-list .product-extra-link {
    margin-top: 16px;
    font-size: 0px;
    display: inline-block;
}
.item-product-list .product-extra-link ul li{
    position: relative;
}
.woocommerce .item-product-list a.button.addcart-link,
.item-product-list .product-extra-link a{
    color: #000;
    border: 1px solid #e5e5e5;
    height: 60px;
    width: 60px;
    line-height: 58px;
    margin: 0;
    margin-left: -1px;
    text-indent: 0px;
    letter-spacing: 0px;
    text-transform: inherit;
}
.item-product-list .product-extra-link [title]:after{
    border-bottom: 7px solid #000;
    border-left: 7px solid transparent;
    width: 7px;
    top: auto;
    bottom: -11px;
    left: 50%;
    transform: none;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}
.item-product-list .product-extra-link [title]:before{
    background-color: #000;
    color: #fff;
    top: auto;
    bottom: -37px;
    left: 50%;
    transform: none;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}
.item-product-list2 .product-extra-link [title]:before,
.item-product-list2 .product-extra-link [title]:after{
    display: none;
}
.woocommerce .item-product-list a.button.addcart-link:hover,
.item-product-list .product-extra-link a:hover{
    background: #dc9814;
    color: #fff;
    border-color: #dc9814;
}
a.add_to_wishlist.added i.la-heart-o:before {
    content: "\f233";
}
a.compare-link.added{
    font-size: 14px;
}
.item-product-list .list-brand {
    float: right;
    display: inline-block;
    margin-top: 16px;
}
.item-product-list .list-brand ul{
    margin: 0px -2.5px;
}
.item-product-list .list-brand ul li a{
    border: 1px solid #e5e5e5;
    margin: 0 2.5px;
}
.item-product-list .list-brand ul li a:hover{
    border-color: #dc9814;
}
#cboxMiddleRight,
#cboxMiddleLeft,
#cboxBottomRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight{
    background: none;
}
#cboxOverlay {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.6);
}
#cboxClose{
    bottom: -28px;
    width: 24px;
    height: 24px;
    background-position: initial;
    background: url(../image/close.png);
}
#cboxClose:hover {
    background-position: initial;
}
.item-product-grid .product-price {
  margin: 10px -2px 0px;
}
.item-product-grid .product-title a{
    color: #777;
}
.item-product-grid .product-title a:hover{
    color: #dc9814;
}
.text-parallax{
    position: absolute;
    left: 50%;
    top: 54%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 220px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .05);
    font-family: 'Julius Sans One', sans-serif;
    pointer-events: none;
}
.h1-parallax .banner-info,
.h1-parallax .content-info {
    position: absolute;
    left: 80px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    transform: translateY(calc( -50% + 0.5px ));
    -ms-transform: translateY(calc( -50% + 0.5px ));
    -o-transform: translateY(calc( -50% + 0.5px ));
    -webkit-transform: translateY(calc( -50% + 0.5px ));
    visibility: visible;
}
.h1-parallax .banner-info h2.title60,
.h1-parallax .content-info h2.title60{
    margin-bottom: 12px;
}
.h1-parallax .banner-info h3.title24,
.h1-parallax .content-info h3.title24{
    margin-bottom: 9px;
}
.h1-parallax .banner-info p.title24,
.h1-parallax .content-info p.title24{
    margin-bottom: 18px;
}
.h1-parallax .banner-info a.more,
.h1-parallax .content-info a.more{
    margin: 0 -6px;
}
.h1-parallax{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.full-parallax{
    height: auto;
    background-attachment: unset;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.h1-brands{
    margin: -10px;
}
.h1-brands .item-image-list{
    padding: 0 10px;
}
.h1-brands .item-image-list a {
    padding: 1px;
}
.h1-brands .item-image-list a img{
    border: 1px dashed #fff;
}
.h1-brands .item-image-list a:hover img{
    border-color: #dc9814;
}
.post-meta .meta-avatar{
    width: 52px;
    vertical-align: middle;
}
.post-meta img {
    border-radius: 50%;
}
.post-meta ul.list-none{
    line-height: 24px;
}
.post-meta{
    margin-bottom: 10px;
}
.item-post .post-thumb i.la{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.item-post .post-thumb a:hover i.la{
    opacity: 1;
    visibility: visible;
}
.blog-slider-view .group-navi .owl-buttons{
    width: 61px;
    top: -61px;
}
.wrap-bread-crumb.bg-banner .product-nav {
    display: none;
}
.product-nav {
    float: right;
    position: relative;
    width: 61px;
    margin-top: -45px;
}
.product-nav ul li {
    position: absolute;
}
.product-nav ul li.prev{
    left: 0;
}
.product-nav ul li.next{
    right: 0;
}
.product-nav ul li a{
    display: inline-block;
    line-height: 30px;
}
.product-nav ul li a,
.single-related-post .owl-theme .owl-controls .owl-buttons div,
.related-product .owl-theme .owl-controls .owl-buttons div,
.blog-slider-view .owl-theme .owl-controls .owl-buttons div{
    width: 30px;
    height: 30px;
    color: #000;
    border-color: #f5f5f5;
    background-color: #f5f5f5;
    text-align: center;
}
.product-nav ul li a:hover,
.single-related-post .owl-theme .owl-controls .owl-buttons div:hover,
.related-product .owl-theme .owl-controls .owl-buttons div:hover,
.blog-slider-view .owl-theme .owl-controls .owl-buttons div:hover{
    color: #dc9814;
}
.single-related-post .owl-theme .owl-controls .owl-buttons i:before,
.related-product .owl-theme .owl-controls .owl-buttons i:before,
.blog-slider-view .owl-theme .owl-controls .owl-buttons div i:before{
    line-height: 30px;
}
.related-product .owl-theme.group-navi .owl-buttons{
    top: -62px;
}
.h1-instagram .follow-instagram li{
    max-width: 100%;
}
.h1-instagram.vc_row {
    margin: 0 -5px;
}
.h1-instagram .follow-instagram li,
.h1-instagram .follow-instagram{
    margin: 0;
}
.top-left-image,
.top-right-image{
    padding: 0 5px;
}
.h1-instagram .top-right-image .follow-instagram li:first-child,
.top-left-image{
    margin-bottom: 10px;
}
.h1-instagram .bottom-image .follow-instagram li{
    width: 33.3333%;
    padding: 0 5px;
}
.h1-instagram .bottom-image {
    padding: 0;
}
.h1-box.vc_row{
    margin: 0px;
    margin-right: -10px;
    margin-bottom: 150px;
}
.h1-box-left{
    padding: 0;
}
.h1-box-right{
    padding: 0;
    padding-left: 50px;
    padding-right: 10px;
}
.h1-trend .banner-info {
    bottom: 80px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.h1-trend .banner-info h3.title48{
    margin-bottom: 4px;
}
.h1-trend .banner-info p.title18{
    margin-bottom: 17px;
}
.newsletter-form > h3.title24{
    max-width: 400px;
    margin: auto;
    margin-bottom: 17px;
}
.newsletter-form > p.mail-desc{
    max-width: 500px;
    margin: auto;
    margin-bottom: 44px;
}
.newsletter-form .form-newsletter{
    max-width: 500px;
    margin: auto;
}
.form-newsletter form .mc4wp-form-fields{
    display: inline-block;
    border: none;
}
.form-newsletter input[type="email"] {
    height: 50px;
    display: inline-block;
    width: 100%;
    border: 1px solid #e5e5e5;
    color: #999;
    margin-bottom: 20px;
    background: #fff;
}
.form-newsletter form .submit-form{
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0px;
    height: 60px;
    line-height: 58px;
    padding: 0;
    letter-spacing: 6px;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.form-newsletter form .submit-form::after{
    display: none;
}
.form-newsletter form .submit-form input[type="submit"]{
    position: static;
    text-transform: uppercase;
    padding: 0px 48px;
    letter-spacing: 6px;
    text-indent: 6px;
    line-height: 60px;
}
.form-newsletter form .submit-form:hover{
    background: #dc9814;
}
.footer-newsletter{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 95px 0 96px;
    background-color: #f5f5f5;
    -webkit-background-size: cover;
    background-size: cover;
}
.footer-logo{
    margin-bottom: 27px;
}
.footer-contact ul li{
    color: #333;
    margin-bottom: 18px;
}
.footer-box {
    margin-top: 18px;
}
.footer-box h3.title14{
    margin-bottom: 32px;
}
.footer-box ul li:not(:last-child){
    margin-bottom: 17px;
}
.footer-box ul li{
}
.footer-social .text-hidden{
    display: none;
}
.footer-social ul{
    margin: 0 -6px;
    text-align: center;
}
.footer-social ul li{
    margin: 0 6px;
}
.footer-social ul li a{
    font-size: 24px;
}
.footer-top{
    margin-bottom: 30px;
}
.footer-bottom{
    margin-bottom: 45px;
}
.shop-banner{
    margin-top: -100px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.05);
}
.shop-banner .banner-info {
    top: 50%;
    left: 180px;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
    transform: translateY(calc( -50% + 0.5px ));
    -ms-transform: translateY(calc( -50% + 0.5px ));
    -o-transform: translateY(calc( -50% + 0.5px ));
    -webkit-transform: translateY(calc( -50% + 0.5px ));
}
.shop-banner .banner-info h2.title60{
    margin-bottom: 11px;
}
.shop-banner .banner-info h3.title24{
    margin-bottom: 10px;
}
.shop-banner .banner-info h3.title24.color2{
    margin-bottom: 22px;
}
.wrap-bread-crumb{
    margin: 77px 0 59px;
}
.wrap-bread-crumb.bg-banner {
  position: relative;
  height: 400px;
  margin: 0;
}
.wrap-bread-crumb.bg-banner .bread-crumb{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wrap-bread-crumb.bg-banner .bread-crumb h2{
    margin-bottom: 13px;
}

.title-box{
    margin: 0 0 46px;
    display: inline-block;
    width: 100%;
    background: #f9f9f9;
}
.woocommerce .woocommerce-result-count{
    margin: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
.widget_s7upf_category_list.widget ul.children{
    display: none;
}
.widget_s7upf_category_list.widget ul li span.show_btn {
    color: #000;
    float: right;
}
.widget_s7upf_category_list.widget ul li span:before{
    height: 25px;
    width: 25px;
    text-align: right;
    display: inline-block;
    cursor: pointer;
}
.widget_s7upf_category_list.widget ul li span.show_btn.la-toggle-up {
    color: #dc9814;
}
.widget_s7upf_category_list.widget ul li span{
    color: #999;
}
.widget ul.children li{
    position: relative;
}
.widget ul.children li:before{
    content: "";
    position: relative;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #999;
    float: left;
    margin-top: 7px;
    margin-right: 8px;
}
.blockUI.blockOverlay{
}
.icon-player > i,
.video-button > i{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    z-index: 99;
    font-size: 70px;
    background: #fff;
    border-radius: 50%;
}
.video-button.active > i.la:before{
    content: "\f2ad";
}

.banner-video.clicked .video-button{
    opacity:0;
    transform:scale(0);
    -webkit-transform:scale(0);
}
.banner-video.clicked:hover .video-button{
    opacity:1;
    transform:scale(1);
    -webkit-transform:scale(1);
}
.banner-video{
    position: relative;
}
.banner-video video{
    display: block;
    width: 100%;
    height: 100%;
}
.quick-view-loader .fancybox-stage {
    pointer-events: none;
}
.quick-view-loader .fancybox-content{
    display: none;
}
.detail-gallery .carousel li{
    width: 100px !important; 
    height: 115px !important;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.detail-gallery .carousel li a{
    display: block;
    border: 1px solid transparent;
    margin: 0 1px;
}
.detail-gallery .carousel li a.active,
.detail-gallery .carousel li a:hover{
    border-color: #dc9814;
}
.detail-gallery .gallery-control.true{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 101px;
    margin: 0;
}
.detail-gallery .gallery-control.true .carousel li{
    margin: 0;
    width: 100px !important;
    height: 115px !important;
    margin-bottom: 10px;
}
.detail-gallery .carousel li img{
    display: block;
    max-width: 100%;
    height: auto !important;
}
.detail-gallery .gallery-control.true > a {
    position: absolute;
    top: auto;
    bottom: 0px;
    color: #000;
    font-size: 18px;
}
.detail-gallery .gallery-control.true > a i.la-arrow-left:before{
    content: '\f11f';
}
.detail-gallery .gallery-control.true > a i.la-arrow-right:before{
    content: '\f122';
}
.detail-gallery .gallery-control.true > a.prev{
    left: 25px;
}
.detail-gallery .gallery-control.true > a.next{
    right: 25px;
}
.detail-gallery.has-gallery .woocommerce-product-gallery__image.true{
    padding-left: 110px;
}
.product-popup-content .product-nav,
.product-popup-content .detail-info .list-brand{
  display: none;
}
.product-popup-content .detail-gallery.has-gallery .woocommerce-product-gallery__image.true{
    padding-left: 60px;
}
.product-popup-content .detail-gallery .gallery-control.true .carousel li{
    width: 50px !important;
    height: 57px !important;
}
.product-popup-content .detail-gallery .gallery-control.true {
    width: 50px;
}
.product-popup-content .detail-gallery .gallery-control.true > a.prev {
    left: 0px;
}
.product-popup-content .detail-gallery .gallery-control.true > a.next {
    right: 0px;
}
.product-popup-content .woocommerce div.product form.cart .button.single_add_to_cart_button{
    padding: 0 30px;
    letter-spacing: 4px;
}
.detail-info .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
    content: "\f234";
    font-family: 'LineAwesome';
    font-size: 30px;
}
.detail-info > .compare::before {
    content: "\f2d9";
    font-family: 'LineAwesome';
    font-size: 30px;
}
.woocommerce .detail-info .compare.button,
.yith-wcwl-add-button a.add_to_wishlist{
    font-size: 0px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    background: transparent;
    color: #333;
    letter-spacing: 0px;
    text-indent: 0px;
}
.woocommerce .detail-info .compare.button:hover,
.yith-wcwl-add-button a.add_to_wishlist:hover{
    background: #dc9814;
    color: #fff;
    border-color: #dc9814;
}

.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-wishlistaddedbrowse a,
.share-product > ul > li > a{
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
}
.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-wishlistaddedbrowse a{
    width: auto;
    padding: 0 15px;
    font-size: 14px;
}
.yith-wcwl-wishlistexistsbrowse span.feedback,
.yith-wcwl-wishlistaddedbrowse span.feedback{
    display: none;
}
.yith-wcwl-wishlistexistsbrowse a:hover,
.yith-wcwl-wishlistaddedbrowse a:hover,
.share-product > ul > li > a:hover{
    background: #dc9814;
    color: #fff;
    border-color: #dc9814;
}
.yith-wcwl-wishlistexistsbrowse a:after,
.yith-wcwl-wishlistaddedbrowse a:after{
    font-family: WooCommerce;
    content: '\e017';
    margin-left: .53em;
    vertical-align: bottom;
}
.woocommerce .detail-info .compare.button{
    border-left: none;
    border-right: none;
}
.detail-info .yith-wcwl-add-to-wishlist{
}
.yith-wcwl-add-to-wishlist + div{
    display: inline-block;
    clear: inherit;
}
.detail-info .compare.button,
.detail-info .yith-wcwl-add-to-wishlist{
    display: inline-block;
    margin: 0;
    float: left;
}
.share-product {
    display: inline-block;
    vertical-align: middle;
    margin-left: -2px;
}
.share-product > ul{
    font-size: 0;
}
.share-product > ul > li{
    margin-left: -1px;
}
.share-product > ul > li.mail-product > a{
    border-right: none;
}
.detail-info > .compare.added::before{
    display: none;
}
.woocommerce .detail-info .compare.button.added{
    font-size: 14px;
    width: auto;
    padding: 0 15px;
}
.item-product-meta-info{
    margin-top: 30px;
    margin-bottom: -16px;
    padding-top: 26px;
    border-top: 1px solid #e5e5e5;
}
.share-product .single-list-social label{
    display: none;
}
.share-product > ul > li.share-product{
    position: relative;
}
.share-product .single-list-social{
    position: absolute;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    top: -69px;
    left: 0;
    padding-left: 50%;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    z-index: 999;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.share-product > ul > li.share-product:hover .single-list-social{
    margin: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.share-product .single-list-social ul:before{
    content: "\f0d7";
    font-family: "FontAwesome";
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: auto;
    bottom: -23px;
    left: 48%;
    transform: translateX(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.share-product .single-list-social ul{
    position: relative;
    background: #fff;
    padding: 10px;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -webkit-box-shadow: -2px 4px 9px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 4px 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 4px 9px 0px rgba(0, 0, 0, 0.1);
}
.share-product .single-list-social li{
    margin: 0 5px;
}
.single-list-social li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
}
.single-list-social li a i{
    font-size: 24px;
}
.single-list-social li a span{
    font-size: 14px;
    line-height: 12px;
    margin-top: 3px;
    font-weight: 300;
}
.total-share{
    pointer-events: none;
}
.single-list-social li a i.la-facebook{
    color: #3b5998;
}
.single-list-social li a i.la-twitter{
    color: #36B6D9;
}
.single-list-social li a i.la-envelope-o{
    color: #fec909;
}
.single-list-social li a i.la-linkedin{
    color: #00527b;
}
.single-list-social li a i.la-pinterest{
    color: #cb2027;
}
.single-list-social li a i.la-google-plus{
    color: #dd4b39;
}
.single-list-social li a i.la-tumblr{
    color: #3f557a;
}
.single-list-social li a i.la-share-alt{
    color: #cb0909;
}
.product-remove a.remove {
    font-size: 0px;
    width: 25px;
}
.product-remove a.remove:before{
    font-family: "LineAwesome";
    content: "\f34d";
    font-size: 14px;
    color: #333;
}
.product-remove a.remove:hover:before{
    color: #dc9814;
}
.woocommerce table.shop_attributes tr td {
    padding: 0 8px;
}
.shop-desc h3.title18{
    font-family: 'Archivo Narrow', sans-serif;
    margin-bottom: 38px;
}
.shop-desc p.desc{
    margin-bottom: 34px;
}
.shop-desc .desc{
    color: #555;
}
.shop-desc p.desc.black{
    color: #333;
}
.shop-desc ul li{
    position: relative;
    margin-bottom: 12px;
}
.shop-desc ul li:before{
    content: "\f17d";
    font-family: "LineAwesome";
    font-size: 12px;
    margin-right: 15px;
}
.product-feature-img{
    text-align: center;
    margin-top: 75px;
}
.product-feature-img .adv-thumb-link{
    display: inline-block;
    border-radius: 100%;
}
.product-feature-img span.caption{
    display: block;
    margin-top: 22px;
    color: #555;
}
.quick-view-wrap .woocommerce-review-link,
.quick-view-wrap .single-list-social{
    display: none;
}
.quick-view-wrap .product-popup-content {
    padding: 35px 30px 30px;
    overflow-x: hidden;
    width: 900px !important;
}
.quick-view-wrap .product-popup-content .fancybox-close-small{
    right: -5px;
    top: -5px;
}
.quick-view-wrap .woocommerce div.product form.cart .button.single_add_to_cart_button{
    padding: 0 30px;
    letter-spacing: 4px;
}
.content-append-after-tab{
    margin-top: 50px;
}
.content-append-before-tab{
    margin-bottom: 50px;
}
.product-banner .banner-info {
    top: 100px;
    bottom: 100px;
    left: 215px;
    right: 215px;
    max-width: 330px;
    margin: 0;
    background: #fff;
    padding: 52px 60px;
}
.product-banner .banner-info:before{
    content: "";
    position: absolute;
    top: -15px;
    left: 15px;
    right: 15px;
    height: 15px;
    width: calc(100% - 30px);
    background: #434343;
}
.product-banner .banner-info h2.title60{
    margin-bottom: 11px;
}
.product-banner .banner-info h3.title24{
    margin-bottom: 22px;
}
.short-desc{
    margin-bottom: -5px;
}
.short-desc ul li i{
    margin-right: 12px;
}
.short-desc p.desc{
    margin-bottom: 16px;
}

/*Comment*/
.woocommerce-Reviews .comment-reply-title {
    margin-bottom: 16px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.comment-respond .required{
    color: #dc9814;
}
.comment-respond .comment-notes{
    color: #999;
}
.comment-respond label{
    display: block;
    margin-bottom: 10px;
    color: #333;
    font-weight: 500;
    line-height: 18px;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"]{
    width: 50%;
    padding: 0 10px;
}
.comment-form-rating{
    margin-bottom: 6px;
}
.woocommerce #review_form #respond textarea,
.comment-respond textarea{
    width: 100%;
    height: 200px;
}
.woocommerce #review_form #respond p{
    margin: 0 0 20px;
}
.contact-form .comment-respond .form-submit,
.woocommerce #review_form #respond p.form-submit{
    margin-bottom: 0;
}
.shop-button,
.contact-form .comment-respond .form-submit input,
.woocommerce #review_form #respond .form-submit input{
    border: none;
    height: 60px;
    line-height: 60px;
    letter-spacing: 6px;
    text-indent: 6px;
    text-transform: uppercase;
    padding: 0 50px;
    background: #000;
    color: #fff;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.shop-button:hover,
.contact-form .comment-respond .form-submit input:hover,
.woocommerce #review_form #respond .form-submit input:hover{
    background: #dc9814;
    color: #fff;
}
.woocommerce #reviews #comments ol.commentlist {
    margin-bottom: 42px;
}
.woocommerce-Reviews .woocommerce-noreviews{
    margin-bottom: 17px;
    color: #999;
}
.comment-text .wrap-rating {
    margin-bottom: 0px !important;
}
.contact-notes{
    margin-bottom: 22px;
}
.contact-message{
    margin-top: 12px;
    margin-bottom: 30px;
}
.contact-form .comment-respond label{
    margin-bottom: 10px;
}
.contact-form .comment-respond textarea{
    padding: 10px;
}
.blog-comment-detail.comment-respond input[type="email"],
.blog-comment-detail .comment-respond input[type="text"],
.contact-form .comment-respond input[type="email"],
.contact-form .comment-respond input[type="text"]{
    width: 100%;
    padding: 0 10px;
}
.comment-list .comment-respond{
    margin: 62px 0 44px;
}

/*end-commemt*/


/*Blog*/
.item-default{
    margin-bottom: 50px;
}
.item-default.full{
    margin-bottom: 30px;
}
.item-default:nth-child(2n) .order-2,
.item-default .order-1{
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.item-default:nth-child(2n) .order-1,
.item-default .order-2{
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.item-default .post-thumb{
    display: block;
    max-width: 100%;
    margin: 0;
    margin-right: 7px;
}
.item-default:nth-child(2n) .post-thumb{
    margin: 0;
    margin-left: 7px;
}
.item-default .post-info{
    margin-left: -38px;
}
.item-default:nth-child(2n) .post-info{
    margin-left: 0px;
    margin-right: -38px;
}
.item-default .full-img .post-info,
.item-default:nth-child(2n) .no-thumb .post-info,
.item-default .no-thumb .post-info{
    position: static;
    margin: 0px;
    width: 100%;
    padding: 42px 32px 54px;
}
.item-default .no-thumb .col-list{
    width: 100%;
}
.item-default .post-info{
    position: absolute;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 42px 32px 32px;
    z-index: 9;
    top: 30px;
    bottom: 30px;
}
.item-default .col-list{
    padding: 0;
}
.item-default .item-post-default .post-meta ul.list-none{
    margin: 0;
    line-height: 24px;
}
.content-single-blog h2.title36{
    margin-bottom: 30px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.content-single-blog .post-meta{
    margin-bottom: 50px;
}
.blockquote {
    border: none;
    padding: 9px 0;
    padding-left: 87px;
    font-size: 14px;
    font-style: italic;
    color: #555;
    margin-bottom: 36px;
}
.blockquote:before{
    content: '';
    position: absolute;
    top: 16px;
    left: 15px;
    width: 70px;
    border-top: 1px solid #dc9814;
}
.blockquote:after{
    content: '\f2cd';
    font-family: Lineawesome;
    font-size: 48px;
    position: absolute;
    left: 26px;
    top: 40px;
    font-style: italic;
    color: #ccc;
}
.single-title-box{
    display: inline-block;
    max-width: 300px;
    position: absolute;
    z-index: 11;
}
.single-img-wrap .wpb_wrapper{
    position: relative;
}
.single-img.wpb_single_image{
    display: inline-block;
    margin-bottom: 44px;
}
.single-img1.wpb_single_image {
    position: absolute;
    right: 0;
    z-index: 1;
}
.single-img2.wpb_single_image{
    margin-top: 172px;
}
.single-box.last .desc{
    margin-bottom: 14px;
}
.single-meta-wrap{
    margin-bottom: 65px;
}
.single-meta-wrap .single-tags{
    position: relative;
    padding: 12px 0 15px;
    border-bottom: 1px dashed #999;
    border-top: 1px dashed #999;
}
.single-meta-wrap .single-list-social{
    margin: 0;
}
.single-meta-wrap .pore{
    margin: 0;
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    padding: 22px 0;
    margin-bottom: -1px;
}
.single-meta-wrap .single-tags ul,
.single-meta-wrap .single-list-social ul,
.single-meta-wrap .single-list-social label,
.single-meta-wrap .single-tags label{
    display: inline-block;
    vertical-align: middle;
}
.single-meta-wrap .single-list-social ul{
    margin: 0 -6px;
}
.single-meta-wrap .single-list-social li {
    margin: 0 6px;
}
.single-meta-wrap .single-list-social li a i{
    color: #555;
}
.single-meta-wrap .single-list-social li a span{
    display: none;
}
.single-meta-wrap .single-list-social label,
.single-meta-wrap .single-tags label{
    color: #555555;
    font-weight: 400;
    margin: 0;
}
.single-meta-wrap .single-list-social label{
    margin-right: 22px;
}
.single-meta-wrap .single-tags label{
    margin-right: 8px;
}
.single-meta-wrap .single-tags ul{
    margin: 0 -10px;
}
.single-meta-wrap .single-tags ul li{
    margin: 0 10px;
}
.single-meta-wrap .single-list-social li a:hover i,
.single-meta-wrap .single-tags ul li a{
    color: #dc9814;
}
.single-meta-wrap .single-tags ul li a:hover{
    color: #000;
}
.single-comment{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transform: translateY(calc( -50% + 0.5px ));
    -ms-transform: translateY(calc( -50% + 0.5px ));
    -o-transform: translateY(calc( -50% + 0.5px ));
    -webkit-transform: translateY(calc( -50% + 0.5px ));
}
.single-comment i.la{
    color: #555;
    margin: 0 9px;
}
.related-post-slider .group-navi .owl-buttons{
    top: -48px;
} 

/*Home full*/
.f-banner-1{
    width: 38.25%;
}
.f-banner-2{
    width: 32.79%;
}
.f-banner-3{
    width: 28.96%;
}
.fh1-box.vc_row{
    margin: 0px -15px;
    margin-bottom: 150px;
}
.f-banner .h1-banner .banner-info{
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(calc( -50% + 0.5px ));
    -ms-transform: translateY(calc( -50% + 0.5px ));
    -o-transform: translateY(calc( -50% + 0.5px ));
    -webkit-transform: translateY(calc( -50% + 0.5px ));
}
.f-banner-3 .h1-banner:not(:last-child){
    margin-bottom: 30px;
}
.h1-tabs .list-col-item{
    padding: 0 15px;
}

.fh1-box-left,
.fh1-box-right {
    padding: 0 15px;
}
.fh1-box-left .h1-instagram.vc_row{
}
.fservice-box .content-info{
    position: relative;
    background: #f5f5f5;
    padding: 48px 10px 48px 0px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.fservice-box .content-info .icon{
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(calc( -50% + 0.5px ));
    -ms-transform: translateY(calc( -50% + 0.5px ));
    -o-transform: translateY(calc( -50% + 0.5px ));
    -webkit-transform: translateY(calc( -50% + 0.5px ));
}
.fservice-box .content-info .icon-info{
    padding-left: 196px;
    padding-right: 70px;
}
.fservice-box .icon i.la{
    font-size: 0px;
    color: #000;
}
.fservice-box .icon i.la:before{
    font-size: 90px;
}
.fservice-box .content-info .icon-info p{
    margin: 0;
}
.fservice-box .content-info .icon-info h3.title24{
    margin-bottom: 12px;
}
.fservice-box a.adv-thumb-link{
    color: #000;
}
.fservice-box.gift-icon a.adv-thumb-link:after{
    content: "\f212";
}
.fservice-box.phone-icon a.adv-thumb-link:after{
    content: "\f2b3";
}
.fservice-box.history-icon a.adv-thumb-link:after{
    content: "\f236";
}
.fservice-box a.adv-thumb-link:after{
    content: "\f212";
    font-family: "Lineawesome";
    font-size: 190px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(55px,-50%);
    -ms-transform: translate(55px,-50%);
    -o-transform: translate(55px,-50%);
    transform: translate(55px,-50%);
    right: 0;
    color: rgba(0, 0, 0, .1);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.fservice-box a.adv-thumb-link:hover:after{
    transform: translateY(-50%);
    transform: translateY(calc( -50% + 0.5px ));
    -ms-transform: translateY(calc( -50% + 0.5px ));
    -o-transform: translateY(calc( -50% + 0.5px ));
    -webkit-transform: translateY(calc( -50% + 0.5px ));
}
.fservice-box a.adv-thumb-link:hover .content-info{
    background: #333;
}
.fservice-box a.adv-thumb-link:hover .content-info .icon i.la,
.fservice-box a.adv-thumb-link:hover .content-info p.desc,
.fservice-box a.adv-thumb-link:hover .content-info h3.title24{
    color: #fff;
}

/*Home 2*/
.h2-advs.vc_row{
    margin: 0px;
    margin-bottom: 127px;
}
.h2-banner-inner .wpb_column{
    padding: 0 10px;
}
.h2-banner-inner{
    padding: 0;
}
.h2-banner-ad .banner-info h3.title18 {
    margin-bottom: 11px;
}
.h2-banner-ad .banner-info p.title14{
    margin-bottom: 40px;
}
.h2-banner-ad  {
    position: relative;
    overflow: hidden;
}
.h2-banner-ad .banner-info {
    top: 100%;
    left: 100%;
    right: auto;
    bottom: auto;
    width: 100%;
    text-align: center;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;

}
.h2-banner-ad:hover .banner-info {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.h2-banner-ad .btn-wrap{
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 999;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    text-indent: 6px;
    height: 60px;
    line-height: 60px;
    width: 215px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.h2-banner-ad:hover .btn-wrap{
    width: 100%;
    height: 100%;
    z-index: 1;
}
.h2-banner-ad .btn-wrap .shop-btn{
    color: #FFF;
    position: absolute;
    width: 215px;
    text-align: center;
    right: 0;
    bottom: 0;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.h2-banner-ad:hover .btn-wrap .shop-btn{
    width: 100%;
}
.h2-banner-ad .btn-wrap .shop-btn:hover{
    color: #dc9814;
}



.h4-title-markup .title-markup{
    margin-bottom: 25px;
}
.title-markup-tab .tab-header > ul > li,
.title-markup{
    position: relative;
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin-bottom: 30px;
}
.title-markup-tab .tab-header > ul > li > a,
.title-markup .content-info {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    z-index: 1;
}
.style-markup{
    text-align: center;
}
.style-markup h3.title24{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
}
.style-markup p.desc{
    position: relative;
    display: inline-block;
    max-width: 360px;
    margin-bottom: 5px;
    margin-top: -30px;
}

.title-markup-tab .tab-header > ul > li > a:before,
.title-markup .content-info:before{
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 50px;
    background: #dc9814;
    right: auto;
    left: -60px;
}
.title-markup-tab .tab-header > ul > li > a:after,
.title-markup .content-info:after{
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 50px;
    background: #dc9814;
    left: auto;
    right: -60px;
}
.title-markup-tab .tab-header > ul > li span.text-asl,
.title-markup span.text-asl{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 90px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(1, 1, 1, .05);
}
.style-markup.white .title-markup span.text-asl{
    color: rgba(255, 255, 255, 0.1);
}
.title-markup-tab .tab-header > ul{
    text-align: center;
    background: transparent;
}
.title-markup-tab .tab-header > ul > li {
    float: initial;
    margin-bottom: 0;
}
.title-markup-tab .tab-header > ul > li > a{
    border: none !important;
    margin: 0 35px !important;
    padding: 0;
    color: #555;
    transition: initial;
}
.title-markup-tab .tab-header > ul > li.active > a{
    color: #000;
    font-weight: bold;
    font-size: 24px;
}
.title-markup-tab .tab-header {
    margin-bottom: 26px;
    background-color: transparent;
}
.title-markup-tab .tab-header ul li a span.found_posts{
    display: none !important;
}
.title-markup-tab .tab-header > ul > li span.text-asl,
.title-markup-tab .tab-header > ul > li > a:before,
.title-markup-tab .tab-header > ul > li > a:after{
    display: none;
}
.title-markup-tab .tab-header > ul > li.active span.text-asl,
.title-markup-tab .tab-header > ul > li.active > a:before,
.title-markup-tab .tab-header > ul > li.active > a:after{
    display: block;
}
.banner-slider,
.product-slider-view .list-product-wrap{
    margin: 0 -15px;
}
.product-slider-view .list-product-wrap .item{
    padding: 0 15px
}
.slider-categories.banner-slider{
    margin: 0 -15px;
    overflow: visible;
}
.banner-slider .item-slider {
    padding: 0 15px;
    text-align: center;
}
.slider-categories.banner-slider .owl-theme .owl-controls .owl-buttons div{
    background: #f5f5f5;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
}
.slider-categories.banner-slider .owl-theme .owl-controls .owl-buttons div i::before{
    line-height: inherit;
}
.slider-categories.banner-slider .owl-theme .owl-controls .owl-buttons div.owl-prev{
    left: -35px;
}
.slider-categories.banner-slider .owl-theme .owl-controls .owl-buttons div.owl-next{
    right: -35px;
}
.item-category:not(.style2):hover .cate-name h4 a{
    color: #dc9814;
}
.item-category:not(.style2):hover .cate-name span{
    background: #000;
}
.item-category .cate-name {
    position: absolute;
    top: auto;
    bottom: 42px;
    left: 0;
    right: 0;
    z-index: 9999;
}
.item-category .cate-name h4{
    display: inline-block;
    vertical-align: middle;
}
.item-category .cate-name span{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 12px;
    position: relative;
    background: #dc9814;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.h2-banner-sale{
    margin-bottom: 127px;
}
.h2-banner-sale:hover .adv-thumb-link::after,
.h2-banner-sale .adv-thumb-link::after{
    background: #3b3b3b;
    opacity: .8;
}
.h2-banner-sale .banner-info {
    left: 100px;
    right: 100px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    transform: translateY(calc( -50% + 0.5px ));
    -ms-transform: translateY(calc( -50% + 0.5px ));
    -o-transform: translateY(calc( -50% + 0.5px ));
    -webkit-transform: translateY(calc( -50% + 0.5px ));
}
.h2-banner-sale .banner-info h2.title30{
    margin-bottom: 8px;
}
.h2-banner-sale .banner-info a.more{
    position: absolute;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    transform: translateY(calc( -50% + 0.5px ));
    -ms-transform: translateY(calc( -50% + 0.5px ));
    -o-transform: translateY(calc( -50% + 0.5px ));
    -webkit-transform: translateY(calc( -50% + 0.5px ));
    right: 0;
}
.h2-banner-sale .banner-info p{
    margin-bottom: 0;
}
.h2-banner-sale .banner-info span.dashed{
    margin: 0 8px;
    font-size: 8px;
    color: #dc9814;
}
.h2-deals .owl-theme .owl-controls .owl-buttons div{
    top: 30%;
}
.h2-deals .owl-theme .owl-controls .owl-buttons div.owl-prev,
.title-markup-tab .owl-theme .owl-controls .owl-buttons div.owl-prev{
    left: -35px;
}
.h2-deals .owl-theme .owl-controls .owl-buttons div.owl-next,
.title-markup-tab .owl-theme .owl-controls .owl-buttons div.owl-next{
    right: -35px;
}
.h2-services-wrap.vc_row{
    /*margin: 0px;*/
}
.h2-services-wrap .wpb_column{
    margin: 0px;
    margin-bottom: 150px;
}
.h2-services{
    background: #f5f5f5;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.h2-services:hover{
    background: #333;
}
.h2-service-box .icon{
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    transform: translateY(calc( -50% + 0.5px ));
    -ms-transform: translateY(calc( -50% + 0.5px ));
    -o-transform: translateY(calc( -50% + 0.5px ));
    -webkit-transform: translateY(calc( -50% + 0.5px ));
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}

.h2-service-box:hover .info .desc,
.h2-service-box:hover .info h3.title24,
.h2-service-box:hover .icon{
    color: #fff;
}
.h4-services .h2-service-box:hover .info .desc,
.h4-services .h2-service-box:hover .info h3.title24,
.h4-services .h2-service-box:hover .icon{
    color: inherit;
}
.h2-service-box .info .desc{
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.h2-service-box .info{
    padding: 50px 54px 42px 136px;
}
.h2-service-box .info h3.title24{
    margin-bottom: 14px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.h3-deals .item-product-style3.onsale,
.h3-deals .item-product-style3.onsaleday,
.h2-deals .item-product-style3.onsale,
.h2-deals .item-product-style3.onsaleday{
    border: none;
}
.countdown{
    text-align: right;
    position: relative;
    margin-top: 22px;
}
.countdown:before{
    content: '\f18f';
    font-family: LineAwesome;
    font-size: 48px;
    color: #dc9814;
    position: absolute;
    left: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.time_circles > canvas{
    display: none;
}
.item-product-style3.onsale,
.item-product-style3.onsaleday{
    border: 1px solid #e5e5e5;
}
.item-product-style3 .product-info{
    padding: 17px 20px 30px;
}
.item-product-style3.onsaleday .time_circles>div.textDiv_Days{
    display: none;
}
.item-product-style3.onsaleday .time_circles>div{
    display: inline-block;
    width: 60px!important;
    height: 60px;
    text-align: center;
    border: 1px solid #e5e5e5;
    margin: 0.5px;
}
.item-product-style3.onsaleday .time_circles>div span.number{
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    margin-top: 13px;
    margin-bottom: 2px;
}
.item-product-style3.onsaleday .time_circles>div span.text{
    display: block;
    font-size: 12px;
    line-height: 12px;
}
.item-product-style3.onsale{
    margin-bottom: 0px;
}
.item-product-style3.onsale .countdown{
   text-align: initial;
   margin-top: 12px;
}
.item-product-style3.onsale .time_circles{
    margin: 15px 0 -27px;
    padding: 30px 0 30px 45px;
    border-top: 1px solid #e5e5e5;
}
.item-product-style3.onsale .time_circles>div{
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 57px!important;
    height: 34px;
    top: 0px!important;
    left: 0px!important;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    margin: 0 0.5px;
}
.item-product-style3.onsale .time_circles>div:last-child{
    border: none;
}
.item-product-style3.onsale .time_circles>div span.number{
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
}
.item-product-style3.onsale .time_circles>div span.text{
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #999;
    text-transform: uppercase;
}
.item-product-style3.onsale{
    margin-bottom: 30px;
}
.h3-box-shadow .h3-deals .item-product-style3.onsale .product-info{
    padding: 20px 0 0px;
}
.h3-deals .item-product-style3.onsale .product-info{
    padding: 19px 0 0px;
}
.h3-deals .item-product-style3.onsale .product-info .product-title{
    font-size: 30px;
}
.h3-deals .item-product-style3.onsale .product-info .product-title a{
    color: #000;
}
.h3-deals .item-product-style3.onsale .product-info .product-title a:hover{
    color: #dc9814;
}
.item-product-style3 .product-info .product-label span,
.item-product-style3.onsale .product-label span{
    display: none;
}
.item-product-style3.onsale .product-info .product-label span.sale{
    display: inline-block;
    font-family: 'Julius Sans One', sans-serif;
    font-size: 18px;
    background: #6ba13f;
    color: #fff;
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    margin-top: -7px;
}
.product-slider-view .item-product-grid{
    margin-bottom: 0px;
}
.h2-tabs{
    margin-bottom: 89px;
}
.h2-tabs .tab-header{
    margin-bottom: 81px;
}
.h2-tabs .owl-theme .owl-controls .owl-buttons div{
    top: 40%;
}
.h2-posts{
    margin-bottom: 90px;
}
.h4-posts{
    margin-bottom: 118px;
}
.h2-big-box {
    background-position: center;
    margin-bottom: 127px;
    padding: 127px 0 150px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.h2-big-box:before{
    content: "";
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .6);
}
.h2-get-touch{
    max-width: 600px;
    text-align: center;
    margin: 146px auto 120px;
}
.h2-get-touch h2.title30{
    margin-bottom: 10px;
}
.h2-get-touch h3.title18{
    margin-bottom: 21px;
}
.h2-get-touch p.desc{
    margin-bottom: 25px;
}
.item-post-small .post-thumb{
    width: 39%;
}
.item-post-small .post-info{
    width: 61%;
    padding-left: 20px;
    padding-bottom: 0px;
}
.footer2-newsletter:before {
    content: "";
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
}
.footer2-newsletter {
    background-position: center right;
    background-attachment: fixed;
}
.footer-contact{
    padding-right: 30px;
}
.footer-top2 .footer-box h3.title14,
.footer-wrap .text-logo a,
.footer2-newsletter .newsletter-form h3.title24,
.footer2-newsletter .newsletter-form p.desc{
    color: #fff;
}
.footer-bottom2 .silver,
.footer-top2 .desc.silver,
.footer-top2 ul li a,
.footer-top2 .footer-contact ul li{
    color: #ccc;
}
.footer-bottom2 .footer-social ul li a{
    color: #fff;
}
.footer-top2 ul li a:hover,
.footer-bottom2 .footer-social ul li a:hover{
    color: #dc9814;
}
.footer-bottom2 .footer-payment ul{
    font-size: 0;
}
.footer-bottom2 .footer-payment ul li{
    margin-left: 1px;
    margin-bottom: 1px;
}

/*Home 3*/
.header-s3 {
    background: transparent;
    box-shadow: none;
    z-index: 9999;
}
.header-s3 .main-nav2{
    margin: 0;
}
.header-s3 .header-left > .wpb_column > .vc_column-inner > .wpb_wrapper{
    padding: 0;
    background: transparent;
}
.header-s7 .header-left > .wpb_column > .vc_column-inner > .wpb_wrapper,
.header-s2 .header-left > .wpb_column > .vc_column-inner > .wpb_wrapper{
    padding: 0 !important;
}
.header-s3 .main-nav2 > ul{
    background: #f6f6f6;
}
.menu-fixed-content .header-s3 .main-nav2 > ul{
    background: #fff !important;
}

.header-middle{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slider-transparent{
    margin-top: -120px;
}
.item-slider-3 .banner-info h3.title60{
    margin: 0 -2px;
}
.banner-slider .owl-item .item-slider-3 .banner-info p.title24{
    margin-bottom: 40px;
}
.banner-slider .owl-item .item-slider-3 .banner-info .button:hover{
    background: transparent;
}
.banner-slider .owl-item .item-slider-3 .banner-info a.more:hover{
    color: #dc9814;
    background: transparent;
}
.banner-slider .owl-item.active .item-slider-3 .banner-info h3.title60{
    -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-slider .owl-item.active .item-slider-3 .banner-info p.title24{
    -webkit-animation: fadeRight 1s .2s both;
    animation: fadeRight 1s .2s both;
}
.banner-slider .owl-item.active .item-slider-3 .banner-info .button{
    -webkit-animation: fadeRight 1s .3s both;
    animation: fadeRight 1s .3s both;
    display: table;
}
.banner-slider .pagi-nav-style.owl-theme  .owl-controls .owl-pagination{
    position: absolute;
    bottom: 22%;
    left: 0;
    right: 0;
}
.banner-slider .pagi-nav-style.owl-theme .owl-controls .owl-page {
    margin: 0 15px;
}
.banner-slider .pagi-nav-style.owl-theme .owl-controls .owl-page:not(:last-child) span:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    left: 15px;
    top: 50%;
    background: rgba(0, 0, 0, .5);
}
.h3-banner-wrap{
    margin-top: -150px;
}
.h3-banner-adv {
    box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.1);
}
.h3-banner-adv .banner-info {
    top: 85px;
    left: 70px;
    right: 70px;
}
.h3-banner-adv h3.title24{
    margin-bottom: 7px;
}
.h3-banner-adv p.desc{
    margin-bottom: 14px;
}
.h3-banner-adv2 .banner-info {
    top: auto;
    bottom: 82px;
}
.h3-title h3.title24{
    margin-bottom: 2px;
}
.h3-tabs{
    margin-top: -30px;
}
.tab-style2 .tab-header{
    background-color: transparent;
    margin-bottom: 57px;
}
.tab-style2 .tab-header ul.nav-tabs{
    margin: 0 -20px;
}
.tab-style2 .tab-header ul.nav-tabs>li{
    float: none;
}
.tab-style2 .tab-header ul.nav-tabs>li.active>a,
.tab-style2 .tab-header ul.nav-tabs>li>a{
    padding: 0;
    margin: 0 20px;
    height: 38px;
    line-height: 38px;
}
.tab-style2 .group-navi .owl-buttons{
    top: -39px;
    right: auto;
    left: 0;
}
.tab-style2 .tab-header ul.nav-tabs>li>a span.found_posts{
    display: none !important;
}
.tab-style2 .tab-header ul.nav-tabs>li.active>a span.found_posts{
    display: inline-block !important;
}
.tab-style2 .tab-header ul li a span.found_posts{
    color: #999;
    text-transform: none;
    white-space: nowrap;
    font-weight: normal;
    top: 46px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px;
}
.tab-style2 .tab-header ul li a span.found_posts span.lb{
    display: inline-block !important;
}
.h6-tabs .owl-item:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    background: #e5e5e5;
}
.h6-tabs .owl-item:after{
   content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e5e5e5; 
}
.h6-tabs .owl-item.first-item:after,
.h6-tabs .owl-item.last-item:after,
.h6-tabs .owl-item.first-item:before,
.h6-tabs .owl-item.last-item:before{
   display: none;
}
.h6-tabs .owl-item.last-item{
    margin-left: 1px;
}
.h3-tabs .owl-item{
    border-right: 1px solid #f5f5f5;
}
.h6-tabs .product-slider-view .list-product-wrap{
    margin: 0;
    border: 1px solid #e5e5e5;
}
.h3-tabs .product-slider-view .list-product-wrap{
    margin: 0;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.08);
}
.h6-tabs .product-slider-view .list-product-wrap .item,
.h3-tabs .product-slider-view .list-product-wrap .item{
    padding: 0;
}
.h6-tabs .item-product-style2,
.h3-tabs .item-product-style2 {
    padding: 20px;
    margin: 0;
}
.item-product-style2 .product-thumb > .quickview-link{
    width: auto;
    border-radius: 0px;
    background-color: #60605f;
    color: #fff;
    top: auto;
    bottom: -40px;
}
.item-product-list2 .product-thumb-link::before ,
.item-product-style2 .product-thumb-link::before {
    background: transparent;
}
.item-product-style2:hover .product-thumb > .quickview-link{
    bottom: 0px;
}
.item-product-style2 .product-thumb > .quickview-link span{
    display: block;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.item-product-style2 .product-thumb > .quickview-link span:hover{
    background-color: #dc9814;
}
.item-product-style2 .product-thumb > .quickview-link i.la{
    display: none;
}
.item-product-style2 .product-info{
    text-align: center;
    padding: 13px 0 0px;
}
.item-product-style2 .product-fade{
    position: relative;
    margin-bottom: 10px;
    margin-top: 2px;
}
.item-product-style2 .product-fade .cat-parent{
    opacity: 0;
    visibility: hidden;
    color: #777;
}
.item-product-style2:hover .product-fade .cat-parent {
    opacity: 1;
    visibility: visible;
}
.item-product-style2 .product-fade .cat-parent:hover{
    color: #dc9814;
}
.item-product-style2 .product-fade .wrap-rating {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
    margin-bottom: 0px !important;
}
.item-product-style2:hover .wrap-rating{
    opacity: 0;
    visibility: hidden;
}
.item-product-style2 .product-extra-link{
    position: initial;
    text-align: center;
    margin: 23px 0 30px;
}
.item-product-style2 .product-extra-link ul{
    font-size: 0px;
    margin: 0 -2.5px;
}
.item-product-style2 .product-extra-link ul li{
    opacity: 1;
    transform: initial;
    padding: 0 2.5px;
}
.item-product-style4 .product-info .atc-wrap a.addcart-link,
.item-product-style2 .product-extra-link a.addcart-link,
.woocommerce .item-product-style2 a.button.addcart-link{
    color: #000;
    background-color: #f2f2f2;
    font-size: 14px;
    width: auto;
    margin: 0;
    padding: 0 26px;
    position: static;
}
.item-product-style4 .product-info .atc-wrap a.addcart-link:hover,
.item-product-style2 .product-extra-link a.addcart-link:hover,
.woocommerce .item-product-style2 a.button.addcart-link:hover{
    background-color: #000;
    color: #fff;
}
.item-product-style4 .product-info .atc-wrap a.addcart-link{
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-top: 9px;
}
.item-product-style2 .product-extra-link a.compare-link,
.item-product-style2 .product-extra-link a.add_to_wishlist{
    color: #999;
    font-size: 14px;
    margin: 0;
    position: relative;
}
.item-product-style2 .product-extra-link a.compare-link:hover,
.item-product-style2 .product-extra-link a.add_to_wishlist:hover{
    color: #dc9814;
}
.item-product-style2 .product-extra-link a.compare-link i.la,
.item-product-style2 .product-extra-link a.add_to_wishlist i.la{
    font-size: 18px;
    line-height: 40px;
}

.item-product-style2 .product-extra-link [title]:before{
    background-color: #000;
    color: #fff;
    opacity: .7;
    left: 50%;
    top: -20px;
    transform: translateY(0);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 12px;
}
.item-product-style2 .product-extra-link [title]:after{
    border-bottom: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    top: 6px;
    left: 50%;
    opacity: .7;
   -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.item-product-style2 .product-extra-link a.button.addcart-link[title]:after,
.item-product-style2 .product-extra-link a.button.addcart-link[title]:before{
    display: none;
}
.h3-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.h3-banner:hover:before {
    background: rgba(0, 0, 0, 0.5);
}
.h3-banner:hover .banner-info a.more:after{
    background: #fff;
}
.h3-banner:hover .banner-info a.more,
.h3-banner:hover .banner-info h3.title48,
.h3-banner:hover .banner-info p.title18{
    color: #fff;
}
.h3-special-box{
    overflow: visible !important;
    padding: 150px 0 150px;
}
.h3-asl-title {
    position: relative;
    z-index: 1;
}
.h3-asl-title a.more{
    display: inline-block;
    margin-top: 10px;
}
.h3-products-list .item-product-list2{
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.08);
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}
.h3-products-list  [class *='col']:last-child .item-product{
    margin-bottom: 0px;
}
.h3-special-product .item-product-list2 .product-info .desc,
.h3-products-list .item-product-list2 .product-info .desc{
    margin-bottom: 16px;
}
.item-product-list .product-info .desc{

}
.item-product-list .product-info .desc p{
    margin-bottom: 0px;
}
.item-product-list .product-price > span,
.item-product-list .product-price ins{
    font-weight: bold;
}
.item-product-list2 .product-thumb{
    margin-right: -7px;
}
.item-product-list2 .product-info {
    margin-right: 7px;
}
.item-product-list2 .product-info .wrap-rating{
    margin-bottom: 8px !important;
}
.item-product-list2 a.button.addcart-link,
.woocommerce .item-product-list2 a.button.addcart-link{
    color: #000;
    background-color: #f2f2f2;
    font-size: 14px;
    width: auto;
    margin: 0;
    padding: 0 26px;
    height: 40px;
    line-height: 40px;
    border: none;
}
.item-product-list2 a.button.addcart-link:hover,
.woocommerce .item-product-list2 a.button.addcart-link:hover{    
    background-color: #000;
    color: #fff;
}
.item-product-list2 .product-extra-link ul{
    margin: 0 -10px;
}
.item-product-list2 .product-extra-link ul li{
    padding: 0 10px;
    position: relative;
}
.item-product-list2 .product-extra-link a{
    height: 40px;
    line-height: 40px;
    width: auto;
    padding: 0;
    color: #999;
    font-size: 14px;
    border: none;
}
.item-product-list2 .product-extra-link a.compare-link:hover,
.item-product-list2 .product-extra-link a.wishlist-link:hover{
    background-color: transparent !important;
    color: #dc9814;
}
.item-product-list2 .product-extra-link a i.la{
    font-size: 18px;
    line-height: 40px;
    vertical-align: top;
}
.h3-special-product {
    position: relative;
}
.h3-special-product .item .product{
    padding: 0;
}
.h3-special-product .item-product-list2{
    margin-bottom: 30px;
}
.h3-special-product .item .product:last-child .item-product-list2{
    margin-bottom: 0px;
}
.h3-special-product > img{
    position: absolute;
    width: 1200px;
    max-width: inherit;
    height: auto;
    left: -380px;
    top: -100px;
}
.product-cdn-info .point{
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 20px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    position: relative;
    border: 1px solid #000;
    z-index: 1;
    cursor: pointer;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.point:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.point:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    width: 20px;
    background: #1f1f1d;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.point.show,
.point:hover {
    background-color: #fff;
}
.point.show:before,
.point:hover:before{
    background: #000;
}
.point.show:after,
.point:hover:after {
    background: #fff;
}
.point:hover .ripple{
    opacity: 0;
    visibility: hidden;
}
.product-cdn-info .product-drop{
    position: absolute;
    left: 50%;
    top: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    visibility: hidden;
    opacity: 0;
    z-index: 111;
}
.item-cdn:hover .product-drop,
.product-cdn-info .product-drop.active{
    visibility: visible;
    opacity: 1;
}
.product-cdn-info .list-col-item{
    width: 100%;
    padding: 0;
}
.product-cdn-info .product-thumb {
    width: 100px;
    margin: auto;
}
.product-cdn-info .item-product{
    margin: 0;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    padding-top: 58px;
    position: relative;
}
.product-cdn-info .item-product:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: rgba(31, 31, 29, .7);
}
.product-cdn-info .product-info{
    background-color: transparent;
    width: 125px;
    margin: auto;
    padding-top: 20px;
}
.product-cdn-info .product-thumb .product-thumb-link::before,
.product-cdn-info .product-extra-link,
.product-cdn-info .product-thumb .product-label{
    display: none;
}
.product-cdn-info .product-title a{
    color: #fff;
}
.product-cdn-info .product-title a:hover{
    color: #dc9814;
}
.product-cdn-info .product-price > del,
.product-cdn-info .product-price > del > span,
.product-cdn-info .product-price > span{
    color: #fff;
}
.point.show .item-product:before{
    -webkit-animation: fadeDown 1s .15s both;
    animation: fadeDown 1s .15s both;
}
.point.show .item-product .product-thumb{
    -webkit-animation: fadeUp 1s .2s both;
    animation: fadeUp 1s .2s both;
}
.point.show .item-product .product-info .product-title{
    -webkit-animation: fadeDown 1s .3s both;
    animation: fadeDown 1s .3s both;
}
.point.show .item-product .product-info .product-price{
    -webkit-animation: fadeDown 1s .4s both;
    animation: fadeDown 1s .4s both;
}
.h3-banner .banner-info{
    text-align: center;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    transform: translateY(calc( -50% + 0.5px ));
    -ms-transform: translateY(calc( -50% + 0.5px ));
    -o-transform: translateY(calc( -50% + 0.5px ));
    -webkit-transform: translateY(calc( -50% + 0.5px ));
}
.h3-services-wrap{
    background-position: center;
    padding: 150px 0 105px;
    background-attachment: fixed;
}
.h3-services-wrap:before{
    content: "";
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .8);
}
.h3-services-wrap .h3-title{
    margin-bottom: 91px;
}
.h3-services{
    margin-bottom: 42px;
}
.h3-services .content-info{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.h3-services .icon{
    position: absolute;
}
.h3-services .info {
    padding-left: 85px;
}
.h3-services .info h3.title18{
    color: #fff;
}
.h3-services .info p.desc{
    color: #e5e5e5;
}
.h3-services .info h3.title18{
    margin-bottom: 10px;
}
.h3-services .info p.desc{
    max-width: 205px;
}
.h3-posts.vc_row{
    margin: -20px 0 60px;
    padding: 20px 0;
}
.blog-grid-view .item-post-style3{
    padding: 27px 20px 33px;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.08);
}
.blog-grid-view .item-post-style2{
    margin-bottom: 30px;
}
.item-post-style3 .post-info{
    padding: 0;
}
.item-post-style3 .post-thumb{
    margin-bottom: 14px;
}
.item-post-style3 .post-meta {
    margin-bottom: 16px;
}
.item-post-style3 .desc{
    margin-bottom: 18px;
}
.h3-box-shadow .wpb_wrapper{
    padding: 27px 30px 30px;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.08);
}
.h3-box-shadow .h3-title{
    margin-bottom: 22px;
}
.h3-box-shadow .group-navi .owl-buttons{
    top: -47px;
}
.h3-special-product [class *='col'] .item-product{
    margin-bottom: 30px;
}
.h3-special-product [class *='col']:last-child .item-product{
    margin-bottom: 0px;
}
.widget-product-list,
.product-sidebar{
    margin-bottom: 20px;
}
.widget-product-list .item-product-list ul.wrap-rating li{
    padding: 0;
    display: block !important;
}
.widget-product-list .product:not(:last-child) .item-product-list3,
.product-sidebar [class*="col"]:not(:last-child) .item-product-list3 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.widget-product-list > h3.title18,
.product-sidebar > h3.title18 {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 42px;
}
.fservice-sidebar .fservice-box .content-info .icon-info{
    padding-left: 156px;
    padding-right: 0;
}
.fservice-sidebar .fservice-box .content-info .icon{
    left: 40px;
}
.item-product-style4 .product-extra-link ul,
.item-product-style4 .product-info{
    text-align: center;
}
.item-product-style4 .product-extra-link{
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    z-index: 1;
}
.item-product-style4 .product-extra-link a.compare-link,
.item-product-style4 .product-extra-link a.quickview-link,
.item-product-style4 .product-extra-link a.add_to_wishlist{
    background: rgba(0, 0, 0, .7);
    border-radius: 50%;
    font-size: 18px;
    margin: 0;
}
.item-product-style4 .product-extra-link a.compare-link.added{
    font-size: 10px;
}
.item-product-style4 .product-extra-link a i.la{
    font-size: 18px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 100%;
}
.item-product-style4 .product-extra-link [title]:before,
.item-product-style4 .product-extra-link [title]:after{
    display: none;
}
.item-product-style4 .product-extra-link ul{
    font-size: 0;
    opacity: 0;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.item-product-style4:hover .product-extra-link ul{
    opacity: 1;
}
.item-product-style4 .product-extra-link ul li{
    margin: 0 6px;
}
.item-product-style4 .product-extra-link ul li:first-child{
    -webkit-transform: translate(53px);
    -moz-transform: translate(53px);
    -ms-transform: translate(53px);
    -o-transform: translate(53px);
    transform: translate(53px);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.item-product-style4 .product-extra-link ul li:nth-child(2){
    position: relative;
    z-index: 2;
}
.item-product-style4 .product-extra-link ul li:last-child{
    -webkit-transform: translate(-53px);
    -moz-transform: translate(-53px);
    -ms-transform: translate(-53px);
    -o-transform: translate(-53px);
    transform: translate(-53px);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.item-product-style4:hover .product-extra-link ul li:last-child,
.item-product-style4:hover .product-extra-link ul li:first-child{
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.item-product-style4 .product-info{
    padding-top: 17px;
    padding-bottom: 5px;
}
.item-product-style4 .product-info .atc-wrap{
    position: relative;
    top: 5px;
    transform: scale(0,0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.item-product-style4:hover .product-info .atc-wrap{
    transform: scale(1,1);
}

.item-product-style4 .product-info a.addcart-link i.la{
    font-size: 18px;
    padding: 0 5px;
}



/*Woocommerce Page*/
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    border: none;
    border-left: 3px solid #000;
}
.woocommerce-error {
    border-left-color: #c31d11;
    background: rgba(195, 29, 17, .1);
}
.woocommerce-info {
    border-left-color: #5aa1e3;
    background: rgba(90, 161, 227, 0.1);
}
.woocommerce-message {
    border-left-color: #4CAF50;
    background: rgba(76, 175, 80, 0.1);
}
.woocommerce-error::before {
    color: #c31d11;
}
.woocommerce-info::before {
    color: #5aa1e3;
}
.woocommerce-message::before {
    color: #4CAF50;
}


/*Header 4*/
.header4-top{
    height: 50px;
    line-height: 50px;
    z-index: 9998;
}
.header4-top p{
    margin: 0;
    display: inline-block;
}
.header4-top .dropdown-list{
    line-height: initial;
}
.lang-box .dropdown-link,
.cur-box .dropdown-link{
    position: relative;
}
.lang-box ul.dropdown-list li a,
.cur-box ul.dropdown-list li a{
    text-transform: capitalize;
    padding: 0px 15px;
    height: 40px;
    line-height: 40px;
}
.lang-box .dropdown-link:after,
.cur-box .dropdown-link:after{
    content: "\f110";
    font-family: "LineAwesome";
    margin: 0 12px;
    color: #dc9814;
}
.header4-left .dropdown-box:first-child{
    padding-right: 30px;
    margin-right: 20px;
}
.header4-right .phone-box:after,
.header4-left .dropdown-box:first-child:after {
    content: "";
    height: 1px;
    width: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #999;
}
.header4-right span i.la-phone{
    margin-right: 15px;
}
.header4-right .phone-box{
    position: relative;
    padding-right: 50px;
    margin-right: 20px;
}
.banner-slider-4{
}
.banner-slider .item-slider-4 .slider-content-text{
    position: relative;
    width: 800px;
    margin: auto;
    background: rgba(255, 255, 255, 0.98);
    padding: 40px;
}
.banner-slider .item-slider-4 .slider-content-text * {
    position: relative;
    z-index: 1;
}
.banner-slider .item-slider-4 .slider-content-text:before{
    content: "";
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    border: 1px solid #000;
}
.banner-slider .item-slider-4 .slider-content-text:after{
    content: "";
    position: absolute;
    top: 35px;
    width: 150px;
    left: 50%;
    height: 5px;
    background: #000;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner-slider .item-slider-4 .slider-content-inner{
    padding: 52px 50px 65px;
}
.banner-slider .owl-item .item-slider-4 .banner-info h2.title60{
    
}
.banner-slider .owl-item .item-slider-4 .banner-info h3.title30{
    position: relative;
    margin-bottom: 21px;
    padding-bottom: 25px;
}
.banner-slider .owl-item .item-slider-4 .banner-info h3.title30::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #dc9814;
}
.banner-slider .owl-item .item-slider-4 .banner-info p.title14{
    text-transform: none;
    max-width: 330px;
    margin: auto;
    margin-bottom: 22px;
}
.banner-slider-4 .pagi-nav-style.owl-theme .owl-controls .owl-pagination{
    bottom: 70px;
}
.banner-slider .owl-item .item-slider-4 .banner-info h2.title60{

}
.banner-slider .owl-item .item-slider-4 .banner-info h3.title30{
  
}
.banner-slider .owl-item .item-slider-4 .banner-info p.title14{

}
.h2-title-markup{
    margin-bottom: 80px;
}
.h4-title-markup{
    margin-top: 127px;
    margin-bottom: 80px;
}
.h4-category-box{
    margin-bottom: 154px;
}
.h4-popular-category a.adv-thumb-link{
    overflow: visible;
}
.h4-popular-category a.adv-thumb-link img{
    position: relative;
}
.h4-popular-category a.adv-thumb-link:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.h4-popular-category a.adv-thumb-link:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 200px;
    width: 100%;
    background: #d7f0ff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.h4-category2 a.adv-thumb-link:before {
    background: #e4eccd;
}
.h4-category3 a.adv-thumb-link:before {
    background: #f0e0e2;
}
.item-category.style2 {
    text-align: center;
}
.item-category.style2 .cate-name {
    position: static;
    transform: none;
    margin-top: 30px;
    margin-bottom: 19px;
}
.item-category.style2 .cate-name h4{
    font-size: 18px;
}
.item-category.style2 .cate-name span{
    display: none;
}
.item-category.style2 .link{
    display: inline-block !important;
    visibility: visible;
}
.h4-img-collection.wpb_single_image{
    margin-bottom: 0px;
}
.h4-img-collection{
    display: block;
    overflow: hidden;
    position: relative;
}
.h4-img-collection .vc_single_image-wrapper::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 10px;
  right: 10px;
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  z-index: 1;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
.h4-img-collection .vc_single_image-wrapper::after {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 20px;
  right: 20px;
  content: "";
  border-left: 1px solid rgba(255, 255, 255, 0.9);
  border-right: 1px solid rgba(255, 255, 255, 0.9);
  z-index: 1;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
.h4-img-collection:hover .vc_single_image-wrapper::before,
.h4-img-collection:hover .vc_single_image-wrapper::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.h4-img-collection .vc_single_image-wrapper img {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.h4-img-collection:hover .vc_single_image-wrapper img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}

.h4-collection{
    margin-left: -66px;
}
.h4-collection-box{
    padding: 30px;
    margin-right: -66px;
    position: relative;
}
.h4-collection-content:before {
    content: "\f331";
    font-family: "LineAwesome";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.3);
    font-size: 160px;
}
.h4-collection-content:after {
    content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    border: 3px solid #dc9814;
}
.h4-collection-content{
    // background: #dc9814;
    padding: 80px 65px 75px;
    text-align: center;
    position: relative;
}
.h4-collection-content *{
    position: relative;
    z-index: 1;
}
.h4-collection-content h3.title14{
    margin-bottom: 9px;
}
.h4-collection-content h2.title36{
    margin-bottom: 33px;
}
.h4-collection-content p.desc{
    margin-bottom: 36px;
}
.h4-tabs{
    margin-top: 110px;
}
.tab-style-img .tab-header {
    margin-bottom: 60px;
    background: transparent;
}
.tab-style-img .tab-header > ul{
    margin: 0 -45px;
}
.tab-style-img .tab-header > ul > li{
    position: relative;
    height: 50px;
    padding: 0 45px;
}
.tab-style-img .tab-header > ul > li > a span.tab-text {
    line-height: normal;
    position: absolute;
    bottom: -40px;
    opacity: 0;
    visibility: hidden;
}
.tab-style-img .tab-header > ul > li.active > a span.tab-text {
    opacity: 1;
    visibility: visible;

}
.tab-style-img .tab-header > ul > li a img{
    opacity: .1;
    display: block;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}
.tab-style-img .tab-header > ul > li:hover img{
    opacity: 1;
}
.tab-style-img .tab-header > ul > li.active a img{
    opacity: 1;
}
.tab-style-img .tab-header > ul > li > a{
    border: none !important;
    color: #333;
    text-transform: capitalize;
    font-weight: normal;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.tab-style-img .tab-header > ul > li.active > a{
    font-size: 14px;
}
.tab-style-img .tab-header ul li a span.found_posts{
    opacity: 0;
    visibility: hidden;
    top: -38px;
    left: 50%;
    height: 40px;
    line-height: 40px;
    width: 40px;
    color: #fff;
    background: #dc9814;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tab-style-img .tab-header ul li.active a span.found_posts{
    opacity: 1;
    visibility: visible;
}
.h4-tabs .item-product {
    padding: 20px 20px 0;
    border: 1px solid #e5e5e5;
}
.h4-tabs .owl-theme .owl-controls .owl-buttons div.owl-prev{
    left: -35px;
}
.h4-tabs .owl-theme .owl-controls .owl-buttons div.owl-next{
    right: -35px;
}
.h4-tabs .owl-theme .owl-controls .owl-buttons div{
    top: 35%;
}
.h4-team-title{
    margin: 141px 0 66px;
}
.h4-teams{
    background-position: right center;
    background-attachment: fixed;
}
.testimonial:before,
.h4-teams:before{
    content: "";
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
}
.testimonial:before{
    background: rgba(0, 0, 0, .5);
}
.h4-teams .banner-slider {
    margin: 0 -66px;
    margin-bottom: 120px;
}
.h4-teams .item-about-team {
    padding: 0 66px;
}
.h4-team-slider.banner-slider .owl-theme .owl-controls .owl-buttons div{
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
    background: #f5f5f5;
    display: inline-block;
    opacity: 1;
    padding: 0;
    text-align: center;
    margin: -12px 0 0;
    border-radius: 0px;
    border: none;
    font-size: 14px;
    position: absolute;
    top: 38%;
    z-index: 9;
    color: #000;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}

.h4-team-slider.banner-slider .owl-theme .owl-controls .owl-buttons div.owl-prev{
    left: 16px;
}
.h4-team-slider.banner-slider .owl-theme .owl-controls .owl-buttons div.owl-next{
    right: 16px;
}
.h4-team-slider .about-team-thumb a i.fa-google-plus:before{
    content: "\f21c";
}
.h4-team-slider .about-team-thumb a i.fa-instagram:before{
    content: "\f24d";
}
.h4-team-slider .about-team-thumb a i.fa-pinterest:before{
    content: "\f2ba";
}
.h4-service-mail.vc_row{
    margin: 0;
    padding: 0 50px;
}
.h4-services{
    border-bottom: 1px solid #000;
}
.h4-service-mail .h2-service-box .icon{
    left: -6px;
}
.h4-service-mail .h2-service-box .info{
    padding: 96px 0 96px 70px;
}
.h4-services .wpb_wrapper{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.h4-services .content-editor {
    max-width: 300px;
}
.h4-services .h2-service-box {
    position: relative;
}
.h4-newsletter{
    padding: 100px 30px 100px;
    display: inline-block;
}
.h4-newsletter > h3.title24 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 16px;
    word-break: break-word;
}
.h4-newsletter .form-newsletter{
    display: inline-block;
    max-width: 100%;
    width: calc(100% - 250px);
}
.h4-newsletter .form-newsletter input[type="email"]{
    height: 60px;
    padding: 0 17px;
    margin: 0;
    width: 520px;
    margin-right: 5px;
}
.h4-newsletter .form-newsletter form .mc4wp-form-fields{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 100%;
}

.h4-testimonial{
   margin-bottom: -30px; 
}
.h4-testimonial-slider {
    padding: 217px 0 205px;
}
.h4-testimonial-slider .item-testimo{
    max-width: 550px;
    padding: 0 15px;
}
.h4-testimonial-slider .item-testimo h3.title14{
    position: relative;
    margin-bottom: 7px;
}
.h4-testimonial-slider .item-testimo h3.title14:before{
    content: "\f2cd";
    font-family: 'LineAwesome';
    font-size: 30px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: normal;
    background: #000;
    border-radius: 50%;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}
.h4-testimonial-slider .item-testimo p.desc,
.h4-testimonial-slider .item-testimo h3.title14{
    color: #fff;
}
.h4-testimonial-slider.banner-slider .pagi-nav-style.owl-theme .owl-controls .owl-pagination{
    right: auto;
    bottom: -85px;
}
.item-label{
    display: none;
}
.item-label{
    position: absolute;
    width: 30px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -1px;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
}
.item-label:after{
    content: '';
    width: 4px;
    height: 4px;
    border-left: 4px solid rgba(0,0,0,0);
    border-right: 4px solid rgba(0,0,0,0);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -4px;
}
.item-label.bg-blue{
    background: #567eff;
}
.item-label.bg-orange{
    background: #FFC107;
}
.item-label.bg-red{
    background: #ff7256;
}
.item-label.bg-blue:after{    
    border-top: 4px solid #567eff;
}
.item-label.bg-orange:after{    
    border-top: 4px solid #FFC107;
}
.item-label.bg-red:after{    
    border-top: 4px solid #ff7256;
}
.main-nav3>ul>li:hover>a:before{
    display: none;
}
.main-nav3 > ul > li:nth-child(-n+2) > a{
    margin-left: 0px;
}
.main-nav3 > ul > li > a{
    height: 50px;
    line-height: 50px;
}
.header-s5 .header-right{
    right: 15px;
}
.header-s5 .mini-cart-link .mini-cart-number{
    right: 5px;
    top: -15px;
}
.main-nav3 .item-label{
    display: block;
}
.buy-link2 a{
    display: inline-block;
    border: 1px solid #000;
}
.buy-link2 a:hover{
    border-color: #dc9814;
}
.header5-middle{
    padding: 40px 0;
}
.header-s5{
    box-shadow: none;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.banner-slider .item-slider-5{
    margin-right: 20px;
    padding: 0px;
}
.banner-slider .item-slider-5 .banner-thumb:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.banner-slider .item-slider-5.is-selected .banner-thumb:before{
    opacity: 0;
    visibility: hidden;
}
.flickity-btn-group {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 960px;
    margin: auto;
}
.flickity-btn-group .btn-prev {
    left: -60px;
}
.flickity-btn-group .btn-next {
    right: -60px;
}
.flickity-btn-group .btn {
    text-indent: 0px;
    position: absolute;
    margin: -35px 0 0;
    border-radius: 0px;
    top: 50%;
    height: 70px;
    line-height: 70px;
    width: 40px;
    background: #f5f5f5;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    color: #000;
    font-size: 18px;
    text-align: center;
    padding: 0;
    z-index: 9;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.flickity-btn-group .btn i{
    text-indent: 0px;
    letter-spacing: 0px;
}
.flickity-btn-group .btn{
    width: 40px;
}
.flickity-btn-group .btn:hover{
    color: #fff;
    background: #000;
}
.banner-slider-5{
    margin: 20px 0 20px;
}
.banner-slider .item-slider-5 .slider-content-text{
    margin: auto;
    width: 404px;
}
.banner-slider .item-slider-5 .banner-info{
    height: auto !important;
    margin: auto;
    position: absolute;
    left: 50%;
    right: auto;
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(calc( -50% + 0.5px ), calc( -50% + 0.5px ));
    -ms-transform: translate(calc( -50% + 0.5px ), calc( -50% + 0.5px ));
    -o-transform: translate(calc( -50% + 0.5px ), calc( -50% + 0.5px ));
    transform: translate(calc( -50% + 0.5px ), calc( -50% + 0.5px ));
    transform: translate(-50%, -50%);
}
.item-slider-5 h2.title-watermark {
    position: absolute;
    color: rgba(0, 0, 0, .1);
    text-transform: uppercase;
    font-weight: bold;
    left: auto;
    right: 90px;
    top: 55px;
}
.item-slider-5 p.desc{
    position: absolute;
    color: #000;
    text-transform: uppercase;
    left: 100px;
    bottom: 93px;
}
.item-slider-5 h2.title60{
    height: 80px;
    line-height: 82px;
    background: #000;
    margin-bottom: 5px;
}
.item-slider-5 h3.title30{
    height: 60px;
    line-height: 60px;
    background: #000;
    margin-bottom: 5px;
}
.item-slider-5 .button{
    display: inline-block;
}
.item-slider-5 a.shop-button{

}

.item-slider-5.is-selected h2.title60 {
    -webkit-animation: fadeUp 1s .1s cubic-bezier(.215,.61,.355,1) 1 forwards;
    animation: fadeUp 1s .1s cubic-bezier(.215,.61,.355,1) 1 forwards;
}
.item-slider-5.is-selected h3.title30 {
    -webkit-animation: fadeUp 1s .2s both;
    animation: fadeUp 1s .3s both;
}
.item-slider-5.is-selected a.shop-button{
    -webkit-animation: fadeUp 1s .3s both;
    animation: fadeUp 1s .3s both;
}
.item-slider-5.is-selected h2.title-watermark{
    -webkit-animation: fadeInRight 1s .2s both;
    animation: fadeInRight 1s .2s both;
}
.item-slider-5.is-selected p.desc{
    -webkit-animation: fadeInLeft 1s .2s both;
    animation: fadeInLeft 1s .2s both;
}
.grid.vc_row {
    margin: 0 -10px 125px;
}
.grid-item{
    padding: 0 10px;
}
.grid-item-1 .wpb_wrapper{
    margin-right: -25px;
}
.grid-item-2 .wpb_wrapper{
    margin-left: 25px;
}
.h5-banner-box{
    margin-bottom: 20px;
}
.h5-banner-box .banner-info{
    top: 130px;
    left: 80px;
    right: auto;
    bottom: auto;
}
.h5-banner-box .banner-info h2.title36{
    margin-bottom: 9px;
}
.h5-banner-box .banner-info h3.title18{
    margin-bottom: 15px;
}
.h5-banner-box .banner-info h3.title14{
    margin-bottom: 9px;
}
.h5-banner-box .banner-info p.desc{
    margin-bottom: -3px;
}
.h5-banner-box .banner-info .slider-button {
    margin-top: 17px;
}
.h5-banner-box .banner-info .slider-button .button{
    display: inline-block;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 0;
    text-transform: uppercase;
    height: 36px;
    line-height: 36px;
    letter-spacing: 6px;
    text-indent: 6px;
    padding: 0 10px;
    cursor: pointer;
    background: #000;
    color: #fff;
}
.h5-banner-box .banner-info .slider-button .button:hover{
    border-color: #dc9814;
    background: #dc9814;
    color: #fff;
}
.h5-banner-box.h5-banner-left .banner-info{

}
.h5-banner-box.h5-banner-right .banner-info{
    left: auto;
    right: 110px;
}
.h5-banner-box.h5-banner-center .banner-info{
    text-align: center;
    left: 0;
    right: 0;
    top: 95px;
}
.h5-category .vc_inner {
    margin: 0 -10px 20px;
}
.h5-category .wpb_column{
    padding: 0 10px;
}
.item-category.style3 .cate-name{
    height: 60px;
    line-height: 60px;
    transform: none;
    left: 40px;
    right: 40px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    background: rgba(255, 255, 255, .9);
}
.item-category.style3 .cate-name span{
    display: none;
}
.item-category.style3 a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}
.item-category.style3 a:hover:before{
    opacity: 1;
    visibility: visible;
}
.item-category.style3 a:hover .cate-name{
    color: #fff;
    background: #dc9814;
}
.h5-title {
    position: relative;
    padding-left: 68px;
    margin-bottom: 46px;
}
.h5-title:before{
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    bottom: auto;
    right: 0;
    height: 2px;
    width: 50px;
    background: #dc9814;
}
.h5-title-asl{
    position: absolute;
    margin: 0;
    top: 145px;
}
.h5-category-box{
    margin-bottom: 125px;
}
.item-post-style4 .post-thumb{
    margin-bottom: 42px;
}
.item-post-style4 .meta-avatar{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -27.5px;
    text-align: center;
    z-index: 9;
}
.item-post-style4 .meta-avatar img{
    border-radius: 50%;
}
.item-post-style4 .post-info h3.title18{
    margin-bottom: 12px;
}
.item-post-style4 .post-info span.silver{
    margin-bottom: 6px;
    display: inline-block;
}
.item-post-style4 .post-info p.desc{
    margin-bottom: 19px;
}
.h5-products .group-navi .owl-buttons{
    right: auto;
    left: 15px;
    top: -38px;
}
.h5-title-product{
    margin-bottom: 65px;
}
.testimonial{
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.h5-testimonial{
    margin-bottom: 145px;
}
.h5-posts{
    margin-bottom: 145px;
}
.ip5{
    float: left;
    width: 100%;
    margin-bottom: 20px !important;
}
.item-product-style5 > div{
    padding: 0 ;
}
.item-product-style5 .product-thumb{
    padding-right: 20px;
}
.item-product-style5 .product-info{
    padding: 0px;
}
.item-product-style5 .wrap-rating{
    margin-bottom: 6px !important;
    position: relative;
    top: -7px;
}
.item-product-style5 .countdown{
    text-align: left;
    margin-top: 13px;
}
.item-product-style5 .countdown:before{
    display: none;
}
.h5-banner-video{
    margin-bottom: 135px;
}
.banner-video.style-content{
    padding: 28px;
    border: 2px solid #000;
    display: inline-block;
}
.banner-video.style-content > div{
    padding: 0px;
}
.banner-video.style-content video{
    display: block;
    width: 100%;
}
.banner-video.style-content .video-wrap{
    padding-right: 20px;
}
.banner-video.style-content .banner-info{
    padding-left: 20px;
    position: relative;
}
.banner-video.style-content .banner-vid{
    margin-top: 82px;
}
.banner-video.style-content .banner-info span.title48{
    position: absolute;
    background: #dc9814;
    color: #fff;
    height: 130px;
    line-height: 130px;
    left: 10px;
    top: -85px;
    padding: 0 23px 0 15px;
}
.banner-video.style-content .banner-info span span{
    text-transform: uppercase;
}
.banner-video.style-content .banner-info span i.la{
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
}
.banner-video.style-content .banner-info h3.title18 {
    margin-bottom: 12px;
}
.banner-video.style-content .banner-info .price{
    margin: 0 -5px;
    margin-bottom: 13px;
}
.banner-video.style-content .banner-info .price *{
    padding: 0 5px;
}
.banner-video.style-content .banner-info .price ins{
    text-decoration: none;
}
.banner-video.style-content .banner-info .desc{
    margin-bottom: 46px;
}
.banner-video.style-content .banner-info .button{
    display: inline-block;
}
.item-product .wcvendors_sold_by_in_loop{
    display: none;
}
/*Home 6*/
.search-form{
    max-width: 100%;
}
.search-icon{
    color: #fff;
}
.search-form-default{
    color: #555;
    border-color: #ccc;
    height: 40px;
}
.search-form-default .search-form .dropdown-link{
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
}
.search-form-default .search-form .dropdown-link::after{
    content: "\f110";
    font-family: "LineAwesome";
    top: 0;
    color: #dc9814;
}
.search-form-default .search-form .dropdown-box {
    width: 170px;
    border-left: 1px solid #ccc;
    border-right: none;
}
.search-form-default .search-form input[type="text"]{
    padding: 0 18px;
    animation: none;
    height: 38px;
    width: auto;
}
.search-form-default .search-form .submit-form{
    width: 40px;
}
.search-form-default .search-form .submit-form input[type="submit"]{
    padding: 0px;
}
.search-form-default .search-form .submit-form::after{
    content: "\f2eb";
    font-family: "LineAwesome";
    background: #000;
    font-size: 18px;
    line-height: 42px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.search-form-default .search-form .submit-form:hover:after{
    background: #dc9814;
    color: #fff;
}
.search-form-default .search-form .dropdown-box .dropdown-list{
    left: -1px;
}
.header-right2 .wpb_wrapper > div{
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0px;
    background: #dc9814;
    text-align: center;
}
.header-right2 .wpb_wrapper > div.account-manager{
    background: #333;
    color: #dc9814;
    text-align: center;
}
.logged-in .header-right2 .wpb_wrapper > div.account-manager{
    text-align: left;
}

.header-right2 .wpb_wrapper > div.account-manager ul li{
    line-height: normal;
}
.logged-in .header-s6 .header-right2 .wpb_wrapper > div.account-manager{
    width: auto;
    padding: 0 20px;
}
.header-right2  .mini-cart-link{
    color: #fff;
}
.header-s6 .header-right{
    right: 30px;
    margin-top: -25px;
}




.h6-banner-slider.banner-slider .owl-theme.owl-carousel .owl-controls .owl-buttons div.owl-prev{
    left: 15px;
}
.h6-banner-slider.banner-slider .owl-theme.owl-carousel .owl-controls .owl-buttons div.owl-next{
    right: 15px;
}
.banner-slider .item-slider-6{
    padding: 97px 0 113px;
}
.banner-slider .item-slider-6 .banner-thumb{
    float: right;
}
.banner-slider .item-slider-6  .slider-content-text{
    width: 350px;
    margin-left: 350px;
}
.banner-slider .item-slider-6 .banner-thumb img{
    width: auto;
}
.item-slider-6 .banner-info h3.title48{
    margin-bottom: 9px;
}
.item-slider-6 .banner-info h3.title18{
    margin-bottom: 23px;
    padding-bottom: 27px;
    border-bottom: 1px solid #e5e5e5;
}
.item-slider-6 .banner-info p.desc{
    margin-bottom: 12px;
}
.banner-slider .owl-item.active .item-slider-6 .banner-info h3.title48 {
    -webkit-animation: bounceUp 1s .05s both;
    animation: bounceUp 1s .05s both;
}
.banner-slider .owl-item.active .item-slider-6 .banner-info h3.title18{
    -webkit-animation: bounceUp 1s .1s both;
    animation: bounceUp 1s .1s both;
}
.banner-slider .owl-item.active .item-slider-6 .banner-info p.desc{
    -webkit-animation: bounceUp 1s .15s both;
    animation: bounceUp 1s .15s both;
}
.banner-slider .owl-item.active .item-slider-6 .banner-info .silder-thumb-list{
    -webkit-animation: bounceUp 1s .2s both;
    animation: bounceUp 1s .2s both;
}
.banner-slider .owl-item.active .item-slider-6 .banner-info .price {
    -webkit-animation: bounceUp 1s .25s both;
    animation: bounceUp 1s .25s both;
}
.banner-slider .owl-item.active .item-slider-6 .banner-info .button {
    -webkit-animation: bounceUp 1s .3s both;
    animation: bounceUp 1s .3s both;
}
.banner-slider .owl-item.active .item-slider-6 .banner-thumb{
   -webkit-animation: zoomIn 1s .1s both;
    animation: zoomIn 1s .1s both;
}

.silder-thumb-list{
    font-size: 0px;
    margin: 0 -5px;
    margin-bottom: 8px;
}
.silder-thumb-list li {
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
}
.silder-thumb-list li.label-label{
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    padding: 5px;
    height: 30px;
    width: 30px;
    margin: 0px;
}
.silder-thumb-list li.label-label:hover,
.silder-thumb-list li.label-label.active{
    background: #fff;
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.1);
}
.silder-thumb-list li.label-label a span{
   display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.silder-thumb-list li.label-label a.img{
    display: none;
}
.silder-thumb-list li.title14{
    margin-right: 16px;
}
.item-sl-6 .price span.color{
    margin-left: 16px;
}
.item-sl-6 .button{
    margin-top: 33px;
}
.silder-thumb-list li.image{

}
.product-catelist {
    position: absolute;
    top: 100%;
    z-index: 1;
    width: 270px;
}
.menu-fixed-content .product-catelist > h3{
    display: none;
}
.product-catelist > h3{
    position: relative;
    color: #fff;
    background: #dc9814;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    cursor: pointer;
}
.product-catelist > h3:before{
    content: "\f10e";
    font-family: LineAwesome;
    font-size: 18px;
    margin-right: 8px;
}
.product-catelist > ul.list-cate{
    border: 1px solid #e5e5e5;
    border-top: none;
    background: #fff;
    position: relative;
}
.product-catelist > ul.list-cate > li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #e5e5e5;
    margin: 0 19px;
}
.product-catelist > ul.list-cate > li:last-child{
    border: none;
    margin-bottom: 8px;
}
.product-catelist > ul.list-cate > li > a{
    display: block;
    padding-left: 64px;
    position: relative;
}
.product-catelist > ul.list-cate > li:hover img{
    opacity: 1;
}
.product-catelist > ul.list-cate > li > a > img{
    position: absolute;
    left: 3px;
    top: 50%;
    opacity: .5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.product-catelist > ul.list-cate > li>.mega-menu{
    position: absolute;
    background: #fff;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.1);
    z-index: 9;
    pointer-events: auto;
    line-height: normal;
    left: 100%;
    margin-left: 1px;
    top: 0;
    padding: 0 14px 0 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.product-catelist > ul.list-cate > li:hover>.mega-menu{
    opacity: 1;
    visibility: visible;
}
.product-catelist > ul.list-cate > li.has-mega>a:after{
    content: "\f112";
    font-family: 'LineAwesome';
    float: right;
}
.product-catelist > ul.list-cate > li.has-mega:before{
    content: "";
    background: #000;
    position: absolute;
    right: 0px;
    width: 3px;
    height: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.product-catelist > ul.list-cate > li.has-mega:hover:before{
    opacity: 1;
    visibility: visible;
}
.product-catelist .mega-menu .vc_column-inner .wpb_wrapper{
    display: block;
}
.cate-sub-menu{
    margin-bottom: 37px;
}
.cate-sub-menu2{
    margin-bottom: 31px;
}
.cate-sub-menu h3.title14{
    margin-bottom: 12px;
}
.cate-sub-menu ul.list-none>li{
    line-height: 40px;
    height: 40px;
}
.cate-sub-menu h3.title18{
    font-size: 14px;
}
.cate-check-height{
    padding: 28px 15px 0px;
}
.product-sub{
    padding: 28px 20px 0;
    background: #fafafa;
}
.banner-sub{
    background: #f6f6f6;
}
.product-sub .item-product-style5 .product-info{
    background: transparent;
    margin-top: -5px;
}
.product-sub .item-product-style5 .product-thumb{
    padding-right: 20px;
    width: 90px;
}
.product-sub .item-product-style5 .wrap-rating{
    line-height: normal;
    position: static;
    margin-bottom: 17px !important;
    margin-left: -2px;
}
.product-sub .item-product-style5{
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 17px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}
.product-sub .ip5{
    margin-bottom: 0 !important;
    line-height: initial;
    height: initial;
}
.product-sub .item-product-style5 .product-price{
    line-height: initial;
    height: initial;
}
.banner-sub .banner-advs .banner-info {
    top: auto;
    bottom: 20px;
    left: 20px;
}
.banner-sub .banner-advs .banner-info p.desc,
.banner-sub .banner-advs .banner-info h3.title24{
    margin-bottom: 9px;
}
.banner-sub .banner-advs .banner-info .button{
    display: inline-block;
}
.banner-sub .banner-advs .banner-info a.more{
    margin-left: -6px;
}
.banner-asl{
    position: absolute;
    left: 15px;
    bottom: 0;
}
.wpb_single_image.sub-image{
    display: inline-block;
    margin-bottom: 30px;
}
.wpb_single_image.sub-image:first-child{
    margin-right: 25px;
}
.wpb_single_image.sub-image4:first-child{
    margin-right: 0px;
}
.product-catelist .mega-menu .sub-icon .wpb_wrapper{
    margin-top: 35px;
    height: 120px;
    line-height: 120px;
}
.wpb_single_image.sub-icon{
    margin-bottom: 65px;
}
.wpb_single_image.sub-icon img{
    display: inline-block;
    vertical-align: middle;
}
.cate-sub-menu3 h3.title14{
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 17px;
}
.product-catelist > ul.list-cate > li>.mega-menu2{
    padding: 0 30px;
}
.h6-services-wrap.vc_row{
    margin: 0 0 150px;
}
.h6-services{
    margin: 0 -15px;
    background: transparent;
}
.h6-services a.adv-thumb-link{
    border: 1px solid #e5e5e5;
}
.h6-services.service-box-middle a.adv-thumb-link{
    border-left-color: transparent;   
    border-right-color: transparent;   
}
.h6-services a.adv-thumb-link:hover{
    border-color: #dc9814;
    background: transparent;
}
.h6-services .info h3.title24{
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.h6-services a.adv-thumb-link:hover .info h3.title24{
    color: #dc9814;
}
.h6-sidebar-banner:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .5;
    z-index: 1;
}
.h6-sidebar-banner .banner-info{
    top: 70px;
    left: 50px;
    right: auto;
    bottom: auto;
}
.h6-sidebar-banner .banner-info h2.title36{
    margin-bottom: 9px;
}
.h6-sidebar-banner .banner-info h3.title18{
    margin-bottom: 12px;
}
.h6-sidebar-banner .banner-info .price {
    margin-bottom: 18px;
}
.h6-sidebar-banner .banner-info .price ins{
    text-decoration: none;
    margin: 0 5px;
}
.h6-title {
    margin-bottom: 26px;
}
.h6-tab-title{
    margin: 0;
    margin-bottom: -30px;
}
.h6-wraper .wpb_wrapper{
    padding: 40px 30px 30px;
    border: 1px solid #e5e5e5;
}
.h6-wraper .group-navi .owl-buttons {
    top: -47px;
}
.h6-post-title{
    margin-bottom: 46px;
    margin-top: -5px;
}
.h6-posts {
   margin-bottom: 144px;
}
.h6-tes-title{
    position: absolute;
    top: 145px;
}
.h6-title-product{
    margin-bottom: 67px;
}
.h6-testimonial{;
    margin-bottom: 144px;
}
.h6-banner-advs{
    position: relative;
    min-height: 370px;
    background: #f5f5f5;
    margin-bottom: 65px;
}
.h6-banner-advs a.adv-thumb-link{
    position: static;
    overflow: visible;
}
.h6-banner-advs a.adv-thumb-link img {
    position: absolute;
    width: auto;
    right: 30px;
    bottom: -65px;
}
.h6-banner-advs .banner-info{
    left: 69px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(calc( -50% + 0.5px ));
    -ms-transform: translateY(calc( -50% + 0.5px ));
    -o-transform: translateY(calc( -50% + 0.5px ));
    transform: translateY(calc( -50% + 0.5px ));
    bottom: auto;
}
.h6-banner-advs .banner-info h3.title18{
    margin-bottom: 12px;
}
.h6-banner-advs .banner-info h2.title48{
    margin: 0 -4px 12px;
}
.close-mobile-menu{
    display: none;
}
.close-mobile-menu{
    color: #fff;
    font-size: 30px;
    z-index: 111111;
    padding: 0 10px;
    width: 100%;
    background: #000;
    cursor: pointer;
}


/*About*/
.about-single-img {
    margin-bottom: 37px;
}
.about-content-box p.desc{
    color: #555;
}
.list-about-link h3.title16{
    margin-bottom: 27px;
}
.list-about-link ul.list-none li a {
    display: block;
    padding: 0 20px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    max-width: 470px;
}
.about-left{
    padding-right: 30px;
}
.about-right {
    padding-left: 30px;
}
.about-service {
    margin-top: -10px;
    margin-bottom: 44px;
}
.about-service span.icon{
    font-size: 0;
    position: absolute;
}
.about-service span.icon i{
    font-size: 60px;
    color: #dc9814;
}
.about-service p.desc{
    padding-left: 72px;
}
.about-newarr-box .banner-advs{
    overflow: hidden;
}
.about-newarr-box .banner-info{
    top: auto;
    height: 50px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    bottom: -50px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.about-newarr-box .banner-advs:hover .banner-info{
    bottom: 0px;
}
.about-newarr-box .banner-info h3.title18 {
    line-height: 50px;
    color: #fff;
}
.about-steps{
    margin-bottom: -40px;
    text-align: center;
    border: 1px solid #e5e5e5;
}
.about-steps h3.title18{
    padding: 26px 0 17px;
}
.about-steps p.desc{
    padding: 11px 20px 23px;
}
.map-content-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(calc( -50% + 0.5px ));
    -ms-transform: translateY(calc( -50% + 0.5px ));
    -o-transform: translateY(calc( -50% + 0.5px ));
    transform: translateY(calc( -50% + 0.5px ));
    padding: 41px 57px 60px;
    /*width: 400px;*/
    background: #fff;
    z-index: 1;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.map-content-box p.title14{
    margin-bottom: 20px;
}
.map-content-box .button{
    margin-top: 16px;
}
.wpcf7-form .contact-notes{
    margin-bottom: 19px;
}
.about-faqs{
    margin-bottom: -60px;
}
.wpb-js-composer .about-faqs .vc_tta-container{
    margin-bottom: 0px;
}
.about-faqs .vc_tta-container > h2{
    margin: 0;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 18px;
}
body.wpb-js-composer .about-faqs .vc_tta.vc_general .vc_tta-panel-title>a{
    color: #333333 !important;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}
body.wpb-js-composer .about-faqs .vc_tta.vc_general .vc_tta-panel-heading{
    border: none;
    background: transparent !important;
    margin-bottom: 15px !important;
}
body.wpb-js-composer .about-faqs .vc_tta.vc_general .vc_tta-panel-body{
    padding: 0px;
    padding-left: 20px;
    border: none;
    border-left: 1px solid #dc9814;
    margin: 22px 0;
    border-radius: 0px;
}
body.wpb-js-composer .about-faqs .vc_tta.vc_general .vc_tta-panel-body .content-editor {
    margin: -6px 0;
}
.share-social-team a:hover{
    color: #fff;
}
.woocommerce button.woocommerce-Button {
    background: #000;
    color: #fff;
    border-color: #000;
}
.woocommerce button.woocommerce-Button:hover{
    background: #dc9814;
    border-color: #dc9814;
}
.inner-single-content{
    max-width: 900px;
    margin: auto;
    padding: 0px;
}

.widget_product_search button {
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}
input[name=apply_for_vendor_submit],
.btn{
    display: inline-block;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    text-align: center;
    background-color: #fff;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    color: #333;
    height: 60px;
    line-height: 60px;
    padding: 0px 48px;
    letter-spacing: 6px;
    text-indent: 6px;
    text-transform: uppercase;
}
input[name=apply_for_vendor_submit],
.btn,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce-MyAccount-content input.button,
.woocommerce-MyAccount-content a.button,
.woocommerce-MyAccount-content button.button,
.woocommerce a.button.wc-backward,
.woocommerce #payment #place_order,
.coupon button.button,
.shop_table .actions button.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
    background: #000;
    color: #fff;
    border-color: #000;
}
input[name=apply_for_vendor_submit]:hover,
.btn:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover, 
.woocommerce-MyAccount-content input.button:hover,
.woocommerce-MyAccount-content a.button:hover,
.woocommerce-MyAccount-content button.button:hover,
.woocommerce a.button.wc-backward:hover,
.woocommerce #payment #place_order:hover,
.coupon button.button:hover,
.shop_table .actions button.button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover{
    background: #dc9814;
    color: #fff;
    border-color: #dc9814;
}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled]{
    color: #fff;
    border: #000;
}
.related-product:not(:last-child){
    margin-bottom: 50px;
}
.fw500{
    font-weight: 500;
}
.product-template-default.woocommerce div.product form.cart .reset_variations{
    position: relative;
}
.banner-slider-full .slider-content-text{
    margin-left: 170px;
}
.shop-wrap{
    display: inline-block;
    margin-bottom: -37px;
}
.date-pick {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    line-height: 58px;
    padding: 0px 48px;
    letter-spacing: 6px;
    text-indent: 6px;
    margin: 0 5px;
}
.single-img{
    display: block;
    overflow: hidden;
    position: relative;
}
.single-img .vc_single_image-wrapper img {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.single-img:hover .vc_single_image-wrapper img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}
.pore{
    position: relative;
}
.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;
    font-family: Roboto;
}
.icon-404 .number{
    display: block;
    font-size: 120px;
    text-align: center;
    line-height: 280px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    color: #333;
}
.icon-404 .text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    font-size: 30px;
    color: #999;
}
.info-404 h2{
    font-weight: bold;
    font-size: 60px;
}
.info-404 h3{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 28px 0 18px;
}
.info-404{
    text-align: center;
    max-width: 375px;
}
.info-404 p{
    color: #999;
    margin-bottom: 30px !important;
}
.content-default-404{
}
.ms10{
    margin: 0 10px;
}
.p-parallax{
    height: 660px;
    background-position: 50% center;
    background-size: cover;
    background-repeat: no-repeat;
}
.p-parallax2{
    height: 550px;
}
.p-parallax3{
    background-attachment: fixed;
}
.p-parallax .wpb_column {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.p-content p.title18{
    font-size: 20px;
    font-weight: 300;
    word-spacing: 1.5px;
    letter-spacing: 1px;
    line-height: 26px;
    max-width: 370px;
}
body.wpb-js-composer .p-collapse.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading{
    border-color: transparent !important;
    background-color: transparent !important;
}
body.wpb-js-composer .p-collapse.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body{
    background: transparent !important;
    padding: 20px 0;
    border-bottom: 1px solid #d7d7d7;
}

body.wpb-js-composer .p-collapse.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title>a,
body.wpb-js-composer .p-collapse.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-title>a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0;
    border-bottom: 1px solid #d7d7d7;
}
.p-table table{
    width: 100%;
    border: none;
}
.p-table thead td{
    border: none;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid;
}
.p-table td{
    padding: 15px 10px;
    font-size: small;
}
.wcv_vendorslist{
    padding: 0px;
}

.item-default.full .col-list.thumb{
    width: auto;
}
.item-default.full .post-info{
    width: 100%;
    position: static;
    margin: 0px;
    padding: 30px 30px 35px;
}
.item-default.full .post-thumb,
.item-default.full:nth-child(2n) .post-thumb{
    margin: 0;
}
.item-default.full:nth-child(2n) .post-info,
.item-default.full .col-list{
    width: 100%;
}
.item-default.full:nth-child(2n) .order-2,
.item-default.full .order-1{
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.main-page-default p{
    margin-bottom: 20px;
}
.detail-fixed-info a.fancybox-buttons img{
    margin-bottom: 20px;
}
.shop-banner a.more,
.map-content-box a.more,
.item-slider-3 a.more{
    margin: 0 -6px;
}

.ripple,
.ripple:before,
.ripple:after {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 30px;
    width: 30px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}

.ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
.woocommerce table.wishlist_table tbody td.product-add-to-cart{
    width: 300px;
}

.widget .select2-container--default .select2-selection--multiple,
.widget .select2-container--default .select2-selection--single {
    border: 1px solid #e5e5e5;
    height: 40px;
    padding: 0 15px;
    border-radius: 0px;
}
.widget .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
}
.widget .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 10px;
}
.widget .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #555;
}
.widget .mini-cart-total{
    margin-top: 20px;
}
.widget .product-mini-cart.table-custom {
    padding-bottom: 25px;
}
.widget .select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    margin: 0;
}
.cross-sells > h2.title24{
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}
.woocommerce form .form-row .input-checkbox{
    position: static;
}
#ship-to-different-address *{
    display: inline-block; 
    vertical-align: middle;
}
.checkbox input[type=checkbox], 
.checkbox-inline input[type=checkbox], 
.radio input[type=radio], 
.radio-inline input[type=radio]{
    position: static;
    margin: 0;
}



@-webkit-keyframes fadeUp{
    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 fadeUp{
    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);}
}

@-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);}
}

@-webkit-keyframes fadeLeft{
    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(50px,0,0);transform:translate3d(50px,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 fadeLeft{
    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(50px,0,0);transform:translate3d(50px,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 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(-50px,0,0);transform:translate3d(-50px,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(-50px,0,0);transform:translate3d(-50px,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 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); }
}

.mini-cart-empty {
  text-align: center;
  padding: 70px 20px;
}
.mini-cart-empty .empty-icon {
  color: #e5e5e5;
}
.mini-cart-empty .desc {
  margin-bottom: 15px;
}

.pd-lr-75{
    padding-left: 75px;
    padding-right: 75px;
}
.pd-lr-100{
    padding-left: 100px;
    padding-right: 100px;
}
.top-slider-120{
    margin-top: -120px;
}

.main-nav > ul > li .sub-menu > li.current_page_item  > a{
    color: #dc9814;
}

.header-s7{
    background: transparent;
    z-index: 111;
    box-shadow: none;
}
.header-s9 .main-nav2 > ul{
    background: #000;
}
.header-s7 .header-left > .wpb_column > .vc_column-inner > .wpb_wrapper{
    background: transparent;
}

.header-s9 .main-nav .toggle-mobile-menu,
.header-s9 .text-logo *,
.header-s7 .text-logo *{
    color: #fff;
}

.header-s9 .main-nav > ul > li > a,
.header-s7 .main-nav > ul > li > a{
    color: #fff;
}
.header-s9 .main-nav > ul > li .sub-menu > li > a:hover,
.header-s9 .main-nav > ul > li:hover > a,
.header-s7 .main-nav > ul > li .sub-menu > li > a:hover,
.header-s7 .main-nav > ul > li:hover > a{
    color: #dc9814;
}
.header-s7 .mega-list-cat .title18,
.header-s7 .mega-list-cat ul li a,
.header-s7 .main-nav > ul > li .sub-menu > li > a{
    color: #000;
}
.header-s9 .account-manager > .color, 
.header-s9 .s-icon, 
.header-s9 .mini-cart-link, 
.header-s9 .open-login-form,
.header-s7 .account-manager > .color,
.header-s7 .s-icon, 
.header-s7 .mini-cart-link, 
.header-s7 .open-login-form{
    color: #fff;
}
.item-slider-7{
    position: relative;
}
.item-slider-7:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
}
.item-slider-7 .slider-content-text{
    position: relative;
    z-index: 2;
    width: 900px;
}
.banner-slider-7 .owl-theme.group-navi .owl-buttons {
    right: 15px;
}
.item-slider-7 .title100 {
    margin-bottom: 70px;
    letter-spacing: 1.5px;
}
.item-slider-7 .link{
    margin-bottom: 12px;
}

.item-slider-7 .row a,
.shop-link{
    display: inline;
    color: #000;
    letter-spacing: 1px;
    font-size: 14px;
    position: relative;
    line-height: 1.5px;
    border-bottom: 1px solid;
    text-transform: uppercase;
    background: transparent !important;
}
.item-slider-7 .row a:after,
.shop-link:after{
    font-family: 'LineAwesome';
    content: "\f121";
    position: absolute;
    margin: 0 5px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.shop-link:hover{
    border: none;
}
.item-slider-7 .row a{
    color: #fff;
    font-size: 18px;
}
.item-slider-7 .row a:hover{
    border: none;
    color: rgba(255, 255, 255, 0.7);
}
.item-slider-7 .title14 {
    max-width: 150px;
}
.active .item-slider-7 img{
    -webkit-animation: scaleDown 1.5s;
    animation: scaleDown 1.5s;
}
.active .item-slider-7 .title100{
    -webkit-animation: fadeUp 2s both;
    animation: fadeUp 2s both ;
}
.active .item-slider-7 .row > div:nth-child(1){
    -webkit-animation: fadeRight 1s both 1s;
    animation: fadeRight 1s both 1s;
}
.active .item-slider-7 .row > div:nth-child(2){
    -webkit-animation: fadeRight 1s both 1.5s;
    animation: fadeRight 1s both 1.5s;
}
.fixed-header.header-s9,
.fixed-header.main-nav9,
.fixed-header.header-s7{
    background-color: rgba(0,0,0,.65);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.menu-fixed-content .header-s3 .main-nav9 > ul{
    background: #000 !important;
}
.fixed-header.header-s7 .header-left > .wpb_column > .vc_column-inner > .wpb_wrapper{
    height: 80px;
}

.h7-post-wrapper{
    padding: 145px 0 150px;
    background: #f5f5f5;
}
.h7-text-block .content-info >p:last-child{
    margin-bottom: 0px;
}
.h7-text-block .title40{
    letter-spacing: 1.5px;
}
.h7-text-block .desc{
    margin-bottom: 20px;
}

.item-post-inner{
    position: relative;
}

.item-post-inner .post-thumb:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.1));
    background: -webkit-linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.1));
}

.item-post-inner .post-info{
    position: absolute;
    left: 70px;
    top: 80px;
    z-index: 11;
}
.item-post-inner .post-info .number{
    position: absolute;
    left: -20px;
    top: -10px;
}
.item-post-inner .post-thumb{
    margin-bottom: 0px;
}
.item-post-inner .post-info *{
    color: #fff;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.item-post-inner .post-info .title60{
    display: block;
    line-height: normal;
    max-width: 70%;
    margin-bottom: 10px;
}
.item-post-inner .post-info .shop-link{
    color: #fff;
}
.item-post-inner .post-info a:hover .shop-link{
    letter-spacing: 1.8px;
}
.item-post-inner .post-info a:hover *{
    color: rgba(255, 255, 255, .65);
}
.item-post-inner .post-thumb.hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    transition: -webkit-transform 2s cubic-bezier(.075,.82,.165,1);
    transition: transform 2s cubic-bezier(.075,.82,.165,1);
    transition: transform 2s cubic-bezier(.075,.82,.165,1),-webkit-transform 2s cubic-bezier(.075,.82,.165,1);
}

.h7-title-post{
    max-width: 550px;
    margin-bottom: 62px;
}
.h7-title-post .title24 {
    margin-bottom: 27px;
}
.h7-posts .group-navi .owl-buttons {
    top: -80px;
    width: 80px;
}
.h7-posts .owl-theme .owl-controls .owl-buttons div{
    font-size: 30px;
    background: transparent;
}
.h7-posts .owl-carousel .owl-wrapper-outer{
    overflow: visible;
}

.h7-posts:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    width: 10rem;
    max-width: 50vw;
    height: 2px;
    margin: 0 auto;
    background-color: rgba(0,0,0,.1);
}

.header-s7 .header-middle{
    position: static;
    transform: none;
}
.header-s7 .main-nav.main-nav1 > ul{
    padding: 0;
}
.header-s7 .header-right{
    position: static;
    margin-top: 0;
}



.h7-title {}

.h7-title-tab {
    margin-bottom: -31px;
}

.h7-tabs .group-navi .owl-buttons {
    top: -80px;
    left: auto;
    right: 15px;
    width: 80px;
}
.h7-tabs .owl-theme .owl-controls .owl-buttons div{
    font-size: 30px;
    background: transparent;
}

.h7-tabs .owl-carousel .owl-wrapper-outer {
    overflow: visible;
}




.title-box8{
    position: relative;
    text-align: center;
    margin-top: -2px;
}
.title-box8 .title24{
    position: relative;
    margin-bottom: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 25px;
    background: #fff;
    display: inline-block;
}
.title-box8 .content-info{
    position: relative;
}
.title-box8 .content-info:before{
    content: "";
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: absolute;
    top: 13px;
    width: 100%;
    z-index: -1;

}
.title-box8 .desc{
    max-width: 500px;
    margin: auto;
    margin-bottom: 44px;
}

.banner-slider-9 .slider-content-text{
    width: auto;
}
.item-category.style5,
.item-category.style4 {
    margin-bottom: 30px;
}
.item-category.style4 .cate-name {
    bottom: 22px;
    left: 15px;
    right: 15px;
}

.item-category.style5 .cate-name{
    position: static;
    background: #f1f1f1;
    padding: 23px 30px;
}
.h8-category-banner {
    margin-bottom: 30px;
}
.h8-category-banner .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;
    right: auto;
    width: 33.333%;
    background: #f1f1f1;
}

.h8-category-banner .banner-info .desc{
    position: relative;
    padding-top: 30px;
    margin-top: 24px;
}
.h8-category-banner .banner-info .desc:before{
    content: "";
    width: 150px;
    border-top: 1px solid;
    height: 1px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
    top: 0;
}

.video-slider{

}
.video-slider:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: all 600ms cubic-bezier(0.6, 0.1, 0.48, 0.9);
}
.video-slider.style-content {
    padding: 0;
    border: none;
    display: block;
}
.video-slider.style-content > div{
    padding: 0 !important;
    width: 100%;
}

.video-slider video {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.video-slider.style-content .banner-info{
    position: absolute;
    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;
}


#phone-call-popup {bottom:25px;right:10px;position:fixed;z-index:10000000;}
#phone-call-mobile {bottom:10px;left:10px;width:125px;position:fixed;z-index:10000000;transform:scale(0.8);display:none;}
@media (max-width: 767px) {
	#phone-call-popup {display:none;}
	#phone-call-mobile {display:block;}
}
.img-circle{background-color:#dc9814;box-sizing:content-box;-webkit-box-sizing:content-box;}

.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #d34c3c;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#d34c3c;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(images/phone-icon.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

.modal-open .modal { background:rgba(0,0,0,0.5); }
.woocs_auto_switcher {display:none;}