/*Import*/
/*************************************
[Master Stylesheet]
Project: gtech
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.Home 7
8.Home 8
9.About
10.Contact
11.Menu Ontop
12.Preview  Menu
13.Shop
14.Product Details
15.Blog
***********************************************/
.hidden{
    display: none;
}
.list-tag-detail.nav-tabs{
    border-bottom: 0;
}
.tab-style2 .list-tag-detail.nav-tabs{
    margin: 0 -3px;
}
.list-tag-detail.nav-tabs li{
    width: 100%;
}
.tab-style2 .detail-tab-title ul li {
    width: auto;
    margin: 0 3px;
}
.list-tag-detail li a.active::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 2px;
    content: "";
    bottom: -1px;
    background: #333;
}
.menupop.hover:hover {
    transition: none;
    transform: none;
    animation: unset;
}
/*UNITEST*/
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
pre{
    white-space: pre-wrap;
}
.wp-block-pullquote.alignleft,
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;
}
table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #eaeaec;
    padding:5px;
}
/*Widget*/
.widget .screen-reader-text{
    display: none;
}
.widget-title{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
}
.widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li{
    padding: 5px 0;
}
.widget abbr[title]{
    border-bottom: 0;
}
.tagcloud a{
    padding: 6px 15px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 5px;
}
.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 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 ul.sub-menu,
.widget ul.children{
    padding-left: 15px;
    margin-top: 3px;
}
.widget ul li:last-child{
    padding-bottom: 0;
}
.widget select{
    max-width: 100%;
    width: 100%;
}
.textwidget p > img{
    margin: 6px 0;
}
.entry-content > p,
.rssSummary,
.widget p{
    color: #555;
    margin: 0 0 15px;
    line-height: 24px;
}
a.rsswidget{
    font-weight: bold;
}
.rss-date{
    color: #999;
}
.widget.widget_rss ul li{
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 8px;
}
.widget.widget_rss ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 5px 0 5px;
}
.widget .select2-container .select2-search--inline .select2-search__field{
    height: 35px;
    margin: 0;
    padding: 0;
}
.widget .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #e5e5e5 1px;
}
.woocommerce-product-search input[type=search]{
    border: 1px solid #e5e5e5;
    height: 40px;
    padding: 0 15px;
    display: block;
    width: 100%;
    border-radius: 4px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:first-child,
.widget ul li:first-child{
    padding-top: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child,
.widget ul li:last-child{
    padding-bottom: 0;
}
span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.widget .select2-container--default .select2-selection--multiple{
    border-color: #e5e5e5;
}
.widget .mini-cart-empty {
    padding-top: 0;
}
.error-404.not-found{
    margin-bottom: 40px;
}
.error-404 .wg-search-form{
    margin-top: 20px;
    max-width: 415px;
}
/*End widget*/
.post-password-form input[type=submit]{
    background: #fff;
    vertical-align: top;
    padding: 0 20px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.post-password-form input[type=submit]:hover{
    background: #999;
    color: #fff;
}
.sticky{
    display: inline-block;
}

.main-page-default.has-comments-box article{
    margin-bottom: 33px;
}
/*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{
    padding: 0 5px;
}
.list-post-wrap .wrap-item[data-item="5"],
.list-post-wrap .wrap-item[data-item="6"],
.blog-grid-view[data-column="5"] .row,
.blog-grid-view[data-column="6"] .row,
.product-grid-view[data-column="5"] .row,
.product-grid-view[data-column="6"] .row,
.product-grid-view[data-column="7"] .row,
.product-grid-view[data-column="8"] .row,
.product-grid-view[data-column="9"] .row,
.product-grid-view[data-column="10"] .row{
    margin: 0 -5px;
}
/*end*/

.blog-grid-view .list-post-wrap{
    margin: 0 -15px;
}
.pagi-nav > span{
    display: inline-block;
    height: 30px;
    line-height: 28px;
    border: 1px solid transparent;
    min-width: 30px;
    text-align: center;
    border-radius: 4px;
}
.pagi-nav .current{
    color: #fff;
}
.main-page-default{
    margin: 60px 0;
}
.loadmore {
    display: inline-block;
    color: #fff;
    height: 44px;
    line-height: 44px;
    padding: 0 40px;
    border: none;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.loadmore:hover{
    background: #f2f2f2;
    color: #444444;
}
.btn-loadmore{
    text-align: center;
}
.post-meta-data a{
    color: #999; 
}
/*Share*/
.single-list-social ul{
  margin: 0 -2px;
}
.single-list-social ul li{
  margin: 0 2px;
}
.share-icon{
    height: 28px;
    line-height: 30px;
    display: block;
    padding: 0 8px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    min-width: 29px;
}
.share-icon.facebook-social{
  background: #2d5f9a;
}
.share-icon.twitter-social{
  background: #58c7ff;
}
.share-icon.google-social{
  background: #d93c2d;
}
.share-icon.envelope-social{
  background: #484745;
}
.share-icon.linkedin-social{
  background: #00527b;
}
.share-icon.pinterest-social{
  background: #ed2024;
}
.share-icon.tumblr-social{
  background: #3f557a;
}
.share-icon i{
  font-size: 16px;
}
.share-icon.total-share{
    height: 28px;
    line-height: 28px;
    border: 1px solid #e5e5e5;
    color: #cb0909;
}
.share-icon .number{
  margin: -1px 4px 0;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
}
/*End share*/
.author-thumb img,
.comment-thumb img{
    border-radius: 10px;
}
.comment-list ul.children{
    list-style: none;
}
.blog-comment-detail > h2.title18 {
    margin-bottom: 25px;
}
.comment-list li li:last-child .item-comment {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
}
.comment-info .fn{    
    font-weight: 700;
    text-transform: uppercase;    
}
.comment-info .fn a{
    color: #333;
}
.comment-reply-title{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
}
.reply-comment .desc {
    margin: 0 0 30px;
}
.content-post-default .desc {
    margin-bottom: 30px;
}
.content-post-default h3 {
    margin-bottom: 20px;
}
.bread-crumb ul:last-child li:last-child a::after,
.bread-crumb > a:last-child::after{
    display: none;
}
.bread-crumb ul{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.bread-crumb a::after {
    margin: 0 6px 0 6px;
}
.woocommerce .woocommerce-breadcrumb{
    margin: 0;
}
.bread-crumb ul.post-categories li {
    display: inline-block;
}
/*woocommerce sidebar*/
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img{
    width: 70px;
}
.widget .product_list_widget .wrap-rating{
    margin-top: 4px;
}
.widget .product_list_widget .reviewer,
.widget .product_list_widget .product-price{
    margin-top: 8px;
    display: block;
}
.woocommerce ul.product_list_widget > li{
    margin-bottom: 15px;
}
.woocommerce .widget_rating_filter ul li {
    padding: 0 0 6px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #999;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #333;
}
.woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit,
.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;
    border: 0;
    padding: 0 29px !important;
    border-radius: 30px;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
        background-image: -moz-linear-gradient( -180deg, rgb(14,56,72) 0%, rgb(44,95,96) 80%);
    background-image: -webkit-linear-gradient( -180deg, rgb(14,56,72) 0%, rgb(44,95,96) 80%);
    background-image: -ms-linear-gradient( -180deg, rgb(14,56,72) 0%, rgb(244,95,96) 80%);
    background-size: 200% auto;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}
.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-position: right center;
}
.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: unset;
        background-image: -moz-linear-gradient( -180deg, rgb(14,56,72) 0%, rgb(44,95,96) 80%);
    background-image: -webkit-linear-gradient( -180deg, rgb(14,56,72) 0%, rgb(44,95,96) 80%);
    background-image: -ms-linear-gradient( -180deg, rgb(14,56,72) 0%, rgb(244,95,96) 80%);
    border-color: transparent;
    color: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .widget_price_filter .price_slider_amount{
    font-size: 14px;
    line-height: 38px;
}
.woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit{
    margin: 10px 0 0;
}
select,
input[type=password],
input[type=number],
input[type=email],
input[type=text],
input[type=tel]{
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}
textarea{
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 10px;
    resize: none;
}
.widget_product_search input[type=submit]{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    background: transparent;
    border: none;
    z-index: 1;
    font-size: 0;
}
.widget_product_search input[type=search]{    
    width: 100%;
}
.woocommerce-product-search{
    position: relative;
}
.woocommerce-product-search::after {
    position: absolute;
    top: 12px;
    right: 15px;
    font-family: fontAwesome;
    content: "\f002";
    color: #999;
}
.woocommerce-loop-category__title{
    margin: 17px 0 7px;
    font-size: 14px;
    font-weight: 400;
}
.item-product .mark,
.item-product mark{
    background-color: transparent;
}
.woocommerce .woocommerce-ordering {
    margin-bottom: 0;
}
.woocommerce nav.woocommerce-pagination {
    text-align: left;
}
.label-wrap.wapl-aligncenter{
    text-align: center;
}
.shop-loading{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 98;
}
.shop-loading i{
    font-size: 40px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    color: #fff;
}
.ajax-loading:not(.list-product-search){
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.3);
    z-index: 9999;
}
.ajax-loading:not(.list-product-search) i{
    font-size: 36px;
    position: absolute;
    color: #2C9AFD;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    margin: auto;
}
.loadding{
    position: relative;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images{
    float: none;
    width: 100%;
}
.woocommerce div.product .woocommerce-product-rating{
    margin-bottom: 0;
    margin-top: -6px;
}
.woocommerce div.product .woocommerce-product-rating .wrap-rating{
    display: inline-block;
    margin-bottom: 10px;
}
.entry-summary > p{
    margin-bottom: 0;
}
/*End default*/


/*Begin custom*/
.main-nav>ul>li.current-menu-item>a,
.main-nav>ul>li.current-menu-ancestor>a,
.main-nav>ul>li:hover>a{
    background: rgba(255, 255, 255, 0.1);
}
.main-nav li:not(.has-mega-menu) .sub-menu li:hover,
.main-nav .sub-menu li.current-menu-item,
.main-nav .sub-menu li.current-menu-ancestor{
    background: rgba(0, 0, 0, 0.1);
}
.product-price > span,
.product-price ins{
    color: #222222;
    font-weight: 700;
    font-size: 14px;
}
.product-price ins{
    color: #ff4e31;
}
.product-price del{
    color: #222222;
    text-decoration-line: none;
    text-decoration: unset;
    font-family: Oswald;
    font-weight: 700;
    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;
    border: 1px solid #e5e5e5;
    padding: 0 20px;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    margin: 0;
    font-weight: normal;
}
.woocommerce #respond input#submit:hover,
a.added_to_cart:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce a.button.addcart-link:hover{
    background: #999;
    border-color: #999;
    color: #fff;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after{
    top: 0;
    right: 0;
}
.woocommerce ul.products li.product .button{    
    margin: 0;
}
.product-thumb{
    border: 1px solid #e5e5e5;
}
.sort-by .select-box select {
    line-height: 36px;
}
.title-page{
    position: relative;
    z-index: 1;
}
.title-page + div{
    position: relative;
    z-index: 0;
}
.woocommerce div.product div.images .carousel li img{
    width: 50px;
}
.detail-info .product-desc {
    color: #555;
    margin-bottom: 20px;
    line-height: 24px;
}
.product_meta > span{
    display: block;
}
.product_meta > span > span,
.product_meta > span > a{
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.detail-qty .qty-val{
    border: 0;
    height: 38px;
}
.detail-info .product-price > span,
.detail-info .product-price ins{
    font-size: 18px;
}
.detail-info .product-price del{
    font-size: 14px;
}
.qty-cart > .woocommerce-variation-add-to-cart{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
    text-align: center;
    min-height: 50px;
    border: none;
    border-radius: 30px;
    padding-left: 53px !important;
    padding-right: 33px !important;
    font-weight: bold;
    color: #fff;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button:before{
    position: absolute;
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    background: #0e73cc;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button:after{
    position: absolute;
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    left: 4px;
    top: 4px;
    background: url("images/icon/add-to-cart-icon.png");
}
.woocommerce div.product form.cart .button.single_add_to_cart_button.disabled:before{
    background: rgba(0,0,0,0.3);
}
.detail-attr:not(.type-select):not(.type-) .select-box::after{
    display: none;
}
.reset_variations[style="visibility: hidden;"]{
    display: none;
}
.woocommerce div.product form.cart .reset_variations{
    font-size: 14px;
    text-align: right;
    padding-top: 0;
}
.woocommerce div.product form.cart .reset_variations[style="visibility: visible; display: inline;"] {
    display: block !important;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover{
    background-color: #999;
}
.woocommerce-variation.single_variation{
    /*margin-left: 100px;*/
}
.item-product-meta-info label {
    min-width: 98px;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
.item-product-meta-info > span{
    padding: 0;
    border: 0;
    display: table;
}
.item-product-meta-info > span > *{
    display: table-cell;
}
.item-product-meta-info .meta-item-list span,
.item-product-meta-info .meta-item-list  a{
    margin-bottom: 5px;
}
.select-box select{
    z-index: inherit;
}

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

.tawcvs-swatches .swatch {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 15px;
    cursor: pointer;
    border: 1px solid transparent;
    position: relative;
}

.tawcvs-swatches .swatch.selected {
    -webkit-box-shadow: 0 0 5px;
    -moz-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;
    border-color: #999;
    opacity: 1;
}

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

.tawcvs-swatches .swatch-color {
    text-indent: -9999px;
}

.tawcvs-swatches .swatch-color.selected {
    border-color: transparent;
    box-shadow: none;
}
.tawcvs-swatches .swatch-color.active:before,
.tawcvs-swatches .swatch-color.selected:before {
    content: "";
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    display: block;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    position: absolute;
}
.tawcvs-swatches .swatch-label {
    background-color: #fff;
    border: 1px solid #ebebeb;
}

.tawcvs-swatches .swatch-image {
    overflow: hidden;
}
.tawcvs-swatches .swatch img{
    vertical-align: top;
}
.widget .tawcvs-swatches .swatch{
    margin-right: 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: #555;
    margin: 0;
    line-height: 24px;
}
.detail-tabs.tab-style2{
    display: block;
    border: 0;
}
.tab-style2 .detail-tab-title ul li{
    display: inline-block;
}
.tab-style2 .detail-tab-title{
    min-width: inherit;
    border: 0;
}
.tab-style2 .list-tag-detail li a{
    border: 1px solid #e5e5e5;
}
.tab-style2 .list-tag-detail li.active a::after{
    display: none;
}
.tab-style2 .detail-tab-content{
    margin: 0;
}
.woocommerce #reviews #comments > h2 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    display: none;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
    width: 70px;
    border: 0;
    padding: 0;
    border-radius: 10px;
}
.woocommerce #reviews #comments ol.commentlist{
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    margin-left: 90px;
    border: none;
    padding-top: 0;
}
.woocommerce-Reviews .comment-reply-title {
    margin-bottom: 10px;
    display: block;
}
.comment-form-rating > label{
    margin-bottom: 10px;
}
.woocommerce #review_form #respond p.stars{
    margin-bottom: 0;
}
.woocommerce .star-rating,
.woocommerce p.stars a{
    color: #ffc000;
}
.detail-tabs{
    margin-bottom: 0px;
}
/* End detail tab css*/
.single-title{
    margin-bottom: 30px;
}
.select-box::after{
    z-index: 0;
}
/*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{
    line-height: 24px;
    margin-bottom: 30px;
}
.entry-content{
    margin-bottom: 0;
}
.page-links > span,
.page-links > a{
    padding: 6px 10px;
    border: 1px solid #e5e5e5;
    margin: 0 2px;
}
.page-links{
    margin-bottom: 35px;
}
.woocommerce div.product form.cart:not(.variations_form){
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center; 
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center; 
    margin-bottom: 0px;
}
.woocommerce div.product form.cart:not(.variations_form) > label{
    width: 100px;
    margin: 0;
}
.woocommerce div.product .list-product-group form.cart{
    display: block;
}
.list-product-group form.cart table{    
    width: 100%;
}
.group-qty label{
    display: none;
}
.woocommerce div.product form.cart .group_table td.group-info{
    padding: 6px 15px;
}
.woocommerce div.product form.cart .group_table td:first-child {
    width: 80px;
}
.woocommerce div.product .list-product-group form.cart .button.single_add_to_cart_button{
    margin: 20px 0 0 0;
    min-width: 50%;
}
.woocommerce div.product form.cart .group_table tr:last-child td{
    padding-bottom: 20px;
}
.woocommerce table.shop_table{
    padding: 0;
    border-collapse: collapse;
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text{
    border-color: #e5e5e5;
}
#add_payment_method .cart-collaterals .cart_totals table, 
.woocommerce-cart .cart-collaterals .cart_totals table, 
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: collapse;
}
.select2-container--default .select2-selection--single{
    border-color: #e5e5e5;
    height: 38px;
    border-radius: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
    right: 6px;
}
/*My account*/
.woocommerce-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 #e0e0e0;
    border-radius: 30px;
}
.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-MyAccount-navigation ul li:hover{
    color: #fff;
}
.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: #333;
}
.woocommerce-MyAccount-content a:hover{
    color: #999;
}
.woocommerce-account .addresses .title .edit{
    font-size: 14px;
    background: #999;
    color: #fff;
    padding: 5px 10px;
    margin-top: 20px;
    border: 1px solid #999;
}
.woocommerce-account .addresses .title .edit:hover{
    background: #fff;
    color: #333;
}
.woocommerce form .form-row input.input-text{
    height: 40px;
    border: 1px solid #e5e5e5;
}
.select2-container .select2-choice{
    height: 40px;
    border: 1px solid #e5e5e5;
    line-height: 40px;
}
.select2-drop-active{
    border-color: #e5e5e5;
}
.mini-cart-empty{
    padding-top: 20px;
}
.mini-cart-box.mini-cart-icon.dropdown-box .mini-cart-empty{
    padding-top: 0px;
}
.mini-cart-button a,
.woocommerce .mini-cart-button a{
    height: 40px;
    border-radius: 4px;
    display: inline-block;
    padding: 0 20px;
    border: none;
    color: #fff;
    line-height: 40px;
    background: #333;
    margin: 0 3px;
    text-align: center;

}
.mini-cart-button a:hover,
.woocommerce .mini-cart-button a:hover {
    color: #fff;
}
.aside-box .dropdown-list{
    left: auto;
    visibility: visible;
    opacity: 1;
}
.mini-cart-box.aside-box .mini-cart-button a:first-child {
    background: #666;
}
.aside-box .dropdown-list {
    pointer-events: inherit;
}
.overlay .wrap::after{
    z-index: 1001;
}
/*End*/
.fancybox-inner{
    padding: 0 15px;
    margin: 0 -15px;
}
.fancybox-opened,
.zoomContainer {
    z-index: 9997;
}
.fancybox-overlay{
    z-index: 9996;
}
.menu-on-fixed.single-product .header-page{
    position: static;
}
.single-product .header-page{
    z-index: 9998;
    position: relative;
}
.product-popup-content{
    padding: 0;
}
.product-popup-content .product-detail {
    margin-bottom: 0;
}
.fancybox-opened .fancybox-skin{
    background: #fff;
}
/*Begin Search Ajax*/
.list-product-search {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    /*border-radius: 6px;*/
    left: 0;
    margin-top: 32px;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    min-width: 300px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.list-product-search.active {
    opacity: 1;
    visibility: visible;
    margin-top: 2px;
}
.item-search-pro {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    padding: 10px 0;
    width: 100%;
}
.item-search-pro > div {
    display: table-cell;
    vertical-align: middle;
}
.item-search-pro:last-child {
    border: none;
}
.item-search-pro .title14 {
    text-transform: capitalize;
    font-weight: 400;
}
.item-search-pro > div.search-ajax-thumb {
    width: 50px;
    border-radius: 10px;
}
.item-search-pro > div.search-ajax-price {
    text-align: right;
}
.item-search-pro > div.search-ajax-title {
    padding: 0 10px;
}
.live-search-on.active .list-product-search{
    opacity: 1;
    visibility: visible;
    margin-top: 2px;
}
/*End Search Ajax*/
.dropdown-list li.active a {
    color: #fff;
}
.list-product-search.ajax-loading{
    text-align: center;
}
.overlay .mini-cart-link {
    color: #555;
}
.aside-box .dropdown-list{
    margin-top: 0;
}
.admin-bar .aside-box .dropdown-list{
    margin-top: 32px;
}
.form-newsletter input[type="email"]{
    height: 40px;
    display: block;
    border: none;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    padding: 0 20px;
    background: transparent;
}
.form-newsletter form .mc4wp-form-fields{
    width: 100%;
    max-width: 570px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.desc-block{
    margin-bottom: 15px;
}
.follow-instagram{
    margin: 0 -2px;
}
.follow-instagram li{
    max-width: 160px;
    margin: 0 2px;
}
.instagram-slider .group-navi .owl-nav{
    right: 0;
}
.item-product-grid {
    margin-bottom: 30px;
}

/*Gap product*/
/*gap 5*/
.gap-5 .list-product-wrap{ 
    margin: 0 -2.5px;
}
.gap-5 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-5 .group-navi .owl-nav{ 
    right: 2.5px;
}
.gap-5 .list-product-wrap .product{
    padding:0 2.5px;
    margin-bottom: 5px;
}
.gap-5 .list-product-wrap .item{
    padding:0 2.5px;
    margin-bottom: 5px;
}
.gap-5 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 5px;
}
/*gap 10*/
.gap-10 .list-product-wrap{ 
    margin: 0 -5px;
}
.gap-10 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-10 .group-navi .owl-nav{ 
    right: 5px;
}
.gap-10 .list-product-wrap .product{
    padding:0 5px;
    margin-bottom: 10px;
}
.gap-10 .list-product-wrap .item{
    padding:0 5px;
    margin-bottom: 10px;
}
.gap-10 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 10px;
}
/*gap 15*/
.gap-15 .list-product-wrap{ 
    margin: 0 -7.5px;
}
.gap-15 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-15 .group-navi .owl-nav{ 
    right: 7.5px;
}
.gap-15 .list-product-wrap .product{
    padding:0 7.5px;
    margin-bottom: 15px;
}
.gap-15 .list-product-wrap .item{
    padding:0 7.5px;
    margin-bottom: 15px;
}
.gap-15 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 15px;
}
/*gap 20*/
.gap-20 .list-product-wrap{ 
    margin: 0 -10px;
}
.gap-20 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-20 .group-navi .owl-nav{ 
    right: 10px;
}
.gap-20 .list-product-wrap .product{
    padding:0 10px;
    margin-bottom: 20px;
}
.gap-20 .list-product-wrap .item{
    padding:0 10px;
    margin-bottom: 20px;
}
.gap-20 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 20px;
}
/*gap 30*/
.gap-30 .list-product-wrap{ 
    margin: 0 -15px;
}
.gap-30 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-30 .group-navi .owl-nav{ 
    right: 15px;
}
.gap-30 .list-product-wrap .product{
    padding:0 15px;
    margin-bottom: 30px;
}
.gap-30 .list-product-wrap .item{
    padding:0 15px;
    margin-bottom: 30px;
}
.gap-30 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 30px;
}
/*gap 40*/
.gap-40 .list-product-wrap{ 
    margin: 0 -20px;
}
.gap-40 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-40 .group-navi .owl-nav{ 
    right: 20px;
}
.gap-40 .list-product-wrap .product{
    padding:0 20px;
    margin-bottom: 40px;
}
.gap-40 .list-product-wrap .item{
    padding:0 20px;
    margin-bottom: 40px;
}
.gap-40 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 40px;
}
/*gap 50*/
.gap-50 .list-product-wrap{ 
    margin: 0 -25px;
}
.gap-50 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-50 .group-navi .owl-nav{ 
    right: 25px;
}
.gap-50 .list-product-wrap .product{
    padding:0 25px;
    margin-bottom: 50px;
}
.gap-50 .list-product-wrap .item{
    padding:0 25px;
    margin-bottom: 50px;
}
.gap-50 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 50px;
}
/*gap 50*/
.gap-0 .list-product-wrap{ 
    margin: 0;
}
.gap-0 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-0 .group-navi .owl-nav{ 
    right: 0;
}
.gap-0 .list-product-wrap .product{
    padding:0;
    margin-bottom: 0;
}
.gap-0 .list-product-wrap .item{
    padding:0;
    margin-bottom: 0;
}
.gap-0 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 0;
}
/*end gap*/
.tab-header{
    margin-bottom: 30px;
}
.list-post-wrap .wrap-item[data-item="5"] .item-post,
.list-post-wrap .wrap-item[data-item="6"] .item-post{
    padding: 0 5px;
    margin-bottom: 20px;
}
.list-post-wrap .wrap-item .item-post{
    padding: 0 15px;
    margin-bottom: 30px;
}

.block-element {
    margin-bottom: 0; 
}
/*menu live preview*/
.main-nav .preview-image {
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    left: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    border: 1px solid #e5e5e5;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.main-nav li:hover > .preview-image {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.preview-image img{
    height: auto;
}
.preview-image>a {
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.preview-image > a > img {
    left: 0;
    position: absolute;
    top: 0;
    transition: all 5s ease-in-out 0s;
    -webkit-transition: all 5s ease-in-out 0s;
    width: 100%;
}
.preview-image > a:hover > img {
    top: 100%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
/*end live preview*/
/*Begin Wishlist Popup*/
.wishlist-mask {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.wishlist-popup {
  background: #fff none repeat scroll 0 0;
  border: 10px solid rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  padding: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 470px;
  z-index: 9999;
}
.wishlist-button a {
  background: #858785 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 3px;
}
.popup-icon {
  font-size: 30px;
}
.wishlist-alert {
  margin: 10px 0 20px;
}
.product-popup-content {
  padding: 0 15px;
}

/*End Wishlist Popup*/
.item-mega-menu ul li{
    margin-bottom: 15px;
}
.item-mega-menu ul li:last-child{
    margin-bottom: 0;
}
.item-mega-menu > h3{
    margin-bottom: 20px;
}
.item-post-large.item-default .post-info {
    padding-left: 0;
}
.main-nav.main-nav1 ul{
    padding: 0;
}
.logo h1{
    margin: 0;
}
.content-single-blog iframe{
    width: 100%;
    border: 0;
    max-width: 100%;
}
.player .vp-player-layout{
    left: 0 !important;
    right: 0 !important;
}
.sort-by .select-box::after{
    top: 6px;
    color: #999;
    content:"\f0d7";
    line-height: 24px;
}
.show-by .dropdown-link .number:after{
    top: 0px;
    color: #999;
    content:"\f0d7";
    right: 15px;
}
.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 .wrap-input i {
    position: absolute;
    top: 17px;
    left: 20px;
    color: #999;
    z-index: 1;
}
.contact-form-page .wrap-input input[type="url"] {
    border: 1px solid #e5e5e5;
    height: 50px;
    border-radius: 25px;
    display: block;
    width: 100%;
    background: #fff;
    padding: 0 45px;
}
.item-contact-page .contact-thumb i {
    position: relative;
    z-index: 1;
}
.item-contact-page .contact-thumb {
    margin-bottom: 23px !important;
}
.banner-slider .banner-info {
    height: auto;
}
.about-customer li::before{
    content: "\f00c";
    font-family: "FontAwesome";
}
.about-banner-history .banner-info .desc::before{
    content: "\f10d";
    font-family: "FontAwesome";
}
.about-content-page::before {
    display: none;
}
.about-content-page {
    position: relative;
    padding: 0 15px;
}
.about-content-page > div{
    position: relative;
    padding: 40px 0;
}
.about-content-page > div::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    width: 1px;
    content: "";
    background: #e5e5e5;
    z-index: 1;
    display: block;
}
.about-title-number .number {
    line-height: 68px;
}
.about-title-number > p{
    margin-bottom: 0;
}
.about-title-number {
    padding-bottom: 42px;
    margin-bottom: 0;
}
.item-about-faq .desc::before,
.item-about-faq h3::before {
    display: none;
}
.item-about-faq h3 span.first-text {
    position: absolute;
    top: -10px;
    text-transform: uppercase;
    font-size: 60px;
    color: #f4f4f4;
    left: -20px;
    z-index: -1;
}
.item-about-faq .desc span.first-text {
    position: absolute;
    top: 15px;
    text-transform: uppercase;
    font-size: 60px;
    color: #f4f4f4;
    left: -20px;
    z-index: -1;
}
.intro-about-team h3 {
    margin: 0;
    padding: 30px 0;
}
.content-about-team .desc {
    margin-bottom: 25px;
}
.price-table-color span.start{
    margin-bottom: 10px;
}
.wishlist_table tr td, 
.wishlist_table tr th.wishlist-delete, 
.wishlist_table tr th.product-checkbox{
    text-align: left;
}
.woocommerce .product-remove a.remove{
    margin: auto;
}
.woocommerce table.wishlist_table {
    font-size: 100%;
}
.compare-link,
.wishlist-link{
    padding: 11px 13px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    line-height: normal;
    display: inline-block;
}
.compare-link > span,
.wishlist-link > span{
    display: none;
}
.item-post .post-info .desc {
    margin-bottom: 20px;
}
.yith-wcwl-add-to-wishlist + div{
    display: inline-block;
    clear: inherit;
}
.detail-info .compare.button,
.detail-info .yith-wcwl-add-to-wishlist{
    display: none;
    margin-bottom: 20px;
    margin-top: 0;
}
/*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 {
    background: #fff;
    border: 1px solid #e5e5e5;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 38px;
    padding: 0 55px 0 20px;
    position: relative;
    text-transform: uppercase;
}
.box-attr-filter {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    left: 0;
    margin-top: 35px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    top: 65px;
    visibility: hidden;
    width: 100%;
    z-index: 10000;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.filter-product.active .box-attr-filter{
    margin-top: 5px;
    opacity: 1;
    visibility: visible;
    top: 40px;
}
.btn-filter::after {
    border-left: 1px solid #e5e5e5;
    bottom: 0;
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}
.js-content-wrap{
    position: relative;
}
.filter-product{
    margin-bottom: 30px;
}
.btn-filter span {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    vertical-align: top;
}
.box-attr-filter::before {
    background: #fbfbfb;
    border-right: 1px solid #e5e5e5;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 170px;
}
.item-box-attr {
    display: table;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 5px 0;
    line-height: 24px;
}
.item-attr-title {
    display: table-cell;
    padding: 0 25px;
    position: relative;
    width: 170px;
    vertical-align: top;
    text-align: left;
}
.item-attr-content {
    color: #666;
    display: table;
    padding: 0 30px;
    vertical-align: top;
}
.range-filter .ui-slider-range {
    background: #333;
}
.range-filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #333;
    border-radius: 0;
    cursor: pointer;
    height: 10px;
    margin-left: -5px;
    top: -4px;
    width: 10px;
    border: none;
}
.range-filter .slider-range {
    border: none;
    border-radius: 0;
    height: 1px;
    display: inline-block;
    margin: 0 20px 0 5px;
    vertical-align: middle;
    width: 250px;
    background: #e5e5e5;
}
.attr-price-filter{
    display: inline-block;
}
.attr-price-filter label {
    font-weight: 400;
}
.list-filter.list-inline li{
    padding: 0 10px;
}
.wrap-item.loadding .ajax-loading {
    display: block !important;
}
.filter-yes .js-content-main{
    clear: both;
}
.filter-col .box-attr-filter::before{
    display: none;
}
.filter-col .item-box-attr{
    display: block;
    float: left;
}
.filter-col.filter-2-col .item-box-attr{
    width: 50%;
}
.filter-col.filter-3-col .item-box-attr{
    width: 33.3333%;
}
.filter-col.filter-4-col .item-box-attr{
    width: 25%;
}
.filter-col.filter-2-col .item-box-attr:nth-child(2n+1),
.filter-col.filter-3-col .item-box-attr:nth-child(3n+1),
.filter-col.filter-4-col .item-box-attr:nth-child(4n+1){
    clear: both;
}
.filter-col .box-attr-filter{
    clear: both;
}
.filter-col .list-filter{
    margin: 0 -15px;
}
.filter-col .item-box-attr{
    text-align: left;
}
.filter-col.filter-col-list .list-filter li,
.filter-col.filter-col-list .list-filter{
    list-style: none;
    display: list-item;
}
.element-filter{
    position: relative;
}
.element-filter.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    border: solid #a21414;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 2px;
    right: -11px;
}
.filter-noresult{
    padding: 100px 0;    
    border: 1px solid #e5e5e5;
}
.row > .filter-noresult-wrap{
    padding: 0 15px;
    display: block !important;
    position: static !important;
}
.products-wrap{
    position: relative;
    clear: both;
}
.filter-none .owl-wrapper,
.filter-none .owl-wrapper .owl-item{
    width: 100% !important;
}
.range-filter .slider-range{
    max-width: 100%;
}
.filter-col .item-attr-title,
.filter-col .item-attr-content{
    display: block;
}
/*End filter element*/
.show-by.show-order .dropdown-link .silver{
    min-width: 200px;
}
.show-by.show-order .dropdown-link .silver::after{
    display: none;
}
.show-by.show-order .dropdown-list{
    width: 100%;
}
.dropdown-list li a.active{
    color: #fff;
}
.mini-cart-box.dropdown-box{
    display: inline-block;
}
.detail-gallery .carousel li{
    min-height: 50px;
}
.vc_col-has-fill>.vc_column-inner, 
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, 
.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, 
.vc_section.vc_section-has-fill+.vc_section {
    padding-top: 0 !important; 
}
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1{
    display: block;
    max-width: 100%;
}
.account-manager .dropdown-list li i{
    min-width: 20px;
}
.account-manager .dropdown-list{
    width: 160px;
}

/* Vendor page*/
.vendor-page .entry-content .title-page h2{
    margin: 0 0 10px;
}
.vendor-page .entry-content h3,
.vendor-page .entry-content h2{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px 0 20px;
}
.vendor-page .entry-content h2:first-child{
    margin-top: 0;
}
.vendor-page input{
    height: 40px;
    padding: 0 10px;
    border: 1px solid #eaeaec;
}
.vendor-page form{
    margin-bottom: 30px;
}
.vendor-page .table>thead>tr>th {
    border-bottom: 1px solid #eaeaec;
}
.vendor-page input[type="submit"]{
    box-shadow: none;
    color: #fff;
    padding: 0 20px;
    vertical-align: middle;
    margin-top: -4px;
}
#pv_shop_name,
#pv_paypal{
    margin-top: 15px;
    width: 400px;
    max-width: 100%;
}
.vendor-page table .notes input,
.vendor-page table{
    width: 100%;
}
.vendor-page table{
    margin-bottom: 30px;
}
.vendor-page table, 
.vendor-page th, 
.vendor-page td {
    padding: 20px;
}
.vendor-page .entry-content p{
    line-height: 24px;
    margin-bottom: 20px;
}
/*Login/register*/
.popup-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(11,11,11,.8);
    cursor: pointer;
}
.login-popup-content {
    position: absolute;
    width: 500px;
    max-width: 100%;
    background-color: #fff;
    color: #555;
    overflow: hidden;
    z-index: 1000;
    margin: 0 auto;
    top: 15%;
    left: 0;
    right: 0;
}
.popup-form{
    max-width: 300px;
    margin: 0 auto;
    display: none;
}
.login-popup-content-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9998;
}
.popup-form .submit{
    margin: 20px 0 25px;
    position: relative;
}
.popup-form.active{
    display: block;
}
.login-popup-content{
    padding: 50px 0;
}
.popup-form .form-header h2,
.popup-form > h2{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px;
    text-align: center;
}
.popup-form .desc.note{
    margin: -20px 0 20px;
    color: #999;
    font-size: 12px;
}
.popup-form .extra-field .woocommerce-privacy-policy-text p{
    color: #999;
    font-size: 12px;
}
.popup-form .form-header .desc,
.popup-form > .desc{
    text-align: center;
    color: #999;
    margin-bottom: 10px;
}
.popup-form .form-header{    
    margin-bottom: 30px;
}
.popup-form form > p,
.popup-form .form-field{
    position: relative;
    margin-bottom: 30px;
}
.popup-form form .extra-field > p > label,
.popup-form form > p > label{
    position: static;
}
.popup-form label:not(.rememberme){
    text-align: left;
    color: #999;
    position: absolute;
    font-weight: normal;
    top: 6px;
    left: 0;
    width: 100%;    
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: 0;
}
.popup-form input:not(.button){
    padding: 0px 20px;
    height: 46px;
    line-height: 44px;
    border-width: 1px;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    position: relative;
    background: transparent;
}
.popup-form input#user_login,
.popup-form input#user_pass{
    padding: 0px 20px;
    height: 46px;
    line-height: 44px;
}
.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';
}
.input-focus-line{
    background-color: transparent;
    bottom: 0px;
    height: 1px;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 0;
    z-index: 2;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.popup-form .invalid .input-focus-line{
    background-color: #bf2c2c;
    left: 25px;
    right: 25px;
    width: calc(100% - 50px);
}
.popup-form .input-focus .input-focus-line{
    background-color: #fab502;
    left: 25px;
    right: 25px;
    width: calc(100% - 50px);
}
.close-login-form{
    position: absolute;
    top: 8px;
    right: 8px;
    color: #333;
    opacity: .5;
    font-weight: 300;
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 1001;
}
.popup-form .forgetmenot label{
    font-size: 14px;
    font-weight: normal;
}
.popup-form .submit i{
    position: absolute;
    color: #fff;
    right: 15px;
    top: 13px;
}
.ms-error,
.ms-done{
    display: none;
}
.popup-form .message {
    border-left: 4px solid #00a0d2;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.1);
    color: #999;
    font-size: 12px;
}
.popup-form .ms-default{    
    color: #999;
    font-size: 12px;
}
.popup-form .login_error {
    border-left: 4px solid #bf2c2c;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.1);
    color: #999;
    font-size: 12px;
}
/*End custom*/


/*Tool Panel*/
a.dm-color {
    border: 1px solid #e5e5e5;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 2px;
}
a.dm-color.active{
    border-color: #000;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
}
.dm-content-color{
    margin-bottom: 35px;
}
#widget_indexdm .dm-content .item-content.active > a{
    border-color: #ff0000;
}
.active .dm-open i.fa-long-arrow-left,
.dm-open i.fa-long-arrow-right{
    display: none;
}
.active .dm-open i.fa-long-arrow-right{
    display: block;
}
.dm-button {
    position: absolute;
    border-radius: 3px 0 0 3px;
    color: #fff;
    top: 250px;
    left: -55px;
    display: block;
    padding: 35px 0 7px;
    z-index: 9999;
    font-size: 12px;
    width: 55px;
    height: 55px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.dm-button.dm-support{
    top: 310px;
    background-position: center -43px;
}
.dm-button.dm-guide{
    top: 370px;
    background-position: center -93px;
}
.dm-button:before {
  content: attr( data-title-close );
  display: inline-block;
}
.dm-button:focus, .dm-button:hover {
  color: #fff;
}
.dm-button i{
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    font-size: 20px;
}
.active .dm-button:before {
  content: attr(data-title);
}
#widget_indexdm {
  background: #fff;
  z-index: 9999;
  width: 380px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -380px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
    text-align: center;
}
#widget_indexdm.active{
    right: 0;
}
#indexdm_img.active{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
}
.img-demo{
    background-position: center top;
    display: none;
}
#widget_indexdm .widget-indexdm-inner {
    overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  left: 15px;
  bottom: 0;
    color: #111;
  right: 0;
    padding-right: 15px;
  top: 0;
}
#widget_indexdm .dm-header {
  text-align: center;
}
#widget_indexdm .dm-header .header-event{
    margin: 15px 0;
    padding-bottom: 15px;
}
#widget_indexdm .dm-header .header-event img{
    margin-bottom: 0;
}
#widget_indexdm .dm-header .header-button > a {
    display: block;
    background: #999;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    border-radius: 6px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    margin-bottom: 30px;
}

#widget_indexdm .dm-header .header-description{
    color: #111;
    margin: 15px 0 30px;
}
#widget_indexdm .dm-header .header-description h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
#widget_indexdm .dm-header .header-description h3 span{
    font-size: 24px;
}
#widget_indexdm .dm-header .header-description h4{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
#widget_indexdm .dm-header .header-description h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}
#widget_indexdm .dm-content{
    margin: 0 -3px 30px;
}
#widget_indexdm .dm-content .item-content {
    padding: 0 3px 6px;
    width: 50%;
    text-transform: uppercase;
}
#widget_indexdm .dm-content .item-content > a {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    width: 100%;
    position: relative;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #eee;
    background-size: 100% auto;
    border-radius: 3px 3px 0 0;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href{
    background: none;
    padding: 0;
    border: 0;
    border-radius: 0;
}
#widget_indexdm .dm-content .item-content > a  img{
    max-width: 100%;
    vertical-align: top;
    margin-bottom: 0;
}
#widget_indexdm .dm-content .item-content h5{
    font-size: 12px;
    margin-bottom: 15px;
}
#widget_indexdm .dm-content .item-content > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.3s all ease-out;
    -webkit-transition: 0.3s all ease-out;
    background: rgba(0,0,0,0.6);
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href{
    margin-bottom: 15px;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href:before{
    top: 0;
    bottom: auto;
    height: 160px;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href:after{
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    -o-align-self: flex-start;
    top: 60px;
}
#widget_indexdm .dm-content .item-content > a:after {
    content: 'View Demo';
    display: block;
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    -o-align-self: flex-start;
    position: absolute;
    z-index: 5;
    color: #fff;
    opacity: 0;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition: all .3s ease-out 0s;
}
#widget_indexdm .dm-content .item-content > a:hover:after {
    margin-top: 60px;
    opacity: 1;
}
#widget_indexdm .dm-content .item-content > a:hover:before {
    width: 100%;
}
#indexdm_img {
    position: fixed;
    right: 380px;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    z-index: 9998;
    background: rgba( 0,0,0, 0.7 );
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    display: none;
}
#widget_indexdm .dm-content .item-content > a span.new-item{
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 999;
}
#indexdm_img:before {
    content: '';
    background: rgba( 0,0,0, 0.7 );
    display: block;
    position: fixed;
    right: 0;
    left: auto;
    width: 380px;
    top: 0;
    bottom: 0;
}
#indexdm_img > div{
    display: inline-block;
    width: 800px;
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}
#indexdm_img > div.mobile-hover{
    background-size: auto;
}
.dm-scroll-img{
    -webkit-animation: mymove 30s infinite; /* Safari 4.0 - 8.0 */
    -webkit-animation-play-state: running; /* Safari 4.0 - 8.0 */
    animation: mymove 30s infinite;
    animation-play-state: running;
    -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
    animation-delay: 1s;  
}
.dm-scroll-img.pause{
    animation-play-state: paused;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    0% { background-position: center top; }
    50% {background-position: center bottom;}
    100% {background-position: center top;}
}

@keyframes mymove {
    0% { background-position: center top; }
    50% {background-position: center bottom;}
    100% {background-position: center top;}
}
#widget_indexdm .mobile-content{
    margin-bottom: 30px;
}
#widget_indexdm .mobile-content h3{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

@media (max-width: 1440px){
    #indexdm_img > div{
        width: 600px;
    }
}

@media (max-width: 1199px){
    #indexdm_img {
        display: none !important;
    }
}

@media (max-width: 767px){
    #widget_indexdm {
        display: none !important;
    }
}
/*End tool panel*/
.compose-mode .vc_vc_column.vc_container-block .column_container{
  width: 100%;
}
/*404*/
.error-404 .page-title{
    margin-top: 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}
.error-404 {
    border: 1px solid #e5e5e5;
    padding: 100px 30px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.error-404 .page-header{
    margin-top: 0;
    border: 0;
    margin-bottom: 0;
}
.error-404 .wg-search-form {
    max-width: 500px;
    margin: 50px auto 0;
}
.error-404.not-found {
    margin-bottom: 20px;
}
.icon-404{
    background: #f7f7f7;
    width: 350px;
    height: 350px;
    max-width: 100%;
    color: #dadada;
    border-radius: 50%;
    display: block;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.icon-404 .number{
    display: block;
    font-size: 120px;
    text-align: center;
    line-height: 280px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    color: #333;
}
.icon-404 .text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    font-size: 30px;
}
.info-404 h2{
    font-weight: 600;
    font-size: 60px;
}
.info-404 h3{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 28px 0 18px;
}
.info-404{
    text-align: center;
    max-width: 375px;
}
.info-404 p{
    color: #999;
    margin-bottom: 43px;
}
.content-default-404{
    max-width: 980px;
    margin: 0 auto;
}
/*End 404*/
.search-no-results .wg-search-form{
    margin-top: 45px;
    max-width: 580px
}
.widget .list-mini-cart-item {
    margin-bottom: 20px;
}
/*Custom cart/checkout*/
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{
    float: none;
    width: 100%;
}
.cart-collaterals{
    padding: 30px 30px 20px;
    background: #f9f9f9;
    position: relative;
    margin-bottom: 70px;
}

.woocommerce .cart_totals table.shop_table td,
.woocommerce .cart_totals table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
    padding: 20px 15px;
}
.woocommerce table.shop_table{
    border: 0;
    margin-bottom: 50px;
}
table.shop_table .product-name{
    min-width: 200px;
}
.woocommerce-cart .cart-custom .wc-proceed-to-checkout a.checkout-button{
    display: block;
}
.woocommerce table.shop_table th, 
.woocommerce table.shop_table td,
.woocommerce-cart table.cart td, 
.woocommerce-cart table.cart th{
    border: 1px solid #e0e0e0;
    padding: 20px 15px;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-cart table.cart td:first-child{
    padding: 20px 15px;
}
.woocommerce table.shop_table tr,
.woocommerce-cart table.cart tr{
    border: 1px solid #e5e5e5;
}
.woocommerce table.shop_table tbody tr:last-child,
.woocommerce-cart table.cart tbody tr:last-child{
    border-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th{
    border-right: 1px solid #e5e5e5;
}
#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: 0px;
    background-color: transparent;
    background-size: 15px 15px;
    top: 0px;
    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;
}
.cart-subtotal .amount,
.order-total .amount,
.product-subtotal .amount{
    font-weight: 700;
    font-size: 14px;
}
.woocommerce-cart-form .product-price > span, 
.woocommerce-cart-form .product-price ins,
.cart-subtotal .amount{
    font-weight: normal;
}
.woocommerce .checkout-custom .col2-set .col-1, 
.woocommerce-page .checkout-custom .col2-set .col-2{
    float: none;
    width: 100%;
}
#ship-to-different-address{
    padding: 0 23px;
    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;
}
/*.woocommerce-checkout{*/
    /*margin-top: 45px;*/
/*}*/
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods{
    border: 0;
    padding: 0;
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment{
    background: transparent;
    border: 0;
}
#ship-to-different-address-checkbox{
    width: 16px;
    height: 16px;
    vertical-align: top;
    top: -3px;
}
.checkout-custom .col2-set{
    margin-bottom: 0;
}
.col2-set{
    margin-bottom: 35px;
}
#order_review{
    padding: 30px 30px 20px;
    background: #f9f9f9;
    position: relative;
}
.order-custom #order_review{
    padding: 0;
}
.order-custom #order_review:before,
.order-custom #order_review:after{
    display: none;
}
.order-custom #order_review_heading{
    margin-bottom: 0;
}
.checkout-custom .woocommerce-billing-fields{
    margin-bottom: 35px;
}
.order-table-wrap{
    padding: 0 20px 10px;
    background: #fff;
    margin-bottom: 35px;
}
.order-custom .order-table-wrap{
    margin-top: 25px;
}
.woocommerce .order-table-wrap table.shop_table{
    margin-bottom: 0;
}
.woocommerce .order-table-wrap table.shop_table tfoot tr:last-child{
    border-bottom: 0;
}
.woocommerce-checkout #payment div.form-row.place-order{
    border-top: 1px solid #e5e5e5;
    padding: 30px 0 0;
    margin-top: 20px;
}
.order-custom #place_order{
    display: block;
    width: 100%;
    float: none;
}
ul.payment_methods li input.input-radio{
    vertical-align: middle;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box{
    background: #f6f6f6;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before{
    border-bottom-color: #f6f6f6;
}
.woocommerce .shipping-calculator-form button.button{
    display: block;
    width: 100%;
}
#customer_login > div > h2,
.woocommerce-account .addresses .title h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.edit-account legend{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0 12px;
}
.edit-account .form-row span em{
    color: #999;
    margin-top: 5px;
    display: block;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
    border: 1px solid #e5e5e5;
}

/* Css by ToanNgo92 */

/* define class */
.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.youtube-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.fixlh{
    line-height: normal;
}
.youtube-wrap iframe,
.youtube-wrap object,
.youtube-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.clearfix{
    clear: both;
}
.gray9090{
    color: #909090;
}
.gray999{
    color: #999999;
}
.graye0e0{
    color: #e0e0e0;
}
.gray666{
    color: #666666;
}
.black000{
    color: #000000;
}
.black222{
    color: #222222;
}
.title13{font-size: 13px;}
.title11{
    font-size: 11px;
}
.black444{
    color: #444444;
}
.fontosw{
    font-family: Oswald;
}
.btn-smart{
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 13px 27px;
    letter-spacing: 0.5px;
}
.title30 {
    font-size: 30px;
}
.title22{
    font-size: 22px;
}
.select-box select{
    border-color: #ebebeb;
}
.hide-df{
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.show{
    visibility: visible;
    opacity: 1;
}
.bg-c4{
    background: #c4c4c4;
}
.font-normal{
    font-weight: normal;
}
.font-500{
    font-weight: 500;
}
.bgwhite{
    background: #fff;
}
.cursor-pointer{
    cursor: pointer;
}
/* End define class */
.block-search-element.icon .search-icon-btn i{
    font-size: 24px;
}
body{
    font-family: Roboto;
    color: #666666;
    letter-spacing: 0.3px;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button,
.hd1-row1{
    height: 5px;
        background-image: -moz-linear-gradient( -180deg, rgb(14,56,72) 0%, rgb(44,95,96) 80%);
    background-image: -webkit-linear-gradient( -180deg, rgb(14,56,72) 0%, rgb(44,95,96) 80%);
    background-image: -ms-linear-gradient( -180deg, rgb(14,56,72) 0%, rgb(244,95,96) 80%);
}
.contact-top-wrap{
    background: #ffffff;
    border-bottom: 1px solid #e4e9eb;
}
.contact-top{
    font-size: 12px;
    text-transform: uppercase;
}
.contact-top .fa{
    margin-right: 6px;
}
.contact-top > li{
    padding: 15px 19px;
    border-left: 1px solid #e4e9eb;
    border-right: 1px solid #e4e9eb;
    margin: 0 -2px;
}
.currency-box,.language-box{
    position: relative;
}
.currency-list, .language-list{
    position: absolute;
    right: -19px;
    background: #ffffff;
    border-top: 1px solid #e4e9eb;
    min-width: 160px;
    padding: 10px;
    visibility: hidden;
    z-index: 1;
    opacity: 0;
    margin-top: 30px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.language-list,.currency-list{
    z-index: 1004;
}
.currency-list > li > a, .language-list > li > a{
    padding: 13px 10px;
    background: #f9f9f9;
    display: block;
    border-bottom: 1px solid #fff;
}
.currency-list > li > a:hover, .language-list > li > a:hover{
    color: #fff;
}
.language-list > li a img{
    margin: 0 4px;
}
.language-list > li{
    min-width: 75px;
}
.curr-wrap:hover .currency-list, .lang-wrap:hover .language-list{
    visibility: visible;
    margin-top: 15px;
    opacity: 1;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.hd1-row3 .col-logo {
    padding-top: 47px;
    padding-bottom: 48px;
}
.hd1-row3 .logo{
    padding: 0 4px;
}
.hd1-row3 .col-menu{
    padding: 46.5px 10px;
}
.main-nav.main-nav1 > ul > li > a{
    color: #666666;
    font-weight: bold;
    padding: 0 18px;
}
.main-nav.main-nav1 > ul > li.menu-item-has-children > a::after{
    position: absolute;
    right: 5px;
    top: -2px;
    font-weight: normal;
    margin: 0;
    color: #999999;
}
.hd1-row3 .col-account-cart{
    padding: 54px 0 50px 0;
}
.hd1-row3 .hd1-mobile-search{
    display: none;
}
.hd1-row3 .mini-cart-box{
    margin: 0 2px;
}
.icon .search-form-wrap {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 9999;
}
.icon .search-form-wrap.active{
    display: block;
}
.icon .search-form-wrap .search-form{
    margin: auto;
    margin-top: 200px;
}
.icon .search-form input[type="text"] {
    background: transparent;
    color: #666666;
    border-bottom: none;
    height: 46px;
    width: calc(100% - 300px);
    padding: 0px 20px;
    border-radius: 0px;
    transition: all 1.5s;
}
.icon .search-form-wrap .close-searchform{
    position: absolute;
    right: 50px;
    left: auto;
    top: 75px;
    font-size: 24px;
    color: #fff;
}
.search-form-wrap.search-icon .dropdown-box {
    width: 250px;
    color: #ffffff;
    border-right: none;
}
.col-account-cart .account-manager{
    margin: 0 2px;
}
.col-account-cart .wishlist-url{
    margin: 0 18px;
    padding: 0 22px;
    position: relative;
}
.col-account-cart .wishlist-url:before,
.col-account-cart .wishlist-url:after{
    content: "";
    position: absolute;
    top: 7.5px;
    width: 1px;
    height: 14px;
    background: #e5e5e5;
}
.col-account-cart .wishlist-url:before{
    left: 0;
}
.col-account-cart .wishlist-url:after{
    right: 0;
}
.hd1-row3 .col-account-cart .wpb_wrapper{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.mini-cart-icon .mini-cart-text{
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 21px;
    top: -15px;
    right: 4px;
       background-image: -moz-linear-gradient( -180deg, rgb(14,56,72) 0%, rgb(44,95,96) 80%);
    background-image: -webkit-linear-gradient( -180deg, rgb(14,56,72) 0%, rgb(44,95,96) 80%);
    background-image: -ms-linear-gradient( -180deg, rgb(14,56,72) 0%, rgb(244,95,96) 80%);
}
.mini-cart-icon .mini-cart-text .mini-cart-number.title10{
    padding: 0px 0px;
    width: 20px;
    line-height: 20px;
    height: 20px;
    display: block;
}
.hotline-wrap .desc{
    padding: 20px 15px 16px 15px;
    position: relative;
    color: #fff;
}
.hotline-wrap .desc:before{
    font-family: FontAwesome;
    font-size: 36px;
    content:"\f2a0";
    position: absolute;
    left: -30px;
    top: 25px;
}
.hotline-wrap i.fa-volume-control-phone{
    padding-top: 18px;
}
.hotline-wrap .desc h2{
    font-weight: 300;
    margin-bottom: 5px;
}
.hd1-row4{
        background-image: -moz-linear-gradient( -180deg, rgb(44,95,96) 0%, rgb(14,56,72) 80%);
    background-image: -webkit-linear-gradient( -180deg, rgb(44,95,96) 0%, rgb(14,56,72) 80%);
    background-image: -ms-linear-gradient( -180deg, rgb(44,95,96) 0%, rgb(14,56,72) 80%);
    z-index: 2;
}
.hd1-row4 .col-menu-cate{
    padding: 0px 0px;
}
/* cate list style 1 */
.hd1-col-search{
    padding-top: 17px;
}

.col-menu-cate .main-nav i.fa-bars{
    margin: 0 6px;
}
.col-menu-cate .main-nav{
    margin: 0 -20px;
}
.hotline-wrap{
    padding: 0 20px;
}
.ft1-menu h3, .ft1-r1-lastet-col h3{
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.ft1-row1{
    padding-top: 58px;
    padding-bottom: 57px;
}
.ft1-menu ul li{
    margin-bottom: 19px;
}
.ft1-menu ul li:last-child{
    margin-bottom: 0;
}
.social-list.default{
    margin: 0 -10px 27px -10px;
}
.social-list.default a{
    display: inline-block;
    font-size: 20px;
    color: #787878;
    margin: 0 10px;
}
.col-address{
    display: flex;
    margin: 0 -15px;
}
.col-address i.fa{
    font-size: 36px;
    padding: 0 15px;
}
.col-address .ft-address{
    line-height: 24px;
    margin-bottom: 0;
}
.open-desc{
    margin-bottom: 5px;
}
.ft1-row2{
    background: #f4f4f4;
    padding-top: 30px;
    padding-bottom: 25px;
}
.ft1-row2 .wpb_single_image.wpb_content_element{
    margin-bottom: 0;
}
.ft1-payment > .vc_column-inner > .wpb_wrapper{
    margin: 0 -12px;
    padding-top: 8px;
}
.ft1-payment .wpb_single_image{
    padding: 0 12px;
}
.ft1-keywords a{
    font-size: 12px;
    padding: 0 9px;
    font-weight: 500;
    position: relative;
    line-height: 23px;
}
.ft1-keywords a:first-child{
    padding-left: 0;
}
.ft1-keywords a:last-child:after{
    display: none;
}
.ft1-keywords a:after{
    content: "|";
    position: absolute;
    right: 0;
    top: -4px;
    font-size: 11px;
    color: #c3c3c3;
}
.ft1-row3{
    padding-top: 54px;
    padding-bottom: 52px;
}
.ft1-row4 {
    border-top:1px solid #e9e9e9;
    padding-top: 37px;
    padding-bottom: 32px;
}
.ft1-col-privacy{
    margin-top: -9px;
}
.ft1-col-privacy > .vc_column-inner > .wpb_wrapper{
    margin: 0 -11px;
    padding-top: 3px;
}
.ft1-col-privacy .wpb_single_image{
    display: inline-block;
    margin-bottom: 0;
    margin: 0 11px;
}
.ft1-row-newsletter{
    background-image: -moz-linear-gradient( -180deg, rgb(14,56,72) 0%, rgb(44,95,96) 80%);
    background-image: -webkit-linear-gradient( -180deg, rgb(14,56,72) 0%, rgb(44,95,96) 80%);
    background-image: -ms-linear-gradient( -180deg, rgb(14,56,72) 0%, rgb(244,95,96) 80%);
    padding-top: 27px;
    padding-bottom: 27px;
}
.ft1-newsletter-desc{
    position: relative;
    margin-top: 8px;
}
.ft1-newsletter-desc span{
    padding: 0 36px;
    top: 7px;
    position: absolute;
}
.ft1-newsletter-desc h2.title24{
    display: inline;
    position: relative;
}
.ft1-newsletter-desc h2.title24:after{
    content: "";
    right: -18px;
    height: 18px;
    top: 11px;
    display: block;
    position: absolute;
    border-right: 1px solid #91a0fe;
}

.guarantee-slider .item-image-list{
    display: flex;
}
.guarantee-slider .image-title{
    margin-bottom: 12px;
    min-width: max-content;
}
.guarantee-slider .image-title a{
    vertical-align: top;
}
.guarantee-slider .image-title a:hover{
    color: #337ab7;
}
.guarantee-slider .image-desc{
    font-size: 13px;
}
.guarantee-slider .banner-content{
    padding: 0 16px;
}
.guarantee-slider .owl-stage{
    padding-top: 10px;
    padding-bottom: 10px;
}
.ft1-row-guarantee{
    background: #f4f4f4;
    padding-top: 30px;
    padding-bottom: 30px;
}
.ft1-copyright{
    padding-top: 9px;
}
    /* home 1 */
.hm1-bn-item1 h2{
    margin-bottom: 19px;
}
.owl-item.active .hm1-bn-item1 h2,
.owl-item.active .hm1-bn-item2 h2,
.owl-item.active .hm1-bn-item3 h2{
    animation: 1s .5s fadeIn both;
}
.owl-item.active .hm1-bn-item1 .desc,
.owl-item.active .hm1-bn-item2 .desc,
.owl-item.active .hm1-bn-item3 .desc{
    animation: 1s .5s zoomIn both;
}
.owl-item.active .hm1-bn-item1 .desc2{
    animation: 1s .5s fadeIn both;
}
.hm1-bn-item1 .desc{
    font-weight: 300;
    margin-bottom: 8px;
}
.hm1-bn-item1 .desc2{
    margin-bottom: 54px;
}
.hm1-bn-item1 .desc2 .price{
    color: #ff4e31;
    padding: 0 12px;
}
.hm1-bn-item1 .slider-content-text,
.hm1-bn-item2 .slider-content-text,
.hm1-bn-item3 .slider-content-text{
    padding: 0 393px;
}
.hm1-bn-item1 .slider-content-text{
    margin-top: -95px;
}
.hm1-bn-item2 .slider-content-text{
    margin-top: -90px;
}
.hm1-bn-item3 .slider-content-text{
    margin-top: -98px;
}
.hd1-row4 .col-menu-cate .mega-menu{
    left: 20px !important;
}
.hd1-row4 .col-menu-cate .main-nav li.has-mega-menu:hover >  .mega-menu{
    margin-top: 20px;
}
.hm1-bn-item2 h2{
    margin-bottom: 12px;
}
.hm1-bn-item2 h2:nth-child(2), .hm1-bn-item3 h2{
    margin-bottom: 19px;
}
.hm1-bn-item2 .desc,.hm1-bn-item3 .desc{
    font-weight: 300;
    margin-bottom: 54px;
}

/* bread crumb */

.wrap-bread-crumb{
    margin-top: 0;
    margin-bottom: 0;
    background: #f3f3f3;
}
.bread-crumb{
    background: #f3f3f3;
    font-size: 12px;
    line-height: 24px;
    padding: 12px 0;
    border-top: 1px solid #fff;
    margin: 0 -12px;
}
.bread-crumb a:after{
    content: "\25C6";
    position: absolute;
    font-size: 8px;
    margin: 0;
    color: #666666;
    right: -3px;
    top: 0px;
}
.bread-crumb > a,.bread-crumb ul li,.bread-crumb > span{
    position: relative;
    padding: 0 12px;
}

/* single post */
.single-post-thumb{
    margin-bottom: 45px;
}
.single-post-thumb img{
    border-radius: 10px;
}
.content-post-default h2.post-title{
    margin-bottom: 26px;
}
.content-single-blog .detail-content-wrap p{
    line-height: 22px;
}
blockquote,blockquote.wp-block-quote,blockquote.wp-block-quote:not(.is-large):not(.is-style-large){
    border-left: none !important;
    position: relative;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 300;
    padding: 10px 0 10px 43px;
}
.content-single-blog .detail-content-wrap blockquote p{
    line-height: 30px;
}
blockquote:before{
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 18px;
    bottom: 17px;
    width: 5px;
    border-radius: 30px;
}
.info-post-wrap{
    padding: 10px 0px;
    position: relative;
    margin-bottom: 70px;
}
.info-post-wrap:before,.info-post-wrap:after{
    content: "";
    position: absolute;
    display: block;
    left: 15px;
    right: 15px;
}
.info-post-wrap:before{
    top:0;
    border-top: 1px dotted rgba(121, 121, 121, 0.3);
}
.info-post-wrap:after{
    bottom: 0;
    border-bottom: 1px dotted rgba(121, 121, 121, 0.3);
}
.btn-share{
    font-size: 11px;
    color: #444444;
}
.col-share{
    margin: 0 -11px;
}
.col-share i.fa{
    font-size: 11px;
    padding: 0 7px;
}
.col-share li:first-child div.single-list-social{
    display: inline;
}
.col-share >li{
    padding: 0 11px;
}
.col-single-post-meta > li{
    padding-right: 0;
    border-right: none;
    margin: 0;
    padding: 0 10px;
}
.col-single-post-meta > li span, .col-single-post-meta > li a{
    font-size: 11px;
    color: #909090;
}
.col-single-post-meta > li i.fa{
    font-size: 11px;
}
.post-meta-data i.fa{
    padding: 0 3px;
    margin: 0;
}
.post-meta-data{
    margin: 0 -10px;
}
.single-info-author .author-info{
    padding-left: 20px;
    padding-top: 0;
}
.single-info-author .author-info .author-title > h3{
    display: inline;
    position: relative;
    padding: 0 14px;
}
.single-info-author .author-career{
    padding: 0 14px;
    font-size: 12px;
    position: absolute;
    top: 0px;
}
.single-info-author .author-info .author-title > .author-career:after{
    content: "";
    position: absolute;
    display: block;
    border-right: 1px solid #b3b3b3;
    top: 2px;
    bottom: 0px;
    left: 0;
}
.single-info-author .author-info .author-title{
    margin: 0 -13px;
    margin-bottom: 13px;
    margin-top: -3px;
    position: relative;
}
.single-info-author .desc{
    font-size: 13px;
    line-height: 20px;
}
.author-thumb img{
    border-radius: 6px;
}
.single-info-author{
    padding-top: 0;
    border-top: 0;
    margin-bottom: 66px;
}
.single-related-post{
    margin-bottom: 69px;
}
.title-single-related-post{
    color: #222222;
    border-bottom: none;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 38px;
}
.item-post-related .post-thumb a{
    border-radius: 10px;
}
.item-post-related .post-thumb{
    margin-bottom: 14px;
}
.item-post-related .post-info .post-title{
    margin-bottom: 8px;
}

.comment-reply-title{
    color: #222222;
    font-family: Oswald;
    font-weight: bold;
    font-size: 22px;
}
.blog-comment-detail > h2{
    margin-top: 0;
    color: #222222;
    margin-bottom: 42px;
}
.item-comment .comment-thumb{
    min-width: 100px;
}
.comment-info .fn{
    font-style: normal;
    color: #000000;
}
.item-comment .comment-info .reply-button{
    position: relative;
    top: auto;
    right: auto;
}
.item-comment .comment-info .desc{
    line-height: 22px;
    margin: 18px 0 12px 0;
}
.comment-time-wrap{
    font-size: 11px;
}
.item-comment{
    border-bottom: 1px solid #eaeaea;
}
.comment-list li:last-child .item-comment{
    border-bottom: 1px solid #eaeaea;
}

.comment-list > li:last-child > ul > li > .item-comment{
    padding-top: 30px;
}

.blog-comment-detail{
    margin-bottom: 65px;
}
.leave-comments{
    margin-top: 33px;
}
.comment-form .contact-name,.comment-form .contact-email{
    width: 50%;
    padding: 0 15px;
}
.comment-form .contact-name{
    padding-left: 0px;
}
.comment-form .contact-email{
    padding-right: 0px;
}
.comment-form .contact-name input,.comment-form .contact-email input,.comment-form .contact-phone input{
    border-radius: 30px;
    padding: 0 15px;
}
.comment-form .contact-name,.comment-form .contact-email,.comment-form .contact-phone{
    margin-bottom: 29px;
}
.contact-form p::before{
    display: none;
}
.comment-form .contact-message textarea{
    border-radius: 10px;
    padding: 13px 15px 13px 15px;
    height: 170px;
    resize: none;
}
.comment-form .contact-message{
    width: 100%;
    margin-bottom: 30px;
}
.reply-comment .comment-form, .comment-respond .comment-form{
    display: flex;
    flex-wrap: wrap;
    margin-top: 38px;
}
.comment-respond .comment-form{
    margin-bottom: 0px;
}
.logged-in-as .desc{
    margin-bottom: 40px;
}
.comment-form .contact-name{
    order: 1;
}
.comment-form .contact-phone{
    order: 3;
}
.comment-form .contact-email{
    order: 2;
}
.comment-form .contact-message{
    order: 4;
}
.comment-form .form-submit{
    order: 5;
    margin-bottom: 0;
}
.comment-form .form-submit .btn-smart{
    font-size: 12px;
    padding: 15px 30px;
}
.comment-respond input, .comment-respond textarea{
    width: 100%;
}
/* single post example */

.df-p-pa-1{
    margin-bottom: 33px;
}
.df-p-pa-2{
    margin-bottom: 42px;
}
.df-p-pa-3{
    margin-bottom: 21px;
}
.df-p-pa-4{
    margin-bottom: 45px;
}
.df-p-pa-5 .wp-block-column{
    margin: 0;
}
.df-p-pa-5{
    margin-bottom: 33px;
}
.df-p-pa-5 img{
    border-radius: 10px;
}
.df-p-pa-5 .wp-block-column:first-child .wp-block-image{
    margin: 0px 15px 0px 0px;
}
.df-p-pa-5 .wp-block-column:nth-child(2) .wp-block-image{
    margin: 0px 0px 0px 15px;
}
.df-p-pa-6{
    margin-bottom: 35px;
}
/* Widget */
.sidebar{
    border: none;
    border-radius: 0;
    padding: 0;
}
.widget-title{
    font-size: 18px;
    font-family: Oswald;
    color: #222222;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 28px;
}
.widget.s7upf_widget_product_categories{
    margin-bottom: 23px;
}
.s7upf_widget_product_categories .widget-title{
    margin-bottom: 18px;
}
.s7upf_widget_product_categories .show_btn.toggle-up,
.s7upf_widget_product_categories .show_btn.toggle-down,
.s7upf_widget_product_categories .show_btn.child-toggle-up,
.s7upf_widget_product_categories .show_btn.child-toggle-down{
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 2px;
    position: relative;
}
.s7upf_widget_product_categories .show_btn.toggle-down{
    cursor: pointer;
}
.s7upf_widget_product_categories .show_btn.toggle-down:hover{
    background-color: rgb( 202, 218, 226 );
}
.s7upf_widget_product_categories .show_btn.toggle-up{
    background-color: rgb( 202, 218, 226 );
    cursor: pointer;
}

.s7upf_widget_product_categories .show_btn.toggle-up:before,
.s7upf_widget_product_categories .show_btn.toggle-up:after,
.s7upf_widget_product_categories .show_btn.toggle-down:before,
.s7upf_widget_product_categories .show_btn.child-toggle-up:before,
.s7upf_widget_product_categories .show_btn.child-toggle-up:after,
.s7upf_widget_product_categories .show_btn.child-toggle-down:before{
    content: "";
    display: block;
    background: #fff;
    position: absolute;
}
.s7upf_widget_product_categories .show_btn.toggle-up:before,
.s7upf_widget_product_categories .show_btn.toggle-down:before,
.s7upf_widget_product_categories .show_btn.child-toggle-up:before,
.s7upf_widget_product_categories .show_btn.child-toggle-down:before{
    width: 9px;
    height: 1px;
    top: 7px;
    left: 3px;
}
.s7upf_widget_product_categories .show_btn.child-toggle-up:before{
    background: rgb( 137, 137, 137 );
}
.s7upf_widget_product_categories .show_btn.child-toggle-down:before{
    background: rgb( 137, 137, 137 );
}
.s7upf_widget_product_categories .show_btn.child-toggle-up:after{
    background: rgb( 137, 137, 137 );
}
.s7upf_widget_product_categories .show_btn.toggle-up:after,
.s7upf_widget_product_categories .show_btn.child-toggle-up:after{
    height: 9px;
    width: 1px;
    top: 3px;
    left: 7px;
}
.s7upf_widget_product_categories > ul.product-categories > li{
    font-size: 13px;
    font-weight: bold;
    color: #444444;
    border-bottom: 1px solid rgb( 228, 233, 235 );
    padding: 12px 0;
}
.s7upf_widget_product_categories > ul.product-categories > li:last-child{
    border-bottom: 0;
}
.s7upf_widget_product_categories > ul > li > ul.children{
    position: relative;
}
.s7upf_widget_product_categories > ul > li > ul.children > li{
    font-weight: normal;
    color: #666666;
    padding: 7.5px 0;
    position: relative;
}
.s7upf_widget_product_categories > ul > li > ul.children > li:last-child{
    margin-bottom: 3px;
}
.s7upf_widget_product_categories > ul > li > ul.children > li:before{
    content: "\25C6";
    font-size: 8px;
    position: absolute;
    left: -30px;
    top: 10px;
}
.s7upf_widget_product_categories > ul > li > ul.children{
    margin-top: 23px;
    padding-left: 30px;
}
.s7upf_widget_product_categories > ul > li > ul.children > li > ul.children{
    margin-top: 7.5px;
}
.s7upf_widget_product_categories > ul > li > ul.children > li > ul.children > li{
    padding: 7.5px 0;
}
.s7upf_widget_product_categories > ul > li > ul.children > li > ul.children > li:last-child{
    padding-bottom: 0;
}
.s7upf_widget_product_categories ul.children{
    display: none;
}
.wg-post-excerpt {
    font-size: 13px;
    margin-bottom: 9px;
    line-height: 20px;
}
.wg-post-date span{
    color: #909090;
}
.wg-post-readmore{
    color: #c9c9c9;
}
.widget_s7upf_listpostswidget h3.title14{
    margin-bottom: 7px;
}
.widget_s7upf_listpostswidget .wg-post-date{
    margin-bottom: 17px;
}
.widget_s7upf_listpostswidget .widget-content ul > li{
    border-bottom: 1px solid rgb( 228, 233, 235 );
    padding-bottom: 26px;
    margin-bottom: 23px;
}
.widget_s7upf_listpostswidget .widget-content ul > li:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget{
    margin-bottom: 34px;
}
.widget_product_tag_cloud .tagcloud a{
    font-size: 12px !important;
    border-radius: 30px;
    border-color: rgb( 202, 218, 226 );
    margin-right: 6px;
    margin-bottom: 9px;
}
.widget_product_tag_cloud .tagcloud a:hover{
    color: #fff;
}
.title-page h2{
    margin-top: 0;
    padding-top: 0;
}
/* blog list element */
.item-post-large.item-default{
    margin-bottom: 50px;
}
.list-post-wrap > div:last-child .item-post-large.item-default{
    margin-bottom: 40px;
}
.item-post-large.item-default .post-info{
    padding-bottom: 50px;
    border-bottom: 1px solid rgb( 236, 236, 236 );
}
.item-post-large.item-default .post-info .desc{
    line-height: 22px;
    margin-bottom: 34px;
}
.item-post-large.item-default .post-info .post-title{
    margin-bottom: 7px;
}
.item-post-large.item-default .post-info .post-meta-data{
    margin-bottom: 16px;
}
.item-post .post-info .readmore{
    border: none;
    line-height: 18px;
    border-radius: 30px;
    padding: 13px 27px;
    height: auto;
}
/*.pagi-nav{*/
    /*padding-top: 0;*/
    /*border: none;*/
/*}*/
/*.pagi-nav a{*/
    /*height: 35px;*/
    /*line-height: 35px;*/
    /*border: none;*/
    /*min-width: 35px;*/
    /*text-align: center;*/
    /*border-radius: 50%;*/
    /*background: #c4c4c4;*/
    /*color: #ffffff;*/
/*}*/

/*.pagi-nav .current{*/
    /*border: none;*/
    /*height: 35px;*/
    /*line-height: 35px;*/
    /*min-width: 35px;*/
    /*border-radius: 50%;*/
/*}*/
.pagi-nav .prev,.pagi-nav .next{
    background: #fff;
    height: 35px;
    line-height: 33px;
    font-size: 11px;
    min-width: 90px;
    border: 1px solid rgb( 223, 223, 223 );
    border-radius: 30px;
    color: #909090;
}
.pagi-nav .prev:hover,.pagi-nav .next:hover{
    color: #ffffff;
}
/* item post grid */

.blog-grid-view .list-post-wrap{
    margin-bottom: 10px;
}
/* detail product */

.product-rating {
    background-image: url(images/icon/rate-star2.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 15px;
}
.product-rate {
    background-image: url(images/icon/rate-star2.png);
    background-position: 0 -15px;
    background-repeat: repeat-x;
    height: 15px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    width: 85px;
}
.product-price del,.product-price ins, .product-price span{
    font-family: Oswald;
}
.product-price > .slipt{
    margin: 0px;
}
.detail-info .product-price del,.detail-info .product-price ins,.detail-info .product-price span{
    font-size: 24px;
    font-weight: bold;
    font-family: Oswald;
}
.detail-info .product-price{
    display: flex;
}
.detail-info .product-price del{
    order: 2;
}
.detail-info .product-price > span{
    color: #222222;
    order: 1;
}
.stock-status{
    margin-bottom: 23px;
}
.quantity-wrap{
    margin-bottom: 30px;
}
.detail-attr label{
    margin-bottom: 17px;
}
.quantity-wrap label{
    margin-bottom: 17px;
}
.stock-status .color{
    font-size: 13px;
    display: inline-block;
    position: relative;
}
.stock-status .color:first-letter{
    text-transform: uppercase;
}
.stock-status .instock:after{
    display: inline-block;
    content: "";
    position: absolute;
    right: -30px;
    top: -1px;
    width: 17px;
    height: 17px;
    background: url('images/icon/instock-img.png');
}
.stock-colon{
    color: #6bb853;
}
.item-product-meta-info > span{
    display: flex;
}
.item-product-meta-info > span > *{
    display: inline-block;
}
.item-product-meta-info label{
    min-width: auto;
}
.product_meta label{
    font-size: 13px;
    font-weight: bold;
    color: #444444;
}
.product_meta .sku{
    border: none;
    color: #666666;
    font-size: 13px;
    padding: 0;
    margin: 0;
}
.product_meta > span{
    margin-bottom: 18px;
}
.product_meta > div{
    margin-bottom: 18px;
}
.sku_wrapper .sku, .posted_in .meta-item-list, .tagged_as .meta-item-list{
    padding: 0 8px;
    border: none;
}
.meta-item-list a, .meta-item-list a{
    border: none;
    font-size: 13px;
    padding: 0;
    margin: 0;
}
.detail-info .wishlist-wrap .yith-wcwl-add-to-wishlist, .detail-info .wishlist-wrap .compare.button{
    display: block;
}
.detail-info .wishlist-wrap .compare.button.added,
.detail-info .wishlist-wrap .compare-link.added{
    font-size: 0;
    height: 50px;
}
.detail-info .wishlist-wrap .compare.button.added:after,
.detail-info .wishlist-wrap .compare-link.added:after{
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 18px;
    margin: 0;
}

.detail-info .wishlist-wrap .yith-wcwl-add-to-wishlist{
    padding: 0 5px;
}
.product-detail .wrap-detail-gallery .image-lightbox img{
    border-radius: 12px;
    border: 1px solid rgb( 230, 230, 230 );
}
.detail-info .number-rate {
    font-size: 11px;
    color: #909090;
    padding: 0 11px;
}
.product-price{
    margin-bottom: 0;
}
.product-detail .product-title{
    margin-bottom: 20px;
}
.product-detail .price{
    margin-bottom: 21px;
}
.product-detail .col-addcart-wrap{
    min-width: 400px;
    margin-top: -10px;
    position: relative;
    padding-left: 20px;
}
.product-type-variable .product-detail .col-addcart-wrap{
    padding-right: 75px;
}
.product-type-variable .product-detail .col-addcart-wrap{
    min-height: 590px;
}
.product-detail .col-addcart-wrap:after{
    border-right: 1px solid rgb( 230, 230, 230 );
}
.product-detail .col-addcart-wrap .product-price del{
    padding: 0 18px;
}
.product-detail .detail-gallery{
    margin: 0px -20px 0px 0px;
}
.wishlist-wrap .compare.button,.wishlist-wrap .yith-wcwl-add-to-wishlist{
    margin-bottom: 0;
}
.yith-wcwl-add-button > a i{
    margin-right: 0;
}
.wishlist-wrap .yith-wcwl-add-button > a{
    padding: 7px 15px !important;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    border: none;
    background: #e0e0e0;
    color: #404040;
}
.wishlist-wrap .yith-wcwl-add-button > a:hover{
    color: #fff;
}
.wishlist-wrap .compare.button,.wishlist-wrap .compare-link{
    padding: 0 !important;
    min-width: 50px;
    min-height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    border: none;
    background: #e0e0e0;
    font-size: 24px;
    color: #404040;
}
.product_meta {
    margin-bottom: 42px;
}
.col-addcart-wrap .single-list-social{
    display: flex;
}
.col-addcart-wrap .single-list-social ul{
    padding: 0 7px;
}
.col-addcart-wrap .share-icon{
    background: transparent !important;
    color: #787878;
}
.col-addcart-wrap .share-icon i{
    font-size: 20px;
}
.col-addcart-wrap .share-icon.google-social{
    position: relative;
}
.share-icon.google-social i{
    font-size: 30px;
    position: absolute;
    top: -3px;
}
.single-list-social span.title13{
    line-height: 26px;
}
.col-attribute-wrap{
    padding-left: 22px;
}
.detail-qty{
    width: 140px;
    height: 42px;
    border: 1px solid #ebebeb;
}
.detail-qty .qty-val{
    height: 40px;
}
.detail-qty,.detail-qty .input-text{
    border-radius: 30px;
}
.detail-qty .input-text{
    padding-left: 19px;
    font-weight: bold;
}
.detail-qty a{
    border: none;
}
.detail-qty a i{
    font-size: 20px;
    color: #cbcbcb;
}
.detail-qty a{
    width: 20px;
}
.detail-qty a.qty-down{
    bottom: 9.5px;
    right: 33px;
}
.detail-qty a.qty-up{
    bottom: 9.5px;
    top: auto;
    right: 11px;
}
.variations .select-box select{
    border-radius: 30px;
}
.variations .select-box:after{
    content: "\f2f2";
    font-family: iconicfont;
    font-size: 23px;
    color: #cbcbcb;
    top: 7px;
}
.woocommerce div.product form.cart .variations select{
    padding-left: 19px;
    font-size: 13px;
    margin-right: 0;
}
.detail-attr{
    display: block;
    margin-bottom: 24px;
}
.detail-attr:not(.attr-pa_colors):not(.attr-pa_size) .select-box{
    max-width: 140px;
}
.attr-pa_colors label,.attr-pa_size label{
    margin-bottom: 12px;
}
.attr-pa_colors,.attr-pa_size{
    margin-bottom: 15px;
}
.detail-attr.attr-pa_colors .select-box:after,
.detail-attr.attr-pa_size .select-box:after{
    display: none;
}
.tawcvs-swatches .swatch-color{
    width: 26px;
    height: 26px;
    margin: 0 3.5px;
}
.tawcvs-swatches .white-color{
    border: 1px solid #d8d8d8;
}
.tawcvs-swatches .swatch-color.selected:before{
    background: transparent;
}
.attr-pa_colors .tawcvs-swatches{
    padding: 5px 0;
    margin: 0 -3.5px;
}
.attr-pa_size .tawcvs-swatches{
    padding: 5px 0;
    margin: 0 -5px;
}
.tawcvs-swatches .swatch-label{
    width: 43px;
    height: 43px;
    line-height: 43px;
    margin: 0 5px;
}
.product-type-variable .detail-tabs .additional_information_tab{
    display: none;
}

.tab-style2 .list-tag-detail li.active a::before{
    display: none;
}
.tab-style2 .detail-tab-title ul li{
    margin:  0 3px;
}
.tab-style2 .list-tag-detail.nav-tabs{
    margin: 0 -3px;
}
.tab-style2 .detail-tab-title{
    margin-top: -23px;
    margin-bottom: 40px;
}
.tab-style2 .detail-tab-content{
    padding: 0 15px;
    margin-bottom: 60px;
}
.tab-style2 .detail-tab-content .tab-content{
    background: #fff;
    padding: 34px 30px;
    border-radius: 10px;
}

/* widget list product */

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
    border: none;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover{
    background: transparent;
}

.owl-carousel .owl-nav i{
    font-size: 30px;
    color: #a1a1a1;
}
/*.widget:last-child{*/
    /*margin-bottom: 60px;*/
/*}*/

.wg-warranty-single-prd{
    background: #fff;
    border-radius: 80px;
    min-height: 80px;
    margin-bottom: 10px;
    padding: 10px;
}
.wg-warranty-single-prd p{
    padding: 0 33px;
    padding-top: 6px;
    margin-bottom: 0;
}
.widget_text .wg-warranty-single-prd strong{
    font-size: 13px;
}

/* custom css content single product post */

.default-single-prd-title{
    margin-top: 16px;
    font-weight: normal;
    margin-bottom: 50px;
    font-size: 24px;
}
img.default-image-prd-1{
    margin-bottom: 47px;
}
img.default-image-prd-2{
    margin-top: 52px;
    margin-bottom: 50px;
}
p.default-sngl-prd-first-paragraph{
    margin-bottom: 51px;
}
p.default-sngl-prd-last-paragraph{
    margin-bottom: 18px;
}

/* comment single product */
.detail-tab-desc table.shop_attributes tr td{
    padding: 0 8px;
}
.detail-tab-desc .comment-form-rating,
.detail-tab-desc .comment-form-comment,
.detail-tab-desc .comment-notes{
    width: 100%;
}
.detail-tab-desc .comment-form-rating .stars{
    padding: 0 15px;
}
.detail-tab-desc .comment-form-author,.detail-tab-desc  .comment-form-email{
    width: 50%;
}
.detail-tab-desc .comment-form-author{
    padding-right: 15px;
    border-radius: 30px;
}
.detail-tab-desc .comment-form-email{
    padding-left: 15px;
}
.detail-tab-desc .comment-form-email input,.detail-tab-desc .comment-form-author input{
    border-radius: 30px;
}
.detail-tab-desc .comment-form-comment{
    margin-bottom: 22px;
}
.detail-tab-desc .comment-form-comment textarea{
    min-height: 170px;
    border-radius: 10px;
    resize: none;
}
.detail-tab-desc form label{
    color: #444444;
}
.detail-tab-desc #review_form #respond form .form-submit input#submit.submit{
    font-size: 12px;
    padding: 0px 30px;
    text-transform: uppercase;
    background-image: -moz-linear-gradient(to right, rgb(16, 60, 73) 0%, rgb(45, 97, 95) 51%,rgb(16, 60, 73) 100%);
    background-image: linear-gradient(to right, rgb(16, 60, 73) 0%, rgb(45, 97, 95) 51%,rgb(16, 60, 73) 100%);
    background-image: -webkit-linear-gradient(to right, rgb(16, 60, 73) 0%, rgb(45, 97, 95) 51%,rgb(16, 60, 73) 100%);
    background-image: -ms-linear-gradient(to right, rgb(16, 60, 73) 0%, rgb(45, 97, 95) 51%,rgb(16, 60, 73) 100%);
	
    background-size: 200% auto;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 30px;
    height: 44px;
}
.detail-tab-desc #review_form #respond form .form-submit input#submit.submit:hover{
    background-position: right center;
}
.detail-tab-desc .woocommerce-noreviews{
    margin-bottom: 14px;
}
.detail-tab-desc .comment-respond .comment-form{
    margin-top: 24px;
}
.woocommerce-Reviews .comment-reply-title{
    margin-bottom: 19px;
}
.detail-tab-desc .comment-form-rating{
    margin-bottom: 16px;
    margin-top: 15px;
}
.detail-tab-desc .comment-respond .comment-form{
    margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist .wrap-rating > li{
    margin-bottom: 0;
}
.detail-tab-desc .wrap-rating{
    margin-bottom: 21px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
    margin-bottom: 13px;
}
.detail-info .woocommerce-product-rating{
    display: none;
}

.related-product {
    padding-top: 50px;
    margin-bottom: -56px;
}
.related-product .title22{
    margin-top: 0;
    margin-bottom: 0px;
    line-height: 36px;
    position: relative;
}
.related-product.product-slider-view .prd-slider-title{
    margin-bottom: 0px;
}

/* product grid property default */
.item-product .product-label{
    display: none;
}
.item-product.item-product-grid .product-thumb{
    border: none;
}
.item-product.item-product-grid .wrap-rating .number-rate{
    display: none;
}
.item-product.item-product-grid .cat-parent{
    color: #d0d0d0;
}
.item-product.item-product-grid .product-price{
    display: flex;
}
.item-product.item-product-grid .product-price del{
    order: 2;
}
.item-product.item-product-grid .product-price ins{
    order: 1;
}
.product-thumb-link:before{
    background: rgba(255, 255, 255, 0.1);
    opacity: 1;
}
.float-thumb:before{
    height: 0;
}
.float-thumb:hover:before{
    height: 100%;
}
.product-thumb-link > a{
    overflow: hidden;
}

.yith-wcwl-wishlistexistsbrowse .feedback{
    display: none;
}
.yith-wcwl-wishlistexistsbrowse.show a{
    background: #e0e0e0;
    font-size: 0;
    display: block;
    color: #404040;
    min-width: 50px;
    min-height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}
.yith-wcwl-wishlistexistsbrowse.show a:hover,
.compare-button .compare.button:hover,
.wishlist-wrap .compare-link:hover{
    color: #fff;
}

.woocommerce div.list-col-item.product{
    margin-bottom: 30px;
}
.btn-loadmore .loadmore:focus{
    color: #fff;
}
.overlay .hidden-sidebar-wrap .hidden-sidebar-content.active .widget-wrap{
    border-left: 1px solid #e0e0e0;
    top: 0px;
}
.logged-in.overlay .hidden-sidebar-wrap .hidden-sidebar-content.active .widget-wrap{
    top: 32px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select{
    border-color: #4a86fd;
}
.widget_s7upf_list_products{
    margin-bottom: 40px;
}
.single-product .sidebar-right{
    margin-bottom: 60px;
}
.woocommerce .grid-item-style7 div.list-col-item.product{
    margin-bottom: 20px;
}

.hm6-row2-col1-box1{
    margin-bottom: 40px;
}
.hm6-row2-col1-box2.layout-style4.product-slider-view,.hm6-row2-col1-box3.blog-slider-view.layout-style2{
    margin-bottom: 40px;
}
.hm7-row2-col2-box1.layout-style4,.hm7-row2-col2-box2.layout-style4{
    margin-bottom: 40px;
}
.hm8-col-left-box1.product-slider-view.layout-style4,
.hm8-col-left-box2.product-slider-view.layout-style4,
.hm8-col-left-box3.blog-slider-view.layout-style2,
.hm8-col-left-box4.banner-advertising.default,
.hm8-col-left-box5.banner-advertising.default{
    margin-bottom: 40px;
}
.hd1-row4-hm1 .product-catelist.style1 .list-cate{
    visibility: visible;
    opacity: 1;
    margin-left: 0;
}
.ft1-row4.ft1-row-fxheight{
    padding-top: 57px;
    padding-bottom: 52px;
}
.single-product .header-page {
    z-index: 9996;
}
.single-product .header-page:hover {
    z-index: 9998;
}
.fancybox-overlay {
    z-index: 9998;
}
.contact-top:hover .currency-box, 
.contact-top:hover .language-box {
    z-index: 9991;
}
body .scroll-top {
    color: #fff !important;
}
/* End Css by ToanNgo92 */
.product-extra-link .quickview-link:hover:after,
.product-extra-link .wishlist-link:hover:after,
.product-extra-link .addcart-link:hover:after {
    content: attr(title) !important;
}
.added.wishlist-link i:before{
    content: "\f00c";
}
.feedback .yith-wcwl-icon:before{
    content: "\f004";
}
.feedback .yith-wcwl-icon{
    font-size: 18px;
}
.yith-wcwl-add-to-wishlist .feedback{
    font-size: 0;
}
.yith-wcwl-wishlistexistsbrowse a {
    padding: 0 !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #e0e0e0;
    color: #404040;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}
.yith-wcwl-wishlistaddedbrowse a:hover,
.yith-wcwl-wishlistexistsbrowse a:hover{
    background: #2c9afd;
}
.yith-wcwl-wishlistaddedbrowse a:hover,
.yith-wcwl-wishlistexistsbrowse a:hover i{
    color: #fff;
}
.yith-wcwl-wishlistexistsbrowse .feedback{
    display: none;
}
.yith-wcwl-wishlistaddedbrowse a{
    height: 50px;
    background: #e0e0e0;
    display: inline-block;
    border-radius: 50px;
    line-height: 50px;
    padding: 0 15px;
    width: 50px;
    font-size: 0;
}
.yith-wcwl-wishlistexistsbrowse.show a:before,
.yith-wcwl-wishlistaddedbrowse a:before{
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 18px;
}
.wishlist-wrap .compare.button, 
.wishlist-wrap .compare-link{
    height: 50px;
}
.wishlist-popup {
    margin: auto !important;
    z-index: 9999;
}
.wishlist-mask{
    z-index: 9999;
}