/*Import*/
/*************************************
[Master Stylesheet]
Project: 7upframework
Version: 1.0
Last change: 05/20/2017
Author: 7UP Theme
Author URI: https://7uptheme.com/
[Table Content]
1.Home 1
2.Home 2
3.Home 3
4.Home 4
5.Home 5
6.Home 6
7.About
8.Contact
9.Menu Ontop
10.Preview  Menu
11.Shop
12.Product Details
13.Blog
***********************************************/
.hidden{
    display: none;
}
.list-tag-detail.nav-tabs{
    border-bottom: 0;
}
.tab-style2 .list-tag-detail.nav-tabs{
    margin: 0 -2px;
}
.list-tag-detail.nav-tabs li{
    width: 100%;
}
.tab-style2 .detail-tab-title ul li {
    width: auto;
    margin: 0 2px;
}
.list-tag-detail li a.active::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 2px;
    content: "";
    bottom: -1px;
    background: #333;
}
.menupop.hover:hover {
    transition: none;
    transform: none;
    animation: unset;
}
/*UNITEST*/
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
pre{
    white-space: pre-wrap;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}
figure,
.sv-default img{
    max-width: 100%;
    height: auto;
}
.sv-default #st-map img{
    max-width: none;
    height: inherit;
}
.gallery {
    margin-bottom: 20px;
}
.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}
.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}
.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
.gallery:before{
    content: "";
    display: table;
}
.gallery:after{
    clear: both;
}
.gallery:before, .gallery:after{
    content: "";
    display: table;
}
.bypostauthor,
.screen-reader-text,
.wp-caption-text{
    display: block;
}
.wp-caption-text {
    color: #999;
    line-height: 24px;
    margin: 10px 0 20px;
}
table {
    border-collapse: collapse;
}
table, th, td {
    border: 1px solid #eaeaec;
    padding:5px;
}
.detail-content-wrap > table tr > * ,
.inner-content-page > table tr > * {
    padding: 10px;
}
.detail-content-wrap> table,
.inner-content-page > table{
	margin-bottom:30px;
}
.detail-content-wrap > address ,
.inner-content-page > address {
    line-height: 30px;
}
.detail-content-wrap > pre ,
.inner-content-page > pre {
    margin-bottom: 30px;
}
.detail-content-wrap > h2 ,
.inner-content-page > h2 {
    margin-bottom: 20px;
}
.detail-content-wrap > dl > *,
.inner-content-page > dl > *{
	padding:5px 0;
}
.entry-content + div {
    margin-top: 50px;
}
/*Widget*/
.widget .screen-reader-text{
    display: none;
}
.widget-title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: -3px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    font-family: 'Lora', sans-serif;
    padding-bottom: 15px;
}
.widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li {
    padding: 11px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.widget ul li:last-child{
	border:none;
} 
.widget ul li > .count {
    position: absolute;
    top: 11px;
    right: 0;
    color: #999;
}
.widget ul li:first-child > .count{
	top:0;
}
.widget abbr[title]{
    border-bottom: 0;
}
.tagcloud a {
    padding: 8px 15px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    border-radius: 0;
    margin: 0 3px 10px;
    font-size: 14px !important;
}
.tagcloud{
	margin:0 -3px -10px;
}
.widget_calendar table {
    width: 100%;
}
.widget_calendar table caption {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    font-weight: 700;
}
.widget_calendar table th {
    background-color: #eee;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 2em;
}
.widget_calendar table td {
    border: 1px solid #eee;
    text-align: center;
    font-size: 14px;
    line-height: 2em;
}
.widget_calendar table tbody td a {
    color: #df412f;
}
.widget_calendar table tfoot td {
    border: 0;
    padding: 0;
}
.widget_calendar table tfoot td#prev {
    text-align: left;
}
.widget_calendar table tfoot td#next {
    text-align: right;
}
.widget_calendar table tfoot{
    background: #333;
}
.widget_calendar table tfoot a {
    display: inline-block;
    color: #fff;
    padding: 2px 15px;
}
.widget_calendar table tfoot a:hover {
    color: #df412f;
}
.widget ul.sub-menu, 
.widget ul.children {
    padding-left: 15px;
    border-top: 1px solid #e5e5e5;
    padding-top: 11px;
    margin-top: 11px;
}
.widget_archive li {
    display: flex;
    justify-content: space-between;
    display: -ms-flex;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    color: #999;
}
.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: #333;
    margin: 0 0 15px;
    line-height: 24px;
}
.widget_rss .rssSummary {
    margin-top: 14px;
}
.entry-content > ol  li, 
.entry-content > ul  li, 
.entry-content > table th, 
.entry-content > table td, 
.entry-content dd, 
.entry-content dt, 
.entry-content address {
    line-height: 24px;
}
.detail-content-wrap > ol  li, 
.detail-content-wrap > ul  li, 
.detail-content-wrap > table th, 
.detail-content-wrap > table td, 
.detail-content-wrap dd, 
.detail-content-wrap dt, 
.detail-content-wrap address {
    line-height: 24px;
}
.rss-date{
    color: #999;
}
.widget.widget_rss ul li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    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: 11px 0;
}
.widget .select2-container .select2-search--inline .select2-search__field{
    height: 35px;
    margin: 0;
    padding: 0;
}
.widget .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #e5e5e5 1px;
}
.woocommerce-product-search input[type=search]{
    border: 1px solid #e5e5e5;
    height: 40px;
    padding: 0 15px;
    display: block;
    width: 100%;
    border-radius: 0px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:first-child,
.widget ul li:first-child{
    padding-top: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child,
.widget ul li:last-child{
    padding-bottom: 0;
}
span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.widget .select2-container--default .select2-selection--multiple {
    border-color: #e5e5e5;
    border-radius: 0;
}
.widget .mini-cart-empty {
    padding-top: 0;
}
.error-404.not-found{
    margin-bottom: 40px;
}
.error-404 .wg-search-form{
    margin-top: 20px;
    max-width: 415px;
}
/*End widget*/
.post-password-form input[type=submit] {
    vertical-align: top;
    padding: 0 20px;
    height: 40px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    border: none;
    color: #fff;
	text-transform:uppercase;
	background:#333;
}
.post-password-form input[type=submit]:hover{
    color: #fff;
}
span.edit-link > .fa {
    margin: 0 5px;
    display: inline-block;
}
.sticky{
    display: inline-block;
}
/*END UNITEST*/
/*add style*/
.header-page .vc_row[data-vc-full-width] {
  overflow: inherit !important;
}
.remove-hidden.vc_row[data-vc-full-width] {
  overflow: inherit !important;
}
.vc_row.vc_row-no-padding .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
.comment-list li.pingback {
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}
/*Menu fixed style*/
.fixed-header {
  position: fixed !important;
  top: -100px;
  left: 15px !important;
  z-index: 9996;
  -webkit-transition: top 0.5s ease-out 0s !important;
  transition: top 0.5s ease-out 0s !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.admin-bar .fixed-header.active {
  top: 32px;
}
.fixed-header.active {
  top: 0;
}
.menu-fixed-content.fixed-header {
  background: #fff;
  width: 100%;
  left: 0 !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  max-width: 100%;
  display: block;
}
img{
    max-width: 100%;
    height: auto;
}
/*shop item*/
.list-col-item{
    float: left;
    padding: 0 15px;
}
.list-1-item{
    width: 100%;
}
.list-2-item{
    width: 50%;
}
.list-2-item:nth-child(2n+1){
    clear: both;
}
.list-3-item{
    width: 33.3333%;
}
.list-3-item:nth-child(3n+1){
    clear: both;
}
.list-4-item{
    width: 25%;
}
.list-4-item:nth-child(4n+1){
    clear: both;
}
.list-5-item{
    width: 20%;
}
.list-5-item:nth-child(5n+1){
    clear: both;
}
.list-6-item{
    width: 16.66666667%;
}
.list-7-item{
    width: 14.2857%;
}
.list-8-item{
    width: 12.5%;
}
.list-9-item{
    width: 11.111%;
}
.list-10-item{
    width: 10%;
}
.list-3-item:nth-child(3n+1),
.list-4-item:nth-child(4n+1),
.list-5-item:nth-child(5n+1),
.list-6-item:nth-child(6n+1),
.list-7-item:nth-child(7n+1),
.list-8-item:nth-child(8n+1),
.list-9-item:nth-child(9n+1),
.list-10-item:nth-child(10n+1){
    clear: both;
}
.list-col-item.list-10-item,
.list-col-item.list-9-item,
.list-col-item.list-8-item,
.list-col-item.list-7-item,
.list-col-item.list-6-item,
.list-col-item.list-5-item {
    padding: 0 5px;
}
.list-post-wrap .wrap-item[data-item="5"],
.list-post-wrap .wrap-item[data-item="6"],
.blog-grid-view[data-column="5"] .row,
.blog-grid-view[data-column="6"] .row,
.product-grid-view[data-column="5"] .row,
.product-grid-view[data-column="6"] .row,
.product-grid-view[data-column="7"] .row,
.product-grid-view[data-column="8"] .row,
.product-grid-view[data-column="9"] .row,
.product-grid-view[data-column="10"] .row{
    margin: 0 -5px;
}
/*end*/
.blog-grid-view .list-post-wrap{
    margin: 0 -15px;
}
.pagi-nav > span{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    min-width: 34px;
    text-align: center;
	margin:0 1px;
}
.pagi-nav .current{
    color: #fff;
}
.main-page-default {
    margin: 100px 0;
}
.btn-loadmore{
    text-align: center;
}
.post-meta-data a{
    color: #999; 
}
/*Share*/
.single-list-social ul{
  margin: 0 -4px;
}
.single-list-social ul li{
  margin: 0 4px;
}
.share-icon{
    height: 28px;
    line-height: 30px;
    display: block;
    padding: 0 8px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    min-width: 29px;
}
.share-icon.facebook-social{
  background: #2d5f9a;
}
.share-icon.twitter-social{
  background: #58c7ff;
}
.share-icon.google-social{
  background: #d93c2d;
}
.share-icon.envelope-social{
  background: #484745;
}
.share-icon.linkedin-social{
  background: #00527b;
}
.share-icon.pinterest-social{
  background: #ed2024;
}
.share-icon.tumblr-social{
  background: #3f557a;
}
.share-icon i{
  font-size: 16px;
}
.share-icon.total-share{
    height: 28px;
    line-height: 28px;
    border: 1px solid #e5e5e5;
    color: #cb0909;
}
.share-icon .number{
  margin: -1px 4px 0;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
}
/*End share*/
.author-thumb img,
.comment-thumb img{
    border-radius: 50%;
}
.comment-list ul.children{
    list-style: none;
}
.blog-comment-detail > h2.title18 {
    margin-bottom: 34px;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lora', sans-serif;
	font-weight:700;
}
.comment-info .fn {
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Lora', sans-serif;
    margin-bottom: 11px;
}
.comment-info .fn a {
    color: #000;
    font-weight: 700;
}
.comment-reply-title {
    margin: 0 0 32px;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Lora', sans-serif;
	font-weight:700;
}
.comment-form .desc {
    margin: 0 0 30px;
}
.bread-crumb ul:last-child li:last-child a::after,
.bread-crumb > a:last-child::after{
    display: none;
}
.bread-crumb ul{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.bread-crumb a::after {
    margin: 0 6px 0 6px;
}
.woocommerce .woocommerce-breadcrumb{
    margin: 0;
}
.bread-crumb ul.post-categories li {
    display: inline-block;
}
/*woocommerce sidebar*/
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img{
    width: 70px;
}
.widget .product-title {
    overflow: inherit; 
    text-overflow: inherit; 
    white-space: normal; 
    font-weight: normal;
}
.widget .product_list_widget .wrap-rating{
    margin-top: 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;
    padding-bottom: 20px;
}
.woocommerce ul.product_list_widget > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.woocommerce .widget_rating_filter ul li {
    padding: 0 0 6px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e5e5e5;
    border-radius: 0;
    height: 5px;
    margin: 0 0 30px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 17px;
    height: 17px;
    border: 2px solid #000;
    border-radius: 0;
    background: #000;
    top: -6px;
    margin: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -17px;
}
.woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.button,
.btn,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 0px;
    text-align: center;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
	text-transform:uppercase;
	border: none;
	background:#333;
}
.woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.button:hover,
.btn:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
    color: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount .button, 
.woocommerce .widget_price_filter .price_slider_amount {
    font-size: 14px;
    line-height: 40px;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
	text-transform:uppercase;
}
.woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit{
    margin: 10px 0 0;
}
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled]{
	padding: 0 20px;
    color: #fff;
    background: #303030;
}
select,
input[type=password],
input[type=number],
input[type=email],
input[type=tel], 
input[type=date],
input[type=text]{
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
}
textarea{
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    padding: 10px;
}
.widget_product_search button[type=submit]{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    background: transparent;
    border: none;
    z-index: 1;
    font-size: 0;
}
.widget_product_search input[type=search]{    
    width: 100%;
}
.woocommerce-product-search{
    position: relative;
}
.woocommerce-product-search::after {
    position: absolute;
    top: 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;
}
.label-wrap.wapl-aligncenter{
    text-align: center;
}
.shop-loading{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.1);
    z-index: 98;
	text-align:center;
}
.shop-loading .fa{
    font-size: 40px;
    position: absolute;
	display:block;
    top: 0;
    left: 0;
	right:0;
	bottom:0;
	margin:auto;
    color: #fff;
	width:40px;
	height:40px;
}
.js-content-main{
	min-height:150px;
}
.ajax-loading:not(.list-product-search){
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    z-index: 9999;
}
.ajax-loading:not(.list-product-search) i{
    font-size: 40px;
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    margin: auto;
}
.loadding{
    position: relative;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images{
    float: none;
    width: auto;
}
.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*/
.product-price > span, .product-price ins {
    font-weight: 700;
    font-size: 14px;
}
.product-price del{
    color: #666;
    font-size: 14px;
	font-weight:300;
}
a.added_to_cart,
.woocommerce a.added_to_cart{
    display: none !important;
}
.woocommerce #respond input#submit, 
a.added_to_cart, 
.woocommerce a.added_to_cart, 
.woocommerce a.button.addcart-link {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 0px;
    text-align: center;
    color: #fff;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    background: #303030;
}
.woocommerce #respond input#submit:hover,
a.added_to_cart:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce a.button.addcart-link:hover{
    color: #fff;
}
.woocommerce table.shop_attributes td p {
    padding: 8px;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after{
    top: 0;
    right: 0;
}
.woocommerce ul.products li.product .button{    
    margin: 0;
}
.sort-by .select-box select {
    line-height: 36px;
}
.title-page{
	margin-bottom:30px;
}
.title-page + div{
    position: relative;
    z-index: 0;
}
.detail-info .product-desc {
    margin-bottom: 30px;
    padding-top: 0;
    margin-top: 2px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    border-top: none;
}
.detail-info .product-price {
    margin-bottom: 19px;
}
.product_meta > span{
    display: block;
}
.detail-qty .qty-val {
    border: none;
    background: transparent;
}
.detail-info .product-price > span,
.detail-info .product-price ins{
    font-size: 18px;
}
.detail-info .product-price del{
    font-size: 18px;
}
.single_variation_wrap .detail-attr{
    display: block;
}
.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 .detail-qty {
    margin-right: 10px;
}
.detail-attr:not(.type-select):not(.type-) .select-box::after{
    display: none;
}
.reset_variations[style="visibility: hidden;"]{
    display: none;
}
.woocommerce div.product form.cart .reset_variations {
    font-size: 14px;
    text-align: right;
    padding: 0;
    float: right;
    margin: -37px 0 0!important;
}
.woocommerce div.product form.cart .reset_variations[style="visibility: visible; display: inline;"] {
    display: block !important;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce input.button.alt.disabled{
    background-color: #303030;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
.item-product-meta-info > span {
    padding: 0;
    border: 0;
    display: table;
    margin-bottom: 15px;
}
.item-product-meta-info > span:last-child {
    margin-bottom: 0;
}
.item-product-meta-info > span > *{
    display: table-cell;
}
.product_meta > span > span, .product_meta > span > a,
.item-product-meta-info .meta-item-list span, 
.item-product-meta-info .meta-item-list a {
    margin: 0 5px 5px;
    color: #999;
	display:inline-block;
}
.select-box select{
    z-index: inherit;
}
.woocommerce div.product div.summary {
    margin-bottom: 0;
}
/* detail tab css*/
.detail-tab-desc > h2:first-child{
    display: none;
}
.detail-tab-desc p{
    margin: 0;
    line-height: 24px;
}
.detail-tabs.tab-style2 {
    display: block;
    border: 0;
    position: relative;
}
.content-sidebar-none .detail-tabs.tab-style2{
    padding: 3px 0 70px;
}
.tab-style2 .detail-tab-title ul li{
    display: inline-block;
	margin:0 20px;
}
.tab-style2 .detail-tab-title ul {
    margin: 0 -20px;
    padding-top: 27px;
}
.tab-style2 .detail-tab-title {
    min-width: auto;
    border: none;
    width: auto;
    text-align: center;
    margin-bottom: 60px;
}
.single_add_to_cart_button::before {
    content: "\f16e";
    font-family: LineAwesome;
    margin-right: 5px;
    font-size: 24px;
    vertical-align: middle;
}
.tab-style2 .list-tag-detail li a {
    border: none;
    padding: 0;
}
.tab-style2 .list-tag-detail li.active a::before {
    top: -27px;
    bottom: auto;
    left: 0;
    right: 0;
    width: auto;
    height: 3px;
}
.tab-style2 .list-tag-detail li.active a::after{
    display: none;
}
.tab-style2 .detail-tab-content {
    margin: 0;
    padding: 0;
}
.detail-tab-desc table.shop_attributes {
    margin-bottom: 0;
}
.woocommerce #reviews #comments > h2 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    display: none;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
    width: 70px;
    border: 0;
    padding: 0;
    border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist{
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 90px;
    border-radius: 0;
}
.woocommerce-Reviews .comment-reply-title {
    margin-bottom: 20px;
    display: block;
    margin-top: 10px;
    font-size: 24px;
}
.comment-form-rating > label{
    margin-bottom: 10px;
}
.woocommerce #review_form #respond p.stars{
    margin-bottom: 0;
}
.woocommerce .star-rating,
.woocommerce p.stars a{
    color: #ff0000;
}
.detail-tabs {
    margin-bottom: 70px;
}
.content-sidebar-none .detail-tabs.tab-style2::before {
    position: absolute;
    top: 4px;
    left: -1000px;
    right: -1000px;
    height: 1px;
    content: "";
    background: #e5e5e5;
}
.content-sidebar-none .detail-tabs.tab-style2::after {
    position: absolute;
    bottom: 0px;
    left: -1000px;
    right: -1000px;
    height: 1px;
    content: "";
    background: #e5e5e5; 
}
/* End detail tab css*/
.single-title{
    margin-bottom: 30px;
}
.select-box::after{
    z-index: -1;
}
/*Woocommerce Page css*/
.woocommerce-cart table.cart td.actions .coupon .input-text{
    min-width: 200px;
}
td.product-remove {
    max-width: 30px;
}
td.product-thumbnail {
    max-width: 60px;
    text-align: center;
}
#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 70px;
}
/*End Woocommerce page css*/
.item-default .post-thumb{
    display: inline-block;
    max-width: 100%;
}
.page-links > span, .page-links > a {
    padding: 6px;
    border: 1px solid #e5e5e5;
    margin: 0 2px;
    min-width: 33px;
    display: inline-block;
    text-align: center;
}
.page-links > span{
	color:#fff;
}
.page-links {
    margin-bottom: 35px;
    clear: both;
    margin-top: 30px;
}
.woocommerce div.product form.cart:not(.variations_form){
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center; 
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center; 
    margin-bottom: 30px; 
}
.woocommerce div.product form.cart:not(.variations_form) > label{
    width: 100px;
    margin: 0;
}
.woocommerce div.product .list-product-group form.cart{
    display: block;
}
.list-product-group form.cart table{    
    width: 100%;
}
.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;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
    border-right: 1px solid #e5e5e5;
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text{
    border-color: #e5e5e5;
}
#add_payment_method .cart-collaterals .cart_totals table, 
.woocommerce-cart .cart-collaterals .cart_totals table, 
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: collapse;
}
.select2-container--default .select2-selection--single {
    border-color: #e5e5e5!important;
    height: 40px!important;
    border-radius: 0!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px!important;
    right: 6px!important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #555!important;
}
/*My account*/
.woocommerce-MyAccount-navigation ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
    line-height: inherit;
}
.woocommerce-MyAccount-navigation ul li a{
    padding: 10px 15px;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #e5e5e5;
	display:block;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li:hover a{
    color: #fff;
}
.woocommerce-MyAccount-content{
    padding: 15px;
    border: 1px solid #e5e5e5;
}
.woocommerce-MyAccount-content a{
    color: #333;
}
.woocommerce-MyAccount-content a:hover{
    color: #999;
}
.woocommerce-account .addresses .title .edit {
    font-size: 14px;
    padding: 5px 10px;
    margin-top: 20px;
    float: none;
    margin: 0 0 20px;
    display: inline-block;
	background:#333;
	color:#fff;
}
.woocommerce-account .addresses .title h3 {
    float: none;
}
.woocommerce-account .addresses .title .edit:hover{
    color: #fff;
}
.woocommerce form .form-row input.input-text{
    height: 40px;
    border: 1px solid #e5e5e5;
}
.select2-container .select2-choice{
    height: 40px;
    border: 1px solid #e5e5e5;
    line-height: 40px;
}
.select2-drop-active{
    border-color: #e5e5e5;
}
.mini-cart-empty{
    padding-top: 20px;
}
.mini-cart-button a,
.woocommerce .mini-cart-button a{
    height: 40px;
    display: inline-block;
    padding: 0 20px;
    border: none;
    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: 10000;
}
.menu-on-fixed.single-product .header-page{
    position: static;
}
.single-product .header-page{
    z-index: 9996;
    position: relative;
}
.product-popup-content{
    padding: 0;
}
.product-popup-content .product-detail {
    margin-bottom: 0;
}
.fancybox-opened .fancybox-skin{
    background: #fff;
}
/*Begin Search Ajax*/
.list-product-search {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    /*border-radius: 6px;*/
    left: 0;
    margin-top: 32px;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    min-width: 300px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.list-product-search.active {
    opacity: 1;
    visibility: visible;
    margin-top: 2px;
}
.item-search-pro {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    padding: 10px 0;
    width: 100%;
}
.item-search-pro > div {
    display: table-cell;
    vertical-align: middle;
}
.item-search-pro:last-child {
    border: none;
}
.item-search-pro .title14 {
    text-transform: capitalize;
    font-weight: 400;
}
.item-search-pro > div.search-ajax-thumb {
    width: 50px;
}
.item-search-pro > div.search-ajax-price {
    text-align: right;
}
.item-search-pro > div.search-ajax-title {
    padding: 0 10px;
}
.live-search-on.active .list-product-search{
    opacity: 1;
    visibility: visible;
    margin-top: 2px;
}
/*End Search Ajax*/
.dropdown-list li.active a {
    color: #fff;
}
.list-product-search.ajax-loading{
    text-align: center;
}
.overlay .mini-cart-link {
    color: #555;
}
.aside-box .dropdown-list{
    margin-top: 0;
}
.admin-bar .aside-box .dropdown-list{
    margin-top: 32px;
}
.form-newsletter input[type="email"] {
    height: 50px;
    display: block;
    border: none;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    padding: 0 20px;
    background: #fff;
    border-radius: 0;
}
.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: none;
    border-radius: 0;
}
.desc-block{
    margin-bottom: 15px;
}
.follow-instagram{
    margin: 0 -2px;
}
.follow-instagram li{
    max-width: 160px;
    margin: 0 2px;
}
.instagram-slider .group-navi .owl-buttons{
    right: 0;
}
/*Gap product*/
/*gap 5*/
.gap-5 .list-product-wrap{ 
    margin: 0 -2.5px;
}
.gap-5 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-5 .group-navi .owl-buttons{ 
    right: 2.5px;
}
.gap-5 .list-product-wrap .product{
    padding:0 2.5px;
    margin-bottom: 5px;
}
.gap-5 .list-product-wrap .item{
    padding:0 2.5px;
    margin-bottom: 5px;
}
.gap-5 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 5px;
}
/*gap 10*/
.gap-10 .list-product-wrap{ 
    margin: 0 -5px;
}
.gap-10 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-10 .group-navi .owl-buttons{ 
    right: 5px;
}
.gap-10 .list-product-wrap .product{
    padding:0 5px;
    margin-bottom: 10px;
}
.gap-10 .list-product-wrap .item{
    padding:0 5px;
    margin-bottom: 10px;
}
.gap-10 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 10px;
}
/*gap 15*/
.gap-15 .list-product-wrap{ 
    margin: 0 -7.5px;
}
.gap-15 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-15 .group-navi .owl-buttons{ 
    right: 7.5px;
}
.gap-15 .list-product-wrap .product{
    padding:0 7.5px;
    margin-bottom: 15px;
}
.gap-15 .list-product-wrap .item{
    padding:0 7.5px;
    margin-bottom: 15px;
}
.gap-15 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 15px;
}
/*gap 20*/
.gap-20 .list-product-wrap{ 
    margin: 0 -10px;
}
.gap-20 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-20 .group-navi .owl-buttons{ 
    right: 10px;
}
.gap-20 .list-product-wrap .product{
    padding:0 10px;
    margin-bottom: 20px;
}
.gap-20 .list-product-wrap .item{
    padding:0 10px;
    margin-bottom: 20px;
}
.gap-20 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 20px;
}
/*gap 30*/
.gap-30 .list-product-wrap{ 
    margin: 0 -15px;
}
.gap-30 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-30 .group-navi .owl-buttons{ 
    right: 15px;
}
.gap-30 .list-product-wrap .product{
    padding:0 15px;
    margin-bottom: 30px;
}
.gap-30 .list-product-wrap .item{
    padding:0 15px;
    margin-bottom: 30px;
}
.gap-30 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 30px;
}
/*gap 40*/
.gap-40 .list-product-wrap{ 
    margin: 0 -20px;
}
.gap-40 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-40 .group-navi .owl-buttons{ 
    right: 20px;
}
.gap-40 .list-product-wrap .product{
    padding:0 20px;
    margin-bottom: 40px;
}
.gap-40 .list-product-wrap .item{
    padding:0 20px;
    margin-bottom: 40px;
}
.gap-40 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 40px;
}
/*gap 50*/
.gap-50 .list-product-wrap{ 
    margin: 0 -25px;
}
.gap-50 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-50 .group-navi .owl-buttons{ 
    right: 25px;
}
.gap-50 .list-product-wrap .product{
    padding:0 25px;
    margin-bottom: 50px;
}
.gap-50 .list-product-wrap .item{
    padding:0 25px;
    margin-bottom: 50px;
}
.gap-50 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 50px;
}
/*gap 50*/
.gap-0 .list-product-wrap{ 
    margin: 0;
}
.gap-0 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-0 .group-navi .owl-buttons{ 
    right: 0;
}
.gap-0 .list-product-wrap .product{
    padding:0;
    margin-bottom: 0;
}
.gap-0 .list-product-wrap .item{
    padding:0;
    margin-bottom: 0;
}
.gap-0 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 0;
}
/*end gap*/
.tab-header{
    margin-bottom: 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{
    padding: 0 15px;
    margin-bottom: 30px;
}
/*menu live preview*/
.main-nav .preview-image {
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    left: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    border: 1px solid #e5e5e5;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.main-nav li:hover > .preview-image {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.preview-image img{
    height: auto;
}
.preview-image>a {
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.preview-image > a > img {
    left: 0;
    position: absolute;
    top: 0;
    transition: all 5s ease-in-out 0s;
    -webkit-transition: all 5s ease-in-out 0s;
    width: 100%;
}
.preview-image > a:hover > img {
    top: 100%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
/*end live preview*/
/*Begin Wishlist Popup*/
.wishlist-mask {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.wishlist-popup {
  background: #fff none repeat scroll 0 0;
  border: 10px solid rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  padding: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 470px;
  z-index: 9999;
}
.wishlist-button a {
  background: #858785 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 3px;
}
.popup-icon {
  font-size: 30px;
}
.wishlist-alert {
  margin: 10px 0 20px;
}
.product-popup-content {
  padding: 0;
}
.product-popup-content .detail-gallery .carousel li{
	min-height:120px;
}
.wishlist-button a:hover{
    color: #fff;
}
/*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;
}
.main-nav.main-nav1 > ul{
    padding: 0;
}
.logo h1{
    margin: 0;
}
.content-single-blog iframe{
    width: 100%;
    border: 0;
    max-width: 100%;
}
.player .vp-player-layout{
    left: 0 !important;
    right: 0 !important;
}
.sort-by .select-box::after {
    top: 0;
    color: #999;
    right: 0;
}
.vc_row:not([data-vc-stretch-content="true"]) .container{
    padding: 0;
}
.smart-slider:not(.owl-carousel)[data-item="6"] > div{
    width: 16.6666%;
}
.smart-slider:not(.owl-carousel)[data-item="5"] > div{
    width: 20%;
}
.smart-slider:not(.owl-carousel)[data-item="4"] > div{
    width: 25%;
}
.smart-slider:not(.owl-carousel)[data-item="3"] > div{
    width: 33.3333%;
}
.smart-slider:not(.owl-carousel)[data-item="2"] > div{
    width: 50%;
}
.widget-group{
    margin-bottom: 30px;
}
.widget-group:last-child{
    margin-bottom: 0;
}
.page-content-box .wrap {
  background: #fff;
  max-width: 1230px;
  margin: auto;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.page-content-box .container {
    max-width: 1230px;
}
.page-content-box .fix-row-bg{
    margin-left: 15px;
    margin-right: 15px;
}
.page-content-box .vc_row {
    padding-left: 15px;
    padding-right: 15px;
}
.page-content-box .fix-row-bg .vc_row {
    padding-left: 0;
    padding-right: 0;
}
body.page-content-box *[data-vc-full-width]{
    max-width: 1230px;
    margin: auto;
    left: -15px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
body.page-content-box [data-vc-full-width] [data-vc-full-width]{
    left: 0px!important;
}
.page-content-box .vc_row .vc_row {
    padding-left: 0px;
    padding-right: 0px;
}
/*Preload style 2*/
.preload #objectstyle2{
    width: 80px;
    height: 80px;
    background-color: #FFF;
    -webkit-animation: animatestyle2 1s infinite ease-in-out;
    animation: animatestyle2 1s infinite ease-in-out;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
}
@-webkit-keyframes animatestyle2 {
    0% { -webkit-transform: perspective(160px); }
    50% { -webkit-transform: perspective(160px) rotateY(-180deg); }
    100% { -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); }
}
@keyframes animatestyle2 {
    0% { 
        transform: perspective(160px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg); 
    } 50% { 
        transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg) ;
    } 100% { 
        transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    }
}
/*Prelaod style 3*/
#loading-center-absolutestyle3 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
   -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;
}
.objectstyle3{
    width: 25px;
    height: 25px;
    background-color: #FFF;
    float: left;
    
}
#object_onestyle3 {
    -webkit-animation: object_onestyle3 1.5s infinite;
    animation: object_onestyle3 1.5s infinite;
    }
#object_twostyle3 {
    -webkit-animation: object_twostyle3 1.5s infinite;
    animation: object_twostyle3 1.5s infinite;
    }
#object_threestyle3 {
    -webkit-animation: object_threestyle3 1.5s infinite;
    animation: object_threestyle3 1.5s infinite;
    }
#object_fourstyle3 {
    -webkit-animation: object_fourstyle3 1.5s infinite;
    animation: object_fourstyle3 1.5s infinite;
    }
    
@-webkit-keyframes loading-center-absolutestyle3 {
  100% { -webkit-transform: rotate(-45deg); }
}
@keyframes loading-center-absolutestyle3 {
  100% { 
    transform:  rotate(-45deg);
    -webkit-transform:  rotate(-45deg);
  }
}
@-webkit-keyframes object_onestyle3 {
  25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}
@keyframes object_onestyle3 {
  25% { 
    transform: translate(0,-50px) rotate(-180deg);
    -webkit-transform: translate(0,-50px) rotate(-180deg);
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}
@-webkit-keyframes object_twostyle3 {
  25% { -webkit-transform: translate(50px,0) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}
@keyframes object_twostyle3 {
  25% { 
    transform: translate(50px,0) rotate(-180deg);
    -webkit-transform: translate(50px,0) rotate(-180deg);
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three_pre3 {
  25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}
@keyframes object_threestyle3 {
  25% { 
    transform:  translate(-50px,0) rotate(-180deg);
    -webkit-transform:  translate(-50px,0) rotate(-180deg);
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: rtranslate(0,0) rotate(-180deg);
  }
}
@-webkit-keyframes object_fourstyle3 {
  25% { -webkit-transform: translate(0,50px) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}
@keyframes object_fourstyle3 {
  25% { 
    transform: translate(0,50px) rotate(-180deg); 
    -webkit-transform: translate(0,50px) rotate(-180deg);  
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}
/*Preload style 4*/
#loading-center-absolutestyle4 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
}
.objectstyle4{
    width: 20px;
    height: 20px;
    background-color: #FFF;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
#object_onestyle4 {   
    -webkit-animation: object_onestyle4 1.5s infinite;
    animation: object_onestyle4 1.5s infinite;
    }
#object_twostyle4 {
    -webkit-animation: object_twostyle4 1.5s infinite;
    animation: object_twostyle4 1.5s infinite;
    -webkit-animation-delay: 0.25s; 
    animation-delay: 0.25s;
    }
#object_threestyle4 {
    -webkit-animation: object_threestyle4 1.5s infinite;
    animation: object_threestyle4 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    
    }
@-webkit-keyframes object_onestyle4 {
75% { -webkit-transform: scale(0); }
}
@keyframes object_onestyle4 {
  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_twostyle4 { 
  75% { -webkit-transform: scale(0); }
}
@keyframes object_twostyle4 {
  75% { 
    transform: scale(0);
    -webkit-transform:  scale(0);
  }
}
@-webkit-keyframes object_threestyle4 {
  75% { -webkit-transform: scale(0); }
}
@keyframes object_threestyle4 {
  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  
}
/*Preload style 5*/
#loading-center-absolutestyle5 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 200px;
    margin-top: -25px;
    margin-left: -100px;
}
.objectstyle5{
    width: 20px;
    height:20px;
    background-color: #FFF;
    float: left;
    margin-top: 15px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
#first_objectstyle5{
    -webkit-animation: first_objectstyle5 2s infinite;
    animation: first_objectstyle5 2s infinite;
 
}
#second_objectstyle5{
    -webkit-animation: second_objectstyle5 2s infinite;
    animation: second_objectstyle5 2s infinite;
    float: right;
}
    
@-webkit-keyframes first_objectstyle5 {
 25% {
    -ms-transform: translate(90px,0) scale(2); 
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }
 50% {
    -ms-transform: translate(180px,0) scale(1); 
    -webkit-transform: translate(180px,0) scale(1);
    transform: translate(180px,0) scale(1);
     }   
 
  75% {
     -ms-transform: translate(90px,0) scale(2); 
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }   
 
}       
@keyframes first_objectstyle5 {
 25% {
    -ms-transform: translate(90px,0) scale(2); 
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }
 50% {
    -ms-transform: translate(180px,0) scale(1); 
    -webkit-transform: translate(180px,0) scale(1);
    transform: translate(180px,0) scale(1);
     }   
 
  75% {
     -ms-transform: translate(90px,0) scale(2); 
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }  
}
@-webkit-keyframes second_objectstyle5 {
 25% {
    -ms-transform: translate(-90px,0) scale(2); 
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     }
 50% {
    -ms-transform: translate(-180px,0) scale(1); 
    -webkit-transform: translate(-180px,0) scale(1);
    transform: translate(-180px,0) scale(1);
     }   
 
  75% {
     -ms-transform: translate(-90px,0) scale(2); 
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     } 
}       
@keyframes second_objectstyle5 {
 25% {
    -ms-transform: translate(-90px,0) scale(2); 
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     }
 50% {
    -ms-transform: translate(-180px,0) scale(1); 
    -webkit-transform: translate(-180px,0) scale(1);
    transform: translate(-180px,0) scale(1);
     }   
 
  75% {
     -ms-transform: translate(-90px,0) scale(2); 
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     } 
}
/*Preload style 6*/
#loading-center-absolutestyle6 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 100px;
    margin-top: -10px;
    margin-left: -50px;
}
.objectstyle6{
    width: 20px;
    height: 20px;
    background-color: #FFF;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
    position: absolute; 
}
#object_onestyle6{
    -webkit-animation: objectstyle6 2s linear infinite;
     animation: objectstyle6 2s linear infinite;
     }
#object_twostyle6{ 
    -webkit-animation: objectstyle6 2s linear infinite -.4s;
    animation: objectstyle6 2s linear infinite -.4s;
    left: 20px;
     }
#object_threestyle6{ 
    -webkit-animation: objectstyle6 2s linear infinite -.8s; 
    animation: objectstyle6 2s linear infinite -.8s; 
    left: 40px;
    }
#object_fourstyle6{ 
    -webkit-animation: objectstyle6 2s linear infinite -1.2s;
    animation: objectstyle6 2s linear infinite -1.2s; 
    left: 60px;
    } 
#object_fivestyle6{ 
    -webkit-animation: objectstyle6 2s linear infinite -1.6s; 
    animation: objectstyle6 2s linear infinite -1.6s; 
    left: 80px;
    }
    
    
@-webkit-keyframes objectstyle6{
  0% { left: 100px; top:0}
  80% { left: 0; top:0;}
  85% { left: 0; top: -20px; width: 20px; height: 20px;}
  90% { width: 40px; height: 15px; }
  95% { left: 100px; top: -20px; width: 20px; height: 20px;}
  100% { left: 100px; top:0; }      
    
}       
@keyframes objectstyle6{
  0% { left: 100px; top:0}
  80% { left: 0; top:0;}
  85% { left: 0; top: -20px; width: 20px; height: 20px;}
  90% { width: 40px; height: 15px; }
  95% { left: 100px; top: -20px; width: 20px; height: 20px;}
  100% { left: 100px; top:0; }
}
/*Preload style 7*/
#loading-center-absolutestyle7 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
}
.objectstyle7{
    width: 50px;
    height: 5px;
    background-color: #FFF;
    -webkit-animation: animatestyle7 2s infinite;
    animation: animatestyle7 2s infinite;
    position: absolute;
    top: 0px;
    right: -200px;
    }
@-webkit-keyframes animatestyle7 {
 
  50% {
    -ms-transform: translate(-400px,0) rotate(-360deg); 
    -webkit-transform: translate(-400px,0) rotate(-360deg); 
    transform: translate(-400px,0) rotate(-360deg); 
      }
 100% {
    -ms-transform: translate(0,0) rotate(360deg); 
    -webkit-transform: translate(0,0) rotate(360deg); 
    transform: translate(0,0) rotate(360deg); 
      }   
}
@keyframes animatestyle7 {
  50% {
    -ms-transform: translate(-400px,0) rotate(-360deg); 
    -webkit-transform: translate(-400px,0) rotate(-360deg); 
    transform: translate(-400px,0) rotate(-360deg); 
      }
 100% {
    -ms-transform: translate(0,0) rotate(360deg); 
    -webkit-transform: translate(0,0) rotate(360deg); 
    transform: translate(0,0) rotate(360deg); 
      }     
  
}
.preload-style-custom-image #loading-center{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-items: center;
    -webkit-justify-items: center;
    -ms-justify-items: center;
    -o-justify-items: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}
#loading-center-absolute-image{
    text-align: center;
    margin: auto;
    display: none;
}
.preload #loading-center-absolute-image{
    display: block;
}
.contact-form-page .wrap-input i {
    position: absolute;
    top: 17px;
    left: 20px;
    color: #999;
    z-index: 1;
}
.contact-form-page .wrap-input input[type="url"] {
    border: 1px solid #e5e5e5;
    height: 50px;
    border-radius: 25px;
    display: block;
    width: 100%;
    background: #fff;
    padding: 0 45px;
}
.item-contact-page .contact-thumb i {
    position: relative;
    z-index: 1;
}
.item-contact-page .contact-thumb {
    margin-bottom: 23px !important;
}
.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 > span,
.wishlist-link > span{
    display: none;
}
.yith-wcwl-add-to-wishlist + div{
    display: inline-block;
    clear: inherit;
}
.detail-info .compare.button,
.detail-info .yith-wcwl-add-to-wishlist{
    display: inline-block !important;
    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: 40px;
    top: 0;
    left: -40px;
    color: #fff;
    cursor: pointer;
}
.aside-box .close-minicart{
    display: block;
}
/*filter product element*/
.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;
    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;
}
.js-content-wrap{
    position: relative;
}
.filter-product {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
}
.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: 250px;
}
.item-box-attr {
    display: flex;
    display: -webkit-flex;
	align-items:center;
	-webkit-align-items:center;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 15px 0;
    line-height: 24px;
    border-bottom: 1px solid #e5e5e5;
}
.item-box-attr:last-child{
	border:none;
}
.item-attr-title {
    padding: 0 25px;
    position: relative;
    width: 250px;
    min-width: 250px;
    vertical-align: top;
}
.item-attr-content {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    padding: 0 30px;
}
.range-filter .ui-slider-range {
    background: #333;
}
.range-filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #333;
    border-radius: 0;
    cursor: pointer;
    height: 10px;
    margin-left: -5px;
    top: -4px;
    width: 10px;
    border: none;
}
.range-filter .slider-range {
    border: none;
    border-radius: 0;
    height: 1px;
    display: inline-block;
    margin: 0 20px 0 5px;
    vertical-align: middle;
    width: 250px;
    background: #e5e5e5;
}
.attr-price-filter{
    display: inline-block;
}
.attr-price-filter > p {
    margin: 0;
}
.attr-price-filter label {
    font-weight: 400;
}
.list-filter.list-inline li{
    padding: 0 10px;
}
.item-attr-content .list-filter {
    margin: 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: inline-block;
    border-style: solid;
    border-width: 0 2px 2px 0;
    margin-right: 5px;
}
.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*/
.sort-by {
    position: relative;
    z-index: 20;
}
.show-by.show-order .dropdown-link .silver {
    min-width: 170px;
    display: inline-block;
}
.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;
    display: inline-block;
}
.vc_col-has-fill>.vc_column-inner, 
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, 
.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, 
.vc_section.vc_section-has-fill+.vc_section {
    padding-top: 0 !important; 
}
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1{
    display: block;
    max-width: 100%;
}
.account-manager .dropdown-list li i {
    min-width: 20px;
    font-size: 16px;
}
.account-manager .dropdown-list{
    width: 170px;
    left: auto;
    right: 0;
    margin-left: -30px;
    margin-right: -30px;
}
/* Vendor page*/
.vendor-page .entry-content .title-page h2{
    margin: 0 0 10px;
}
.vendor-page .entry-content h3,
.vendor-page .entry-content h2{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px 0 20px;
}
.vendor-page .entry-content h2:first-child{
    margin-top: 0;
}
.vendor-page input{
    height: 40px;
    padding: 0 10px;
    border: 1px solid #eaeaec;
}
.vendor-page form{
    margin-bottom: 30px;
}
.vendor-page .table>thead>tr>th {
    border-bottom: 1px solid #eaeaec;
}
.vendor-page input[type="submit"]{
    background-color: #df412f;
    border-color: #df412f;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    padding: 0 20px;
    vertical-align: middle;
    margin-top: -4px;
}
#pv_shop_name,
#pv_paypal{
    margin-top: 15px;
    width: 400px;
    max-width: 100%;
}
.vendor-page table .notes input,
.vendor-page table{
    width: 100%;
}
.vendor-page table{
    margin-bottom: 30px;
}
.vendor-page table, 
.vendor-page th, 
.vendor-page td {
    padding: 20px;
}
.vendor-page .entry-content p{
    line-height: 24px;
    margin-bottom: 20px;
}
/*Login/register*/
.popup-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(11,11,11,.8);
    cursor: pointer;
}
.login-popup-content {
    position: absolute;
    width: 500px;
    max-width: 100%;
    background-color: #fff;
    color: #555;
    overflow: hidden;
    z-index: 1000;
    margin: 0 auto;
    top: 15%;
    left: 0;
    right: 0;
}
.popup-form{
    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.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    z-index: 0;
}
.popup-form input:not(.button){
    border-width: 0 0 1px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    z-index: 1;
    position: relative;
    background: transparent;
}
.popup-form input.button{
    width: 100%;
}
.popup-form .has-value input:not(.wp-submit)~label,
.popup-form input:not(.wp-submit):focus~label{
    font-size: 80%;
    top: -15px;
}
.popup-form .has-value input:not(.wp-submit)~label.rememberme{
    font-size: 100%;
}
.nav-form{
    margin: 0 -10px;
}
.popup-redirect{
    padding: 0 10px;
    margin-top: 10px;
}
.popup-redirect:first-child{
    border-right: 1px solid #e5e5e5;
}
.popup-form input{
    -webkit-appearance: none;
}
.popup-form input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}
.input-focus-line{
    background-color: transparent;
    bottom: -1px;
    height: 2px;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 0;
    z-index: 2;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.popup-form .invalid .input-focus-line{
    background-color: #bf2c2c;
    left: 0;
    width: 100%;
}
.popup-form .input-focus .input-focus-line{
    background-color: #fab502;
    left: 0;
    width: 100%;
}
.close-login-form{
    position: absolute;
    top: 8px;
    right: 8px;
    color: #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;
    background: #df412f;
    border-radius: 3px 0 0 3px;
    color: #fff;
    top: 250px;
    left: -55px;
    display: block;
    padding: 35px 0 7px;
    z-index: 9999;
    font-size: 12px;
    width: 55px;
    height: 55px;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s 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.5s ease-out;
  transition: all 0.5s ease-out;
    text-align: center;
}
#widget_indexdm.active{
    right: 0;
}
#indexdm_img.active{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
}
.img-demo{
    background-position: center top;
    display: none;
}
#widget_indexdm .widget-indexdm-inner {
    overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  left: 15px;
  bottom: 0;
    color: #111;
  right: 0;
    padding-right: 15px;
  top: 0;
}
#widget_indexdm .dm-header {
  text-align: center;
}
#widget_indexdm .dm-header .header-event{
    margin: 15px 0;
    padding-bottom: 15px;
}
#widget_indexdm .dm-header .header-event img{
    margin-bottom: 0;
}
#widget_indexdm .dm-header .header-button > a {
    display: block;
    background: #999;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    border-radius: 6px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    margin-bottom: 30px;
}
#widget_indexdm .dm-header .header-button > a:hover {
    background: #df412f;
}
#widget_indexdm .dm-header .header-description{
    color: #111;
    margin: 15px 0 30px;
}
#widget_indexdm .dm-header .header-description h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
#widget_indexdm .dm-header .header-description h3 span{
    font-size: 24px;
}
#widget_indexdm .dm-header .header-description h4{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
#widget_indexdm .dm-header .header-description h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}
#widget_indexdm .dm-content{
    margin: 0 -3px 30px;
}
#widget_indexdm .dm-content .item-content {
    padding: 0 3px 6px;
    width: 50%;
    text-transform: uppercase;
}
#widget_indexdm .dm-content .item-content > a {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    width: 100%;
    position: relative;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #eee;
    background-size: 100% auto;
    border-radius: 3px 3px 0 0;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href{
    background: none;
    padding: 0;
    border: 0;
    border-radius: 0;
}
#widget_indexdm .dm-content .item-content > a  img{
    max-width: 100%;
    vertical-align: top;
    margin-bottom: 0;
}
#widget_indexdm .dm-content .item-content h5{
    font-size: 12px;
    margin-bottom: 15px;
}
#widget_indexdm .dm-content .item-content > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.3s all ease-out;
    -webkit-transition: 0.3s all ease-out;
    background: rgba(0,0,0,0.6);
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href{
    margin-bottom: 15px;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href:before{
    top: 0;
    bottom: auto;
    height: 160px;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href:after{
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    -o-align-self: flex-start;
    top: 60px;
}
#widget_indexdm .dm-content .item-content > a:after {
    content: 'View Demo';
    display: block;
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    -o-align-self: flex-start;
    position: absolute;
    z-index: 5;
    color: #fff;
    opacity: 0;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition: all .3s ease-out 0s;
}
#widget_indexdm .dm-content .item-content > a:hover:after {
    margin-top: 60px;
    opacity: 1;
}
#widget_indexdm .dm-content .item-content > a:hover:before {
    width: 100%;
}
#indexdm_img {
    position: fixed;
    right: 380px;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    z-index: 9998;
    background: rgba( 0,0,0, 0.7 );
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    display: none;
}
#widget_indexdm .dm-content .item-content > a span.new-item{
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 999;
}
#indexdm_img:before {
    content: '';
    background: rgba( 0,0,0, 0.7 );
    display: block;
    position: fixed;
    right: 0;
    left: auto;
    width: 380px;
    top: 0;
    bottom: 0;
}
#indexdm_img > div{
    display: inline-block;
    width: 800px;
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}
#indexdm_img > div.mobile-hover{
    background-size: auto;
}
.dm-scroll-img{
    -webkit-animation: mymove 30s infinite; /* Safari 4.0 - 8.0 */
    -webkit-animation-play-state: running; /* Safari 4.0 - 8.0 */
    animation: mymove 30s infinite;
    animation-play-state: running;
    -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
    animation-delay: 1s;  
}
.dm-scroll-img.pause{
    animation-play-state: paused;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    0% { background-position: center top; }
    50% {background-position: center bottom;}
    100% {background-position: center top;}
}
@keyframes mymove {
    0% { background-position: center top; }
    50% {background-position: center bottom;}
    100% {background-position: center top;}
}
#widget_indexdm .mobile-content{
    margin-bottom: 30px;
}
#widget_indexdm .mobile-content h3{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}
@media (max-width: 1440px){
    #indexdm_img > div{
        width: 600px;
    }
}
@media (max-width: 1199px){
    #indexdm_img {
        display: none !important;
    }
}
@media (max-width: 767px){
    #widget_indexdm {
        display: none !important;
    }
}
/*End tool panel*/
.compose-mode .vc_vc_column.vc_container-block .column_container{
  width: 100%;
}
/*********************************************************************************
                                    Druck
**********************************************************************************/
/*Start Flex Wrapper*/
.flex-wrapper{
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
}
.flex_direction-row{
	flex-direction:row;
	-ms-flex-direction:row;
	-webkit-flex-direction:row;
}
.flex_direction-column{
	flex-direction:column;
	-ms-flex-direction:column;
	-webkit-flex-direction:column; 
}
.flex_wrap-wrap{
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.flex_wrap-nowrap{
	flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	-webkit-flex-wrap:nowrap;
}
.justify_content-flex-start{
	justify-content:flex-start;
	-ms-justify-content:flex-start;
	-webkit-justify-content:flex-start;
}
.justify_content-flex-end{
	justify-content:flex-end;
	-ms-justify-content:flex-end;
	-webkit-justify-content:flex-end;
}
.justify_content-center{
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
}
.justify_content-space-between{
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
}
.justify_content-space-around{
	justify-content:space-around;
	-ms-justify-content:space-around;
	-webkit-justify-content:space-around;
}
.align_items-flex-start{
	align-items:flex-start;
	-ms-align-items:flex-start;
	-webkit-align-items:flex-start;
}
.align_items-flex-end{
	align-items:flex-end;
	-ms-align-items:flex-end;
	-webkit-align-items:flex-end;
}
.align_items-center{
	align-items:center;
	-ms-align-items:center;
	-webkit-align-items:center;
}
.align_items-baseline{
	align-items:baseline;
	-ms-align-items:baseline;
	-webkit-align-items:baseline;
}
.align_items-stretch{
	align-items:stretch;
	-ms-align-items:stretch;
	-webkit-align-items:stretch;
}
/*End Flex Wrapper*/    
/*Responsive*/
@media (max-width: 1024px){
    .smart-slider:not(.owl-carousel)[data-item="6"] > div,
    .smart-slider:not(.owl-carousel)[data-item="5"] > div{
        width: 25%;
    }
}
@media (max-width: 991px){
    .smart-slider:not(.owl-carousel)[data-item="4"] > div,
    .smart-slider:not(.owl-carousel)[data-item="6"] > div,
    .smart-slider:not(.owl-carousel)[data-item="5"] > div{
        width: 33.33%;
    }
    .col-sm-8 .list-3-item:nth-child(3n+1),
    .list-7-item:nth-child(7n+1),
    .list-8-item:nth-child(8n+1),
    .list-9-item:nth-child(9n+1),
    .list-10-item:nth-child(10n+1){
        clear: inherit;
    }
    .col-sm-8 .list-3-item:nth-child(2n+1),
    .list-7-item:nth-child(6n+1),
    .list-8-item:nth-child(6n+1),
    .list-9-item:nth-child(6n+1),
    .list-10-item:nth-child(6n+1){
        clear: both;
    }
    .list-10-item,
    .list-9-item,
    .list-8-item,
    .list-7-item{
        width: 16.66666667%;
    }
    .col-sm-8 .list-3-item{
        width: 50%;
    }
    .filter-col.filter-4-col .item-box-attr,
    .filter-col.filter-3-col .item-box-attr{
        width: 50%;
    }
    .filter-col.filter-3-col .item-box-attr:nth-child(3n+1),
    .filter-col.filter-4-col .item-box-attr:nth-child(4n+1){
        clear: inherit;
    }
    .filter-col.filter-3-col .item-box-attr:nth-child(2n+1),
    .filter-col.filter-4-col .item-box-attr:nth-child(2n+1){
        clear: both;
    }
}
@media (max-width: 840px){}
@media (max-width: 768px){
    .list-4-item:nth-child(4n+1),
    .list-5-item:nth-child(5n+1),
    .list-6-item:nth-child(6n+1),
    .list-7-item:nth-child(6n+1),
    .list-8-item:nth-child(6n+1),
    .list-9-item:nth-child(6n+1),
    .list-10-item:nth-child(6n+1){
        clear: inherit;
    }
    .list-4-item:nth-child(3n+1),
    .list-5-item:nth-child(3n+1),
    .list-6-item:nth-child(4n+1),
    .list-7-item:nth-child(4n+1),
    .list-8-item:nth-child(5n+1),
    .list-9-item:nth-child(5n+1),
    .list-10-item:nth-child(5n+1){
        clear: both;
    }
    .list-10-item,
    .list-9-item,
    .list-8-item{
        width: 20%;
    }
    .list-7-item,
    .list-6-item{
        width: 25%;
    }
    .list-4-item,
    .list-5-item {
        width: 33.3333%;
    }
}
@media (max-width: 767px){
    nav.main-nav>ul>li.current-menu-item>a, 
    nav.main-nav>ul>li.current-menu-ancestor>a, 
    nav.main-nav>ul>li:hover>a{
        background-color: transparent !important;
    }
    .smart-slider:not(.owl-carousel)[data-item="3"] > div,
    .smart-slider:not(.owl-carousel)[data-item="4"] > div,
    .smart-slider:not(.owl-carousel)[data-item="6"] > div,
    .smart-slider:not(.owl-carousel)[data-item="5"] > div{
        width: 50%;
    }
    .main-nav li.has-mega-menu {
        position: relative;
    }
    .main-nav li.has-mega-menu > .mega-menu{
        position: static;
        max-width: 100%;
        visibility: visible;
        border: 0;
        box-shadow: none;
        padding: 0;
    }
    .btn-toggle-mobile-menu::after {
        top: 0;
        line-height: 37px;
        width: 37px;
        text-align: center;
        right: -15px;
    }
    .content-page > .row > .col-md-3{
        order: 2;
        -webkit-order: 2;
        -ms-order: 2;
        -o-order: 2;
    }
    .content-page > .row{
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: -o-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
    }
}
@media (max-width: 667px){
    .list-3-item:nth-child(3n+1),
    .list-4-item:nth-child(3n+1),
    .list-5-item:nth-child(3n+1),
    .list-6-item:nth-child(4n+1),
    .list-7-item:nth-child(4n+1),
    .list-8-item:nth-child(5n+1),
    .list-9-item:nth-child(5n+1),
    .list-10-item:nth-child(5n+1){
        clear: inherit;
    }
    .list-3-item:nth-child(2n+1),
    .list-4-item:nth-child(2n+1),
    .list-5-item:nth-child(2n+1),
    .list-6-item:nth-child(3n+1),
    .list-7-item:nth-child(3n+1),
    .list-8-item:nth-child(3n+1),
    .list-9-item:nth-child(3n+1),
    .list-10-item:nth-child(3n+1){
        clear: both;
    }
    .list-10-item,
    .list-9-item,
    .list-8-item{
        width: 33.33%;
    }
    .list-7-item,
    .list-6-item{
        width: 33.33%;
    }
    .list-3-item{
        width: 50%;
    }
}
@media (max-width: 568px){
    .comment-list ul.children {
        padding: 0;
    }
}
@media (max-width: 480px){
    .list-6-item:nth-child(3n+1),
    .list-7-item:nth-child(3n+1),
    .list-8-item:nth-child(3n+1),
    .list-9-item:nth-child(3n+1),
    .list-10-item:nth-child(3n+1){
        clear: inherit;
    }   
    .list-6-item:nth-child(2n+1),
    .list-7-item:nth-child(2n+1),
    .list-8-item:nth-child(2n+1),
    .list-9-item:nth-child(2n+1),
    .list-10-item:nth-child(2n+1){
        clear: both;
    }
    .list-10-item,
    .list-9-item,
    .list-8-item,
    .list-7-item,
    .list-6-item,
    .list-5-item,
    .list-4-item,
    .list-3-item {
        width: 50%;
    }
    .filter-col.filter-2-col .item-box-attr,
    .filter-col.filter-4-col .item-box-attr,
    .filter-col.filter-3-col .item-box-attr{
        width: 100%;
    }
}
@media (max-width: 414px){}
@media (max-width: 375px){
    .list-5-item,
    .list-4-item,
    .list-3-item,
    .list-2-item,
    .col-sm-8 .list-4-item {
        width: 100%;
    }
}
@media (max-width: 320px){
    .close-minicart{
        right: 0;
        left: inherit;
        color: #333;
    }
}
@media (min-width: 567.9px) and (max-width: 767px){
    .wpb_column.vc_col-ss-1\/5,
    .wpb_column.vc_col-ss-2\/5,
    .wpb_column.vc_col-ss-3\/5,
    .wpb_column.vc_col-ss-4\/5,
    .wpb_column.vc_col-ss-1, 
    .wpb_column.vc_col-ss-10, 
    .wpb_column.vc_col-ss-11, 
    .wpb_column.vc_col-ss-12, 
    .wpb_column.vc_col-ss-2, 
    .wpb_column.vc_col-ss-3, 
    .wpb_column.vc_col-ss-4, 
    .wpb_column.vc_col-ss-5, 
    .wpb_column.vc_col-ss-6, 
    .wpb_column.vc_col-ss-7, 
    .wpb_column.vc_col-ss-8, 
    .wpb_column.vc_col-ss-9 {
        float: left;
    }
    .wpb_column.vc_col-ss-1\/5{
        width: 20%;
    }
    .wpb_column.vc_col-ss-2\/5{
        width: 40%;
    }
    .wpb_column.vc_col-ss-3\/5{
        width: 60%;
    }
    .wpb_column.vc_col-ss-4\/5{
        width: 80%;
    }
    .wpb_column.vc_col-ss-1{
        width: 8.33333333%;
    }
    .wpb_column.vc_col-ss-10{
        width: 83.33333333%;
    }
    .wpb_column.vc_col-ss-11{
        width: 91.66666667%;
    }
    .wpb_column.vc_col-ss-12{
        width: 100%;
    }
    .wpb_column.vc_col-ss-2{
        width: 16.66666667%;
    }
    .wpb_column.vc_col-ss-3{
        width: 25%;
    }
    .wpb_column.vc_col-ss-4{
        width: 33.33333333%;
    }
    .wpb_column.vc_col-ss-5{
        width: 41.66666667%;
    }
    .wpb_column.vc_col-ss-6{
        width: 50%;
    }
    .wpb_column.vc_col-ss-7{
        width: 58.33333333%;
    } 
    .wpb_column.vc_col-ss-8{
        width: 66.66666667%;
    } 
    .wpb_column.vc_col-ss-9{
        width: 75%;
    }
    .vc_col-ss-offset-1\/5{
        margin-left: 20%;
    }
    .vc_col-ss-offset-2\/5{
        margin-left: 40%;
    }
    .vc_col-ss-offset-3\/5{
        margin-left: 60%;
    }
    .vc_col-ss-offset-4\/5{
        margin-left: 80%;
    }
    .wpb_column.vc_col-ss-offset-0{
        margin-left: 0;
    }
    .wpb_column.vc_col-ss-offset-1{
        margin-left: 8.33333333%;
    }
    .wpb_column.vc_col-ss-offset-10{
        margin-left: 83.33333333%;
    }
    .wpb_column.vc_col-ss-offset-11{
        margin-left: 91.66666667%;
    }
    .wpb_column.vc_col-ss-offset-12{
        margin-left: 100%;
    }
    .wpb_column.vc_col-ss-offset-2{
        margin-left: 16.66666667%;
    }
    .wpb_column.vc_col-ss-offset-3{
        margin-left: 25%;
    }
    .wpb_column.vc_col-ss-offset-4{
        margin-left: 33.33333333%;
    }
    .wpb_column.vc_col-ss-offset-5{
        margin-left: 41.66666667%;
    }
    .wpb_column.vc_col-ss-offset-6{
        margin-left: 50%;
    }
    .wpb_column.vc_col-ss-offset-7{
        margin-left: 58.33333333%;
    } 
    .wpb_column.vc_col-ss-offset-8{
        margin-left: 66.66666667%;
    } 
    .wpb_column.vc_col-ss-offset-9{
        margin-left: 75%;
    }
    .vc_hidden-ss{
        display: none;
    }
}
/*End Responsive*/
input[type=checkbox], input[type=radio] {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 1;
    border: 0;
    margin: -3px 7px 0 0!important;
    outline: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    position: static!important;
    outline: none!important;
    border: 1px solid #e5e5e5;
}
input[type=radio] + span,
input[type=radio] + label,
input[type=checkbox] + span,
input[type=checkbox] + label{
    position: relative;
}
input[type=radio] + span:before,
input[type=checkbox] + span:before,
input[type=radio] + label:before,
input[type=checkbox] + label:before{
    position: absolute;
    left: -20px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-family: fontawesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-weight: 400;
    background: #eee;
    top: 0px;
    left: -26px;
    text-align: center;
    content: "";
    color: #df412f;
}
input[type=radio]:checked + span:before,
input[type=radio]:checked + label:before,
input[type=checkbox]:checked + span:before,
input[type=checkbox]:checked + label:before{
    content: '\f00c'; 
}
.popup-form form input[type=checkbox], 
.popup-form form input[type=radio] {
    display: inline-block;
    width: 18px;
    height: 18px;
}
.popup-form form input[type=radio] + span,
.popup-form form input[type=checkbox] + span,
.popup-form form input[type=radio] + label,
.popup-form form input[type=checkbox] + label{
    top: -2px !important;
}
.woocommerce-form-login button.woocommerce-Button {
    margin-right: 10px;
}
.leave-comments {
    margin-top: 40px;
}
.inner-content-page > ol li,
.inner-content-page > ul li {
    line-height: 24px;
}
.blog-comment-detail {
    margin-top: 40px;
}
.widget-title a.rsswidget > img {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}
.woocommerce-shipping-fields > h3 label{
	font-weight:400;
}
/*Begin Search Popup*/
/*Start Overlay*/
.overlay-genie.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 10003;
}
.overlay-genie {
    background: transparent;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
    transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
.overlay-genie .overlay-path {
    fill: rgba(0, 0, 0, 0.7);
}
.overlay-genie svg {
    position: absolute;
    top: 0;
    left: 0;
}
.overlay-genie.open .block-search-element, 
.overlay-genie.open .overlay-close {
    opacity: 1;
}
.overlay-genie .overlay-close {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    z-index: 1002;
	color: #fff;
}
.overlay-genie.open .block-search-element {
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
}
.overlay-genie.open .block-search-element, .overlay-genie.open .overlay-close {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.overlay-genie .block-search-element {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    position: relative;
    top: 30%;
}
/*End Overlay*/
.wrap-search-overlay .search-form {
	background: #fff;
	margin: auto;
	height: 50px;
	border: none;
	border-radius: 0;
	max-width: 670px;
}
.wrap-search-overlay .search-form input[type="text"] {
    height: 50px;
    font-size: 18px;
    font-weight: 400;
}
.wrap-search-overlay .submit-form {
    border-radius: 0;
    width: 60px;
    margin: 0;
}
.wrap-search-overlay .submit-form::after {
    border-radius: 0;
    line-height: 50px;
    font-size: 24px;
}
.wrap-search-overlay .search-form .dropdown-box {
    width: 230px;
}
.wrap-search-overlay .search-form .dropdown-link {
    padding: 14px 20px;
    font-size: 18px;
    border: none;
    font-weight: 400;
}
.wrap-search-overlay .search-form .dropdown-link::after {
    top: 15px;
}
/*End Search Popup*/
/******************************* Home 01 *********************************/
.top-header1 {
    background: #f5f5f5;
    padding: 11px 0;
}
.top-social-network1 li {
    margin: 0 5px;
}
.top-social-network1 {
    margin: 0 30px;
}
.top-extra-link1 li {
    margin: 0 15px;
}
.top-extra-link1 {
    margin: 0 -15px;
}
.header-nav1 {
    padding: 39px 0;
    opacity: 1!important;
    border-bottom: 1px solid #e5e5e5;
}
.logo1 .text-logo .title30 i {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    text-align: center;
    margin: 5px 5px 0;
}
.logo1 .text-logo .title30 {
    margin: 0 -5px;
}
.main-footer1 {
    background-color: #303030;
    padding: 50px 0;
}
.footer-calendar1 {
    position: relative;
    padding: 0 22px;
    margin-top: 6px;
}
.footer-calendar1 i {
    position: absolute;
    top: 4px;
    left: 0;
}
.logo-footer1 {
    margin-bottom: 25px;
}
.desc-logo1 h3 {
    margin: 32px 0 17px;
	font-weight: 700;
}
.menu-footer1 ul li {
    margin-top: 16px;
}
.menu-footer1 h2 {
    margin: 18px 0 32px;
	font-weight: 700;
}
.title-latest-post-footer > h2{
	font-weight: 700;
}
.item-post-table .post-thumb {
    width: 80px;
}
.item-post-table .post-thumb .adv-thumb-link {
    width: 70px;
}
.latest-post-footer .list-col-item .item-post {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.latest-post-footer .list-col-item:last-child .item-post {
    border: none;
    margin: 0;
    padding: 0;
}
.latest-post-footer {
    margin-top: 35px;
}
.latest-post-footer .post-title a {
    color: #fff;
}
.latest-post-footer .post-info .silver {
    color: #ccc;
}
.footer-bottom1 {
    background: #242424;
    padding: 37px 0 30px;
}
.copyright1 {
    margin-bottom: 10px;
}
.payment-method1 li {
    margin: 0 7px;
}
.payment-method1 {
    margin: 5px -7px 0;
}
.title-latest-post-footer {
    margin-top: 18px;
}
.main-nav1 {
    margin-left: 100px;
}
.wrap-search-cart1 > * {
    margin: 0 12px;
}
.wrap-search-cart1 {
    margin: 5px 0 0;
}
.fixed-header .header-nav1 {
    padding: 10px 0;
    border: none;
}
.item-slider1 .banner-info h2 {
    margin: 11px 0 11px;
    text-transform: uppercase;
}
.item-slider1 .banner-info h3 {
    text-transform: uppercase;
	font-weight:400;
}
.item-slider1 .banner-info .desc {
    margin-bottom: 24px;
}
.banner-slider1 {
    margin-bottom: 70px;
}
.item-cat-adv1 .advs-info h3 {
    padding: 17px;
    border-bottom: 1px solid #ccc;
}
.list-banner-category1 .item-cat-adv1 {
    margin-bottom: 50px;
}
.title-first-letter::first-letter{
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.list-banner-category1 {
    margin-bottom: 45px;
}
.title-box1 {
    margin-bottom: 42px;
}
.title-box1 h2 {
    margin-bottom: 15px;
    margin-top: -5px;
}
.item-info-work .info-work-icon {
    min-width: 80px;
}
.item-info-work .info-work-icon a {
    margin-top: -10px;
    display: inline-block;
}
.item-info-work .info-work-text {
    padding-top: 15px;
}
.what-we-do1 .item-info-work {
    max-width: 540px;
    margin-bottom: 30px;
}
.item-info-work .info-work-text h3 {
    margin-bottom: 17px;
}
.what-we-do1 {
    margin-bottom: 62px;
}
.item-product-grid .product-extra-link {
    margin-top: 16px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
	position:relative;
}
.item-product-grid .product-info {
    padding: 28px 30px;
}
.item-product-grid {
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);
    background: #fff;
    position: relative;
}
.item-product-grid::before{
	position:absolute;
	top:100%;
	left:0;
	right:0;
	height:27px;
	content:"";
	background-image:url('images/theme/bg-shadow.png');
	background-position:top center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
	transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
	z-index:-1;
}
.item-product-grid:hover::before{
	transform:translateY(0);
	-webkit-transform:translateY(0);
}
.wrap-cart-price .product-price {
    margin: 0 13px;
}
.item-product-grid:hover .wrap-cart-price .product-price {
	transform:translateX(-100%);
	-webkit-transform:translateX(-100%);
	opacity:0;
}
.addcart-link-icon .la {
    position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	content:"";
    z-index: 2;
	width:24px;
	height:24px;
	margin:auto;
}
.addcart-link-icon {
    text-align: center;
    position: relative;
	min-height:30px;
	min-width: 30px;
}
.addcart-link-icon::before{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	content:"";
    background: #fff;
	z-index: 1;
    border-width: 1px;
    border-style: solid;
}
.addcart-link-icon .la.la-check {
    font-size: 20px;
    width: 20px;
    height: 20px;
}
.addcart-link-icon span {
    position: absolute;
    padding: 0 15px;
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
	left:100%;
	transform:translateX(-100%);
	-webkit-transform:translateX(-100%);
}
.item-product:hover .addcart-link-icon span{
	transform:translateX(0);
	-webkit-transform:translateX(0);
}
.yith-link > a{
	display:inline-block;
	margin:0 6px;
}
.item-product-grid .yith-link > a > .la{
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.item-product-grid .yith-link > a:hover .la{
	transform:scale(1.5);
	-webkit-transform:scale(1.5);
}
.yith-link{
	margin:0 -6px;
}
.item-product-grid .product-extra-link .yith-link{
	position:absolute;
	bottom:5px;
	right:0;
	transform:translateX(100%);
	-webkit-transform:translateX(100%);
}
.item-product-grid:hover .product-extra-link .yith-link{
	transform:translateX(0);
	-webkit-transform:translateX(0);
}
.block-featured-product1 {
    padding: 100px 0 92px;
    background: #f9f9f9;
}
.contact-form-popup {
    max-width: 670px;
    margin: auto;
    display: none;
}
.custom-form-contact .comment-form p {
    margin-bottom: 10px;
}
.custom-form-contact {
    background: #f9f9f9;
    margin-bottom: 20px;
    padding: 20px;
}
.custom-form-contact:last-child {
    margin: 0;
}
.custom-form-contact .comment-form {
    margin-top: 20px;
}
.custom-form-contact h4 {
    margin-bottom: 10px;
    line-height: 1.5;
    margin-top: -5px;
}
.custom-form-contact span.wpcf7-list-item {
    margin: 0;
    display: block;
}
.item-service-pro {
    border: 1px solid #e5e5e5;
}
.item-service-pro h3 {
    padding: 20px 25px;
}
.block-service1 .item-service-pro {
    margin-bottom: 30px;
}
.block-service1 {
    padding: 100px 0 70px;
}
.info-service-pro {
    padding: 30px;
}
.info-service-pro .desc {
    margin-bottom: 24px;
}
.title-tab-style1 .title-tab > li > a {
    display: block;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    color: #666;
    background-color: #fff;
    font-weight: 400;
}
.title-tab-style1 .tab-header {
    margin-bottom: 50px;
}
.title-tab-style1 .title-tab > li.active > a{
	color:#fff!important;
	background-color:#303030;
	border-color:#303030;
}
.title-tab-style1 .title-tab{
	margin: 0 -1px;
}
.title-tab-style1 .title-tab > li {
    margin: 0 1px;
}
.banner-download1 .banner-info {
    top: 100px;
    bottom: auto;
}
.banner-download1 .banner-info h2 {
    margin-bottom: 35px;
}
.banner-download1 .banner-info h3 {
    margin-bottom: 15px;
    letter-spacing: 6px;
}
.banner-download1 .banner-info .desc {
    margin-bottom: 43px;
}
.download-botton a {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    margin: 0 5px;
}
.block-latest-work1{
	padding:100px 0 100px;
}
.block-testimo1{
	background-color:#f9f9f9;
	background-position:center;
	background-repeat:no-repeat;
	padding:100px 0;
}
.testimo-slider1 {
    max-width: 670px;
    margin: 0 auto;
}
.item-testimonial .testimo-thumb {
    margin: 0 50px 20px;
}
.item-testimonial .testimo-thumb img {
    border-radius: 50%;
}
.item-testimonial .testimo-thumb a {
    min-width: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.item-testimonial .testimo-thumb::before,
.item-testimonial .testimo-thumb::after {
    content: "";
    height: 1px;
	margin:0 20px;
    flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
}
.item-testimonial .testimo-info .desc {
    margin-bottom: 16px;
}
.testimo-slider1 .owl-theme .owl-controls .owl-pagination {
    margin-top: 45px;
}
.item-testimonial .testimo-thumb a:hover {
    box-shadow: 0 0px 10px 5px rgba(0,0,0,0.1);
}
.testimo-slider1 .owl-wrapper-outer{
	padding-top:20px;
	margin-top:-20px;
}
.slider-adv1 .owl-theme .owl-controls .owl-pagination {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}
.block-team-member1 {
    padding: 100px 0 91px;
}
.member-slider1 .item-team-member {
    margin: 0 15px;
}
.item-team-member .list-social-member {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	padding:0 50px;
}
.item-team-member .member-info {
    padding-top: 23px;
}
.item-team-member .member-info h3 {
    margin-bottom: 13px;
}
.item-team-member .member-info .desc {
    position: relative;
    padding-top: 22px;
    margin-top: 15px;
}
.item-team-member .member-info .desc::before {
    position: absolute;
    width: 30px;
    height: 1px;
    content: "";
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}
.item-team-member .list-social-member ul{
	padding:15px;
}
.item-team-member .list-social-member li{
	margin:0 5px;
}
.item-team-member .list-social-member li a:hover{
	color:#303030;
}
.item-team-member .list-social-member ul {
    transform: rotateX(90deg);
	transform-origin:100% 100%;
    -webkit-transform: rotateX(90deg);
	-webkit-transform-origin:100% 100%;
	opacity:0;
}
.item-team-member .member-thumb:hover .list-social-member ul {
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
	opacity:1;
}
.item-team-member .list-social-member ul::before{
	position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 27px;
    content: "";
    background-image: url(images/theme/bg-shadow.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.image-shadow{
	position:relative;
}
.image-shadow::before{
	position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 27px;
    content: "";
    background-image: url(images/theme/bg-shadow.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
	opacity:0;
}
.image-shadow:hover::before{
	opacity:1;
}
.item-team-member .member-thumb::before{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    content: "";
	max-width:170px;
	z-index:1;
	margin:auto;
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.item-team-member .member-thumb:hover::before{
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
}
.wrap-get-start1 {
    background: #f9f9f9;
    padding: 50px 100px;
}
.intro-get-start1 i.title30 {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    min-width: 60px;
}
.start-intro-text1 {
    padding: 0 10px;
}
.start-intro-text1 h2 {
    margin-bottom: 5px;
}
.custom-form-page .comment-form input[type="text"],
.custom-form-page .comment-form input[type="email"],
.custom-form-page .comment-form input[type="tel"],
.custom-form-page .comment-form textarea {
    font-size: 12px;
    background: #f9f9f9;
}
.custom-form-page .comment-form p {
    margin: 0 0 20px;
}
.block-contact1 {
    padding: 100px 0 80px;
}
.intro-contact1 h3 {
    margin-bottom: 20px;
}
.intro-contact1 {
    margin-bottom: 30px;
}
.item-info-contact .info-contact-icon {
    min-width: 60px;
    width: 60px;
}
.item-info-contact .info-contact-text {
    padding-top: 10px;
}
.item-info-contact .info-contact-text h3 {
    margin-bottom: 10px;
}
.block-contact1 .item-info-contact {
    margin-top: 25px;
}
.block-latest-news1 {
    padding: 100px 0 70px;
}
.item-post-info .overlay-image .adv-thumb-link::after {
    background: rgba(0,0,0,0.7);
}
.item-post-info .adv-thumb-link > img {
    opacity: 0;
}
.item-post-info:hover .adv-thumb-link > img {
    opacity: 1;
}
.item-post-info::before {
    opacity: 0;
}
.item-post-info:hover::before {
    opacity: 1;
}
.item-post-info .post-thumb{
	overflow:hidden;
}
.item-post-info .post-info {
    padding: 0 70px;
}
.item-post-info:hover .post-info {
    animation-name: fadeInUp;
    animation-duration: 1s;
}
.item-post-info .post-info .post-title {
    margin: 10px 0 10px;
}
.item-post-info:hover .post-info  .silver,
.item-post-info:hover .post-info  .gray{
	color:#ccc;
}
.list-work1 .item-portfolio-default {
    margin-bottom: 70px;
}
.list-work1 .grid.justify_content-flex-end {
    margin-right: 20px;
}
.list-work1 .grid.justify_content-flex-start {
    margin-left: 20px;
}
.item-portfolio-default::before {
    opacity: 0;
}
.item-portfolio-default:hover::before {
    opacity: 1;
}
.item-portfolio-default .portfolio-thumb img{
	transition: all 0.5s ease-out 0s !important;
    -webkit-transition: all 0.5s ease-out 0s !important;
}
.item-portfolio-default:hover .portfolio-thumb img{
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
}
.item-portfolio-default .portfolio-title a,
.item-portfolio-default .portfolio-title a:hover{
	color:#fff;
}
.item-portfolio-default .portfolio-title {
    margin: 25px 0 10px;
}
.item-portfolio-default .fancybox {
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.item-portfolio-default .fancybox:hover {
    border-radius: 50%;
}
.item-portfolio-default:hover{
	box-shadow:0 0 50px 0 rgba(0,0,0,0.3);
}
.list-work1 .grid.justify_content-flex-end:first-child {
    margin-top: 110px;
}
.shop-button:focus,
.shop-button:active{
	color:#fff;
}
.block-latest-work1 .title-box1 {
    margin-bottom: 62px;
}
/**************************************** Home 02 ***********************************************/
.wrap-banner2 {
    margin-top: -120px;
}
.header-nav2 .logo1 {
    position: relative;
    z-index: 1;
}
.style-white > ul > li > a{
	color:#fff;
}
.wrap-search-cart1.style-white #trigger-overlay,
.wrap-search-cart1.style-white .link-user-profile,
.wrap-search-cart1.style-white .mini-cart-icon{
	color:#fff;
}
.search-form1 #trigger-overlay,
.wishlist-link1 {
    position: relative;
    z-index: 1;
}
.item-slider2 .banner-info h3 {
    margin-bottom: 10px;
}
.item-slider2 .banner-info h2 {
    margin-bottom: 12px;
}
.item-slider2 .banner-info h4 {
    margin-bottom: 27px;
}
.header-nav2,
.menu-fixed-content.fixed-header.style-white {
    background: rgba(0,0,0,0.9);
}
.main-footer2 {
    padding-top: 150px;
    background-position: top center;
}
.wrap-service-footer2 {
    margin-bottom: -100px;
    position: relative;
    z-index: 1;
}
.wrap-service-footer2 .item-info-contact .info-contact-icon {
    min-width: 80px;
}
.wrap-service-footer2 .item-info-contact {
    background: #fff;
    padding: 35px 40px 45px;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
    width: 33.333%;
}
.wrap-service-footer2 .item-info-contact .info-contact-text {
    padding-top: 5px;
}
.wrap-service-footer2 .item-info-contact .info-contact-text h3 {
    margin-bottom: 18px;
}
.wrap-service-footer2 .item-info-contact .info-contact-text h3 a {
    color: #303030;
}
.wrap-service-footer2 .item-info-contact .info-contact-icon a {
    font-size: 60px;
}
.item-service {
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
    background: #fff;
    padding: 50px;
}
.item-service.active {
    background: #f9f9f9;
}
.item-service.active .service-icon a {
    color: #fff;
}
.item-service .service-icon a {
    width: 100px;
    height: 100px;
    line-height: 100px;
}
.item-service .service-icon {
    margin-bottom: 28px;
}
.item-service .service-text h3 {
    margin-bottom: 12px;
}
.item-service .service-text .desc {
    margin-top: 29px;
}
.item-product-inner .product-info {
    position: absolute;
    padding: 10px;
}
.item-product-inner .inner-product-info {
    background: rgba(249,249,249,0.98);
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px 50px;
}
.item-product-inner::before{
	display:none;
}
.item-product-inner{
	box-shadow:none;
}
.item-product-inner:hover .product-thumb img{
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
}
.item-product-inner .social-meta-data a {
    font-size: 18px;
}
.item-product-inner .social-meta-data li {
    margin: 0 5px;
}
.item-product-inner .social-meta-data {
    margin: 0 -5px;
}
.item-product-inner .product-info .social-meta-data {
    position: absolute;
    bottom: 30px;
    left: 50px;
    z-index: 10;
    margin: 0 -5px;
}
.item-product-inner .addcart-link span {
    opacity: 0;
	visibility:hidden;
}
.item-product-inner .addcart-link:hover span {
	opacity: 1;
	visibility:visible;
}
.item-product-inner.item-product .product-info .product-price {
    opacity: 1;
    transform: none;
}
.item-product-inner .product-info a{
	position:relative;
	z-index:10;
}
.item-product-inner .product-extra-link .yith-link {
    z-index: 9;
    padding-top: 25px;
}
.block-trend-product2 {
    margin-bottom: 87px;
}
.block-make-print2 {
    margin-bottom: 100px;
}
.banner-print2 {
    margin-right: -30px;
}
.item-print2 {
    margin-left: 50px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.item-print2:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.item-print2 .info-contact-icon {
    min-width: 120px;
}
.item-print2 .info-contact-icon a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    transform: none;
    position: relative;
    font-size: 36px;
}
.item-print2 .info-contact-text {
    padding: 0;
}
.item-print2 .info-contact-text h3 {
    margin-bottom: 18px;
}
.item-print2 .info-contact-icon a i {
	position:relative;
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;	
}
.item-print2 .info-contact-icon a::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;	
	opacity:0;
	content:"";
}
.item-print2 .info-contact-icon a:hover::before{
	opacity:1;
	top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
}
.item-print2 .info-contact-icon a:hover i {
	color:#fff;
}
.banner-parallax2 {
    height: 650px;
    margin-bottom: -450px;
}
.title-cat-ajax li a i {
    color: #fff;
    font-size: 90px;
    display: block;
	margin-bottom:10px;
}
.title-cat-ajax li a {
    text-align: center;
    display: block;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
	color:#fff;
}
.title-cat-ajax li.active a .count{
	background-color:#fff;
}
.title-cat-ajax li{
	margin:0 30px;
}
.title-cat-ajax {
    text-align: center;
    margin: 0 -30px 85px;
}
.title-cat-ajax a .count {
    position: absolute;
    width: 30px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 30px;
    height: 30px;
    border-radius: 50%;
}
.block-tab-category2 {
    margin-bottom: 92px;
}
.block-statistic2 {
    padding: 194px 0;
}
.wrap-percent-circle {
    position: relative;
}
.wrap-percent-circle .percent-text {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    line-height: 100px;
    background: #f4f4f4;
    text-align: center;
    z-index: 1;
}
.wrap-percent-circle canvas {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.wrap-percent-circle::before {
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    content: "";
    background: #fff;
    border-radius: 50%;
}
.wrap-percent-circle::after {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    content: "";
    border: 1px solid #ccc;
    border-radius: 50%;
}
.item-statistic .wrap-percent-circle {
    margin-bottom: 20px;
}
.item-statistic h3 {
    margin-bottom: 18px;
}
.item-portfolio-grid .portfolio-thumb a {
    display: block;
}
.item-portfolio-grid .portfolio-thumb a img {
    width: 100%;
}
.portfolio-slider .item-portfolio-grid {
    margin: 0 40px;
	position:relative;
	z-index:15;
}
.portfolio-slider .item-portfolio-grid .product-thumb-link::before{
	background-color:rgba(255,255,255,0.5);
	opacity:1;
}
.portfolio-slider .item-portfolio-grid.slick-current .product-thumb-link::before{
	opacity:0;
}
.item-portfolio-grid .portfolio-info {
    padding-top: 26px;
}
.item-portfolio-grid .portfolio-info .portfolio-title {
    padding-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.portfolio-slider .item-portfolio-grid  .portfolio-info{
	opacity:0;
}
.portfolio-slider .item-portfolio-grid.slick-current  .portfolio-info{
	opacity:1;
}
.portfolio-slider .slick-arrow {
    position: absolute;
    width: 60px;
    top: 0;
    bottom: 75px;
    background: rgba(48,48,48,0.7);
    display: flex!important;
    justify-content: center;
    align-items: center;
    display: -webkit-flex!important;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    color: #fff;
    font-size: 24px;
	z-index:11;
	cursor:pointer;
}
.portfolio-slider .slick-prev{
	left:450px;
}
.portfolio-slider .slick-next{
	right:450px;
}
.latest-post-slider2 .wrap-item .item {
    padding: 20px 20px 30px;
    position: relative;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
    margin: 15px;
}
.latest-post-slider2 .wrap-item .item-post-default .post-info {
    padding: 0px 15px;
}
.latest-post-slider2 {
    margin-top: -15px;
}
/********************************* Home 03 ***********************************/
.main-footer3 {
    background: #fff;
}
.footer-bottom3 {
    background: #fff;
    position: relative;
}
.footer-bottom3::before{
	position:absolute;
	display:block!important;
	content:"";
	top:0;
	left:15px;
	right:15px;
	height:1px;
	background-color:#e5e5e5;
}
.main-footer3 .post-title a{
	color:#303030;
}
.help-support3 .intro-get-start1 i.title30 {
    font-size: 72px;
}
.help-support3 .wrap-get-start1 {
    background: transparent;
    padding: 0;
}
.help-support3 {
    background: #715377;
    padding: 130px 0 145px;
}
.help-support3 .start-intro-text1 h2 {
    margin-bottom: 15px;
}
.help-support3 .start-intro-icon1 {
    position: relative;
}
.help-support3 .start-intro-icon1::before {
    content: "\f1a1";
    position: absolute;
    font-size: 200px;
    font-family: lineAwesome;
    color: rgba(255,255,255,0.1);
    top: -77px;
    left: -55px;
}
.header-nav3 {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.main-header3 {
    padding: 43px 0;
}
.main-header3 .wrap-search-cart1 {
    margin: 0;
}
.gift-top3 {
    margin: 0 -10px;
}
.gift-top3 i {
    margin: 0 10px;
}
.main-nav3 > ul > li > a {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
.main-nav3 > ul > li {
	margin: -1px 0;
    border-right: 1px solid #e5e5e5;
}
.main-nav3 > ul > li:first-child {
    border-left: 1px solid #e5e5e5;
}
.main-nav3 > ul > li.current-menu-ancestor:hover > a,
.main-nav3 > ul > li.current-menu-ancestor > a,
.main-nav3 > ul > li.current-menu-item:hover > a,
.main-nav3 > ul > li.current-menu-item > a{
	color:#fff;
}
.list-brand3 li {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 13px;
    max-width: 33.333%;
}
.list-brand3 li:nth-child(3n) {
    border-right: none;
}
.list-brand3 li:nth-child(7),
.list-brand3 li:nth-child(8),
.list-brand3 li:nth-child(9) {
    border-bottom: none;
}
.header-nav3 {
    opacity: 1!important;
}
.wrap-top-cat3 .item-cat-eye {
    padding: 0 15px;
    margin-bottom: 30px;
    width: 33.333%;
}
.wrap-top-cat3 {
    margin: 0 -15px;
}
.item-cat-eye .cat-thumb {
    margin-bottom: 17px;
}
.item-cat-eye .wrap-eye .la{
	width:60px;
	height:60px;
	line-height:60px;
}
.item-cat-eye .wrap-eye .la:hover{
	border-radius:50%;
}
.item-cat-eye .cat-thumb:hover{
	box-shadow:0 0 50px 0 rgba(0,0,0,0.3);
}
.block-popup-video {
    padding: 170px 0;
}
.intro-video-popup h2 {
    margin: 22px 0 45px;
}
.show-video-popup .btn-play-video {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: inline-block;
    line-height: 100px;
    text-align: center;
}
.intro-choose3 h2 {
    margin-bottom: 15px;
}
.intro-choose3 .desc2 {
    margin: 34px 0 29px;
}
.intro-choose3 h3 {
    margin-bottom: 37px;
}
.wrap-list-choose3 .item-print2 {
    margin: 0;
    padding: 0;
    border: none;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.content-tab-choose3 {
    border: 1px solid #e5e5e5;
    padding: 48px 35px 58px;
	background-color:#fff;
	position:relative;
	z-index:1;
}
.choose-adv3 {
    margin: 30px 0 0 -130px; 
}
.wrap-list-choose3 .item-print2 .info-contact-text h3 {
    margin: 20px 0 0;
}
.title-tab-style2 .title-tab {
	margin: 0;
	font-size: 0;
	font-weight: 400;
}
.title-tab-style2 .title-tab li {
    font-size: 14px;
    margin: 0;
    border-right:1px solid #e5e5e5;
}
.title-tab-style2 .title-tab li a {
    background: #f4f4f4;
    display: block;
    padding: 16px 30px;
	color:#666;
	position:relative;
}
.title-tab-style2 .title-tab li.active a::before{
	position:absolute;
	top:0;
	left:-1px;
	right:-1px;
	content:"";
	height:2px;
}
.title-tab-style2 .title-tab li:last-child {
    border: none;
}
.title-tab-style2 .title-tab li.active:first-child{
	border-left:1px solid #e5e5e5;
}
.title-tab-style2 .title-tab li.active:last-child{
	border-right:1px solid #e5e5e5;
}
.block-why-choose3 .tab-header {
    margin: 0 0 -1px;
    position: relative;
    z-index: 10;
}
.title-tab-style2 .title-tab li.active a {
    background: #fff;
}
.title-tab-style2 .title-tab li.active {
    border-width: 0 1px;
}
.block-service3 .wrap-service-footer2 {
    margin: 0;
}
.block-service3 .wrap-service-footer2 .item-info-contact {
    padding: 0 40px;
    box-shadow: none;
    border-right: 1px solid #e5e5e5;
}
.block-service3 .wrap-service-footer2 .item-info-contact:last-child {
    border: none;
}
.item-slider3 .content-banner-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: flex-start;
}
.item-slider3 .content-banner-info h2 {
    border-bottom: 1px solid;
    margin-bottom: 17px;
}
.item-slider3 .content-banner-info h3 {
    border-bottom: 1px solid;
    padding-bottom: 4px;
    margin-bottom: 30px;
}
.item-slider3 .content-banner-info .desc {
    margin-bottom: 42px;
    max-width: 400px;
}
.item-slider3 .wrap-button {
    margin: 0 -5px;
}
.item-slider3 .wrap-button a {
    margin: 0 5px;
}
.item-slider3 .banner-info{
	height:270px;
}
.banner-hover-direction .adv-info {
    background: rgba(48,48,48,90%);
	opacity:0;
}
.banner-hover-direction:hover .adv-info {
	opacity:1;
}
.banner-hover-direction .adv-info h2 {
    margin: 10px 0 12px;
}
.banner-hover-direction .adv-info p {
    margin: 0;
}
.banner-hover-direction .adv-info .desc {
    margin-bottom: 22px;
}
.block-banner-adv3 .banner-hover-direction:first-child {
    margin-bottom: 11px;
}
.block-banner-adv3 .banner-hover-direction.center-item {
    margin: 0 -20px;
}
.item-product-grid-center .product-extra-link a {
    font-size: 18px;
    margin: 0 10px;
    color: #fff;
	display:inline-block;
}
.item-product-grid-center .product-extra-link a:hover{
	transform:scale(1.3);
	-webkit-transform:scale(1.3); 
}
.item-product-grid-center .product-extra-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 9px;
    transform: rotateX(90deg);
    transform-origin: 100% 100%;
    -webkit-transform: rotateX(90deg);
    -webkit-transform-origin: 100% 100%;
}
.item-product-grid-center:hover .product-extra-link {
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
}
.item-product-grid-center .product-info {
    padding-top: 26px;
}
.item-product-grid-center .product-price {
    margin: 10px 0 0;
}
.list-filter.attr-category span.count{
	display:none;
}
.product-slider3 .item {
    border-right: 1px solid #e5e5e5;
}
.product-slider3 .item-product {
    border-bottom: 1px solid #e5e5e5;
    padding: 30px;
}
.product-slider3 .owl- {
}
.product-slider3 .list-product-wrap {
    margin: 0 -30px;
    border-top: 2px solid #303030;
}
.product-slider3 {
    overflow: hidden;
}
.product-slider3 .filter-product {
    display: flex;
    justify-content: flex-end;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    margin-bottom: 84px;
}
.product-slider3 .group-navi .owl-buttons {
    right: 25px;
    top: -53px;
    width: 40px;
    z-index: 11;
}
.product-slider3 .owl-theme .owl-controls .owl-buttons div {
    background: transparent!important;
    color: #666;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.tab-product3 {
    margin-top: 20px;
}
.tab-product3 .tab-header {
    margin-bottom: -78px;
    position: relative;
    z-index: 10;
}
.overflow-visible{
	overflow:visible!important;
}
.title-tab-style3 .title-tab li a {
    font-family: 'Lora', serif;
    color: #666;
	position:relative;
}
.tab-product3 .title-tab li a::after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:-48px;
	height:2px;
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
	-webkit-transform:scaleX(0);
	transform:scaleX(0);
}
.tab-product3 .title-tab li.active a::after{
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
}
/************************************ Home 04 ***************************************/
.search-form4 input[type="text"] {
    height: 44px;
    color: #999;
}
.search-form4 .submit-form::after {
    line-height: 44px;
}
.main-header4 .search-form4 {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    margin: 0 15px 0 0;
    max-width: none;
}
.main-header4 .wrap-search-cart1 {
    margin: 0;
}
.main-header4 .logo1 {
    margin-top: 8px;
}
.main-header4 {
    padding: 40px 0;
}
.header-nav4 {
    background: #f5f5f5;
}
.main-nav4 > ul > li > a {
    height: 50px;
    line-height: 50px;
}
.header-nav4 .gift-top3 {
    margin: 10px 0 0;
}
.content-top4 {
    margin-top: 30px;
}
.item-slider4.pos-left .banner-info {
    right: auto;
}
.item-slider4.pos-right .banner-info {
    left: auto;
}
.item-slider4 .banner-info {
    padding: 0 100px;
    max-width: 550px;
}
.item-slider4 .banner-info h2 {
    margin-bottom: 15px;
}
.item-slider4 .banner-info .desc {
    margin-bottom: 24px;
}
.item-slider4 .banner-info h3 {
    margin: -10px 0 24px;
}
.item-slider4 .banner-info h3 sup{
	top:-15px;
	margin:0 5px;
}
.banner-slider4 .owl-theme .owl-controls .owl-buttons div{
	width:40px;
	height:40px;
	font-size:14px;
	line-height:40px;
	margin-top:-20px;
}
.list-service4 {
    background: #f5f5f5;
    padding: 60px 30px 30px;
}
.item-service4 .info-contact-icon a {
    font-size: 60px;
}
.item-service4 .info-contact-icon {
    min-width: 80px;
}
.list-service4 .item-service4 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 7px;
    margin-bottom: 7px;
}
.list-service4 .item-service4:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.banner-slider4 {
    margin-right: -10px;
}
.free-adv4 .banner-info {
    top: auto;
    bottom: -20px;
}
.free-adv4 .banner-info h3 {
    line-height: 1.3;
    margin-bottom: 25px;
}
.banner-parallax4 {
    padding: 35px 50px;
}
.banner-text4 ul li {
    vertical-align: middle;
}
.banner-text4 ul li h3 {
    line-height: 1.4;
    margin-right: 20px;
}
.shop-button:hover:before {
    width: 20px;
    height: 20px;
}
.shop-button.large:hover:before {
    width: 25px;
    height: 25px;
}
.product-slider4 .item-product {
    padding: 25px 25px 29px;
    border-right: 1px solid #e5e5e5;
}
.product-slider4 .last-item .item-product{
	border-color:transparent;
}
.product-slider4 {
    border: 1px solid #e5e5e5;
    margin-right: -30px;
}
.product-slider4.cat-left{
	margin:0 0 0 -30px;
}
.product-slider4 .owl-theme .owl-controls .owl-buttons div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -70px;
}
.box-category-list {
    background: #f5f5f5;
    padding: 40px 50px;
}
.box-category-list h3 {
    border-bottom: 1px solid #303030;
    padding-bottom: 17px;
    margin-bottom: 23px;
}
.box-category-list ul li {
    position: relative;
    margin-bottom: 20px;
}
.box-category-list ul li:last-child {
    margin: 0;
}
.box-category-list ul li span {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    min-width: 30px;
    border: 1px solid #e5e5e5;
    line-height: 18px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    color: #666;
}
.header-nav4 {
    opacity: 1!important;
}
.breadcrumb-element .banner-info {
    height: auto;
}
.breadcrumb-element .banner-info h2 {
    margin-bottom: 20px;
}
.item-contact-info {
    background: #f5f5f5;
    margin-bottom: 1px;
    padding: 45px 90px 42px;
}
.item-contact-info ul li {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 10px;
}
.item-contact-info ul li i {
    font-size: 18px;
    min-width: 30px;
	margin-top: 3px;
}
.item-contact-info h3 {
    position: relative;
    margin-bottom: 20px;
}
.item-contact-info ul li:last-child {
    margin: 0;
}
.item-contact-info h3::before {
    content: "\f27d";
    font-family: lineAwesome;
    font-size: 30px;
    position: absolute;
    top: -5px;
    left: -40px;
    font-weight: 400;
}
.form-contact-page7 {
    max-width: 670px;
}
.wrap-contact-map {
    border-style: solid;
    border-width: 1px;
    padding: 30px;
    margin-left: -30px;
}
.openning-contact h3 {
    margin-bottom: 15px;
}
.openning-contact table {
    border: none;
    width: 100%;
    color: #666;
}
.openning-contact table * {
    border: none;
    padding: 5px 0px;
}
.contact-store-event .desc {
    position: relative;
    padding-left: 40px;
    margin-top: 18px;
}
.contact-store-event {
    margin-left: -30px;
}
.contact-store-event .desc::before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "\f15d";
    font-size: 30px;
    font-family: lineAwesome;
}
.google-map-text {
    margin: 15px 0 44px;
}
li.active > a > .item-contact-info h3::before,
li.active > a > .item-contact-info *{
	color:#fff;
}
/********************************* Home 05 *************************************/
.shop-button.bg-white {
    background: #fff; 
}
.item-slider5 .banner-info {
    left: auto;
    width: 500px;
	height:270px;
}
.item-slider5 .content-banner-info {
    padding: 50px 50px 35px;
}
.item-slider5 .content-banner-info .desc {
    margin: 13px 0 22px;
}
.item-slider5 .content-banner-info h2 {
    line-height: 1.2;
}
.banner-slider5 .owl-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
}
.banner-slider5 .owl-buttons .owl-prev {
    left: 0!important;
    opacity: 1!important;
	margin-top:-38px!important;
}
.banner-slider5 .owl-buttons .owl-next {
    left: 0!important;
    opacity: 1!important;
	right:auto!important;
	margin-top:13px!important;
}
.banner-slider5{
	margin-top:50px;
}
.block-tab-service5 {
    padding: 95px 0 90px;
}
.title-tab-block5 {
    margin-bottom: 55px;
}
.service-tab-title a i {
    display: block;
    font-size: 120px;
    margin-bottom: 20px;
}
.service-tab-title li {
    width: 25%;
    text-align: center;
    position: relative;
}
.service-tab-content {
    max-width: 670px;
    margin: auto;
}
.service-tab-title {
    margin-bottom: 70px;
}
.service-tab-title a span {
    font-weight: 700;
}
.service-tab-content span {
    min-width: 70px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
}
.service-tab-content .desc {
    padding-left: 25px;
}
.title-block5 {
    margin-bottom: 45px;
}
.block-product5 {
    margin-bottom: 100px;
}
.block-service5 {
    padding: 90px 0;
}
.title-block-service5 {
    margin-bottom: 20px;
}
.item-service2 .service-icon a {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 104px;
}
.item-service2 .service-icon a i {
    color: #fff;
}
.item-service2 .service-icon {
    width: 130px;
    min-width: 130px;
}
.item-service2 .service-text h3 {
    margin-bottom: 18px;
}
.list-service5 .item-service2 {
    margin-top: 45px;
}
.list-service5 .item-service2 {
    max-width: 520px;
}
.service-tab-title li:not(:last-child)::after {
    content: "\f274";
    position: absolute;
    font-family: lineAwesome;
    font-size: 30px;
    left: 100%;
    margin: 0 -15px;
    top: 55px;
}
.service-tab-title li.active::before{
	content: "\f17b";
    position: absolute;
    font-family: lineAwesome;
    font-size: 18px;
    left: 50%;
    margin: 0 -15px;
    top: 55px;
	width:30px;
	height:30px;
	line-height:30px;
	color:#fff;
	border-radius:50%;
}
.block-product5 .product-slider3 {
    overflow: visible;
}
.block-product5 > .wpb_column .vc_column-inner > .wpb_wrapper {
    overflow: hidden;
}
.intro-print5 {
    padding: 95px 100px 0;
}
.intro-print5 h2 {
    margin-bottom: 33px;
}
.intro-print5 ul li {
    position: relative;
    padding-left: 25px;
    margin-top: 15px;
}
.intro-print5 ul li::before {
    content: "\f17d";
    font-family: lineAwesome;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -2px;
}
.intro-print5 ul {
    margin: 35px 0 45px;
}
.print-slider5 .owl-theme .owl-controls .owl-buttons div {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    margin-top: -25px;
}
.wrap-print-slider5 {
    position: relative;
}
.price-print5 {
    z-index: 1;
    top: 70px;
    left: 70px;
}
.price-print5 span.title30 {
    padding: 23px 30px;
    display: inline-block;
}
.price-print5.style2 {
    left: auto;
    right: 70px;
}
.title-tab-block5 h2 {
    font-size: 24px;
}
.title-block5 h2 {
    font-size: 24px;
}
.title-block-service5 h2 {
    font-size: 24px;
}
.intro-print5 h2 {
    font-size: 24px;
}
/********************************* Blog ****************************************/
.banner-slider.breadcrumb-element .banner-info {
    height: 60px;
}
.banner-slider.breadcrumb-element .banner-info h2 {
    margin-top: 10px;
}
.content-single-blog {
    border: 1px solid #e5e5e5;
    padding: 30px;
    margin-bottom: 50px;
}
.content-top-single .post-meta-data {
    margin-bottom: 12px;
}
.content-top-single .single-post-title {
    margin-bottom: 42px;
    font-weight: 700;
    text-transform: capitalize;
}
.content-top-single .desc {
    margin: -10px 0 40px;
    line-height: 30px;
}
.single-block-quote {
    position: relative;
    padding: 0px 0 0px 30px;
    line-height: 30px;
    border-style: solid;
    border-width: 0 0 0 3px;
    margin: 30px 0;
}
.title-relevent {
    margin: 34px 0;
    font-weight: 700;
    text-transform: capitalize;
}
.banner-single-post1 {
    margin: 40px 0;
}
.banner-single-post2 {
    margin: 40px 0;
}
.content-wrap.content-sidebar-right{
	padding-right:35px;
}
.content-wrap.content-sidebar-left{
	padding-left:35px;
}
.content-widget-about-me h3 {
    margin: 17px 0 9px;
}
.content-widget-about-me .desc {
    margin: 0 0 -10px;
}
.item-wg-post .post-thumb {
    width: 70px;
}
.item-wg-post .post-info {
    padding-left: 20px;
}
.item-wg-post .post-info h3 {
    margin-bottom: 11px;
    line-height: 1.3;
}
.item-wg-post .post-info .fa {
    margin: 0 5px;
}
.item-wg-post .post-info span {
    margin: 0 -5px;
}
.widget-latest-post ul li {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #e5e5e5;
}
.widget-latest-post ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.widget-advs .banner-info {
    top: auto;
    padding: 10px 10px 30px;
}
#customer_details {
    margin-bottom: 30px;
}
.widget-advs .banner-info h3 {
    margin: 13px 0 16px;
}
.wg-instagram .item-instagram {
    width: 50%;
    padding: 5px;
}
.wg-instagram .list-instagram {
    margin: -5px;
}
.wg-instagram .item-instagram .instagram-info li {
    margin: 0 7px;
    padding: 0;
    border: none;
}
/********************************* Shop ****************************************/
.tag-link-count {
    color: #999;
}
.detail-content-wrap {
    margin-bottom: 40px;
}
.social-meta-data .post-meta-data {
    margin: 0;
}
.social-meta-data {
    margin-bottom: 45px;
}
.data-social {
    margin: 0 -5px;
}
.data-social a {
    display: inline-block;
    margin: 0 5px;
}
.social-meta-data .meta-line {
    flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    height: 1px;
    background: #e5e5e5;
    margin: 0 20px;
}
.single-data-tags.tagcloud {
    margin-bottom: 5px;
}
.item-post-social .post-thumb {
    margin-bottom: 26px;
}
.item-post-social .post-info .post-title {
    margin-bottom: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item-post-social .post-info .desc {
    margin-bottom: 33px;
}
.item-post-social .social-meta-data {
    margin-bottom: 0;
}
.item-comment {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 22px;
    margin-bottom: 30px;
}
.comment-list li:last-child .item-comment {
    border: none;
    margin-bottom: 0;
	padding-bottom:0;
}
.comment-list li li:last-child .item-comment {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
	padding-bottom:25px;
}
.item-comment .comment-info span.title12 .fa {
    margin-right: 5px;
}
.item-comment .comment-info span.title12 {
    display: inline-block;
    margin-bottom: 18px;
}
.item-comment .comment-info .desc p:last-child{
	margin:0;
}
.item-comment .comment-info .desc p {
    color: #555;
    margin-bottom: 10px;
}
.item-comment .comment-info pre {
    margin: 25px 0;
}
.item-comment .comment-info address {
    line-height: 30px;
}
.item-comment .comment-info dl > * {
    margin-bottom: 10px;
}
.item-comment .comment-info tr > * {
    padding: 10px;
}
.comment-list .comment-respond {
    margin-top: 40px;
    margin-bottom: 28px;
}
.blog-mixed-view .list-col-item:nth-child(3n+1) {
    width: 100%;
    margin-bottom: 50px;
}
.blog-mixed-view .list-col-item {
    clear: none;
    margin-bottom: 42px;
}
.blog-mixed-view .list-col-item:nth-child(3n+1) .item-post-social .post-info {
    border: 1px solid #e5e5e5;
    padding: 35px 30px 40px;
}
.blog-mixed-view .list-col-item:nth-child(3n+1) .item-post-social .post-thumb {
    margin-bottom: -1px;
}
.post-gallery .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 15px;
}
.post-gallery .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 15px;
}
.item-post-list .post-meta-data {
    margin-bottom: 8px;
}
.blog-grid-view .item-post-social {
    margin-bottom: 45px;
}
.item-product-list .product-info .product-title {
    margin-bottom: 10px;
}
.item-product-list .product-info .product-price {
    margin-bottom: 12px;
}
.item-product-list .product-info .wrap-rating {
    margin-bottom: 28px;
}
.item-product-list .product-info .product-extra-link {
    margin-bottom: 21px;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
}
.tool-shop-filter {
    margin-bottom: 40px;
}
.view-type a {
    margin-right: 15px;
}
.view-type a svg {
    opacity: 0.3;
}
.view-type a.active svg{
	opacity: 0.7;
}
.list-number-show li::after {
    content: "/";
    color: #999;
    margin: 0 10px;
}
.list-number-show li:last-child::after {
    display: none;
}
.list-number-show li a {
    color: #999;
}
.list-number-show li a.active {
    color: #333;
}
.show-by > span.gray {
    margin: 0 10px;
}
.products-wrap  .products .product {
    margin-bottom: 30px; 
}
.item-product-table .product-thumb {
    width: 70px;
}
.item-product-table .product-info {
    padding: 0 0 0 20px;
}
.widget_s7upf_list_products .wg-product-list .product {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.widget_s7upf_list_products .wg-product-list .product:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.item-product-table .product-info .product-title {
    margin-bottom: 14px;
    text-transform: capitalize;
}
.item-product-table .product-info .product-price {
    margin-bottom: 12px;
}
.list-attr-filter li a {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 30px;
}
.list-attr-filter li a span {
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #e5e5e5;
}
.list-attr-filter.attribute-type-color li a span{
	border-width:3px;
}
.list-attr-filter.attribute-type-color li a.class_white_bg_color span{
	border-color:#e5e5e5!important;
	border-width:1px;
}
.list-attr-filter li a.selected span::before ,
.list-attr-filter li a.active span::before {
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    color: #000;
}
.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin-top: 20px;
}
.detail-attr.type-image img {
    height: 40px;
    width: auto;
}
.detail-info .product-title {
    margin-bottom: 20px;
}
.related-product .product-slider .item-product {
    margin: 0 15px 30px;
}
.related-product .product-slider {
    margin: 0 -15px;
}
.related-product .group-navi .owl-buttons {
    top: -60px;
}
.related-product .single-title {
    margin-bottom: 45px;
    font-weight: 700;
}
.detail-attr .swatch {
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.detail-attr .tawcvs-swatches {
    margin: 0 -5px;
}
.detail-attr.type-label .swatch {
    margin: 0 10px;
}
.detail-attr.type-label .tawcvs-swatches {
    margin: 0 -10px;
}
.detail-attr.type-color .swatch {
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 3px;
}
.detail-attr.type-color .swatch.white-color {
    border-width: 1px;
    border-color: #e5e5e5!important;
}
.detail-attr.type-color .swatch.selected::before {
    font-family: fontAwesome;
    content: "\f00c";
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    color: #000;
}
.detail-attr.type-label .swatch.selected::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    background: #000;
}
.product-detail  .wrap-button-lightbox {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding:0;
    text-align: center;
    z-index: 10000;
}
.wrap-button-lightbox > a{
	display:block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	color:#fff;
	margin-bottom:1px;
}
.wrap-button-lightbox > a:last-child{
	margin:0;
}
.fancybox-opened {
    z-index: 10002;
}
.wrap-detail-gallery .mid {
    position: relative;
}
.intro-product-demo h2 {
    margin-bottom: 20px;
}
.detail-tab-desc .desc.title18 {
    line-height: 30px;
    margin-bottom: 20px;
}
.item-desc-demo hr {
    border-width: 2px;
    border-color: #000;
    width: 30px;
}
.item-desc-demo {
    padding: 39px 30px;
    margin-bottom: 30px;
}
.item-desc-demo .desc {
    margin-bottom: 0;
}
.intro-tab-shipping h3 {
    margin-bottom: 20px;
}
.table-shipping-demo table {
    width: 100%;
}
.table-shipping-demo table th,.table-shipping-demo table td {
    padding: 12px 20px;
}
.table-shipping-demo {
    margin-top: 53px;
}
.woocommerce .detail-tab-desc table.shop_attributes td {
    font-style: normal;
}
.woocommerce #reviews #comments ol.commentlist .wrap-rating li {
    margin: 0;
}
.woocommerce #reviews #comments ol.commentlist .wrap-rating {
    margin: 0 0 10px;
}
.product-detail .single-list-social .share-icon {
    height: auto;
    line-height: unset;
    min-width: auto;
    text-align: left;
    background: transparent;
    color: #333;
    padding: 0;
}
.product-detail .single-list-social .share-icon .fa {
    line-height: inherit;
    font-size: 14px;
}
.vc_row-fluid:last-child  > .vc_col-sm-6  > .vc_column-inner > .wpb_wrapper > .item-desc-demo{
	margin-bottom:0;
}
.detail-info .item-product-meta-info {
    border-top: 1px solid #e5e5e5;
    padding-top: 25px;
    margin-top: 5px;
	font-size:12px;
}
.entry-content .woocommerce .wishlist-title h2 {
    margin: 0 0 30px;
    padding: 0;
	font-family: 'Lora', serif;
	text-transform:uppercase;
}
.woocommerce table.wishlist_table thead th > span {
    font-weight: 700;
}
.woocommerce-additional-fields > h3, 
.cross-sells > h2, 
.cart_totals > h2, 
.title-wc-vendor, 
#customer_login > div > h2, 
.woocommerce-MyAccount-content fieldset legend, 
.woocommerce-Address-title > h3, 
.woocommerce-shipping-fields > h3, 
.woocommerce-billing-fields > h3, 
.woocommerce-checkout > h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Lora', serif;
	margin-bottom:25px;
}
.woocommerce form .form-row .input-checkbox {
    position: static;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, .woocommerce form.register {
    border-radius: 0;
}
.woocommerce-MyAccount-content fieldset legend {
    padding-top: 20px;
}
/*Start 404*/
.icon-404 {
    max-width: 100%;
    width: 350px;
    height: 350px;
    background: #f7f7f7;
    border-radius: 50%;
    margin: auto;
    color: #dadada;
}
.icon-404 .number {
    font-size: 120px;
    margin: 0;
	color:#333;
}
.icon-404 .text {
    margin: 20px 0 50px;
	color:#999;
}
.content-page-404 {
    padding: 70px 0 0;
}
.info-404 h3 {
    margin: 15px 0 16px;
}
.info-404 .desc {
    margin-bottom: 42px;
    padding: 0 50px;
}
.info-404 {
    margin-top: 30px;
}
/*End 404*/
/*Begin Vendor*/
.title-wc-vendor{
	margin-bottom:25px;
}
.wrap-wc-vendor{
	margin-bottom:30px;
}
p.form-row.notes > label {
    margin-left: 5px;
    margin-right: 5px;
}
.wrap-wc-vendor input[type="date"] {
    vertical-align: top;
    margin: 0 5px;
}
label.checkbox {
    display: inline-block;
    margin: 0 5px;
}
.wrap-wc-vendor .form-row {
    margin: 0;
}
.pv_shop_name_container {
    margin-top: 30px;
} 
/*End Vendor*/
.blog-grid-view .btn-loadmore,
.blog-grid-view .pagi-nav {
    margin-top: 20px;
}
.item-post-inner .post-info {
	padding:15px;
}
.item-post-inner .post-meta-data .silver{
	color:#ccc;
}
.item-post-inner .post-meta-data .color{
	color:#fff;
}
.item-post-inner .post-info .post-title{
	margin:-15px 0 20px;
}
.item-post-inner .post-info .desc{
	color:#fff;
	margin:0;
}
.item-post-inner .post-info{
	opacity:0;
}
.item-post-inner:hover .post-info{
	opacity:1;
}
.product-grid-view-4-column .item-product-grid .product-info{
	padding:20px 15px;
}
.product-grid-view-4-column .item-product-grid .product-info .addcart-link-icon span{
	display:none;
}
.product-grid-view-4-column .list-4-item{
	padding:0 10px;
}
.product-grid-view-4-column .js-content-main{
	margin-right: -10px;
    margin-left: -10px;
}
.product-grid-view-4-column .item-product-grid .product-info .product-title{
	margin: 0 0 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 2px;
}
.product-grid-view-4-column .item-product-grid .product-info .product-price span{
	font-size:12px;
}
.item-product-list .product-extra-link .addcart-link-icon {
    height: 36px;
    line-height: 36px;
    min-width: 36px;
}
.item-product-list .addcart-link-icon span {
    line-height: 36px;
    height: 36px;
    transform: none;
    -webkit-transform: none;
}
.item-product-list .yith-link a{
	font-size:18px;
}
.item-product-list .yith-link a:hover{
	transform:scale(1.3);
	-webkit-transform:scale(1.3);
}
.detail-tabs .detail-tab-content {
    padding: 30px;
    border: 1px solid #e5e5e5;
}
.content-product-demo h3 {
    margin-bottom: 15px;
    font-weight: 700;
}
.content-product-demo strong {
    margin-bottom: 10px;
    display: inline-block;
}
.content-product-demo .desc:last-child {
    margin-bottom: 0;
}
.detail-info a.add_to_wishlist::before {
    content: "\f234";
    font-family: LineAwesome;
    margin-right: 5px;
}
.detail-info a.add_to_wishlist {
    text-transform: uppercase;
}
.detail-info a.compare {
    text-transform: uppercase;
    margin: 0 10px 20px;
}
.detail-info a.compare::before {
    content: "\f2d0";
    font-family: LineAwesome;
    margin: 0 10px;
}
.demo-product-sale {
    margin-top: -70px;
}
.detail-info .final-countdown {
    margin: 13px -2px 30px;
}
.list-gallery-sticky .item-gallery-sticky {
    margin-bottom: 10px;
}
.list-gallery-sticky .item-gallery-sticky:last-child {
    margin-bottom: 0px;
}
.detail-on-sticky-menu .detail-gallery-sticky,
.detail-on-sticky-menu .detail-info {
    padding-top: 120px;
}
.detail-gallery-sticky {
    position: relative;
}
.products-wrap .btn-loadmore{
	margin-top:20px;
}
.mega-list-page .widget-title {
    margin-bottom: 23px;
}
.mega-list-page ul li a{
	display:inline-block;
}
.mega-list-page ul li a:hover{
	transform:translateX(5px);
	-webkit-transform:translateX(5px);
}
.mega-list-page ul li.new-item:after{
    background: rgba(0, 0, 0, 0) url(../css/lib/new.gif) no-repeat scroll center center;
    background-size: 100% 100%;
    bottom: 0;
    height: 16px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: -10px;
    width: 24px;
    content: "";
}
.item-attr-content .detail-attr {
    margin: 0 -5px;
}
.item-attr-content .detail-attr {
    margin: 0 -5px;
}
.item-attr-content .detail-attr.type-color .element-filter.active:before {
    position: absolute;
    margin: auto;
    top: 0;
    left: 4px;
}
.item-post-table .post-info .post-title {
    line-height: 1.4;
    margin-bottom: 10px;
}
body.overlay .product-detail .wrap-button-lightbox {
    z-index: inherit;
}
.product-detail .detail-gallery .wrap-detail-gallery.images {
    margin: 0;
}
.header-default .main-nav > ul {
    margin: 0 -15px;
}
.header-default .main-nav > ul > li > a {
    padding: 0 15px;
}
.header-default {
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
}
.widget.widget_rss ul li {
    line-height: 24px;
}
.widget.widget_rss ul li a.rsswidget {
    font-weight: 700;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 14px;
}
.line-amazing2 hr {
    border-width: 5px;
    border-color: #e5e5e5;
    margin: 0;
}
.banner-amazing .advs-info {
    padding-left: 30px;
}
.list-link-amazing li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}
.list-link-amazing li:last-child{
	margin-bottom:0;
}
.banner-amazing .advs-info h3 {
    margin-bottom: 20px;
}
.list-link-amazing li::before {
    position: absolute;
    content: "\f33c";
    font-family: LineAwesome;
    left: 0;
    top: 2px;
}
.demo-blog-grid .item-post-default {
    margin-bottom: 50px;
}
.demo-blog-grid .pagi-nav {
    margin-top: 0;
}
.content-tab-choose3 .wrap-percent-circle .percent-text {
    background: #fff;
    border: 1px solid #e5e5e5;
}
.content-tab-choose3 .item-statistic h3 {
    margin: -10px 0 0;
    color: #303030;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}
.block-why-choose3 .title-tab-style2 {
    margin: 0 50px;
}
.curl-button .ajax-loader {
    display: none!important;
}
.curl-button::before {
    z-index: 10;
}
.curl-button:hover::before {
    width: 20px;
    height: 20px;
}
.mini-cart-empty .desc {
    margin: 0 0 25px;
}
.woocommerce table.shop_table td.product-quantity {
    width: 150px;
}
.item-cat-statistic .cat-info {
    background: linear-gradient(#fff,transparent);
    width: 101%;
    padding: 19px 30px;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}
.item-cat-statistic .cat-info h3 {
    margin-bottom: 11px;
}
.item-cat-statistic .cat-info span {
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    display: inline-block;
}
.item-cat-statistic:hover .cat-info,.item-cat-statistic:hover .cat-info span {
	transform: translateY(0);
    -webkit-transform: translateY(0);
}
.demo-list-category .item-cat-statistic {
    padding: 0 15px;
    width: 33.333%;
	margin:0 0 30px;
}
.demo-list-category {
    margin: 0 -15px;
}
.block-brand3 .title-box1 {
    border-top: 5px solid #e5e5e5;
    padding-top: 100px;
}
.help-support3 .start-intro-icon1 {
    margin-left: 43px;
}
.list-cat-adv4 .item-cat-adv4 h3 a {
    opacity: 0;
}
.list-cat-adv4 .item-cat-adv4:hover h3 a {
    opacity: 1;
}
.list-cat-adv4 .item-cat-adv4 .cat-info {
    margin-bottom: -30px;
}
.woocommerce table.shop_attributes td, 
.woocommerce table.shop_attributes th, 
.woocommerce table.shop_attributes tr {
    border-style: dotted;
    border-width: 1px;
    border-color: #e5e5e5;
}
.wrap-button-lightbox > a:hover{
	background-color:#fff;
}
#add_payment_method #payment input[type=checkbox], 
.woocommerce-cart #payment input[type=checkbox], 
.woocommerce-checkout #payment input[type=checkbox],
#add_payment_method #payment input[type=radio], 
.woocommerce-cart #payment input[type=radio], 
.woocommerce-checkout #payment input[type=radio]{
	background:#fff!important;
}
.woocommerce-terms-and-conditions-wrapper  .form-row label.checkbox{
	margin:0 -3px;
}
.woocommerce-form-login button.woocommerce-Button {
    margin-right: 10px;
}
.banner-advs.widget-advs {
    display: inline-block;
}
.wp-block-pullquote blockquote {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 3px 0;
    padding: 30px 0;
}
.wrap-field {
    margin-bottom: 20px;
}
.custom-form-contact .comment-form .wrap-field {
    margin-bottom: 10px;
}
.custom-form-contact .wrap-field span.wpcf7-list-item {
    margin: 0 0 5px;
}
.wrap-banner-shop-overlap {
    padding-bottom: 50px;
    padding-top: 200px;
    margin-top: -120px;
}
.title-shop-overlap {
    margin-bottom: 30px;
}
.item-cat-icon .cat-icon {
    min-width: 70px;
}
.item-cat-icon .cat-text h3 {
    margin-bottom: 5px;
}  
.detail-tab-accordion .item-toggle-tab {
    border-bottom: 1px solid #e5e5e5;
}
.detail-tab-accordion .item-toggle-tab .toggle-tab-content {
    padding: 15px 0 30px;
}
.detail-tab-accordion .item-toggle-tab:first-child {
    border-top: 1px solid #e5e5e5;
}
.detail-tab-accordion .toggle-tab-title{
	padding:15px 0;
}
.detail-tab-accordion .toggle-tab-title::after {
    position: absolute;
    top: 15px;
	font-weight:400;
    right: 0;
    font-family: LineAwesome;
	content:'\f110';
}
.detail-tab-accordion .item-toggle-tab.active .toggle-tab-title::after{
	content:'\f113';
}
.detail-tab-vertical {
    display: flex;
    display: -webkit-flex;
}
.detail-tab-vertical .detail-tab-title {
    min-width: 270px;
    background: #f4f4f4;
}
.detail-tab-vertical .detail-tab-title li {
    display: block;
    margin: 0;
    border: none!important;
}
.detail-tab-vertical .detail-tab-content {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    margin-left: 30px;
}
.detail-tab-vertical .detail-tab-title li a {
    border-bottom: 1px solid #fff;
    background: transparent!important;
    text-align: left;
}
.detail-tab-vertical .detail-tab-title .title-tab li.active a::before {
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
    height: auto;
    width: 3px;
}
.wrap-sticky-cart-price form.cart {
    margin: 0!important;
    padding: 10px 0;
}
.wrap-sticky-cart-price .product-price {
    margin: 0 10px;
}
.item-product-sticky-addcart .product-info {
    padding: 0 10px;
}
.sticky-addcart {
    position: fixed;
    z-index: 10001;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    padding: 10px 0;
	transform:translateY(100%);
	-webkit-transform:translateY(100%);
}
.sticky-addcart.active{
	transform:translateY(0);
	-webkit-transform:translateY(0);
}
.detail-gallery-grid .list-gallery-sticky .item-gallery-sticky {
    margin: 0 -10px 10px;
    position: relative;
}
.detail-gallery-grid .list-gallery-sticky{
    margin: 0 10px;
}
.wrap-sidebar-fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 90px 0px 30px;
    z-index: 1111;
    width: 330px;
	transform:translateX(100%);
	-webkit-transform:translateX(100%);
}
body.admin-bar .wrap-sidebar-fixed{
	top:32px;
}
.wrap-sidebar-fixed .close-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
	padding:0 30px;
}
.wrap-sidebar-fixed .close-sidebar::before {
    content: "\f28e";
    position: absolute;
    top: 0;
    margin: 0 -20px;
    font-family: lineAwesome;
}
.wrap-sidebar-fixed .close-sidebar:hover::before{
	content:"\f191";
}
.wrap-sidebar-fixed .sidebar {
    padding: 0px 30px;
	position:relative;
	width:100%;
	height:100%;
	overflow-x:hidden;
	overflow-y:scroll;
}
.filter-extra-sidebar::before{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	content:"";
	background:rgba(0,0,0,0.7);
	opacity:0;
	visibility:hidden;
}
.filter-extra-sidebar.active .wrap-sidebar-fixed{
	transform:translateX(0);
	-webkit-transform:translateX(0);
}
.filter-extra-sidebar.active::before{
	opacity:1;
	visibility:visible;
}
.filter-extra-sidebar {
    position: relative;
}
.filter-extra-sidebar.active {
    z-index: 10000;
}
.show-sidebar span {
    margin: 0 5px;
}
.show-sidebar {
    margin: 0 -5px;
}
.wrap-filter-extra {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0;
    background: #fff;
    z-index: 100;
	display:none;
}
.tool-shop-filter {
    position: relative;
}
.list-filter-extra .widget {
    min-width: 25%;
    padding: 0 15px;
    margin: 30px 0;
}
.list-filter-extra {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	margin-top:10px;
}
.toggle-filter-extra::after {
    font-family: lineAwesome;
    content: "\f2c2";
    margin: 0 5px;
}
.toggle-filter-extra.active::after{
	content: "\f28e";
}
.toggle-filter-extra {
    margin: 0 -5px;
}
.filter-extra-dropdown {
    margin: 0 5px;
}
.cat-overlap-slider {
    max-width: 990px;
    margin: auto;
}
.wrap-sticky-cart-price .detail-qty {
    min-width: 100px;
}
.item-post-simple .post-author {
    margin-bottom: 0;
}
.content-product-demo2 ul.unordered-list.list-none {
    list-style: disc;
    padding: 0 15px;
    color: #666;
    margin-top: 25px;
}
.content-product-demo2 h3 {
    margin-bottom: 20px;
}
.content-product-demo2 .custom-information {
    margin-bottom: 25px;
}
.content-product-demo2 .custom-information:last-child {
    margin-bottom: 0;
}
.detail-tab-desc .content-product-demo2 .desc img {
    margin-bottom: 0;
}
.item-slider1 .banner-info {
    height: 270px;
}
.detail-info > h1.product-title {
    font-weight: 700;
    text-transform: capitalize;
	margin-bottom:17px;
}
.detail-gallery .carousel li a.active img{
    border: 1px solid;
}
.title-payment > h2{
	font-weight:700;
}
.item-post-list .post-info .post-title {
    font-weight: 700;
}
.detail-info .detail-attr .woocommerce-variation-price {
    margin-bottom: 25px;
    margin-top: -10px;
}

/* Toanngo92 Css */

/* extra attirbutes */


/* Toanngo92 css */
/* extra attirbutes */

.extra-attrs-wrap{
    margin-top: 20px;
    margin-bottom: -32px;
}
.extra-attrs-wrap .variations{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    position: relative;
}
.extra-attrs-wrap .detail-attr label{
    width: 74px;
    min-width: 74px;
    line-height: 30px;
}
.extra-attrs-wrap form.variations_form{
    margin: 0px -15px;
}
.extra-attrs-wrap .variations .detail-attr{
    width: calc(33.33333333% - 30px);
    padding: 24px 25px 15px 25px;
    margin: 15px 15px;
    border: 1px solid #e5e5e5;
}
.extra-attrs-wrap .variations .detail-attr.type-label .swatch{
    display: inline-block;
    line-height: 40px;
    padding: 0px 12px;
    margin: 0px 4px;
    margin-bottom: 8px;
    background: #f6f6f6;
    min-width: 74px;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.extra-attrs-wrap .variations .detail-attr.type-label .swatch:hover,
.extra-attrs-wrap .variations .detail-attr.type-label .swatch.selected{
    background: #fe6c61;
    color: #fff;
}
.extra-attrs-wrap .variations .detail-attr.type-label .swatch.selected:before{
    display: none;
}
.extra-attrs-wrap .variations .tawcvs-swatches{
    padding: 0px 0px 0px 15px;
}
.extra-attrs-wrap .detail-attr.qty-cart{
    padding: 0px 15px;
}
.extra-attrs-wrap .variations .reset_variations{
    position: absolute;
    right: 15px;
    margin: 0px;
    bottom: -15px;
}
.extra-attrs-wrap .qty-cart .product-price{
    margin-bottom: 15px;
}
.woocommerce div.product form.cart .button {
    vertical-align: top;
    float: none;
}
.woocommerce div.product form.cart .detail-qty {
    display: inline-block;
}
.woocommerce div.product form.cart:not(.variations_form) {
    display: block;
}
.title-archive{
    margin-bottom: 35px;
}
/* End Toanngo92 css */