Import*/
/*************************************
[Master Stylesheet]
Project: mmasport
Version: 1.0
Last change: 05/20/2017
Author: 7UP Theme
Author URI: https://7uptheme.com/
[Table Content]
1.Home 1
2.Home 2
3.Home 3
4.Home 4
5.Home 5
6.Home 6
7.About
8.Contact
9.Menu Ontop
10.Preview  Menu
11.Shop
12.Product Details
13.Blog
***********************************************/
.hidden{
    display: none;
}
.list-tag-detail.nav-tabs{
    border-bottom: 0;
}
.tab-style2 .list-tag-detail.nav-tabs{
    margin: 0 -2px;
}
.list-tag-detail.nav-tabs li{
    width: 100%;
}
.tab-style2 .detail-tab-title ul li {
    width: auto;
    margin: 0 2px;
}

.list-tag-detail li a.active::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 2px;
    content: "";
    bottom: -1px;
    background: #333;
}
.menupop.hover:hover {
    transition: none;
    transform: none;
    animation: unset;
}
/*UNITEST*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 2em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 2em;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
pre{
    white-space: pre-wrap;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}
figure,
.sv-default img{
    max-width: 100%;
    height: auto;
}
.sv-default #st-map img{
    max-width: none;
    height: inherit;
}

.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    float: left;
    margin: 0 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;
    color: #999;
    margin-top: 10px;
}
table {
    border-collapse: collapse;
    width: 100%;
}

table, th, td {
    border: 1px solid #eaeaec;
    padding:5px;
}
/*Widget*/
.widget .screen-reader-text{
    display: none;
}
.widget-title{
    position: relative;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
    cursor: pointer;
    padding-right: 16px;
}
.widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li{
    color: #898989;
    padding: 8px 0;
}
.widget-list-p ul li{
    padding: 0;
    width: 100%;
}
.widget-list-p ul li:not(:last-child){
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.widget-list-p ul li .post-info{
    -webkit-flex-basis: calc(100% - 70px);
    flex-basis: calc(100% - 70px);
    padding-left: 10px;
}
.widget-list-p ul li .post-info .post-title{
    line-height: 22px;
    margin: -5px 0 3px;
}
.widget-list-p ul li .post-info i.la{
    font-size: 14px;
    margin-right: 2px;
}
.widget-list-p .product-title{
    margin: 8px 0 3px;
}
.widget-list-p .product-price{
    margin: 0 -2px 0;
}
.widget-list-p .wrap-rating{
    height: 14px;
}
.product_list_widget .product-price > span, 
.product_list_widget .product-price ins,
.widget-list-p .product-price > span, 
.widget-list-p .product-price ins{
    font-size: 14px;
}
.product_list_widget .product-price del,
.widget-list-p .product-price del{
    font-size: 12px;
}
.widget-list-p .product-rate:before,
.widget-list-p .product-rating::before{
    font-size: 12px;
}

.widget_s7upf_attribute_filter ul li a.swatch-label,
.widget_s7upf_category_list ul li,
.widget_s7upf_category_fillter ul li{
    margin-left: 20px; 
} 
.widget_s7upf_category_list ul li{
    color: #898988;
}
.widget_s7upf_attribute_filter ul li a.swatch-label.active,
.widget_s7upf_category_list ul li.current-cat a,
.widget_s7upf_category_list ul li.current-cat{
    color: #f0494c;
}
.widget_s7upf_attribute_filter ul li a.swatch-label,
.widget_s7upf_category_list ul li a,
.widget_s7upf_category_fillter ul li a{
    position: relative;
}
.widget_s7upf_attribute_filter ul li a.swatch-label:before,
.widget_s7upf_category_list ul li a:before,
.widget_s7upf_category_fillter ul li a:before{
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    border: 1px solid #ccc;
    left: -20px;
    top: 50%;
    margin-top: -5px;
}
.widget_s7upf_attribute_filter ul li a.swatch-label.active:before,
.widget_s7upf_category_list ul li.current-cat a:before,
.widget_s7upf_category_fillter ul li a.active:before{
    border-color: #f0494c;
    background-color: #f0494c;
}
.widget_s7upf_attribute_filter ul li a.swatch-label.active:after,
.widget_s7upf_category_list ul li.current-cat a:after,
.widget_s7upf_category_fillter ul li a.active:after{
    content: "\f00c";
    position: absolute;
    font-family: "fontAwesome";
    font-size: 8px;
    left: -18.5px;
    top: 50%;
    margin-top: -4px;
    color: #fff;
}
.widget abbr[title]{
    border-bottom: 0;
}
.tagcloud{
    font-size: 0;
    margin: -5px;
}
.tagcloud a{
    height: 30px;
    line-height: 28px;
    padding: 0  15px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    border-radius: 0px;
    margin: 5px;
    font-size: 14px !important;
}
.tagcloud a:hover{
    background-color: #f0494c;
    border-color: #f0494c;
    color: #fff;
}
.widget_calendar table {
    width: 100%;
}
.widget_calendar table caption {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    font-weight: 700;
}
.widget_calendar table th {
    background-color: #eee;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 2em;
}
.widget_calendar table td {
    border: 1px solid #eee;
    text-align: center;
    font-size: 14px;
    line-height: 2em;
}
.widget_calendar table tbody td a {
    color: #f0494c;
}
.widget_calendar table tfoot td {
    border: 0;
    padding: 0;
}
.widget_calendar table tfoot td#prev {
    text-align: left;
}
.widget_calendar table tfoot td#next {
    text-align: right;
}
.widget_calendar table tfoot{
    background: #333;
}
.widget_calendar table tfoot a {
    display: inline-block;
    color: #fff;
    padding: 2px 15px;
}
.widget_calendar table tfoot a:hover {
    color: #f0494c;
}
.widget ul.sub-menu,
.widget ul.children{
    padding-left: 15px;
    margin-top: 15px;
}
.widget ul li:last-child{
    padding-bottom: 0;
}
.widget select{
    max-width: 100%;
    width: 100%;
}
.textwidget p > img{
    margin: 6px 0;
}
.rssSummary{
    margin: 15px 0;
}
a.rsswidget{
    font-weight: 600;
    color: #000;
    font-size: 14px;
}
.textwidget strong{
    color: #000;
}
a.rsswidget:hover{
    color: #f0494c;
}
a.rsswidget img {
    margin-top: -3px;
}
.widget-content a.rsswidget{
    font-weight: bold;
}
.rss-date{
    color: #898989;
}
.widget.widget_rss ul li{
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 25px;
    margin-bottom: 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: 29px;
    margin: 0;
    padding: 0;
}
.widget .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #e5e5e5 1px;
}
.woocommerce-product-search input[type=search]{
    border: 1px solid #e5e5e5;
    height: 40px;
    padding: 0 15px;
    display: block;
    width: 100%;
    border-radius: 0px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:first-child,
.widget ul li:first-child{
    padding-top: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child,
.widget ul li:last-child{
    padding-bottom: 0;
}
span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.widget .select2-container--default .select2-selection--multiple{
    border-color: #e5e5e5;
    border-radius: 0px;
}
.widget .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0 15px;
}
.widget .mini-cart-empty {
    text-align: center;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount > button.button,
.widget_price_filter .price_slider_wrapper .price_slider_amount > input{
    display: inline-block !important;
    width: calc(33.333% - 7.5px);
    font-size: 14px;
    color: #898989;
    text-align: center;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount > button.button{
    font-family: 'Montserrat';
    font-size: 14px !important;
    font-weight: 500;
    padding: 0 10px;
    color: #fff;
    background: #000;
    border-color: #000;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount > button.button:hover{
    background-color: #f0494c;
    border-color: #f0494c;
}

.error-404.not-found{
    margin-bottom: 40px;
}
.error-404 .wg-search-form{
    margin-top: 20px;
    max-width: 415px;
}
/*End widget*/
.post-password-form input[type=submit]{
    vertical-align: top;
    padding: 0 20px;
    border: 0;
    height: 40px;
    background: #f0494c;
    color: #fff;
    border-radius: 0px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.post-password-form input[type=submit]:hover{
    background: #000;
    color: #fff;
}
.sticky{
    display: inline-block;
}
/*END UNITEST*/

/*add style*/
.header-page .vc_row[data-vc-full-width] {
  overflow: inherit !important;
}
.remove-hidden.vc_row[data-vc-full-width] {
  overflow: inherit !important;
}
.vc_row.vc_row-no-padding .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
.comment-list li.pingback {
    margin-bottom: 20px;
}

/*Menu fixed style*/
.fixed-header {
  position: fixed !important;
  top: -100px;
  left: 15px !important;
  z-index: 9996;
  -webkit-transition: top 0.5s ease-out 0s !important;
  transition: top 0.5s ease-out 0s !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.admin-bar .fixed-header.active {
  top: 32px;
}
.fixed-header.active {
  top: 0;
}
.menu-fixed-content.fixed-header {
  background: #fbfbfb;
  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:not(.block-element) .list-post-wrap{
    margin: 0 -15px -50px;
}

.item-post .post-meta-data .silver,
.post-meta-data a.silver{
    color: #898989 !important; 
}
.post-meta-data a.silver:hover,
.post-meta-data a:hover{
    color: #f0494c; 
}

/*Share*/
.single-list-social ul{
  margin: -5px;
}
.single-list-social ul li{
  margin: 5px;
}
.share-icon{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    background: #ebebeb;
    text-align: center;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.share-icon:hover{
    background-color: #f0494c;
}
.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;
}
.comment-info .comment-name{
    padding-right: 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ebebeb;
}
.comment-info .comment-desc{
    color: #898989;
    margin: 0;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}
.comment-info .comment-name span.silver{
    color: #ccc;
    margin: 0 15px;    
}
.comment-info .fn{
    font-weight: 600;
    text-transform: uppercase;    
}
.comment-info .fn a{
    color: #333;
}
.comment-info .fn a:hover{
    color: #f0494c;
}
.comment-reply-title{
    margin: 0 0 36px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}
.reply-comment .desc {
    margin: 0 0 30px;
}
.detail-content-wrap .desc {
    margin-bottom: 30px;
}
.detail-content-wrap .last .desc {
    margin-bottom: 0px;
}
.bread-crumb ul:last-child li:last-child a::after,
.bread-crumb > a:last-child::after{
    display: none;
}
.bread-crumb ul{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.bread-crumb a::after {
    margin: 0 6px 0 6px;
}
.woocommerce .woocommerce-breadcrumb{
    margin: 0;
}
.bread-crumb ul.post-categories li {
    display: inline-block;
}
/*woocommerce sidebar*/
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img{
    width: 70px;
}
.widget{
    color: #898989;
}
.widget .product-title {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.widget .product-title:hover{
    color: #f0494c;
}
.widget .product_list_widget .wrap-rating{
    margin: 8px 0 7px;
    height: 14px;
}
.widget .product_list_widget .reviewer,
.widget .product_list_widget .product-price{
    display: block;
    margin: 0;
}
.woocommerce ul.product_list_widget > li{
    margin-bottom: 15px;
}
.woocommerce .widget_rating_filter ul li {
    padding: 0 0 6px;
}
.woocommerce .widget_price_filter .price_slider_amount{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #ebebeb;
    margin-bottom: 0;
    margin-top: 25px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #f0494b;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    border-color: #f0494a;
    background: #fff;
}
.woocommerce .widget_price_filter:not(.s7up_widget_price_filter) .price_slider_wrapper .ui-widget-content {
    margin-bottom: 0;
    margin-bottom: 25px;
}
.woocommerce .price_slider_wrapper .clear,
.woocommerce .price_slider_wrapper .price_label{
    display: none !important;
}


.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, .woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled],
.woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit,
.yith-wcwl-add-button a,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 0px;
    text-align: center;
    background-color: #f0494c;
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit:hover,
.yith-wcwl-add-button a:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover, 
.woocommerce #respond input#submit:disabled[disabled]:hover, 
.woocommerce a.button.disabled:hover, 
.woocommerce a.button:disabled:hover, 
.woocommerce a.button:disabled[disabled]:hover, 
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover{
    color: #fff;
    background: #000;
}
.woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit{
    border: 0;
    margin: 10px 0 0;
}

.widget_product_search input[type=submit]{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    background: transparent;
    border: none;
    z-index: 1;
    font-size: 0;
}
.widget_product_search input[type=search]{    
    width: 100%;
}
.woocommerce-product-search{
    position: relative;
}
.woocommerce-product-search::after {
    position: absolute;
    top: 12px;
    right: 15px;
    font-family: fontAwesome;
    content: "\f002";
    color: #898989;
}
.woocommerce-loop-category__title{
    margin: 17px 0 7px;
    font-size: 14px;
    font-weight: 400;
}
.item-product .mark,
.item-product mark{
    background-color: transparent;
}
a.active,
.chosen a{
    color: #f0494c;
}
.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(255, 255, 255, 0.8);
    z-index: 98;
}
.shop-loading i{
    font-size: 40px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    color: #000;
}
.ajax-loading:not(.list-product-search){
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    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%;
}
.entry-summary > p{
    margin-bottom: 0;
}
/*End default*/


/*Begin custom*/
.main-nav>ul>li.current-menu-item>a,
.main-nav>ul>li.current-menu-ancestor>a,
.main-nav>ul>li:hover>a{
}
.main-nav li:not(.has-mega-menu) .sub-menu li:hover,
.main-nav .sub-menu li.current-menu-item,
.main-nav .sub-menu li.current-menu-ancestor{
}
.product-price > span,
.product-price ins{
    color: #f0494c;
    font-weight: 700;
    font-size: 20px;
}
.product-price del{
    color: #aaa;
    font-weight: 600;
    font-size: 14px;
}
a.added_to_cart,
.woocommerce a.added_to_cart{
    display: none !important;
}
.woocommerce #respond input#submit,
a.added_to_cart,
.woocommerce a.added_to_cart,
.woocommerce a.button.addcart-link{
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 0 28px;
    border-radius: 0px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background: #f0494c;
    border: 1px solid #f0494b;
    border-color: #f0494b;
}
.woocommerce #respond input#submit:hover,
a.added_to_cart:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce a.button.addcart-link:hover{
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after{
    top: 0;
    right: 0;
}
.woocommerce ul.products li.product .button{    
    margin: 0;
}
.sort-by .select-box select {
    line-height: 36px;
}
.title-page{
    position: relative;
    z-index: 1;
}
.title-page + div{
    position: relative;
    z-index: 0;
}


.single_variation_wrap .detail-attr{
    display: block;
}
.qty-cart > .woocommerce-variation-add-to-cart{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
    margin-left: 10px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    text-align: center;
}
.woocommerce div.product.product-type-external form.cart .button.single_add_to_cart_button {
    margin-left: 0px;
}
.detail-attr:not(.type-select):not(.type-) .select-box::after{
    display: none;
}
.woocommerce div.product form.cart .reset_variations[style="visibility: hidden;"],
.woocommerce div.product form.cart .reset_variations[style="visibility: hidden; display: block;"],
.woocommerce div.product form.cart .reset_variations[style="visibility: hidden; display: inline;"]{
    display: none !important;
}
.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: #f0494c;
    border-color: #f0494c;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
.select-box select{
    z-index: inherit;
}

/*attribute css*/
.tawcvs-swatches .swatch:not(.swatch-label) {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 15px;
    cursor: pointer;
    border: 1px solid transparent;
    position: relative;
}
.tawcvs-swatches .white-color.swatch {
    border: 1px solid #ccc;
}
.tawcvs-swatches .swatch.disabled {
    opacity: 0.1;
}
.widget ul.attribute-type-color li{
    padding: 0px;
}
.widget ul.attribute-type-color li.active .swatch{
    border: 2px solid;
}
.widget ul.attribute-type-color li.active .swatch:before{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    left: 0;
    right: 0;
    border-radius: 50%;
}
.tawcvs-swatches .swatch-color {
    text-indent: -9999px;
}
.tawcvs-swatches .swatch-color.selected {

}
.tawcvs-swatches .swatch-color.active,
.tawcvs-swatches .swatch-color.selected{
    -webkit-box-shadow: 0 0 5px;
    -moz-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;
}
.tawcvs-swatches .swatch-image {
    overflow: hidden;
}
.tawcvs-swatches .swatch img{
    vertical-align: top;
}
.widget .tawcvs-swatches .swatch:not(.swatch-label){
    margin-right: 10px;
    margin-bottom: 10px;
}
/* End attribute css*/
.woocommerce div.product div.summary {
    margin-bottom: 0;
}
/* detail tab css*/
.detail-tab-desc > h2:first-child{
    display: none;
}
.detail-tab-desc > p{
    color: #898989;
    margin-bottom: 20px;
    line-height: 24px;
}
.detail-tab-desc > p:last-child{
    margin-bottom: 0px
}
.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 30px;
    font-size: 16px;
    font-weight: 600;
}
.woocommerce #reviews #comments ol.commentlist{
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li{
    border: 1px solid #ebebeb;
    padding: 30px 30px 26px;
    margin-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    position: relative;
    margin-left: 100px;
    border: none;
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
    position: static;
    width: 70px;
    border: 0;
    padding: 0;
    border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 14px;
    padding-bottom: 13px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description > p{
    margin: 12px 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description > p:last-child{
    margin-bottom: 0px;
}
.woocommerce-review__author{
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.woocommerce-review__published-date{
    color: #ccc;
    margin: 0 15px;
}
.woocommerce-Reviews .comment-reply-title {
    margin-bottom: 25px;
    display: block;
}
.comment-form-rating {
    margin-bottom: 40px;
}
.woocommerce #review_form #respond p.stars{
    margin-bottom: 0;
}
.woocommerce .star-rating,
.woocommerce p.stars a{
    color: #fee146;
}
.detail-tabs{
    margin-bottom: 70px;
}
/* End detail tab css*/
.single-title{
    text-align: center;
    margin-bottom: 35px;
}
.select-box::after{
    z-index: -1;
}
/*Woocommerce Page css*/
.woocommerce-cart-form .qty-label{
    display: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
    min-width: 200px;
    padding-left: 12px;
    padding-right: 12px;
}
td.product-remove {
    max-width: 30px;
}
td.product-thumbnail {
    max-width: 60px;
    text-align: center;
}
#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 70px;
}
/*End Woocommerce page css*/

.item-default .post-thumb{
    display: inline-block;
    max-width: 100%;
}
.entry-content,
.content-post-default{
}
.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: 24px; 
    max-width: 300px;
}
.woocommerce div.product form.cart:not(.variations_form) > label{
    width: 100px;
    margin: 0;
}
.woocommerce div.product .list-product-group form.cart{
    display: block;
    max-width: 100%;
}
.list-product-group form.cart table{    
    width: 100%;
    border: 0;
}
.group-qty label{
    display: none;
}
.woocommerce div.product form.cart .group_table td{
    padding-right: 0px;
}
.woocommerce div.product form.cart .group_table td.group-qty .detail-qty{
    width: 120px;
    float: right;
}
.woocommerce div.product form.cart .group_table td.group-info{
    padding: 6px 15px;
}
.woocommerce div.product form.cart .group_table td:first-child {
    width: 80px;
}
.woocommerce div.product .list-product-group form.cart .button.single_add_to_cart_button{
    margin: 15px 0 0 0;
    min-width: 50%;
}

.woocommerce div.product form.cart .group_table tr:last-child td{
    padding-bottom: 20px;
}
.woocommerce table.shop_table{
    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: #ebebeb;
}
#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;
}
body .select2-container--default .select2-selection--single{
    border-color: #ebebeb;
    height: 38px;
    border-radius: 0px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 36px;
    padding: 0 15px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    right: 6px;
}
body .select2-dropdown{
    border-color: #ebebeb;
    border-radius: 0px;
}

body .widget .select2-container--default .select2-selection--single{
    border-color: #e5e5e5;
}
body .widget .select2-dropdown{
    border-color: #e5e5e5;
}

.woocommerce #respond input#submit.added::after, 
.woocommerce a.button.added::after, 
.woocommerce button.button.added::after, 
.woocommerce input.button.added::after{
    font-family: LineAwesome;
    content: "\f17b";
}
/*My account*/
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    border: none;
    border-left: 3px solid #000;
    padding: 18px 30px 18px 65px;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before{
    font-size: 20px;
    top: 16px;
}
.woocommerce-error {
    border-color: #c31d11 !important;
    background: rgba(195, 29, 17, .1);
}
.woocommerce-info {
    border-color: #5aa1e3 !important;
    background: rgba(90, 161, 227, 0.1);
}
.woocommerce-message {
    border-color: #4CAF50 !important;
    background: rgba(76, 175, 80, 0.1);
}
.woocommerce-error::before {
    color: #c31d11;
}
.woocommerce-info::before {
    color: #5aa1e3;
}
.woocommerce-message::before {
    color: #4CAF50;
}
.woocommerce-MyAccount-navigation ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li{
    padding: 8px 15px;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #e5e5e5;
}
.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-MyAccount-navigation ul li:hover{
    color: #fff;
    background: #f0494b;
    border-color: #f0494b;
}
.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: #000;
    text-decoration: underline;
}
.woocommerce-MyAccount-content a:hover{
    color: #f0494c;
}
.woocommerce-account .addresses .title .edit{
    font-size: 14px;
    color: #000;
    margin-top: 19px;
    text-decoration: underline;
}
.woocommerce-account .addresses .title .edit:hover{
    color: #f0494c;
}
.woocommerce form .form-row input.input-text{
    height: 40px;
}
.select2-container .select2-choice{
    height: 40px;
    border: 1px solid #ebebeb;
    line-height: 40px;
}
.select2-drop-active{
    border-color: #ebebeb;
}
.mini-cart-empty{
    text-align: center;
}
.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: #333;
    margin: 0 3px;
    text-align: center;
    background-color: #f0494c;
}
.mini-cart-button a:hover,
.woocommerce .mini-cart-button a:hover {
    color: #fff;
}
.aside-box .dropdown-list{
    left: auto;
    visibility: visible;
    opacity: 1;
}
.widget_shopping_cart_content .mini-cart-button a:first-child,
.mini-cart-box.aside-box .mini-cart-button a:first-child {
    background: #000;
}
.aside-box .dropdown-list {
    pointer-events: inherit;
}
.overlay .wrap::after{
    z-index: 1001;
}
/*End*/
.fancybox-opened,
.zoomContainer {
    z-index: 9997;
}
.fancybox-overlay{
    z-index: 9996;
}
.menu-on-fixed.single-product .header-page{
    position: static;
}
.single-product .header-page{
    z-index: 9998;
    position: relative;
}
.product-popup-content{
    padding: 35px 30px 30px;
    overflow-x: hidden;
    width: 900px;
}
.product-popup-content .detail-info {
    padding: 0px !important;
}

.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);
    right: 0;
    margin-top: 32px;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    min-width: 300px;
    z-index: 10000;
    opacity: 0;
    font-size: 15px;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.list-product-search > p:last-child{
    margin-bottom: 0px;
}
.list-product-search.active {
    opacity: 1;
    visibility: visible;
    margin-top: 2px;
}
.item-search-pro {
    border-bottom: 1px dashed #eee;
    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: 500;
}
.item-search-pro > div.search-ajax-thumb {
    width: 50px;
}
.item-search-pro > div.search-ajax-price {
    text-align: right;
}
.item-search-pro > div.search-ajax-title {
    padding: 0 10px;
}
.live-search-on.active .list-product-search{
    opacity: 1;
    visibility: visible;
    margin-top: 2px;
}
/*End Search Ajax*/
.dropdown-list li.active a {
    background: #f0494c;
    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: 44px;
    display: block;
    border: none;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    padding: 0 30px;
    background: transparent;
    color: #ccc;
}
.form-newsletter input[type="email"]::placeholder{
    color: #ccc;
}
.form-newsletter form .mc4wp-form-fields{
    width: 100%;
    max-width: 570px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    background: #fff;
}
.form-newsletter .submit-form {
    position: absolute;
    width: auto;
    height: 46px;
    line-height: 46px;
    left: auto;
    right: -1px;
    top: -2px;
}
.form-newsletter .submit-form input[type="submit"]{
    font-size: 14px;
    padding: 0 57px;
    font-weight: 700;
    background: #f0494a;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.form-newsletter .submit-form input[type="submit"]:hover{
    background: #000;
}
.desc-block{
    margin-bottom: 15px;
}
.follow-instagram{
}
.follow-instagram li{
    float: left;
    width: calc(33.3333% - 1px);
    margin: .5px;
}
.instagram-slider .group-navi .owl-nav{
    right: 0;
}


/*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: 60px;
}
.list-post-wrap .wrap-item[data-item="5"] .item-post,
.list-post-wrap .wrap-item[data-item="6"] .item-post{
    padding: 0 5px;
    margin-bottom: 20px;
}
.list-post-wrap .wrap-item .item-post{
    padding: 0 15px;
    margin-bottom: 30px;
}
li.active > a {
    color: #f0494c;
}
.nav-tabs>li>a{
    margin: 0;
    border-radius: 0px;
}
.block-element {
    margin-bottom: 0; 
}
/*menu live preview*/
.main-nav .preview-image {
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    left: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    border: 1px solid #e5e5e5;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.main-nav li:hover > .preview-image {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.preview-image img{
    height: auto;
}
.preview-image>a {
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.preview-image > a > img {
    left: 0;
    position: absolute;
    top: 0;
    transition: all 5s ease-in-out 0s;
    -webkit-transition: all 5s ease-in-out 0s;
    width: 100%;
}
.preview-image > a:hover > img {
    top: 100%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
/*end live preview*/
/*Begin Wishlist Popup*/
.wishlist-mask {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.wishlist-popup {
  background: #fff none repeat scroll 0 0;
  border: 10px solid rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  padding: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 470px;
  z-index: 9999;
}
.wishlist-button a {
  background: #858785 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 3px;
}
.popup-icon {
  font-size: 30px;
}
.wishlist-alert {
  margin: 10px 0 20px;
}
.wishlist-popup .popup-icon{
    color: #f0494c;
}
.wishlist-button a:hover{
    background: #f0494c;
}
/*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;
}
.logo h1{
    margin: 0;
}
.content-single-blog {
    margin-bottom: 50px;
}
.content-single-blog iframe{
    width: 100%;
    border: 0;
    max-width: 100%;
}
.player .vp-player-layout{
    left: 0 !important;
    right: 0 !important;
}
.sort-by .select-box::after {
    top: 11px;
    color: #898989;
}
.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: translate(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 {
}
.contact-form-page .wrap-input {
    position: relative;
    margin-bottom: 23px;
}
.contact-form-page .wrap-input label{
    text-transform: uppercase;
    color: #000;
}
.contact-form-page .wrap-input input[type="text"],
.contact-form-page .wrap-input input[type="email"],
.contact-form-page .wrap-input input[type="tel"] {
    border: 0;
    height: 46px;
    display: block;
    width: 100%;
    background: #f5f5f5;
    padding: 0 20px;
}
.contact-form-page .wrap-input textarea {
    border: 0;
    padding: 15px 20px;
    background: #f5f5f5;
    height: 200px;
    resize: none;
    display: block;
    width: 100%;
}
.contact-form-page input[type="submit"] {
    height: 46px;
    color: #fff;
    border: none;
    padding: 0 50px;
    border-radius: 30px;
    margin-top: 7px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.contact-form-page input[type="submit"]:hover {
    background: #000;
}
.contact-info-box {
    margin-bottom: 40px;
}
.contact-info-box ul li.desc{
    margin: -3px 0 25px;
}
.contact-info-box  ul li{
    position: relative;
    margin-bottom: 16px;
}
.contact-info-box  ul li:last-child{
    margin-bottom: 0px;
}
.contact-info-box  ul li i{
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2.5px;
}
.social-contact-wrap{
    height: 295px;
    background-color: #f0494c;
    margin-bottom: -100px;
}
.social-contact h3.title20 {
    color: #fff;
    margin-bottom: 26px;
}
.social-contact {
    margin: 0 -5px;
}
.social-contact a{
    font-size: 18px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: rgba(255, 255, 255, .4);
    color: #fff;
    border-radius: 50%;
    margin: 0 5px;
}
.social-contact a:hover{
    background: rgba(0, 0, 0, 0.4);
}
.about-banner-wrap > .vc_column-inner > .wpb_wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.about-decs{
    float: left;
    width: 50%;
    background: #f5f5f5;
    padding: 56px 60px 30px;
}
.about-banner{
    float: left;
    width: 50%;
}
.about-decs .content-info h3.title20 {
    margin-bottom: 28px;
}
.about-decs .content-info p.desc {
    margin-bottom: 26px;
}
.about-decs .content-info p.desc.last {
    margin-bottom: 20px;
}
.about-decs .content-info h4.title14 {
    margin-bottom: 28px;
}
.about-service{
    height: 385px;
}
.about-service:before{
    background: #000;
    opacity: .4;
}
.about-icon .icon{
    font-size: 36px;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    background-color: #f0494c;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
}
.about-icon .icon:hover{
    background: #000;
}
.about-icon *{
    color: #fff;
}
.about-icon .desc {
    color: #ccc;
}
.about-icon h3.title18{
    margin-bottom: 13px;
}
.about-icon p.desc{
    max-width: 265px;
    margin: auto;
}
.about-team .content-info{
    margin: -5px 0 52px;
}
.about-team .content-info p.title20 {
    margin-bottom: 17px;
}





.banner-slider .banner-info {
    height: auto;
}

.wishlist_table tr td, 
.wishlist_table tr th.wishlist-delete, 
.wishlist_table tr th.product-checkbox{
    text-align: left;
}
.woocommerce .product-remove a.remove{
    margin: auto;
}
.woocommerce table.wishlist_table {
    font-size: 100%;
}
.compare-link,
.wishlist-link{
    padding: 11px 13px;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    line-height: normal;
    display: inline-block;
}
.compare-link > span,
.wishlist-link > span{
    display: none;
}
/*Block class*/
.block-top-30{
    margin-top: 30px;
}
.block-bottom-30{
    margin-bottom: 30px;
}
.block-top-50{
    margin-top: 50px;
}
.block-bottom-50{
    margin-bottom: 50px;
}
.block-top-100{
    margin-top: 100px;
}
.block-bottom-100{
    margin-bottom: 100px;
}
.title-tab{
    margin: 0 -10px;
    border: 0;
}
.title-tab > li {
    margin: 0 10px;
}
.form-popup .submit-form {
    height: 50px;
    background: #000;
    border: none;
    color: #fff;
    padding: 0 30px;
}
/*Fix form-newsletter*/
.content-popup input[type="email"] {
    width: 260px;
    height: 50px;
    border: 1px solid #e5e5e5;
    padding: 0 15px;
    display: block;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    margin-right: 10px;
}
.content-popup .submit-form::after{
    display: none;
}
.content-popup .form-newsletter form .mc4wp-form-fields{
    border: 0;
    max-width: inherit;
}
.form-newsletter.form-popup{
    max-width: 100%;
}
.content-popup .submit-form{
    width: auto;
}
.content-popup .submit-form input[type="submit"]{
    position: static;
    line-height: 50px;
}
/*End fix*/
.close-minicart{
    display: none;
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 24px;
    top: 0;
    left: -39px;
    color: #fff;
    cursor: pointer;
}
.aside-box .close-minicart{
    display: block;
}
/*filter product element*/
.btn-filter {
    position: relative;
    background: #fff;
    border: 1px solid #ebebeb;
    display: inline-block;
    font-weight: 600;
    height: 40px;
    line-height: 38px;
    padding: 0 55px 0 20px;
}
.box-attr-filter {
    background: #fff;
    border: 1px solid #eee;
    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: 0px;
    opacity: 1;
    visibility: visible;
    top: 40px;
}
.btn-filter::after {
    border-left: 1px solid #ebebeb;
    bottom: 0;
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}
.js-content-wrap{
    position: relative;
}
.hidden-sidebar,
.filter-product{
    margin-right: 45px;
}
.filter-product.active .btn-filter{
    color: #f0494c;
}
.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 #ebebeb;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 170px;
}
.item-box-attr {
    display: table;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 5px 0;
    line-height: 24px;
}
.item-attr-title {
    display: table-cell;
    padding: 0 25px;
    position: relative;
    width: 170px;
    vertical-align: top;
    text-align: left;
}
.item-attr-content {
    color: #666;
    display: table;
    padding: 0 30px;
    vertical-align: top;
}
.range-filter .ui-slider-range {
    background: #333;
}
.range-filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #333;
    border-radius: 0;
    cursor: pointer;
    height: 10px;
    margin-left: -5px;
    top: -4px;
    width: 10px;
    border: none;
}
.range-filter .slider-range {
    border: none;
    border-radius: 0;
    height: 1px;
    display: inline-block;
    margin: 0 20px 0 5px;
    vertical-align: middle;
    width: 250px;
    background: #e5e5e5;
}
.attr-price-filter{
    display: inline-block;
}
.attr-price-filter label {
    font-weight: 400;
}
.list-filter.list-inline li{
    padding: 0 10px;
}
.wrap-item.loadding .ajax-loading {
    display: block !important;
}
.filter-yes .js-content-main{
    clear: both;
}
.filter-col .box-attr-filter::before{
    display: none;
}
.filter-col .item-box-attr{
    display: block;
    float: left;
}
.filter-col.filter-2-col .item-box-attr{
    width: 50%;
}
.filter-col.filter-3-col .item-box-attr{
    width: 33.3333%;
}
.filter-col.filter-4-col .item-box-attr{
    width: 25%;
}
.filter-col.filter-2-col .item-box-attr:nth-child(2n+1),
.filter-col.filter-3-col .item-box-attr:nth-child(3n+1),
.filter-col.filter-4-col .item-box-attr:nth-child(4n+1){
    clear: both;
}
.filter-col .box-attr-filter{
    clear: both;
}
.filter-col .list-filter{
    margin: 0 -15px;
}
.filter-col .item-box-attr{
    text-align: left;
}
.filter-col.filter-col-list .list-filter li,
.filter-col.filter-col-list .list-filter{
    list-style: none;
    display: list-item;
}
.element-filter{
    position: relative;
}
.element-filter.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    border: solid #a21414;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 2px;
    right: -11px;
}
.filter-noresult{
    padding: 100px 0;    
    border: 1px solid #e5e5e5;
}
.row > .filter-noresult-wrap{
    padding: 0 15px;
    display: block !important;
    position: static !important;
}
.products-wrap{
    position: relative;
    clear: both;
}
.filter-none .owl-wrapper,
.filter-none .owl-wrapper .owl-item{
    width: 100% !important;
}
.range-filter .slider-range{
    max-width: 100%;
}
.filter-col .item-attr-title,
.filter-col .item-attr-content{
    display: block;
}
/*End filter element*/
.mini-cart-box.dropdown-box{
    display: inline-block;
}
.detail-gallery .carousel li{
    min-height: 50px;
}
.vc_col-has-fill>.vc_column-inner, 
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, 
.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, 
.vc_section.vc_section-has-fill+.vc_section {
    padding-top: 0 !important; 
}
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1{
    display: block;
    max-width: 100%;
}
.account-manager .dropdown-list li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.account-manager .dropdown-list li i{
    min-width: 20px;
    font-size: 15px;
}
.account-manager .dropdown-list{
    width: auto;
}
.account-manager img{
    margin-right: 5px;
}
/* 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: #f0494c;
    border-color: #f0494c;
    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: fixed;
    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;
    max-width: 400px;
    background-color: #fff;
    color: #555;
    overflow: hidden;
    z-index: 10000;
    margin: 0 auto;
    top: 10%;
    left: 20px;
    right: 20px;
}
.popup-form{
    max-width: 350px;
    margin: 0 auto;
    display: none;
    padding: 20px;
    background: #fff;
}
.login-popup-content-wrap{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
}
.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: #898989;
    font-size: 12px;
}
.popup-form .extra-field .woocommerce-privacy-policy-text p{
    color: #898989;
    font-size: 12px;
}
.popup-form .form-header .desc,
.popup-form > .desc{
    text-align: center;
    color: #898989;
    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: #898989;
    position: absolute;
    font-weight: normal;
    top: 6px;
    left: 0;
    width: 100%;    
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    z-index: 0;
}
.popup-form input:not(.button){
    border-width: 0 0 1px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    z-index: 1;
    position: relative;
    background: transparent;
}
.popup-form input.button{
    width: 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: #f0494c;
}
.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.4s ease-out 0s;
    -webkit-transition: all 0.4s 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: #333;
    opacity: .5;
    font-weight: 300;
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 1001;
}
.popup-form .forgetmenot label{
    font-size: 14px;
    font-weight: normal;
}
.popup-form .submit i{
    position: absolute;
    color: #fff;
    right: 15px;
    top: 13px;
}
.ms-error,
.ms-done{
    display: none;
}
.popup-form .message {
    border-left: 4px solid #00a0d2;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.1);
    color: #898989;
    font-size: 12px;
}
.popup-form .ms-default{    
    color: #898989;
    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: #898989;
    font-size: 12px;
}
/*End custom*/


/*Tool Panel*/
a.dm-color {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 2px;
    border-radius: 50%;
}
a.dm-color.active{
    border: 2px solid #e5e5e5;
    border-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0);
}
.dm-content-color{
    margin-bottom: 35px;
}
#widget_indexdm .dm-content .item-content.active > a{
    border-color: #f0494c;
}
.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: #f0494c;
    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;
    -webkit-box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}
.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: #898989;
    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: 0px;
    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: #f0494c;
}
#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 {
    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;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href{
    background: none;
    padding: 0;
    border: 0;
    border-radius: 0;
}
#widget_indexdm .dm-content .item-content > a  img{
    max-width: 100%;
    vertical-align: top;
    margin-bottom: 0;
}
#widget_indexdm .dm-content .item-content h5{
    font-size: 12px;
    margin-bottom: 15px;
}
#widget_indexdm .dm-content .item-content > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.3s all ease-out;
    -webkit-transition: 0.3s all ease-out;
    background: rgba(0,0,0,0.6);
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href{
    margin-bottom: 15px;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href:before{
    top: 0;
    bottom: auto;
    height: 160px;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href:after{
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    -o-align-self: flex-start;
    top: 60px;
}
#widget_indexdm .dm-content .item-content > a:after {
    content: 'View Demo';
    display: block;
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    -o-align-self: flex-start;
    position: absolute;
    z-index: 5;
    color: #fff;
    opacity: 0;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition: all .3s ease-out 0s;
}
#widget_indexdm .dm-content .item-content > a:hover:after {
    margin-top: 60px;
    opacity: 1;
}
#widget_indexdm .dm-content .item-content > a:hover:before {
    width: 100%;
}
#indexdm_img {
    position: fixed;
    right: 380px;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    z-index: 9998;
    background: rgba( 0,0,0, 0.7 );
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    display: none;
}
#widget_indexdm .dm-content .item-content > a span.new-item{
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 999;
}
#indexdm_img:before {
    content: '';
    background: rgba( 0,0,0, 0.7 );
    display: block;
    position: fixed;
    right: 0;
    left: auto;
    width: 380px;
    top: 0;
    bottom: 0;
}
#indexdm_img > div{
    display: inline-block;
    width: 800px;
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}
#indexdm_img > div.mobile-hover{
    background-size: auto;
}
.dm-scroll-img{
    -webkit-animation: mymove 30s infinite; /* Safari 4.0 - 8.0 */
    -webkit-animation-play-state: running; /* Safari 4.0 - 8.0 */
    animation: mymove 30s infinite;
    animation-play-state: running;
    -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
    animation-delay: 1s;  
}
.dm-scroll-img.pause{
    animation-play-state: paused;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    0% { background-position: center top; }
    50% {background-position: center bottom;}
    100% {background-position: center top;}
}

@keyframes mymove {
    0% { background-position: center top; }
    50% {background-position: center bottom;}
    100% {background-position: center top;}
}
#widget_indexdm .mobile-content{
    margin-bottom: 30px;
}
#widget_indexdm .mobile-content h3{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

@media (max-width: 1440px){
    #indexdm_img > div{
        width: 600px;
    }
}

@media (max-width: 1199px){
    #indexdm_img {
        display: none !important;
    }
}

@media (max-width: 767px){
    #widget_indexdm {
        display: none !important;
    }
}
/*End tool panel*/
.compose-mode .vc_vc_column.vc_container-block .column_container{
  width: 100%;
}
/*404*/
.error-404 .page-title{
    margin-top: 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}
.error-404 {
    border: 1px solid #e5e5e5;
    padding: 100px 30px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.error-404 .page-header{
    margin-top: 0;
    border: 0;
    margin-bottom: 0;
}
.error-404 .wg-search-form {
    max-width: 500px;
    margin: 50px auto 0;
}
.error-404.not-found {
    margin-bottom: 20px;
}
.icon-404{
    background: #f7f7f7;
    width: 350px;
    height: 350px;
    max-width: 100%;
    color: #dadada;
    border-radius: 50%;
    display: block;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.icon-404 .number{
    display: block;
    font-size: 120px;
    text-align: center;
    line-height: 280px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    color: #333;
}
.icon-404 .text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    font-size: 30px;
    color: #898989;
}
.info-404 h2{
    color: #f0494c;
    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: #898989;
    margin-bottom: 43px;
}
.content-default-404{
    max-width: 980px;
    margin: 0 auto;
}
/*End 404*/
.search-no-results .content-wrap {
    text-align: center;
}
.text-search{
    margin-bottom: 45px;
}
.search-no-results .content-wrap .wg-search-form{
    max-width: 580px;
    margin: auto;
}
.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 table.shop_table{
    margin-bottom: 50px;
}
table.shop_table .product-name{
    min-width: 200px;
}
.woocommerce-cart .cart-custom .wc-proceed-to-checkout a.checkout-button{
    display: block;
}

#order_review:after,
#order_review:before,
.order-custom:after,
.order-custom:before,
.cart-collaterals:after,
.cart-collaterals:before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: transparent;
    background-size: 15px 15px;
    background-image: radial-gradient(farthest-side,rgba(0,0,0,0) 6px,#f8f8f8 0);
    top: -10px;
    background-position: -3px -5px,0 0;
}
#order_review:after,
.order-custom:after,
.cart-collaterals:after{
    top: inherit;
    bottom: -10px;
    background-position: -3px 2px,0 0;
}
.cart_totals h2{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
}
.woocommerce .checkout-custom .col2-set .col-1, 
.woocommerce-page .checkout-custom .col2-set .col-2{
    float: none;
    width: 100%;
}

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'; 
}
#add_payment_method #payment input[type=checkbox], 
.woocommerce-cart #payment input[type=checkbox], 
.woocommerce-checkout #payment input[type=checkbox], 
#add_payment_method #payment input[type=radio], 
.woocommerce-cart #payment input[type=radio], 
.woocommerce-checkout #payment input[type=radio] {
    background: #fff!important;
}
#ship-to-different-address{
    padding: 3px;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: -10px;
    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;
}
#ship-to-different-address-checkbox{
    width: 16px;
    height: 16px;
}

.woocommerce form .form-row .input-checkbox{
    position: static;
}
.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{
    margin: 25px 0 35px;
}
.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: #898989;
    margin-top: 5px;
    display: block;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
    border: 1px solid #ebebeb;
    border-radius: 0px;
}
.shop_table .product-name,
.shop_table .woocommerce-Price-amount,
.shop_table .product-price > span, 
.shop_table .product-price ins{
    font-size: 15px;
    font-weight: 600;
    color: #898989;
}





/*Them Custom Csss*/

.flex {
    display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}
.inline-flex{
   display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.f-row{
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.f-row-reverse{
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.f-column{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.f-column-reverse{
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.f-wrap{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.f-nowrap{
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.f-justify-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}
.f-justify-between {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}
.f-items-stretch{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.f-items-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.f-items-top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
}
.f-items-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    align-items: flex-end;
}
.f-items-start {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.f-items-end {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.f-center-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.f-left{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.f-center{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
.f-right{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

.f-between {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.f-end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.f-start {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.no-margin{
    margin: 0px !important;
}
.pore {
    position: relative;
}
.overflow-hidden{
    overflow: hidden;
}
.overlay-bg::before {
    content: "";
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.parallax-bg {
    background-size: cover;
    background-attachment: fixed;
}

.overflow-visible{
    overflow: visible !important;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.f-width {
    width: 100%
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb5 {
    margin-bottom: 5px;
}

.mt5 {
    margin-top: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mt15 {
    margin-top: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mt25 {
    margin-top: 25px;
}

.mbs30 {
    margin-bottom: -30px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt40 {
    margin-top: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mt45 {
    margin-top: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt50 {
    margin-top: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt60 {
    margin-top: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mt70 {
    margin-top: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mt80 {
    margin-top: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mt90 {
    margin-top: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt100 {
    margin-top: 100px;
}

.mb120 {
    margin-bottom: 120px;
}

.mt120 {
    margin-top: 120px;
}

.mb130 {
    margin-bottom: 130px;
}

.mt130 {
    margin-top: 130px;
}

.mb145 {
    margin-bottom: 145px;
}

.mt145 {
    margin-top: 145px;
}

.mb150 {
    margin-bottom: 150px;
}

.mt150 {
    margin-top: 150px;
}

.pt50 {
    padding-top: 50px;
}

.pb50 {
    padding-bottom: 50px;
}
.pt60 {
    padding-top: 60px;
}

.pb60 {
    padding-bottom: 60px;
}
.pt70 {
    padding-top: 70px;
}

.pb70 {
    padding-bottom: 70px;
}

.pt100 {
    padding-top: 100px;
}

.pb100 {
    padding-bottom: 100px;
}
.bg-grey{
    background-color: #f5f5f5;
}
.bg-darkblue{
    background-color: #2e3c4d;
}
.readmore,
.button,
a.button,
input.button,
button.button {
    font-size: 16px;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    background: #f0494c;
    color: #fff;
    font-weight: 500;
    border: none;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}

.readmore:hover,
.button:hover,
a.button:hover,
input.button:hover,
button.button:hover {
    background: #000;
    color: #fff;
}
.shop-button {
    border: none;
    height: 46px;
    color: #fff;
    line-height: 46px;
    background: #f0494b;
    display: inline-block;
    padding: 0 40px;
    text-align: center;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.shop-button:focus,
.shop-button:hover {
  color: #fff;
  background: #000;
}
.loadmore{
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    width: 100%;
    background: #f5f5f5;
    display: block;
    color: #000;
    margin-top: 30px;
}
.btn-loadmore{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.color-black{
    color: #000;
}
.color-black:hover{
    color: #f0494c;
}
.btn-radius{
    border-radius: 30px !important;
}
.banner-btn{
    padding: 0 35px !important; 
}
/*Blog Post*/

.item-post .post-info h4.title14{
    margin-top: 23px;
    text-decoration: underline;
    text-underline-position: under;
}
.item-post-grid2 .post-thumb *{
    height: 100%;
    object-fit: cover;
}
.item-post-grid2 .post-thumb{
    float: left;
    width: 50%;
    margin-bottom: 0px;
}
.item-post-grid2 .post-info{
    float: left;
    width: 50%;
    position: relative;
    padding: 30px 80px;
}
.item-post-grid2 .post-info:before{
    content: '';
    position: absolute;
    left: -20px;
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 20px solid whitesmoke;
    z-index: 1;
}
.list-col-item:nth-child(even) .item-post-grid2 .post-info:before{
    left: auto;
    right: -20px;
    border-right: none;
    border-left: 20px solid whitesmoke;
}
.blog-grid-view .list-col-item:nth-child(even) .item-post-grid2{
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; 
}
.blog-grid-view .list-col-item:nth-child(even) .item-post-grid2 .post-info{
    float: right;
}
.item-post-grid2 .post-meta-data{
    margin-bottom: 18px;
}
.item-post-grid2 .post-info .desc{
    margin-bottom: 40px;
}
.item-post-grid3 .post-thumb{
    float: left;
    width: 30%;
    margin-bottom: 0px;
}
.item-post-grid3 .post-thumb *{
    height: 100%;
    object-fit: cover;
}
.item-post-grid3 .post-info{
    float: left;
    width: 70%;
    position: relative;
    padding: 0 30px;
}
.item-post-grid5 .post-info .post-title{
    max-height: 30px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-post-grid5 .post-info{
    padding: 50px 30px 45px;
}
.item-post-grid4 .post-meta-data li.meta-author a,
.item-post-grid4 .post-info *,
.item-post-grid5 .post-meta-data li.meta-author a,
.item-post-grid5 .post-info *{
    color: #fff;
}
.item-post-grid4 .post-info a:hover,
.item-post-grid5 .post-info a:hover,
.item-post-grid4 .post-meta-data li.meta-author a:hover,
.item-post-grid5 .post-meta-data li.meta-author a:hover{
    color: #f0494c !important;
}


/*Post Single*/
.title-single{
    margin-bottom: 49px;
}
.title-single h2.title30 {
    margin-bottom: 14px;
}
.content-wrap .blockquote{
    margin: 17px 0 43px;
}
.content-wrap blockquote {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding: 23px 0 !important;
    border: none;
    text-align: center;
    max-width: 670px;
    margin: auto !important;
    color: #000;
}
.content-wrap blockquote:before,
.content-wrap blockquote:after{
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;          
    background: #ebebeb;
    height: 1px;
    width: 425px;
    margin: auto;
}
.content-wrap blockquote:before{
    top: 0px;
}
.content-wrap blockquote:after{
    bottom: 0px;
}
.st-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 15px 0;
    margin: 0 0 50px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.single-tags,
.single-list-social{
    display: inline-block;
    vertical-align: middle;
}
.single-tags .list-tags{
    margin: 0 -5px;
}
.single-tags .list-tags > span{
    display: inline-block;
    height: 30px;
    line-height: 28px;
    margin: 0 5px 10px;
    padding: 0 15px;
    border: 1px solid #ebebeb;
}
.single-tags .list-tags{
    margin-bottom: -10px;
}
.single-tags a{
    display: inline-block;
    height: 30px;
    line-height: 28px;
    margin: 0 5px 10px;
    padding: 0 15px;
    border: 1px solid #ebebeb;
}
.single-tags a:hover{
    color: #fff;
    background-color: #f0494c;
    border-color: #f0494c;
}




















/*Shop Page*/

.product-grid-view .list-product-wrap{
    margin: 0 -15px;
    margin-bottom: -40px;
}
.product-list-view .list-product-wrap{
    margin: 0 -15px;
}
.list-product-wrap .item-large{
    float: right;
}
.product-grid-view .item-product-grid {
    margin-bottom: 40px;
}
.product-grid-view .item-product-list {
    margin-bottom: 60px;
}
.product-grid-view .item-product-list{
    margin-left: -5px;
    margin-right: -5px;
}

.item-product-grid {
    position: relative;
    margin-bottom: 30px;
}
.item-product-grid .product-thumb{
    margin-bottom: 28px;
}
.item-product-grid3 .product-thumb{
    margin-bottom: 0px;
}
.item-product-grid .product-info {
}
.item-product-grid .product-title a{
    color: #000;
}
.item-product-grid .product-title a:hover{
    color: #f0494c;
}
.item-product-grid .product-title {
    margin: 0 0 3px;
}
.item-product-grid .product-price{
    margin: 16px -2px 0;
    line-height: 12px;
}

.item-product-grid .product-extra-link ul li{
    opacity: 0;
    -webkit-transition: all 0.45s cubic-bezier(0.23, 0.85, 1, 1);
    transition: all 0.45s cubic-bezier(0.23, 0.85, 1, 1);
}
.item-product-grid .product-thumb:hover .product-extra-link ul li{
    opacity: 1;
    transform: translateY(0px) !important;
}
.item-product-grid .product-extra-link ul li:nth-child(1) {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.item-product-grid .product-extra-link ul li:nth-child(2) {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
}
.item-product-grid .product-extra-link ul li:nth-child(3) {
    -webkit-transform: translateY(90px);
    -moz-transform: translateY(90px);
    -ms-transform: translateY(90px);
    -o-transform: translateY(90px);
    transform: translateY(90px);
}
.item-product-grid .product-extra-link ul li:nth-child(4) {
    -webkit-transform: translateY(110px);
    -moz-transform: translateY(110px);
    -ms-transform: translateY(110px);
    -o-transform: translateY(110px);
    transform: translateY(110px);
}
.item-product-grid .product-extra-link ul li:nth-child(5) {
    -webkit-transform: translateY(130px);
    -moz-transform: translateY(130px);
    -ms-transform: translateY(130px);
    -o-transform: translateY(130px);
    transform: translateY(130px);
}


@-webkit-keyframes flashlike {
    0% { color: none; }
    30% { color: #E91E63; }
    100% { color: none; }
}
@-moz-keyframes flashlike {
    0% { color: none; }
    30% { color: #ffff00; }
    100% { color: none; }
}
@-ms-keyframes flashlike {
    0% { color: none; }
    30% { color: #ffff00; }
    100% { color: none; }
}

.item-product-grid .product-extra-link ul{
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: 0px;
    z-index: 1;
}
.item-product-grid .product-extra-link ul li:not(:last-child){
    margin-bottom: 10px;
}
.woocommerce .item-product-grid a.button.addcart-link,
.product-extra-link ul li a{
    display: inline-block;
    font-size: 0;
    border: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #000;
    background: #fff;
    opacity: 1;
}
.product-extra-link ul li a:before{
    font-family: 'Lineawesome';
    font-size: 20px;
}
.product-extra-link ul li a:hover,
.woocommerce .item-product-grid a.button.addcart-link:hover{
    color: #fff;
    background-color: #f0494c;
}
.product-extra-link ul li a.quickview-link:before{
    content: "\f1d4";
}
.product-extra-link ul li a.wishlist-link:before{
    content: "\f234";
}
.product-extra-link ul li a.wishlist-link.added:before{
    content: "\f233";
    animation: flashlike 1.35s ease-out;
}
.product-extra-link ul li a.compare-link:before{
    content: "\f2d5";
}
.product-extra-link ul li a.loading.compare-link:before{
    display: block !important;
    -webkit-animation: fa-spin .35s infinite steps(20) !important;
    animation: fa-spin .35s infinite steps(20) !important;
}
.product-extra-link ul li a.compare-link *{
    display: none !important;
}
.product-extra-link ul li a.compare-link .blockUI{
    display: none !important;
}
.product-extra-link ul li a.addcart-link:before{
    content: "\f16e";
}
.product-extra-link ul li a.addcart-link.checked:before{
    content: "\f17d";
}
.product-extra-link ul li a.loading{
    pointer-events: none;
}
.product-extra-link ul li a.loading:before{
    -webkit-animation: fa-spin .35s infinite steps(20) !important;
    animation: fa-spin .35s infinite steps(20) !important;
    content: "" !important;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    border-left-color: #4c5461;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    transition: none;
}
.item-product-grid3 .product-info{
    margin-left: -10px;
    overflow: hidden;
}
.item-product-grid3 .product-info .product-title{
    margin-bottom: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-product-grid3 .product-price{
    margin-top: 10px;
}



.product-list-view .item-product-list {
    margin-bottom: 50px;
}
.product-grid-view .item-product-list .row, 
.product-list-view .item-product-list .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.product-grid-view div.product:last-child .item-product-list,
.product-list-view div.product:last-child .item-product {
    margin-bottom: 0px;
}

/*Shop list*/
.item-product-list div[class^="col"] {
    position: relative;
    overflow: hidden;
}
.item-product-list .product-title{
    margin: -3px 0 10px;
}
.item-product-list .product-info{
    position: relative;
}
.item-product-list .wrap-rating{
    margin: 0;
    position: absolute;
    top: 3px;
    right: 0;
}
.item-product-list .desc {
    margin: 24px 0;
    padding: 22px 0 0;
    border-top: 1px solid #ccc;
}
.item-product-list .desc p:last-child{
    margin-bottom: 0px;
}
.item-product-list .product-price {
    margin-bottom: 20px;
}
.item-product-list .product-extra-link .wrap-link{
    font-size: 0;
    margin: 0 -10px;
}
.item-product-list .product-extra-link .wrap-link > a{
    font-size: 20px;
    margin: 0 10px;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #000;
    background: #fff;
    border: 1px solid #ebebeb;
    font-size: 0;
}
.item-product-list .quickview-link:hover,
.item-product-list .product-extra-link .wrap-link > a:hover{
    background: #f0494c;
    border-color: #f0494b;
    color: #fff;
}
.item-product-list .compare-link:before{
    font-family: 'Lineawesome';
    content: "\f2d5";
    font-size: 20px;
}
.item-product-list a.wishlist-link:before{
    font-family: 'Lineawesome';
    content: "\f234";
    font-size: 20px;
}
.item-product-list a.wishlist-link.added:before{
    content: "\f233";
    animation: flashlike 1.35s ease-out;
}









/*Single Product*/
.detail-info{
    padding-left: 20px;
}
.product-detail-sidebar .detail-info{
    padding: 0 !important;
}
.detail-info .product_title{
    font-size: 30px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.detail-info .product-price{
    margin-bottom: 24px;
}
.product-desc > p:last-child{
    margin-bottom: 0px;
}
.detail-info .product-desc {
    color: #898989;
    margin-bottom: 28px;
    padding-bottom: 23px;
    line-height: 26px;
    border-bottom: 1px solid #ebebeb;
}
.detail-info .product_meta {
    margin-top: 28px;
    padding-top: 25px;
    border-top: 1px solid #ebebeb;
}
.item-product-meta-info label {
    min-width: 105px;
    font-weight: 600;
    color: #000;
}
.item-product-meta-info span,
.item-product-meta-info a {
    display: inline-block;
    color: #898989;
}
.item-product-meta-info a:hover{
    color: #f0494c;
}
.item-product-meta-info > span.meta_share{
    margin-top: 9px;
}
.item-product-meta-info > span{
    padding: 0;
    border: 0;
    display: table;
    margin-bottom: 6px;
}
.item-product-meta-info > span > *{
    display: table-cell;
}
.item-product-meta-info .single-list-social ul{
    margin: 0 -10px;
}
.item-product-meta-info .single-list-social ul li{
    margin: 0 10px;
}
.item-product-meta-info .single-list-social .share-icon{
    width: auto;
    height: auto;
    line-height: normal;
    background: transparent;
    font-size: 19px;
}
.item-product-meta-info .single-list-social .share-icon:hover{
    color: #f0494c;
}
.item-product-meta-info .meta-item-list span,
.item-product-meta-info .meta-item-list a{
    line-height: 26px;
    font-size: 15px;
}
.variations_form {
    max-width: 300px;
}
.detail-attr {
    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: 15px;
}
.detail-attr label,
.woocommerce div.product form.cart .variations label{
    font-weight: 600;
    color: #222222;
    margin: 0;
    margin-right: 25px;
}
.detail-attr.type-select select,
.woocommerce div.product form.cart .variations select{
    padding: 0 12px;
    margin: 0;
}

.detail-attr.type-select {
   -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.detail-attr.type-select > .select-box{
    width: 100%;
    margin: 6px 0 0;
}
.detail-attr > .select-box {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
}
.detail-qty {
    height: 40px;
    width: 100px;
    position: relative;
    padding-left: 12px;
}
.detail-attr span.qty-label {
    margin-right: 5px;
}
.detail-qty .qty-val {
    height: 38px;
    width: 20px;
    text-align: center;
    line-height: 38px;
    padding: 0;
    border: none;
    color: #898989;
    float: left;
}
.detail-qty a {
    font-size: 12px;
    color: #000;
    position: absolute;
    width: 30px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    right: 0;
    border-left: 1px solid #ebebeb;
}
.detail-qty a:hover{
    color: #f0494c;
}
.detail-qty a.qty-up {
    top: 0;
}
.detail-qty a.qty-down {
    bottom: 0;
}
.detail-attr .addcart-link {
    margin-left: 10px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    text-align: center;
}
.detail-attr.qty-cart {
    margin-bottom: 24px;
}
.detail-extra-link a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.detail-extra-link a .fa {
    font-size: 12px;
    color: #898989;
    margin-right: 10px;
}
.detail-extra-link {
    margin-bottom: 25px;
}
.woocommerce div.product form.cart .reset_variations {
    color: #f0494c;
    font-size: 14px;
}
.woocommerce div.product form.cart .reset_variations:before{
    content: "\f014";
    font-family: 'fontawesome';
    margin: 0 3px;
}
.yith-wcwl-add-to-wishlist + div{
    display: inline-block;
    clear: inherit;
}
.detail-info .yith-wcwl-add-to-wishlist{
    display: inline-block !important;
    margin: 0;
    margin-right: 45px;
}
.detail-info a.add_to_wishlist,
.detail-info a.compare.button{
    padding: 0;
    background: transparent;
    color: #000;
    border: none;
    height: auto;
    line-height: normal;
    font-weight: 600;
}
.detail-info a.add_to_wishlist:hover,
.detail-info a.compare.button:hover{
    color: #f0494c;
}
.detail-info a.add_to_wishlist:before,
.detail-info a.compare.button:before{
    content: '';
    font-family: LineAwesome;
    font-size: 18px;
    font-weight: 500;
    margin-right: 5px;
    position: relative;
    top: 1.5px;
}
.detail-info a.add_to_wishlist:before{
    content: "\f234";
}
.detail-info a.compare.button:before{
    content: "\f2d5";
}

/*Product thumbnail*/
.woocommerce div.product div.images{
    margin-bottom: 0px !important;
}
.gallery-slider .slick-slide img{
    cursor: pointer;
    border: 1px solid #d6d6d6;
}
.gallery-slider .slick-slide .active img {
    border: 1px solid #f0494c;
}
.product-horizontal .gallery-slider{
    margin: 0 35px;
}
.product-horizontal .gallery-slider .slick-slide {
    padding: 0 5px;
}
.product-vertical{
    position: relative;
    padding-left: 90px;
}
.product-vertical .gallery-control{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 80px;
}
.product-vertical .gallery-slider .slick-slide {
    margin-bottom: 10px;
}
.product-vertical .gallery-control > a{
    top: auto;
    bottom: -40px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}
.product-vertical .gallery-control > a.prev{
    left: 0px;
}
.product-vertical .gallery-control > a.next{
    right: 0px;
}
.product-vertical .gallery-control > a.prev i:before{
    content: "\f113";
}
.product-vertical .gallery-control > a.next i:before{
    content: "\f110";
}
.detail-fixed-info .wrap-detail-gallery:not(.grid-col) .image-lightbox a img{
    margin-bottom: 10px;
}
.detail-fixed-info .detail-gallery .grid-col{
    margin: 0 !important;
}
.detail-fixed-info .detail-gallery .grid-col .woocommerce-product-gallery__image {
    margin: 0 -5px;
}
.detail-fixed-info .detail-gallery .grid-col .col-xs-12{
    padding: 0 5px;
}
.detail-fixed-info .detail-gallery .grid-col .col-xs-12:not(:last-child){
    margin-bottom: 10px;
}


.woocommerce .detail-tabs table.shop_attributes{
    margin-bottom: 0px;
}
.woocommerce table.shop_attributes td{
   padding: 10px;
    border-bottom: 1px solid #eee; 
}
.woocommerce table.shop_attributes th {
    font-weight: 500;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.woocommerce table.shop_attributes td p{
    padding: 0;
}
.woocommerce table.shop_attributes{
    border-top: 1px solid #eee;
}
.woocommerce-Reviews .wrap-rating {
    position: absolute;
    top: 3px;
    border: 0;
    margin: 0;
    right: 0;
    padding: 0;
}
.woocommerce-review__dash{
    display: none;
}


.product-short-desc > h3.title16 {
    margin-bottom: 15px;
}
.product-short-desc > p.desc{
    margin-bottom: 10px;
}
.product-short-desc > p.desc:last-child{
    margin-bottom: 0px;
}
.content-append-after-tab .featured-banner{
    margin-top: 30px;
}
.featured-banner{
    margin-bottom: 92px;
    margin-bottom: 97px;
}
.featured-desc{
    margin-left: 100px;
}
.featured-desc .desc1{
    margin-bottom: 26px;
}
.featured-desc .desc2{
    margin-bottom: 93px;
}
.featured-wrap{
    margin-bottom: 96px;
}
.featured-banner .banner-info {
    top: 50%;
    left: 100px;
    right: 100px;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.featured-banner .banner-info h3.title30 {
    margin-bottom: 17px;
}
.featured-banner .banner-info p.desc{
    margin-bottom: 37px;
    max-width: 360px;
}
.featured-banner2 .banner-info h3.title30 {
    margin: 56px 0 17px;
}
.featured-banner2 .banner-info p.desc{
    max-width: 360px;
    margin: auto;
}
.featured-banner2 .banner-info .banner-button{
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
}
.quan-cart{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 370px;
    margin: auto;
}
.quan-cart .detail-qty{
    float: left;
    width: 50% !important;
    height: 50px;
    padding: 0 20px;
    font-weight: 500;
    border: 1px solid #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.quan-cart > .addcart-link {
    float: left;
    width: 50%;
    height: 50px;
    line-height: 52px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
.quan-cart .detail-qty a{
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    height: 25px;
    width: 23px;
}
.quan-cart .detail-qty a.qty-up i{
    margin-top: 5px;
}
.quan-cart .qty-label{
    display: block !important;
}
.quan-cart .qty-label,
.detail-qty .qty-val{
    font-size: 15px;
    color: #000;
}
.item-product-grid2{
    background: #fff;
}
.item-product-grid2 .product-price{
    margin: 18px -2px 28px;
}
.item-product-grid2 .product-thumb{
    overflow: visible;
}
.item-product-grid2 .product-thumb .countdown{
    position: absolute;
    text-align: center;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 11;
}
.item-product-grid2 .owl-theme .owl-nav button[class*=owl-]{
    opacity: 1;
    color: #000;
    font-size: 24px;
    background: transparent !important;
}
.item-product-grid2 .owl-theme .owl-nav button[class*=owl-]:hover{
    opacity: 1;
    color: #f0494c;
}
.item-product-grid2 .owl-carousel .owl-nav button.owl-prev{
    left: 0px;
}
.item-product-grid2 .owl-carousel .owl-nav button.owl-next{
    right: 0px;
}
.deal-product{
    margin: 100px 0;
}
.deal-product .item-product-grid2{
    margin-bottom: 0px;
}
.item-product-grid2 .owl-theme .owl-nav{
    position: static;
}
.item-product-grid2 .owl-theme .owl-nav button[class*=owl-],
.deal-product .owl-theme .owl-nav button[class*=owl-]{
    opacity: 1;
    background: transparent !important;
    color: #000;
    font-size: 24px;
}













/*ATC-WhistList-Compare-Cart-Myacount*/
.woocommerce table.wishlist_table tr td.product-remove{
    text-align: center;
}
.woocommerce-cart-form .shop_table.cart tbody .product-remove a, 
.wishlist_table tbody .product-remove a,
.woocommerce .product-remove a.remove,
.product-remove a.remove,
.remove-product  {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    position: relative;
    background: #c50000;
}
.woocommerce-cart-form .shop_table.cart tbody .product-remove a::before, 
.woocommerce-cart-form .shop_table.cart tbody .product-remove a::after, 
.wishlist_table tbody .product-remove a::before, 
.wishlist_table tbody .product-remove a::after,
.product-remove a.remove::before,
.product-remove a.remove::after,
.remove-product::before,
.remove-product::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    width: 8px;
    height: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.woocommerce-cart-form .shop_table.cart tbody .product-remove a:not(:hover)::before, 
.wishlist_table tbody .product-remove a:not(:hover)::before,
.product-remove a.remove:not(:hover)::before,
.remove-product:not(:hover)::before{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.woocommerce-cart-form .shop_table.cart tbody .product-remove a:not(:hover)::after, 
.wishlist_table tbody .product-remove a:not(:hover)::after,
.product-remove a.remove:not(:hover)::after,
.remove-product:not(:hover)::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cboxMiddleRight,
#cboxMiddleLeft,
#cboxBottomRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight{
    background: none;
    width: auto;
}
#cboxLoadedContent{
    margin: 0;
}
#cboxOverlay {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.6);
}
#cboxClose{
    bottom: -30px;
    width: 24px;
    height: 24px;
    background-position: initial;
    background: url(../image/close.png);
}
#cboxClose:hover {
    background-position: initial;
}

.blockUI.blockOverlay{}
.blockUI.blockOverlay::before, 
.woocommerce .blockUI.blockOverlay::before {
    background: transparent;
}




/*Header*/
.row_expand{
    overflow: visible !important;
}
.row_expand.vc_row,
.row_expand.vc_section > .wpb_column,
.row_expand.vc_section > .vc_row{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.h_phone,
.h_phone *{
    font-size: 12px;
    color: #666;
}
.h_phone{
    height: 40px;
    line-height: 40px;
    padding-right: 30px;
    border-right: 1px solid #ebebeb;
}
.h_social {
    margin: 0 30px;
}
.h_social ul{
    margin: 0 -5px;
}
.h_social ul li{
    margin: 0 5px;
}
.h_social ul li a{
    font-size: 16px;
    color: #666;
}
.h_social ul li a:hover{
    color: #f0494c;
}
.header_top1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
    border-bottom: 1px solid #ebebeb;
}
.header_right > .vc_column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header_right > .vc_column-inner > .wpb_wrapper{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.header_right > .vc_column-inner > .wpb_wrapper > div{
    margin: 0 12px;
}

.account-manager *{
    color: #666;
}
.lang-box > p{
    margin-bottom: 0px;
}
.lang-box {
    font-size: 12px;
}
.account-manager,
.lang-box .dropdown-box{
    font-size: 12px;
    height: 40px;
    line-height: 40px; 
}
.header_top .dropdown-list,
.account-manager .dropdown-list,
.lang-box .dropdown-list{
    right: 0;
    left: auto;
}
.header4{
    background: #04040c;
    overflow: visible !important;
}
[class*=header] .lang-box .dropdown-link img,
[class*=header] .lang-box .dropdown-list img{
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.header_bottom > .wpb_column > .vc_column-inner > .wpb_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px;
}
.header_bottom .logo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.header_bottom .main-nav{
   /* -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;*/
}
.header_bottom .search-el{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mma-logo .text-logo{
    position: relative;
    top: -3.5px;
}
.mma-logo span.title16 {
    position: relative;
    top: -7px;
}
.header-slider-wrap{
    background: #f5f5f5;
}
.header-slider{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    height: 60px;
    max-width: 660px;
    margin: auto;
}
body .header-slider .owl-theme .owl-nav [class*=owl-]{
    font-size: 24px;
    background: transparent;
    color: #000;
    border: none;
    opacity: 1;
}
body .header-slider .owl-theme .owl-nav [class*=owl-]:hover{
    color: #f0494c;
}
.header-slider.banner-slider .owl-theme .owl-nav button.owl-prev,
.header-slider.banner-slider:hover .owl-theme .owl-nav button.owl-prev{
    left: 0px;
}
.header-slider.banner-slider .owl-theme .owl-nav button.owl-next,
.header-slider.banner-slider:hover .owl-theme .owl-nav button.owl-next{
    right: 0px;
}
.header-slider ul.list-none {
    margin: 0 -5px;
}
.header-slider ul.list-none li{
    margin: 0 5px;
}

.header_top2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    background: #f5f5f5;
}
.header_top2 .h_social{
    margin: 0;
}
.header_top2 > .wpb_column > .vc_column-inner > .wpb_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header_top2 > .wpb_column > .vc_column-inner > .wpb_wrapper > div{
    width: 100%;
}
.header-top-group .vc_column-inner > .wpb_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -15px;
}
.header-top-group .vc_column-inner > .wpb_wrapper > div{
    margin: 0 15px;
}
.header-slider2 {
    max-width: 580px;
    margin: auto;
    height: auto;
    text-align: center;
}
.header-tel2 .h_phone{
    padding: 0;
    border: none;
}
.account-manager2 .open-login-form{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.account-manager2 .open-login-form:before{
    content: "\f364";
    font-family: 'LineAwesome';
    font-size: 20px;
    margin-right: 2px;
}
[class*=header] .dropdown-box{
    padding-right: 14px;
}
[class*=header] .dropdown-box p{
    margin-bottom: 0px;
}
[class*=header] .dropdown-box::after{
    font-family: fontAwesome;
    content: "\f0d7";
    font-size: 14px;
    position: absolute;
    color: #666666;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.account-icon{
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.account-icon:hover *,
.account-manager:hover .account-icon i,
[class*=header] .dropdown-box:hover:after{
    color: #f0494c;
}


.header_bottom2 > .wpb_column > .vc_column-inner > .wpb_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header_bottom2 > .wpb_column > .vc_column-inner > .wpb_wrapper > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    line-height: 70px;
}
.header_bottom2 .logo{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 15px;
    padding-right: 30px;
    border-right: 1px solid #ebebeb;
}
.header_bottom2 .main-nav{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
.header_bottom2 .header-bottom-group{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: -45px;
}
.header-bottom-group > .wpb_column > .vc_column-inner > .wpb_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-bottom-group .la{
    font-size: 28px;
}
.search-icon .icon{
    height: 70px;
    width: 70px;
    border-left: 1px solid #ebebeb;
    color: #000;
}
.search-icon .icon:hover{
    color: #f0494c;
}
.mini-cart2 > .mini-cart-link{
    height: 70px;
    width: 70px;
    color: #fff;
    background-color: #f0494c;
}
.mini-cart2 .mini-cart-icon{
    line-height: initial;
}
.mini-cart2 .mini-cart-link .mini-cart-number{
    background: transparent;
    right: -8px;
}

















/*Search Icon + Menu Icon*/
.search-icon .search-form-wrap {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    background-color: rgba(11, 11, 11, .8);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.search-icon.active .search-form-wrap {
    opacity: 1;
    visibility: visible;
}
.search-icon .search-form {
    position: relative;
    width: 990px;
    max-width: 100%;
    height: auto;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    border: none;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-icon.active .search-form {
    opacity: 1;
    visibility: visible;
}
.search-icon .search-form input[type="text"] {
    color: #fff;
    font-size: 20px;
    padding: 0 1px;
    height: 60px;
    border: none;
    background: transparent;
}
.search-icon .submit-form {
    right: 0;
    left: auto;
    height: 60px;
    width: 60px;
    line-height: 60px;
}
.search-icon .submit-form:after {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    left: auto;
    z-index: -1;
}
.search-icon .submit-form input[type="submit"] {
    height: 60px;
    width: 60px;
    line-height: 60px;
}
.search-icon .search-form:after {
    content: "";
    bottom: 0;
    position: absolute;
    display: block;
    background: rgba(255, 255, 255, .5);
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: width 0.5s ease 0.6s;
    -moz-transition: width 0.5s ease 0.6s;
    -ms-transition: width 0.5s ease 0.6s;
    -o-transition: width 0.5s ease 0.6s;
    transition: width 0.5s ease 0.6s;
}
.search-icon.active .search-form:after {
    width: 100%;
}
.search-icon .search-form .dropdown-box, .search-icon a.icon .s-close {
    display: none;
}
.search-icon.active a.icon .s-close {
    position: fixed;
    top: 50px;
    right: 12px;
    color: #fff;
    z-index: 10000;
    font-size: 24px;
    display: block;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.search-icon.active a.icon .s-close:hover {
    color: #fff;
}
.close-mobile-menu {
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 19px;
    z-index: 1111;
    padding: 0 15px;
    width: 100%;
    cursor: pointer;
    text-align: right;
    position: relative;
    overflow: hidden;
    margin-bottom: -1px;
    background-color: #242424;
}
.main-nav:not(.fixed-header) .search-el{
    display: none;
}
.close-mobile-menu {
    display: none;
}
.cart-overlay.toggle {
    visibility: visible;
    opacity: 1;
}
.overlay-fixed,
.cart-overlay {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0px !important;
    background-color: rgba(11, 11, 11, .8);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.main-nav.active:not(.fixed-header) .overlay-fixed{
    visibility: visible;
    opacity: 1;
}
.close-aside, .close-minicart {
    display: none;
    font-size: 18px;
    color: #999;
    cursor: pointer;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.aside-box .close-aside, .aside-box .close-minicart {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 30px;
    left: 25px;
    width: auto;
}
.aside-box .close-aside:hover, 
.aside-box .close-minicart:hover {
    color: #f0494c;
}
.aside-box .close-aside span.text, 
.aside-box .close-minicart span.text{
    margin: 0 5px;
}

























/*HSslider*/

.slider1 .item-slider .title24 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 14px;
    letter-spacing: 4px;
}
.slider1 .item-slider .title72 {
    color: #fff;
    max-width: 560px;
    line-height: 72px;
    margin-bottom: 50px;
    letter-spacing: 2px;
}
.slider4 .item-slider .title72{
    max-width: 610px;
}
.slider1 .item-slider .slide-button{

}
.pagi-nav-num .owl-dots{
    display: none;
}
.pagi-nav-num .number-slider{
    color: #fff;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}
.number-slider{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    z-index: 999;
    z-index: 999;
    position: absolute;
    bottom: 35px;
}
.number-slider .sep{
    position: relative;
    margin: 0 10px;
}
.number-slider .sep:before{
    content: '/';
}
.group-control .nav_btn{
    display: none;
}
.slider3 .group-control{
    display: block;
    text-align: center;
    height: 80px;
    line-height: 80px;
    background: #242424;
}
.slider3 .group-control .number-slider{
    position: static;
    top: 0;
    font-size: 18px;
    color: #f0494a;
    margin: 0 15px;
}
.slider3 .group-control .nav_btn{
    display: block;
    color: rgba(255, 255, 255, .6);
    font-size: 24px;
    cursor: pointer;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.slider3 .group-control .nav_btn:hover{
    color: #fff;
}
.slider3 .group-control .number-slider .sep:before{
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    background: #fff;
}









.text-asl{
    position: absolute;
    white-space: nowrap;
    color: rgba(0, 0, 0, .1);
    left: 0px;
    line-height: normal;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 150px;
    font-weight: 900;
    z-index: -1;
    font-family: 'Montserrat', sans-serif;
}
.banner-slider-left .banner-info{
    z-index: -1;
}
.banner-slider-right:before{
    background: rgba(0, 0, 0, .6);
}
.banner-slider-right .banner-info{
    left: 100px;
    right: auto;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-slider-right .banner-info h3.title60 {
    position: relative;
    max-width: 333px;
    color: #fff;   
    line-height: 72px;
    margin-bottom: 45px;
    padding-top: 26px;
}
.banner-slider-right .banner-info h3.title60:before{
    content: '';
    height: 10px;
    width: 100px;
    left: 0px;
    top: 0px;
    position: absolute;
    background: #fff;
}

.slider5 .banner-info .title60{
    line-height: 72px;
    max-width: 735px;
    margin-bottom: 45px;
}

.slider7 .banner-info{
    left: 60px;
    right: auto;
}
.slider7 .item-slider .title72{
    max-width: 700px;
}















/*Tabs*/
.tabs-block.default {
    position: relative;
}
.tab-label{
    display: none;
}
.tabs-block.default .tab-label{
    display: block;
}
.tabs-block.default .tab-header{
    position: relative;
    margin: 0;
    max-width: 480px;
    text-align: center;
    background: #000;
    cursor: pointer;
}
.tabs-block.default .tab-label{
    height: 80px;
    line-height: 84px;
    color: #fff;
}
.tabs-block.default .tab-label:after{
    content: "\f0d7";
    font-family: "fontAwesome";
    font-size: 24px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tabs-block.default .title-tab{
    position: absolute;
    top: calc(100% - 7px);
    left: 0;
    right: 0;
    margin: 0;
    background: #000;
    padding-bottom: 26px;
    z-index: 11;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    text-align: center;
    transition: all 0.25s ease-out 0s;
    -webkit-transition: all 0.25s ease-out 0s;
}
.tabs-block.default .tab-header:not(.toggle) .title-tab{
    -webkit-transform: scaleY(0) !important;
    -moz-transform: scaleY(0) !important;
    -ms-transform: scaleY(0) !important;
    -o-transform: scaleY(0) !important;
    transform: scaleY(0) !important;
}
.tabs-block.default .tab-header.toggle .title-tab,
.tabs-block.default .tab-header:hover .title-tab{
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.tabs-block.default .title-tab > li{
    margin: 0 0 12px;
    width: 100%;
}
.tabs-block.default .title-tab > li:last-child{
    margin-bottom: 0px;
}
.tabs-block.default .title-tab > li.active{
    display: none;
}
.tabs-block.default .title-tab > li:hover a{
    color: #f0494c;
}
.tabs-block.default .title-tab > li > a{
    border: 0 !important;
    color: #fff;
    font-weight: 600;
}
.tabs-block.default .group-navi .owl-nav{
    top: -40px;
    left: 496px;
    right: auto;
    width: 106px;
}
.tabs-block.default .product-slider-view .owl-carousel .owl-nav button{
    font-size: 24px;
    opacity: 1;
    color: #000;
    background: transparent !important;
}
.tabs-block.default .product-slider-view .owl-carousel .owl-nav button:hover{
    color: #f0494c;
}
.tabs-block.default .btn_tab{
    position: absolute;
    top: 29px;
    right: 30px;
}
.btn_tab{
    text-decoration: underline;
    color: #666;
}



/*Home 1*/
.h3-title,
.h1-title{
    margin: -4px 0 52px;
}
.block-element .title-el{
    text-align: center;
    margin: -4px 0 52px;
}
.block-element .title-el .title20,
.h1-title .content-info .title20 {
    color: #000;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.block-element .title-el .title40,
.h1-title .content-info .title40 {
    text-transform: uppercase;
}
.h1-title .content-info .desc{
    max-width: 770px;
    margin: 25px auto 0;
}
.h1-title .content-info .banner-button{
    margin-top: 38px;
}
.block-element.title-style2 .title-el,
.block-element.tab-style2 .title-el{
    text-align: left;
}
.block-element.title-style2 .title-el .title20,
.block-element.tab-style2 .title-el .title20,
.h3-title .content-info .title20 {
    margin-bottom: 18px;
    color: #1cbbb4;
    text-transform: capitalize;
    line-height: 24px;
}

.block-element.title-style2 .title40,
.block-element.tab-style2 .title-el .title40,
.h3-title .content-info .title40 {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}
.block-element.title-style2 .title40:before,
.block-element.tab-style2 .title-el .title40:before,
.h3-title .content-info .title40:before{
    content: '';
    height: 2px;
    width: 150px;
    background: #000;
    bottom: 7px;
    right: -170px;
    position: absolute;
}
.block-element.title-style2.white .title40,
.block-element.title-style2.white .title-el .title20{
    color: #fff;
}
.block-element.title-style2.white .title40:before{
    background: #fff;
}
.block-element.title-style3 {
    text-align: center;
    position: relative;
}
.block-element.title-style3 .title-el .title40 {
    text-align: center;
    display: block;
    position: relative;
    padding-bottom: 34px;
}
.block-element.title-style3 .title-el .title40:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    width: 80px;
    background: #f0494b;
    margin: auto;
}
.block-element.title-style3 .mail-desc{
    margin-top: 53px;
}


.tab-style2 .title-tab {
    margin: 0 -16px;
}
.tab-style2 .title-tab > li{
    margin: 0 16px;
    font-size: 16px;
}
.tab-style2 .title-tab > li a{
    color: #aaa;
}
.tab-style2 .title-tab > li.active a{
    color: #f0494c;
}
.h1-about-box{
    margin-bottom: 0px;
}



.category-slider {
    margin: 0 -15px;
}
.category-slider .item-category{
    padding: 0 15px;
}
.item-category .cate-name{
    margin-top: 28px;
}
.item-category .cate-name .desc{
    margin-bottom: -3px;
}
.h1-banner-left > .vc_column-inner > .wpb_wrapper{
    height: 100%;
}
.banner-item-arr{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.banner-item-arr .banner-info .top{
    position: absolute;
    left: 0;
    right: 0;
    top: 97px;
}
.banner-item-arr .banner-info .bottom{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
}
.banner-item-arr .banner-info p.desc{
    max-width: 550px;
    margin: 0 auto;
}
.banner-item-arr .banner-info .banner-button{
    margin-top: 38px;
}
.banner-item-arr .banner-info h4.title20 {
    margin-bottom: 20px;
}
.banner-item-arr .banner-info .banner-button{
    margin-top: 38px;
}
.h1-banner-right{
    padding: 0px !important;
}
.h1-banner-right > .vc_column-inner > .wpb_wrapper{
    margin: 0 -15px;
}
.h1-banner-item-right{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    width: 50%;
}
.h1-banner-right .adv-thumb-link{
    width: 100%;
}
.h1-banner-item-right.down .banner-info {
    order: 0;
}
.h1-banner-item-right.down .adv-thumb-link{
    order: 1;
}
.h1-banner-right .vc_column-inner{
    margin-right: -15px;
}
.h1-banner-right .banner-info {
    position: relative;
    padding: 70px 85px;
    z-index: 0;
    background: #242424;
}
.h1-banner-right .banner-info .title24 {
    margin-bottom: 17px;
}
.h1-banner-right .banner-info .desc{
    margin-bottom: 35px;
}
.h1-banner-right .banner-info:before{
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 20px;
    margin: auto;
    border-bottom: 20px solid #242424;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    z-index: 1;
}
.h1-banner-right .down .banner-info:before{
    top: auto;
    bottom: -20px;
    border-bottom: 0;
    border-top: 20px solid #242424;
}
.h1-products .list-product-wrap .item .product:first-child{
    margin-bottom: 40px;
}
.h1-banner-pra-wrap{
    height: 480px;
}
.h1-banner-pra-wrap:before{
    background: rgba(0, 0, 0, 0.2);
}
.h1-banner-pra .content-info h3.title40 {
    margin-bottom: 27px;
}
.h1-banner-pra .content-info .desc{
    max-width: 570px;
    margin: 0 auto 36px;
}
.mma-row_fluid{
    padding-left: 15px;
    padding-right: 15px;
}

.shop-text{
    position: relative;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.shop-text:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
    background: #fff;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.shop-text:hover:before{
    background-color: #f0494c;
}
.h1-running-box .banner-info{
    right: 80px;
    left: auto;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.h1-running-box.right .banner-info{
    right: auto;
    left: 80px;
}
.h1-running-box .banner-info h3.title44 {
    line-height: 48px;
    max-width: 430px;
    margin-bottom: 14px;
}
.h1-running-box.right .banner-info h3.title44{
    margin-bottom: 37px;
}
.product-slider-view .owl-carousel .owl-nav button.owl-prev{
    left: 0px;
}
.product-slider-view .owl-carousel .owl-nav button.owl-next{
    right: 0px;
}
.h1-running.up .wpb_column.left .vc_column-inner{
    padding-right: 0;
}
.h1-running.up .wpb_column.right .vc_column-inner{
    padding-left: 30px;
}
.h1-running.down .wpb_column.left .vc_column-inner{
    padding-right: 30px;
}
.h1-running.down .wpb_column.right .vc_column-inner{
    padding-left: 0;
}
.item-testimo.style2 a,
.item-testimo.style2 .desc{
    color: #fff;  
}
.item-testimo.style2 .testimo-thumb{
    position: relative;
    margin: 0 auto 55px;
    text-align: center;
    width: 100px;
}
.item-testimo.style2 .testimo-thumb:before,
.item-testimo.style2 .testimo-thumb:after{
    content: '';
    position: absolute;
    width: 200px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 135px;
    right: auto;
    background-color: #f0494c;
}
.item-testimo.style2 .testimo-thumb:after{
    left: auto;
    right: 135px;
}
.item-testimo.style2 .testimo-thumb .line{

}
.testimo-thumb{
    position: relative;
    margin-bottom: 55px;
    text-align: center;
}
.testimo-thumb img{
    display: inline-block !important;
    width: auto !important;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #f0494a;
}
.testimo-thumb a{
    position: relative;
    overflow: hidden;
}
.testimo-thumb a img{
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.testimo-thumb a:hover img {
    opacity: .5;
}
.testimo-info .desc{
    max-width: 660px;
    margin: 0 auto 19px;
}
.testimo-info ul.list-inline-block{
    margin-bottom: 40px;
}
.newsletter-bg.vc_row{
    height: 380px;
    background-repeat: no-repeat;
}
.newsletter-form h3.title40 {
    margin-bottom: 15px;
}
.h1-newsletter .form-newsletter {
    margin-top: 56px;
}

/*Home 2*/
.time_circles canvas{
    display: none;
}
.time_circles {
    margin: 0 -10px;
}
.time_circles [class^="textDiv"]{
    display: inline-block;
    margin: 0 10px;
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    height: 60px;
    width: 60px !important;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #f0494c;
    border-radius: 10px;
}
.time_circles span.number{
    font-size: 18px;
    font-weight: 700;
    font-family: "Montserrat";
    margin-top: -9px;
    display: block;
}
.time_circles span.text{
    font-size: 15px;
    display: block;
    position: absolute;
    width: 100%;
    bottom: -9px;
}

.content-timer *:not(.desc){
    color:#fff;
}
.content-timer .content-info .title24{
    margin-bottom: 17px;
}
.content-timer .content-info .title48{
    margin-bottom: 15px;
}
.content-timer .content-info .desc{
    max-width: 370px;
}
.timer_wrap{
    margin: 43px 0 45px;
}
.deal-btn{
    margin: 0 -20px 4px;
}
.deal-btn a{
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    margin: 0 20px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.deal-btn a:hover{
    color: #f0494c;
    text-decoration-color: #f0494c;
}


.h2-nike-banner{
    float: left;
    width: 50%;
    margin-top: 5px;
}
.h2-nike-banner.left{

}
.h2-nike-banner.right{

}
.h2-nike-banner .price{
    font-family: 'Montserrat', sans-serif;
}
.h2-nike-banner .banner-info{
    top: 100px;
    left: 60px;
    right: 0px;
}
.h2-nike-banner .banner-info h4.title30{
    position: relative;
    padding-top: 33px;
    margin-bottom: 5px;
}
.h2-nike-banner .banner-info h4.title30:before{
    content: '';
    position: absolute;
    height: 4px;
    width: 100px;
    left: 3.5px;  
    top: 0px;
    background-color: #f0494c; 
}
.h2-nike-banner.right .banner-info h4.title30:before{
    background-color: #49b7f0; 
}
.h2-nike-banner .banner-info h3.title30{
    margin-bottom: 22px;
}
.h2-nike-banner .banner-info p.desc{
    max-width: 330px;
}
.h2-nike-banner .banner-info .price{
    margin-top: 46px;
}
.h2-nike-banner .banner-info .price .title18{
    margin-right: 50px;
    position: relative;
    top: -38px;
}
.h2-testimonial-wrap{
    padding: 96px 0 91px;
}
.h2-testimonial-wrap .h1-title .content-info .title20{
    color: #fff;
}
.h2-testimonial-wrap:before{
    background: #000;
    opacity: .6;
}
.h2-products .list-product-wrap{
    margin-bottom: 60px;
}
.h2-products .list-product-wrap .list-col-item:nth-child(3n+2){
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
}
.h2-products .item-product-grid{
    margin-bottom: 30px;
}
.h2-brand-list{
    margin: 90px 0;
}
.images-slider .item-image-list .adv-thumb-link {
    overflow: visible;
}
.images-slider .owl-nav{
    display: none;
}


.h2-footer-social{
    margin: 0 -7.5px;
}
.h2-footer-social h3.title20 {
    font-size: 15px;
    font-weight: 400;
    color: #898989;
    line-height: 26px;
    margin: 23px 7.5px 23px;
    text-transform: inherit;
    font-family: 'Open Sans', sans-serif;
}
.h2-footer-social > a{
    display: inline-block;
    font-size: 18px;
    background: #ccc;
    color: #1b1b1b;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin: 0 7.5px;
    border-radius: 50%;
}
.h2-footer-social > a:hover{
    color: #fff !important;
    background-color: #f0494c;
}


/*Home 3*/
.header3{}
.header3-left > .vc_column-inner > .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header3-right > .vc_column-inner > .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.mma-logo3{
    position: absolute;
    margin-left: 110px;
    left: 0;
}
body.open-menu .mma-logo3{
    z-index: 11;
}
.main-nav3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main-nav3 .toggle-mobile-menu::before, 
    .main-nav3 .toggle-mobile-menu::after {
        display: none;
    }
    .main-nav3 .toggle-mobile-menu span{
        position: absolute;
        font-size: 30px;
        top: 50%;
        height: auto;
        transform: translateY(-50%);
        color: #fff;
        background: transparent;
        display: block !important;
    }
    .main-nav3 .toggle-mobile-menu span::before {
        content: "\f2d8";
        font-family: 'LineAwesome';
    }
    .main-nav3.active .toggle-mobile-menu span::before {
        content: "\f191";
    }
@media only screen and (min-width: 992px) {
    .main-nav3.active{
        background: #252525;
    }
    
    .main-nav3 > ul > li > a:hover,
    .main-nav3 > ul > li > a{
        color: #fff !important;
    }
    .main-nav3 .toggle-mobile-menu {
        display: inline-block;
        vertical-align: middle;
        height: 80px;
        width: 80px;
        border-right: 1px solid rgba(255, 255, 255, .3);
    }
    .main-nav3 > ul{
        display: inline-block;
        vertical-align: middle;
        opacity: 0; 
        visibility: hidden; 
        padding: 0px; 
        width: 0px; 
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
    }
    .main-nav3.fixed-header.active>ul, 
    .main-nav3.active > ul {
        opacity: 1;
        visibility: visible;
        width: auto;
        padding: 0 20px;
        background: #f0494c;
    }
    .main-nav3 > ul > li{
        font-size: 0;
        display: none;
    }
    .main-nav3.active > ul > li{
            display: inline-block;
        font-size: 14px;
    }
    .main-nav3 .overlay-fixed{
        display: none;
    }

}



.search-icon2 .icon{
    border: 0 !important;
    color: #fff;
    width: auto;
    height: 80px;
    padding: 0 35px;
}
.mini-cart3 .mini-cart-text,
.search-icon2 .search-text{
    position: relative;
    top: 3px;
}
.search-icon2 .la{
    font-size: 24px;
    margin-left: 9px;
}
.mini-cart3 .la{
    font-size: 30px;
    margin-left: 9px;
}
.mini-cart3 .mini-cart-link{
    color: #fff;
    height: 80px;
    background: #f0494b;
    padding: 0 35px;
}
.home-about-decs{
    float: none;
    width: auto;
    background: transparent;
    padding: 0;
    padding-left: 20px;
    margin-top: -7px;
}
.home-about-decs p:last-child{
    margin-bottom: 0px;
}
.h3-category-wrap{
    background-position: center;
}
.h3-service-wrap .wpb_wrapper{
}
.h3-service-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    width: 100%;
    background: #f7f7f7;
    min-height: 150px;
    padding-left: 60px;
}
.h3-service-box2{
    background: #eeeeee;
}
.h3-service-box .content-icon{
    position: relative;
}
.h3-service-box .icon-box{
    font-size: 48px;
    color: #f0494c;
    float: left;
    width: 60px;
}
.h3-service-box .content-info{
    float: left;
    width: calc(100% - 60px);
}
.h3-service-box .content-info h3.title14{
    margin: 3px 0 6px;
}
.h3-product-tabs .title-el{
    margin-bottom: -34px !important;
}
.h3-product-tabs .tab-style2 .title-tab{
    position: relative;
    bottom: -3px;
}
.h3-product-tabs .product-grid-view .list-4-item:nth-child(4n+1){
    clear: none;
}

.h3-product-tabs .banner-advs .banner-info{
    bottom: auto;
    top: 50%;
    left: 40px;
    right: auto;
    -webkit-transform: translateY(-50.50%);
    -moz-transform: translateY(-50.50%);
    -ms-transform: translateY(-50.50%);
    -o-transform: translateY(-50.50%);
    transform: translateY(-50.50%);
}
.h3-product-tabs .banner-advs .banner-info h3.title18 {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.h3-product-tabs .banner-advs .banner-info a{
    color: #fff;
}
.h3-product-tabs .banner-advs .banner-info a.shop-text:before{
    height: 1px;
}
.h3-category-slider .banner-advs img{
}
.h3-category-wrap:before{
    background: #000;
    opacity: .6;
}
.h3-title-cat .content-info .title40{
    color: #fff;
}
.h3-title-cat .content-info .title40:before{
    background: #fff;
}
.h3-category-slider{
    overflow: visible;
}
.h3-category-slider .banner-info{
    top: 48px;
    bottom: auto;
}
.h3-category-slider .owl-theme .owl-nav button{
    opacity: 1;
    font-size: 20px !important;
    height: 40px;
    width: 40px;
    color: #fff;
    background: rgba(0, 0, 0, .3) !important;
}
.h3-category-slider .owl-theme .owl-nav button:hover{
    background: #f0494c !important;
    color: #fff !important;
}
.h3-category-slider .owl-theme .owl-nav button.owl-prev {
    left: 0;
}
.h3-category-slider .owl-theme .owl-nav button.owl-next {
    right: 0;
}
.h3-brand-list{
    margin: 50px 0;
}
.h3-newsletter-wrap{
    height: 480px;
}
.h3-newsletter h3.title40 {
    margin-bottom: 6px;
}
.h3-newsletter p.desc {
    color: #fff;
}
.h3-newsletter .form-newsletter{
    margin-top: 57px;
}
.h3-testimonials-wrap > .vc_column-inner > .wpb_wrapper{
    height: 100%;
    background: #f5f5f5;
}
.h3-testimonials-slider{
    background: #f5f5f5;
}
.h3-testimonials-wrap .h3-title {
    margin-bottom: 0;
    background: #fff;
    padding-bottom: 52px;
}
.item-testimo.style3{
    padding: 40px 50px 0;
}
.item-testimo.style3 .testimo-thumb{
    margin-bottom: 30px;
}
.item-testimo.style3 .testimo-thumb ul{
    margin-top: 15px;
}
.h3-testimonials-slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 14px;
}
.item-wap.row{
    margin: 0;
}
/*HOme 4*/
.header4-left{    
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-right: 20px;
}
.header4-right{    
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-left: 1px solid rgba(255, 255, 255, .2);
}
.header-top-group4{}
.header-bottom-group4{}


.mma-logo4 span.title31 {
    position: relative;
    top: -5px;
}
.header-top-group4 .vc_column-inner > .wpb_wrapper{
    height: 60px;
}
.main-nav2 > ul > li > a{
    height: 70px;
    line-height: 70px;
}
.header-bottom-group4{
    background: #00001e;
}
.menu-fixed-content.fixed-header .header-bottom-group4{
    background: transparent !important;
}
.menu-fixed-content.fixed-header.main-nav4{
    background: rgba(0, 0, 30, .9);
}
.menu-fixed-content.fixed-header .mma-logo.hidden{
    display: block !important;
    visibility: visible;
    padding: 0 15px;
}
.menu-fixed-content.fixed-header .mma-logo4.hidden{
    padding: 0;
    padding-right: 25px;
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}
.menu-fixed-content.fixed-header .mma-logo5.hidden{
    flex: auto;
    -ms-flex: auto;
    -webkit-flex: auto;
}   
.menu-fixed-content.fixed-header .mma-logo4 img{
    max-width: 100px;
}
.menu-fixed-content.fixed-header .mma-logo4 span{
    font-size: 16px;
}
.menu-fixed-content.fixed-header .header_bottom2 .header-bottom-group{
    margin: 0 -15px!important;
}
.menu-fixed-content.fixed-header  .header-bottom-group4 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin: 0;
    padding: 0 15px;
}
.menu-fixed-content.fixed-header  .mini-cart4 {
    padding: 0 15px;
}
.menu-fixed-content.fixed-header.main-nav6 {
    background: rgba(37, 37, 37, 0.9);
}
.main-nav6 .toggle-mobile-menu span, 
.main-nav6 .toggle-mobile-menu::before, 
.main-nav6 .toggle-mobile-menu::after{
    background: #fff;
}

.main-nav4 > ul > li > a{
    height: 70px;
    line-height: 70px;
    color: #fff;
}
.main-nav4 .toggle-mobile-menu span, 
.main-nav4 .toggle-mobile-menu::before, 
.main-nav4 .toggle-mobile-menu::after{
    background: #fff;
}
.header-bottom-group4 > .wpb_column > .vc_column-inner > .wpb_wrapper{
    margin-right: -15px;
}
.header-top-group4 .header-social4 {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 !important;
}
.header-bottom-group4 .main-nav4{
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.search-icon4 .icon{
    color: #fff;
    border-color:  rgba(255, 255, 255, .2);
}
.h4-service-box{
    background: transparent;
}
.h4-service-box .content-info h3.title14{
    color: #fff;
}
.h4-service-box .content-info .desc{
    color: #898989;
}
.h4-title{
    position: relative;
    margin: -7px auto 56px;
    padding-bottom: 8px;
    max-width: 500px;
}
.h4-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    width: 80px;
    background: #f0494b;
    margin: auto;
}
.h5-title::after {
    background: #000 !important;
}
.h4-title.text-left::after {
    margin: 0;
}
.h4-title-one .title40 {
    max-width: 300px;
}
.h4-title .desc{
    max-width: 200px;
    margin: -12px 0 24px;
}
.h4-title .title40 {
    position: relative;
    margin-bottom: 26px;
}

.h4-banner-box .banner-info {
    text-align: center;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 111;
}
.h4-banner-box.bottom .banner-info {
    top: auto;
    transform: none;
    bottom: 60px;  
}

.h4-banner-box .banner-info *{
    color: #fff;
}
.h4-banner-box .banner-info .title48{
    max-width: 500px;
    margin: 16px auto 21px;
}
.h4-banner-box::after{
    content: "";
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 11;
}
.h4-banner-box:not(.bottom):after{
    opacity: .6;
}
.h4-product-tabs .tab-header{
    margin-bottom: 40px;
}
.h4-posts-wrap:before{
    background: #00001a;
    opacity: .88;
}
.h4-posts-wrap{
    padding: 100px 15px 72px;
}
.h4-testimonials-wrap{
    padding-bottom: 90px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.h4-testimonials-slider .wrap-item{
}
.item-testimo.style4{
    padding: 0 15px;
}
.item-testimo.style4 .testimo-info .desc{
    margin: -3px auto 25px;
}
.item-testimo.style4 .testimo-thumb ul.list-inline-block{
    margin: 0 20px;
}
.item-testimo.style4 .testimo-thumb{
    margin-bottom: 19px;
}


/*Home 5*/
.header-bottom5 .wpb_wrapper,
.header-top5 .wpb_wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-top5{
    border-bottom: 1px solid #ebebeb;
}
.header-social5{
    position: relative;
    margin-right: 18px;
    padding-right: 20px;
}
.header-social5::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 26px;
    width: 1px;
    background: #ebebeb;
}
.header-social5 .h_social{
    margin: 0px;
}
.search-icon3{
    font-size: 12px;
}
.search-icon3 .icon{
    color: #666;
    border:none;
    height: auto;
    width: auto;
}
.search-icon3 .icon .la{
    font-size: 18px;
    margin-right: 5px;
}
.search-icon3 .search-text{
    position: relative;
    top: -1px;
}
.header-group5-top.right .wpb_wrapper > div:not(:first-child){
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}
.header-group5-top.right .wpb_wrapper > div:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 26px;
    width: 1px;
    background: #ebebeb;
}
.header-group5-top.right .wpb_wrapper > div:first-child:before{
    display: none;
}
.mini-cart4 {
    margin-left: 45px;
}
.mini-cart4 .mini-cart-link {
    color: #000;
}
.mini-cart4 .mini-cart-link .mini-cart-number{
    top: -16px;
    right: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.mini-cart4 .mini-cart-info{
    position: relative;
    top: 1px;
    margin-left: 3px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.mini-cart4 .mini-cart-icon .la {
    font-size: 28px;
}


.h5-banner-box .banner-info{
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: auto;
}
.h5-banner-box .banner-info:after{
    content: '';
    position: absolute;
    bottom: -24px;
    height: 2px;
    width: 60px;
    background: #fff;
    left: 0px;
}
.h5-banner-box .banner-info h3.title18{
    margin-bottom: 9px;
}

.video-wrap {
    position: relative;
}
.banner-video{
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    background: #fff;
}
.banner-video video{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@-webkit-keyframes pulse-shadow {
    0% { box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5); }
    50% { box-shadow: 0 0 0 17px rgba(255, 255, 255, 0.2); }
    100% { box-shadow: 0 0 0 35px rgba(255, 255, 255, 0); }
}
@keyframes pulse-shadow {
    0% { box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5); }
    50% { box-shadow: 0 0 0 17px rgba(255, 255, 255, 0.2); }
    100% { box-shadow: 0 0 0 35px rgba(255, 255, 255, 0); }
}
.video-button {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 111;
}
.video-button .icon-play{
    position: absolute;
    width: 100px;
    height: 100px;
    line-height: 100px;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    z-index: 1;
    background: rgba(255, 255, 255, .8);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
    -webkit-animation: pulse-shadow 2s ease-out infinite;
    animation: pulse-shadow 2s ease-out infinite;
}
.banner-video .mute-video,
.banner-video .autoplay .video-button,
.video-button.active .icon-play{
    opacity: 0;
    visibility: hidden;
}
.banner-video:hover .mute-video,
.banner-video:hover .autoplay.video-button,
.banner-video .autoplay_off .video-button,
.banner-video:hover .video-button .icon-play{
    visibility: visible;
    opacity: 1;
}
.video-button.active .icon-play .la:before{
    content: "\f2ad";
}
.mute-video{
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 10px;
    font-size: 20px;
    z-index: 112;
    color: #fff !important;
    opacity: 0;
    visibility: hidden;
}

.mute-video.muted .la:before{
    content: "\f374";
}
.icon-play{
    position: absolute;
    left: 0;
    right: 0;
    font-size: 48px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.banner-video .video-wrap{
    float: left;
    width: 75%;
}
.banner-video .video-info{
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-video .video-info .title40 {
    position: relative;
    max-width: 450px;
    margin-bottom: 23px;
    padding-bottom: 26px;
    line-height: 48px;

}
.banner-video .video-info .title40:after{
    content: '';
    position: absolute;
    height: 6px;
    width: 80px;
    background: #000;
    right: 0;
    bottom: 0px;
}
.banner-video .video-info .desc {
    max-width: 210px;
    display: inline-block;
}
.banner-video .video-info .banner-button{
    margin-top: 41px;
}
.h5-banner-video .video-info .title40{
    letter-spacing: 5px;
    margin-right: -5px;
}
.h5-banner-video .video-info .title40:after{
    right: 5px;
}

.h5-brand-list{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    margin: auto;
    height: 180px;
}


/*HOme 6*/
.header6{
    position: relative;
    z-index: 11;
}
.header6 .wpb_wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-nav6 > ul > li > a{
    height: 90px;
    line-height: 90px;
    color: #fff;
}
.header-group6 .wpb_wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -12px;
}
.header-group6 .wpb_wrapper > div{
    margin: 0 12px;
}
.header-group6 .wpb_wrapper > div.mini-cart6{
    margin-right: 16px;
    margin-left: 9px;
}
.header-group6 .la{
    font-size: 28px;
}
.search-icon6 .la{
    font-size: 24px;
}
.search-icon6 .icon{
    height: auto;
    width: auto;
    border: 0;
}
.header-group6 .account-manager{
    height: auto;
    line-height: normal;
}
.mini-cart6 .mini-cart-link .mini-cart-number{
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: -8px;
}
.transparent-slider{
    margin-top: -90px;
}
.header-group6 .dropdown-box::after,
.header-group6 .account-icon *,
.header-group6 .search-el .icon,
.header-group6 .account-manager .open-login-form i,
.header-group6 .mini-cart-box .mini-cart-link {
    color: #fff;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.header-group6 .mini-cart-box .mini-cart-link:hover ,
.header-group6 .account-manager .open-login-form:hover i{
    color: #f0494c;
}
.header-group6 .account-icon .title15 {
    font-size: 19px;
}
.h6-service-wrap .wpb_wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}   
.h6-service-box{
    min-height: 120px;
    background: transparent;
    border: 1px solid #ccc;
}
.h6-service-wrap.vc_row {
    margin: 0 -30px 100px;
}
.h6-service-wrap.vc_row .vc_column-inner{
    padding: 0 30px;
}
.h6-banner-box .adv-thumb-link{

}
.h6-banner-box img{

}
.h6-banner-box .banner-info{
    position: absolute;
    background: #fff;
    padding: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    backface-visibility: hidden;
    bottom: auto;
    right: auto;
    min-height: 250px;
    max-width: 450px;
    box-shadow: 5px 8.66px 18px 2px rgba(0, 0, 0, 0.2);
}
.h6-banner-box.left{
    padding-left: 120px;
}
.h6-banner-box.right.top{
    padding-left: 120px;
    margin-bottom: 30px;
}
.h6-banner-box.right.bottom{
    padding-right: 120px;
}
.h6-banner-box.right.bottom .banner-info{
    left: auto;
    right: 0px;
}
.h6-banner-box .banner-info .title40 {
    position: relative;
    line-height: 48px;
    padding-bottom: 25px;
    margin-bottom: 21px;
}
.h6-banner-box .banner-info .title40:after{
    content: '';
    position: absolute;
    height: 6px;
    width: 80px;
    background-color: #f0494c;
    left: 0px;
    bottom: 0px;
}
.h6-banner-box .banner-info .desc{
    color: #666;
}
.h6-banner-box .banner-info .banner-button{
    margin-top: 42px;
}
.h6-banner-video {
    background: transparent;
}
.h6-banner-video .video-wrap{
    float: right;
    width: 66.66666667%;
}
.h6-banner-video .video-info{
    padding: 75px 60px 60px;
    top: 70px;
    bottom: 70px;
    right: 0;
    left: 0;
    max-width: 530px;
    background: #fff;
    transform: none;
    box-shadow: 5px 8.66px 18px 2px rgba(0, 0, 0, 0.2);
}
.h6-banner-video .video-info  .title40 {
    position: relative;
    line-height: 48px;
    padding-bottom: 25px;
    margin-bottom: 21px;
    max-width: 280px;
}
.h6-banner-video .video-info .title40:after{
    left: 0;
    right: auto;
    background-color: #f0494c;
}
.h6-banner-video .video-info .desc{
    max-width: 350px;
}
.wave-bg-top,
.wave-bg-bottom{
    position: relative;
}
.wave-bg-top:before,
.wave-bg-bottom:after{
    content: '';
    display: block !important;
    position: absolute;
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    z-index: 9;
}
.wave-bg-top:before{
    top: -75px;
    background: url(images/cloud_down.png) bottom center repeat-x;
}
.wave-bg-bottom:after{
    bottom: -75px;
    background: url(images/cloud_up.png) top center repeat-x;
}
.h6-video-wrap{
    padding: 60px 0 100px;
    background-size: cover;
    background-repeat: no-repeat;
}
.h6-products-wrap{
    padding: 100px 0 70px;
}
.h6-title-el {
    margin: -3px 0 47px;
}
.h6-posts-el .item-post-grid4 .post-meta-data li.meta-author a,
.h6-posts-el .item-post-grid4 .post-info *{
    color: #000;
}

/*Home 7*/
.h7-content-wrap.vc_section{
    padding: 0 60px;
}
.h7-row-expand.vc_row{
    margin: 0 -60px;
    padding-left: 45px;
    padding-right: 45px;
}
.h7-footer-fixed .footer-top.vc_row,
.h7-footer-fixed .footer-bottom.vc_row{
    padding-left: 45px;
    padding-right: 45px;
}
.h7-products-slider .list-product-wrap {
    margin: 0 -15px;
}
.h7-content-wrap .product-slider-view .owl-nav{
    opacity: 0;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.h7-content-wrap .product-slider-view:hover .owl-nav{
    opacity: 1;
}





.header-group7 .wpb_wrapper{
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
}
.header-group7 .search-el .icon, 
.header-group7 .account-manager .open-login-form i, 
.header-group7 .mini-cart-box .mini-cart-link{
    color: #666666;
}
.header-group7 .dropdown-box::after,
.header-group7 .account-icon .title15{
    color: #666666;
}
.header-group7 .search-el .icon:hover, 
.header-group7 .account-manager .open-login-form:hover i, 
.header-group7 .mini-cart-box .mini-cart-link:hover{
    color: #f0494c;
}
.header-social {
    margin: 0 -7px;
}
.header-social > a{
    color: #898989;
    font-size: 16px;
    margin: 0 7px;
}
.header-social > a:hover{
    color: #f0494c;
}
.header-group7 .wpb_wrapper > div.vc_inner {
    position: relative;
    margin: 26px -3px 0;
    padding-top: 27px;
}
.header-group7 .wpb_wrapper > div.vc_inner:before{
    content: " ";
    display: block !important;
    position: absolute;
    left: 30px;
    top: 0;
    height: 1px;
    width: calc(100% - 60px);
    background: rgba(204, 204, 204, .2);
}
.header-group7 .wpb_wrapper > div.header-social{
    margin-bottom: 8px;
}
.h7-products-slider{
    margin-top: 60px;
}
.h7-products-slider .title-el{
    margin: -2px 0 56px;
}
.h7-products-slider .title-el .title40{
    font-size: 20px;
}
.h7-slider-wrap .owl-theme .owl-dots{
    position: relative;
    bottom: -14px;
}
.h7-slider-wrap > .wpb_column.left > .vc_column-inner {
    padding-right: 45px;
}
.h7-slider-wrap > .wpb_column.left > .vc_column-inner > .wpb_wrapper{
    margin-left: -60px;
}
.h7-slider-wrap > .wpb_column.right > .vc_column-inner{
    padding-left: 45px;
    margin-left: -15px;
}
.h7-products-right .product-slider-view .owl-carousel .owl-nav button.owl-prev {
    left: 15px;
}
.h7-products-right .product-slider-view .owl-carousel .owl-nav button.owl-next {
    right: 15px;
}
.h7-products-slider .owl-theme .owl-dots .owl-dot.active span{
    width: 10px;
}
.h7-products-slider .owl-theme .owl-nav button[class*=owl-]{
    font-size: 24px;
    color: #000;
    background: transparent !important;
}
.h7-banner-box .banner-info{
    left: auto;
    right: 160px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}
.h7-banner-box .banner-info .title40{
    margin-bottom: 15px;
}
.h7-banner-box .banner-info .desc{
    max-width: 465px;
    float: right;
    margin-bottom: 42px;
}

.h7-banner-video{
    height: 100%;
}
.h7-banner-video video{
    height: 100%;
}
.h7-tes-video.vc_row{
    padding: 0;
}
.h7-tes-video .left .vc_column-inner{
    background: #2e3c4d;
    padding: 100px 50px 88px 60px;
    margin-right: -90px;
}
.h7-tes-video .right .vc_column-inner{
    padding: 0;
    margin-left: 90px;
}
.h7-tes-video .right .vc_column-inner .wpb_wrapper{
    height: 100%;
}
.h7-tes-title{
    margin-bottom: 39px;
}
.h7-testimonial-slider .testimo-info .desc{
    text-align: left;
    color: #fff;
}
.h7-testimonial-slider .testimo-info .title18{
    color: #fff;
}
.h7-testimonial-slider .testimo-thumb {
    margin-bottom: 33px;
}
.h7-brand-list{
    height: 280px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.h7-newsletter {
    margin: 96px 0 100px;
}
.h7-newsletter .form-newsletter{
    margin-top: 0;
}
.h7-newsletter .title-el{
    margin-bottom: 27px;
}










.toggle-btn{
    position: absolute;
    top: 4px;
    right: 0;
    width: 8px;
    height: 8px;
    cursor: pointer;
}
.toggle-btn:before{
    content: '';
    height: 2px;
    width: 8px;
    background-color: #f0494c;
}
.toggle-btn:before, 
.toggle-btn:after {
    content: "";
    position: absolute;
    background-color: #000;
    transition: transform 0.25s ease-out;
}
.toggle-btn:before{
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.toggle-btn:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.widget.toggle .toggle-btn:before,
.widget.toggle .toggle-btn:after {
    transform: none;
}

.top-filter .box-attr-filter::before {
    display: none;
}
.top-filter .box-attr-filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 20px;
    width: calc(100% - 30px);
    left: 15px;
}
.top-filter .box-attr-filter .widget ul {
    max-height: 180px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
}
.top-filter .box-attr-filter .widget ul::-webkit-scrollbar {
    width: 2px;
}
.top-filter .box-attr-filter .widget ul::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .15);
    border-radius: 0px;
}
.top-filter .box-attr-filter .widget ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .25);
    border-radius: 0px;
}
.widget_orderby .dropdown-link {
    display: none;
}
.widget_orderby .dropdown-list {
    display: block;
    position: static;
    opacity: 1;
    visibility: visible;
    border: 0;
    box-shadow: none;
}
.widget_orderby .dropdown-list li a {
    display: block;
    position: static;
    opacity: 1;
    visibility: visible;
    border: 0;
    box-shadow: none;
    padding: 0;
    line-height: normal;
    height: auto;
}
.widget_orderby .dropdown-list li a.active {
    color: #f0494c;
    background: transparent;
}
.hidden-sidebar .aside-link{
    background: #fff;
    border: 1px solid #ebebeb;
    font-weight: 600;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    position: relative;
}
.hidden-sidebar .widget ul li, .sort-pagi-bar .box-attr-filter .widget ul li {
    line-height: normal;
    border: 0;
}
.hidden-sidebar .widget ul li i.count, .sort-pagi-bar .box-attr-filter .widget ul li i.count {
    float: right;
    font-style: normal;
    width: 30px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #eee;
    font-size: 12px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.hidden-sidebar .widget ul li a.active i.count, 
.sort-pagi-bar .box-attr-filter .widget ul li a.active i.count, 
.hidden-sidebar .widget ul li a:hover i.count, 
.sort-pagi-bar .box-attr-filter .widget ul li a:hover i.count {
    background: #ff4f42;
    color: #fff;
    border-color: #ff4f42;
}
.hidden-sidebar.aside-box .close-aside {
    position: static;
    margin: 10px 0 40px;
}
.hidden-sidebar .show_icon {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 2px;
    background-color: #999;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.hidden-sidebar .show_icon:before, .hidden-sidebar .show_icon:after {
    position: absolute;
    content: "";
    left: 0;
    background-color: #999;
    display: inline-block;
    width: 17px;
    height: 2px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.hidden-sidebar .show_icon:before {
    top: -6px;
}
.hidden-sidebar .show_icon:after {
    top: 6px;
}
.hidden-sidebar .text {
    margin: 0 7px;
}
.cart-aside .hidden-sidebar .aside-link{
    color: #f0494c;
}
.cart-aside .hidden-sidebar .aside-link .show_icon, 
.cart-aside .hidden-sidebar .aside-link .show_icon:before, 
.cart-aside .hidden-sidebar .aside-link .show_icon:after,
.hidden-sidebar .aside-link:hover .show_icon, 
.hidden-sidebar .aside-link:hover .show_icon:before, 
.hidden-sidebar .aside-link:hover .show_icon:after {
    background-color: #f0494c;
}
.hidden-sidebar .aside-link:hover .show_icon:before {
    width: 12px;
}
.hidden-sidebar .aside-link:hover .show_icon:after {
    width: 10px;
}
.hidden-sidebar.aside-box .aside-box-content{
    padding-top: 30px;
}
table.wishlist_table .product-price > span.nobr{
    font-weight: 700;
    font-size: inherit;
}
.woocommerce table.wishlist_table .product-add-to-cart{
    max-width: 120px;
}
.wishlist_table tr td.product-stock-status span {
    font-weight: 600;
}


/*Sticky add cart*/
.sticky-addcart .product-info{
    margin: 0 20px;
}
.sticky-addcart h3.title18 {
    margin-bottom: 4px;
}
.sticky-addcart .product-price{
    margin-bottom: 0px;
}
.sticky-cart-form .wishlist-link{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background-color: #f0494c;
    color: #fff;
    padding: 0;
    font-size: 18px;
}
.sticky-cart-form .wishlist-link:hover{
    background-color: #4c5461;
}
body.woocommerce .sticky-cart-form  form.cart {
    display: flex;
    margin: 0px !important;
    width: auto;
}
.sticky-cart-form .yith-wcwl-add-to-wishlist{
    display: inline-block;
}
.sticky-cart-form .yith-wcwl-add-button > a i{
    margin: 0;
}
body.woocommerce .sticky-cart-form .detail-qty {
    margin-bottom: 0px;
}
body.woocommerce .sticky-cart-form .button.single_add_to_cart_button {
    margin: 0 20px;
}

.sticky-addcart {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .12);
    box-shadow: 0 0 9px rgba(0, 0, 0, .12);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
}

.sticky-addcart.active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}




.tab-expand *{
    margin: 10px 0;
}
.tab-expand .text-card:not(:last-child){
    margin-bottom: 30px;
}
.text-card ul li{
    position: relative;
}
.text-card ul li:before{
    content: "\f17b";
    font-family: "LineAwesome";
    margin-right: 5px;
}


.wishlist-title{
    display: none;
}

/*Footer*/
.footer-top,
.footer-bottom{
    background: #252525;
}
.footer-top.vc_row{
    padding: 90px 0 100px;
}
.footer-bottom.vc_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #676767;
    height: 70px;
}
.footer-logo{
    margin-bottom: 15px;
}
.footer-logo.mma-logo span.title16{
    top: -10px;
}
.footer-newsletter h3.title40,
.footer-box-link h3.title20 {
    font-size: 20px !important;
    color: #fff;
    margin: 6px 0 25px;
    text-align: left;
}
.footer-instagram h3.title18, 
.footer-post h3.title40{
    font-size: 20px !important;
    color: #fff;
    margin: 6px 0 36px;
    text-align: left;
}
.footer-page .block-element .title-el{
    margin: 0px;
}
.footer-box-link ul.list-none li{
    padding: 8px 0;
}
.footer-box-link ul.list-none li:last-child{
    padding-bottom: 0px;
}
.footer-box-info *{
    color: #898989;
}
.footer-box-info .desc{
    margin-bottom: 21px;
}
.footer-box-info ul.list-none li:not(:last-child){
    margin-bottom: 12px;
}
.footer-box-info ul.list-none li{
    position: relative;
    padding-left: 25px;
}
.footer-box-info ul.list-none li i{
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 18px;
    color: #f0494c;
    margin-right: 7px;
}
.footer-post-item:not(:last-child) .flex{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #676767;
}
.footer-post-item .post-info{
    -webkit-flex-basis: calc(100% - 70px);
    flex-basis: calc(100% - 70px);
    padding-left: 10px;
}
.footer-post-item .post-info h3.post-title{
    line-height: 22px;
    max-height: 42px;
    overflow: hidden;
    margin: -4px 0 5px;
}
.footer-post-item .post-info i.la {
    margin-right: 3px;
}
.footer-bottom > .wpb_column > .vc_column-inner > .wpb_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-copyright {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.foorter-payments{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
.footer-bottom-links{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.foorter-payments ul{
    font-size: 0;
    margin: 0 -7px;
}
.foorter-payments ul li{
    font-size: 36px;
    margin: 0 7px;
}
.footer-bottom-links ul{
    margin: 0 -10px;
}
.footer-bottom-links ul li{
    font-size: 12px;
    margin: 0 10px;
}
.footer-newsletter{
}
.footer-newsletter .form-newsletter{
    margin-top: 38px;
}
.footer-newsletter .form-newsletter form .mc4wp-form-fields{
    border-radius: 0px;
}
.footer-newsletter .form-newsletter input[type="email"] {
    padding: 0 20px;
    font-size: 12px;
    border: 0 !important;
    border-radius: 0px !important;
    margin: 0 !important;
}
.footer-newsletter .form-newsletter .submit-form {
    position: absolute !important;
    width: auto !important;
    height: 46px !important;
    line-height: 46px !important;
}
.footer-newsletter .form-newsletter .submit-form input[type="submit"]{
    position: absolute;
    left: 0;
    top: 1px;
    height: 100%;
    width: 60px;
    padding: 0;
    background: transparent;
}
.footer-newsletter .form-newsletter .submit-form:before{
    content: "\f2a8";
    font-family: 'LineAwesome';
    margin-top: 1px;
    display: block !important;
    font-size: 30px;
    width: 60px;
    text-align: center;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.footer-newsletter .form-newsletter .submit-form:hover:before{
    color: #f0494c;
}
.footer-bottom3.vc_row{
    height: auto;
    border: 0;
}
.footer-bottom3.vc_row .wpb_wrapper {
    height: 50px;
    border-top: 1px solid #676767;
}
.footer-top4, 
.footer-bottom4{
    background: #00001e;
}
.footer-bottom4.vc_row{
    border-color: rgba(255, 255, 255, .3);
}
.footer-top5, 
.footer-bottom5{
    background: #f5f5f5;
}
.footer-top5 .footer-newsletter h3.title40, 
.footer-top5 .footer-box-link h3.title20{
    color: #000;
}
.footer-bottom5.vc_row{
    border-color: #ccc;
}
.h2-footer-social h3.title20,
.footer-top5 .footer-box-info * {
    color: #666666;
}
.footer-top5 .h2-footer-social > a{
    color: #000;
    background: #fff;
}
.footer-top5 .h2-footer-social > a:hover{
    color: #fff;
    background: #f0494c;
}
.footer-bottom5 a,
.footer-top5 a{
    color: #666666;
}
.footer-bottom5 a:hover,
.footer-top5 a:hover{
    color: #f0494c;
}
.footer-top6, 
.footer-bottom6 {
    background: #f5f5f5;
}
.footer-bottom6.vc_row .wpb_wrapper{
    border-color: rgba(204, 204, 204, .3);
}
.footer-top6 .footer-post-item .post-title a{
    color: #000;
}
.footer-top6 .footer-post-item .post-title a:hover{
    color: #f0494c;
}
.footer-top6 .footer-post-item:not(:last-child) .flex {
    border-color: rgba(255, 255, 255, .3);
}
.footer-top6 .footer-newsletter h3.title40, 
.footer-top6 .footer-box-link h3.title20,
.footer-top6 .footer-instagram h3.title18, 
.footer-top6 .footer-post h3.title40{
    color: #000;
}
.footer-top6.vc_row{
    padding-top: 100px;
}
.footer-top7.vc_row{
    background: rgba(27, 40, 54, .91);
}
.footer-bottom7.vc_row .wpb_wrapper{
    height: 80px;
    border: 0;
}
.footer-bottom7.vc_row{
    background: #1b2836;
}
.wrap-4-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    width: 50%;
}
.wrap-4-item .list-col-item{
    float: left;
    width: 50%;
    padding: 0 15px;
}
.products-video .list-product-wrap{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.products-video .list-product-wrap > .list-4-item{
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
}


.products-video .banner-video {
    height: 100%;
}
.item-video{
    margin-bottom: 30px;
}
.term-description{
    display: none;
}
.item-post-large .pore {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}








.widget .comment-author-link a,
.widget .comment-author-link{
    color: #000;
    font-weight: 600;
}
.widget .comment-author-link a:hover{
    color: #f0494c;
}
.widget_product_search button[type=submit] {
    position: absolute;
    font-size: 0;
    padding: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    background: transparent;
    border: none;
    z-index: 1;
}

.comment-list li.pingback .edit-link{
    position: absolute;
    right: 15px;
    top: 30px;
}
.comment-list li.pingback{
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
}
.comment-list li.pingback .comment-body{
    padding-right: 50px;
}
.comment-list li.pingback:last-child{
    margin-bottom: 0px;
}
.entry-content,
.detail-content-wrap{
    color: #898989;
    margin: 0;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}
.entry-content > p:last-child,
.detail-content-wrap > p:last-child,
.entry-content > *:last-child,
.detail-content-wrap > *:last-child{
    margin-bottom: 0;
}
.comment-desc address,
.comment-desc > ol li,
.comment-desc > ul li,
.detail-content-wrap address,
.detail-content-wrap > ol li,
.detail-content-wrap > ul li,
.entry-content address,
.entry-content > ol li, 
.entry-content > ul li{
    line-height: 28px
}
.entry-content > table th, 
.entry-content > table td, 
.entry-content dd, 
.entry-content dt,
.detail-content-wrap > table th, 
.detail-content-wrap > table td, 
.detail-content-wrap dd, 
.detail-content-wrap dt,
.comment-desc > table th, 
.comment-desc > table td, 
.comment-desc dd, 
.comment-desc dt{
    line-height: 24px;
}
.comment-desc > table tr > *,
.detail-content-wrap > table tr > *,
.entry-content > table tr > * {
    padding: 10px;
}
.comment-desc > dl > *,
.detail-content-wrap > dl > *,
.entry-content > dl > * {
    padding: 5px 0;
}


/*gutenberg optimized css font-end*/
.wp-block-image .alignleft {
  margin-right: 2em;
}
.wp-block-image .alignright {
  margin-left: 2em;
}
.wp-block-cover{
    margin-top: 0px !important;
}
.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
    margin-bottom: 30px;
    margin-top: 26px;
}
.content-wrap .wp-block-pullquote blockquote{
    padding: 0 !important;
}
.content-wrap .wp-block-pullquote blockquote:before, 
.content-wrap .wp-block-pullquote blockquote:after{
    display: none;
}
.wp-caption-text{
    color: #999;
    margin-top: 10px;
}
.wp-block-quote > p:last-child{
    margin-bottom: 0px; 
}
.wp-block-pullquote p, 
.wp-block-pullquote p{
    font-size: 28px !important;
}

.wp-block-quote cite{
    color: #999;
    font-size: 13px;
    margin-top: 2em;
    position: relative;
    font-style: normal;
    display: block;
}
.wp-block-quote.is-large cite, 
.wp-block-quote.is-large footer, 
.wp-block-quote.is-style-large cite, 
.wp-block-quote.is-style-large footer{
    text-align: inherit;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
    font-size: 24px;
    color: #999;
    font-style: normal;
}
.wp-block-button{
    margin-top: 30px;
    margin-bottom: 30px;
}
.wp-block-button .wp-block-button__link{
    line-height: 1.8;
}
.entry-content > ul,
.detail-content-wrap > ul{
    margin-bottom: 25px;
}
.entry-content > p ~ *,
.detail-content-wrap > p ~ *{
    margin-top: 25px;
}
.detail-content-wrap img:last-child,
.entry-content img:last-child{
    margin-bottom: 0px;
}
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6,
.detail-content-wrap h1,
.detail-content-wrap h2,
.detail-content-wrap h3,
.detail-content-wrap h4,
.detail-content-wrap h5,
.detail-content-wrap h6{
    margin: 25px 0;
    font-weight: 600;
}
.entry-content > p.wp-block-subhead,
.detail-content-wrap p.wp-block-subhead{
    margin-top: 25px;
}
.wp-block-embed,
.wp-block-image{
    margin-top: 20px;
}
figure{
    margin-bottom: 20px;
}
.has-huge-font-size,
.has-larger-font-size,
.has-large-font-size{
    line-height: 1.8;
}
.wp-block-embed-twitter{
    margin-top: .5em;
} 
figure.wp-block-embed-twitter{
    margin-top: 10px;
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p{
    font-style: inherit
}
.wp-block-embed-youtube iframe{
    width: 100%;
}
.wp-block-text-columns{
    max-width: 880px;
    margin-bottom: 30px;
}
.wp-block-text-columns.alignwide {
    max-width: 1100px;
}
.wp-block-text-columns.alignfull  {
    max-width: none;
}
a.wp-block-button__link{
    color: #fff;
}
.is-style-outline a.wp-block-button__link:not(.has-text-color){
    color: #32373c;
}
.wp-block-table td, .wp-block-table th {
    border: 1px solid #eaeaec;
}
.wp-block-categories-list li:not(:last-child),
.wp-block-latest-posts li:not(:last-child){
    margin-bottom: 6px;
}
.wp-block-categories-list ul {
    margin-top: 6px;
}
.wp-block-separator {
    border: none;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #000;
}
.wp-block-separator.is-style-wide{
    max-width: 100%;
}
.wp-block-file .wp-block-file__button {
    display: inline-block;
    line-height: 1.8;
}
/* end gutenberg optimized css font-end*/
.header-top-default .logo h1{
    font-size: 30px;
}