/*Import*/
/*************************************
[Master Stylesheet]
Project: garten
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;
}
.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 7px 7px 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% - 7px);
    max-width:         calc(50% - 7px);
}

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

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

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

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

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

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

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

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
.gallery:before{
    content: "";
    display: table;
}
.gallery:after{
    clear: both;
}
.gallery:before, .gallery:after{
    content: "";
    display: table;
}
.bypostauthor,
.screen-reader-text,
.wp-caption-text{
    display: block;
    color: #999;
    margin-top: 10px;
}
table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #eaeaec;
    padding:5px;
}

/*Widget*/
.widget {
  margin-bottom: 58px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .screen-reader-text{
    display: none;
}
.widget-title{
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 26px;
    color: #2c3e50;
}
.widget-post .flex,
.widget-list.flex{
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li{
    position: relative;
    font-size: 14px;
}
.widget ul li a:hover{
    border-color: #c3d450;
}
.widget ul li:last-child{
    padding-bottom: 0;
    border: none;
}
.widget ul li{
    color: #999;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}
.widget ul li span.count{
    position: relative;
    float: right;
}
.widget ul.tawcvs-swatches li a:hover,
.widget ul li a:hover{
    color: #c3d450;
}
.widget ul.tawcvs-swatches li{
    line-height: normal;
    border: none;
}
.widget ul.tawcvs-swatches.attribute-type-label li{
    margin-bottom: -2px;
}
.widget ul.tawcvs-swatches li a{
    color: #999;
}
.widget ul.tawcvs-swatches span.more {
  position: relative;
  color: #4c5461;
  font-size: 14px;
  top: 9px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
}
.widget-post ul li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.widget-post ul li:last-child {
    padding-bottom: 0;
    border: none;
}
.widget-post .post-info .title12 {
    line-height: 10px;
    margin-bottom: 8px;
}
.widget-post .post-info h3.title14 a{
    color: #4c5461;
}
.widget-post .post-info .title12 a{
    color: #999;
}
.widget-post .post-info h3.title14 a:hover,
.widget-post .post-info .title12 a:hover{
    color: #c3d450;
}
.widget abbr[title]{
    border-bottom: 0;
}
.widget-post .post-thumb {
    float: left;
    width: 100px;
}
.widget-post .post-info {
    float: left;
    width: calc(100% - 100px);
    padding-left: 15px;
}

.widget-post .post-info h3.title14 {
    max-height: 48px;
    overflow: hidden;
    margin-bottom: 3px;
    line-height: 24px;
}

.widget-post .post-info h3.title14:hover{
    text-decoration: underline;
}

.widget-post .post-info p.desc {
    color: #999;
    margin: 0;
}
.widget-faqs ul{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.widget-faqs ul li {
    border-bottom: 1px solid #eee;
    padding: 18px 0 !important;
}
.widget-faqs ul li:last-child{
    border-bottom: none;
}
.widget-faqs ul li .desc{
    margin: 9px 0 -8px;
}
.widget-faqs ul li.active .desc{
}
.widget-faqs ul li h3{
    position: relative;
    color: #2c3e50;
    cursor: pointer;
    padding-left: 35px;
}
.widget-faqs ul li h3:before{
    content: '\4c';
    font-family: "ElegantIcons";
    font-size: 16px;
    background: #d6d6d6;
    height: 20px;
    width: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.widget-faqs ul li.active h3:before{
    content: '\4b';
    background-color: #c3d450;
}
.widget select{
    color: #4c5461;
    font-size: 14px;
}

.tagcloud a{
    border:0;
    padding: 2px 12px;
    display: inline-block;
    border-radius: 0px;
    margin-bottom: 5px;
    font-size: 14px !important;
    background: #f5f6f9;
    color: #888;
}
.tagcloud a:hover{
    color: #fff;
    background-color: #c3d450;
}
.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: #c3d450;
}
.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: #c3d450;
}
.widget ul.sub-menu,
.widget ul.children{
    padding-left: 15px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eeeeee;
}
.widget select{
    max-width: 100%;
    width: 100%;
}
.textwidget p > img{
    margin: 6px 0;
}
.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;
}
.rssSummary,
.widget p{
    color: #555;
    margin: 14px 0;
    line-height: 24px;
}

a.rsswidget {
    font-weight: bold;
}
a.rsswidget img{
    margin-top: -3px;
}
.rss-date {
    color: #999;
}
.widget.widget_rss ul li {
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 10px;
    line-height: 24px;
}
.widget.widget_rss ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}
.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;
    border: none;
}
span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.widget .mini-cart-empty {
    padding-top: 0;
}
.error-404.not-found{
    margin-bottom: 40px;
}
.error-404 .wg-search-form{
    margin-top: 20px;
    max-width: 415px;
}
/*End widget*/
.post-password-form input[type=submit]{
    background-color: #c3d450;
    vertical-align: top;
    padding: 0 20px;
    height: 40px;
    border-radius: 0px;
    border: 0;
    color: #fff;
    font-weight: 500;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.post-password-form input[type=submit]:hover{
    color: #fff;
    background-color: #4c5461;
}
.sticky{
    display: inline-block;
}

.comment-info .desc address,
.comment-info .desc > ol li,
.comment-info .desc > ul li,
.detail-content-wrap address,
.detail-content-wrap > ol li,
.detail-content-wrap > ul li,
.entry-content.is_page address,
.entry-content.is_page > ol li, 
.entry-content.is_page > ul li{
    line-height: 28px
}
.entry-content > table th, 
.entry-content > table td, 
.entry-content dd, 
.entry-content dt,
.detail-content-wrap > table th, 
.detail-content-wrap > table td, 
.detail-content-wrap dd, 
.detail-content-wrap dt,
.comment-info .desc > table th, 
.comment-info .desc > table td, 
.comment-info .desc dd, 
.comment-info .desc dt{
    line-height: 24px;
}
.comment-info .desc > table tr > *,
.detail-content-wrap > table tr > *,
.entry-content.is_page > table tr > * {
    padding: 10px;
}
.comment-info .desc > dl > dt, 
.comment-info .desc > table tr th,
.entry-content.is_page > dl > dt,
.entry-content.is_page > table tr th,
.detail-content-wrap > dl > dt, 
.detail-content-wrap > table tr th{
    color: #555;
}

.comment-info .desc > dl > *,
.detail-content-wrap > dl > *,
.entry-content.is_page > dl > * {
    padding: 5px 0;
}


/*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;
}
.edit-link {
    margin: 0 6px;
}

/*Menu fixed style*/
.fixed-header {
  position: fixed !important;
  top: -100px;
  left: 15px !important;
  z-index: 9996;
  -webkit-transition: top 0.5s ease-out 0s !important;
  transition: top 0.5s ease-out 0s !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.admin-bar .fixed-header.active {
  top: 32px;
}
.fixed-header.active {
  top: 0;
}
.menu-fixed-content.fixed-header {
  background: #fbfbfb;
  width: 100%;
  left: 0 !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  max-width: 100%;
  display: block;
}

img{
    max-width: 100%;
    height: auto;
}

/*shop item*/
.list-col-item{
    float: left;
    padding: 0 15px;
}
.list-1-item{
    width: 100%;
}
.list-2-item{
    width: 50%;
}
.list-2-item:nth-child(2n+1){
    clear: both;
}
.list-3-item{
    width: 33.3333%;
}
.list-3-item:nth-child(3n+1){
    clear: both;
}
.list-4-item{
    width: 25%;
}
.list-4-item:nth-child(4n+1){
    clear: both;
}
.list-5-item{
    width: 20%;
}
.list-5-item:nth-child(5n+1){
    clear: both;
}
.list-6-item{
    width: 16.66666667%;
}
.list-7-item{
    width: 14.2857%;
}
.list-8-item{
    width: 12.5%;
}
.list-9-item{
    width: 11.111%;
}
.list-10-item{
    width: 10%;
}
.list-3-item:nth-child(3n+1),
.list-4-item:nth-child(4n+1),
.list-5-item:nth-child(5n+1),
.list-6-item:nth-child(6n+1),
.list-7-item:nth-child(7n+1),
.list-8-item:nth-child(8n+1),
.list-9-item:nth-child(9n+1),
.list-10-item:nth-child(10n+1){
    clear: both;
}
.list-col-item.list-10-item,
.list-col-item.list-9-item,
.list-col-item.list-8-item,
.list-col-item.list-7-item,
.list-col-item.list-6-item,
.list-col-item.list-5-item {
    padding: 0 5px;
}
.list-post-wrap .wrap-item[data-item="5"],
.list-post-wrap .wrap-item[data-item="6"],
.blog-grid-view[data-column="5"] .row,
.blog-grid-view[data-column="6"] .row,
.product-grid-view[data-column="5"] .row,
.product-grid-view[data-column="6"] .row,
.product-grid-view[data-column="7"] .row,
.product-grid-view[data-column="8"] .row,
.product-grid-view[data-column="9"] .row,
.product-grid-view[data-column="10"] .row{
    margin: 0 -5px;
}
/*end*/

.page-links,
.pagi-nav {
    font-size: 0;
    margin: 30px -5px 0;
}
.page-links > span,
.page-links > a,
.pagi-nav a,
.pagi-nav > span{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 36px;
    text-align: center;
    border-radius: 0px;
    color: #4c5461;
    font-size: 16px;
    margin: 0 5px;
}
.page-links > span,
.pagi-nav .current{
    background-color: #c3d450;
    color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.pagi-nav a:hover{
    color: #c3d450;
}
.main-page-default{
    margin: 100px 0;
}

.author-thumb img{
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    border: 3px solid #fff;
}
.comment-thumb img{
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    border: 2px solid #fff;
}
.comment-list ul.children{
    list-style: none;
}
.blog-comment-detail > h2.title18 {
    margin-bottom: 25px;
}

.comment-info .fn{
    font-size: 18px;    
    color: #4c5461;
    font-weight: 500;
}
.comment-reply-title{
    font-size: 24px;
    font-family: 'Noto serif';
    font-weight: 700;
    margin: 0 0 36px;
}
.reply-comment .desc {
    margin: 0 0 30px;
}
.content-post-default .desc {
    margin-bottom: 30px;
}
.content-post-default h3 {
    margin-bottom: 20px;
}
.bread-crumb ul:last-child li:last-child a::after,
.bread-crumb > a:last-child::after{
    display: none;
}
.bread-crumb ul{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.bread-crumb a::after {
    margin: 0 6px 0 6px;
}
.woocommerce .woocommerce-breadcrumb{
    margin: 0;
}
.bread-crumb ul.post-categories li {
    display: inline-block;
}
/*woocommerce sidebar*/
.widget-product-list .flex{
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.widget-product ul li,
.woocommerce ul.product_list_widget li {
    padding: 20px 0;
}
.widget-product ul li:last-child,
.woocommerce ul.product_list_widget li:last-child {
    padding-bottom: 0px;
}
.woocommerce .widget_rating_filter ul li {
    padding: 0 0 6px;
}
.widget-product ul li .banner-advs,
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img{
    float: left;
    width: 80px;
    margin-left: 0;
    margin-right: 20px;
    border: 1px solid #eee;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.widget-product ul li .banner-advs:hover,
.woocommerce ul.product_list_widget li img:hover{
    border-color: #c3d450;
}
.widget-product .product-wid-info{
    float: left;
    width: calc(100% - 100px);
}
.widget .product-title {
    overflow: inherit; 
    text-overflow: inherit; 
    white-space: normal; 
    font-weight: normal;
}
.widget .product_list_widget .wrap-rating{
    margin: 6px 0 3px;
}
.widget .product_list_widget .wrap-rating li{
    padding: 0;
}
.widget .product_list_widget .reviewer,
.widget .product_list_widget .product-price{
    margin: 0;
    display: block;
}

.widget-product ul li {
    display: block;
    width: 100%;
}
.product-wid-info .wrap-rating{
    margin-bottom: 1px;
}
.product-wid-info h3.title16 {
    margin-bottom: 7px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #d6d6d6;
    border-radius: 0;
    height: 2px;
    top: 5px;
    margin: 0 6px 15px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, 
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #c3d450;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    height: 12px;
    width: 12px;
    top: -5px;
    border: 2px solid #c3d450;
    background: #fff !important;
}
.woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit,
.yith-wcwl-add-button a,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: none;
    padding: 0 20px;
    border-radius: 0px !important;
    text-align: center;
    background-color: #fff;
    margin: 0;
    font-weight: normal;
    color: #fff;
    font-weight: 500;
    background: #c3d450;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit:hover,
.yith-wcwl-add-button a:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
    background-color: #4c5461;
    color: #fff;
}
.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: #c3d450;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
    display: none;
}
.woocommerce .widget_price_filter .price_slider_amount{
    font-size: 14px;
    text-align: left;
    line-height: 38px;
    color: #999;
    margin-bottom: -15px;
}
.woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit{
    margin: 10px 0 0;
}
select,
input[type=password],
input[type=number],
input[type=email],
input[type=text]{
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
}
textarea{
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    padding: 10px;
}
.widget_product_search input[type=submit]{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    background: transparent;
    border: none;
    z-index: 1;
    font-size: 0;
}
.widget_product_search input[type=search]{    
    width: 100%;
}
.woocommerce-product-search{
    position: relative;
}
.woocommerce-product-search::after {
    position: absolute;
    top: 50%;
    right: 15px;
    font-family: fontAwesome;
    content: "\f002";
    color: #999;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.woocommerce-loop-category__title{
    margin: 17px 0 7px;
    font-size: 14px;
    font-weight: 400;
}
.item-product .mark,
.item-product mark{
    background-color: transparent;
}
a.active,
.chosen a{
    color: #c3d450;
}
.woocommerce .woocommerce-ordering {
    margin-bottom: 0;
}
.woocommerce nav.woocommerce-pagination {
    text-align: left;
}
.label-wrap.wapl-aligncenter{
    text-align: center;
}
.shop-loading{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 98;
}
.shop-loading i{
    font-size: 40px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    color: #fff;
}
.ajax-loading:not(.list-product-search){
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 9999;
}
.ajax-loading:not(.list-product-search) i{
    font-size: 40px;
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    margin: auto;
}
.loading{
    position: relative;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images{
    float: none;
    width: 100%;
}
.entry-summary > p{
    margin-bottom: 0;
}
/*End default*/


/*Begin custom*/
.woocommerce #content table.cart img, 
.woocommerce table.cart img,
.woocommerce-page #content table.cart img, 
.woocommerce-page table.cart img{
    border: 1px solid #d6d6d6;
}
.woocommerce #content table.cart img:hover, 
.woocommerce table.cart img:hover,
.woocommerce-page #content table.cart img:hover, 
.woocommerce-page table.cart img:hover{
    border-color: #c3d450;
}
.product-price > span,
.product-price ins{
    color: #c3d450;
    font-weight: 500;
    font-size: 18px;
}
.product-price ins{
    color: #c50000;
}
.product-price del{
    color: #999999;
    font-size: 14px;
    font-weight: 500;
}
.wishlist_table .product-price > span.nobr{
    font-weight: 500;
    color: #4c5461;
}
a.added_to_cart,
.woocommerce a.added_to_cart{
    display: none !important;
}

a.added_to_cart:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce a.button.addcart-link:hover{
    background: #999;
    border-color: #999;
    color: #fff;
}
.woocommerce #respond input#submit.loading, 
.woocommerce a.button.loading, 
.woocommerce button.button.loading, 
.woocommerce input.button.loading{
    opacity: 1;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after{
    top: 0;
    right: 0;
}
.woocommerce ul.products li.product .button{    
    margin: 0;
}
.sort-by .select-box select {
    line-height: 36px;
}
.title-page{
    position: relative;
    z-index: 1;
}
.title-page + div{
    position: relative;
    z-index: 0;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover{
    background-color: #4c5461;
}
.woocommerce-variation.single_variation{
    margin-left: 100px;
}
.select-box select{
    z-index: inherit;
}

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

.tawcvs-swatches .swatch {
    color: #999;
    cursor: pointer;
    position: relative;
}
.tawcvs-swatches  .active span,
.tawcvs-swatches  .active.swatch{
    color: #c3d450;
    font-weight: 500;
}
.tawcvs-swatches .swatch-label:before, 
.tawcvs-swatches .swatch-label:before {
    content: '\5b';
    font-family: "ElegantIcons";
    position: relative;
    top: 2px;
    margin-right: 20px;
    font-size: 16px;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
    color: #d6d6d6;
}
.tawcvs-swatches .swatch-label:hover:before, 
.tawcvs-swatches .swatch-label.active:before {
    content: '\5c';
    color: #c3d450;
}

.tawcvs-swatches .swatch.selected {
    opacity: 1;
}

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

.detail-attr .tawcvs-swatches .swatch-label {
    display: block;
    margin-bottom: 15px;
}
.detail-attr .tawcvs-swatches .swatch-label:last-child{
    margin-bottom: 0px;
}
.tawcvs-swatches .swatch-color {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-indent: -9999px;
    margin-right: 35px;
    height: 14px;
    width: 14px;
    border-radius: 100%;
}

.widget .tawcvs-swatches .swatch-color {
    top: -1.5px;
    left: 2px;
    margin-right: 15px;
}

.attribute-type-color {
    overflow: visible;
}
.tawcvs-swatches .active .swatch-color {
    border: 3px solid #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
.detail-info .tawcvs-swatches .swatch-color.selected:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 25px;
    width: 25px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.tawcvs-swatches .swatch-image {
    overflow: hidden;
}

.tawcvs-swatches .swatch img {
    vertical-align: top;
}
/* End attribute css*/
.woocommerce div.product div.summary {
    margin-bottom: 0;
}
/* detail tab css*/
.detail-tab-desc > h2:first-child{
    display: none;
}
.detail-tab-desc p{
    color: #999;
    line-height: 24px;
}
.tab-horizontal {
    display: block;
    border: 0;
}
.tab-horizontal .list-tag-detail li {
    position: relative;
    display: inline-block;
}
.tab-horizontal .detail-tab-title {
    min-width: inherit;
    border: 0;
}
.tab-horizontal .detail-tab-content {
    display: inline-block;
    width: 100%;
}
.woocommerce #reviews #comments > h2 {
    padding-bottom: 27px;
    margin: 0 0 40px;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    border-bottom: 1px solid #eee;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
    width: 60px;
    padding: 0;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    border: 2px solid #fff;
}
.woocommerce #reviews #comments ol.commentlist{
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li{
    border-bottom: 1px solid #eee;
    margin: 0 0 40px;
    padding-bottom: 17px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    margin-left: 90px;
    border-radius: 0;
    padding: 0;
    border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
    margin-bottom: 17px;
}
.woocommerce-review__author {
    font-size: 18px;
    display: block;
    font-weight: 600;
    color: #4c5461;
    margin: 4px 0 3px;
}
.woocommerce-review__dash {
    display: none;
}
.woocommerce-review__published-date {
    font-size: 14px;
    color: #999;
}
.woocommerce-Reviews .wrap-rating {
    position: absolute;
    top: 10px;
    border: 0;
    margin: 0;
    right: 0;
    padding: 0;
}
.woocommerce-Reviews .wrap-rating li{
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.woocommerce-Reviews .comment-reply-title {
    margin-bottom: 10px;
    display: block;
    color: #4c5461;
    font-family: 'Rubik', sans-serif;
    font-weight: 500
}
.woocommerce-Reviews .comment-reply-title:before{
    content: "\f044";
    font-family: 'fontawesome';
    font-size: 24px;
    margin: 0 8px 0 1px;
}
.comment-form-rating{
    margin-bottom: 21px;
}
.comment-form-rating > label{
    font-weight: 400;
    color: #999;
    font-size: 14px;
    margin: 0;
    margin-right: 10px;
}

.woocommerce #review_form #respond p.stars{
    margin-bottom: 0;
    font-size: 14px;
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    width: auto;
    float: none;
}
.woocommerce .star-rating,
.woocommerce p.stars a{
    color: #ffc000;
}

/* End detail tab css*/
.single-title{
    margin-bottom: 35px;
    text-align: center;
}
.select-box::after{
    z-index: -1;
}
/*Woocommerce Page css*/
.woocommerce-cart-form .qty-label{
    display: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
    min-width: 200px;
    padding-left: 12px;
    padding-right: 12px;
}
td.product-remove {
    max-width: 30px;
}
td.product-thumbnail {
    max-width: 60px;
    text-align: center;
}
#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 70px;
}
/*End Woocommerce page css*/

.entry-content,
.content-post-default{
    line-height: 24px;
}
.woocommerce div.product-type-external form.cart  .button.single_add_to_cart_button{
    margin-left: 0px !important;
}
.woocommerce div.product form.cart{
    float: left;
    width: 100%;
    margin: 10px 0 40px;
}
.woocommerce div.product form.cart.variations_form{
    margin: 0 0 40px;
}
.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; 
}
.woocommerce div.product form.cart:not(.variations_form) > label{
    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 .product-thumb{
    border: 1px solid #d6d6d6;
}
.woocommerce div.product form.cart .group_table td .product-thumb:hover{
    border-color: #c3d450;
}
.woocommerce div.product form.cart .group_table td:first-child {
    width: 80px;
}
.woocommerce div.product .list-product-group form.cart table {
    border: 0;
}
.woocommerce div.product .list-product-group form.cart .button.single_add_to_cart_button{
    margin: 20px 0 0;
    min-width: 50%;
}
.woocommerce div.product .list-product-group form.cart .yith-wcwl-add-to-wishlist{
    margin: 20px 18px 0;
    vertical-align: middle;
}
.woocommerce div.product form.cart .group_table tr:last-child td{
    padding-bottom: 20px;
}
.woocommerce table.shop_table{
    padding: 0;
    border-collapse: collapse;
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text{
    border-color: #e5e5e5;
}
#add_payment_method .cart-collaterals .cart_totals table, 
.woocommerce-cart .cart-collaterals .cart_totals table, 
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: collapse;
}
body .select2-container--default .select2-selection--single{
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    height: 40px;
}
body .select2-container--default .select2-selection--single{
    border-radius: 0px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #888;
    line-height: 40px;
    padding: 0 20px;
    margin: 0px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    right: 6px;
}

.select2-dropdown,
.widget .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #e5e5e5 1px;
    border-radius: 0px;
}
.widget .select2-container--default .select2-selection--multiple{
    border-color: #e5e5e5;
    border-radius: 0px;
}
.widget .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0 20px;
    margin-bottom: -5px;
}
.widget .select2-container .select2-search--inline .select2-search__field{
    height: 35px;
    margin: 0;
    padding: 0;
}
.widget .select2-container--open .select2-dropdown--below{
    border-color: #e5e5e5;
    border-radius: 0px;
}
.widget .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.shipping-calculator-form .form-row{
    padding: 0 !important;
}
.shipping-calculator-form p:last-child{
    margin-bottom: 0px;
}
.woocommerce .shipping-calculator-form button.button{
    margin-bottom: -10px;
}
/*My account*/
.woocommerce-MyAccount-navigation ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li{
    padding: 8px 15px;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #e5e5e5;
}
.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-MyAccount-navigation ul li:hover{
    color: #fff;
    background: #c3d450;
    border-color: #c3d450;
}
.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: #4c5461;
    text-decoration: underline;
}
.woocommerce-MyAccount-content a:hover{
    color: #c3d450;
}
.woocommerce-account .addresses .title .edit{
    font-size: 14px;
    color: #4c5461;
    margin-top: 22px;
}
.woocommerce-account .addresses .title .edit:hover{
    color: #c3d450;
}
.woocommerce form .form-row input.input-text{
    height: 40px;
    border: 1px solid #e5e5e5;
}
.select2-container .select2-choice{
    height: 40px;
    border: 1px solid #e5e5e5;
    line-height: 40px;
}
.select2-drop-active{
    border-color: #e5e5e5;
}
.mini-cart-empty{
    padding-top: 20px;
}
.mini-cart-button a,
.woocommerce .mini-cart-button a{
    height: 40px;
    border-radius: 0px;
    display: inline-block;
    padding: 0 20px;
    border: none;
    color: #fff;
    line-height: 40px;
    background: #c3d450;;
    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;
}
.aside-box .dropdown-list {
    pointer-events: inherit;
}
.overlay .wrap::after{
    z-index: 1001;
}
/*End*/
.menu-on-fixed.single-product .header-page{
    position: static;
}
.single-product .header-page{
    z-index: 9998;
    position: relative;
}
.product-popup-content{
    padding: 35px 30px 0px;
    overflow-x: hidden;
    width: 900px;
}
.product-popup-content .detail-gallery{
    padding: 0;
}
.product-popup-content .product-detail {
    margin-bottom: 0;
}
/*Begin Search Ajax*/
.list-product-search {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    margin-top: 32px;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    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 p.text-center{
    margin-bottom: 0px;
}
.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: 0;
}
/*End Search Ajax*/
.dropdown-list li.active a {
    background: #c3d450;
    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 {
  max-width: 800px;
  margin: auto;
}
.form-newsletter form .mc4wp-form-fields{
    position: relative;
    width: 100%;
    border: 1px solid #e7e7e7;
}
.form-newsletter input[type="email"]{
    width: 100%;
    height: 50px;
    display: block;
    padding: 0 17px;
    background: rgba(245, 246, 249, .2);
    border: 2px solid #fff;
}
.form-newsletter input[type="text"]{
    display: none;
}
.form-newsletter .submit-form{
    position: absolute;
    right: 5px;
    top: 50%;
    border: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.form-newsletter .submit-form input[type=submit]{
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    font-weight: 500;
    color: #fff;
    background: #4c5461;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.form-newsletter .submit-form:hover input[type=submit]{
    background-color: #c3d450;
}
.woocommerce #review_form #respond p.form-submit input[type=submit], 
.comment-respond p.form-submit input[type=submit],
.h1-newsletter .submit-form input[type=submit],
.h2-newsletter .submit-form input[type=submit]{
    padding-right: 40px;
}
.woocommerce #review_form #respond p.form-submit:after, 
.comment-respond p.form-submit:after,
.h1-newsletter .submit-form:after,
.h2-newsletter .submit-form:after {
    content: "\f101";
    font-family: fontawesome;
    position: absolute;
    color: #fff;
    z-index: 111;
    top: 7px;
    right: 22px;
}
.desc-block{
    margin-bottom: 15px;
}
.follow-instagram{
}
.follow-instagram li{
    max-width: 100%;
    margin: 0;
    width: 12.5%;
}
.instagram-slider .group-navi .owl-nav{
    right: 0;
}


/*Gap product*/
/*gap 5*/
.gap-5 .list-product-wrap{ 
    margin: 0 -2.5px;
}
.gap-5 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-5 .group-navi .owl-nav{ 
    right: 2.5px;
}
.gap-5 .list-product-wrap .product{
    padding:0 2.5px;
    margin-bottom: 5px;
}
.gap-5 .list-product-wrap .item{
    padding:0 2.5px;
    margin-bottom: 5px;
}
.gap-5 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 5px;
}
/*gap 10*/
.gap-10 .list-product-wrap{ 
    margin: 0 -5px;
}
.gap-10 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-10 .group-navi .owl-nav{ 
    right: 5px;
}
.gap-10 .list-product-wrap .product{
    padding:0 5px;
    margin-bottom: 10px;
}
.gap-10 .list-product-wrap .item{
    padding:0 5px;
    margin-bottom: 10px;
}
.gap-10 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 10px;
}
/*gap 15*/
.gap-15 .list-product-wrap{ 
    margin: 0 -7.5px;
}
.gap-15 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-15 .group-navi .owl-nav{ 
    right: 7.5px;
}
.gap-15 .list-product-wrap .product{
    padding:0 7.5px;
    margin-bottom: 15px;
}
.gap-15 .list-product-wrap .item{
    padding:0 7.5px;
    margin-bottom: 15px;
}
.gap-15 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 15px;
}
/*gap 20*/
.gap-20 .list-product-wrap{ 
    margin: 0 -10px;
}
.gap-20 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-20 .group-navi .owl-nav{ 
    right: 10px;
}
.gap-20 .list-product-wrap .product{
    padding:0 10px;
    margin-bottom: 20px;
}
.gap-20 .list-product-wrap .item{
    padding:0 10px;
    margin-bottom: 20px;
}
.gap-20 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 20px;
}
/*gap 30*/
.gap-30 .list-product-wrap{ 
    margin: 0 -15px;
}
.gap-30 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-30 .group-navi .owl-nav{ 
    right: 15px;
}
.gap-30 .list-product-wrap .product{
    padding:0 15px;
    margin-bottom: 30px;
}
.gap-30 .list-product-wrap .item{
    padding:0 15px;
    margin-bottom: 30px;
}
.gap-30 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 30px;
}
/*gap 40*/
.gap-40 .list-product-wrap{ 
    margin: 0 -20px;
}
.gap-40 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-40 .group-navi .owl-nav{ 
    right: 20px;
}
.gap-40 .list-product-wrap .product{
    padding:0 20px;
    margin-bottom: 40px;
}
.gap-40 .list-product-wrap .item{
    padding:0 20px;
    margin-bottom: 40px;
}
.gap-40 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 40px;
}
/*gap 50*/
.gap-50 .list-product-wrap{ 
    margin: 0 -25px;
}
.gap-50 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-50 .group-navi .owl-nav{ 
    right: 25px;
}
.gap-50 .list-product-wrap .product{
    padding:0 25px;
    margin-bottom: 50px;
}
.gap-50 .list-product-wrap .item{
    padding:0 25px;
    margin-bottom: 50px;
}
.gap-50 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 50px;
}
/*gap 50*/
.gap-0 .list-product-wrap{ 
    margin: 0;
}
.gap-0 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-0 .group-navi .owl-nav{ 
    right: 0;
}
.gap-0 .list-product-wrap .product{
    padding:0;
    margin-bottom: 0;
}
.gap-0 .list-product-wrap .item{
    padding:0;
    margin-bottom: 0;
}
.gap-0 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 0;
}
/*end gap*/
.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 .item{
    padding: 0 15px;
}
li.active > a {
    color: #c3d450;
}
.block-element {
    margin-bottom: 0; 
}
/*menu live preview*/
.main-nav .preview-image {
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    left: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    border: 1px solid #e5e5e5;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.main-nav li:hover > .preview-image {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.preview-image img{
    height: auto;
}
.preview-image>a {
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.preview-image > a > img {
    left: 0;
    position: absolute;
    top: 0;
    transition: all 5s ease-in-out 0s;
    -webkit-transition: all 5s ease-in-out 0s;
    width: 100%;
}
.preview-image > a:hover > img {
    top: 100%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
/*end live preview*/

.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;
}
.content-single-blog iframe{
    width: 100%;
    border: 0;
    max-width: 100%;
}
.player .vp-player-layout{
    left: 0 !important;
    right: 0 !important;
}
.sort-by .select-box::after {
    top: 11px;
    color: #999;
}
.vc_row:not([data-vc-stretch-content="true"]) .container{
    padding: 0;
}
.smart-slider:not(.owl-carousel)[data-item="6"] > div{
    width: 16.6666%;
}
.smart-slider:not(.owl-carousel)[data-item="5"] > div{
    width: 20%;
}
.smart-slider:not(.owl-carousel)[data-item="4"] > div{
    width: 25%;
}
.smart-slider:not(.owl-carousel)[data-item="3"] > div{
    width: 33.3333%;
}
.smart-slider:not(.owl-carousel)[data-item="2"] > div{
    width: 50%;
}
.widget-group{
    margin-bottom: 30px;
}
.widget-group:last-child{
    margin-bottom: 0;
}
.page-content-box .wrap {
  background: #fff;
  max-width: 1230px;
  margin: auto;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.page-content-box .container {
    max-width: 1230px;
}
.page-content-box .fix-row-bg{
    margin-left: 15px;
    margin-right: 15px;
}
.page-content-box .vc_row {
    padding-left: 15px;
    padding-right: 15px;
}
.page-content-box .fix-row-bg .vc_row {
    padding-left: 0;
    padding-right: 0;
}
body.page-content-box *[data-vc-full-width]{
    max-width: 1230px;
    margin: auto;
    left: -15px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
body.page-content-box [data-vc-full-width] [data-vc-full-width]{
    left: 0px!important;
}
.page-content-box .vc_row .vc_row {
    padding-left: 0px;
    padding-right: 0px;
}
/*Preload style 2*/
.preload #objectstyle2{
    width: 80px;
    height: 80px;
    background-color: #FFF;
    -webkit-animation: animatestyle2 1s infinite ease-in-out;
    animation: animatestyle2 1s infinite ease-in-out;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
}
@-webkit-keyframes animatestyle2 {
    0% { -webkit-transform: perspective(160px); }
    50% { -webkit-transform: perspective(160px) rotateY(-180deg); }
    100% { -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); }
}

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

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

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

}

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

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

}

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


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

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

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

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


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

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

#object_onestyle4 {   
    -webkit-animation: object_onestyle4 1.5s infinite;
    animation: object_onestyle4 1.5s infinite;
    }
#object_twostyle4 {
    -webkit-animation: object_twostyle4 1.5s infinite;
    animation: object_twostyle4 1.5s infinite;
    -webkit-animation-delay: 0.35s; 
    animation-delay: 0.35s;
    }
#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;
}

/*Block class*/
.block-top-30{
    margin-top: 30px;
}
.block-bottom-30{
    margin-bottom: 30px;
}
.block-top-50{
    margin-top: 50px;
}
.block-bottom-50{
    margin-bottom: 50px;
}
.block-top-100{
    margin-top: 100px;
}
.block-bottom-100{
    margin-bottom: 100px;
}
.title-tab{
    margin: 0 -10px;
    border: 0;
}
.title-tab > li {
    margin: 0 10px;
}
.form-popup .submit-form {
    height: 50px;
    background: #000;
    border: none;
    color: #fff;
    padding: 0 30px;
}
/*Fix form-newsletter*/
.content-popup input[type="email"] {
    width: 260px;
    height: 50px;
    border: 1px solid #e5e5e5;
    padding: 0 15px;
    display: block;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    margin-right: 10px;
}
.content-popup .submit-form::after{
    display: none;
}
.content-popup .form-newsletter form .mc4wp-form-fields{
    border: 0;
    max-width: inherit;
}
.form-newsletter.form-popup{
    max-width: 100%;
}
.content-popup .submit-form{
    width: auto;
}
.content-popup .submit-form input[type="submit"]{
    position: static;
    line-height: 50px;
}
/*End fix*/
.close-minicart{
    display: none;
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 24px;
    top: 0;
    left: -39px;
    color: #fff;
    cursor: pointer;
}
.aside-box .close-minicart{
    display: block;
}
/*filter product element*/
.btn-filter {
    height: 40px;
    line-height: 38px;
    position: relative;
    font-weight: 500;
    padding-right: 20px;
    text-transform: uppercase;
}
.btn-filter:after, .btn-filter:before {
    content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    display: inline-block;
    background-color: #999;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.btn-filter:before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.btn-filter:hover:before {
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
}
.btn-filter:hover:after {
    transform: translateX(-6px) rotate(50deg);
    -webkit-transform: translateX(-6px) rotate(50deg);
}
.filter-product.active .btn-filter:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.filter-product.active .btn-filter:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.box-attr-filter {
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    left: 0;
    margin-top: 35px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    top: 65px;
    visibility: hidden;
    width: 100%;
    z-index: 10000;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.filter-product.active .box-attr-filter {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
    top: 40px;
}
.js-content-wrap{
    position: relative;
}
.filter-product{
    margin-bottom: 30px;
}
.btn-filter span {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    vertical-align: top;
}
.box-attr-filter::before {
    background: #fbfbfb;
    border-right: 1px solid #e5e5e5;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 170px;
}
.item-box-attr {
    display: table;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 5px 0;
    line-height: 24px;
}
.item-attr-title {
    display: table-cell;
    padding: 0 25px;
    position: relative;
    width: 170px;
    vertical-align: top;
    text-align: left;
}
.item-attr-content {
    color: #666;
    display: table;
    padding: 0 30px;
    vertical-align: top;
}
.range-filter .ui-slider-range {
    background: #333;
}
.range-filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #333;
    border-radius: 0;
    cursor: pointer;
    height: 10px;
    margin-left: -5px;
    top: -4px;
    width: 10px;
    border: none;
}
.range-filter .slider-range {
    border: none;
    border-radius: 0;
    height: 1px;
    display: inline-block;
    margin: 0 20px 0 5px;
    vertical-align: middle;
    width: 250px;
    background: #e5e5e5;
}
.attr-price-filter{
    display: inline-block;
}
.attr-price-filter label {
    font-weight: 400;
}
.list-filter.list-inline li{
    padding: 0 10px;
}
.wrap-item.loading .ajax-loading {
    display: block !important;
}
.filter-yes .js-content-main{
    clear: both;
}
.filter-col .box-attr-filter::before{
    display: none;
}
.filter-col .item-box-attr{
    display: block;
    float: left;
}
.filter-col.filter-2-col .item-box-attr{
    width: 50%;
}
.filter-col.filter-3-col .item-box-attr{
    width: 33.3333%;
}
.filter-col.filter-4-col .item-box-attr{
    width: 25%;
}
.filter-col.filter-2-col .item-box-attr:nth-child(2n+1),
.filter-col.filter-3-col .item-box-attr:nth-child(3n+1),
.filter-col.filter-4-col .item-box-attr:nth-child(4n+1){
    clear: both;
}
.filter-col .box-attr-filter{
    clear: both;
}
.filter-col .list-filter{
    margin: 0 -15px;
}
.filter-col .item-box-attr{
    text-align: left;
}
.filter-col.filter-col-list .list-filter li,
.filter-col.filter-col-list .list-filter{
    list-style: none;
    display: list-item;
}
.element-filter{
    position: relative;
}
.element-filter.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    border: solid #a21414;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 2px;
    right: -11px;
}
.filter-noresult{
    padding: 100px 0;    
    border: 1px solid #e5e5e5;
}
.row > .filter-noresult-wrap{
    padding: 0 15px;
    display: block !important;
    position: static !important;
}
.products-wrap{
    position: relative;
    clear: both;
}
.filter-none .owl-wrapper,
.filter-none .owl-wrapper .owl-item{
    width: 100% !important;
}
.range-filter .slider-range{
    max-width: 100%;
}
.filter-col .item-attr-title,
.filter-col .item-attr-content{
    display: block;
}
/*End filter element*/
.mini-cart-box.dropdown-box{
    display: inline-block;
}
.detail-gallery .carousel li{
    min-height: 50px;
}
.vc_col-has-fill>.vc_column-inner, 
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, 
.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, 
.vc_section.vc_section-has-fill+.vc_section {
    padding-top: 0 !important; 
}
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1{
    display: block;
    max-width: 100%;
}
.account-manager .dropdown-list li i{
    min-width: 20px;
}
.account-manager .dropdown-list{
    width: 160px;
}

/* Vendor page*/
.vendor-page .entry-content .title-page h2{
    margin: 0 0 10px;
}
.vendor-page .entry-content h3,
.vendor-page .entry-content h2{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px 0 20px;
}
.vendor-page .entry-content h2:first-child{
    margin-top: 0;
}
.vendor-page input{
    height: 40px;
    padding: 0 10px;
    border: 1px solid #eaeaec;
}
.vendor-page form{
    margin-bottom: 30px;
}
.vendor-page .table>thead>tr>th {
    border-bottom: 1px solid #eaeaec;
}
.vendor-page input[type="submit"]{
    background-color: #c3d450;
    border-color: #c3d450;
    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.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
    z-index: 1;
}
.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;
    display: inline-block;
}
.popup-redirect:first-child{
    border-right: 1px solid #e5e5e5;
}
.popup-form input{
    -webkit-appearance: none;
}
.popup-form input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}
.popup-form form input[type=checkbox], 
.popup-form form input[type=radio] {
    display: inline-block;
    width: 18px;
    min-width: 18px;
    height: 18px;
    line-height: 1;
    background-color: #eee!important;
    border: 0;
    margin: -3px 4px 0 0!important;
    outline: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}
.popup-form input[type=radio]:checked:before, 
.popup-form input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    line-height: 18px;
    font-family: fontawesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.popup-form input[type=checkbox]:checked:before {
    content: '\f00c';
    color: #c3d450;
}
.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.35s ease-out 0s;
    -webkit-transition: all 0.35s 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 {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 2px;
    border-radius: 50%;
}
a.dm-color.active{
    border: 2px solid #e5e5e5;
    border-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0);
}
.dm-content-color{
    margin-bottom: 35px;
}
#widget_indexdm .dm-content .item-content.active > a{
    border-color: #c3d450;
}
.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: #c3d450;
    border-radius: 0px;
    color: #fff !important;
    top: 250px;
    left: -55px;
    display: block;
    padding: 28px 0 7px;
    z-index: 9999;
    font-size: 12px;
    width: 55px;
    height: 55px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.dm-button.dm-support{
    top: 310px;
    background-position: center -43px;
}
.dm-button.dm-guide{
    top: 370px;
    background-position: center -93px;
}
.dm-button:before {
  content: attr( data-title-close );
  display: inline-block;
}
.dm-button:focus, .dm-button:hover {
  color: #fff;
}
.dm-button i{
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    font-size: 20px;
}
.active .dm-button:before {
  content: attr(data-title);
}
#widget_indexdm {
  background: #fff;
  z-index: 9999;
  width: 380px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -380px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
    text-align: center;
}
#widget_indexdm.active{
    right: 0;
}
#indexdm_img.active{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
}
.img-demo{
    background-position: center top;
    display: none;
}
#widget_indexdm .widget-indexdm-inner {
    overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  left: 15px;
  bottom: 0;
    color: #111;
  right: 0;
    padding-right: 15px;
  top: 0;
}
#widget_indexdm .dm-header {
  text-align: center;
}
#widget_indexdm .dm-header .header-event{
    margin: 15px 0;
    padding-bottom: 15px;
}
#widget_indexdm .dm-header .header-event img{
    margin-bottom: 0;
}
#widget_indexdm .dm-header .header-button > a {
    display: block;
    background-color: #4c5461;
    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: 500;
    text-align: center;
    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: #c3d450;
}
#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;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href{
    background: none;
    padding: 0;
    border: 0;
    border-radius: 0;
}
#widget_indexdm .dm-content .item-content > a  img{
    max-width: 100%;
    vertical-align: top;
    margin-bottom: 0;
}
#widget_indexdm .dm-content .item-content h5{
    font-size: 12px;
    margin-bottom: 15px;
}
#widget_indexdm .dm-content .item-content > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.3s all ease-out;
    -webkit-transition: 0.3s all ease-out;
    background: rgba(0,0,0,0.6);
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href{
    margin-bottom: 15px;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href:before{
    top: 0;
    bottom: auto;
    height: 160px;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href:after{
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    -o-align-self: flex-start;
    top: 60px;
}
#widget_indexdm .dm-content .item-content > a:after {
    content: 'View Demo';
    display: block;
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    -o-align-self: flex-start;
    position: absolute;
    z-index: 5;
    color: #fff;
    opacity: 0;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition: all .3s ease-out 0s;
}
#widget_indexdm .dm-content .item-content > a:hover:after {
    margin-top: 60px;
    opacity: 1;
}
#widget_indexdm .dm-content .item-content > a:hover:before {
    width: 100%;
}
#indexdm_img {
    position: fixed;
    right: 380px;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    z-index: 9998;
    background: rgba( 0,0,0, 0.7 );
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    display: none;
}
#widget_indexdm .dm-content .item-content > a span.new-item{
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 999;
}
#indexdm_img:before {
    content: '';
    background: rgba( 0,0,0, 0.7 );
    display: block;
    position: fixed;
    right: 0;
    left: auto;
    width: 380px;
    top: 0;
    bottom: 0;
}
#indexdm_img > div{
    display: inline-block;
    width: 800px;
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}
#indexdm_img > div.mobile-hover{
    background-size: auto;
}
.dm-scroll-img{
    -webkit-animation: mymove 30s infinite; /* Safari 4.0 - 8.0 */
    -webkit-animation-play-state: running; /* Safari 4.0 - 8.0 */
    animation: mymove 30s infinite;
    animation-play-state: running;
    -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
    animation-delay: 1s;  
}
.dm-scroll-img.pause{
    animation-play-state: paused;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    0% { background-position: center top; }
    50% {background-position: center bottom;}
    100% {background-position: center top;}
}

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

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

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

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

.woocommerce-error, .woocommerce-info, .woocommerce-message{
    border: none;
    border-left: 3px solid #000;
    padding: 18px 30px 18px 65px;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before{
    font-family: "ElegantIcons";
    font-size: 20px;
    top: 16px;
}
.woocommerce-error {
    border-color: #c31d11 !important;
    background: rgba(195, 29, 17, .1);
}
.woocommerce-info {
    border-color: #5aa1e3 !important;
    background: rgba(90, 161, 227, 0.1);
}
.woocommerce-message {
    border-color: #4CAF50 !important;
    background: rgba(76, 175, 80, 0.1);
}
.woocommerce-error::before {
    content: '\e061';
    color: #4CAF50;
}
.woocommerce-info::before {
    content: '\e086';
    color: #5aa1e3;
}
.woocommerce-message::before {
    content: '\e052';
    color: #4CAF50;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
    border-radius: 0px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
    font-size: 16px;
}
.woocommerce-page .cart-collaterals{
    margin-bottom: 0px;
}
.woocommerce-MyAccount-content strong{
    font-weight: 500;
}


/*Custom cart/checkout*/
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{
    float: none;
    width: 100%;
}
.cart-collaterals{
    padding: 30px 30px 20px;
    background: #f9f9f9;
    position: relative;
    margin-bottom: 70px;
}

.woocommerce .cart_totals table.shop_table td,
.woocommerce .cart_totals table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
    padding: 15px 0;
}
.woocommerce table.shop_table{
    border: 0;
    margin-bottom: 50px;
}
table.shop_table .product-name{
    min-width: 200px;
}
.woocommerce-cart .cart-custom .wc-proceed-to-checkout a.checkout-button{
    display: block;
}
.woocommerce table.shop_table th, 
.woocommerce table.shop_table td,
.woocommerce-cart table.cart td, 
.woocommerce-cart table.cart th{
    border: 0;
    padding: 20px 10px;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-cart table.cart td:first-child{
    padding: 20px 0;
}
.woocommerce table.shop_table tr,
.woocommerce-cart table.cart tr{
    border-bottom: 1px solid #e5e5e5;
}
.woocommerce table.shop_table tbody tr:last-child,
.woocommerce-cart table.cart tbody tr:last-child{
    border-bottom: 0;
}
#order_review:after,
#order_review:before,
.order-custom:after,
.order-custom:before,
.cart-collaterals:after,
.cart-collaterals:before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: transparent;
    background-size: 15px 15px;
    background-image: radial-gradient(farthest-side,rgba(0,0,0,0) 6px,#f8f8f8 0);
    top: -10px;
    background-position: -3px -5px,0 0;
}
#order_review:after,
.order-custom:after,
.cart-collaterals:after{
    top: inherit;
    bottom: -10px;
    background-position: -3px 2px,0 0;
}
.cart-subtotal .amount,
.order-total .amount,
.product-subtotal .amount{
    color: #c3d450;
    font-weight: 700;
    font-size: 14px;
}
.woocommerce-cart-form .product-price > span, 
.woocommerce-cart-form .product-price ins,
.cart-subtotal .amount{
    font-weight: normal;
}
.woocommerce .checkout-custom .col2-set .col-1, 
.woocommerce-page .checkout-custom .col2-set .col-2{
    float: none;
    width: 100%;
}
.woocommerce form .form-row .input-text, 
.woocommerce-page form .form-row .input-text{
    padding: 10px 20px;
}
.select2-container--default .select2-selection--single{
    border-radius: 0px;
}
.cart_totals h2,
#order_review_heading,
#ship-to-different-address{
    font-size: 24px;
    font-weight: 500;
}
#ship-to-different-address > label{
    margin: 0;
    padding-left: 22px;
}
#ship-to-different-address-checkbox{
    width: 16px;
    height: 16px;
    vertical-align: top;
    top: 1px;
}
.woocommerce form .form-row .input-checkbox {
    position: static;
}
.order-custom{
    padding: 30px 30px 20px;
    background: #f9f9f9;
    position: relative;
    margin-bottom: 70px;
}
.woocommerce-checkout{
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods{
    border: 0;
    padding: 0;
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment{
    background: transparent;
    border: 0;
}
.woocommerce-billing-fields input[type="tel"]{
    border-radius: 0px;
}
.checkout-custom .col2-set{
    margin-bottom: 0;
}
.col2-set{
    margin-bottom: 35px;
}
#order_review{
    padding: 30px 30px 20px;
    background: #f9f9f9;
    position: relative;
    margin-top: 25px;
}
.order-custom #order_review{
    padding: 0;
}
.order-custom #order_review:before,
.order-custom #order_review:after{
    display: none;
}
.order-custom #order_review_heading{
    margin-bottom: 0;
}
.checkout-custom .woocommerce-billing-fields{
    margin-bottom: 35px;
}
.order-table-wrap{
    padding: 0 20px 10px;
    background: #fff;
    margin-bottom: 35px;
}
.order-custom .order-table-wrap{
    margin-top: 25px;
}
.woocommerce .order-table-wrap table.shop_table{
    margin-bottom: 0;
}
.woocommerce .order-table-wrap table.shop_table tfoot tr:last-child{
    border-bottom: 0;
}
.woocommerce-checkout #payment div.form-row.place-order{
    border-top: 1px solid #e5e5e5;
    padding: 30px 0 0;
    margin-top: 20px;
}
.order-custom #place_order{
    display: block;
    width: 100%;
    float: none;
}
ul.payment_methods li input.input-radio{
    position: relative;
    top: 1px;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box{
    background: #f6f6f6;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before{
    border-bottom-color: #f6f6f6;
}
.woocommerce .shipping-calculator-form button.button{
    display: block;
    width: 100%;
}
#customer_login > div > h2,
.woocommerce-account .addresses .title h3,
.woocommerce-billing-fields > h3{
    font-size: 24px;
    font-weight: 500;
}
.edit-account legend{
    font-size: 24px;
    font-weight: 500;
    color: #4c5461;
    border: none;
    padding: 20px 0 0;
    margin-bottom: 10px;
}
.edit-account .form-row span em{
    color: #999;
    margin-top: 5px;
    display: block;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
    border: 1px solid #e5e5e5;
}


/*Them Custom Csss*/

.flex {
    display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
}

.flex-justify-center {
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-align-middle {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.flex-align-top {
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
}

.flex-align-bottom {
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    align-items: flex-end;
}

.flex-align-start {
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-align-end {
    -ms-flex-align: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

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

.order-1 {
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
}

.order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

.flex-between {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-start {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.pore {
    position: relative;
}

.overlay-bg::before {
    content: "";
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.parallax-bg {
    background-size: cover;
    background-attachment: fixed;
}

.overflow-visible{
    overflow: visible !important;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.f-width {
    width: 100%
}

.mb5 {
    margin-bottom: 5px;
}

.mt5 {
    margin-top: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mt15 {
    margin-top: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mt25 {
    margin-top: 25px;
}

.mbs30 {
    margin-bottom: -30px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt40 {
    margin-top: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mt45 {
    margin-top: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt50 {
    margin-top: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt60 {
    margin-top: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mt70 {
    margin-top: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mt80 {
    margin-top: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mt90 {
    margin-top: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt100 {
    margin-top: 100px;
}

.mb120 {
    margin-bottom: 120px;
}

.mt120 {
    margin-top: 120px;
}

.mb130 {
    margin-bottom: 130px;
}

.mt130 {
    margin-top: 130px;
}

.mb145 {
    margin-bottom: 145px;
}

.mt145 {
    margin-top: 145px;
}

.mb150 {
    margin-bottom: 150px;
}

.mt150 {
    margin-top: 150px;
}

.pt50 {
    padding-top: 50px;
}

.pb50 {
    padding-bottom: 50px;
}
.pt60 {
    padding-top: 60px;
}

.pb60 {
    padding-bottom: 60px;
}
.pt70 {
    padding-top: 70px;
}

.pb70 {
    padding-bottom: 70px;
}

.pt100 {
    padding-top: 100px;
}

.pb100 {
    padding-bottom: 100px;
}

.color2 {
    color: #4c5461;
}

.bg2 {
    background-color: #4c5461;
}
label{
    font-weight: 500;
}
/*Animate*/
@-webkit-keyframes wp-rotate {
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) }
}
@keyframes wp-rotate {
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) }
}
@-webkit-keyframes wp-fadeIn {
    from { opacity: 0 }
    to { opacity: 1 }
}
@keyframes wp-fadeIn {
    from { opacity: 0 }
    to { opacity: 1 }
}
@-webkit-keyframes wp-fadeOut {
    from { opacity: 1 }
    to { opacity: 0 }
}
@keyframes wp-fadeOut {
    from { opacity: 1 }
    to { opacity: 0 }
}
@-webkit-keyframes wp-ZoomIn {
    from { -webkit-transform: scale(.7); transform: scale(.7) }
    to { -webkit-transform: none; transform: none }
}
@keyframes wp-ZoomIn {
    from { -webkit-transform: scale(.7); transform: scale(.7) }
    to { -webkit-transform: none; transform: none }
}
@-webkit-keyframes wp-RotateZ {
    from { -webkit-transform: matrix3d(.70592, .02465, .37557, -.00062, -.06052, .79532, .06156, -.0001, -.46435, -.10342, .87958, -.00146, -21.42566, 4.13698, 4.81749, .99197085); transform: matrix3d(.70592, .02465, .37557, -.00062, -.06052, .79532, .06156, -.0001, -.46435, -.10342, .87958, -.00146, -21.42566, 4.13698, 4.81749, .99197085) }
    to { -webkit-transform: none; transform: none }
}
@keyframes wp-RotateZ {
    from { -webkit-transform: matrix3d(.70592, .02465, .37557, -.00062, -.06052, .79532, .06156, -.0001, -.46435, -.10342, .87958, -.00146, -21.42566, 4.13698, 4.81749, .99197085); transform: matrix3d(.70592, .02465, .37557, -.00062, -.06052, .79532, .06156, -.0001, -.46435, -.10342, .87958, -.00146, -21.42566, 4.13698, 4.81749, .99197085) }
    to { -webkit-transform: none; transform: none }
}
@-webkit-keyframes wp-Sonar {
    0% { opacity: 0; -webkit-transform: scale(.2); transform: scale(.2) }
    50% { opacity: .8 }
    100% { opacity: 0; -webkit-transform: scale(1); transform: scale(1) }
}
@keyframes wp-Sonar {
    0% { opacity: 0; -webkit-transform: scale(.2); transform: scale(.2) }
    50% { opacity: .8 }
    100% { opacity: 0; -webkit-transform: scale(1); transform: scale(1) }
}
@-webkit-keyframes wp-Pulse {
    0%, 100% { -webkit-transform: scale(1); transform: scale(1) }
    50% { -webkit-transform: scale(1.2); transform: scale(1.2) }
}
@keyframes wp-Pulse {
    0%, 100% { -webkit-transform: scale(1); transform: scale(1) }
    50% { -webkit-transform: scale(1.2); transform: scale(1.2) }
}
.readmore,
.button,
a.button,
input.button,
button.button {
    font-size: 16px;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    background: #c3d450;
    color: #fff !important;
    font-weight: 500;
    border: none;
}

.button:hover,
a.button:hover,
input.button:hover,
button.button:hover {
    background: #4c5461;
}

.readmore {
  display: inline-block;
}
.readmore:after{
    content: "\f101";
    font-family: FontAwesome;
    margin-left: 8px;
}

/* Style default*/

p{
    margin-bottom: 20px;
}
h1,h2,h3,h4,h5,h6 { 
    color: #4c5461;
}

input[type="email"],
input[type="number"],
input[type="search"],
textarea,
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"]{ 
    border: 1px solid #eee;
    padding: 0 20px;
    line-height: 38px;
}

.content-sidebar-left {
    padding-left: 35px;
    padding-right: 15px;
}

.content-sidebar-right {
    padding-left: 15px;
    padding-right: 35px;
}



/*Blog Css*/
.inner-single-content {
    max-width: 900px;
    margin: auto;
    padding: 0px;
}
.post-gallery .owl-carousel .owl-nav button.owl-prev {
  left: 30px;
}
.post-gallery .owl-carousel .owl-nav button.owl-next {
  right: 30px;
}
.post-gallery .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
}
.post-gallery .owl-theme .owl-dots .owl-dot span{
    margin: 0 3px;
    height: auto;
    width: auto;
    background: transparent;
}
.post-gallery .owl-theme .owl-dots .owl-dot span:before{
    content: '\5c';
    font-family: "ElegantIcons";
    font-size: 20px;
    color: #fff;
}
.post-gallery .owl-theme .owl-dots .owl-dot.active span:before{
    color: #c3d450;
}
.content-single-blog .single-date{
    margin-bottom: 6px;
}
.content-single-blog h2.title30{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 11px;
}
.content-single-blog .post-meta-data {
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.content-wrap > p{
    color: #555;
    margin-bottom: 20px;
}
.content-wrap > p:last-child{
    margin-bottom: 0px;
}
.content-wrap blockquote{
    font-size: 16px;
    color: #4c5461;
    font-family: 'Noto Serif';
    font-weight: 700;
    font-style: italic;
    border: none;
    position: relative;
    padding: 8px 0 8px 70px;
}
.content-wrap blockquote:before{
    content: "\f10d";
    font-size: 24px;
    font-family: fontawesome;
    color: #c3d450;
    font-style: normal;
    position: absolute;
    left: 27px;
    top: 0;
}
.detail-content-wrap .single-img-box {
    margin-bottom: 26px;
}



.single-tags{
    border: 1px solid #eee;
    font-size: 14px;
    font-style: italic;
    color: #999;
    margin: 40px 0 10px;
    min-height: 40px;
}
.single-tags i.fa{
    position: absolute;
    font-size: 16px;
    color: #fff;
    margin: -1px;
    background: #4c5461;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.single-tags .list-tags{
    padding-left: 60px;
    margin-top: 8px;
}
.single-tags a:hover{
    color: #c3d450;
}
.st-wrap{
    margin-bottom: 40px;
}
.single-list-social{
    border: 1px solid #eee;
}
.single-list-social span.number{
    display: none;
}
.single-list-social .share-icon{
    background: transparent;
    color: #999;
    font-size: 14px;
}
.single-list-social .share-icon.total-share{
    color: #fff;
}
.single-list-social .share-icon:hover{
    color: #c3d450;
}
.single-list-social ul li.icon-total-social{
    background: #c3d450;
    margin-right: 7px;
}
.single-list-social ul li.icon-total-social span{
    transform: none;
}
.single-list-social ul li.icon-total-social i{
    color: #fff;
}
.single-list-social ul li{
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    margin: -1px;
}







.list-col-item:last-child .item-post, 
.blog-list-view .list-col-item:last-child .item-post{

}

.item-post-grid{
    position: relative;
    background: #fff;
    padding: 20px;
    border: 1px solid #d6d6d6;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;

}
.item-post-grid a.post-link{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.item-post-grid:hover{
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.12);
    border-color: #c3d450;
}
.item-post-grid2:hover{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.item-post-grid .post-info{
    padding: 15px 15px 30px;
}

.item-post-grid .post-info .post-title{
    position: relative;
    margin: 17px 0 19px;
    line-height: 24px;
}

.item-post-grid .post-info .desc{
    margin-bottom: 26px;
}
.item-post-grid .post-info .post-author{
    position: relative;
}
.item-post-grid .post-info .post-author img{
    border-radius: 50%;
    width: auto;
    display: inline-block;
}
.item-post-grid .post-info .post-author a.color{
    color: #c3d450;
    margin: 0 10px;
    text-transform: capitalize;
}

.item-post-grid2{
    padding: 0;
}
.item-post-grid2 .post-info{
    padding: 34px 0;
    padding-right: 30px;
}
.item-post-grid2 .post-info .post-title{
    margin: 26px 0 10px;
    max-height: 56px;
    line-height: 28px;
    overflow: hidden;
}
.item-post-grid2 .post-info .post-meta-data{
    margin-bottom: 24px;
}
.item-post-grid2 .post-info .desc{
    margin-bottom: 39px;
}
.item-post-grid3{
    position: relative;
    overflow: hidden;
    border: 1px solid #d6d6d6;
}
.item-post-grid3 .post-info{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    padding: 44px 40px 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.item-post-grid3:hover{
    border-color: #c3d450;
}
.item-post-grid3:hover .post-info{
    opacity: 1;
    visibility: visible;
}
.item-post-grid3 .post-info p.title14 {
    margin-bottom: 19px;
}
.item-post-grid3 .post-info h3.title20{
    margin-bottom: 45px;
    height: 45px;
    overflow: hidden;
}
.item-post-grid3 .post-info .desc{
    max-height: 72px;
    overflow: hidden;
}







.widget ul.widget-socials{
    margin: 0 -5px -10px;
}
ul.widget-socials li{
    position: relative;
    display: inline-block;
    margin: 0 5px 10px; 
    border: none;
    padding: 0;
}
ul.widget-socials li a{
    border: 0;
    padding: 0;
}
ul.widget-socials li:last-child{
    margin-right: 0px;
}
ul.widget-socials li span{
    color: #fff;
    background-color: #c3d450;
    height: 37px;
    width: 37px;
    line-height: 37px;
    text-align: center;
    border-radius: 5px;
}
ul.widget-socials li span[class*="facebook"]{
    background: #3c5a9a;
}
ul.widget-socials li span[class*="twitter"]{
    background: #21c2f8;
}
ul.widget-socials li span[class*="pinterest"]{
    background: #c9232d;
}
ul.widget-socials li span[class*="dribbble"]{
    background: #f874a4;
}
ul.widget-socials li span[class*="rss"]{
    background: #f08421;
}
ul.widget-socials li span[class*="instagram"]{
    background: #9c84b6;
}
ul.widget-socials li span:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
ul.widget-socials li:hover span:after{
    opacity: .3;
}

/*Shop Page*/
.list-product-wrap {
    margin: 0 -10px;
}
.product-grid-view .list-product-wrap{
    margin-bottom: -10px;
}
.product-list-view .list-product-wrap{
    margin: 0 -15px;
}
.list-product-wrap .list-col-item{
    padding: 0 10px;
}
.product-grid-view .item-product {
    margin-bottom: 60px;
}
.product-grid-view .item-product-list{
    margin-left: -5px;
    margin-right: -5px;
}
.list-product-wrap .list-col-item{
    opacity: 0;
    visibility: hidden;
    -webkit-animation: wp-fadeIn .35s;
    animation: wp-fadeIn .35s;
}
.list-product-wrap:not(.js_animated) .list-col-item,
.list-product-wrap .list-col-item.animated {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -ms-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
}

.item-product-grid {
    position: relative;
    margin-bottom: 30px;
    padding: 1px;
    background: #fff;
}
.item-product-grid:before{
    content: "";
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #eee;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.item-product-grid:hover:before{
    bottom: -45px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.item-product-grid:hover .product-info {
    -webkit-transform: translate(0, 45px);
    -moz-transform: translate(0, 45px);
    -ms-transform: translate(0, 45px);
    -o-transform: translate(0, 45px);
    transform: translate(0, 45px);
    overflow: visible;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}
.item-product-grid:hover .product-extra-link{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.item-product-grid .product-extra-link{
    margin-top: -46px;
    background-color: #c3d450;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}
.item-product-grid .product-info {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #eee;
    padding: 20px 0 23px;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.item-product-grid .product-fade {
    position: relative;
    margin: 14px 0 5px;
}
.item-product-grid .wrap-rating{
    margin: 0 !important;
}
.item-product-grid .product-fade .cat-parent{
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    text-transform: uppercase;
    color: #888;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.item-product-grid:hover .product-fade .cat-parent {
    opacity: 1;
    visibility: visible;
}
.item-product-grid .product-fade .cat-parent:hover {
    color: #c3d450;
}
.item-product-grid .product-fade .wrap-rating {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    margin: 0;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.item-product-grid:hover .product-fade .wrap-rating {
    opacity: 0;
    visibility: hidden;
}
.item-product-grid .product-fade .wrap-rating .product-rate{
    margin: auto;
}

.item-product-grid .product-title {
    margin: 0 0 3px;
}
.item-product-grid .product-price{
    margin: 7px -2px 0;
}
.product-sku{
    font-size: 12px;
    color: #4c5461;
    text-transform: uppercase;
}
@-webkit-keyframes flashlike {
    0% { color: none; }
    30% { color: #E91E63; }
    100% { color: none; }
}
@-moz-keyframes flashlike {
    0% { color: none; }
    30% { color: #ffff00; }
    100% { color: none; }
}
@-ms-keyframes flashlike {
    0% { color: none; }
    30% { color: #ffff00; }
    100% { color: none; }
}

.item-product-grid .product-extra-link ul{
    margin: 0!important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.item-product-grid .product-extra-link ul li{
    position: relative;
    margin: 0 7px;
}
.item-product-grid .product-extra-link ul li:empty{
    display: none !important;
}
.woocommerce .item-product-grid a.button.addcart-link,
.product-extra-link ul li a{
    background: transparent;
    font-size: 0;
    color: #fff;
    border: 0;
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
}
.woocommerce .item-product-grid a.button.addcart-link:hover,
.product-extra-link ul li a:hover{
    background: transparent;
    color: #c3d450;
}
.product-extra-link ul li a:before{
    font-family: 'ElegantIcons';
    padding: 0;
    border: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    color: #fff;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.product-extra-link ul li a:hover:after,
.product-extra-link ul li a:hover:before{
    color: #4c5461;
}
.product-extra-link ul li a.quickview-link:before{
    content: '\31';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.product-extra-link ul li a.wishlist-link:before{
    content: '\e030';
    font-size: 24px;
}
.product-extra-link ul li a.wishlist-link.added:before{
    content: '\e089';
    animation: flashlike 1.35s ease-out;
}
.product-extra-link ul li a.compare-link:before{
    content: '\66';
    line-height: 48px;
}
.product-extra-link ul li a.compare-link .blockUI{
    display: none !important;
}

.product-extra-link ul li a.addcart-link:before{
    content: '\e015';
    font-size: 24px;
}
.product-extra-link ul li a.addcart-link.checked:before{
    content: '\52';
}
.product-extra-link ul li a.loading{
    pointer-events: none;
}
.product-extra-link ul li a.loading:before{
    -webkit-animation: fa-spin .35s infinite steps(20) !important;
    animation: fa-spin .35s infinite steps(20) !important;
    content: "" !important;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    border-left-color: #4c5461;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    transition: none;
}
.tooltiptext {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    font-size: 14px;
    width: auto;
    white-space: nowrap;
    background-color: #4c5461;
    color: #fff;
    text-align: center;
    padding: 0 12px;
    height: 25px;
    line-height: 25px;
    bottom: 100%;
    left: 50%;
    margin-left: -16px;
    border-radius: 3px;
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    -o-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 25px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #4c5461;
}
.product-extra-link ul li:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.product-extra-link ul li:nth-child(3n) .tooltiptext{
    margin-left: -6px;
}
.product-extra-link ul li:nth-child(4n) .tooltiptext{
    margin-left: -12px;
}

.product-list-view .item-product-list {
  margin-bottom: 50px;
}
.product-grid-view .item-product-list .row, 
.product-list-view .item-product-list .row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
}
.product-grid-view .item-product-list div[class^="col"], 
.product-list-view .item-product-list div[class^="col"] {
  border: 1px solid #eee;
}
.product-grid-view .item-product-list div[class^="col"]:first-child, 
.product-list-view .item-product-list div[class^="col"]:first-child {
  border-right: none;
  padding: 0;
}
.product-grid-view div.product:last-child .item-product-list,
.product-list-view div.product:last-child .item-product {
  margin-bottom: 50px;
}

/*Shop list*/
.item-product-list div[class^="col"] {
    position: relative;
    overflow: hidden;
}
.item-product-list .product-thumb{
    position: static;
}
.item-product-list .product-thumb-link {
    border: none;
}
.item-product-list .product-info {
    padding: 20px 15px 30px;
}
.item-product-list .product-fade {
    position: relative;
    margin: 0 0 8px;
}
.item-product-list .wrap-rating{
    margin: 0 !important;
}
.item-product-list .product-fade .cat-parent{
    opacity: 0;
    visibility: hidden;
    line-height: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #888;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.item-product-list:hover .product-fade .cat-parent {
    opacity: 1;
    visibility: visible;
}
.item-product-list .product-fade .cat-parent:hover {
    color: #c3d450;
}
.item-product-list .product-fade .wrap-rating {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    margin: 0;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.item-product-list:hover .product-fade .wrap-rating {
    opacity: 0;
    visibility: hidden;
}
.item-product-list .product-price {
    margin-bottom: 15px;
}
.item-product-list .desc{
    margin-bottom: 23px;
}
.item-product-list .wishlist-link:before,
.item-product-list .wishlist-link {
    background: #c2d450;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px !important;
}
.item-product-list .wishlist-link i{
    display: none;
}
.woocommerce .item-product-list a.addcart-link {
    padding: 0 30px;
}
.item-product-list .quickview-link i{
    display: none;
}
.item-product-list .quickview-link{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.item-product-list .quickview-link:before {
    content: '\31';
    font-family: 'ElegantIcons';
    padding: 0;
    border: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #c3d450;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.woocommerce .item-product-list .wishlist-link:hover:before,
.woocommerce .item-product-list .quickview-link:hover:before,
.woocommerce .item-product-list a.addcart-link:hover {
   background-color: #4c5461;
   color: #fff;
}
.item-product-list .product-extra-link .inline-block{
    margin: 0 0 0 6px !important;
}





/*Product Page*/
.detail-info .wrap-rating{
    display: inline-block;
    margin-bottom: 0px;
    line-height: 14px;
}
.woocommerce div.product .woocommerce-product-rating{
    margin: -7px 0 12px;
}
.detail-info .woocommerce-review-link{
    font-size: 14px;
    color: #999;
    margin: 0 5px;
}
.detail-info .woocommerce-review-link:hover{
    color: #c3d450;
}
.detail-info .product-rate{
}
.detail-info .product-rating {
}
.detail-info .product_title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
}
.stock-status{
    margin: 30px 0 8px;
}
.stock-status *,
.stock-status label{
    font-weight: 500;
}
.stock-status label{
    color: #4c5461;
}
.stock-status .instock{
    color: #c3d450;
}
.stock-status .outofstock{
    color: #c50000;
}
.stock-status .onbackorder{
   color: #eeca00
}
.detail-info .woocommerce-product-details__short-description {
    color: #999;
    margin: 0 0 26px;
}
.detail-info .product-desc p:last-child{
    margin-bottom: 0px;
}
.detail-info .product-price > span,
.detail-info .product-price ins{
    font-size: 24px;
}
.detail-info .product-price del{
    font-size: 18px;
}
.detail-info .wishlist-link{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background-color: #c3d450;
    color: #fff;
    padding: 0;
    font-size: 18px;
}
.detail-info .wishlist-link:hover{
    background-color: #4c5461;
}
.yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-wishlistaddedbrowse{
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-wishlistaddedbrowse a{
    font-size: 0;
}
.yith-wcwl-wishlistexistsbrowse *,
.yith-wcwl-wishlistaddedbrowse *{
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.yith-wcwl-wishlistexistsbrowse a:before,
.yith-wcwl-wishlistaddedbrowse a:before {
    content: '\e089';
    font-family: 'ElegantIcons';
    display: block;
    font-size: 18px;
    background-color: #c3d450;
    color: #fff;
}
.yith-wcwl-wishlistexistsbrowse a:hover:before,
.yith-wcwl-wishlistaddedbrowse a:hover:before {
    background-color: #4c5461;
}
.yith-wcwl-wishlistexistsbrowse span.feedback, 
.yith-wcwl-wishlistaddedbrowse span.feedback{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    font-size: 14px;
    width: auto;
    white-space: nowrap;
    background-color: #4c5461;
    color: #fff;
    text-align: center;
    padding: 0 12px;
    height: 25px;
    line-height: 25px;
    top: -45px;
    left: 50%;
    border-radius: 3px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.yith-wcwl-wishlistexistsbrowse span.feedback:after, 
.yith-wcwl-wishlistaddedbrowse span.feedback:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #4c5461;
}
.yith-wcwl-wishlistexistsbrowse:hover span.feedback,
.yith-wcwl-wishlistaddedbrowse:hover span.feedback{
    visibility: visible;
    opacity: 1;
    top: -35px;
}
.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;
}
.single_add_to_cart_button,
.woocommerce div.product form.cart .button.single_add_to_cart_button {
    color: #fff;
    font-weight: 500;
    margin: 0 20px;
    float: none;
    letter-spacing: 1px;
    padding: 0 36px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.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[style="visibility: visible; display: inline;"] {
    display: block !important;
}
.woocommerce div.product form.cart .reset_variations {
    color: #4c5461;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}
.woocommerce div.product form.cart .reset_variations:before{
    content: "\f014";
    font-family: 'fontawesome';
    margin: 0 3px;
}
.woocommerce div.product form.cart .reset_variations:hover{
    color: #c3d450;
}

.yith-wcwl-add-to-wishlist,
.detail-info .compare.button, 
.detail-info .yith-wcwl-add-to-wishlist{
    display: none;
    margin: 0;
}
.detail-info form.cart .yith-wcwl-add-to-wishlist{
    display: inline-block;
}
.detail-info .yith-wcwl-add-button > a i{
    margin: 0;
}
.detail-info .single-list-social{
    float: left;
    width: 100%;
    border: none;
    margin-bottom: 30px;
}
.detail-info .single-list-social ul li.icon-total-social{
    display: none;
}
.detail-info .single-list-social ul{
    margin: 0 -5px -10px;
}
.detail-info .single-list-social ul li {
    height: 37px;
    line-height: 37px;
    width: 37px;
    text-align: center;
    margin: 0 5px 10px;
}
.detail-info .single-list-social .share-icon{
    border-radius: 5px;
    display: block;
    color: #fff !important;
    background: #d6d6d6;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.detail-info .single-list-social .share-icon:hover{
    background-color: #c3d450;
}
.detail-gallery .product-label{
    position: absolute;
    top: 29px;
    right: 29px;
    left: 29px;
    z-index: 11;
}
.detail-gallery .product-label span{
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
}
.detail-gallery .product-label span.new{
    float: right;
}
.detail-gallery .product-label span.sale{
    float: left;
}

.detail-tab-desc p:last-child{
    margin-bottom: 0px;
}
.detail-tab-desc h3.title16{
    margin-bottom: 16px;
}
.detail-tab-desc .desc{
    margin-bottom: 20px;
}
.detail-tab-desc .desc-2n{
    margin-bottom: 34px;
}
.detail-tab-desc .desc-3n{
    margin-top: 24px;
}
.detail-tab-desc ul.single-product-list{
    margin: 20px 0;
}
.detail-tab-desc ul.single-product-list li{
    margin-bottom: 10px;
}
.detail-tab-desc ul.single-product-list li:last-child{
    margin-bottom: 0px;
}
.detail-tab-desc ul.single-product-list li::before {
    content: "\f0da";
    font-family: 'fontawesome';
    color: #c3d450;
    margin-right: 19px;
}
.related-product .owl-carousel .owl-nav button.owl-prev{
    left: -65px;
}
.related-product .owl-carousel .owl-nav button.owl-next{
    right: -65px;
}
.product-banner{
    box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
}
.product-banner:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}
.product-banner .banner-info{
    bottom: auto;
    left: 70px;
    right: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);   
}
.banner-info p:last-child{
    margin-bottom: 0px;
}
.product-banner .banner-info h3.title45{
    margin-bottom: 10px;
}
.product-banner .banner-info h3.title36{
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 6px 0 40px;
    padding: 11px 0;
}
.product-banner .banner-info .price{
    margin-bottom: 34px;
}
.woocommerce .detail-tabs table.shop_attributes{
    margin-bottom: 0px;
}
.woocommerce table.shop_attributes td{
   padding: 10px;
    border-bottom: 1px solid #eee; 
}
.woocommerce table.shop_attributes th {
    font-weight: 500;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.woocommerce table.shop_attributes td p{
    padding: 0;
}
.woocommerce table.shop_attributes{
    border-top: 1px solid #eee;
}



/*ATC-WhistList-Compare-Cart-Myacount*/
.woocommerce-cart-form .shop_table.cart tbody .product-remove a, 
.wishlist_table tbody .product-remove a,
.woocommerce .product-remove a.remove,
.product-remove a.remove  {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    position: relative;
    background: #c50000;
}
.woocommerce-cart-form .shop_table.cart tbody .product-remove a::before, 
.woocommerce-cart-form .shop_table.cart tbody .product-remove a::after, 
.wishlist_table tbody .product-remove a::before, 
.wishlist_table tbody .product-remove a::after,
.product-remove a.remove::before,
.product-remove a.remove::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    width: 8px;
    height: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.woocommerce-cart-form .shop_table.cart tbody .product-remove a:not(:hover)::before, 
.wishlist_table tbody .product-remove a:not(:hover)::before,
.product-remove a.remove:not(:hover)::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.woocommerce-cart-form .shop_table.cart tbody .product-remove a:not(:hover)::after, 
.wishlist_table tbody .product-remove a:not(:hover)::after,
.product-remove a.remove:not(:hover)::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cboxMiddleRight,
#cboxMiddleLeft,
#cboxBottomRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight{
    background: none;
    width: auto;
}
#cboxLoadedContent{
    margin: 0;
}
#cboxOverlay {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.6);
}
#cboxClose{
    bottom: -28px;
    width: 24px;
    height: 24px;
    background-position: initial;
    background: url(../image/close.png);
}
#cboxClose:hover {
    background-position: initial;
}

.blockUI.blockOverlay{}
.blockUI.blockOverlay::before, 
.woocommerce .blockUI.blockOverlay::before {
    background: transparent;
}






/*Contact*/
.contact-top{
    margin-bottom: 93px;
}
.contact-box-left {
    padding-right: 65px;
}
.contact-info-box {
    margin-top: -8px;
}

.contact-info-box ul li.desc {
    line-height: 30px;
    margin-bottom: 32px;
}

.contact-info-box ul li {
    margin-bottom: 35px;
}
.contact-info-box ul li a{
    color: #999;
}
.contact-info-box ul li a:hover{
    color: #c3d450;
}
.contact-info-box ul li:last-child {
    margin-bottom: 0px;
}

.contact-info-box ul li strong {
    display: block;
    margin-bottom: 6px;
}
/*About*/
.about-box h2.wpb_heading,
.about-box .vc_tta-container > h2{
    font-weight: 700;
    font-family: 'Noto serif';
    font-size: 30px;
    margin: 0 0 42px;
}
body.wpb-js-composer .vc_tta.cus_accordion .vc_tta-panel .vc_tta-panel-body, 
body.wpb-js-composer .vc_tta.cus_accordion .vc_tta-panel .vc_tta-panel-heading{
    border-radius: 0px;
    border-color: #eeeeee;
}
body.wpb-js-composer .vc_tta.cus_accordion .vc_tta-panel .vc_tta-panel-heading:focus, 
body.wpb-js-composer .vc_tta.cus_accordion .vc_tta-panel .vc_tta-panel-heading:hover,
body.wpb-js-composer .vc_tta.cus_accordion .vc_tta-panel .vc_tta-panel-heading {
    background-color: #f5f6f9;
}
body.wpb-js-composer .vc_tta.cus_accordion .vc_tta-panel.vc_active .vc_tta-panel-body,
body.wpb-js-composer .vc_tta.cus_accordion .vc_tta-panel.vc_active .vc_tta-panel-heading{
    position: relative;
    z-index: 1;
    background: #fff;
    border-color: #c2d450;
}
body.wpb-js-composer .vc_tta.cus_accordion .vc_tta-panel.vc_active .vc_tta-panel-body{
    padding: 32px 30px 30px;
}
body.wpb-js-composer .vc_tta.cus_accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a,
body.wpb-js-composer .vc_tta.cus_accordion .vc_tta-panel .vc_tta-panel-title>a{
    font-size: 16px;
    color: #999;
    font-weight: 500;
    padding-top: 11px;
    padding-bottom: 11px;
}
body.wpb-js-composer .vc_tta.cus_accordion .vc_tta-panel .vc_tta-controls-icon{
    right: -1px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-style: normal;
}
body.wpb-js-composer .vc_tta.cus_accordion .vc_tta-panel.vc_active .vc_tta-controls-icon{
    background: #f5f6f9;
}
body.wpb-js-composer .vc_tta.cus_accordion .vc_tta-panel .vc_tta-controls-icon:after{
    display: none;
}
body.wpb-js-composer .vc_tta.cus_accordion .vc_tta-panel .vc_tta-controls-icon:before{
    content: '\4c';
    font-family: "ElegantIcons";
    position: static;
    transform: none;
    font-size: 18px;
    color: #999;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
    border: 1px solid #eee;
}
body.wpb-js-composer .vc_tta.cus_accordion .vc_tta-panel.vc_active .vc_tta-controls-icon:before{
    content: '\4b';
    border-color: #c1d450;
}
.content-acd img{
    border: 2px solid rgb(255, 255, 255);
    background-color: rgb(245, 246, 249);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.12);
    float: left;
    width: 90px;
    height: 90px;
    margin-right: 30px;
}
.cus_progress_bar.vc_progress_bar .vc_single_bar{
    margin: 73px 0 -13px;
    border: 1px solid #eee;
    border-radius: 0px;
    box-shadow: none;
    height: 15px;
}
.cus_progress_bar.vc_progress_bar .vc_single_bar .vc_label{
    padding: 0;
    font-weight: 500;
    color: #999999;
    top: -37px;
    width: 100%;
}
.cus_progress_bar.vc_progress_bar .vc_single_bar .vc_label .vc_label_units{
    font-weight: normal;
    float: right;
}
.cus_progress_bar.vc_progress_bar .vc_single_bar .vc_bar{
    border-radius: 0px;
    top: 2px;
    height: 9px;
    left: 2px;
    right: 2px;
    background: #c2d450;
}
.video-wrap {

}
.banner-video{
    position: relative;
    background: #fff;
}
.banner-video video{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

@-webkit-keyframes pulse-shadow {
    0% { box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5); }
    50% { box-shadow: 0 0 0 17px rgba(255, 255, 255, 0.2); }
    100% { box-shadow: 0 0 0 35px rgba(255, 255, 255, 0); }
}
@keyframes pulse-shadow {
    0% { box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5); }
    50% { box-shadow: 0 0 0 17px rgba(255, 255, 255, 0.2); }
    100% { box-shadow: 0 0 0 35px rgba(255, 255, 255, 0); }
}
.video-button{
    position: absolute;
    height: 90px;
    width: 90px;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    z-index: 1;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
    -webkit-animation: pulse-shadow 2s ease-out infinite;
    animation: pulse-shadow 2s ease-out infinite;
}
.icon-play{
    position: relative;
    top: 25px;
    display: block;
    margin: auto;
    box-sizing: border-box;
    width: 0;
    height: 40px;
    border-color: transparent transparent transparent #c3d450;
    cursor: pointer;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.active .icon-play{
    border-style: double;
    border-width: 0px 0 0px 30px;
}
.video-button.active{
    opacity: 0;
    visibility: hidden;
}
.video-button,
.banner-video:hover .video-button{
    visibility: visible;
    opacity: 1;
}
.vc_section.about-box-wrap{
    background: #f5f6f9;
    overflow: visible !important;
}
.about-box .banner-video{
    padding: 30px;
    margin: -330px 0 75px;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.12);
}
.about-box-top{
    margin-bottom: 375px;
}
.about-box .banner-video video{
}
.about-box .content-title{
    margin-bottom: 56px;
}
.about-box h3.title30 {
    margin-bottom: 17px;
}




/*HSlider*/


.owl-theme .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 42px;
}
.owl-theme .owl-dots .owl-dot{
    height: auto;
}
.banner-slider2 .owl-theme .owl-dots{
    bottom: 102px;
}
.owl-theme .owl-dots .owl-dot span {
    position: relative;
    width: auto;
    height: auto;
    line-height: normal;
    margin: 0 3px;
    background: transparent;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
    background: transparent;
}
.owl-theme .owl-dots .owl-dot span::before {
    content: '\5c';
    font-family: "ElegantIcons";
    font-size: 20px;
    color: #888;
}
.owl-theme .owl-dots .owl-dot.active span::before{
    color: #fff;
}
.tabs-block .owl-theme .owl-dots .owl-dot span::before {
    color: #d6d6d6;
}

.tabs-block .owl-theme .owl-dots .owl-dot.active span::before{
    color: #c3d450;
}
.banner-slider .owl-carousel .owl-nav button{
}
.banner-slider .owl-carousel .owl-nav button:hover{
    background: #c3d450;
}
.item-slider.slider1:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .25);
}
.item-slider.slider1 h3.title72{
    max-width: 590px;
    line-height: 72px;
    margin-bottom: 33px;
}
.item-slider.slider1 p.title30{
    position: relative;
    max-width: 500px;
    line-height: 36px;
    margin-bottom: 69px;
    padding-left: 37px;
}
.item-slider.slider1 p.title30:before{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 66px;
    background: #c3d450;
}
.item-slider.slider2:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .4);
}
.item-slider.slider2 h4.title48{
    margin-bottom: 14px;
}
.item-slider.slider2 h3.title90{
    margin-bottom: 86px;
}
.banner-slider3-wrap{
    margin-top: 25px;
    margin-bottom: -15px;
}
.banner-slider3 .owl-carousel .owl-stage-outer{
    padding: 15px 0;
}
.item-slider.slider3 .banner-thumb{
    border: 1px solid #eee;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
}
.item-slider.slider3 p.title14{
    margin-bottom: 23px;
}
.item-slider.slider3 h3.title55{
    max-width: 440px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 35px;
}
.item-slider.slider3 h3.title55:after {
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #c2d450;
}
.item-slider.slider3 .desc{
    max-width: 375px;
    margin-bottom: 73px;
}
.item-slider.slider3 .banner-info{
    left: 105px;
}
.item-slider.slider3 .banner-thumb img{
}
.banner-slider3 .owl-theme .owl-nav{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    margin-top: -25px;
}
.banner-slider3 .owl-theme .owl-nav [class*=owl-],
.banner-slider3 .owl-theme .owl-nav button{
    position: static;
}

.banner-slider3:hover .owl-theme .owl-nav button.owl-prev,
.banner-slider3 .owl-theme .owl-nav button.owl-prev{
    float: left;
    opacity: 1;
    margin-left: -80px;
}
.banner-slider3:hover .owl-theme .owl-nav button.owl-next,
.banner-slider3 .owl-theme .owl-nav button.owl-next{
    float: right;
    opacity: 1;
    margin-right: -80px;
}
.number-slider{
    position: absolute;
    bottom: 75px;
    right: 0;
    font-size: 18px;
    color: #999999;
    font-weight: 500;
    z-index: 1;
}
.current-total-items{
    font-size: 36px;
    margin: 0 10px;
}
.total-items{
    font-size: 18px;
}
.banner-slider4 #customDots{
    display: block;
}
#customDots{
    display: none;
    position: absolute;
    right: 250px;
    bottom: 70px;
    z-index: 11;
}
#customDots span{
    display: none;
}
#customDots .owl-dot{
    display: none;
    height: 170px;
    width: 200px;
    border: 2px solid #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}
#customDots .owl-dot.active{
    display: block;
}
.navi-style2 .owl-theme .owl-nav {
    position: absolute;
    right: 180px;
    bottom: 130px;
    z-index: 1;
    width: 340px;
}
.navi-style2 .owl-theme .owl-nav [class*=owl-]{
    position: static;
    padding: 0;
    color: #999;
    background: transparent !important;
    opacity: 1;
}
.navi-style2 .owl-theme .owl-nav button:hover{
    color: #4c5461;
}
.navi-style2 .owl-theme .owl-nav button i{
    font-size: 40px;
}
.navi-style2 .owl-theme .owl-nav button.owl-prev {
    float: left;
}
.navi-style2 .owl-theme .owl-nav button.owl-prev i:before{
    font-family: ElegantIcons;
    content: '\23';
}
.navi-style2 .owl-theme .owl-nav button.owl-next {
    float: right;
}
.navi-style2 .owl-theme .owl-nav button.owl-next i:before{
    font-family: ElegantIcons;
    content: '\24';
}

.slider4 {
    background: #fff;
}
.slider4 .banner-info{
    position: static;
    margin-top: 90px;
    margin-left: 85px;
}
.slider4 .banner-info .title24 {
    position: relative;
    letter-spacing: 4.5px;
    padding-left: 35px;
    margin-bottom: 70px;
}
.slider4 .banner-info .title24:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 35px;
    width: 5px;
    background-color: #c3d450;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider4 .banner-info .title60{
    line-height: 74px;
    margin-bottom: 42px;
}
.slider4 .banner-info .slide-button{
    margin-top: 58px;
}
.banner-slider5 .number-slider{
    right: auto;
    left: 90px;
}
.banner-slider5 .slider-btn{
    position: absolute;
    bottom: 75px;
    right: 100px;
    font-size: 18px;
    font-weight: 500;
    z-index: 1;
}
.slider-btn .btn-url{
    position: relative;
    color: #c3d450;
}
.slider-btn .btn-url:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 1px;
    width: 100%;
    background: #c2d450;
}
.slider5 .banner-info{
    left: 55%;
    right: 40px;
}
.slider5 .banner-info .title30{
    letter-spacing: 10px;
    margin-bottom: 29px;
}
.slider5 .banner-info .title80{
    margin-bottom: 90px;
}
.slider5 .banner-info .title18{
    max-width: 530px;
    line-height: 30px;
}
.slider5 .banner-info .slide-button{
    margin-top: 58px;
}
.banner-slider5 .owl-theme .owl-nav {
    bottom: 65px;
    left: auto;
    right: 15px !important;
    width: 120px !important;
}
.banner-slider5 .owl-theme .owl-nav [class*=owl-]{
    margin: 0;
}

.header-logo{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.header-logo{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
.header-cart{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*Home 1*/
.text-logo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.text-logo a.link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 111;
    opacity: 0;
}
.text-logo .icon{
    position: absolute;
    left: -25px;
    top: 0;
}
.logo.default h1{
    padding-left: 25px;
    margin: 0;
}
.text-logo h3.title40{
    position: relative;
}
.text-logo h3.title40:after{
    content: ".";
    position: absolute;
    color: #c3d450;
    right: -12px;
}
.text-logo .title12{
    letter-spacing: 5.5px;
    text-indent: 11px;
    margin-top: -9px;
}
.vc_row.header-top{
    position: relative;
}
.header-top{
    height: 100px;
    background: #fff;
}
.header-top .search-el{
    margin-top: -10px;
}
.header-top .mini-cart-box{
    float: right;
}
.vc_row.header-bottom{
    position: relative;
    margin: -30px -45px 0;
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    z-index: 2;
    bottom: -30px;
}
.vc_row.header-top2{
    box-shadow: none;
}
.vc_row.header-bottom2{
    margin: 0;
    bottom: 0;
    box-shadow: none;
    border-top: 1px solid #eee;
}
.header-bottom2 .header-groups, 
.header-bottom2 .cur-lang-box,
.aside-box-content .cur-lang-box{
    background: transparent;
    width: auto;
    float: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.aside-box-content .cur-lang-box{
    text-align: left;
}
.header-bottom2  .vc_row.header-groups {
    margin: 0 -15px;
}
.header-bottom > .wpb_column > .vc_column-inner{
    padding: 0;
}
.header-bottom > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-groups,
.cur-lang-box{
    float: left;
    width: 250px;
    text-align: center;
    background-color: #c3d450;
}
.cur-lang-box p{
    margin-bottom: 0px;
}
.header-groups .whist-list,
.header-groups .account-manager{
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    line-height: 60px;
    position: relative;
}
.header-groups .whist-list i.fa,
.header-groups .account-manager i.fa{
    margin-right: 9px;
}
.cur-lang-box .dropdown-box{
    display: inline-block;
}
.cur-lang-box a.dropdown-link {
    position: relative;
    height: 60px;
    line-height: 60px;
}
.cur-lang-box a.dropdown-link:after {
    content: "\f0d7";
    font-family: fontAwesome;
    margin-left: 8px;
    display: inline-block;
    font-size: 12px;
}
.cur-lang-box a.dropdown-link,
.account-manager a.open-login-form,
.wishlist-url a{
    color: #4c5461;
}
.cur-lang-box a.dropdown-link:hover,
.account-manager a.open-login-form:hover,
.wishlist-url a:hover{
    color: #fff;
}
.header-bottom2 .header-groups .whist-list, 
.header-bottom2 .header-groups .account-manager,
.header-bottom2 .cur-lang-box a.dropdown-link {
    height: 50px;
    line-height: 50px;
}
.header-bottom2 .cur-lang-box a.dropdown-link:hover,
.header-bottom2 .account-manager a.open-login-form:hover,
.header-bottom2 .wishlist-url a:hover{
    color: #c3d450;
}
.main-nav2 > ul > li > a{
    height: 50px;
    line-height: 50px;
}
.main-nav2 > ul > li:hover > a,
.main-nav2 > ul > li.current-menu-item > a {
    color: #fff !important;
    background-color: #c3d450;
}
.header-groups .whist-list,
.dropdown-box.lang-box {
    margin-right: 10px;
    padding-right: 16px;
}
.lang-box ul li img {
    margin-right: 5px;
    margin-top: -2.5px;
}
.header-groups .whist-list:after,
.dropdown-box.lang-box:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    height: 11px;
    width: 1px;
    background: #4c5461;
    opacity: .5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.vc_row.header-groups{
    margin: 0 -1px;
}


/*Home 1*/
.banner-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.banner-advs.banner-img img{
    width: auto;
    margin: auto;
}
.banner-img a.adv-thumb-link{
    position: relative;
    z-index: 111;
    overflow: visible;
}
.h1-infobox{
    margin-top: 69px;
}
.h1-infobox h3.title36{
    position: relative;
    margin-bottom: 47px;
}
.h1-infobox h3.title36:before{
    content: '';
    position: absolute;
    left: -45px;
    top: 9px;
    height: 25px;
    width: 5px;
    background: #c2d450;
}
.h1-infobox.text-right h3.title36:before{
    left: auto;
    right: -45px;
}
.h1-infobox p.desc{
    max-width: 320px;
}
.h1-infobox.text-right p.desc{
    float: right;
}
.h1-img01{
    text-align: center;
}
.text-watermark {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    
}
.text-watermark h3.title105{
    color: #eee;
}
.h1-img02 {
    position: static;
    height: 500px;
    width: 500px;
    background: #f5f6f9;
}
.h1-img02 a.adv-thumb-link{
    position: absolute;
    width: 100%;
    left: 100px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.h1-infobox2{
    margin-top: 49px;
}
.animated .h1-img02 .adv-thumb-link > img{
    -webkit-animation: wp-fadeInLeft  0.75s ease-out;
    animation: wp-fadeInLeft  0.75s ease-out;
}
.h1-img02 img,
.h1-img03 img{
    width: auto;
    margin: auto;
}
.h1-infobox3 {
    margin-top: 54px;
}
.h1-infobox3 p.desc{
    max-width: 440px;
}
.h1-img03{
    width: 500px;
    height: 200px;
    background: #f5f6f9;
    margin-top: 185px;
}
.h1-img03 a.adv-thumb-link{
    position: absolute;
    width: 100%;
    top: -185px;
}
.h1-infobox2 .banner-button{
    float: left;
    width: 100%;
}
.banner-button{
    margin-top: 53px;
}
.h1-our-services{
    position: relative;
    z-index: 1;
}
.h1-our-services .our-services{
    bottom: -60px;
}
.our-services{
    position: relative;
    z-index: 11;
}
.content-icon .icon-box{
    width: 80px;
    height: 80px;
    line-height: 76px;
    font-size: 40px;
    color: #c3d450;
    border: 2px solid #c2d450;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -40px;
    left: 50%;
    right: 50%;
    margin: 0 -40px;
    text-align: center;
}
.content-icon .content-info{
    background: #fff;
    padding: 58px 15px 25px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.content-icon .content-info h3.title20{
    margin-bottom: 3px;
}
.h2-newsletter{
}
.vc_row.h2-our-services {
    overflow: visible !important;
}
.h2-our-services .our-services{
    margin-top: -40px;
}
.h2-our-services .content-icon .content-info{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

/*Tab style*/
.tab-default {
    padding: 100px 0 92px;
}
.tab-default .tab-title{
    text-align: center;
}
.tab-default h3.title36{
    position: relative;
    padding: 0 33px;
    display: inline-block;
    margin: -6px 0 29px;
}
.tab-default h3.title36:before,
.tab-default h3.title36:after{
    content: '';
    position: absolute;
    background: #c2d450;
    left: 0;
    height: 25px;
    width: 5px;
    bottom: 6px;
}
.tab-default h3.title36:after{
    left: auto;
    right: 0;
}
.tabs-block h3.title36 span{
    position: relative;
}
.tab-header{
    margin-bottom: 43px;
}
.tabs-block .title-tab {
    margin: 0 -23px;
}
.tabs-block .title-tab > li{
    margin: 0 23px;
}
.tab-default .title-tab > li a{
    color: #888;
}
.tab-default .title-tab > li.active a,
.tab-default .title-tab > li a:hover{
    color: #c3d450;
}
.bg-grey{
}
.vc_row.h1-tabs{
    overflow:visible;
}
.tabs-block .owl-carousel .owl-stage-outer{
    padding: 0 0 62px;
}
.tabs-block .owl-carousel .owl-stage-outer{
    margin: 0 -15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.tabs-block .owl-carousel:not([class*="pagi-nav"]) .owl-stage-outer{
    margin-bottom: -85px;
}

.related-product .owl-carousel .owl-stage-outer{
    margin-bottom: -85px;
    padding: 0 0 60px;
}

.tabs-block .product-slider-view .owl-theme .owl-dots{
    bottom: 0px;
}
.tabs-block .owl-carousel .owl-nav button.owl-prev {
    left: -65px;
}
.tabs-block .owl-carousel .owl-nav button.owl-next{
    right: -65px;
}

.tab-style2{
    margin: 95px 0 92px;
}
.tab-style2 .tab-title {
    text-align: center;
    margin-bottom: 53px;
}
.tab-style2 h3.title36 {
    position: relative;
    display: inline-block;
}
.tab-style2 h3.title36:before{
    content: "\f299";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 30px;
    left: -21px;
    right: auto;
    top: -5px;
    color: #c2d450;
}
.tab-style2 .tab-header{
    position: relative;
}
.tab-style2 .tab-header:after{
    content: "";
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    width: 100%;
    border: 1px;
    height: 1px;
    background: url(../image/dot.png) center repeat-x;
}
.tab-style2 ul.title-tab li a{
    position: relative;
}
.tab-style2 ul.title-tab li a:before{
    content: "";
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    width: 50px;
    height: 5px;
    text-align: center;
    margin: 0 auto;
    background: #c2d450;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.tab-style2 ul.title-tab li.active a:before{
    opacity: 1;
    visibility: visible;
}

.tab-style3{
    margin: 95px 0 92px;
}
.tab-style3 .tab-title {
    margin-bottom: -24px;
}
.tab-style3 h3.title36 {
    position: relative;
    display: inline-block;
    letter-spacing: 4.5px;
    padding-left: 35px;
    font-size: 30px;
    color: #999999;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}
.tab-style3 h3.title36:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 40px;
    width: 5px;
    background-color: #c3d450;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tab-style3 .tab-header{
    position: relative;
}
.tab-style3 .tab-header:after{
    content: "";
    position: absolute;
}
.tab-style3 ul.title-tab li a{
}
.tab-style3 ul.title-tab li.active a{

}

/*end*/












.h1-advs-slider .item-slider:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: #4c5461;
    opacity: .9;
}
.h1-advs-slider .item-slider .banner-info{
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.h1-advs-slider .item-slider .banner-info h3.title48 {
    position: relative;
    margin-bottom: 42px;
}
.item-slider .banner-info h3.title48:before{
    content: '';
    position: absolute;
    background: #c2d450;
    left: -45px;
    height: 33px;
    width: 5px;
    bottom: 8px;
}
.h1-advs-slider .item-slider .banner-info p.title30{
    margin-bottom: 15px;
}
.h1-advs-slider .item-slider .banner-info .price{
    margin-bottom: 30px;
}
.h1-advs-slider .item-slider.timer .banner-info .price{
    margin-bottom: 230px;
}

.h1-advs-slider .countdown {
    position: absolute;
    bottom: 99px;
}
.time_circles {
    margin: 0 -20px;
}
.time_circles [class^="textDiv"]{
    display: inline-block;
    width: auto !important;
    margin: 0 20px;
}
.time_circles span.number{
    font-size: 36px;
    font-family: 'Noto serif';
    height: 80px;
    width: 80px;
    line-height: 80px;
    display: block;
    background: rgba(255, 255, 255, .9);
    border-radius: 50%;
    text-align: center;
    color: #4c5461;
    margin-bottom: 18px;
    font-weight: bold;
}
.time_circles span.text{
    text-align: center;
    display: block;
    font-weight: 500;
}

.block-center .title,
.block-element.default .title{
    text-align: center;
    margin-bottom: 43px;
}
.block-center h3.title36,
.block-element.default h3.title36{
    position: relative;
    padding: 0 33px;
    display: inline-block;
    margin: -6px 0 29px;
}

.block-center h3.title36:before,
.block-center h3.title36:after,
.block-element.default h3.title36:before,
.block-element.default h3.title36:after{
    content: '';
    position: absolute;
    background: #c2d450;
    left: 0;
    height: 25px;
    width: 5px;
    bottom: 6px;
}
.block-center h3.title36:after,
.block-element.default h3.title36:after{
    left: auto;
    right: 0;
}
.viewmore .btn-post{
    position: relative;
    color: #888;
}
.viewmore .btn-post:after{
    content: '\24';
    font-family: "ElegantIcons";
    margin: 0 6px;
    font-size: 12px;
    position: absolute;
}

.viewmore .btn-post:hover{
    color: #c3d450;
}

/*Footer*/

.footer-top{
    padding: 16px 0 15px;
    border-bottom: 1px solid #d6d6d6;
}
.footer-bottom{
    padding: 18px 0;
}
.footer-tags h3.title20,
.footer-box .content-info h3.title20 {
    margin-bottom: 41px;
}
.footer-tags .tagcloud{
    position: relative;
    top: 5px;
    font-size: 0;
    margin: -5px;
}
.footer-tags .tagcloud a{
    padding: 0 15px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #d6d6d6;
    margin: 5px;
    background: transparent;
}
.footer-tags .tagcloud a:hover{
    background-color: #4c5461;
    border-color: #4c5461;
}
ul.footer-list-info{
    margin-bottom: 43px;
}
ul.footer-list-info li a{
    color: #888;
}
ul.footer-list-info li a:hover{
    color: #c3d450;
}
ul.footer-list-info li i{
    margin-right: 9px;
}
.list-method{
    margin: -10px;
}
.list-method a{
    margin: 10px;
}
ul.footer-list-info li,
.footer-box ul.list-none li{
    position: relative;
    padding-bottom: 12px;
    display: block;
}
.footer-box ul.list-none li:hover a{
    margin-left: 8px;
}
ul.footer-list-info li:last-child,
.footer-box ul.list-none li:last-child{
    padding-bottom: 0px;
}
.footer-box ul.list-none li a{
    position: relative;
    color: #888;
}
.footer-box ul.list-none li a:hover{
    color: #c3d450;
}
.footer-box ul.list-none li a:before{
    content: "\f0da";
    font-family: "fontAwesome";
    font-size: 12px;
    margin-right: 9px;
    position: relative;
    top: -2px;
}
.footer-social{
    margin: 0 -9px;
}
.footer-social a{
    display: inline-block;
    width: 30px;
    line-height: 28px;
    text-align: center;
    color: #999999;
}
.footer-social a:hover{
    color: #c3d450;
}
/*Home 2*/
.text-left.title-leaf .title{
    text-align: left;
}
.block-element.style2 .title,
.title-leaf .title{
    position: relative;
    margin-bottom: 53px;
    text-align: center;
}
.block-element.style2 .title{
    margin-bottom: 43px;
}
.block-element.style2 h3.title36,
.title-leaf h3.title36{
    position: relative;
    padding: 0;
    display: inline-block;
    z-index: 1;
}
.block-element.white h3.title36,
.title-leaf.white h3.title36{
    color: #fff;
}
.block-element.style2 h3.title36:before,
.block-element.style2 .title:before,
.block-element.style2 .title:after,
.title-leaf h3.title36:before,
.title-leaf .title:before,
.title-leaf .title:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.block-element.style2 h3.title36:before,
.title-leaf h3.title36:before{
    content: "\f299";
    font-family: "FontAwesome";
    font-size: 30px;
    left: -18px;
    right: auto;
    top: -5px;
    color: #c2d450;
    z-index: -1;
}
.block-element.style2 .title:before,
.title-leaf .title:before{
    top: 63px;
    width: 50px;
    height: 5px;
    text-align: center;
    margin: 0 auto;
    background: #c2d450;
    z-index: 1;
}
.block-element.style2 .title:after,
.title-leaf .title:after{
    width: 100%;
    top: 65px;
    border: 1px;
    height: 1px;
    background: url(../image/dot.png) center repeat-x;
}
.title-leaf.text-left .title:before{
    right: auto;
}
.block-element.style2 .title > p.desc{
    margin: 53px 0 43px;
}
.block-element.style3 {
    margin-top: -5px;
}
.block-element.style3 .title{
    margin-bottom: 43px;
}
.block-element.style3 h3.title36{
    position: relative;
    letter-spacing: 4.5px;
    padding-left: 35px;
    font-size: 30px;
    color: #999999;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}
.block-element.style3 h3.title36:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 40px;
    width: 5px;
    background-color: #c3d450;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.block-element.style3 .viewmore{
    position: absolute;
    top: 9px;
    right: 0;
}
.block-element.style3 .viewmore .btn-post {
    position: relative;
    color: #999999;
}
.block-element.style3 .viewmore .btn-post:hover{
    color: #c3d450;
}
.block-element.style3 .viewmore .btn-post:after{
    display: none;
}



.title-leaf p.desc{
    max-width: 500px;
    margin: auto;
    margin-bottom: 43px;
}
.title-leaf.white p.desc{
    color: #fff;
}




.our-offter a.adv-thumb-link{
    margin: 0 25px -70px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.our-offter:hover .content-info,
.our-offter:hover a.adv-thumb-link img{
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.our-offter a.adv-thumb-link img{
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.our-offter .content-info {
    background: #fff;
    text-align: center;
    padding: 98px 30px 0;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.our-offter h3.title18 {
    margin-bottom: 11px;
    max-height: 19px;
    overflow: hidden;
}
.our-offter p.desc{
    max-height: 48px;
    overflow: hidden;
}
.our-offter .banner-button{
    float: none;
    margin-top: 33px;
}
.our-offer-slider{
    overflow: visible;
    padding: 0 0 92px
}
.our-offer-slider .owl-carousel .owl-stage-outer{
    padding: 0px 0px 92px;
    padding-top: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
}
.our-offer-slider .owl-theme .owl-dots{
    bottom: 0px;
}
.feed-back-slider .owl-theme .owl-nav button,
.our-offer-slider .owl-theme .owl-nav button{
    opacity: 1;
}
.feed-back2-slider .owl-theme .owl-nav button.owl-prev,
.feed-back2-slider:hover .owl-theme .owl-nav button.owl-prev,
.feed-back-slider .owl-theme .owl-nav button.owl-prev,
.feed-back-slider:hover .owl-theme .owl-nav button.owl-prev,
.our-offer-slider .owl-theme .owl-nav button.owl-prev,
.our-offer-slider:hover .owl-theme .owl-nav button.owl-prev{
    left: -80px;
}
.feed-back2-slider .owl-theme .owl-nav button.owl-next,
.feed-back2-slider:hover .owl-theme .owl-nav button.owl-next,
.feed-back-slider .owl-theme .owl-nav button.owl-next,
.feed-back-slider:hover .owl-theme .owl-nav button.owl-next,
.our-offer-slider .owl-theme .owl-nav button.owl-next,
.our-offer-slider:hover .owl-theme .owl-nav button.owl-next{
    right: -80px;
}
.our-offer-slider .owl-theme .owl-dots .owl-dot span::before{
    color: #d6d6d6;
}
.our-offer-slider .owl-theme .owl-dots .owl-dot.active span::before{
    color: #c3d450;
}

.h2-tabs.overlay-bg .tab-style2 h3.title36,
.h2-tabs.overlay-bg .tab-style2 ul.title-tab li a{
    color: #fff;
}
.h2-tabs.overlay-bg .tab-style2 ul.title-tab li a:hover,
.h2-tabs.overlay-bg .tab-style2 ul.title-tab li.active a{
    color: #c3d450;
}
.h2-tabs.overlay-bg:before{
    background: rgba(0, 0, 0, .65);
}

.why-choose-wrap.wpb_column {
    padding: 93px 115px 0 !important;
}
.why-choose.title-leaf h3.title36:before{
    left: -20px;
}
.why-choose .title-leaf p.desc {
    margin: 0 0 43px;
}
.why-choose ul.list-none{
    counter-reset: counter;
    position: relative;
}
.why-choose ul.list-none:before{
    content: '';
    position: absolute;
    left: 40px;
    height: 100%;
    width: 1px;
    background: url(../image/dot_ver.png) center repeat-y;
}
.why-choose ul.list-none li{
    position: relative;
}
.why-choose ul.list-none li:not(:last-child) {
    margin-bottom: 60px;
}
.why-choose ul.list-none li:before{
    content: counter(counter, decimal-leading-zero); 
    counter-increment: counter;
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    font-size: 36px;
    font-family: 'Noto serif';
    font-weight: 700;
    background: #c2d450;
    color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.why-choose ul.list-none li .info{
    float: right;
    width: calc(100% - 140px);
}
.why-choose ul.list-none li h3.title20 {
    margin: 3px 0 10px;
}
.why-choose ul.list-none li .desc{
    max-width: 330px;
}
.why-choose .title-leaf .title:after{
    max-width: 470px;
}
.h2-banner-asl{

}
.asl-title{
    position: absolute;
    white-space: nowrap;
    transform-origin: right;
    right: 65px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: -1;
}
.asl-title h2.title200 {
    color: #eee;
}
.feed-back *{
    color: #fff;
}
.feed-back.overlay-bg:before {
    background: rgba(0, 0, 0, .5);
}
.feed-back{
    padding: 95px 0 92px;
}
.feed-back-slider{
    position: relative;
    top: 17px;
    overflow: visible;
}
.feed-back2-slider{
    overflow: visible;
}
.item-testimo .desc{
    line-height: 30px;
    max-width: 768px;
    margin: 0 auto 45px;
}
.item-testimo img{
    margin: 0 auto 26px;
    width: 80px !important;
    border: 2px solid #fff;
}
.item-testimo h3.title20{
    margin-bottom: 18px;
}

.banner-video{
    z-index: 1;
}
.banner-video .banner-info{
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: subpixel-antialiased;
}
.banner-video .banner-info h3.title30{
    color: #fff;
    margin-bottom: 14px;
    letter-spacing: 10px;
}
.banner-video .banner-info h2.title100{
    color: #fff;
    margin-bottom: 54px;
}
.banner-video.style-content .video-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, .2);
}

@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.scroll-icon{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 100px;
    z-index: 11;
}
.scroll-icon .scroll-down{
    color: #fff;
}
.scroll-icon .scroll-down:hover{
    color: #c3d450;
}
.scroll-icon .scroll-down::after{
    display: block;
    content: "\f175";
    font-size: 30px;
    margin-top: 20px;
    font-family: "fontawesome";
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}

/*Search Icon + Menu Icon*/

.search-icon .search-form-wrap {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    background-color: rgba(11, 11, 11, .8);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.search-icon.active .search-form-wrap {
    opacity: 1;
    visibility: visible;
}
.search-icon .search-form {
    position: relative;
    width: 990px;
    max-width: 100%;
    height: auto;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
    border: none;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-icon.active .search-form {
    opacity: 1;
    visibility: visible;
}
.search-icon .search-form input[type="text"] {
    color: #fff;
    font-size: 20px;
    padding: 0 1px;
    height: 60px;
    border: none;
    background: transparent;
}
.search-icon .submit-form {
    margin: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 20px;
    overflow: visible;
    color: #fff;
    text-align: right;
}
.search-icon .submit-form:after {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
}
.search-icon .submit-form input[type="submit"] {
    background: transparent !important;
    font-size: 0;
    right: 0;
}
.search-icon .search-form:after {
    content: "";
    bottom: 0;
    position: absolute;
    display: block;
    background: rgba(255, 255, 255, .5);
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: width 0.5s ease 0.6s;
    -moz-transition: width 0.5s ease 0.6s;
    -ms-transition: width 0.5s ease 0.6s;
    -o-transition: width 0.5s ease 0.6s;
    transition: width 0.5s ease 0.6s;
}
.search-icon.active .search-form:after {
    width: 100%;
}
.search-icon .search-form .dropdown-box, .search-icon a.icon .s-close {
    display: none;
}
.search-icon.active a.icon .s-close {
    position: fixed;
    top: 50px;
    right: 25px;
    color: #fff;
    z-index: 10000;
    font-size: 24px;
    display: block;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.search-icon.active a.icon .s-close:hover {
    color: #fff;
}
.close-mobile-menu {
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    z-index: 1111;
    padding: 0 5px;
    width: 100%;
    cursor: pointer;
    text-align: right;
    position: relative;
    overflow: hidden;
    margin-bottom: -1px;
    background-color: #4c5461;
}
.close-mobile-menu {
    display: none;
}
.cart-overlay.toggle {
    visibility: visible;
    opacity: 1;
}
.cart-overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0px !important;
    background-color: rgba(11, 11, 11, .8);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.close-aside, .close-minicart {
    display: none;
    font-size: 18px;
    color: #999;
    cursor: pointer;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}

.aside-box .close-aside, .aside-box .close-minicart {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 30px;
    left: 38px;
}
/*Home 3*/
.header-top3{
    height: auto;
    background: #4c5461;
}
.header3-col{
    width: auto !important;
}
.header3-left{
    -webkit-flex: 0 1 16%;
    -ms-flex: 0 1 16%;
    flex: 0 1 16%;
}
.header3-center{
    -webkit-flex: 0 1 68%;
    -ms-flex: 0 1 68%;
    flex: 0 1 68%;
}
.header3-right{
    -webkit-flex: 0 1 16%;
    -ms-flex: 0 1 16%;
    flex: 0 1 16%;
}
.header3-right > .vc_column-inner > .wpb_wrapper{
    float: right;
    margin: 0 -15px;
}
.header3-right > .vc_column-inner > .wpb_wrapper > div{
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}
.header-hotline a{
    color: #fff;
}
.header-hotline a:hover{
    color: #c3d450;
}
.header-hotline i{
    margin-right: 9px;
}
.header3-center > .vc_column-inner > .wpb_wrapper{
    text-align: center;
}
.search-icon .icon{
    display: block;
    font-size: 24px;
    color: #fff;
    margin-top: 3px;
}
.search-icon .icon .s-icon{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.search-el{
    margin: 0;
}
.open-search .header3-right{
    z-index: 9999;
}
.header3-col .mini-cart-box{
    float: none;
}
.header3-col .mini-cart-icon{
    color: #fff;
    font-size: 28px;
}
.mini-cart-icon .mini-cart-number{
    position: absolute;
    top: -8px;
    right: -10px;
    display: block;
    font-size: 16px;
    color: #4c5461;
    height: 25px;
    line-height: 28px;
    width: 25px;
    text-align: center;
    background-color: #c3d450;
    border-radius: 50%;
}
.header3-col .content-aside .aside-link{
    color: #fff;
}
.content-aside .aside-link{
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    height: 36px;
    margin-top: 2px;
}

.main-nav > ul > li.item-logo{
    display: none;
}
.main-nav3 > ul > li.item-logo{
    display: inline-block;
    font-size: 0;
    width: 340px;
}

.main-nav3 {
    display: inline-block;
    vertical-align: middle;
}
.header3-col .logo{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 340px;
    z-index: 9999;
}
.main-nav3 > ul > li > a,
.header3-col .text-logo h3.title40,
.header3-col .text-logo .title12{
    color: #fff;
}
.main-nav3 > ul > li > a{
    padding: 0 25px;
    height: 90px;
    line-height: 90px;
}
.main-nav3 > ul > li:hover > a, 
.main-nav3 > ul > li.current-menu-item > a{
    color: #c3d450;
}
.header3-col .cur-lang-box{
    text-align: left;
}

.aside-box-content .contact-box, .aside-box-content .cur-lang-box {
    margin-top: 100px;
    border-bottom: 1px solid #eee;
    padding: 0 20px 45px;
    margin-bottom: 56px;
}
.aside-box-content .contact-box {
    margin-top: 0;
    padding-bottom: 55px;
}
.aside-box-content .contact-box h3.title20, .aside-box-content .cur-lang-box h3.title20 {
    margin-bottom: 10px;
}
.aside-box-content .contact-box h3.title20 {
    margin-bottom: 28px;
}
.aside-box-content .contact-box ul li, .aside-box-content .cur-lang-box ul li {
    padding: 5px 0;
}
.aside-box-content .contact-box ul li i {
    margin-right: 9px;
}
.aside-box-content .social-list {
    padding: 0 20px 45px;
}
.aside-box-content .social-list h3.title20 {
    margin-bottom: 15px;
}
.aside-box-content .social-list h3.title16 {
    margin-bottom: 13px;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.aside-box-content .social-list ul {
    margin: -6px;
}

.aside-box-content .social-list ul li a {
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    border: 1px solid #c3d450;
    display: inline-block;
    border-radius: 50%;
    margin: 6px;
    color: #fff;
    background: #c3d450;
}

.aside-box-content .social-list ul li a:hover {
    border-color: #c3d450;
    color: #c3d450;
    background: #fff;
}
.feed-back2 {
    padding: 94px 0 94px;
}
.feed-back2.overlay-bg::before{
    background: rgba(0, 0, 0, .2);
}
.feed-back2 .title-leaf .title:after,
.h3-newsletter.block-element.style2 .title:after{
    display: none;
}

.pagi-nav-img{
    padding-top: 165px;
}
.item-testimo.style2{
    text-align: center;
}
.item-testimo.style2 .thumb{
    display: none;
}
.item-testimo.style2 .content-info{
    max-width: 760px;
    margin: 0 auto 50px;
}
.item-testimo.style2 span.titl14,
.item-testimo.style2 h3.title18 {
    display: inline-block;
    color: #fff;
    position: relative;
}
.item-testimo.style2 span.titl14::before{
    content: "/";
    font-size: 18px;
    font-style: normal;
    margin: 0 3px;
}
.item-testimo.style2 .wrap-rating{
    margin: 15px 0 0;
}
.pagi-nav-img.owl-theme .owl-dots{
    bottom: auto;
    top: 0;
}
.pagi-nav-img.owl-theme .owl-dot{
    position: relative;
    -webkit-transform: scale(0.583);
    -ms-transform: scale(0.583);
    transform: scale(0.583);
}
.pagi-nav-img.owl-theme .owl-dot img{
    border: 2px solid #fff;
    border-radius: 50%;
}
.pagi-nav-img.owl-theme .owl-dot.active{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.pagi-nav-img.owl-theme .owl-dot.active::before{
    content: "\f10d";
    position: absolute;
    font-family: fontawesome;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    color: #c3d450;
    top: auto;
    bottom: 15px;
}
.h3-newsletter-wrap{
    padding: 94px 0 465px;
}
.h3-newsletter-wrap.overlay-bg::before{
    background: rgba(0, 0, 0, .4);
}
.h3-newsletter h3.title36,
.h3-newsletter p.desc{
    color: #fff;
}
.h3-newsletter.block-element .title{
    margin-bottom: 43px;
}
.h3-newsletter input[type="email"]{
    border: 0;
    color: #d6d6d6;
    background: rgba(255, 255, 255, 0.3);
    max-width: 750px;
}
.h3-newsletter input[type="email"]::placeholder{
    color: #d6d6d6;
}
.h3-newsletter .form-newsletter {
    max-width: 100%;
}
.h3-newsletter .form-newsletter form .mc4wp-form-fields{
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}
.h3-newsletter .form-newsletter .submit-form{
    position: static;
    transform: none;
    margin-left: 20px;
}
.h3-newsletter .form-newsletter .submit-form input[type=submit]{
    height: 50px;
    line-height: 50px;
    padding: 0 24px;
    background: #c2d450;
}

.h3-contact-form7 {
    margin-top: -372px;
    text-align: center;
}
.h3-contact-form7 .wpcf7{
    margin-top: 44px;
}
.contact-form7 .wpcf7{
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 47px 70px 60px;
    border: 1px solid #eee;
}
.contact-form7 .wpcf7-form-control-wrap{
    display: block;
    position: relative;
}
.contact-form7 .wpcf7-form-control-wrap:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #c3d450;
    height: 1px;
    -webkit-transition: width ease .35s;
    -o-transition: width ease .35s;
    transition: width ease .35s;
}
.contact-form7 .wpcf7-form-control-wrap:focus-within:before,
.contact-form7 .wpcf7-form-control-wrap:hover:before{
    width: 100%;
}
.contact-form7 .comment-respond input::placeholder,
.contact-form7 .comment-respond input[type="email"]::placeholder, 
.contact-form7 .comment-respond input[type="text"]::placeholder, 
.contact-form7 .comment-respond textarea::placeholder{
    color: #999;
}

.contact-form7 .comment-respond input[type="email"], 
.contact-form7 .comment-respond input[type="text"], 
.contact-form7 .comment-respond textarea{
    background: transparent;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #eee;
}

.contact-form7 .comment-respond p{
    margin-bottom: 47px;
}
.contact-form7 .comment-respond p.contact-name{
    width: calc(50% - 25px);
}
.contact-form7 .comment-respond p.contact-email{
    width: calc(50% - 25px);
}        
.contact-form7 .comment-respond p.form-submit {
    text-align: center;
    margin: 13px 0 0;
}
.footer-top2,
.footer-bottom2{
    background: #fff;
}
.expand-width,
.vc_row.expand-width{
    margin-left: -290px;
    margin-right: -290px;
}
/*Header 4*/
.header-top4 {
    height: 100px;
}
.header4-left > .vc_column-inner > .wpb_wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.header-logo4{
    margin-left: 25px;
    margin-right: 75px;
}
.main-nav4 > ul > li > a{
    height: 100px;
    line-height: 100px;
}
.header4-right{
    margin-top: -5px;
}
.header4-right > .vc_column-inner > .wpb_wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.header-top4 .search-el{
    margin: -10px 0 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.header-top4 .search-el .search-form{
    margin-left: 120px;
}
.header-top4 .mini-cart-box{
    margin-right: 23px;
}
.header-top4 .mini-cart-box .mini-cart-icon{
    font-size: 30px;
}
.header-top4 .content-aside .aside-link{
    font-size: 38px;
}

.h4-about{
    margin-top: 30px;
}
.h4-about .box-fisrt{
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.h4-about .box-last{
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.h4-about .banner-content{
    margin-top: -31px;
    padding-left: 275px;
}
.content-box4{
    position: relative;
}
.content-box4 .title150 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #f6f6f6;
}
.content-box4 p.title24{
    position: relative;
    letter-spacing: 4.5px;
    padding-left: 35px;
    margin-bottom: 70px;
    margin-top: 9px;
}
.content-box4 p.title24:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 40px;
    width: 5px;
    background-color: #c3d450;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.content-box4 .title36{
    margin-bottom: 49px;
    max-width: 570px;
}
.content-box4 .title16{
    line-height: 26px;
    max-width: 570px;
}
.counter-number{
    margin: 70px -45px -30px;
}
.counter-inner{
    display: inline-block;
    margin: 0 45px 30px;
    text-align: center;
}
.run-value{
    color: #4c5461;
    font-size: 36px;
    font-family: 'Noto serif';
    font-weight: 400;
    margin-bottom: 13px;
}
.h4-about .pore{
    position: relative;
    overflow: visible;
    margin-left: 70px;
    max-width: 470px;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.15);
}
.h4-about .pore:before{
    content: "";
    position: absolute;
    background-color: #c3d450;
    top: -30px;
    left: 30px;
    height: 100%;
    width: 100%;
}
.h4-advs-slider .banner-img a.adv-thumb-link,
.h4-about .banner-img a.adv-thumb-link{
    overflow: hidden; 
}
.h4-advs-slider .banner-img a.adv-thumb-link img,
.h4-about .banner-img a.adv-thumb-link img{
    width: auto;
}
.banner-advs-slider.navi-style2 .owl-theme .owl-nav{
    position: static;
    margin: 0;
}
.banner-advs-slider.navi-style2 .owl-theme .owl-nav [class*=owl-]{
    position: absolute;
}
.banner-advs-slider.navi-style2:hover .owl-theme .owl-nav button.owl-prev,
.banner-advs-slider.navi-style2 .owl-theme .owl-nav button.owl-prev{
    left: 195px;
}
.banner-advs-slider.navi-style2:hover .owl-theme .owl-nav button.owl-next,
.banner-advs-slider.navi-style2 .owl-theme .owl-nav button.owl-next{
    right: 195px;
}
.h4-advs-slider .box-fisrt{
    height: 500px;
}
.h4-advs-slider .box-inner{
    height: 100%;
    position: relative;
}
.h4-advs-slider .box-fisrt .box-inner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 675px;
    background: #f5f6f9;
}
.h4-advs-slider .pore{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.h4-advs-slider .content-box4 {
    margin-left: 70px;
}
.h4-advs-slider .content-box4 .title150{
    left: auto;
    right: 0;
}
.h4-advs-slider .content-box4 .title36{
    margin-bottom: 23px;
}
.h4-advs-slider .content-box4 .price{
    margin-bottom: 45px;
}
.h4-advs-slider .content-box4 .title16{
    max-width: 380px;
}
.h4-advs-slider .content-box4 .slide-button{
    margin-top: 40px;
}
.h4-tabs{
    position: relative;
}
.h4-tabs:before{
    left: -260px;
    right: -260px;
    width: auto;
    background: #f5f6f9;
}
.h4-news-contact{
    padding: 100px 0 0;
}
.h4-news-contact:before{
    background: #000;
    opacity: .5;
}
.contact-form7-title h3.white,
.h4-newsletter .title *{
    color: #fff !important;
}
.h4-newsletter{
    margin-bottom: 425px;
}
.h4-newsletter .form-newsletter {
    background: #fff;
    padding: 20px;
    max-width: 100%;
}
.h4-newsletter .form-newsletter form .mc4wp-form-fields{
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.h4-newsletter .form-newsletter input[type="text"],
.h4-newsletter .form-newsletter input[type="email"]{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: 1px solid #eee;
}
.h4-newsletter .form-newsletter input[type="text"]{
    display: none !important;
}
.h4-newsletter .form-newsletter .submit-form input[type=submit] {
    background-color: #c3d450;
    padding: 0 100px;
}
.h4-newsletter .form-newsletter .submit-form input[type=submit]:hover{
    background-color: #4c5461;
}
.vc_row.h4-contact-form7{
    margin-top: -325px;
}
.footer-top3{
    border: none;
}
.vc_row.footer-sep-wrap{
    margin-left: -290px;
    margin-right: -290px;
}
.footer-sep{
    margin: 0px !important;
}


.home-product .banner-info {
    right: auto;
}
.home-product .banner-info h3.title30 {
    margin-bottom: 22px;
}
.home-product .banner-info .buy-btn{
    margin-top: 49px;
}
.home-product .banner-info .buy-btn a{
    position: relative;
    color: #4c5461;
    font-weight: 500;
}
.home-product .banner-info .buy-btn a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 1px;
    width: 100%;
    background: #4c5461;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.home-product .banner-info .buy-btn a:hover{
    color: #c3d450;
}
.home-product .banner-info .buy-btn a:hover:after{
    background-color: #c3d450;
}
.home-product01{
    margin-top: 135px;
}
.home-product01 .banner-info{
    top: -140px;
    left: 30px;
}
.home-product02{
    margin-top: 50px;
    margin-left: 195px;
}
.home-product02 .banner-info{
    top: 100px;
    left: -130px;
}
.home-product04{
    margin-top: 30px;
    margin-left: 200px;
}
.home-product04 .banner-info{
    top: 34px;
    left: -110px;
}
.home-product05{
    margin-left: 300px;
}
.home-product05 .banner-info{
    top: 34px;
    left: -150px;
}
.home-product06{
    margin-right: 70px;
}
.home-product06 .banner-info{
}
.home-product07{
    margin-top: 75px;
    margin-left: 235px;
}
.home-product07 .banner-info{
    top: 55px;
    left: -150px;
}
.h6-product-slider{
    padding: 100px 0 106px;
}
.group-navi.owl-carousel .owl-stage-outer{
    padding-bottom: 50px;
}
.group-navi.owl-carousel .owl-nav{
    top: auto;
    left: 0;
    right: 0;
    bottom: -26px;
    margin: 0 -40px;
    width: auto;
}
.group-navi.owl-carousel .owl-nav [class*=owl-] {
    position: static;
    margin: 0 40px;
    padding: 0;
    color: #999;
    background: transparent !important;
    opacity: 1;
}
.h5-newsletter{
    padding: 92px 0 100px;
}
.h5-newsletter .title{
    margin-bottom: 37px;
}
.h5-newsletter .title36 {
    margin-bottom: 29px;
}
.h5-newsletter .form-newsletter form .mc4wp-form-fields{
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.h5-newsletter .form-newsletter input[type="email"]{
    background: transparent;
    height: 44px;
    padding: 0;
    margin-right: 30px;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.h5-newsletter .form-newsletter input[type="email"]:focus,
.h5-newsletter .form-newsletter input[type="email"]:hover{
    border-color: #c3d450;
}
.h5-newsletter .form-newsletter .submit-form{
    position: static;
    transform: none;
}
.h5-newsletter .form-newsletter .submit-form input[type=submit]{
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #c2d450;
    background: transparent !important;
    color: #c2d450;
    padding: 0 5px;
}
.footer-bottom3{
    padding: 21px 0;
    border-top: 1px solid #e7e7e7;
}
.wrap-bread-crumb.default {
    margin: 100px 0 0;
}  
.wrap-bread-crumb.brc_banner {
    position: relative;
    overflow: hidden;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.wrap-bread-crumb .bg-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.wrap-bread-crumb.default .bg-overlay{
    display: none;
}
.bread-crumb *{
    position: relative;
}
.brc_banner .bread-crumb {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.brc_banner .bread-crumb a {
  color: #fff;
  display: inline-block;
}

.brc_banner .bread-crumb a:hover {
  color: #c3d450;
}

.bread-crumb a::after {
  content: "\f101";
  font-family: 'fontAwesome';
  margin: 0 10px 0 10px;
}

.brc_banner .bread-crumb a::after {
  content: "\f101";
  font-family: 'fontAwesome';
  margin: 0 17px 0 17px;
}

.brc_banner .bread-crumb span {
    color: #fff;
}

.brc_banner .bread-crumb span, 
.brc_banner .bread-crumb a {
  font-size: 18px;
}

.brc_banner h2.title60 {
    margin-bottom: 25px;
    color: #fff;
}
.sort-pagi-bar .box-attr-filter::before {
    display: none;
}
.sort-pagi-bar .box-attr-filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 20px;
    width: calc(100% - 30px);
    left: 15px;
}
.sort-pagi-bar .box-attr-filter .widget {
    width: 25%;
    margin: 0;
    padding: 0 15px;
}
.sort-pagi-bar .box-attr-filter .widget ul {
    max-height: 180px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
}
.sort-pagi-bar .box-attr-filter .widget ul::-webkit-scrollbar {
    width: 2px;
}
.sort-pagi-bar .box-attr-filter .widget ul::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .15);
    border-radius: 0px;
}
.sort-pagi-bar .box-attr-filter .widget ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .25);
    border-radius: 0px;
}
.hidden-sidebar {
    height: 40px;
    line-height: 40px;
}
.hidden-sidebar .widget ul li, .sort-pagi-bar .box-attr-filter .widget ul li {
    line-height: normal;
    border: 0;
}
.hidden-sidebar .widget ul li i.count, .sort-pagi-bar .box-attr-filter .widget ul li i.count {
    float: right;
    font-style: normal;
    width: 30px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #eee;
    font-size: 12px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.hidden-sidebar .widget ul li a.active i.count, 
.sort-pagi-bar .box-attr-filter .widget ul li a.active i.count, 
.hidden-sidebar .widget ul li a:hover i.count, 
.sort-pagi-bar .box-attr-filter .widget ul li a:hover i.count {
    background: #ff4f42;
    color: #fff;
    border-color: #ff4f42;
}
.hidden-sidebar.aside-box .close-aside {
    position: static;
    margin-bottom: 30px;
}
.hidden-sidebar .show_icon {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 2px;
    background-color: #999;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.hidden-sidebar .show_icon:before, .hidden-sidebar .show_icon:after {
    position: absolute;
    content: "";
    left: 0;
    background-color: #999;
    display: inline-block;
    width: 17px;
    height: 2px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.hidden-sidebar .show_icon:before {
    top: -6px;
}
.hidden-sidebar .show_icon:after {
    top: 6px;
}
.hidden-sidebar .text {
    margin: 0 7px;
}
.hidden-sidebar .aside-link:hover .show_icon, 
.hidden-sidebar .aside-link:hover .show_icon:before, 
.hidden-sidebar .aside-link:hover .show_icon:after {
    background-color: #c3d450;
}
.hidden-sidebar .aside-link:hover .show_icon:before {
    width: 12px;
}
.hidden-sidebar .aside-link:hover .show_icon:after {
    width: 10px;
}
.widget_orderby .dropdown-link {
    display: none;
}
.widget_orderby .dropdown-list {
    display: block;
    position: static;
    opacity: 1;
    visibility: visible;
    border: 0;
    box-shadow: none;
}
.widget_orderby .dropdown-list li a {
    display: block;
    position: static;
    opacity: 1;
    visibility: visible;
    border: 0;
    box-shadow: none;
    padding: 0;
    line-height: normal;
    height: auto;
}
.widget_orderby .dropdown-list li a.active {
    color: #c3d450;
    background: transparent;
}




.mini-cart-empty {
    padding-top: 50px;
    text-align: center;
}
.bg-slider img{
    opacity: 0;
}
.h6-product-slider  .group-navi.owl-carousel .owl-nav [class*=owl-]{
    margin: 0 10px;
}
.h6-product-slider .owl-theme  .owl-nav [class*=owl-]{
    background: rgba(255, 255, 255, .7) !important;
}
.h6-product-slider .owl-theme  .owl-nav [class*=owl-]:hover {
    background: #c3d450 !important;
    color: #FFF !important;
}

.owl-btn-grey .owl-carousel .owl-nav button.owl-next, 
.owl-btn-grey .owl-carousel .owl-nav button.owl-prev, 
.owl-btn-grey .owl-theme .owl-nav [class*=owl-]{
    background: rgba(204, 204, 204, .3);
}
.owl-btn-grey .owl-carousel .owl-nav button.owl-next:hover, 
.owl-btn-grey .owl-carousel .owl-nav button.owl-prev:hover, 
.owl-btn-grey .owl-theme .owl-nav [class*=owl-]:hover{
    background: #c3d450;
}
/*Product thumbnail*/
.gallery-slider .slick-slide img{
    cursor: pointer;
    border: 1px solid #d6d6d6;
}
.gallery-slider .slick-slide .active img{
    border: 2px solid #c3d450;
}
.product-horizontal .gallery-slider{
    margin: 0 60px;
}
.product-horizontal .gallery-slider .slick-slide {
    padding: 0 10px;
}
.product-vertical{
    position: relative;
    padding-left: 90px;
}
.product-vertical .gallery-control{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 80px;
}
.product-vertical .gallery-control{

}
.product-vertical .gallery-control a{
    top: auto;
    bottom: -40px;
}
.product-vertical .gallery-control a.prev i:before{
    content: "\f102";
}
.product-vertical .gallery-control a.next i:before{
    content: "\f103";
}

.product-vertical .gallery-slider .slick-slide {
    margin-bottom: 10px;
}

.grid-col .col-xs-12:not(:last-child){
    margin-bottom: 30px;
}

/*Sticky add cart*/
.sticky-addcart .product-info{
    margin: 0 20px;
}
.sticky-addcart h3.title18 {
    margin-bottom: 4px;
}
.sticky-addcart .product-price{
    margin-bottom: 0px;
}
.sticky-cart-form .wishlist-link{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background-color: #c3d450;
    color: #fff;
    padding: 0;
    font-size: 18px;
}
.sticky-cart-form .wishlist-link:hover{
    background-color: #4c5461;
}
body.woocommerce .sticky-cart-form  form.cart {
    display: flex;
    margin: 0px;
    width: auto;
}
.sticky-cart-form .yith-wcwl-add-to-wishlist{
    display: inline-block;
}
.sticky-cart-form .yith-wcwl-add-button > a i{
    margin: 0;
}
body.woocommerce .sticky-cart-form .detail-qty {
    margin-bottom: 0px;
}
body.woocommerce .sticky-cart-form .button.single_add_to_cart_button {
    margin: 0 20px;
}

.sticky-addcart {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .12);
    box-shadow: 0 0 9px rgba(0, 0, 0, .12);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
}

.sticky-addcart.active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.tab-accordion .panel-group{
    margin-bottom: 56px;
}
.tab-accordion .panel-body > h2{
    display: none;
}
.tab-accordion .panel{
    border: 1px solid #eee;
    border-radius: 0px;
    box-shadow: none;
}
.tab-accordion .panel-group .panel-heading{
    position: relative;
    padding: 0;
    background: #f5f6f9;
}
.tab-accordion .panel-group .panel-heading.active{
    pointer-events: none;
}
.tab-accordion .panel-group .panel-collapse,
.tab-accordion .panel-group .panel-heading{
    border: 1px solid #eee;
    border-radius: 0px;
    margin: -1px;
}
.tab-accordion .panel-group .panel-collapse.in,
.tab-accordion .panel-group .panel-heading.active{
    border-color: #c3d450;
    background: transparent;
}
.tab-accordion .panel-group .panel-heading+.panel-collapse>.list-group, 
.tab-accordion .panel-group .panel-heading+.panel-collapse>.panel-body{
    border: none;
}
.tab-accordion  .panel-title a{
    color: #999;
    font-size: 18px;
    display: block;
    padding: 10px 20px;
}
.tab-accordion .active .panel-title a{
    color: #4c5461;
}
.tab-accordion .panel-group .panel+.panel{
    margin: 0;
}
.tab-accordion .panel-body{
    padding: 20px;
}
.tab-accordion .panel-group .panel-heading a:after{
    content: '\4c';
    font-family: "ElegantIcons";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    transform: none;
    font-size: 18px;
    color: #999;
    line-height: 40px;
    width: 40px;
    border: none;
    text-align: center;
    border: 1px solid #eee;
    background: transparent;
}
.tab-accordion .panel-group .panel-heading.active a:after{
    content: '\4b';
    border-color: #c1d450;
    background: #f5f6f9;
}
.account-icon:hover{
    color: #fff;
}
.account-manager .dropdown-list {
    left: auto;
    right: 0;
}
.logged-in .account-manager {
    min-width: 30px;
}
.logged-in a.account-icon::after {
    content: "\f058";
    font-family: fontawesome;
    font-size: 10px;
    position: absolute;
    bottom: -5px;
    right: 8px;
}
.related-product{
    margin-top: 50px;
}
.related-product .item-product-grid .product-extra-link ul li{
    margin: 0;
}
div.wpcf7 .ajax-loader{
    position: absolute;
    top: 12px;
}

/*gutenberg optimized css font-end*/
.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
    margin-bottom: 30px;
    margin-top: 26px;
}
.wp-block-pullquote blockquote:before{
    display: none;
}
.wp-block-pullquote blockquote{
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
    color: #40464d;
    text-transform: uppercase;
    font-size: 13px;
    font-style: normal;
}
.wp-block-button{
    margin-top: 30px;
    margin-bottom: 30px;
}
.wp-block-button .wp-block-button__link{
    line-height: 1.8;
}
.entry-content > ul,
.detail-content-wrap > ul{
    margin-bottom: 25px;
}
.entry-content > p a,
.detail-content-wrap > p a{
    color: #007fac;
}
.entry-content > p a:hover,
.detail-content-wrap > p a:hover{
    color: #c3d450;
}
.entry-content > p ~ *,
.detail-content-wrap > p ~ *{
    margin-top: 25px;
}
.detail-content-wrap h1,
.detail-content-wrap h2,
.detail-content-wrap h3,
.detail-content-wrap h4,
.detail-content-wrap h5,
.detail-content-wrap h6{
    margin-top: 25px;
}
.detail-content-wrap p.wp-block-subhead{
    margin-top: 25px;
}

.wp-block-embed,
.wp-block-image{
    margin-top: 20px;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: 0;
    padding: 0 60px;
}
.wp-block-quote.is-large {
    margin-top: 30px;
}
.wp-caption-text{
    color: #999;
    margin-top: 10px;
}
figure{
    margin-bottom: 20px;
    clear: both;
}
.has-huge-font-size,
.has-larger-font-size,
.has-large-font-size{
    line-height: 1.8;
}
.wp-block-embed-twitter{
    margin-top: .5em;
}
.wp-block-embed-twitter.alignright,
.wp-block-button.alignright .wp-block-button__link{
    margin-left: 2em;
}
.wp-block-embed-twitter.alignleft,
.wp-block-button.alignleft .wp-block-button__link{
    margin-right: 2em;
}
figure.wp-block-embed-twitter{
    margin-top: 10px;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 0 60px;
}
.wp-block-embed-youtube iframe{
    width: 100%;
}
.wp-block-text-columns{
    margin-bottom: 30px;
}
a.wp-block-button__link{
    color: #fff;
}
.is-style-outline a.wp-block-button__link:not(.has-text-color){
    color: #32373c;
}
.wp-block-table td, .wp-block-table th {
    border: 1px solid #eaeaec;
}
.wp-block-categories-list li:not(:last-child),
.wp-block-latest-posts li:not(:last-child){
    margin-bottom: 6px;
}
.wp-block-categories-list ul {
    margin-top: 6px;
}
/* end gutenberg optimized css font-end*/