/*Import*/
/*************************************
[Master Stylesheet]
Project: ridestyle
Version: 1.0
Last change: 05/20/2017
Author: 7UP Theme
Author URI: https://7uptheme.com/
[Table Content]
1.Home 1
2.Home 2
3.Home 3
4.Home 4
5.Home 5
6.Home 6
7.About
8.Contact
9.Menu Ontop
10.Preview  Menu
11.Shop
12.Product Details
13.Blog
**********************************************/
.hidden{
    display: none;
}
.list-tag-detail.nav-tabs{
    border-bottom: 0;
}
.menupop.hover:hover {
    transition: none;
    transform: none;
    animation: unset;
}
/*UNITEST*/
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
pre{
    white-space: pre-wrap;
	font-size:14px;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}
figure,
.sv-default img{
    max-width: 100%;
    height: auto;
}
.sv-default #st-map img{
    max-width: none;
    height: inherit;
}
.gallery {
    margin-bottom: 20px;
}
.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}
.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}
.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
.gallery:before{
    content: "";
    display: table;
}
.gallery:after{
    clear: both;
}
.gallery:before, .gallery:after{
    content: "";
    display: table;
}
.bypostauthor,
.screen-reader-text,
.wp-caption-text{
    display: block;
}
.wp-caption-text {
    color: #999;
    margin-top: 10px;
    margin-bottom: 20px;
}
table {
    border-collapse: collapse;
}
table, th, td {
    border: 1px solid #eaeaec;
    padding: 9.5px;
}
.inner-content-page > ol li,
.inner-content-page > dl *, 
.inner-content-page > ol ul, 
.inner-content-page > ul li, 
.inner-content-page > ul ul {
    margin-top: 10px;
	line-height: 24px;
}
.comment-text > ol li,
.comment-text > dl *, 
.comment-text > ol ul, 
.comment-text > ul li, 
.comment-text > ul ul {
    margin-top: 10px;
	line-height: 24px;
}
.detail-content-wrap > ol li,
.detail-content-wrap > dl *, 
.detail-content-wrap > ol ul, 
.detail-content-wrap > ul li, 
.detail-content-wrap > ul ul {
    margin-top: 10px;
	line-height:24px;
}
.comment-body > .edit-link i {
    margin: 0 5px;
}
/*Widget*/
.widget .screen-reader-text{
    display: none;
}
.widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li {
    padding: 0;
    margin: 0 0 20px;
}
.widget_product_categories.widget ul li,
.widget_nav_menu.widget ul li,
.widget_recent_entries.widget ul li,
.widget_recent_comments.widget ul li,
.widget_meta.widget ul li,
.widget_pages.widget ul li,
.widget_categories.widget ul li,
.widget_archive.widget ul li{
    margin: 0 0 15px;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 15px;
}
.widget_product_categories.widget ul li:last-child,
.widget_nav_menu.widget ul li:last-child,
.widget_recent_entries.widget ul li:last-child,
.widget_recent_comments.widget ul li:last-child,
.widget_meta.widget ul li:last-child,
.widget_pages.widget ul li:last-child,
.widget_categories.widget ul li:last-child,
.widget_archive.widget ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.widget ul li:last-child{
	margin:0;
} 
.widget ul li .count {
    display: inline-block;
    color: #ccc;
    margin: 0 3px;
	font-size:12px;
}
.widget abbr[title]{
    border-bottom: 0;
}
.tagcloud a {
    display: inline-block;
    margin: 0 6px 10px 0;
    font-size: 14px !important;
    border: 1px solid #ebebeb;
    padding: 5px 15px;
    border-radius: 20px;
}
.widget_tag_cloud .tagcloud {
	margin-bottom:-22px;
}
.widget_calendar table {
    width: 100%;
}
.widget_calendar table caption {
    background-color: #222;
    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: #ffd80a;
}
.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: #222;
}
.widget_calendar table tfoot a {
    display: inline-block;
    color: #fff;
    padding: 2px 15px;
}
.widget_calendar table tfoot a:hover {
    color: #ffd80a;
}
.widget ul.sub-menu, 
.widget ul.children {
    padding-left: 15px;
    margin-top: 15px;
    border-top: 1px dashed #e5e5e5;
    padding-top: 15px;
}
.widget ul li:last-child{
    padding-bottom: 0;
}
.widget select{
    max-width: 100%;
    width: 100%;
}
.textwidget p > img{
    margin: 6px 0;
}
.entry-content > p,
.rssSummary,
.widget p{
    color: #555;
    margin: 0 0 15px;
    line-height: 24px;
}
.widget_archive ul li {
    color: #999;
    font-size: 12px;
}
.widget_archive ul li a {
    font-size: 14px;
    vertical-align: middle;
}
a.rsswidget{
    font-weight: bold;
}
.rss-date{
    color: #999;
}
.widget_rss {
    line-height: 24px;
}
.widget.widget_rss ul li {
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 22px;
    margin-bottom: 22px;
}
.widget-title .rsswidget img {
    vertical-align: top;
    display: inline-block;
    margin-top: 0;
}
.widget_rss .rssSummary {
    margin-top: 15px;
}
.widget.widget_rss ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 5px 0 5px;
}
.widget .select2-container .select2-search--inline .select2-search__field{
    height: 35px;
    margin: 0;
    padding: 0;
}
.widget .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #e5e5e5 1px;
}
.woocommerce-product-search input[type=search] {
    border: none;
    height: 46px;
    padding: 0 15px 0 46px;
    display: block;
    width: 100%;
    border-radius: 0px;
    background: #f5f5f5;
}
.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;
	border-radius:0;
}
.widget .mini-cart-empty {
    padding-top: 0;
}
.error-404.not-found{
    margin-bottom: 40px;
}
.error-404 .wg-search-form{
    margin-top: 20px;
    max-width: 415px;
}
/*End widget*/
/*gutenberg optimized css font-end*/
.wp-block-latest-posts.is-grid {
    padding-left: 40px;
}
.wp-block-pullquote {
    border-top: 4px solid #ffd80a;
    border-bottom: 4px solid #ffd80a;
    color: #40464d;
    margin-bottom: 30px;
    margin-top: 26px;
}
.wp-block-pullquote blockquote:before{
    display: none;
}
.wp-block-pullquote blockquote{
    padding-left: 0;
    padding-right: 0;
    margin: 0;
	border:none;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
    color: #40464d;
    font-size: 13px;
    font-style: normal;
}
.wp-block-pullquote p {
    font-size: 18px;
}
.wp-block-button{
    margin-top: 30px;
    margin-bottom: 30px;
}
.entry-content > ul,
.detail-content-wrap > ul{
    margin-bottom: 25px;
}
.wp-block-embed{
    margin-top: 20px;
}
p code{
	padding: 2px;
    border-radius: 2px;
    color: #23282d;
    background: #f3f4f5;
    font-family: Menlo,Consolas,monaco,monospace;
    font-size: inherit;
}
.comment-text > h1 ~ *,
.comment-text > h2 ~ *,
.the-content > h1 ~ *,
.the-content > h2 ~ *,
.inner-content-page > h1 ~ *,
.inner-content-page > h2 ~ *,
.detail-content-wrap > h1 ~ *,
.detail-content-wrap > h2 ~ *{
    margin-top: 25px;
}
.comment-text > address,
.inner-content-page > address,
.detail-content-wrap > address {
    line-height: 24px;
}
.wp-block-quote.is-large {
    margin-top: 30px;
}
.wp-caption-text{
    color: #999;
    margin-top: 10px;
}
.has-huge-font-size,
.has-larger-font-size,
.has-large-font-size{
    line-height: 1.8;
}
.wp-block-embed-twitter.alignright,
.wp-block-button.alignright .wp-block-button__link{
    margin-left: 2em;
}
.wp-block-embed-twitter.alignleft,
.wp-block-button.alignleft .wp-block-button__link{
    margin-right: 2em;
}
figure.wp-block-embed-twitter {
    margin-top: 10px;
    clear: both;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 0 60px;
	margin: 30px 0;
}
.wp-block-embed-youtube iframe{
    width: 100%;
}
.wp-block-table td, .wp-block-table th {
    border-color: #eaeaec;
}
.wp-block-table.has-fixed-layout {
    width: auto;
}
blockquote cite {
    font-size: 14px;
    font-style: normal;
}
/* end gutenberg optimized css font-end*/
.post-password-form input[type=submit]{
    background: #fff;
    vertical-align: top;
    padding: 0 20px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.post-password-form input[type=submit]:hover{
    color: #fff;
}
.sticky{
    display: inline-block;
}
/*END UNITEST*/
/*add style*/
.header-page .vc_row[data-vc-full-width] {
  overflow: inherit !important;
}
.remove-hidden.vc_row[data-vc-full-width] {
  overflow: inherit !important;
}
.comment-list li.pingback {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    line-height: 24px;
}
.comment-list li.pingback ~ li.comment{
    margin-top: 30px;
}
/*Menu fixed style*/
.fixed-header {
  position: fixed !important;
  top: -100px;
  left: 15px !important;
  z-index: 9996;
  -webkit-transition: top 0.5s ease-out 0s !important;
  transition: top 0.5s ease-out 0s !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.admin-bar .fixed-header.active {
  top: 32px;
  z-index: 9999;
}
.fixed-header.active {
  top: 0;
}
.menu-fixed-content.fixed-header {
  background: #fff;
  width: 100%;
  left: 0 !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  max-width: 100%;
  display: block;
}
img{
    max-width: 100%;
    height: auto;
}
/*shop item*/
.list-col-item{
    float: left;
    padding: 0 15px;
}
.list-1-item{
    width: 100%;
}
.list-2-item{
    width: 50%;
}
.list-2-item:nth-child(2n+1){
    clear: both;
}
.list-3-item{
    width: 33.3333%;
}
.list-3-item:nth-child(3n+1){
    clear: both;
}
.list-4-item{
    width: 25%;
}
.list-4-item:nth-child(4n+1){
    clear: both;
}
.list-5-item{
    width: 20%;
}
.list-5-item:nth-child(5n+1){
    clear: both;
}
.list-6-item{
    width: 16.66666667%;
}
.list-7-item{
    width: 14.2857%;
}
.list-8-item{
    width: 12.5%;
}
.list-9-item{
    width: 11.111%;
}
.list-10-item{
    width: 10%;
}
.list-3-item:nth-child(3n+1),
.list-4-item:nth-child(4n+1),
.list-5-item:nth-child(5n+1),
.list-6-item:nth-child(6n+1),
.list-7-item:nth-child(7n+1),
.list-8-item:nth-child(8n+1),
.list-9-item:nth-child(9n+1),
.list-10-item:nth-child(10n+1){
    clear: both;
}
.list-col-item.list-10-item,
.list-col-item.list-9-item,
.list-col-item.list-8-item,
.list-col-item.list-7-item,
.list-col-item.list-6-item,
.list-col-item.list-5-item {
    padding: 0 5px;
}
.list-post-wrap .wrap-item[data-item="5"],
.list-post-wrap .wrap-item[data-item="6"],
.blog-grid-view[data-column="5"] .row,
.blog-grid-view[data-column="6"] .row,
.product-grid-view[data-column="5"] .row,
.product-grid-view[data-column="6"] .row,
.product-grid-view[data-column="7"] .row,
.product-grid-view[data-column="8"] .row,
.product-grid-view[data-column="9"] .row,
.product-grid-view[data-column="10"] .row{
    margin: 0 -5px;
}
/*end*/
.blog-grid-view .list-post-wrap{
    margin: 0 -15px;
}
.pagi-nav > span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
	padding:0 10px;
}
.pagi-nav .current {
    background-color: #222;
    color: #fff;
}
.main-page-default {
    margin: 100px 0 100px;
}
.loadmore {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 0 40px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.btn-loadmore {
    text-align: center;
    margin-top: 20px;
}
.post-meta-data a{
    color: #999; 
}
.post-meta-data a:hover{
    color: #ffd80a; 
}
/*Share*/
.single-list-social ul {
    margin: 0 -8px;
}
.single-list-social ul li {
    margin: 0 8px;
}
.single-list-social ul li a {
    font-size: 16px;
}
.single-list-social > span {
    margin: 0 15px 0 0;
}
.share-icon{
    height: 28px;
    line-height: 30px;
    display: block;
    padding: 0 8px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    min-width: 29px;
}
.share-icon.facebook-social{
  background: #2d5f9a;
}
.share-icon.twitter-social{
  background: #58c7ff;
}
.share-icon.google-social{
  background: #d93c2d;
}
.share-icon.envelope-social{
  background: #484745;
}
.share-icon.linkedin-social{
  background: #00527b;
}
.share-icon.pinterest-social{
  background: #ed2024;
}
.share-icon.tumblr-social{
  background: #3f557a;
}
.share-icon i{
  font-size: 16px;
}
.share-icon.total-share{
    height: 28px;
    line-height: 28px;
    border: 1px solid #e5e5e5;
    color: #cb0909;
}
.share-icon .number{
  margin: -1px 4px 0;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
}
/*End share*/
.author-thumb img,
.comment-thumb img{
    border-radius: 50%;
}
.comment-list ul.children{
    list-style: none;
}
.blog-comment-detail > h2.title18 {
    margin-bottom: 25px;
}
.comment-list li li:last-child .item-comment {
    margin-bottom: 40px;
}
.comment-info .fn{    
    font-weight: 700;
    text-transform: uppercase;    
}
.comment-info .fn a{
    color: #222;
}
.comment-info .fn a:hover{
    color: #ffd80a;
}
.comment-reply-title {
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 45px;
    text-transform: uppercase;
}
.content-post-default .desc {
    margin-bottom: 30px;
}
.content-post-default h3 {
    margin-bottom: 20px;
}
.bread-crumb ul:last-child li:last-child a::after,
.bread-crumb > a:last-child::after{
    display: none;
}
.bread-crumb ul{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce .woocommerce-breadcrumb{
    margin: 0;
}
.bread-crumb ul.post-categories li {
    display: inline-block;
}
/*woocommerce sidebar*/
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img{
    width: 70px;
}
.widget .product-title {
    overflow: inherit; 
    text-overflow: inherit; 
    white-space: normal; 
    font-weight: normal;
}
.widget .product_list_widget .wrap-rating{
    margin-top: 6px;
}
.product_list_widget .product-price > span, .product_list_widget .product-price ins {
    font-size: 14px;
}
.widget .product_list_widget .reviewer, .widget .product_list_widget .product-price {
    margin-top: 11px;
    display: block;
    margin-bottom: 0;
}
.woocommerce ul.product_list_widget > li{
    margin-bottom: 15px;
}
.woocommerce .widget_rating_filter ul li {
    padding: 0 0 6px;
}
.widget_price_filter .price_slider_wrapper{
	padding-top:10px;
}
.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range{
	background:#f5f5f5;
	border-radius: 10px;
}
.widget_price_filter .price_slider_wrapper .ui-widget.ui-widget-content {
    background-color: #222;
    border-radius: 10px;
    height: 10px;
    margin: 0 0 30px;
	border:none;
}
.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    top: -6px;
    margin: 0 -1px;
	border-style:solid;
	border-width:3px;
	cursor: ew-resize;
    outline: 0;
}
.widget_price_filter  .price_slider_wrapper .ui-slider .ui-slider-handle:last-child {
    margin-left: -19px;
}
.woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
	display: inline-block;
    height: 40px;
    line-height: 40px;
    border: none;
    padding: 0 20px !important;
    border-radius: 0px;
    text-align: center;
    background-color: #222;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    text-transform: capitalize;
}
.woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
    color: #fff;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button,
.widget_price_filter .price_slider_wrapper .price_slider_amount{
    font-size: 14px;
    line-height: 46px;
	color:#666;
	text-align: right;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
    font-size: 16px;
    height: 46px;
    border-radius: 30px;
    font-weight: 500;
    color: #222;
    position: relative;
    float: left;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button::after{
	content:"\f121";
	font-family:lineAwesome;
	margin-left:10px;
	font-size:24px;
	vertical-align:bottom;
} 
.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover{
	background-color:#222;
	color:#fff;
}
.woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit{
    margin: 10px 0 0;
}
select,
input[type=password],
input[type=number],
input[type=email],
input[type=text]{
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
}
textarea{
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    padding: 10px;
}
.widget_product_search button[type=submit] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 46px;
    background: transparent;
    border: none;
    z-index: 1;
    font-size: 0;
}
.widget_product_search input[type=search]{    
    width: 100%;
}
.woocommerce-product-search{
    position: relative;
}
.woocommerce-product-search::after {
    position: absolute;
    top: 11px;
    left: 15px;
    font-family: lineAwesome;
    content: "\f2eb";
    color: #666;
    font-size: 24px;
}
.woocommerce-loop-category__title{
    margin: 17px 0 7px;
    font-size: 14px;
    font-weight: 400;
}
.item-product .mark{
    background-color: transparent;
}
.woocommerce .woocommerce-ordering {
    margin-bottom: 0;
}
.woocommerce nav.woocommerce-pagination {
    text-align: right;
}
.label-wrap.wapl-aligncenter{
    text-align: center;
}
.shop-loading{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    z-index: 98;
}
.shop-loading i{
    font-size: 40px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    color: #fff;
}
.ajax-loading:not(.list-product-search){
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    z-index: 9999;
}
.ajax-loading:not(.list-product-search) i{
    font-size: 40px;
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    margin: auto;
}
.loadding{
    position: relative;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images{
    float: none;
    width: 100%;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 5px;
    margin-top: -6px;
}
.woocommerce div.product .woocommerce-product-rating .wrap-rating {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
}
.entry-summary > p{
    margin-bottom: 0;
}
.detail-gallery .carousel li a{
	display:block;
	position:relative;
}
.detail-gallery .carousel li a.active::before{ 
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	content:"";
	border-style:solid;
	border-width:2px; 
}
/*End default*/
/*Begin custom*/
.product-price > span,
.product-price ins{
    font-weight: 700;
	color:#222;
	font-size:18px;
}
.product-price del{
    color: #999; 
}
a.added_to_cart,
.woocommerce a.added_to_cart{
    display: none !important;
}
.woocommerce #respond input#submit,
a.added_to_cart,
.woocommerce a.added_to_cart,
.woocommerce a.button.addcart-link{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: none;
    padding: 0 20px;
    border-radius: 0;
    text-align: center;
    background: #222;
    font-weight: 500;
    color: #fff;
}
.woocommerce #respond input#submit:hover,
a.added_to_cart:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce a.button.addcart-link:hover{
    color: #fff;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after{
    top: 0;
    right: 0;
}
.woocommerce ul.products li.product .button{    
    margin: 0;
}
.sort-by .select-box select {
    line-height: 36px;
}
.title-page{
    position: relative;
    z-index: 1;
	font-size:36px;
}
.title-page + div{
    position: relative;
    z-index: 0;
}
.woocommerce div.product div.images .carousel li img {
    width: 90px;
}
.product_meta > span {
    display: block;
    margin-bottom: 10px;
}
.product_meta .sku {
    color: #666;
    text-transform: uppercase;
    margin: 0 -5px;
}
.detail-info > .product-price > span,
.detail-info > .product-price ins{
    font-size: 18px;
}
.detail-info > .product-price del{
    font-size: 18px;
}
.single_variation_wrap .detail-attr{
    display: block;
}
.list-product-group .product-title {
    margin-bottom: 10px;
    font-weight: 500;
}
.button,.shop-button {
    white-space: nowrap!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 {
    font-size: 16px;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button::after {
    font-family: lineAwesome;
    content: "\f16e";
    font-size: 20px;
    vertical-align: bottom;
    margin-left: 10px;
}
.detail-info form.cart .detail-qty {
    margin-right: 10px;
}
.detail-attr:not(.type-select):not(.type-) .select-box::after{
    display: none;
}
.reset_variations[style="visibility: hidden;"]{
    display: none;
}
.woocommerce div.product form.cart .reset_variations {
    font-size: 14px;
    text-align: right;
    padding-top: 0;
    margin-top: -30px;
    position: relative;
}
.woocommerce table.shop_attributes td p {
    padding: 8px;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th{
	border-style:dotted;
}
.woocommerce #reviews #comments ol.commentlist .wrap-rating li {
    margin: 0;
}
.woocommerce div.product form.cart .reset_variations[style="visibility: visible; display: inline;"] {
    display: block !important;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover{
    background-color: #999;
}
.woocommerce-variation.single_variation {
    margin-left: 65px;
    margin-bottom: 15px;
}
.item-product-meta-info label {
    font-weight: 700;
    margin: 0;
    min-width: 100px;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
.item-product-meta-info .meta-item-list{
	display:inline;
}
.item-product-meta-info .meta-item-list a{
	margin-right:6px;
}
.item-product-meta-info .meta-item-list span, 
.item-product-meta-info .meta-item-list a {
    margin-bottom: 5px;
    display: inline-block;
}
.select-box select{
    z-index: inherit;
}
.woocommerce div.product div.summary {
    margin-bottom: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #e5e5e5;
}
.select2-dropdown {
    border-color: #e5e5e5;
}
/* detail tab css*/
.detail-tab-desc > h2:first-child{
    display: none;
}
.detail-tab-desc p{
    color: #555;
    margin: 0;
    line-height: 24px;
}
.detail-tabs.tab-style2{
    display: block;
    border: 0;
}
.tab-style2 .detail-tab-title ul li{
    display: inline-block;
}
.tab-style2 .detail-tab-title{
    min-width: inherit;
    border: 0;
}
.tab-style2 .list-tag-detail li a{
    border: 1px solid #e5e5e5;
}
.tab-style2 .list-tag-detail li.active a::after{
    display: none;
}
.tab-style2 .detail-tab-content{
    margin: 0;
}
.woocommerce #reviews #comments > h2 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    display: none;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
    width: 70px;
    border: 0;
    padding: 0;
    border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist{
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 90px;
    border-radius: 0;
}
.woocommerce-Reviews .comment-reply-title {
    margin-bottom: 10px;
    display: block;
    font-size: 24px;
}
.comment-form-rating > label{
    margin-bottom: 10px;
}
.woocommerce #review_form #respond p.stars{
    margin-bottom: 0;
}
.woocommerce .star-rating,
.woocommerce p.stars a{
    color: #ffc000;
}
.detail-tabs {
    margin-bottom: 70px;
}
/* End detail tab css*/
.single-title{
    margin-bottom: 30px;
}
.select-box::after{
    z-index: -1;
}
/*Woocommerce Page css*/
.woocommerce-cart table.cart td.actions .coupon .input-text{
    min-width: 200px;
    padding-left: 12px;
    padding-right: 12px;
}
td.product-remove {
    max-width: 30px;
}
td.product-thumbnail {
    max-width: 60px;
    text-align: center;
}
#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 70px;
}
/*End Woocommerce page css*/
.item-default .post-thumb{
    display: inline-block;
    max-width: 100%;
}
.page-links > span, 
.page-links > a {
    padding: 6px 10px;
    border: 1px solid #e5e5e5;
    margin: 0 2px;
    display: inline-block;
}
.page-links > span{
    color: #ffd80a;
}
.page-links {
    margin-bottom: 50px;
    margin-top: 30px;
}
.woocommerce div.product form.cart:not(.variations_form){
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center; 
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center; 
    margin-bottom: 30px; 
}
.woocommerce div.product form.cart:not(.variations_form) > label{
    width: 100px;
    margin: 0;
}
.woocommerce div.product .list-product-group form.cart{
    display: block;
}
.list-product-group form.cart table {
    width: 100%;
    margin-bottom: 30px;
}
.group-qty label{
    display: none;
}
.woocommerce div.product form.cart .group_table td.group-info{
    padding: 6px 15px;
}
.woocommerce div.product form.cart .group_table td:first-child {
    width: 80px;
}
.woocommerce div.product form.cart .group_table tr:last-child td{
    padding-bottom: 30px;
}
.woocommerce table.shop_table{
    padding: 0;
    border-collapse: collapse;
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text{
    border-color: #e5e5e5;
}
#add_payment_method .cart-collaterals .cart_totals table, 
.woocommerce-cart .cart-collaterals .cart_totals table, 
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: collapse;
}
.select2-container--default .select2-selection--single {
    border-color: #e5e5e5!important;
    height: 40px!important;
    border-radius: 0!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px!important;
    right: 6px!important;
}
/*My account*/
.woocommerce-MyAccount-navigation ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li a{
    padding: 8px 15px;
    margin-bottom: 5px;
    color: #222;
    border: 1px solid #e5e5e5;
	display:block;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li:hover a{
    color: #fff;
}
.woocommerce-MyAccount-content{
    padding: 15px;
    border: 1px solid #e5e5e5;
}
.woocommerce-MyAccount-content a{
    color: #222;
}
.woocommerce-MyAccount-content a:hover{
    color: #999;
}
.woocommerce-account .addresses .title .edit{
    font-size: 14px;
    background: #999;
    color: #fff;
    padding: 5px 10px;
    margin-top: 20px;
    border: 1px solid #999;
}
.woocommerce-account .addresses .title .edit:hover{
    background: #fff;
    color: #222;
}
.woocommerce form .form-row input.input-text{
    height: 40px;
    border: 1px solid #e5e5e5;
}
.select2-container .select2-choice{
    height: 40px;
    border: 1px solid #e5e5e5;
    line-height: 40px;
}
.select2-drop-active{
    border-color: #e5e5e5;
}
.mini-cart-empty{
    padding-top: 20px;
}
.mini-cart-button a,
.woocommerce .mini-cart-button a{
    height: 40px;
    border-radius: 0px;
    display: inline-block;
    padding: 0 20px;
    border: none;
    color: #fff;
    line-height: 40px;
    background: #222;
    margin: 0 3px;
    text-align: center;
	letter-spacing: 0.4px;
    font-size: 16px;
}
.mini-cart-button a:hover,
.woocommerce .mini-cart-button a:hover {
    color: #fff;
}
.aside-box .dropdown-list{
    left: auto;
    visibility: visible;
    opacity: 1;
}
.mini-cart-box.aside-box .mini-cart-button a:first-child {
    background: #666;
}
.aside-box .dropdown-list {
    pointer-events: inherit;
}
.overlay .wrap::after{
    z-index: 1001;
}
/*End*/
.fancybox-inner{
    padding: 0 15px;
    margin: 0 -15px;
}
.zoomContainer {
    z-index: 9997;
}
.fancybox-opened{
	z-index: 9999;
}
.fancybox-overlay {
    z-index: 9998;
}
.menu-on-fixed.single-product .header-page{
    position: static;
}
.single-product .header-page{
    z-index: 9999;
    position: relative;
}
.product-popup-content{
    padding: 0;
}
.product-popup-content .product-detail {
    margin-bottom: 0;
}
.fancybox-opened .fancybox-skin{
    background: #fff;
}
/*Begin Search Ajax*/
.list-product-search {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    /*border-radius: 6px;*/
    left: 0;
    margin-top: 32px;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    min-width: 300px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.list-product-search.active {
    opacity: 1;
    visibility: visible;
    margin-top: 2px;
}
.item-search-pro {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    padding: 10px 0;
    width: 100%;
}
.item-search-pro > div {
    display: table-cell;
    vertical-align: middle;
}
.item-search-pro:last-child {
    border: none;
}
.item-search-pro .title14 {
    text-transform: capitalize;
    font-weight: 400;
}
.item-search-pro > div.search-ajax-thumb {
    width: 50px;
}
.item-search-pro > div.search-ajax-price {
    text-align: right;
}
.item-search-pro > div.search-ajax-title {
    padding: 0 10px;
}
.live-search-on.active .list-product-search{
    opacity: 1;
    visibility: visible;
    margin-top: 2px;
}
/*End Search Ajax*/
.dropdown-list li.active a {
    color: #fff;
}
.list-product-search.ajax-loading{
    text-align: center;
}
.overlay .mini-cart-link {
    color: #555;
}
.aside-box .dropdown-list{
    margin-top: 0;
}
.admin-bar .aside-box .dropdown-list{
    margin-top: 32px;
}
.form-newsletter input[type="email"] {
    height: 46px;
    display: block;
    border: none;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    padding: 0 20px;
    background: #fff;
    border-radius: 6px 0 0 6px;
	font-size:12px;
	color:#ccc;
}
.form-newsletter input[type="submit"]{
	padding:0 15px;
	border:none;
	border-radius:0 6px 6px 0;
	font-size:16px;
	color:#222;
	font-weight:500;
	margin:0 1px;
	letter-spacing: 1.5px;
}
.form-newsletter input[type="submit"]:hover {
    color: #fff;
}
.form-newsletter ::placeholder{
	color:#ccc;
}
.form-newsletter form .mc4wp-form-fields {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    position: relative;
}
.desc-block{
    margin-bottom: 15px;
}
.follow-instagram{
    margin: 0 -2px;
}
.follow-instagram li{
    max-width: 160px;
    margin: 0 2px;
}
.instagram-slider .group-navi .owl-nav{
    right: 0;
}
.item-product-grid {
    margin-bottom: 30px;
}
/*Gap product*/
/*gap 5*/
.gap-5 .list-product-wrap{ 
    margin: 0 -2.5px;
}
.gap-5 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-5 .group-navi .owl-nav{ 
    right: 2.5px;
}
.gap-5 .list-product-wrap .product{
    padding:0 2.5px;
    margin-bottom: 5px;
}
.gap-5 .list-product-wrap .item{
    padding:0 2.5px;
    margin-bottom: 5px;
}
.gap-5 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 5px;
}
/*gap 10*/
.gap-10 .list-product-wrap{ 
    margin: 0 -5px;
}
.gap-10 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-10 .group-navi .owl-nav{ 
    right: 5px;
}
.gap-10 .list-product-wrap .product{
    padding:0 5px;
    margin-bottom: 10px;
}
.gap-10 .list-product-wrap .item{
    padding:0 5px;
    margin-bottom: 10px;
}
.gap-10 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 10px;
}
/*gap 15*/
.gap-15 .list-product-wrap{ 
    margin: 0 -7.5px;
}
.gap-15 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-15 .group-navi .owl-nav{ 
    right: 7.5px;
}
.gap-15 .list-product-wrap .product{
    padding:0 7.5px;
    margin-bottom: 15px;
}
.gap-15 .list-product-wrap .item{
    padding:0 7.5px;
    margin-bottom: 15px;
}
.gap-15 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 15px;
}
/*gap 20*/
.gap-20 .list-product-wrap{ 
    margin: 0 -10px;
}
.gap-20 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-20 .group-navi .owl-nav{ 
    right: 10px;
}
.gap-20 .list-product-wrap .product{
    padding:0 10px;
    margin-bottom: 20px;
}
.gap-20 .list-product-wrap .item{
    padding:0 10px;
    margin-bottom: 20px;
}
.gap-20 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 20px;
}
/*gap 30*/
.gap-30 .list-product-wrap{ 
    margin: 0 -15px;
}
.gap-30 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-30 .group-navi .owl-nav{ 
    right: 15px;
}
.gap-30 .list-product-wrap .product{
    padding:0 15px;
    margin-bottom: 30px;
}
.gap-30 .list-product-wrap .item{
    padding:0 15px;
    margin-bottom: 30px;
}
.gap-30 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 30px;
}
/*gap 40*/
.gap-40 .list-product-wrap{ 
    margin: 0 -20px;
}
.gap-40 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-40 .group-navi .owl-nav{ 
    right: 20px;
}
.gap-40 .list-product-wrap .product{
    padding:0 20px;
    margin-bottom: 40px;
}
.gap-40 .list-product-wrap .item{
    padding:0 20px;
    margin-bottom: 40px;
}
.gap-40 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 40px;
}
/*gap 50*/
.gap-50 .list-product-wrap{ 
    margin: 0 -25px;
}
.gap-50 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-50 .group-navi .owl-nav{ 
    right: 25px;
}
.gap-50 .list-product-wrap .product{
    padding:0 25px;
    margin-bottom: 50px;
}
.gap-50 .list-product-wrap .item{
    padding:0 25px;
    margin-bottom: 50px;
}
.gap-50 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 50px;
}
/*gap 50*/
.gap-0 .list-product-wrap{ 
    margin: 0;
}
.gap-0 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-0 .group-navi .owl-nav{ 
    right: 0;
}
.gap-0 .list-product-wrap .product{
    padding:0;
    margin-bottom: 0;
}
.gap-0 .list-product-wrap .item{
    padding:0;
    margin-bottom: 0;
}
.gap-0 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 0;
}
/*end gap*/
.tab-header{
    margin-bottom: 30px;
}
.list-post-wrap .wrap-item[data-item="5"] .item-post,
.list-post-wrap .wrap-item[data-item="6"] .item-post{
    padding: 0 5px;
    margin-bottom: 20px;
}
.list-post-wrap .wrap-item .item-post {
    margin: 0 15px 30px;
}
/*menu live preview*/
.main-nav .preview-image {
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    left: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    border: 1px solid #e5e5e5;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.main-nav li:hover > .preview-image {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.preview-image img{
    height: auto;
}
.preview-image>a {
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.preview-image > a > img {
    left: 0;
    position: absolute;
    top: 0;
    transition: all 5s ease-in-out 0s;
    -webkit-transition: all 5s ease-in-out 0s;
    width: 100%;
}
.preview-image > a:hover > img {
    top: 100%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
/*end live preview*/
/*Begin Wishlist Popup*/
.wishlist-mask {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
  display: none;
}
.wishlist-popup {
  background: #fff none repeat scroll 0 0;
  border: 10px solid rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  padding: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 470px;
  z-index: 9999;
}
.wishlist-button a {
  background: #858785 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 3px;
}
.popup-icon {
  font-size: 30px;
}
.wishlist-alert {
  margin: 10px 0 20px;
}
.product-popup-content {
  padding: 0 15px;
}
/*End Wishlist Popup*/
.item-mega-menu ul li{
    margin-bottom: 15px;
}
.item-mega-menu ul li:last-child{
    margin-bottom: 0;
}
.item-mega-menu > h3{
    margin-bottom: 20px;
}
.item-post-large.item-default .post-info {
    padding-left: 0;
}
.main-nav.main-nav1 ul{
    padding: 0;
}
.logo h1{
    margin: 0;
}
.content-single-blog iframe{
    width: 100%;
    border: 0;
    max-width: 100%;
}
.player .vp-player-layout{
    left: 0 !important;
    right: 0 !important;
}
.sort-by .select-box::after {
    top: 0;
    right: 0;
    color: #999;
}
.vc_row:not([data-vc-stretch-content="true"]) .container{
    padding: 0;
}
.smart-slider:not(.owl-carousel)[data-item="6"] > div{
    width: 16.6666%;
}
.smart-slider:not(.owl-carousel)[data-item="5"] > div{
    width: 20%;
}
.smart-slider:not(.owl-carousel)[data-item="4"] > div{
    width: 25%;
}
.smart-slider:not(.owl-carousel)[data-item="3"] > div{
    width: 33.3333%;
}
.smart-slider:not(.owl-carousel)[data-item="2"] > div{
    width: 50%;
}
.widget-group{
    margin-bottom: 30px;
}
.widget-group:last-child{
    margin-bottom: 0;
}
.page-content-box .wrap {
  background: #fff;
  max-width: 1230px;
  margin: auto;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.page-content-box .container {
    max-width: 1230px;
}
.page-content-box .fix-row-bg{
    margin-left: 15px;
    margin-right: 15px;
}
.page-content-box .vc_row {
    padding-left: 15px;
    padding-right: 15px;
}
.page-content-box .fix-row-bg .vc_row {
    padding-left: 0;
    padding-right: 0;
}
body.page-content-box *[data-vc-full-width]{
    max-width: 1230px;
    margin: auto;
    left: -15px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
body.page-content-box [data-vc-full-width] [data-vc-full-width]{
    left: 0px!important;
}
.page-content-box .vc_row .vc_row {
    padding-left: 0px;
    padding-right: 0px;
}
/*Preload style 2*/
.preload #objectstyle2{
    width: 80px;
    height: 80px;
    background-color: #FFF;
    -webkit-animation: animatestyle2 1s infinite ease-in-out;
    animation: animatestyle2 1s infinite ease-in-out;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
}
@-webkit-keyframes animatestyle2 {
    0% { -webkit-transform: perspective(160px); }
    50% { -webkit-transform: perspective(160px) rotateY(-180deg); }
    100% { -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); }
}
@keyframes animatestyle2 {
    0% { 
        transform: perspective(160px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg); 
    } 50% { 
        transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg) ;
    } 100% { 
        transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    }
}
/*Prelaod style 3*/
#loading-center-absolutestyle3 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
   -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;
}
.objectstyle3{
    width: 25px;
    height: 25px;
    background-color: #FFF;
    float: left;
    
}
#object_onestyle3 {
    -webkit-animation: object_onestyle3 1.5s infinite;
    animation: object_onestyle3 1.5s infinite;
    }
#object_twostyle3 {
    -webkit-animation: object_twostyle3 1.5s infinite;
    animation: object_twostyle3 1.5s infinite;
    }
#object_threestyle3 {
    -webkit-animation: object_threestyle3 1.5s infinite;
    animation: object_threestyle3 1.5s infinite;
    }
#object_fourstyle3 {
    -webkit-animation: object_fourstyle3 1.5s infinite;
    animation: object_fourstyle3 1.5s infinite;
    }
    
@-webkit-keyframes loading-center-absolutestyle3 {
  100% { -webkit-transform: rotate(-45deg); }
}
@keyframes loading-center-absolutestyle3 {
  100% { 
    transform:  rotate(-45deg);
    -webkit-transform:  rotate(-45deg);
  }
}
@-webkit-keyframes object_onestyle3 {
  25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}
@keyframes object_onestyle3 {
  25% { 
    transform: translate(0,-50px) rotate(-180deg);
    -webkit-transform: translate(0,-50px) rotate(-180deg);
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}
@-webkit-keyframes object_twostyle3 {
  25% { -webkit-transform: translate(50px,0) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}
@keyframes object_twostyle3 {
  25% { 
    transform: translate(50px,0) rotate(-180deg);
    -webkit-transform: translate(50px,0) rotate(-180deg);
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three_pre3 {
  25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}
@keyframes object_threestyle3 {
  25% { 
    transform:  translate(-50px,0) rotate(-180deg);
    -webkit-transform:  translate(-50px,0) rotate(-180deg);
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: rtranslate(0,0) rotate(-180deg);
  }
}
@-webkit-keyframes object_fourstyle3 {
  25% { -webkit-transform: translate(0,50px) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}
@keyframes object_fourstyle3 {
  25% { 
    transform: translate(0,50px) rotate(-180deg); 
    -webkit-transform: translate(0,50px) rotate(-180deg);  
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}
/*Preload style 4*/
#loading-center-absolutestyle4 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
}
.objectstyle4{
    width: 20px;
    height: 20px;
    background-color: #FFF;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
#object_onestyle4 {   
    -webkit-animation: object_onestyle4 1.5s infinite;
    animation: object_onestyle4 1.5s infinite;
    }
#object_twostyle4 {
    -webkit-animation: object_twostyle4 1.5s infinite;
    animation: object_twostyle4 1.5s infinite;
    -webkit-animation-delay: 0.25s; 
    animation-delay: 0.25s;
    }
#object_threestyle4 {
    -webkit-animation: object_threestyle4 1.5s infinite;
    animation: object_threestyle4 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    
    }
@-webkit-keyframes object_onestyle4 {
75% { -webkit-transform: scale(0); }
}
@keyframes object_onestyle4 {
  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_twostyle4 { 
  75% { -webkit-transform: scale(0); }
}
@keyframes object_twostyle4 {
  75% { 
    transform: scale(0);
    -webkit-transform:  scale(0);
  }
}
@-webkit-keyframes object_threestyle4 {
  75% { -webkit-transform: scale(0); }
}
@keyframes object_threestyle4 {
  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  
}
/*Preload style 5*/
#loading-center-absolutestyle5 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 200px;
    margin-top: -25px;
    margin-left: -100px;
}
.objectstyle5{
    width: 20px;
    height:20px;
    background-color: #FFF;
    float: left;
    margin-top: 15px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
#first_objectstyle5{
    -webkit-animation: first_objectstyle5 2s infinite;
    animation: first_objectstyle5 2s infinite;
 
}
#second_objectstyle5{
    -webkit-animation: second_objectstyle5 2s infinite;
    animation: second_objectstyle5 2s infinite;
    float: right;
}
    
@-webkit-keyframes first_objectstyle5 {
 25% {
    -ms-transform: translate(90px,0) scale(2); 
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }
 50% {
    -ms-transform: translate(180px,0) scale(1); 
    -webkit-transform: translate(180px,0) scale(1);
    transform: translate(180px,0) scale(1);
     }   
 
  75% {
     -ms-transform: translate(90px,0) scale(2); 
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }   
 
}       
@keyframes first_objectstyle5 {
 25% {
    -ms-transform: translate(90px,0) scale(2); 
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }
 50% {
    -ms-transform: translate(180px,0) scale(1); 
    -webkit-transform: translate(180px,0) scale(1);
    transform: translate(180px,0) scale(1);
     }   
 
  75% {
     -ms-transform: translate(90px,0) scale(2); 
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }  
}
@-webkit-keyframes second_objectstyle5 {
 25% {
    -ms-transform: translate(-90px,0) scale(2); 
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     }
 50% {
    -ms-transform: translate(-180px,0) scale(1); 
    -webkit-transform: translate(-180px,0) scale(1);
    transform: translate(-180px,0) scale(1);
     }   
 
  75% {
     -ms-transform: translate(-90px,0) scale(2); 
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     } 
}       
@keyframes second_objectstyle5 {
 25% {
    -ms-transform: translate(-90px,0) scale(2); 
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     }
 50% {
    -ms-transform: translate(-180px,0) scale(1); 
    -webkit-transform: translate(-180px,0) scale(1);
    transform: translate(-180px,0) scale(1);
     }   
 
  75% {
     -ms-transform: translate(-90px,0) scale(2); 
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     } 
}
/*Preload style 6*/
#loading-center-absolutestyle6 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 100px;
    margin-top: -10px;
    margin-left: -50px;
}
.objectstyle6{
    width: 20px;
    height: 20px;
    background-color: #FFF;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
    position: absolute; 
}
#object_onestyle6{
    -webkit-animation: objectstyle6 2s linear infinite;
     animation: objectstyle6 2s linear infinite;
     }
#object_twostyle6{ 
    -webkit-animation: objectstyle6 2s linear infinite -.4s;
    animation: objectstyle6 2s linear infinite -.4s;
    left: 20px;
     }
#object_threestyle6{ 
    -webkit-animation: objectstyle6 2s linear infinite -.8s; 
    animation: objectstyle6 2s linear infinite -.8s; 
    left: 40px;
    }
#object_fourstyle6{ 
    -webkit-animation: objectstyle6 2s linear infinite -1.2s;
    animation: objectstyle6 2s linear infinite -1.2s; 
    left: 60px;
    } 
#object_fivestyle6{ 
    -webkit-animation: objectstyle6 2s linear infinite -1.6s; 
    animation: objectstyle6 2s linear infinite -1.6s; 
    left: 80px;
    }
    
    
@-webkit-keyframes objectstyle6{
  0% { left: 100px; top:0}
  80% { left: 0; top:0;}
  85% { left: 0; top: -20px; width: 20px; height: 20px;}
  90% { width: 40px; height: 15px; }
  95% { left: 100px; top: -20px; width: 20px; height: 20px;}
  100% { left: 100px; top:0; }      
    
}       
@keyframes objectstyle6{
  0% { left: 100px; top:0}
  80% { left: 0; top:0;}
  85% { left: 0; top: -20px; width: 20px; height: 20px;}
  90% { width: 40px; height: 15px; }
  95% { left: 100px; top: -20px; width: 20px; height: 20px;}
  100% { left: 100px; top:0; }
}
/*Preload style 7*/
#loading-center-absolutestyle7 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
}
.objectstyle7{
    width: 50px;
    height: 5px;
    background-color: #FFF;
    -webkit-animation: animatestyle7 2s infinite;
    animation: animatestyle7 2s infinite;
    position: absolute;
    top: 0px;
    right: -200px;
    }
@-webkit-keyframes animatestyle7 {
 
  50% {
    -ms-transform: translate(-400px,0) rotate(-360deg); 
    -webkit-transform: translate(-400px,0) rotate(-360deg); 
    transform: translate(-400px,0) rotate(-360deg); 
      }
 100% {
    -ms-transform: translate(0,0) rotate(360deg); 
    -webkit-transform: translate(0,0) rotate(360deg); 
    transform: translate(0,0) rotate(360deg); 
      }   
}
@keyframes animatestyle7 {
  50% {
    -ms-transform: translate(-400px,0) rotate(-360deg); 
    -webkit-transform: translate(-400px,0) rotate(-360deg); 
    transform: translate(-400px,0) rotate(-360deg); 
      }
 100% {
    -ms-transform: translate(0,0) rotate(360deg); 
    -webkit-transform: translate(0,0) rotate(360deg); 
    transform: translate(0,0) rotate(360deg); 
      }     
  
}
.preload-style-custom-image #loading-center{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-items: center;
    -webkit-justify-items: center;
    -ms-justify-items: center;
    -o-justify-items: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}
#loading-center-absolute-image{
    text-align: center;
    margin: auto;
    display: none;
}
.preload #loading-center-absolute-image{
    display: block;
}
.contact-form-page .wrap-input i {
    position: absolute;
    top: 17px;
    left: 20px;
    color: #999;
    z-index: 1;
}
.contact-form-page .wrap-input input[type="url"] {
    border: 1px solid #e5e5e5;
    height: 50px;
    border-radius: 25px;
    display: block;
    width: 100%;
    background: #fff;
    padding: 0 45px;
}
.item-contact-page .contact-thumb i {
    position: relative;
    z-index: 1;
}
.item-contact-page .contact-thumb {
    margin-bottom: 23px !important;
}
.banner-slider .banner-info {
    height: auto;
}
.about-customer li::before{
    content: "\f00c";
    font-family: "FontAwesome";
}
.about-banner-history .banner-info .desc::before{
    content: "\f10d";
    font-family: "FontAwesome";
}
.about-content-page::before {
    display: none;
}
.about-content-page {
    position: relative;
    padding: 0 15px;
}
.about-content-page > div{
    position: relative;
    padding: 40px 0;
}
.about-content-page > div::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    width: 1px;
    content: "";
    background: #e5e5e5;
    z-index: 1;
    display: block;
}
.about-title-number .number {
    line-height: 68px;
}
.about-title-number > p{
    margin-bottom: 0;
}
.about-title-number {
    padding-bottom: 42px;
    margin-bottom: 0;
}
.item-about-faq .desc::before,
.item-about-faq h3::before {
    display: none;
}
.item-about-faq h3 span.first-text {
    position: absolute;
    top: -10px;
    text-transform: uppercase;
    font-size: 60px;
    color: #f4f4f4;
    left: -20px;
    z-index: -1;
}
.item-about-faq .desc span.first-text {
    position: absolute;
    top: 15px;
    text-transform: uppercase;
    font-size: 60px;
    color: #f4f4f4;
    left: -20px;
    z-index: -1;
}
.intro-about-team h3 {
    margin: 0;
    padding: 30px 0;
}
.content-about-team .desc {
    margin-bottom: 25px;
}
.price-table-color span.start{
    margin-bottom: 10px;
}
.wishlist_table tr td, 
.wishlist_table tr th.wishlist-delete, 
.wishlist_table tr th.product-checkbox{
    text-align: left;
}
.woocommerce .product-remove a.remove{
    margin: auto;
}
.woocommerce table.wishlist_table {
    font-size: 100%;
}
.yith-wcwl-add-to-wishlist + div{
    display: inline-block;
    clear: inherit;
}
/*Block class*/
.block-top-30{
    margin-top: 30px;
}
.block-bottom-30{
    margin-bottom: 30px;
}
.block-top-50{
    margin-top: 50px;
}
.block-bottom-50{
    margin-bottom: 50px;
}
.block-top-100{
    margin-top: 100px;
}
.block-bottom-100{
    margin-bottom: 100px;
}
.form-popup .submit-form {
    height: 50px;
    background: #000;
    border: none;
    color: #fff;
    padding: 0 30px;
}
/*Fix form-newsletter*/
.content-popup input[type="email"] {
    width: 260px;
    height: 50px;
    border: 1px solid #e5e5e5;
    padding: 0 15px;
    display: block;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    margin-right: 10px;
}
.content-popup .submit-form::after{
    display: none;
}
.content-popup .form-newsletter form .mc4wp-form-fields{
    border: 0;
    max-width: inherit;
}
.form-newsletter.form-popup{
    max-width: 100%;
}
.content-popup .submit-form{
    width: auto;
}
.content-popup .submit-form input[type="submit"]{
    position: static;
    line-height: 50px;
}
/*End fix*/
.close-minicart {
    display: none;
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #222;
    font-size: 40px;
    top: 0;
    left: -40px;
    color: #fff;
    cursor: pointer;
}
.aside-box .close-minicart{
    display: block;
}
/*filter product element*/
.btn-filter {
    background: #fff;
    border: 1px solid #e5e5e5;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 38px;
    padding: 0 55px 0 20px;
    position: relative;
    text-transform: uppercase;
}
.box-attr-filter {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    left: 0;
    margin-top: 35px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    top: 65px;
    visibility: hidden;
    width: 100%;
    z-index: 10000;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.filter-product.active .box-attr-filter{
    margin-top: 5px;
    opacity: 1;
    visibility: visible;
    top: 40px;
}
.btn-filter::after {
    border-left: 1px solid #e5e5e5;
    bottom: 0;
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}
.js-content-wrap{
    position: relative;
}
.filter-product{
    margin-bottom: 30px;
}
.btn-filter span {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    vertical-align: top;
}
.box-attr-filter::before {
    background: #fbfbfb;
    border-right: 1px solid #e5e5e5;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 170px;
}
.item-box-attr {
    display: table;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 5px 0;
    line-height: 24px;
}
.item-attr-title {
    display: table-cell;
    padding: 0 25px;
    position: relative;
    width: 170px;
    vertical-align: top;
    text-align: left;
}
.item-attr-content {
    color: #666;
    display: table;
    padding: 0 30px;
    vertical-align: top;
}
.range-filter .ui-slider-range {
    background: #222;
}
.range-filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #222;
    border-radius: 0;
    cursor: pointer;
    height: 10px;
    margin-left: -5px;
    top: -4px;
    width: 10px;
    border: none;
}
.range-filter .slider-range {
    border: none;
    border-radius: 0;
    height: 1px;
    display: inline-block;
    margin: 0 20px 0 5px;
    vertical-align: middle;
    width: 250px;
    background: #e5e5e5;
}
.attr-price-filter{
    display: inline-block;
}
.attr-price-filter label {
    font-weight: 400;
}
.list-filter.list-inline li{
    padding: 0 10px;
}
.wrap-item.loadding .ajax-loading {
    display: block !important;
}
.filter-yes .js-content-main{
    clear: both;
}
.filter-col .box-attr-filter::before{
    display: none;
}
.filter-col .item-box-attr{
    display: block;
    float: left;
}
.filter-col.filter-2-col .item-box-attr{
    width: 50%;
}
.filter-col.filter-3-col .item-box-attr{
    width: 33.3333%;
}
.filter-col.filter-4-col .item-box-attr{
    width: 25%;
}
.filter-col.filter-2-col .item-box-attr:nth-child(2n+1),
.filter-col.filter-3-col .item-box-attr:nth-child(3n+1),
.filter-col.filter-4-col .item-box-attr:nth-child(4n+1){
    clear: both;
}
.filter-col .box-attr-filter{
    clear: both;
}
.filter-col .list-filter{
    margin: 0 -15px;
}
.filter-col .item-box-attr{
    text-align: left;
}
.filter-col.filter-col-list .list-filter li,
.filter-col.filter-col-list .list-filter{
    list-style: none;
    display: list-item;
}
.element-filter{
    position: relative;
}
.element-filter.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    border: solid #a21414;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 2px;
    right: -11px;
}
.filter-noresult{
    padding: 100px 0;    
    border: 1px solid #e5e5e5;
}
.row > .filter-noresult-wrap{
    padding: 0 15px;
    display: block !important;
    position: static !important;
}
.products-wrap{
    position: relative;
    clear: both;
}
.filter-none .owl-wrapper,
.filter-none .owl-wrapper .owl-item{
    width: 100% !important;
}
.range-filter .slider-range{
    max-width: 100%;
}
.filter-col .item-attr-title,
.filter-col .item-attr-content{
    display: block;
}
/*End filter element*/
.show-by.show-order .dropdown-link .silver{
    min-width: 200px;
}
.show-by.show-order .dropdown-link .silver::after{
    display: none;
}
.show-by.show-order .dropdown-list{
    width: 100%;
}
.dropdown-list li a.active{
    color: #fff;
}
.mini-cart-box.dropdown-box{
    display: inline-block;
}
.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;
    left: auto;
    right: -15px;
}
/* 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: #ffd80a;
    border-color: #ffd80a;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    padding: 0 20px;
    vertical-align: middle;
    margin-top: -4px;
}
#pv_shop_name,
#pv_paypal{
    margin-top: 15px;
    width: 400px;
    max-width: 100%;
}
.vendor-page table .notes input,
.vendor-page table{
    width: 100%;
}
.vendor-page table{
    margin-bottom: 30px;
}
.vendor-page table, 
.vendor-page th, 
.vendor-page td {
    padding: 20px;
}
.vendor-page .entry-content p{
    line-height: 24px;
    margin-bottom: 20px;
}
/*Login/register*/
.popup-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(11,11,11,.8);
    cursor: pointer;
}
.login-popup-content {
    position: absolute;
    width: 500px;
    max-width: 100%;
    background-color: #fff;
    color: #555;
    overflow: hidden;
    z-index: 1000;
    margin: 0 auto;
    top: 15%;
    left: 0;
    right: 0;
}
.popup-form {
    margin: 0 auto;
    display: none;
    padding: 0 20px;
}
.login-register  span.space {
    font-size: 18px;
    margin: 0 5px;
}
.login-register > a{
	text-transform:capitalize;
}
.login-popup-content-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9998;
}
.popup-form .submit{
    margin: 20px 0 25px;
    position: relative;
}
.popup-form.active{
    display: block;
}
.login-popup-content{
    padding: 50px 0;
}
.popup-form .form-header h2,
.popup-form > h2{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px;
    text-align: center;
}
.popup-form .desc.note{
    margin: -20px 0 20px;
    color: #999;
    font-size: 12px;
}
.popup-form .extra-field .woocommerce-privacy-policy-text p{
    color: #999;
    font-size: 12px;
}
.popup-form .form-header .desc,
.popup-form > .desc{
    text-align: center;
    color: #999;
    margin-bottom: 10px;
}
.popup-form .form-header{    
    margin-bottom: 30px;
}
.popup-form form > p,
.popup-form .form-field{
    position: relative;
    margin-bottom: 30px;
}
.popup-form form .extra-field > p > label,
.popup-form form > p > label{
    position: static;
}
.popup-form label:not(.rememberme){
    text-align: left;
    color: #999;
    position: absolute;
    font-weight: normal;
    top: 6px;
    left: 0;
    width: 100%;    
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    z-index: 0;
}
.popup-form input:not(.button){
    border-width: 0 0 1px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    z-index: 1;
    position: relative;
    background: transparent;
}
.popup-form input.button{
    width: 100%;
}
.popup-form .has-value input:not(.wp-submit)~label,
.popup-form input:not(.wp-submit):focus~label{
    font-size: 80%;
    top: -15px;
}
.popup-form .has-value input:not(.wp-submit)~label.rememberme{
    font-size: 100%;
}
.nav-form{
    margin: 0 -10px;
}
.popup-redirect{
    padding: 0 10px;
    margin-top: 10px;
}
.popup-redirect:first-child{
    border-right: 1px solid #e5e5e5;
}
.popup-form input{
    -webkit-appearance: none;
}
.popup-form input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}
.popup-form form input[type=checkbox], 
.popup-form form input[type=radio] {
    display: inline-block;
    width: 18px;
    min-width: 18px;
    height: 18px;
    line-height: 1;
    background-color: #eee!important;
    border: 0;
    margin: -3px 4px 0 0!important;
    outline: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}
.popup-form input[type=radio]:checked:before, 
.popup-form input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    line-height: 18px;
    font-family: fontawesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.popup-form input[type=checkbox]:checked:before {
    content: '\f00c';
    color: #ffd80a;
}
.input-focus-line{
    background-color: transparent;
    bottom: -1px;
    height: 2px;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 0;
    z-index: 2;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.popup-form .invalid .input-focus-line{
    background-color: #bf2c2c;
    left: 0;
    width: 100%;
}
.popup-form .input-focus .input-focus-line{
    background-color: #fab502;
    left: 0;
    width: 100%;
}
.close-login-form{
    position: absolute;
    top: 8px;
    right: 8px;
    color: #222;
    opacity: .5;
    font-weight: 300;
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 1001;
}
.popup-form .forgetmenot label{
    font-size: 14px;
    font-weight: normal;
}
.popup-form .submit i{
    position: absolute;
    color: #fff;
    right: 15px;
    top: 13px;
}
.ms-error,
.ms-done{
    display: none;
}
.popup-form .message {
    border-left: 4px solid #00a0d2;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.1);
    color: #999;
    font-size: 12px;
}
.popup-form .ms-default{    
    color: #999;
    font-size: 12px;
}
.popup-form .login_error {
    border-left: 4px solid #bf2c2c;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.1);
    color: #999;
    font-size: 12px;
}
/*End custom*/
/*Tool Panel*/
a.dm-color {
    border: 1px solid #e5e5e5;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 2px;
}
a.dm-color.active{
    border-color: #000;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
}
.dm-content-color{
    margin-bottom: 35px;
}
#widget_indexdm .dm-content .item-content.active > a{
    border-color: #ff0000;
}
.active .dm-open i.fa-long-arrow-left,
.dm-open i.fa-long-arrow-right{
    display: none;
}
.active .dm-open i.fa-long-arrow-right{
    display: block;
}
.dm-button {
    position: absolute;
    background: #ffd80a;
    border-radius: 3px 0 0 3px;
    color: #fff;
    top: 250px;
    left: -55px;
    display: block;
    padding: 35px 0 7px;
    z-index: 9999;
    font-size: 12px;
    width: 55px;
    height: 55px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.dm-button.dm-support{
    top: 310px;
    background-position: center -43px;
}
.dm-button.dm-guide{
    top: 370px;
    background-position: center -93px;
}
.dm-button:before {
  content: attr( data-title-close );
  display: inline-block;
}
.dm-button:focus, .dm-button:hover {
  color: #fff;
}
.dm-button i{
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    font-size: 20px;
}
.active .dm-button:before {
  content: attr(data-title);
}
#widget_indexdm {
  background: #fff;
  z-index: 9999;
  width: 380px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -380px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
    text-align: center;
}
#widget_indexdm.active{
    right: 0;
}
#indexdm_img.active{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
}
.img-demo{
    background-position: center top;
    display: none;
}
#widget_indexdm .widget-indexdm-inner {
    overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  left: 15px;
  bottom: 0;
    color: #111;
  right: 0;
    padding-right: 15px;
  top: 0;
}
#widget_indexdm .dm-header {
  text-align: center;
}
#widget_indexdm .dm-header .header-event{
    margin: 15px 0;
    padding-bottom: 15px;
}
#widget_indexdm .dm-header .header-event img{
    margin-bottom: 0;
}
#widget_indexdm .dm-header .header-button > a {
    display: block;
    background: #999;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    border-radius: 6px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    margin-bottom: 30px;
}
#widget_indexdm .dm-header .header-button > a:hover {
    background: #ffd80a;
}
#widget_indexdm .dm-header .header-description{
    color: #111;
    margin: 15px 0 30px;
}
#widget_indexdm .dm-header .header-description h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
#widget_indexdm .dm-header .header-description h3 span{
    font-size: 24px;
}
#widget_indexdm .dm-header .header-description h4{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
#widget_indexdm .dm-header .header-description h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}
#widget_indexdm .dm-content{
    margin: 0 -3px 30px;
}
#widget_indexdm .dm-content .item-content {
    padding: 0 3px 6px;
    width: 50%;
    text-transform: uppercase;
}
#widget_indexdm .dm-content .item-content > a {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    width: 100%;
    position: relative;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #eee;
    background-size: 100% auto;
    border-radius: 3px 3px 0 0;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href{
    background: none;
    padding: 0;
    border: 0;
    border-radius: 0;
}
#widget_indexdm .dm-content .item-content > a  img{
    max-width: 100%;
    vertical-align: top;
    margin-bottom: 0;
}
#widget_indexdm .dm-content .item-content h5{
    font-size: 12px;
    margin-bottom: 15px;
}
#widget_indexdm .dm-content .item-content > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.3s all ease-out;
    -webkit-transition: 0.3s all ease-out;
    background: rgba(0,0,0,0.6);
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href{
    margin-bottom: 15px;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href:before{
    top: 0;
    bottom: auto;
    height: 160px;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href:after{
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    -o-align-self: flex-start;
    top: 60px;
}
#widget_indexdm .dm-content .item-content > a:after {
    content: 'View Demo';
    display: block;
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    -o-align-self: flex-start;
    position: absolute;
    z-index: 5;
    color: #fff;
    opacity: 0;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition: all .3s ease-out 0s;
}
#widget_indexdm .dm-content .item-content > a:hover:after {
    margin-top: 60px;
    opacity: 1;
}
#widget_indexdm .dm-content .item-content > a:hover:before {
    width: 100%;
}
#indexdm_img {
    position: fixed;
    right: 380px;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    z-index: 9998;
    background: rgba( 0,0,0, 0.7 );
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    display: none;
}
#widget_indexdm .dm-content .item-content > a span.new-item{
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 999;
}
#indexdm_img:before {
    content: '';
    background: rgba( 0,0,0, 0.7 );
    display: block;
    position: fixed;
    right: 0;
    left: auto;
    width: 380px;
    top: 0;
    bottom: 0;
}
#indexdm_img > div{
    display: inline-block;
    width: 800px;
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}
#indexdm_img > div.mobile-hover{
    background-size: auto;
}
.dm-scroll-img{
    -webkit-animation: mymove 30s infinite; /* Safari 4.0 - 8.0 */
    -webkit-animation-play-state: running; /* Safari 4.0 - 8.0 */
    animation: mymove 30s infinite;
    animation-play-state: running;
    -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
    animation-delay: 1s;  
}
.dm-scroll-img.pause{
    animation-play-state: paused;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    0% { background-position: center top; }
    50% {background-position: center bottom;}
    100% {background-position: center top;}
}
@keyframes mymove {
    0% { background-position: center top; }
    50% {background-position: center bottom;}
    100% {background-position: center top;}
}
#widget_indexdm .mobile-content{
    margin-bottom: 30px;
}
#widget_indexdm .mobile-content h3{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}
@media (max-width: 1440px){
    #indexdm_img > div{
        width: 600px;
    }
}
@media (max-width: 1199px){
    #indexdm_img {
        display: none !important;
    }
}
@media (max-width: 767px){
    #widget_indexdm {
        display: none !important;
    }
}
/*End tool panel*/
.compose-mode .vc_vc_column.vc_container-block .column_container{
  width: 100%;
}
/*404*/
.error-404 .page-title{
    margin-top: 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}
.error-404 {
    border: 1px solid #e5e5e5;
    padding: 100px 30px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.error-404 .page-header{
    margin-top: 0;
    border: 0;
    margin-bottom: 0;
}
.error-404 .wg-search-form {
    max-width: 500px;
    margin: 50px auto 0;
}
.error-404.not-found {
    margin-bottom: 20px;
}
.icon-404{
    background: #f7f7f7;
    width: 350px;
    height: 350px;
    max-width: 100%;
    color: #dadada;
    border-radius: 50%;
    display: block;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.icon-404 .number{
    display: block;
    font-size: 120px;
    text-align: center;
    line-height: 280px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    color: #222;
}
.icon-404 .text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    font-size: 30px;
    color: #999;
}
.info-404 h2{
    font-weight: 600;
    font-size: 60px;
}
.info-404 h3{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 28px 0 18px;
}
.info-404{
    text-align: center;
    max-width: 375px;
}
.info-404 p{
    color: #999;
    margin-bottom: 43px;
}
.content-default-404{
    max-width: 980px;
    margin: 0 auto;
}
/*End 404*/
.search-no-results .wg-search-form{
    margin-top: 45px;
    max-width: 580px
}
.widget .list-mini-cart-item {
    margin-bottom: 20px;
}
/*Custom cart/checkout*/
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{
    float: none;
    width: 100%;
}
.cart-collaterals{
    padding: 30px 30px 20px;
    background: #f9f9f9;
    position: relative;
    margin-bottom: 70px;
}
.woocommerce .cart_totals table.shop_table td,
.woocommerce .cart_totals table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
    padding: 15px 0;
}
.woocommerce table.shop_table{
    border: 0;
    margin-bottom: 50px;
}
table.shop_table .product-name{
    min-width: 200px;
}
.woocommerce-cart .cart-custom .wc-proceed-to-checkout a.checkout-button{
    display: block;
}
.woocommerce table.shop_table th, 
.woocommerce table.shop_table td,
.woocommerce-cart table.cart td, 
.woocommerce-cart table.cart th{
    border: 0;
    padding: 20px 10px;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-cart table.cart td:first-child{
    padding: 20px 10px;
}
.woocommerce table.shop_table tr,
.woocommerce-cart table.cart tr{
    border-bottom: 1px solid #e5e5e5;
}
.woocommerce table.shop_table tbody tr:last-child,
.woocommerce-cart table.cart tbody tr:last-child{
    border-bottom: 0;
}
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled] {
    color: #fff;
}
.cart_totals h2{
    font-size: 30px;
    font-weight: bold;
    margin-top: 0;
    
}
.cart-subtotal .amount,
.order-total .amount,
.product-subtotal .amount{
    font-weight: 700;
    font-size: 14px;
}
.woocommerce-cart-form .product-price > span, 
.woocommerce-cart-form .product-price ins,
.cart-subtotal .amount{
    font-weight: normal;
	font-size: 14px;
}
.woocommerce .checkout-custom .col2-set .col-1, 
.woocommerce-page .checkout-custom .col2-set .col-2{
    float: none;
    width: 100%;
}
#ship-to-different-address {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}
#order_review_heading{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 22px;
}
.woocommerce-billing-fields > h3{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
}
.order-custom{
    padding: 30px 30px 20px;
    background: #f9f9f9;
    position: relative;
    margin-bottom: 70px;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods{
    border: 0;
    padding: 0;
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment{
    background: transparent;
    border: 0;
}
.woocommerce-billing-fields input[type="tel"] {
    border-radius: 0px;
    padding: 0 10px;
}
#ship-to-different-address-checkbox {
    width: 16px;
    height: 16px;
    top: 0;
}
.checkout-custom .col2-set{
    margin-bottom: 0;
}
.col2-set{
    margin-bottom: 35px;
}
#order_review{
    padding: 30px 30px 20px;
    background: #f9f9f9;
    position: relative;
}
.order-custom #order_review{
    padding: 0;
}
.order-custom #order_review:before,
.order-custom #order_review:after{
    display: none;
}
.order-custom #order_review_heading{
    margin-bottom: 0;
}
.checkout-custom .woocommerce-billing-fields{
    margin-bottom: 35px;
}
.order-table-wrap{
    padding: 0 20px 10px;
    background: #fff;
    margin-bottom: 35px;
}
.order-custom .order-table-wrap{
    margin-top: 25px;
}
.woocommerce .order-table-wrap table.shop_table{
    margin-bottom: 0;
}
.woocommerce .order-table-wrap table.shop_table tfoot tr:last-child{
    border-bottom: 0;
}
.woocommerce-checkout #payment div.form-row.place-order{
    border-top: 1px solid #e5e5e5;
    padding: 30px 0 0;
    margin-top: 20px;
}
.order-custom #place_order{
    display: block;
    width: 100%;
    float: none;
}
ul.payment_methods li input.input-radio{
    vertical-align: middle;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box{
    background: #f6f6f6;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before{
    border-bottom-color: #f6f6f6;
}
.woocommerce .shipping-calculator-form button.button{
    display: block;
    width: 100%;
}
#customer_login > div > h2,
.woocommerce-account .addresses .title h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.edit-account legend{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0 12px;
}
.edit-account .form-row span em{
    color: #999;
    margin-top: 5px;
    display: block;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
    border: 1px solid #e5e5e5;
	border-radius: 0;
}
/*Responsive*/
@media (max-width: 1024px){
    .smart-slider:not(.owl-carousel)[data-item="6"] > div,
    .smart-slider:not(.owl-carousel)[data-item="5"] > div{
        width: 25%;
    }
}
@media (max-width: 991px){
    .smart-slider:not(.owl-carousel)[data-item="4"] > div,
    .smart-slider:not(.owl-carousel)[data-item="6"] > div,
    .smart-slider:not(.owl-carousel)[data-item="5"] > div{
        width: 33.33%;
    }
    .col-sm-8 .list-3-item:nth-child(3n+1),
    .list-7-item:nth-child(7n+1),
    .list-8-item:nth-child(8n+1),
    .list-9-item:nth-child(9n+1),
    .list-10-item:nth-child(10n+1){
        clear: inherit;
    }
    .col-sm-8 .list-3-item:nth-child(2n+1),
    .list-7-item:nth-child(6n+1),
    .list-8-item:nth-child(6n+1),
    .list-9-item:nth-child(6n+1),
    .list-10-item:nth-child(6n+1){
        clear: both;
    }
    .list-10-item,
    .list-9-item,
    .list-8-item,
    .list-7-item{
        width: 16.66666667%;
    }
    .col-sm-8 .list-3-item{
        width: 50%;
    }
    .filter-col.filter-4-col .item-box-attr,
    .filter-col.filter-3-col .item-box-attr{
        width: 50%;
    }
    .filter-col.filter-3-col .item-box-attr:nth-child(3n+1),
    .filter-col.filter-4-col .item-box-attr:nth-child(4n+1){
        clear: inherit;
    }
    .filter-col.filter-3-col .item-box-attr:nth-child(2n+1),
    .filter-col.filter-4-col .item-box-attr:nth-child(2n+1){
        clear: both;
    }
}
@media (max-width: 860px){
    table.shop_table .product-name {
    min-width: inherit;
}
}
@media (max-width: 768px){
    .list-4-item:nth-child(4n+1),
    .list-5-item:nth-child(5n+1),
    .list-6-item:nth-child(6n+1),
    .list-7-item:nth-child(6n+1),
    .list-8-item:nth-child(6n+1),
    .list-9-item:nth-child(6n+1),
    .list-10-item:nth-child(6n+1){
        clear: inherit;
    }
    .list-4-item:nth-child(3n+1),
    .list-5-item:nth-child(3n+1),
    .list-6-item:nth-child(4n+1),
    .list-7-item:nth-child(4n+1),
    .list-8-item:nth-child(5n+1),
    .list-9-item:nth-child(5n+1),
    .list-10-item:nth-child(5n+1){
        clear: both;
    }
    .list-10-item,
    .list-9-item,
    .list-8-item{
        width: 20%;
    }
    .list-7-item,
    .list-6-item{
        width: 25%;
    }
    .list-4-item,
    .list-5-item {
        width: 33.3333%;
    }
    /*cart/checkout*/
    .woocommerce-cart-form .product-remove{
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .woocommerce table.shop_table th, 
    .woocommerce table.shop_table td, 
    .woocommerce-cart table.cart td, 
    .woocommerce-cart table.cart th {
        border-bottom: 1px solid #e5e5e5;
    }
    .woocommerce-cart-form .product-quantity{
        min-height: 70px;
    }
    .woocommerce-cart-form .product-quantity .detail-qty {
		display: inline-block;
	}
    .woocommerce table.shop_table tr, 
    .woocommerce-cart table.cart tr {
        border-bottom: 0;
    }
    .woocommerce-cart-form .product-price{
        margin: 0;
    }
    .woocommerce table.shop_table td, 
    .woocommerce table.shop_table th, 
    .woocommerce-cart table.cart td:first-child{
        padding: 15px 10px;
    }
    .woocommerce-cart-form .qty-val{
        background: transparent;
    }
    #add_payment_method .cart-collaterals .cart_totals tr td, 
    #add_payment_method .cart-collaterals .cart_totals tr th, 
    .woocommerce-cart .cart-collaterals .cart_totals tr td, 
    .woocommerce-cart .cart-collaterals .cart_totals tr th, 
    .woocommerce-checkout .cart-collaterals .cart_totals tr td, 
    .woocommerce-checkout .cart-collaterals .cart_totals tr th {
        border-top: 0;
    }
    .woocommerce .cart-collaterals table.shop_table_responsive tr:nth-child(2n) td, 
    .woocommerce-page .cart-collaterals table.shop_table_responsive tr:nth-child(2n) td{
        background: transparent;
    }
    .woocommerce-cart-form{
        border-top: 1px solid #e5e5e5;
    }
	.woocommerce-billing-fields {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px){
    .order-custom{
        margin-top: 30px;
    }
    .main-nav li.has-mega-menu > .mega-menu,
    .main-nav .sub-menu{
        transition: inherit;
        -webkit-transition: inherit;
    }
    nav.main-nav>ul>li.current-menu-item>a, 
    nav.main-nav>ul>li.current-menu-ancestor>a, 
    nav.main-nav>ul>li:hover>a{
        background-color: transparent !important;
    }
    .smart-slider:not(.owl-carousel)[data-item="3"] > div,
    .smart-slider:not(.owl-carousel)[data-item="4"] > div,
    .smart-slider:not(.owl-carousel)[data-item="6"] > div,
    .smart-slider:not(.owl-carousel)[data-item="5"] > div{
        width: 50%;
    }
    .main-nav li.has-mega-menu {
        position: relative;
    }
    .main-nav li.has-mega-menu > .mega-menu{
        position: static;
        max-width: 100%;
        visibility: visible;
        border: 0;
        box-shadow: none;
        padding: 0;
    }
    .btn-toggle-mobile-menu::after {
        top: 0;
        line-height: 40px;
        width: 40px;
        text-align: center;
        right: -15px;
    }
    .content-page > .row > .col-md-3{
        order: 2;
        -webkit-order: 2;
        -ms-order: 2;
        -o-order: 2;
    }
    .content-page > .row{
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: -o-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
    }
}
@media (max-width: 667px){
    .list-3-item:nth-child(3n+1),
    .list-4-item:nth-child(3n+1),
    .list-5-item:nth-child(3n+1),
    .list-6-item:nth-child(4n+1),
    .list-7-item:nth-child(4n+1),
    .list-8-item:nth-child(5n+1),
    .list-9-item:nth-child(5n+1),
    .list-10-item:nth-child(5n+1){
        clear: inherit;
    }
    .list-3-item:nth-child(2n+1),
    .list-4-item:nth-child(2n+1),
    .list-5-item:nth-child(2n+1),
    .list-6-item:nth-child(3n+1),
    .list-7-item:nth-child(3n+1),
    .list-8-item:nth-child(3n+1),
    .list-9-item:nth-child(3n+1),
    .list-10-item:nth-child(3n+1){
        clear: both;
    }
    .list-10-item,
    .list-9-item,
    .list-8-item{
        width: 33.33%;
    }
    .list-7-item,
    .list-6-item{
        width: 33.33%;
    }
    .list-3-item{
        width: 50%;
    }
}
@media (max-width: 568px){
    .comment-list ul.children {
        padding: 0;
    }
}
@media (max-width: 480px){
    .list-6-item:nth-child(3n+1),
    .list-7-item:nth-child(3n+1),
    .list-8-item:nth-child(3n+1),
    .list-9-item:nth-child(3n+1),
    .list-10-item:nth-child(3n+1){
        clear: inherit;
    }   
    .list-6-item:nth-child(2n+1),
    .list-7-item:nth-child(2n+1),
    .list-8-item:nth-child(2n+1),
    .list-9-item:nth-child(2n+1),
    .list-10-item:nth-child(2n+1){
        clear: both;
    }
    .list-10-item,
    .list-9-item,
    .list-8-item,
    .list-7-item,
    .list-6-item,
    .list-5-item,
    .list-4-item,
    .list-3-item {
        width: 50%;
    }
    .filter-col.filter-2-col .item-box-attr,
    .filter-col.filter-4-col .item-box-attr,
    .filter-col.filter-3-col .item-box-attr{
        width: 100%;
    }
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last, 
	.woocommerce-page form .form-row-first, 
	.woocommerce-page form .form-row-last {
		float: none;
		width: 100%;
	}
}
@media (max-width: 425px){
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        display: block;
        width: 100%;
        margin-bottom: 7px;
    }
    .woocommerce #content table.cart td.actions .coupon .button.alt, 
    .woocommerce #content table.cart td.actions .coupon .input-text+.button, 
    .woocommerce table.cart td.actions .coupon .button.alt, 
    .woocommerce table.cart td.actions .coupon .input-text+.button, 
    .woocommerce-page #content table.cart td.actions .coupon .button.alt, 
    .woocommerce-page #content table.cart td.actions .coupon .input-text+.button, 
    .woocommerce-page table.cart td.actions .coupon .button.alt, 
    .woocommerce-page table.cart td.actions .coupon .input-text+.button {
        float: none;
        display: block;
        width: 100%;
    }
    .order-custom {
        padding: 30px 10px 10px;
    }
}
@media (max-width: 375px){
    .list-5-item,
    .list-4-item,
    .list-3-item,
    .list-2-item,
    .col-sm-8 .list-4-item {
        width: 100%;
    }
}
@media (max-width: 320px){
    .close-minicart{
        right: 0;
        left: inherit;
        color: #333;
    }
}
@media (min-width: 567.9px) and (max-width: 767px){
    .wpb_column.vc_col-ss-1\/5,
    .wpb_column.vc_col-ss-2\/5,
    .wpb_column.vc_col-ss-3\/5,
    .wpb_column.vc_col-ss-4\/5,
    .wpb_column.vc_col-ss-1, 
    .wpb_column.vc_col-ss-10, 
    .wpb_column.vc_col-ss-11, 
    .wpb_column.vc_col-ss-12, 
    .wpb_column.vc_col-ss-2, 
    .wpb_column.vc_col-ss-3, 
    .wpb_column.vc_col-ss-4, 
    .wpb_column.vc_col-ss-5, 
    .wpb_column.vc_col-ss-6, 
    .wpb_column.vc_col-ss-7, 
    .wpb_column.vc_col-ss-8, 
    .wpb_column.vc_col-ss-9 {
        float: left;
    }
    .wpb_column.vc_col-ss-1\/5{
        width: 20%;
    }
    .wpb_column.vc_col-ss-2\/5{
        width: 40%;
    }
    .wpb_column.vc_col-ss-3\/5{
        width: 60%;
    }
    .wpb_column.vc_col-ss-4\/5{
        width: 80%;
    }
    .wpb_column.vc_col-ss-1{
        width: 8.33333333%;
    }
    .wpb_column.vc_col-ss-10{
        width: 83.33333333%;
    }
    .wpb_column.vc_col-ss-11{
        width: 91.66666667%;
    }
    .wpb_column.vc_col-ss-12{
        width: 100%;
    }
    .wpb_column.vc_col-ss-2{
        width: 16.66666667%;
    }
    .wpb_column.vc_col-ss-3{
        width: 25%;
    }
    .wpb_column.vc_col-ss-4{
        width: 33.33333333%;
    }
    .wpb_column.vc_col-ss-5{
        width: 41.66666667%;
    }
    .wpb_column.vc_col-ss-6{
        width: 50%;
    }
    .wpb_column.vc_col-ss-7{
        width: 58.33333333%;
    } 
    .wpb_column.vc_col-ss-8{
        width: 66.66666667%;
    } 
    .wpb_column.vc_col-ss-9{
        width: 75%;
    }
    .vc_col-ss-offset-1\/5{
        margin-left: 20%;
    }
    .vc_col-ss-offset-2\/5{
        margin-left: 40%;
    }
    .vc_col-ss-offset-3\/5{
        margin-left: 60%;
    }
    .vc_col-ss-offset-4\/5{
        margin-left: 80%;
    }
    .wpb_column.vc_col-ss-offset-0{
        margin-left: 0;
    }
    .wpb_column.vc_col-ss-offset-1{
        margin-left: 8.33333333%;
    }
    .wpb_column.vc_col-ss-offset-10{
        margin-left: 83.33333333%;
    }
    .wpb_column.vc_col-ss-offset-11{
        margin-left: 91.66666667%;
    }
    .wpb_column.vc_col-ss-offset-12{
        margin-left: 100%;
    }
    .wpb_column.vc_col-ss-offset-2{
        margin-left: 16.66666667%;
    }
    .wpb_column.vc_col-ss-offset-3{
        margin-left: 25%;
    }
    .wpb_column.vc_col-ss-offset-4{
        margin-left: 33.33333333%;
    }
    .wpb_column.vc_col-ss-offset-5{
        margin-left: 41.66666667%;
    }
    .wpb_column.vc_col-ss-offset-6{
        margin-left: 50%;
    }
    .wpb_column.vc_col-ss-offset-7{
        margin-left: 58.33333333%;
    } 
    .wpb_column.vc_col-ss-offset-8{
        margin-left: 66.66666667%;
    } 
    .wpb_column.vc_col-ss-offset-9{
        margin-left: 75%;
    }
    .vc_hidden-ss{
        display: none;
    }
}
/*End Responsive*/
/********************************************************************************
						ridestyle Project Stylesheet
*********************************************************************************/
/*Start Flex Wrapper*/
.flex-wrapper{
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
}
.flex_direction-row{
	flex-direction:row;
	-ms-flex-direction:row;
	-webkit-flex-direction:row;
}
.flex_direction-column{
	flex-direction:column;
	-ms-flex-direction:column;
	-webkit-flex-direction:column; 
}
.flex_wrap-wrap{
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.flex_wrap-nowrap{
	flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	-webkit-flex-wrap:nowrap;
}
.justify_content-flex-start{
	justify-content:flex-start;
	-ms-justify-content:flex-start;
	-webkit-justify-content:flex-start;
}
.justify_content-flex-end{
	justify-content:flex-end;
	-ms-justify-content:flex-end;
	-webkit-justify-content:flex-end;
}
.justify_content-center{
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
}
.justify_content-space-between{
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
}
.justify_content-space-around{
	justify-content:space-around;
	-ms-justify-content:space-around;
	-webkit-justify-content:space-around;
}
.align_items-flex-start{
	align-items:flex-start;
	-ms-align-items:flex-start;
	-webkit-align-items:flex-start;
}
.align_items-flex-end{
	align-items:flex-end;
	-ms-align-items:flex-end;
	-webkit-align-items:flex-end;
}
.align_items-center{
	align-items:center;
	-ms-align-items:center;
	-webkit-align-items:center;
}
.align_items-baseline{
	align-items:baseline;
	-ms-align-items:baseline;
	-webkit-align-items:baseline;
}
.align_items-stretch{
	align-items:stretch;
	-ms-align-items:stretch;
	-webkit-align-items:stretch;
}
/*End Flex Wrapper*/    
input[type=checkbox], input[type=radio] {
    display: inline-block;
    width: 18px;
    min-width: 18px;
    height: 18px;
    line-height: 1;
    background-color: #eee!important;
    border: 0;
    margin: -3px 4px 0 0!important;
    outline: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-appearance: button-bevel;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    position: static!important;
    outline: none!important;
}
/*input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    line-height: 18px;
    font-family: LineAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-weight: 400;
	content: '\f17b'; 
}
input[type=checkbox]:checked:before {
    content: '\f17b'; 
}*/
.woocommerce-form-login button.woocommerce-Button {
    margin-right: 10px;
}
.woocommerce form .form-row .input-checkbox {
    position: static;
}
label.checkbox {
    display: inline-block;
    margin: 0 5px;
}
/********************* Home 01 ************************/
.header-general {
    padding: 20px 30px;
}
.wrap-banner-slider1 {
    margin-top: -81px;
}
.logo1 {
    position: relative;
    z-index: 2;
}
.header1 {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    z-index: 20;
}
.header1 .mini-cart-link .mini-cart-number{
	background-color:rgba(0,0,0,0.3);
}
.header1 .dropdown-box .dropdown-link{
	border-color:rgba(255,255,255,0.3);
}
.currency-box .dropdown-list {
    width: 85px;
}
.language-box .dropdown-list {
    width: 95px;
}
.text-logo a {
    display: inline-block;
}
.custom-text-logo .text-logo span {
    display: inline-block;
    position: relative;
	letter-spacing:3px;
}
.custom-text-logo .text-logo span::after {
    position: absolute;
    right: -10px;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    bottom: 6px;
}
.wrap-search-cart {
    margin: 0 -11px;
}
.wrap-search-cart > div {
    margin: 0 11px;
}
.header-general .currency-box {
    margin: 0 10px 0 -1px;
}
.main-nav > ul > li.current-menu-item > a::before,
.main-nav > ul > li.current-menu-ancestor > a::before{
	position:absolute;
	bottom:-20px;
	left:0;
	right:0;
	height:3px;
	content:"";
}
.main-nav > ul > li.has-mega-menu > a::before, 
.main-nav > ul > li.menu-item-has-children > a::before{
	right:15px;
}
.footer1 {
    background: #000;
}
.footer-bottom1 {
    background: #000;
}
.wrap-copyright {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding: 23px 0;
}
.payment-method1 li {
    font-size: 36px;
    margin: 0 8px;
}
.payment-method1 {
    margin: 0 -8px;
}
.footer1 {
    padding: 108px 0 100px;
}
.logo-footer1 {
    margin: -20px 0 25px;
}
.info-contact-footer ul li {
    margin-top: 13px;
    font-size: 15px;
    position: relative;
    padding-left: 25px;
}
.info-contact-footer ul li i {
    position: absolute;
    left: 0;
    top: -1px;
}
.info-contact-footer ul {
    margin-top: 25px;
}
.list-menu-footer li {
    margin-top: 20px;
}
.custom-menu-footer .list-menu-footer {
    margin-top: 32px;
}
.email-footer1 {
    margin-top: 38px;
}
.social-footer1 li a img {
    border-radius: 7px;
}
.social-footer1 li {
    margin: 0 6px;
}
.wrap-social-footer .social-footer1 {
    margin-left: 30px;
}
.wrap-social-footer {
    margin-top: 15px;
}
.desc-email-footer {
    margin-top: 20px;
}
a.circle-button {
    text-align: center;
    display: inline-block;
    min-width: 46px;
    height: 46px;
    border-radius: 23px;
    color: #222;
    padding: 11px 0 0;
}
a.circle-button span {
    font-weight: 500;
    white-space: nowrap;
}
a.circle-button:hover {
    width: auto;
}
a.circle-button > * {
    display: none;
    vertical-align: middle;
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
a.circle-button::before {
    content: "\f121";
    font-size: 24px;
    font-family: lineAwesome;
}
a.circle-button:hover>i{
	margin-left:7px;
}
a.circle-button:hover>* {
    display: inline-block;
}
a.circle-button:hover::before {
    display: none;
}
a.circle-button:hover {
    padding: 11px 25px 0;
}
.owl-item.active .item-slider1 h3{
	animation-name:fadeInLeft;
	animation-duration:1s;
}
.owl-item.active .item-slider1 h2{
	animation-name:fadeInRight;
	animation-duration:1s;
}
.owl-item.active .item-slider1 .circle-button{
	animation-name:rotateIn;
	animation-duration:1s;
}
.margin-100{
	margin-bottom:100px;
}
.item-service .service-icon {
    width: 100px;
    min-width: 100px;
}
.item-service .service-icon a {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 77px;
    text-align: center;
    font-size: 36px;
    color: #222;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
	position:relative;
}
.item-service .service-icon a::before{
	position:absolute;
	top:-2px;
	left:-2px;
	bottom:-2px;
	right:-2px;
	content:"";
	border-radius: 50%;
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
	transform:scale(0);
	-webkit-transform:scale(0);
	opacity:0;
	z-index:-1;
}
.item-service .service-icon a:hover::before{
	transform:scale(1);
	-webkit-transform:scale(1);
	opacity:1;
}
.item-service .service-icon a:hover{
	color:#fff;
}
.item-service .service-info h3 {
    margin-bottom: 10px;
}
.wrap-scroll-down {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 11;
    font-size: 16px;
}
.btn-scroll-slider {
    display: inline-block;
    position: relative;
    margin: 25px 0;
}
.btn-scroll-slider::after {
    display: block;
    font-family: lineAwesome;
    content: "\f110";
    font-size: 24px;
}
.banner-circle-button .banner-info {
    padding: 50px;
}
.banner-circle-button .banner-info h2 {
    line-height: 1;
    margin-top: 5px;
}
.list-banner-adv1 {
    margin-bottom: 95px;
}
.block-featured-product1 {
    margin-bottom: 55px;
    overflow: visible!important;
}
.overflow-visible {
    overflow: visible!important;
}
.trend-banner1 .banner-info {
    padding: 0 100px;
    max-height: 280px;
}
.block-trend-product1 {
    background: #f5f5f5;
    margin-bottom: 95px;
}
.item-product-simple .product-thumb-link {
    background: #f5f5f5;
}
.item-product-simple .product-thumb-link img {
    mix-blend-mode: darken;
}
.item-product-simple .product-title {
    margin-bottom: 15px;
}
.item-product-simple .product-info{
    margin-bottom: 10px;
}
.item-product-simple .product-extra-link {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 45px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.item-product-simple:hover .product-extra-link {
	margin-top: 15px;
    opacity: 1;
    visibility: visible;
}
.trend-product-slider1 {
    padding: 60px 0;
}
.trend-product-slider1 .product-thumb-link{
    max-width: 570px;
	margin:auto;
}
.trend-product-slider1 .list-product-wrap .owl-theme .owl-dots{
	margin-top:20px;
}
.tab-new-product1 .product-grid-view .item-product {
    margin-bottom: 25px;
}
.tab-new-product1 .product-grid-view .item-product .product-thumb {
    margin-bottom: 15px;
}
.block-new-product1 {
    margin-bottom: 70px;
}
.banner-tab1 .banner-info {
    padding: 55px 40px;
}
.tab-style1 .title-tab li a {
    font-size: 16px;
    font-weight: 500;
    color: #999;
    position: relative;
}
.tab-style1 .title-tab {
    margin: 0 -15px;
}
.tab-style1 .title-tab li {
    margin: 0 15px;
}
.tab-style1 .title-tab li.active a {
    color: #222;
}
.tab-style1 .title-tab li a::after{
	position:absolute;
	bottom:-2px;
	left:0;
	right:0;
	height:2px;
	content:"";
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
}
.tab-style1 .title-tab li.active a::after{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
}
.cat-parent {
    letter-spacing: 0.4px;
}
.block-latest-post1 .blog-grid-view .item-post {
    margin-bottom: 40px;
}
.block-latest-post1 {
    margin-bottom: 60px;
}
.block-client1 {
    margin-bottom: 95px;
    padding: 100px 0;
}
.item-client {
    position: relative;
    padding: 40px 0;
}
.item-client .client-thumb {
    width: 50px;
    min-width: 50px;
}
.item-client .client-thumb img {
    border-radius: 50%;
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.item-client .client-thumb:hover img {
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}
.item-client .client-thumb a {
    display: block;
    border: 5px solid #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    overflow: hidden;
    box-shadow: 2px 5px 15px 0 rgba(0,0,0,0.2);
}
.item-client .client-info {
    padding: 0 20px;
}
.item-client::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 20px;
    content: "";
    background: #fff;
    border-radius: 6px;
	box-shadow: 2px 5px 15px 0 rgba(0,0,0,0.2);
}
.item-client > *{
	position:relative;
}
.item-client::after{
	position: absolute;
    bottom: 0;
    left: 120px;
    content: "";
	height:4px;
	width:100px;
}
.item-client .client-info h3 {
    margin-bottom: 10px;
}
.item-client .client-info h4 {
    margin-bottom: 20px;
}
.item-client .client-thumb a:hover img{
	mix-blend-mode:multiply;
}
.block-client1.vc_row::before{
	position:absolute;
	display:block;
	top:0;
	left:0;
	bottom:0;
	right:0;
	content:"";
	background-color:rgba(0,0,0,0.6);
}
.client-slider1 .wrap-item.owl-theme .owl-dots {
    margin-top: 30px;
}
.timer-countdown {
    background: #fff;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}
.wrap-timer-countdown {
    max-width: 400px;
    border-radius: 80px;
    padding: 0 50px;
    position: relative;
	box-shadow:0 5px 10px 0 rgba(0,0,0,0.2);
}
.timer-countdown .clock {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
    width: 100px;
    height: 50px;
    position: relative;
}
.timer-countdown .clock .number {
    font-size: 20px;
    color: #222;
    font-weight: 700;
}
.timer-countdown .clock .text {
    color: #b5b5b5;
}
.timer-countdown .clock:not(:last-child)::after {
    position: absolute;
    content: "";
    background: #ebebeb;
    width: 1px;
    top: 0;
    bottom: 0;
    right: 0;
}
.wrap-timer-countdown::before {
    position: absolute;
    left: 40px;
    right: 40px;
    top: 0;
    bottom: 0;
    content: "";
    border-width: 0px 1px;
    border-style: solid;
    border-color: #fff;
}
.timer-countdown::before,
.timer-countdown::after {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    top: 50%;
    margin: -5px 0 0;
	content:"";
}
.timer-countdown::before {
    left: -35px;
}
.timer-countdown::after {
    right: -35px;
}
.wrap-banner-trend1 .wrap-timer-countdown {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -40px;
    z-index: 12;
}
.wrap-banner-trend1 {
    position: relative;
}
.wrap-timer-countdown.vertical {
    max-height: 400px;
    padding: 50px 0;
}
.wrap-timer-countdown.vertical .timer-countdown {
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 0 15px;
}
.wrap-timer-countdown.vertical .timer-countdown .clock {
    width: 50px;
    height: 75px;
}
.wrap-timer-countdown.vertical::before {
    left: 0;
    right: 0;
    top: 40px;
    bottom: 40px;
    border-width: 1px 0;
}
.wrap-timer-countdown.vertical .timer-countdown::before,
.wrap-timer-countdown.vertical .timer-countdown::after{
	left:50%;
	margin:0 0 0 -5px;
	top:auto;
}
.wrap-timer-countdown.vertical .timer-countdown::before{
	top:-35px;
}
.wrap-timer-countdown.vertical .timer-countdown::after{
	bottom:-35px;
}
.wrap-timer-countdown.vertical .timer-countdown .clock:not(:last-child)::after{
	top:auto;
	left:0;
	right:0;
	bottom:0;
	width:auto;
	height:1px;
}
.deno-mega-menu-shop {
    padding: 15px;
}
.mega-list-page h2 {
    margin-bottom: 12px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 25px;
}
.mega-list-page ul li:not(:last-child) {
    margin-bottom: 12px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 11px;
}
.vc_row.vc_row-no-padding .deno-mega-menu-shop .vc_column-inner  {
    padding: 0 15px;
}
/******************************** Home 02 ***************************/
.block-newsletter2 {
    background-color: #f5f5f5;
    padding: 95px 0 100px;
    background-position: center bottom;
}
.form-newsletter2 {
    max-width: 570px;
    margin: auto;
}
.form-newsletter2 .form-newsletter input[type="email"] {
    border: 1px solid #ebebeb;
    border-radius: 30px;
    margin-right: -40px;
}
.form-newsletter2 .form-newsletter input[type="submit"] {
    border-radius: 30px;
    padding: 0 40px;
}
.customer-review-footer {
    padding: 0;
    margin: 35px 0 0;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.customer-review-footer h3 a {
    color: #fff;
}
.customer-review-footer .desc {
    color: #ccc;
}
.customer-review-footer::before,.customer-review-footer::after {
    display: none;
}
.payment-method2 h3 {
    font-size: 15px;
    color: #ccc;
    margin: 0 40px 0 0;
}
.payment-method2 ul li {
    margin: 0 10px;
}
.payment-method2 ul {
    margin: 0 -10px;
}
.social-network2 h3 {
    font-size: 15px;
    color: #ccc;
    margin: 0 40px 0 0;
}
.social-network2 ul {
    margin: 0 -10px;
}
.social-network2 ul li {
    margin: 0 10px;
}
.social-network2 ul li img {
    border-radius: 7px;
}
.wrap-payment-method {
    position: relative;
    padding: 20px 0;
}
.wrap-payment-method::before {
    position: absolute;
    left: 57%;
    content: "";
    top: 20px;
    bottom: 20px;
    background: rgba(255,255,255,0.3);
    width: 1px;
}
.vc_row.header2::before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 33.33%;
    background: #222;
    border-width: 0 4px 0 0;
    border-style: solid;
}
.main-nav-white > ul > li > a {
    color: #fff;
}
.wrap-logo-menu2 {
    padding-right: 70px;
}
.block-brand2 {
    margin-bottom: 95px;
}
.block-latest-news2 {
    margin-bottom: 70px;
}
.banner-slider2 {
    margin-bottom: 95px;
}
.item-cat-adv {
    position: relative;
}
.item-cat-adv .cat-info {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    padding: 0 15px;
}
.cat-adv-slider1 .item-cat-adv {
    margin: 15px;
    overflow: hidden;
    background: #fff;
}
.cat-adv-slider1 {
    margin: -15px -15px 0;
}
.block-cat-ads2 {
    margin-bottom: 80px;
}
.cat-adv-slider1 .wrap-item .owl-nav button {
    font-size: 24px;
    height: 46px;
    width: 46px;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    margin: 0 15px;
}
.image-leaf2 {
    background: #f5f5f5;
    max-width: 1720px;
    padding: 190px 0 100px;
}
.block-leaf2 {
	margin-top: -475px;
	margin-bottom: 95px;
}
.block-ads2 {
    margin-bottom: 95px;
}
.branch-image2 {
    background: #f5f5f5;
    max-width: 1720px;
    width: 100%;
    height: 440px;
    margin-top: -435px;
    margin-bottom: 95px;
}
.wrap-ads2 {
    position: relative;
    z-index: 1;
}
.product-slider-default .owl-carousel .owl-stage-outer {
    padding-top: 20px;
    margin-top: -20px;
    padding-bottom: 100px;
    margin-bottom: -100px;
    width: calc(100% + 30px);
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
}
.product-slider-default .item-product-gallery {
    margin: 0 15px;
}
.block-new-product2 {
    margin-bottom: 85px;
}
.custom-instagram .wrap-item.owl-carousel .owl-nav button {
    display: none;
}
.item-instagram .info-instagram {
    border-radius: 6px;
    padding: 15px 40px;
}
.item-instagram .banner-info{
	opacity:0;
	visibility:hidden;
}
.item-instagram:hover .banner-info{
	opacity:1;
	visibility:visible;
}
.item-instagram .info-instagram h3 {
    margin: -5px 0 5px;
}
.item-instagram .info-instagram  .instagram-text{
	padding:0 5px;
}
/******************************** Home 03 ***************************/
.info-contact-footer h3 {
    margin-bottom: 30px;
}
.footer-bottom3 {
    background: #151515;
}
.footer-bottom3 .wrap-copyright {
    border: none;
    padding: 23px 0;
}
.menu-footer3 ul li:not(:last-child)::after {
    content: "|";
    color: rgba(255,255,255,0.3);
    margin: 0 10px;
}
.footer3 .wrap-payment-method {
    margin-top: 50px;
}
.footer3 .logo-footer1 {
    margin: 150px 0 0;
}
.footer3 .info-contact-footer {
    max-width: 370px;
}
.footer3 .logo-footer1 .text-logo .title28 {
    font-size: 50px;
}
.footer3 .logo-footer1 .text-logo .title28::after {
    width: 14px;
    height: 14px;
    bottom: 12px;
    right: -20px;
}
.footer3 .wrap-payment-method::before {
    left: 59%;
}
.footer3 {
    padding-bottom: 80px;
}
.intro-box3{
	max-width:430px;
	margin-bottom:40px;
}
.block-client4 .item-client {
    margin: 0 0 40px;
}
.intro-box3 hr {
    width: 80px;
    margin: 23px 0 0;
    border-width: 2px;
    border-color: #222;
}
.intro-box3 h3 {
    margin-bottom: 12px;
}
.intro-box3 h2 {
    margin-bottom: 13px;
}
.block-client4 {
    margin-bottom: 60px;
}
.block-cat-ads3 {
    padding: 100px 0;
    margin-bottom: 100px;
}
.block-cat-ads3.vc_row::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
    background: rgba(0,0,0,0.5);
}
.intro-box3 .wrap-circle-button {
    margin-top: 45px;
}
.block-latest-news3 {
    margin-bottom: 50px;
}
.block-brand3.vc_row {
    margin: 0 0 100px;
    padding: 50px 15px;
}
.banner-slider .timeline-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6px;
    z-index: 1;
    opacity: 0.8;
	width:0;
}
.banner-slider .owl-item.active .timeline-slider {
	animation-name:fadeInLeft;
	animation-duration:8s;
	animation-delay:0;
}
.banner-slider3 > .wrap-item.owl-carousel > .owl-nav {
    position: absolute;
    top: 50%;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    margin: -50px -50px 0;
    box-shadow: 2px 5px 15px 0 rgba(0,0,0,0.2);
}
.banner-slider3 > .wrap-item.owl-carousel > .owl-nav > button {
	color: #999;
	font-size: 18px;
	background: transparent;
	margin: -15px 13px 0;
}
.banner-slider3 > .wrap-item.owl-carousel > .owl-nav {
    position: absolute;
    top: 50%;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    margin: -50px -50px 0;
    box-shadow: 2px 5px 15px 0 rgba(0,0,0,0.2);
}
.banner-slider3 > .wrap-item.owl-carousel > .owl-nav > button {color: #999;font-size: 18px;background: transparent;margin: -15px 13px 0;}
.block-product-cat3 {
    margin-bottom: 57px;
}
.wrap-video-banner3 .block-video-custom {
    width: 1050px;
}
.wrap-video-banner3 .intro-box3 {
    width: 360px;
    margin: 0;
    max-width: none;
    padding-left: 30px;
}
.block-video-custom .video-custom {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    opacity: 0;
}
.wrap-video-banner3 {
    margin-bottom: 95px;
}
.block-video-custom.clicked .video-custom {
    opacity: 1;
}
.block-video-custom .video-button {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    background: rgba(255,255,255,0.8);
    color: #222;
    box-shadow: 2px 5px 15px 0 rgba(0,0,0,0.2);
}
.block-video-custom.clicked .video-button{
	opacity:0;
}
.block-video-custom.clicked:hover .video-button{
	opacity:1;
}
.block-video-custom .banner-info{
	background-color:rgba(0,0,0,0.4);
}
.block-video-custom.clicked .banner-info{
	background-color:transparent;
}
.block-video-custom .video-button.active .la-play:before{
	content:"\f2ad";
}
.block-road-bikes3 {
    margin-bottom: 57px;
}
.slider-control {
    max-width: 450px;
    box-shadow: 2px 5px 15px 0 rgba(0,0,0,0.2);
    position: relative;
    margin: -130px 120px 0;
    padding-right: 50px;
    background: #fff;
}
.slider-control .banner-thumb {
    background: #f5f5f5;
}
.slider-control .banner-thumb img {
    mix-blend-mode: darken;
}
.slider-control .control-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
}
.slider-control .control-nav button {
    background: #fff;
    border: none;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #999;
    font-size: 18px;
}
.slider-control .control-nav button.next{
	color:#222;
}
.block-intro-slider3 {
    margin-bottom: 100px;
}
.intro-slider3 .owl-stage-outer {
    padding-bottom: 20px;
    margin-bottom: -20px;
}
.content-intro-slider .banner-image {
    width: 1050px;
}
.content-intro-slider .banner-text {
    width: 360px;
    padding-left: 30px;
}
.content-intro-slider .banner-text .intro-box3 {
    margin: 0;
}
/******************************** Home 04 ***************************/
.service-slider4 {
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    padding: 50px 0;
}
.tab-product4 .tab-header {
    margin-bottom: 50px;
}
.tab-product4 {
    margin-bottom: 57px;
}
.block-banner-ads4 .item-ads4 {
    margin-bottom: 30px;
}
.block-banner-ads4 {
    margin-bottom: 65px;
}
.item-ads4 .banner-info {
    top: auto;
}
.item-ads4 .banner-info h2 {
    margin-bottom: 40px;
}
.item-product-deal {
    background: #fff;
}
.item-product-deal.item-product-gallery .product-thumb {
    margin: 0;
}
.item-product.item-product-deal .product-info {
    padding: 20px;
}
.block-deal-product4 {
    padding: 95px 0 70px;
    margin-bottom: 95px;
}
.block-deal-product4.vc_row::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
    background: rgba(0,0,0,0.6);
}
.block-deal-product4 .title-box h2 {
    color: #fff;
}
.block-deal-product4 .title-box p {
    color: #ccc;
}
.item-product-deal::before {
    display: none;
}
.deal-countdown .clock {
    border: 1px solid #ebebeb;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #fff;
	position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
}
.hidden-day-countdown .deal-countdown .clock.day::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    content: "\f18f";
    font-family: lineAwesome;
    font-size: 36px;
    border-radius: 50%;
    text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
}
.hidden-day-countdown .deal-countdown .clock.day > *{
	opacity:0;
}
.deal-countdown .clock .number {
    font-size: 20px;
    color: #222;
}
.item-product-deal .deal-countdown {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 290px;
    margin: 10px auto;
}
.deal-countdown .clock .text {
    font-size: 14px;
    color: #ccc;
}
.block-deal-product4 .wrap-item.owl-carousel .owl-nav button {
    font-size: 18px;
    height: 46px;
    width: 46px;
    margin: -23px -50px 0;
}
.banner-slider-center .item-slider-center {
    margin: 0 60px;
}
.banner-slider4 {
    margin-bottom: 95px;
}
.banner-slider-center .item-slider-center .slider-center-text {
    display: none;
}
.banner-slider-center .item-slider-center.slick-current .slider-center-text {
    display: block;
	animation-name:zoomIn;
	animation-duration:1s;
	-webkit-animation-name:zoomIn;
	-webkit-animation-duration:1s;
}
.item-slider-center .slider-center-thumb {
    position: relative;
    margin-bottom: 40px;
	overflow:hidden;
}
.item-slider-center.slick-before .slider-center-thumb,
.item-slider-center.slick-after .slider-center-thumb{
	overflow:visible;
}
.item-slider-center .slider-center-thumb .title-vertical {
    position: absolute;
    top: 50%;
    text-align: center;
    white-space: nowrap;
    width: 0;
    height: 0;
    transform: rotate(-90deg);
    transform-origin: center center;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: center center;
}
.item-slider-center .slider-center-thumb .title-vertical span {
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);	
}
.item-slider-center.slick-before .slider-center-thumb .title-vertical{
	right:-16px;
}
.item-slider-center.slick-after .slider-center-thumb .title-vertical {
    left: -30px;
}
.item-slider-center.slick-before .slider-center-thumb .title-vertical span,
.item-slider-center.slick-after .slider-center-thumb .title-vertical span{
	animation-name:zoomIn;
	animation-duration:1s;
	-webkit-animation-name:zoomIn;
	-webkit-animation-duration:1s;
}
.item-slider-center.slick-current .slider-center-thumb .title-vertical{
	display:none;
}
.banner-slider-center .item-slider-center .slider-center-text h2 {
    margin-bottom: 10px;
}
.banner-slider-center {
    position: relative;
}
.banner-slider-center .slick-nav-custom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 96px;
}
.slick-nav-custom .current::after {
    content: "/";
    margin: 0 3px;
}
/******************************** Home 05 *************************/
.title-box2 h2,
.block-latest-post5 .title-box h2,
.block-latest-post5 .item-post-default .post-info a{
	color:#fff;
}
.title-box2 .desc,
.block-latest-post5 .title-box .desc,
.block-latest-post5 .item-post-default .post-info .desc{
	color:#ccc;
}
.block-product-black .product-price > span,
.block-product-black  .product-price ins,
.block-product-black .item-product-gallery .product-title a {
    color: #fff;
}
.block-product-black .item-product-gallery .cat-parent{
	border-color:rgba(255,255,255,0.3);
}
.block-product-black .item-product-gallery:hover .cat-parent{
	border-color:#ebebeb;
}
.block-product-black .item-product-gallery:hover .product-title a,
.block-product-black .item-product-gallery:hover .product-price > span,
.block-product-black .item-product-gallery:hover  .product-price ins{
	color:#222;
}
.block-product-black .item-product-gallery .product-thumb{
	background-color:#fff;
}
.banner-parallax5 {
    padding: 170px 0;
    margin-bottom: 95px;
}
.banner-parallax5.vc_row::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    right: 50%;
    background-image: linear-gradient(to right,rgba(0,0,0,0.4),transparent);
}
.block-cat-ads5 {
    background: #222;
    padding: 95px 0 85px;
}
.service-slider5 {
    margin-top: 100px;
}
.service-slider5 .item-service a {
    color: #fff;
}
.top-header5 {
    padding: 15px 0;
}
.wrap-top-header5 .dropdown-link {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 14px;
    border-color: inherit;
    cursor: pointer;
}
.top-info5 ul li {
    position: relative;
    padding-left: 20px;
    margin: 0 10px;
	line-height:20px;
}
.top-info5 ul li .la {
    position: absolute;
    top: 3px;
    left: 0;
}
.top-info5 ul {
    margin: 0 -10px;
}
.wrap-top-header5 > * {
    margin: 0 5px;
}
.wrap-top-header5 {
    margin: 0 -5px;
    position: relative;
    z-index: 12;
}
.top-social-network5 ul li {
    margin: 0 6px;
}
.top-social-network5 ul::after {
    content: "|";
    color: rgba(255,255,255,0.3);
    margin: 0 10px;
}
.main-header5 {
    background: #fff;
    box-shadow: 0 5px 12px  0 rgba(0,0,0,0.2);
    padding: 30px 15px;
    position: relative;
    z-index: 11;
}
.wrap-banner-slider5 {
    margin-top: -50px;
}
.banner-slider.skew-info .item-slider {
    display: flex;
    justify-content: flex-end;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    overflow: hidden;
}
.banner-slider.skew-info .item-slider .banner-thumb {
    max-width: 55%;
}
.banner-slider.skew-info .item-slider::before {
    position: absolute;
    top: 0;
    left: -50%;
    right: 50%;
    bottom: 0;
    content: "";
    background: #222;
    z-index: 1;
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
}
.banner-slider.skew-info .banner-info .slider-content-text {
    max-width: 45%;
}
.banner-slider .pagi-nav-total {
    max-width: 1170px;
    margin: auto;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    padding: 0 0 0 80px;
}
.banner-slider .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}
.banner-slider .pagi-nav-number .owl-dots {
    display: none;
}
.banner-slider .pagi-nav-total span {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.banner-slider .pagi-nav-total .current {
    font-size: 30px;
    color: #fff;
}
.banner-slider .pagi-nav-total .total {
    color: #999;
}
.banner-slider .pagi-nav-total .total::before {
    content: "/";
    margin: 0 7px;
}
.banner-slider .pagi-nav-total::before {
    position: absolute;
    height: 1px;
    width: 70px;
    content: "";
    background: #999;
    bottom: 8px;
    left: 0;
}
.product-countdown-slider {
    position: relative;
    background: #3c3c3c;
    box-shadow: 2px 5px 12px 0 rgba(0,0,0,0.2);
    overflow: hidden;
}
.product-deal-countdown5 {
    margin-bottom: 100px;
}
.item-product-skew{
	padding:50px 0;
}
.item-product-skew > div {
    width: 50%;
}
.product-countdown-slider .slider-nav {
    max-width: 370px;
    margin: auto;
}
.dealof-bottom .deal-countdown .clock {
    margin: 0 5px;
	background:transparent;
	border:1px solid rgba(255,255,255,0.3);
}
.dealof-bottom .deal-countdown .clock  .number{
	color:#fff;
}
.item-product-skew .detail-qty {
    background: transparent;
    border-color: rgba(255,255,255,0.3);
}
.item-product-skew .detail-qty * {
    color: #ccc;
    background: transparent;
    border-color: rgba(255,255,255,0.3);
}
.item-product-skew .detail-qty a{
	color:#999;
	margin:-1px 0;
}
.item-product-skew .product-extra-link > a:not(.addcart-link){
	border-color: rgba(255,255,255,0.3);
	color:#ccc;
}
.item-product-skew .woocommerce-review-link {
    display: none;
}
.item-product-skew .product-price > span,.item-product-skew .product-price ins,.item-product-skew .product-price {
    color: #fff;
}
.item-product-skew .product-price > del {
    color: #999;
}
.item-product-skew .product-desc {
    color: #ccc;
    border-color: rgba(255,255,255,0.3);
}
.dealof-bottom {
    position: relative;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    padding: 17px 0;
	z-index: 1;
}
.product-countdown-slider .slider-for {
    position: relative;
    z-index: 1;
}
.product-countdown-slider::before {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #222;
    content: "";
    right:0;
    height: 99px;
}
.product-countdown-slider::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    content: "";
    transform: skewX(-15deg) translateX(50%);
    -webkit-transform: skewX(-15deg) translateX(50%);
    width: 100%;
}
.item-product-skew .wrap-product-thumb {
    padding: 0 60px;
}
.dealof-bottom .deal-countdown {
    padding-right: 60px;
}
.detail-info > .deal-countdown .clock {
    margin: 0 5px;
}
.detail-info > .deal-countdown {
    margin: 25px -5px 22px;
}
.item-product-skew .product-info {
    padding: 0 60px;
}
.product-countdown-slider .slider-nav .item-product-thumb{
	position:relative;
	cursor:pointer;
	margin:0 1px;
}
.product-countdown-slider .slider-nav .item-product-thumb.slick-current::before{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	content:"";
	border-width:2px;
	border-style:solid;
}
.item-product-skew .product-price {
    margin-bottom: 15px;
}
.item-product-skew form.cart {
    display: flex;
    display: -webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.product-type-variable .item-product-skew form.cart {
    flex-direction: column;
    -webkit-flex-direction: column;
}
.item-product-skew  form.cart .button.single_add_to_cart_button {
    font-size: 16px;
	vertical-align:middle;
}

.item-product-skew .detail-attr .title-atttr {
    color: #fff;
}
.item-product-skew .detail-attr.attr-pa_size .swatch {
    border-color: rgba(255,255,255,0.3);
    color: #ccc;
}
.item-product-skew .detail-attr.qty-cart {
    margin-bottom: 0;
}
.item-product-skew .reset_variations {
    position: absolute;
    margin: 0;
    bottom: 16px;
    color: #fff;
    right: 0;
}
.item-product-skew .variations {
    position: relative;
}
.item-product-skew .detail-attr.attr-pa_color .swatch.selected::before{
	border-color:rgba(255,255,255,0.3);
}
.main-header5 .main-nav > ul > li.current-menu-item > a::before,
.main-header5  .main-nav > ul > li.current-menu-ancestor > a::before {
    bottom: -30px;
}
/******************************** Home 06 *************************/
.wrap-banner-slider6 {
    margin-top: -50px;
}
.wrap-service6 {
    background: #f5f5f5;
    padding: 100px 0;
}
.list-banner-ads6 .item-ads6 {
    margin-bottom: 30px;
}
.item-ads6 .banner-info {
    top: auto;
}
.item-ads6 .banner-info h2.title40 {
    margin-bottom: 35px;
    line-height: 1.2;
}
.list-banner-ads6 {
    margin-bottom: 65px;
}
.block-new-product6 {
    margin-bottom: 87px;
}
.block-featured-product6 {
    margin-bottom: 85px;
}
.block-brand6 {
    margin-bottom: 95px;
}
.wrap-search-overlay > a {
    display: inline-block;
    padding-top: 2px;
}
#bar{
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #7fc242;
}
#progressBar{
  width: 100%;
  background: #EDEDED;
}
/******************************** Pages ***************************/
.title-box .desc {
    max-width: 430px;
    margin: auto;
}
.title-box h2 {
    margin-bottom: 15px;
    overflow: hidden;
}
.title-box h2 span {
    display: inline-block;
    position: relative;
    padding: 0 25px;
}
.title-box h3 {
    margin-bottom: 10px;
}
.title-box h2 span::before,.title-box h2 span::after {
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    top: 15px;
}
.title-box h2 span::before {
    right: 100%;
}
.title-box h2 span::after {
    left: 100%;
}
.title-box {
    margin-bottom: 42px;
}
.block-brand {
    background: #f5f5f5;
    padding: 50px 0;
}
.item-brand a {
    display: inline-block;
}
.brand-slider-footer .item-brand {
    margin: 0 25px;
}
.brand-slider-footer {
    margin: 0 -25px;
}
.text-shadow {
    text-shadow: 0 5px 10px rgba(0,0,0,0.6);
}
.slider-content-text .title72 {
    margin: 12px 0 50px;
    line-height: 1.0;
}
.banner-about-page {
    margin-bottom: 95px;
}
.content-about-page .banner-advs {
    margin: 45px 0;
}
.content-about-page {
    margin-bottom: 70px;
}
.item-team-member .banner-advs {
    margin-bottom: 22px;
}
.item-team-member h3 {
    margin-bottom: 5px;
}
.block-about-team {
    margin-bottom: 95px;
}
.wrap-google-map {
    position: relative;
}
.demo-google-map .content-google-map {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}
.content-google-map .info-contact-footer {
    background: #fff;
    max-width: 470px;
    padding: 70px;
}
.content-google-map .info-contact-footer h3 {
    line-height: 2.0;
}
.content-google-map .info-contact-footer ul li {
    margin-top: 25px;
	line-height:24px;
}
.content-google-map .info-contact-footer ul li i{
    top:2px;
}
.demo-google-map {
    margin-bottom: 95px;
}
.demo-contact-form  .contact-form  .text-right{
	margin:0 -4px;
}
.block-contact-faq{
	margin-bottom:100px;
}
.default-accordion .toggle-tab-title {
    border: 1px solid #ebebeb;
    padding: 15px 15px 14px 65px;
}
.title-faq-demo {
    margin-bottom: 39px;
}
.default-accordion .item-toggle-tab {
    margin-bottom: 1px;
}
.default-accordion .toggle-tab-content {
    padding: 12px 0;
}
.demo-contact-form .contact-form textarea {
    height: 303px;
}
.default-accordion .toggle-tab-title::before {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    width: 46px;
    font-size: 18px;
    color: #222;
    font-family: lineAwesome;
    content: "\f2c2";
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}
.default-accordion .item-toggle-tab.active .toggle-tab-title::before{
	content:"\f28e";
}
/******************************** Blog ***************************/
.grid-post-meta-data {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
    display: flex;
}
.grid-post-meta-data .la {
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
}
.grid-post-meta-data .la-gear.la-spin{
	margin:0;
}
.grid-post-meta-data .post-date.bg-color {
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
}
.grid-post-meta-data span.bg-color {
    height: 40px;
    display: block;
    line-height: 44px;
    padding: 0 15px;
    position: relative;
	color:rgba(34,34,34,0.6);
}
.grid-post-meta-data span.bg-color a{
	color:rgba(34,34,34,0.6);
}
.grid-post-meta-data li {
    margin-right: 1px;
}
.grid-post-meta-data .post-date::before {
    position: absolute;
    bottom: 0;
    left: 15px;
    height: 2px;
    width: 16px;
    content: "";
    background: #222;
}
.item-post-list .post-thumb {
    min-width: 54%;
    width: 54%;
}
.item-post-list .post-info {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    padding: 0 0 0 30px;
}
.post-readmore {
    letter-spacing: 2px;
    border-bottom-style: solid;
    display: inline-block;
    border-width: 1px;
}
.single-small-title .content-sidebar-none .content-single-blog .title-page,
.single-small-title .content-sidebar-none .content-single-blog .single-post-meta-data {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.content-single-blog .single-post-meta-data {
    margin-top: -20px;
    margin-bottom: 45px;
}
.single-post-meta-data > li:not(:last-child)::after{
	content:"|";
	color:#ccc;
	margin:0 5px;
} 
.demo-post-content p {
    margin-bottom: 25px;
}
.demo-post-ads .banner-advs {
    margin-bottom: 45px;
}
.demo-post-ads {
    margin-top: 22px;
}
.single-data-tags {
    line-height: 22px;
}
.single-data-tags a {
    font-size: 15px;
}
.single-data-tags span {
    margin-right: 15px;
}
.wrap-post-tags-share {
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 30px;
    margin-top: 30px;
}
.post-control .flex-wrapper .la {
    vertical-align: bottom;
}
.prev-post h3 {
    margin-left: 40px;
}
.next-post h3 {
    margin-right: 40px;
}
.next-post .la {
    margin-left: 5px;
}
.prev-post .la {
    margin-right: 5px;
}
.post-control .flex-wrapper > a {
    min-width: 85px;
}
.title-single-related-post {
    position: relative;
    margin-bottom: 50px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}
.title-single-related-post::before{
	position:absolute;
	bottom:-3px;
	width:50px;
	height:3px;
	content:"";
}
.related-post-slider .group-navi .owl-nav {
    top: -83px;
}
.wrap-search-overlay #trigger-overlay {
    position: relative;
    z-index: 1002;
}
.item-wg-post .post-thumb {
    width: 70px;
}
.item-wg-post .post-info {
    padding-left: 20px;
}
.item-wg-post .post-info h3 {
    margin-bottom: 11px;
    line-height: 1.3;
}
.item-wg-post .post-info .fa {
    margin: 0 5px;
}
.item-wg-post .post-info span {
    margin: 0 -5px;
}
.widget-latest-post ul li {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #e5e5e5;
}
.widget-latest-post ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.wg-info-author .author-avatar {
    display: inline-block;
    margin-bottom: 15px;
}
.wg-info-author .author-info h3 {
    margin-bottom: 8px;
}
.wg-info-author .wg-link-social li{
	margin:0 7px;
}
.wg-info-author .author-info span.silver {
    margin-bottom: 12px;
    display: inline-block;
}
.author-comment-meta-data {
    margin-bottom: 15px;
}
/************************ Shop *************************/
.wrap-detail-gallery .mid {
    position: relative;
}
.product-detail .wrap-button-lightbox {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 0;
    text-align: center;
    z-index: 9998;
}
.wrap-button-lightbox>a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-bottom: 1px;
    z-index: 1;
}
.demo-detail-intro .list-none li {
    margin-bottom: 13px;
    color: #666;
    position: relative;
    padding: 0 30px;
}
.demo-detail-intro .list-none {
    margin: 0 0 0 30px;
}
.demo-detail-intro .list-none li::before {
    font-family: lineAwesome;
    content: "\f17d";
    top: 0px;
    left: 0;
    position: absolute;
}
.demo-detail-intro .desc {
    margin: 26px 0 37px;
}
.demo-detail-intro {
    max-width: 550px;
}
.demo-ads-detail .banner-advs {
    margin-bottom: 15px;
    margin-top: 40px;
}
.demo-ads-detail .banner-advs img {
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
}
.related-product .group-navi .owl-nav {
    top: -63px;
}
.related-product .owl-carousel .owl-stage-outer {
	padding-top: 20px;
    margin-top: -20px;
    padding-bottom: 100px;
    margin-bottom: -100px;
    width: calc(100% + 30px);
    padding-left: 15px;
    padding-right: 15px;
	margin-left:-15px;
}
.related-product .item-product-gallery {
    margin: 0 15px;
}
.related-product .product-slider {
    margin: 0 -15px;
}
.sort-by {
    width: 170px;
}
.show-order .dropdown-link {
    border-bottom: 2px solid #ebebeb;
    display: block;
    padding-bottom: 10px;
}
.show-order .dropdown-list {
    width: 100%;
}
.show-by .number {
    width: 60px;
    display: inline-block;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 10px;
    margin-left: 20px;
}
.select-box.show-by::after {
    top: 0;
    right: 0;
    color: #999;
}
.sort-pagi-bar > div {
    margin: 0 10px;
}
.sort-pagi-bar {
    margin: 0 -10px;
    position: relative;
    z-index: 15;
}
.tool-shop-filter {
    margin-bottom: 43px;
    position: relative;
}
.item-product-list .wrap-price-rate {
    margin-bottom: 5px;
}
.product-extra-link > a:not(.addcart-link) {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #999;
    border: 1px solid #ebebeb;
}
.product-extra-link > a:not(.addcart-link) > span {
    position: absolute;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    background: #222;
    line-height: 20px;
    height: 20px;
    padding: 0 10px;
    left: 50%;
    top: -27px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border: none;
    opacity: 0;
	visibility:hidden;
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.product-extra-link > a:not(.addcart-link):hover > span {
	opacity:1;
	visibility:visible;
}
.product-extra-link > a:not(.addcart-link):hover{
	color:#fff;
}
.product-extra-link > a:not(.addcart-link) > span::before {
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 -5px;
    width: 0;
    height: 0;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #222;
}
.item-product-list .product-extra-link {
    margin: 0 -5px;
}
.item-product-list .product-extra-link > a {
    margin: 0 5px;
	opacity:0;
	visibility:hidden;
}
.item-product-list:hover .product-extra-link > a {
	opacity:1;
	visibility:visible;
}
.product-extra-link > .addcart-link .la {
    font-size: 20px;
    vertical-align: text-bottom;
    margin-left: 10px;
	display:none;
}
.widget_s7upf_category_fillter ul li {
    position: relative;
}
.widget_s7upf_category_fillter ul li .cat-toggle {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block; 
	color:#999;
}
.widget_s7upf_category_fillter ul li .cat-toggle::before {
    font-family: lineAwesome;
    content: "\f168";
}
.widget_s7upf_category_fillter ul li .cat-toggle.active::before{
	content:"\f16b";
}
.widget_s7upf_category_fillter ul li .list-none {
    margin-top: 20px;
    padding-left: 30px;
	display:none;
}
.widget_s7upf_category_fillter ul li .list-none > li {
    padding-left: 15px;
}
.widget_s7upf_category_fillter ul li .list-none > li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
}
.item-product .product-extra-link a.addcart-link {
    font-size: 14px;
}
.item-product-gallery .product-extra-link a.addcart-link {
	flex-grow:1;
	-webkit-flex-grow:1;
}
.item-product-gallery {
    position: relative;
}
.item-product-gallery .product-thumb {
    margin-bottom: 20px;
}
.wrap-price-rate .wrap-rating {
    margin-bottom: 13px;
}
.item-product-gallery .product-extra-link a {
    margin: 0 5px;
}
.item-product-gallery .cat-parent {
    display: block;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.item-product-gallery .product-extra-link {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
	opacity:0;
	margin:-10px 5px 0;
	visibility:hidden;
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
	justify-content:center;
	-webkit-justify-content:center; 
}
.item-product-gallery:hover .product-extra-link{
	opacity:1;
	visibility:visible;
    margin-top: 5px;
}
.item-product-gallery:hover {
	z-index:12;
}
.item-product-gallery::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    content: "";
    visibility: hidden;
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
	opacity:0;
}
.item-product-gallery .product-info{
	padding: 0 10px;
}
.item-product-gallery .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item-product-gallery:hover::before {
    visibility: visible;
	opacity:1;
	top: -15px;
    left: -15px;
    right: -15px;
    bottom: -65px;
    box-shadow: 2px 5px 15px 0 rgba(0,0,0,0.2);
}
.list-attr-filter ul li {
    position: relative;
}
.widget_s7upf_attribute_filter .list-attr-filter li {
    position: relative;
}
.widget_s7upf_attribute_filter .list-attr-filter li a .attr-before {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ebebeb;
    text-align: center;
    line-height: 16px;
}
.widget_s7upf_attribute_filter .list-attr-filter li a.selected .attr-before::after,
.widget_s7upf_attribute_filter .list-attr-filter li a.active .attr-before::after {
    font-family: lineAwesome;
    content: "\f17b";
    font-size: 12px;
	color:#222;
	text-shadow: 0 0 0 #fff;
}
.list-tag-detail li a {
    text-transform: uppercase;
    font-weight: 700;
    color: #222;
    position: relative;
}
.list-tag-detail {
    text-align: center;
}
.detail-tab-title {
    border-top: 1px solid #ebebeb;
    padding-top: 28px;
    margin-bottom: 55px;
}
.list-tag-detail li.active a::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
    content: "";
    height: 2px;
    width: 60px;
    max-width: 100%;
}
.list-tag-detail li {
    margin: 0 28px;
}
.list-tag-detail {
    margin: 0 -28px;
}
.detail-attr.attr-pa_color .swatch {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    margin: 0 9px;
}
.detail-attr .title-atttr {
    min-width: 65px;
}
.detail-attr.attr-pa_color .tawcvs-swatches {
    margin: 0 -9px;
}
.detail-attr.attr-pa_color .swatch.selected::before {
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    content: "";
    border-radius: 50%;
    border: 1px solid #222;
}
.detail-attr.attr-pa_size .swatch {
    display: inline-block;
    height: 24px;
    border: 1px solid #ebebeb;
    line-height: 24px;
    padding: 0 8px;
    margin: 0 5px;
	cursor:pointer;
}
.detail-attr.attr-pa_size .tawcvs-swatches {
    margin: 0 -5px;
}
.detail-compare-wishlist-link a {
    margin-left: 10px;
}
.final-countdown .clock .number {
    width: 50px;
    height: 50px;
    background: #222;
    display: block;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    position: relative;
    margin-bottom: 7px;
}
.final-countdown .clock:not(:last-child) .number::after{
	position:absolute;
	top:50%;
	left:100%;
	width:0;
	height:0;
	content:"";
	border-left:8px solid #222;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	margin:-8px -2px;
}
.final-countdown .clock {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
	margin:0 5px;
}
.final-countdown {
    margin: 0 -5px;
}
.detail-info .final-countdown {
    margin-bottom: 20px;
    margin-top: 23px;
}
.demo-ads-detail .banner-info {
    position: static;
    margin-top: 20px;
}
.post-gallery .wrap-item.owl-carousel .owl-nav button {
    width: 46px;
    height: 46px;
    font-size: 18px;
    margin: -23px 15px;
}
/********************************** Add Css*********************************/
.wrap-sticky-cart-price form.cart {
    margin: 0!important;
    padding: 10px 0;
}
.wrap-sticky-cart-price .product-price {
    margin: 0 10px;
}
.item-product-sticky-addcart .product-info {
    padding: 0 10px;
}
.sticky-addcart {
    position: fixed;
    z-index: 10001;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    padding: 10px 0;
	transform:translateY(100%);
	-webkit-transform:translateY(100%);
}
.sticky-addcart.active{
	transform:translateY(0);
	-webkit-transform:translateY(0);
}
.detail-gallery-grid .list-gallery-sticky .item-gallery-sticky {
    margin: 0 -10px 10px;
    position: relative;
}
.detail-gallery-grid .list-gallery-sticky{
    margin: 0 10px;
}
.wrap-sidebar-fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 90px 0px 30px;
    z-index: 1111;
    width: 330px;
	transform:translateX(100%);
	-webkit-transform:translateX(100%);
}
body.admin-bar .wrap-sidebar-fixed{
	top:32px;
}
.wrap-sidebar-fixed .close-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
	padding:0 30px;
}
.wrap-sidebar-fixed .close-sidebar::before {
    content: "\f28e";
    position: absolute;
    top: 0;
    margin: 0 -20px;
    font-family: lineAwesome;
}
.wrap-sidebar-fixed .close-sidebar:hover::before{
	content:"\f191";
}
.wrap-sidebar-fixed .sidebar {
    padding: 0px 30px;
	position:relative;
	width:100%;
	height:100%;
	overflow-x:hidden;
	overflow-y:scroll;
}
.filter-extra-sidebar::before{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	content:"";
	background:rgba(0,0,0,0.7);
	opacity:0;
	visibility:hidden;
}
.filter-extra-sidebar.active .wrap-sidebar-fixed{
	transform:translateX(0);
	-webkit-transform:translateX(0);
}
.filter-extra-sidebar.active::before{
	opacity:1;
	visibility:visible;
}
.filter-extra-sidebar {
    position: relative;
}
.filter-extra-sidebar.active {
    z-index: 10000;
}
.show-sidebar span {
    margin: 0 5px;
}
.show-sidebar {
    margin: 0 -5px;
}
.wrap-filter-extra {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0;
    background: #fff;
    z-index: 100;
	display:none;
}
.tool-shop-filter {
    position: relative;
}
.list-filter-extra .widget {
    min-width: 25%;
    padding: 0 15px;
    margin: 30px 0;
}
.list-filter-extra {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	margin-top:10px;
}
.toggle-filter-extra::after {
    font-family: lineAwesome;
    content: "\f2c2";
    margin: 0 5px;
}
.toggle-filter-extra.active::after{
	content: "\f28e";
}
.toggle-filter-extra {
    margin: 0 -5px;
}
.filter-extra-dropdown {
    margin: 0 5px;
}
.detail-tab-accordion .item-toggle-tab:first-child {
    border-top: 1px solid #e5e5e5;
}
.detail-tab-accordion .item-toggle-tab {
    border-bottom: 1px solid #e5e5e5;
}
.detail-tab-accordion .toggle-tab-title {
    padding: 15px 0;
}
.toggle-tab-title {
    position: relative;
    cursor: pointer;
}
.detail-tab-accordion .item-toggle-tab.active .toggle-tab-title::after {
    content: '\f113';
}
.detail-tab-accordion .toggle-tab-title::after {
    position: absolute;
    top: 15px;
    font-weight: 400;
    right: 0;
    font-family: LineAwesome;
    content: '\f110';
}
.detail-tab-accordion .item-toggle-tab .toggle-tab-content {
    padding: 15px 0 30px;
}
.item-toggle-tab .toggle-tab-content {
    display: none;
}
.wrap-gallery-sticky {
    position: relative;
}
.list-gallery-sticky .item-gallery-sticky:last-child {
    margin-bottom: 0px;
}
.list-gallery-sticky .item-gallery-sticky {
    margin-bottom: 10px;
}
.detail-on-sticky-menu .detail-gallery-sticky, 
.detail-on-sticky-menu .detail-info {
    padding-top: 130px;
}
.detail-gallery-grid .list-gallery-sticky .item-gallery-sticky {
    margin: 0 -10px 10px;
    position: relative;
}
.detail-gallery-grid .list-gallery-sticky {
    margin: 0 10px;
}
.wrap-sticky-cart-price form.cart {
    margin: 0!important;
    padding: 0;
}
.wrap-sticky-cart-price .product-price {
    margin: 0 10px;
}
.item-product-sticky-addcart .product-info {
    padding: 0 10px;
}
.sticky-addcart {
    position: fixed;
    z-index: 10001;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    padding: 15px 0;
	transform:translateY(100%);
	-webkit-transform:translateY(100%);
}
.sticky-addcart.active{
	transform:translateY(0);
	-webkit-transform:translateY(0);
}
.detail-gallery-grid .list-gallery-sticky .item-gallery-sticky {
    margin: 0 -10px 10px;
    position: relative;
}
.detail-gallery-grid .list-gallery-sticky{
    margin: 0 10px;
}
body.admin-bar .wrap-sidebar-fixed{
	top:32px;
}
.wrap-sticky-cart-price .detail-qty {
    margin: 0 10px;
}
.wcv-dashboard-navigation ul {
    margin-left: 0;
    padding: 0;
}
.blog-comment-detail > h2 {
    margin-bottom: 45px;
    text-transform: uppercase;
    font-size: 24px;
}
.item-comment .comment-info h3 {
    text-transform: capitalize;
    margin-bottom: 20px;
}
.item-comment .comment-info h3 a{
	color:#303030;
}
.blog-comment-detail .no-comments,
.comment-navigation .nav-previous,
.comment-navigation .nav-nest {
    margin-top: 40px;
}
.item-comment .comment-text p:last-child {
    margin: 0;
}
.item-comment .btn-reply::after {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    height: 1px;
    background: #e5e5e5;
    content: "";
    margin-left: 20px;
}
.item-comment .btn-reply {
    margin-top: 22px;
}
.comment-list .comment-respond {
    margin-top: 30px;
    margin-bottom: 50px;
}
.comment-form .logged-in-as {
    margin: -10px 0 20px;
}
.mini-cart-empty .desc {
    margin: 10px 0 22px;
}
.header1.fixed-header {
    background: #000;
    border: none;
}
.fixed-header {
	background:#fff;
}
.fixed-header .main-header5 {
    box-shadow: none;
    padding: 20px 0;
}
.fixed-header .main-header5 .main-nav > ul > li.current-menu-item > a::before,
.fixed-header .main-header5  .main-nav > ul > li.current-menu-ancestor > a::before {
    bottom: -20px;
}
.show-menu-sticky {
    opacity: 1!important;
}
.copyright h3 {
    font-size: 14px;
}
.block-ads2:before,
.block-cat-ads2:before{
    display: block !important;
    position: absolute;
    content: "";
    height: 480px;
    width: 92%;
    left: 0;
    bottom: 0;
    background: #f5f5f5;
    z-index: -1;
}
.block-ads2:before{
    left: auto;
    right: 0;
    height: 440px;
}
.block-cat-ads2{
    background-repeat: no-repeat;
    background-position: left bottom 100px;
    padding-bottom: 83px;
}
.block-ads2{
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 100px;
}
.item-product-list .product-thumb:after{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.03);
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.item-product-list .product-thumb:hover:after{
    opacity: 1;
}
.header4{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
}
.fixed-header.header4,
.fixed-header .header4{
    border-bottom: 0;
    margin-bottom: 0;
}
.product-type-variable .item-product-skew .product-desc{
    display: none;
}
.item-product-skew .detail-attr.attr-pa_color{
    margin-bottom: 26px;
}
.item-product-skew .detail-attr {
    margin-bottom: 30px;
}
.detail-attr.attr-pa_color{
    margin-bottom: 21px;
}
.detail-attr {
    margin-bottom: 25px;
}
.item-product-skew .detail-attr .swatch.swatch-label {
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
}
.item-product-skew .product-price {
    margin-bottom: 25px;
}
.list-col-item:hover{
    position: relative;
    z-index: 12;
}
.detail-info .product-price{
    margin-bottom: 17px;
}
.demo-detail-intro .list-none {
    margin: 0;
}
.demo-ads-detail img{
    width: 100%;
}
.demo-ads-detail{
    margin-top: 2px;
    position: relative;
}
.demo-ads-detail:before {
    position: absolute;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 63px);
    top: 10px;
    left: 10px;
    border: 5px solid rgba(255,255,255,0.7);
    border-radius: 50%;
}
.language-box .dropdown-list,
.currency-box .dropdown-list {
    min-width: 180px;
    right: 0;
    left: inherit;
}
.search-title{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    position: relative;
}
.search-title::after {
    height: 3px;
    width: 50px;
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    background: #ffd80a;
}
.header-default .logo h1{
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 25px;
    margin-top: 8px;
}
.wp-block-image figcaption {
    margin-top: 1em;
    font-size: 14px;
}
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large,
.wp-block-quote{
    padding: 0 35px;
}
.wp-block-quote p{
    line-height: 30px;    
}
.wp-block-quote__citation, 
.wp-block-quote cite, 
.wp-block-quote footer {
    color: #999;
    font-size: 14px;    
}
.wp-block-pullquote__citation, 
.wp-block-pullquote cite, 
.wp-block-pullquote footer {
    text-transform: inherit;
}
.wp-block-table {
    width: auto;
    min-width: 300px;
}
.wp-block-table td, 
.wp-block-table th {
    padding: 1em;
}
figure.wp-block-embed-twitter {
    margin-top: 25px;
}
.wp-block-embed-twitter .twitter-tweet{
    margin-top: 0 !important;
}
.wp-block-file .wp-block-file__button {
    padding: 0.8em 1em;
}
.wp-block-file {
    margin-bottom: 3em;
}
.aligncenter{
    text-align: center;
}
blockquote.wp-block-pullquote::before{
    display: none;
}
.wp-block-cover-image.alignleft,
.wp-block-image.alignleft{
    margin-right: 30px;
}
.wp-block-cover-image.alignright,
.wp-block-image.alignright{
    margin-left: 30px;
}
blockquote.wp-block-pullquote{
  border-left: 0;
}
.product-name a:hover,
.product-title a:hover{
    color: #000;
}
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover{
    background: #ffd80a;
    color: #fff;
}
.tagcloud a:hover{
    color: #000;
    background: #ffd80a;
    border-color: #ffd80a;
}
.main-nav .sub-menu li.current-menu-item > a,
.main-nav .sub-menu li.current-menu-ancestor > a,
.main-nav > ul > li .sub-menu > li > a:hover,
.dropdown-list li a:hover{
    color: #000;
    background: #ffd80a;
}
.main-nav > ul > li:hover > a,
a:not(.dropdown-link):hover,
.header-default .main-nav > ul > li > a:hover,
.main-header5 .main-nav > ul > li > a:hover,
.header4 .main-nav > ul > li > a:hover{
    color: #000;
}
.single-post-meta-data a:hover,
.single-data-tags a:hover,
.post-control h3 a:hover,
.detail-content-wrap a:hover,
.widget > ul li a:hover,
.widget > ol li a:hover,
.item-wg-post .post-info > h3 a:hover,
.post-title a:hover,
.product-title a:hover{
    text-decoration: underline;
    text-decoration-color: #ffd80a;
}
a.btn-scroll-slider:hover{
    color: #fff;
}
.comment-reply-link i{
    background: #ffd80a;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.comment-reply-link:hover i{
    background: #000;
    color: #ffd80a;
}
.language-box:hover .dropdown-link, 
.currency-box:hover .dropdown-link{
    color: #000;
    background: #ffd80a;
    border-color: #ffd80a;
}
a.smoke:hover{
    color: #ffd80a;
}
.blog-comment-detail {
    margin-top: 60px;
}
.main-nav-white > ul > li:hover > a{
    color: #fff;
}
.banner-slider.bg-slider .item-slider{
    min-height: 360px;
}
.widget_categories > ul li > .count,
.widget_archive > ul li > .smoke,
.widget_categories > ul li .smoke{
    float: right;
    line-height: 18px;
}
.trend-product-slider1 .wrap-item.owl-carousel .owl-nav button{
    display: none;
}
.item-post.item-post-large.item-default.item-default2 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.list-post-wrap > .col-md-12:last-child .item-default.item-default2{
    border-bottom: 0;
    padding-bottom: 38px;
    margin-bottom: 0;
}
.item-post.item-default2 .post-info .desc {
    margin-bottom: 27px;
}
a.circle-button.active>* {
    display: inline-block;
}
a.circle-button.active::before{
    display: none;
}
a.circle-button.active>i {
    margin-left: 7px;
}
a.circle-button.active {
    padding: 11px 25px 0;
}
a.circle-button.active:hover{
    color: #fff;
    background: #000;
}
a.circle-button.active > * {
    transition: none;
    -webkit-transition: none;
}