/*Import*/
/*************************************
[Master Stylesheet]
Project: 7upframework
Version: 1.0
Last change: 05/20/2017
Author: 7UP Theme
Author URI: https://7uptheme.com/
[Table Content]
1.Home 1
2.Home 2
3.Home 3
4.Home 4
5.Home 5
6.Home 6
7.About
8.Contact
9.Menu Ontop
10.Preview  Menu
11.Shop
12.Product Details
13.Blog
***********************************************/
.fixed-header .vc_row[data-vc-full-width].vc_hidden{
  opacity: 1;
}
.hidden{
    display: none;
}
.list-tag-detail.nav-tabs{
    border-bottom: 0;
}
.tab-style2 .list-tag-detail.nav-tabs{
    margin: 0 -2px;
}
.list-tag-detail.nav-tabs li{
    width: 100%;
}
.tab-style2 .detail-tab-title ul li {
    width: auto;
    margin: 0 2px;
}
.list-tag-detail li a.active::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 2px;
    content: "";
    bottom: -1px;
    background: #333;
}
.menupop.hover:hover {
    transition: none;
    transform: none;
    animation: unset;
}
/*UNITEST*/
.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
pre{
    white-space: pre-wrap;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}
figure,
.sv-default img{
    max-width: 100%;
    height: auto;
}
.sv-default #st-map img{
    max-width: none;
    height: inherit;
}

.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width:         calc(50% - 4px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

table, th, td {
    border: 1px solid #eaeaec;
    padding:5px;
}
/*Widget*/
.widget .screen-reader-text{
    display: none;
}
.widget-title{
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    font-family: Marcellus, cursive;
    margin-bottom: 27px;
    line-height: 21px;
    color: #262626;
}
.widget-title:before{
    content: '';
    height: 2px;
    width: 30px;
    background: #be9c79;
    display: inline-block;
    margin-right: 10px;
    margin-top: -4px;
    vertical-align: middle;
}
.widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li{
    padding: 5px 0;
}
.widget abbr[title]{
    border-bottom: 0;
}
.tagcloud a{
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px !important;
}
.tagcloud a:after{
    content: ',';
}
.widget_tag_cloud  .tagcloud{
    margin-bottom: -14px;
}
.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: #be9c79;
}
.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: #be9c79;
}
.widget ul.sub-menu,
.widget ul.children{
    padding-left: 15px;
    margin-top: 10px;
}
.widget ul li:last-child{
    padding-bottom: 0;
}
.widget select{
    max-width: 100%;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 40px 0px 20px;
}
.textwidget p > img{
    margin: 6px 0;
}
.entry-content > p,
.rssSummary,
.widget p{
    color: #555;
    margin: 0 0 15px;
    line-height: 24px;
}
.rssSummary{
    margin-top: 15px;
}
a.rsswidget{
    font-weight: bold;
}
.rss-date{
    color: #999;
}
.widget.widget_rss ul li{
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.widget.widget_rss ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 5px 0 5px;
}
.widget .select2-container .select2-search--inline .select2-search__field{
    height: 49px;
    margin: 0;
    padding: 0 20px;
}
.widget .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #e5e5e5 1px;
}
.woocommerce-product-search input[type=search]{
    border: 1px solid #e5e5e5;
    height: 60px;
    padding: 0 60px 0px 20px;
    display: block;
    width: 100%;
    border-radius: 0px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:first-child,
.widget ul li:first-child{
    padding-top: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child,
.widget ul li:last-child{
    padding-bottom: 0;
}
span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.widget .select2-container--default .select2-selection--multiple{
    border-color: #e5e5e5;
    border-radius: 0px;
}
.widget .mini-cart-empty {
    padding-top: 0;
}
.error-404.not-found{
    margin-bottom: 40px;
}
.error-404 .wg-search-form{
    margin-top: 20px;
    max-width: 415px;
}
/*css widget mb*/
.widget_categories select, .widget_archive select, .widget_text form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.sidebar-widget > .fa-caret-down {
    right: 20px;
    bottom: 23px;
    position: absolute;
    pointer-events: none;
}
.widget_categories form, .widget_text form {
    position: relative;
}
.widget_categories form:after, .widget_text form:after {
    content: "\f0dd";
    font: normal normal normal 14px/1 FontAwesome;
    right: 20px;
    bottom: 25px;
    position: absolute;
    pointer-events: none;
}
.widget-title .rsswidget .rss-widget-icon{
    width: 15px;
    margin-top: -5px;
}
.widget-title .rsswidget {
    font-weight: 400;
}
.widget_product_search input[type=submit], .widget_product_search button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    background: transparent;
    border: none;
    z-index: 1;
    font-size: 0;
}
.woocommerce-product-search::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "\f2eb";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 28px;
    height: 100%;
    line-height: 60px;
    width: 60px;
    text-align: center;
}
.widget .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    padding-left: 20px;
    padding-right: 60px;
}
.widget .select2-container--default .select2-selection--single {
    border-color: #e1e1e1;
    height: 60px;
    border-radius: 0px;
}
.widget .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    right: 15px;
}
.widget .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #656565;
}
.widget_recent_entries >ul,
.widget_recent_comments >ul,
.widget_archive >ul,
.widget_categories >ul,
.widget_meta >ul,
.widget_recent_comments >ul,
.widget_recent_entries >ul,
.widget_rss >ul,
.widget_text >.textwidget>p:first-child,
.widget_nav_menu >ul,
.widget_product_categories >ul,
.widget_s7upf_category_fillter >ul,
.widget_shopping_cart .mini-cart-empty,
.widget_pages >ul {
    margin-top: -5px;
    margin-bottom: -5px;
}
.widget_text >.textwidget>p:first-child {
    margin-bottom: 22px;
}
.textwidget p > img {
    margin: 6px 0;
}
/*End widget*/
.post-password-form input[type=submit]{
    background: #fff;
    vertical-align: top;
    padding: 0 20px;
    height: 40px;
    border: 1px solid #e5e5e5;

    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.post-password-form input[type=submit]:hover{
    background: #999;
    color: #fff;
}
.sticky{
    display: inline-block;
}
/*END UNITEST*/

/*add style*/
.header-page .vc_row[data-vc-full-width] {
  overflow: inherit !important;
}
.remove-hidden.vc_row[data-vc-full-width] {
  overflow: inherit !important;
}
.vc_row.vc_row-no-padding .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
.comment-list li.pingback {
    margin-bottom: 20px;
}

/*Menu fixed style*/
.fixed-header {
  position: fixed !important;
  top: -100px;
  left: 15px !important;
  z-index: 9999;
  -webkit-transition: top 0.5s ease-out 0s !important;
  transition: top 0.5s ease-out 0s !important;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}
.admin-bar .fixed-header.active {
  top: 32px;
}
.fixed-header.active {
  top: 0;
}
.fixed-header{
    background: #fff;
}
.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;
}
.is-product-col-5-10 .list-product-wrap,
.list-post-wrap .wrap-item[data-item="5"],
.list-post-wrap .wrap-item[data-item="6"],
.blog-grid-view[data-column="5"] .row,
.blog-grid-view[data-column="6"] .row,
.product-grid-view[data-column="5"] .row,
.product-grid-view[data-column="6"] .row,
.product-grid-view[data-column="7"] .row,
.product-grid-view[data-column="8"] .row,
.product-grid-view[data-column="9"] .row,
.product-grid-view[data-column="10"] .row{
    margin: 0 -5px;
}
/*end*/

.blog-grid-view .list-post-wrap{
    margin: 0 -15px;
}

.main-page-default{
    padding: 120px 0;
}
.loadmore {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #262626;
    font-size: 16px;
    color: #fff;
}
.loadmore:hover {
    background: #be9c79;
    color: #fff;
}
.btn-loadmore{
    text-align: center;
}
.post-meta-data a{
    color: #999;
}
.post-meta-data a:hover{
    color: #be9c79;
}

/*Share*//*
.single-list-social ul{
  margin: 0 -2px;
}
.single-list-social ul li{
  margin: 0 2px;
}
.share-icon{
    height: 28px;
    line-height: 30px;
    display: block;
    padding: 0 8px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    min-width: 29px;
}
.share-icon.facebook-social{
  background: #2d5f9a;
}
.share-icon.twitter-social{
  background: #58c7ff;
}
.share-icon.google-social{
  background: #d93c2d;
}
.share-icon.envelope-social{
  background: #484745;
}
.share-icon.linkedin-social{
  background: #00527b;
}
.share-icon.pinterest-social{
  background: #ed2024;
}
.share-icon.tumblr-social{
  background: #3f557a;
}*/

.single-post-social a{
    padding: 10px 13px;
    display: inline-block;
}
.single-post-social ul{
    margin: -10px -13px;
    display: inline-block;
    padding-right: 17px;
    background: #fff;
}
.single-post-social{
    position: relative;
    margin-top: 44px;
}
.single-post-social:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top:18px;
    background: #e1e1e1;
    height: 1px;
    margin: auto;
    width: 100%;
    z-index: -1;
}
.share-icon i{
  font-size: 18px;
}
.share-icon.total-share{
    height: 28px;
    line-height: 28px;
    border: 1px solid #e5e5e5;
    color: #cb0909;
}
.share-icon .number{
  margin: -1px 4px 0;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
}
/*End share*/
.author-thumb img,
.comment-thumb img{
    border-radius: 50%;
}
.comment-list ul.children{
    list-style: none;
    padding-left: 130px;
}
.blog-comment-detail > h2.title18 {
    margin-bottom: 25px;
}
.comment-list li li:last-child .item-comment {
    /*border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 30px;*/
}
.comment-info .fn{
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block
}
.comment-info .fn a{
    color: #333;
}
.comment-info .fn a:hover{
    color: #be9c79;
}
.comment-reply-title{
    color: #262626;
    font-size: 24px;
    text-transform: uppercase;
    font-family: Marcellus, cursive;
    margin-top: 0px;
    line-height: 38px;
    margin-bottom: 38px;
}
.comment-form .desc {
    margin: 0 0 30px;
}
.content-post-default .desc {
    margin-bottom: 30px;
}
.content-post-default h3 {
    margin-bottom: 20px;
}
.bread-crumb ul:last-child li:last-child a::after,
.bread-crumb > a:last-child::after{
    display: none;
}
.bread-crumb ul{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.bread-crumb a::after {
    margin: 0 6px 0 6px;
}
.woocommerce .woocommerce-breadcrumb{
    margin: 0;
}
.bread-crumb ul.post-categories li {
    display: inline-block;
}
/*woocommerce sidebar*/
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img{
    width: 70px;
}
.widget .product-title {
    overflow: inherit;
    text-overflow: inherit;
    white-space: normal;
    font-weight: normal;
}
.widget .product_list_widget .wrap-rating{
    margin-top: 4px;
}
.widget .product_list_widget .reviewer,
.widget .product_list_widget .product-price{
    margin-top: 8px;
    display: block;
}
.woocommerce ul.product_list_widget > li{
    margin-bottom: 15px;
}
.woocommerce .widget_rating_filter ul li {
    padding: 0 0 6px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #999;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    margin-left: 0px;
    background-color: #be9c79;
    top: -5px;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -15px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #be9c79;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    float: right;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
    float: left;
    font-size: 14px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e7e7e7;
    height: 6px;
    border-radius: 3px;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
}
.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{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    background: #be9c79;
    height: 48px;
    line-height: 48px;
    padding: 0px 40px!important;
    border: none;
    text-transform: uppercase;
    border-radius: 0px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    font-weight: 400;
}

.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: #262626;
    color: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 0px 25px!important;
}
.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;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
textarea{
    border: 1px solid #e5e5e5;

    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-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: #be9c79;
}
.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;
}
.loadding{
    position: relative;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images{
    float: none;
    width: 100%;
}
.woocommerce div.product .woocommerce-product-rating{
    margin-bottom: 0;
    margin-top: -6px;
}
.woocommerce div.product .woocommerce-product-rating .wrap-rating{
    display: inline-block;
    margin-bottom: 10px;
}
.entry-summary > p{
    margin-bottom: 0;
}
/*End default*/


/*Begin custom*/
.main-nav>ul>li.current-menu-item>a,
.main-nav>ul>li.current-menu-ancestor>a,
.main-nav>ul>li:hover>a{
    color: #be9c79;
}
.main-nav li:not(.has-mega-menu) .sub-menu li:hover,
.main-nav .sub-menu li.current-menu-item,
.main-nav .sub-menu li.current-menu-ancestor{
    background: rgba(0, 0, 0, 0.1);
}
.product-price > span,
.product-price ins{
    color: #262626;
    font-weight: 400;
    font-size: 18px;
}
.product-price del{
    color: #999;
    font-size: 18px;
}
.item-product-wg .product-price > span,
.item-product-wg .product-price ins{
    color: #262626;
    font-weight: 400;
    font-size: 14px;
}
.item-product-wg .product-price del{
    color: #999;
    font-size: 14px;
}
a.added_to_cart,
.woocommerce a.added_to_cart{
    display: none !important;
}
.woocommerce #respond input#submit,
a.added_to_cart,
.woocommerce a.added_to_cart,
.woocommerce a.button.addcart-link{
    display: inline-block;
    height: 40px;
    line-height: 38px;
    border: 1px solid #262626;
    padding: 0 20px;
    text-align: center;
    background: #fff;
    margin: 0;
    font-weight: normal;
}
.woocommerce #respond input#submit:hover,
a.added_to_cart:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce a.button.addcart-link:hover{
    background: #262626;
    border-color: #262626;
    color: #fff;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after{
    top: 0;
    right: 0;
}
.woocommerce ul.products li.product .button{
    margin: 0;
}
.sort-by .select-box select {
    line-height: 36px;
}
.title-page{
    position: relative;
    z-index: 1;
}
.title-page + div{
    position: relative;
    z-index: 0;
}
.detail-info .product-desc {
    color: #555;
    margin-bottom: 20px;
    line-height: 24px;
}
.product_meta > span{
    display: block;
}
.product_meta > span > span,
.product_meta > span > a{
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 5px 10px;

    margin-bottom: 5px;
}
.detail-qty .qty-val{
    border: 0;
    height: 38px;
}
.detail-info .product-price > span,
.detail-info .product-price ins{
    font-size: 18px;
}
.detail-info .product-price del{
    font-size: 14px;
}
.single_variation_wrap .detail-attr{
    display: block;
}
.qty-cart > .woocommerce-variation-add-to-cart{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #be9c79;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0px 20px!important;
    font-weight: 700;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
    color: #fff;
    background: #262626;
}
.detail-attr:not(.type-select):not(.type-) .select-box::after{
    display: none;
}
.reset_variations[style="visibility: hidden;"]{
    display: none;
}
.woocommerce div.product form.cart .reset_variations{
    font-size: 14px;
    text-align: right;
    padding-top: 0;
}
.woocommerce div.product form.cart .reset_variations[style="visibility: visible; display: inline;"] {
    display: block !important;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover{
    background-color: #999;
}
.woocommerce-variation.single_variation{
  /*  margin-left: 100px;*/
}
.item-product-meta-info label {
    color: #262626;
    text-transform: uppercase;
    margin-right: 5px;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
.item-product-meta-info > span{
    padding: 0;
    border: 0;
    display: table;
}
.item-product-meta-info > span > *{
    display: table-cell;
}
.item-product-meta-info .meta-item-list span,
.item-product-meta-info .meta-item-list  a{
    margin-bottom: 5px;
}
.select-box select{
    z-index: inherit;
}

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

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

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

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

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

.tawcvs-swatches .swatch-color.selected {
    border-color: transparent;
}
.tawcvs-swatches .swatch-color.active:before,
.tawcvs-swatches .swatch-color.selected:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 8px;
    left: 11px;
}

.tawcvs-swatches .swatch-label {
    background-color: #f1f1f1;
}

.tawcvs-swatches .swatch-image {
    overflow: hidden;
}
.tawcvs-swatches .swatch img{
    vertical-align: top;
}
.widget .tawcvs-swatches .swatch{
    margin-right: 10px;
}*/
/* End attribute css*/
.woocommerce div.product div.summary {
    margin-bottom: 0;
    margin-top: -5px;
}
/* detail tab css*/
.detail-tab-desc > h2:first-child{
    display: none;
}
.detail-tab-desc p{
    color: #555;
    margin: 0;
    line-height: 24px;
}
.detail-tabs.tab-style2{
    display: block;
    border: 0;
}
.tab-style2 .detail-tab-title ul li{
    display: inline-block;
}
.tab-style2 .detail-tab-title{
    min-width: inherit;
    border: 0;
}
.tab-style2 .list-tag-detail li a{
    border: 1px solid #e5e5e5;
}
.tab-style2 .list-tag-detail li.active a::after{
    display: none;
}
.tab-style2 .detail-tab-content{
    margin: 0;
}
.woocommerce #reviews #comments > h2 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    display: none;
}
.woocommerce #reviews #comments ol.commentlist >li.review {
    margin-bottom: 50px;
}
.woocommerce #reviews #comments ol.commentlist >li.review:last-child {
    margin-bottom: 0px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
    width: 100px;
    border: 0;
    padding: 0;
    border-radius: 50%;
}
.woocommerce #reviews .comment-text .wrap-rating {
    position: absolute;
    right: 0;
}
.woocommerce #reviews #comments ol.commentlist {
    margin-bottom: 91px;
}
.woocommerce-review__author {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
    font-family: Marcellus, cursive;
    font-size: 16px;
    color: #262626;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
    margin-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist{
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    margin-left: 130px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0px;
}
.woocommerce-Reviews .comment-reply-title {
    margin-bottom: 10px;
    display: block;
}
.comment-form-rating > label{
    margin-bottom: 10px;
}
.woocommerce #review_form #respond p.stars{
    margin-bottom: 0;
}
.woocommerce .star-rating,
.woocommerce p.stars a{
    color: #ffc000;
}
.detail-tabs{
    margin-bottom: 30px;
}
/* End detail tab css*/
.single-title{
    margin-bottom: 30px;
}
.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;
    height: 48px;
}
td.product-remove {
    max-width: 30px;
}
td.product-thumbnail {
    max-width: 60px;
    text-align: center;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 70px;
}
/*End Woocommerce page css*/

.item-default .post-thumb{
    display: inline-block;
    max-width: 100%;
}
.entry-content,
.detail-content-wrap{
    line-height: 24px;
}
.page-links > span,
.page-links > a{
    padding: 6px 10px;
    margin: 0 2px;
    font-weight: 600;
    color: #656565;;
}
.page-links > a:hover{
    color: #cca06f;;
}
.page-links > span{
    color: #cca06f;
}
.page-links{
    margin-top: 50px;
    margin-bottom: 55px;
}
.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;
    padding: 30px 0px;
}
.woocommerce div.product form.cart:not(.variations_form) > label{
}
.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{
    vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td.group-info{
    padding: 0px 10px;
    vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td.group-info .product-title{
    margin-bottom: 5px;
    font-size: 20px;
}
.woocommerce div.product form.cart .group_table td.group-qty{
    text-align: right;
}
.woocommerce div.product form.cart .group_table td.group-qty .detail-qty{
    margin-right: 0px;
    display: inline-block;
}
.woocommerce div.product form.cart .group_table tr{
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
}
.woocommerce div.product form.cart .group_table tr:last-child{
    border-bottom: none;
}
.woocommerce div.product form.cart .group_table td:first-child {
    width: 80px;
}
.woocommerce div.product .list-product-group form.cart .button.single_add_to_cart_button{
    margin: 20px 0 0 0;
    min-width: 50%;
}
.woocommerce table.shop_table{
    padding: 0;
    border-collapse: collapse;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text{
    border-color: #e5e5e5;
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: collapse;
}
.select2-container--default .select2-selection--single{
    border-color: #e5e5e5;
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
    right: 6px;
}
/*My account*/
.woocommerce-MyAccount-navigation ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li{
    padding: 8px 15px;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #e5e5e5;
}
.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-MyAccount-navigation ul li:hover{
    color: #fff;
    background: #999;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li:hover a{
    color: #fff;
}
.woocommerce-MyAccount-content{
    padding: 15px;
    border: 1px solid #e5e5e5;
}
.woocommerce-MyAccount-content a{
    color: #333;
}
.woocommerce-MyAccount-content a:hover{
    color: #999;
}
.woocommerce-account .addresses .title .edit{
    font-size: 14px;
    background: #999;
    color: #fff;
    padding: 5px 10px;
    margin-top: 20px;
    border: 1px solid #999;
}
.woocommerce-account .addresses .title .edit:hover{
    background: #fff;
    color: #333;
}
.woocommerce form .form-row input.input-text{
    height: 40px;
    border: 1px solid #e5e5e5;
}
.select2-container .select2-choice{
    height: 40px;
    border: 1px solid #e5e5e5;
    line-height: 40px;
}
.select2-drop-active{
    border-color: #e5e5e5;
}
.mini-cart-empty{
    padding-top: 20px;
}
.mini-cart-button a,
.woocommerce .mini-cart-button a{
    height: 48px;
    display: inline-block;
    padding: 0 20px!important;
    border: none;
    color: #fff;
    line-height: 48px;
    background: #262626;
    margin: 0 0.5px;
    text-align: center;
    width: 100%;
}
.mini-cart-button a:hover,
.woocommerce .mini-cart-button a:hover {
    color: #fff;
    background: #be9c79;
}
.aside-box .dropdown-list{
    left: auto;
    visibility: visible;
    opacity: 1;
}
.mini-cart-box.aside-box .mini-cart-button a:first-child {
   /* background: #666;*/
}
.aside-box .dropdown-list {
    pointer-events: inherit;
}
.overlay .wrap::after{
    z-index: 1001;
}
/*End*/
.fancybox-inner{
    padding: 0 15px;
    margin: 0 -15px;
}
.zoomContainer {
    z-index: 9997;
}
.fancybox-overlay{
    z-index: 9999;
}
.fancybox-opened{
    z-index: 99991;
}
.menu-on-fixed.single-product .header-page{
    position: static;
}
.single-product .header-page{
    z-index: 9999;
    position: relative;
}
.product-popup-content{
    padding: 0;
}
.product-popup-content .detail-info {
    padding-left: 0;
}
.product-popup-content .product-detail {
    margin-bottom: 0;
}
.fancybox-opened .fancybox-skin{
    background: #fff;
}
/*Begin Search Ajax*/
.list-product-search {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    /*border-radius: 6px;*/
    left: 0;
    margin-top: 32px;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    min-width: 300px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.list-product-search.active {
    opacity: 1;
    visibility: visible;
    margin-top: 2px;
}
.item-search-pro {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    padding: 10px 0;
    width: 100%;
}
.item-search-pro > div {
    display: table-cell;
    vertical-align: middle;
}
.item-search-pro:last-child {
    border: none;
}
.item-search-pro .title14 {
    text-transform: capitalize;
    font-weight: 400;
}
.item-search-pro > div.search-ajax-thumb {
    width: 50px;
}
.item-search-pro > div.search-ajax-price {
    text-align: right;
}
.item-search-pro > div.search-ajax-title {
    padding: 0 10px;
}
.live-search-on.active .list-product-search{
    opacity: 1;
    visibility: visible;
    margin-top: 2px;
}
/*End Search Ajax*/
.dropdown-list li.active a {
    background: #be9c79;
    color: #fff;
}
.list-product-search.ajax-loading{
    text-align: center;
}
.overlay .mini-cart-link {
    color: #555;
}
.aside-box .dropdown-list{
    margin-top: 0;
}
.admin-bar .aside-box .dropdown-list{
    margin-top: 32px;
}
.form-newsletter input[type="email"]{
    height: 40px;
    display: block;
    border: none;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    padding: 0 20px;
    background: transparent;
}
.form-newsletter form .mc4wp-form-fields{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    position: relative;
}
.desc-block{
    margin-bottom: 15px;
}
.follow-instagram{
    margin: 0 -2px;
}
.follow-instagram li{
    max-width: 160px;
    margin: 0.5px;
    padding: 0px!important;
}
.instagram-slider .group-navi .owl-nav{
    right: 0;
}
.item-product-grid {
    margin-bottom: 30px;
}

/*Gap product*/
/*gap 5*/
.gap-5 .list-product-wrap{
    margin: 0 -2.5px;
}
.gap-5 .list-product-wrap .item-product{
    margin-bottom: 0;
}
.gap-5 .group-navi .owl-nav{
    right: 2.5px;
}
.gap-5 .list-product-wrap .product{
    padding:0 2.5px;
    margin-bottom: 5px;
}
.gap-5 .list-product-wrap .item{
    padding:0 2.5px;
    margin-bottom: 5px;
}
.gap-5 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 5px;
}
/*gap 10*/
.gap-10 .list-product-wrap{
    margin: 0 -5px;
}
.gap-10 .list-product-wrap .item-product{
    margin-bottom: 0;
}
.gap-10 .group-navi .owl-nav{
    right: 5px;
}
.gap-10 .list-product-wrap .product{
    padding:0 5px;
    margin-bottom: 10px;
}
.gap-10 .list-product-wrap .item{
    padding:0 5px;
    margin-bottom: 10px;
}
.gap-10 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 10px;
}
/*gap 15*/
.gap-15 .list-product-wrap{
    margin: 0 -7.5px;
}
.gap-15 .list-product-wrap .item-product{
    margin-bottom: 0;
}
.gap-15 .group-navi .owl-nav{
    right: 7.5px;
}
.gap-15 .list-product-wrap .product{
    padding:0 7.5px;
    margin-bottom: 15px;
}
.gap-15 .list-product-wrap .item{
    padding:0 7.5px;
    margin-bottom: 15px;
}
.gap-15 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 15px;
}
/*gap 20*/
.gap-20 .list-product-wrap{
    margin: 0 -10px;
}
.gap-20 .list-product-wrap .item-product{
    margin-bottom: 0;
}
.gap-20 .group-navi .owl-nav{
    right: 10px;
}
.gap-20 .list-product-wrap .product{
    padding:0 10px;
    margin-bottom: 20px;
}
.gap-20 .list-product-wrap .item{
    padding:0 10px;
    margin-bottom: 20px;
}
.gap-20 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 20px;
}
/*gap 30*/
.gap-30 .list-product-wrap{
    margin: 0 -15px;
}
.gap-30 .list-product-wrap .item-product{
    margin-bottom: 0;
}
.gap-30 .group-navi .owl-nav{
    right: 15px;
}
.gap-30 .list-product-wrap .product{
    padding:0 15px;
    margin-bottom: 30px;
}
.gap-30 .list-product-wrap .item{
    padding:0 15px;
    margin-bottom: 30px;
}
.gap-30 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 30px;
}
/*gap 40*/
.gap-40 .list-product-wrap{
    margin: 0 -20px;
}
.gap-40 .list-product-wrap .item-product{
    margin-bottom: 0;
}
.gap-40 .group-navi .owl-nav{
    right: 20px;
}
.gap-40 .list-product-wrap .product{
    padding:0 20px;
    margin-bottom: 40px;
}
.gap-40 .list-product-wrap .item{
    padding:0 20px;
    margin-bottom: 40px;
}
.gap-40 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 40px;
}
/*gap 50*/
.gap-50 .list-product-wrap{
    margin: 0 -25px;
}
.gap-50 .list-product-wrap .item-product{
    margin-bottom: 0;
}
.gap-50 .group-navi .owl-nav{
    right: 25px;
}
.gap-50 .list-product-wrap .product{
    padding:0 25px;
    margin-bottom: 50px;
}
.gap-50 .list-product-wrap .item{
    padding:0 25px;
    margin-bottom: 50px;
}
.gap-50 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 50px;
}
/*gap 50*/
.gap-0 .list-product-wrap{
    margin: 0;
}
.gap-0 .list-product-wrap .item-product{
    margin-bottom: 0;
}
.gap-0 .group-navi .owl-nav{
    right: 0;
}
.gap-0 .list-product-wrap .product{
    padding:0;
    margin-bottom: 0;
}
.gap-0 .list-product-wrap .item{
    padding:0;
    margin-bottom: 0;
}
.gap-0 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 0;
}
/*end gap*/
.tab-header{
    margin-bottom: 30px;
}
.list-post-wrap .wrap-item[data-item="5"] .item-post,
.list-post-wrap .wrap-item[data-item="6"] .item-post{
    padding: 0 5px;
    margin-bottom: 20px;
}
.list-post-wrap .wrap-item .item-post{
    padding: 0 15px;
    margin-bottom: 30px;
}
li.active > a {
    color: #be9c79;
}
.block-element {
    margin-bottom: 0;
}
/*menu live preview*/
.main-nav .preview-image {
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    left: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    border: 1px solid #e5e5e5;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.main-nav li:hover > .preview-image {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.preview-image img{
    height: auto;
}
.preview-image>a {
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.preview-image > a > img {
    left: 0;
    position: absolute;
    top: 0;
    transition: all 5s ease-in-out 0s;
    -webkit-transition: all 5s ease-in-out 0s;
    width: 100%;
}
.preview-image > a:hover > img {
    top: 100%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
/*end live preview*/
/*Begin Wishlist Popup*/
.wishlist-mask {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.wishlist-popup {
  background: #fff none repeat scroll 0 0;
  border: 10px solid rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 220px;
  left: 0;
  margin: auto;
  padding: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 470px;
  z-index: 9999;
}
.wishlist-button a {
 /* background: #858785 none repeat scroll 0 0;
  color: #fff;
   padding: 8px 15px;*/
  display: inline-block;

  margin: 0 3px;
}
.popup-icon {
  font-size: 30px;
}
.wishlist-alert {
  margin: 10px 0 20px;
}
.wishlist-popup .popup-icon{
    color: #be9c79;
}
.wishlist-button a:hover{
    /*background: #be9c79;*/
}
/*End Wishlist Popup*/
.item-mega-menu ul li{
    margin-bottom: 15px;
}
.item-mega-menu ul li:last-child{
    margin-bottom: 0;
}
.item-mega-menu > h3{
    margin-bottom: 20px;
}
.item-post-large.item-default .post-info {
    padding-left: 0;
}
.main-nav.main-nav1 ul{
    padding: 0;
}
.logo h1{
    margin: 0;
}
.content-single-blog iframe{
    width: 100%;
    border: 0;
    max-width: 100%;
}
.player .vp-player-layout{
    left: 0 !important;
    right: 0 !important;
}
.sort-by .select-box::after {
    top: 15px;
    color: #999;
    right: 20px;
}
.vc_row:not([data-vc-stretch-content="true"]) .container{
    padding: 0;
}
.smart-slider:not(.owl-carousel)[data-item="6"] > div{
    width: 16.6666%;
}
.smart-slider:not(.owl-carousel)[data-item="5"] > div{
    width: 20%;
}
.smart-slider:not(.owl-carousel)[data-item="4"] > div{
    width: 25%;
}
.smart-slider:not(.owl-carousel)[data-item="3"] > div{
    width: 33.3333%;
}
.smart-slider:not(.owl-carousel)[data-item="2"] > div{
    width: 50%;
}
.widget-group{
    margin-bottom: 30px;
}
.widget-group:last-child{
    margin-bottom: 0;
}
.page-content-box .wrap {
  background: #fff;
  max-width: 1230px;
  margin: auto;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.page-content-box .container {
    max-width: 1230px;
}
.page-content-box .fix-row-bg{
    margin-left: 15px;
    margin-right: 15px;
}
.page-content-box .vc_row {
    padding-left: 15px;
    padding-right: 15px;
}
.page-content-box .fix-row-bg .vc_row {
    padding-left: 0;
    padding-right: 0;
}
body.page-content-box *[data-vc-full-width]{
    max-width: 1230px;
    margin: auto;
    left: -15px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
body.page-content-box [data-vc-full-width] [data-vc-full-width]{
    left: 0px!important;
}
.page-content-box .vc_row .vc_row {
    padding-left: 0px;
    padding-right: 0px;
}
/*Preload style 2*/
.preload #objectstyle2{
    width: 80px;
    height: 80px;
    background-color: #FFF;
    -webkit-animation: animatestyle2 1s infinite ease-in-out;
    animation: animatestyle2 1s infinite ease-in-out;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
}
@-webkit-keyframes animatestyle2 {
    0% { -webkit-transform: perspective(160px); }
    50% { -webkit-transform: perspective(160px) rotateY(-180deg); }
    100% { -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); }
}

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

}
.objectstyle3{
    width: 25px;
    height: 25px;
    background-color: #FFF;
    float: left;

}
#object_onestyle3 {
    -webkit-animation: object_onestyle3 1.5s infinite;
    animation: object_onestyle3 1.5s infinite;
    }
#object_twostyle3 {
    -webkit-animation: object_twostyle3 1.5s infinite;
    animation: object_twostyle3 1.5s infinite;
    }
#object_threestyle3 {
    -webkit-animation: object_threestyle3 1.5s infinite;
    animation: object_threestyle3 1.5s infinite;
    }
#object_fourstyle3 {
    -webkit-animation: object_fourstyle3 1.5s infinite;
    animation: object_fourstyle3 1.5s infinite;
    }


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

}

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

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

}

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


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

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

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

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


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

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

#object_onestyle4 {
    -webkit-animation: object_onestyle4 1.5s infinite;
    animation: object_onestyle4 1.5s infinite;
    }
#object_twostyle4 {
    -webkit-animation: object_twostyle4 1.5s infinite;
    animation: object_twostyle4 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    }
#object_threestyle4 {
    -webkit-animation: object_threestyle4 1.5s infinite;
    animation: object_threestyle4 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;

    }

@-webkit-keyframes object_onestyle4 {
75% { -webkit-transform: scale(0); }
}

@keyframes object_onestyle4 {

  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

}

@-webkit-keyframes object_twostyle4 {

  75% { -webkit-transform: scale(0); }

}

@keyframes object_twostyle4 {
  75% {
    transform: scale(0);
    -webkit-transform:  scale(0);
  }

}

@-webkit-keyframes object_threestyle4 {

  75% { -webkit-transform: scale(0); }

}

@keyframes object_threestyle4 {

  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

}
/*Preload style 5*/
#loading-center-absolutestyle5 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 200px;
    margin-top: -25px;
    margin-left: -100px;
}
.objectstyle5{
    width: 20px;
    height:20px;
    background-color: #FFF;
    float: left;
    margin-top: 15px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
#first_objectstyle5{
    -webkit-animation: first_objectstyle5 2s infinite;
    animation: first_objectstyle5 2s infinite;

}
#second_objectstyle5{
    -webkit-animation: second_objectstyle5 2s infinite;
    animation: second_objectstyle5 2s infinite;
    float: right;
}

@-webkit-keyframes first_objectstyle5 {

 25% {
    -ms-transform: translate(90px,0) scale(2);
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }

 50% {
    -ms-transform: translate(180px,0) scale(1);
    -webkit-transform: translate(180px,0) scale(1);
    transform: translate(180px,0) scale(1);
     }

  75% {
     -ms-transform: translate(90px,0) scale(2);
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }

}
@keyframes first_objectstyle5 {

 25% {
    -ms-transform: translate(90px,0) scale(2);
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }

 50% {
    -ms-transform: translate(180px,0) scale(1);
    -webkit-transform: translate(180px,0) scale(1);
    transform: translate(180px,0) scale(1);
     }

  75% {
     -ms-transform: translate(90px,0) scale(2);
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }
}

@-webkit-keyframes second_objectstyle5 {

 25% {
    -ms-transform: translate(-90px,0) scale(2);
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     }

 50% {
    -ms-transform: translate(-180px,0) scale(1);
    -webkit-transform: translate(-180px,0) scale(1);
    transform: translate(-180px,0) scale(1);
     }

  75% {
     -ms-transform: translate(-90px,0) scale(2);
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     }
}
@keyframes second_objectstyle5 {

 25% {
    -ms-transform: translate(-90px,0) scale(2);
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     }

 50% {
    -ms-transform: translate(-180px,0) scale(1);
    -webkit-transform: translate(-180px,0) scale(1);
    transform: translate(-180px,0) scale(1);
     }

  75% {
     -ms-transform: translate(-90px,0) scale(2);
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     }
}
/*Preload style 6*/
#loading-center-absolutestyle6 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 100px;
    margin-top: -10px;
    margin-left: -50px;

}
.objectstyle6{
    width: 20px;
    height: 20px;
    background-color: #FFF;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
    position: absolute;
}


#object_onestyle6{
    -webkit-animation: objectstyle6 2s linear infinite;
     animation: objectstyle6 2s linear infinite;
     }
#object_twostyle6{
    -webkit-animation: objectstyle6 2s linear infinite -.4s;
    animation: objectstyle6 2s linear infinite -.4s;
    left: 20px;
     }
#object_threestyle6{
    -webkit-animation: objectstyle6 2s linear infinite -.8s;
    animation: objectstyle6 2s linear infinite -.8s;
    left: 40px;
    }
#object_fourstyle6{
    -webkit-animation: objectstyle6 2s linear infinite -1.2s;
    animation: objectstyle6 2s linear infinite -1.2s;
    left: 60px;
    }
#object_fivestyle6{
    -webkit-animation: objectstyle6 2s linear infinite -1.6s;
    animation: objectstyle6 2s linear infinite -1.6s;
    left: 80px;
    }


@-webkit-keyframes objectstyle6{
  0% { left: 100px; top:0}
  80% { left: 0; top:0;}
  85% { left: 0; top: -20px; width: 20px; height: 20px;}
  90% { width: 40px; height: 15px; }
  95% { left: 100px; top: -20px; width: 20px; height: 20px;}
  100% { left: 100px; top:0; }

}
@keyframes objectstyle6{
  0% { left: 100px; top:0}
  80% { left: 0; top:0;}
  85% { left: 0; top: -20px; width: 20px; height: 20px;}
  90% { width: 40px; height: 15px; }
  95% { left: 100px; top: -20px; width: 20px; height: 20px;}
  100% { left: 100px; top:0; }
}
/*Preload style 7*/
#loading-center-absolutestyle7 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
}
.objectstyle7{
    width: 50px;
    height: 5px;
    background-color: #FFF;
    -webkit-animation: animatestyle7 2s infinite;
    animation: animatestyle7 2s infinite;
    position: absolute;
    top: 0px;
    right: -200px;
    }



@-webkit-keyframes animatestyle7 {

  50% {
    -ms-transform: translate(-400px,0) rotate(-360deg);
    -webkit-transform: translate(-400px,0) rotate(-360deg);
    transform: translate(-400px,0) rotate(-360deg);
      }

 100% {
    -ms-transform: translate(0,0) rotate(360deg);
    -webkit-transform: translate(0,0) rotate(360deg);
    transform: translate(0,0) rotate(360deg);
      }


}

@keyframes animatestyle7 {
  50% {
    -ms-transform: translate(-400px,0) rotate(-360deg);
    -webkit-transform: translate(-400px,0) rotate(-360deg);
    transform: translate(-400px,0) rotate(-360deg);
      }

 100% {
    -ms-transform: translate(0,0) rotate(360deg);
    -webkit-transform: translate(0,0) rotate(360deg);
    transform: translate(0,0) rotate(360deg);
      }

}
.preload-style-custom-image #loading-center{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-items: center;
    -webkit-justify-items: center;
    -ms-justify-items: center;
    -o-justify-items: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}

#loading-center-absolute-image{
    text-align: center;
    margin: auto;
    display: none;
}
.preload #loading-center-absolute-image{
    display: block;
}
.contact-form-page .wrap-input i {
    position: absolute;
    top: 17px;
    left: 20px;
    color: #999;
    z-index: 1;
}
.contact-form-page .wrap-input input[type="url"] {
    border: 1px solid #e5e5e5;
    height: 50px;
    border-radius: 25px;
    display: block;
    width: 100%;
    background: #fff;
    padding: 0 45px;
}
.item-contact-page .contact-thumb i {
    position: relative;
    z-index: 1;
}
.item-contact-page .contact-thumb {
    margin-bottom: 23px !important;
}
.banner-slider .banner-info {
    height: auto;
}
.about-customer li::before{
    content: "\f00c";
    font-family: "FontAwesome";
}
.about-banner-history .banner-info .desc::before{
    content: "\f10d";
    font-family: "FontAwesome";
}
.about-content-page::before {
    display: none;
}
.about-content-page {
    position: relative;
    padding: 0 15px;
}
.about-content-page > div{
    position: relative;
    padding: 40px 0;
}
.about-content-page > div::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    width: 1px;
    content: "";
    background: #e5e5e5;
    z-index: 1;
    display: block;
}
.about-title-number .number {
    line-height: 68px;
}
.about-title-number > p{
    margin-bottom: 0;
}
.about-title-number {
    padding-bottom: 42px;
    margin-bottom: 0;
}
.item-about-faq .desc::before,
.item-about-faq h3::before {
    display: none;
}
.item-about-faq h3 span.first-text {
    position: absolute;
    top: -10px;
    text-transform: uppercase;
    font-size: 60px;
    color: #f4f4f4;
    left: -20px;
    z-index: -1;
}
.item-about-faq .desc span.first-text {
    position: absolute;
    top: 15px;
    text-transform: uppercase;
    font-size: 60px;
    color: #f4f4f4;
    left: -20px;
    z-index: -1;
}
.intro-about-team h3 {
    margin: 0;
    padding: 30px 0;
}
.content-about-team .desc {
    margin-bottom: 25px;
}
.price-table-color span.start{
    margin-bottom: 10px;
}
.wishlist_table tr td,
.wishlist_table tr th.wishlist-delete,
.wishlist_table tr th.product-checkbox{
    text-align: left;
}
.woocommerce .product-remove a.remove{
   /* margin: auto;*/
}
.woocommerce table.wishlist_table {
    font-size: 100%;
}
.compare-link > span,
.wishlist-link > span{
    display: none;
}
.item-post .post-info .desc {
    margin-bottom: 20px;
}
.yith-wcwl-add-to-wishlist + div{
    display: inline-block;
    clear: inherit;
}
.detail-info .compare.button,
.detail-info .yith-wcwl-add-to-wishlist{
    display: inline-block !important;
    margin-bottom: 20px;
    margin-top: 0;
}
/*Block class*/
.block-top-30{
    margin-top: 30px;
}
.block-bottom-30{
    margin-bottom: 30px;
}
.block-top-50{
    margin-top: 50px;
}
.block-bottom-50{
    margin-bottom: 50px;
}
.block-top-100{
    margin-top: 100px;
}
.block-bottom-100{
    margin-bottom: 100px;
}
.title-tab{
    margin: 0 -10px;
    border: 0;
}
.title-tab > li {
    margin: 0 10px;
}
.form-popup .submit-form {
    height: 50px;
    background: #000;
    border: none;
    color: #fff;
    padding: 0 30px;
}
/*Fix form-newsletter*/
.content-popup input[type="email"] {
    width: 260px;
    height: 50px;
    border: 1px solid #e5e5e5;
    padding: 0 15px;
    display: block;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    margin-right: 10px;
}
.content-popup .submit-form::after{
    display: none;
}
.content-popup .form-newsletter form .mc4wp-form-fields{
    border: 0;
    max-width: inherit;
}
.form-newsletter.form-popup{
    max-width: 100%;
}
.content-popup .submit-form{
    width: auto;
}
.content-popup .submit-form input[type="submit"]{
    position: static;
    line-height: 50px;
}
/*End fix*/
.close-minicart{
    display: none;
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 24px;
    top: 0;
    left: -39px;
    color: #fff;
    cursor: pointer;
}
.aside-box .close-minicart{
    display: block;
}
/*filter product element*/
.btn-filter {
    background: #fff;
    border: 1px solid #e5e5e5;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 38px;
    padding: 0 55px 0 20px;
    position: relative;
    text-transform: uppercase;
}
.box-attr-filter {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    left: 0;
    margin-top: 35px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    top: 65px;
    visibility: hidden;
    width: 100%;
    z-index: 10000;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.filter-product.active .box-attr-filter{
    margin-top: 5px;
    opacity: 1;
    visibility: visible;
    top: 40px;
}
.btn-filter::after {
    border-left: 1px solid #e5e5e5;
    bottom: 0;
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}
.js-content-wrap{
    position: relative;
}
.filter-product{
    margin-bottom: 30px;
}
.btn-filter span {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    vertical-align: top;
}
.box-attr-filter::before {
    background: #fbfbfb;
    border-right: 1px solid #e5e5e5;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 170px;
}
.item-box-attr {
    display: table;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 5px 0;
    line-height: 24px;
}
.item-attr-title {
    display: table-cell;
    padding: 0 25px;
    position: relative;
    width: 170px;
    vertical-align: top;
    text-align: left;
}
.item-attr-content {
    color: #666;
    display: table;
    padding: 0 30px;
    vertical-align: top;
}
.range-filter .ui-slider-range {
    background: #333;
}
.range-filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #333;
    border-radius: 0;
    cursor: pointer;
    height: 10px;
    margin-left: -5px;
    top: -4px;
    width: 10px;
    border: none;
}
.range-filter .slider-range {
    border: none;
    border-radius: 0;
    height: 1px;
    display: inline-block;
    margin: 0 20px 0 5px;
    vertical-align: middle;
    width: 250px;
    background: #e5e5e5;
}
.attr-price-filter{
    display: inline-block;
}
.attr-price-filter label {
    font-weight: 400;
}
.list-filter.list-inline li{
    padding: 0 10px;
}
.wrap-item.loadding .ajax-loading {
    display: block !important;
}
.filter-yes .js-content-main{
    clear: both;
}
.filter-col .box-attr-filter::before{
    display: none;
}
.filter-col .item-box-attr{
    display: block;
    float: left;
}
.filter-col.filter-2-col .item-box-attr{
    width: 50%;
}
.filter-col.filter-3-col .item-box-attr{
    width: 33.3333%;
}
.filter-col.filter-4-col .item-box-attr{
    width: 25%;
}
.filter-col.filter-2-col .item-box-attr:nth-child(2n+1),
.filter-col.filter-3-col .item-box-attr:nth-child(3n+1),
.filter-col.filter-4-col .item-box-attr:nth-child(4n+1){
    clear: both;
}
.filter-col .box-attr-filter{
    clear: both;
}
.filter-col .list-filter{
    margin: 0 -15px;
}
.filter-col .item-box-attr{
    text-align: left;
}
.filter-col.filter-col-list .list-filter li,
.filter-col.filter-col-list .list-filter{
    list-style: none;
    display: list-item;
}
.element-filter{
    position: relative;
}
.element-filter.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    border: solid #a21414;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 2px;
    right: -11px;
}
.filter-noresult{
    padding: 100px 0;
    border: 1px solid #e5e5e5;
}
.row > .filter-noresult-wrap{
    padding: 0 15px;
    display: block !important;
    position: static !important;
}
.products-wrap{
    position: relative;
    clear: both;
}
.filter-none .owl-wrapper,
.filter-none .owl-wrapper .owl-item{
    width: 100% !important;
}
.range-filter .slider-range{
    max-width: 100%;
}
.filter-col .item-attr-title,
.filter-col .item-attr-content{
    display: block;
}
/*End filter element*/
.show-by.show-order .dropdown-link .silver{
    min-width: 200px;
}
.show-by.show-order .dropdown-link .silver::after{
    display: none;
}
.show-by.show-order .dropdown-list{
    width: 100%;
}
.dropdown-list li a.active{
    color: #be9c79;
}
.mini-cart-box.dropdown-box{
    display: inline-block;
}
.detail-gallery .carousel li{
    min-height: 150.3px;
    background: #fff;
}
.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: #be9c79;
    border-color: #be9c79;
    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.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: 0;
}
.popup-form input:not(.button){
    border-width: 0 0 1px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    z-index: 1;
    position: relative;
    background: transparent;
}
.popup-form input.button{
    width: 100%;
    background: #be9c79;
    color: #fff;
    padding: 0px 40px;
    height: 60px;
    line-height: 60px!important;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.popup-form input.button:hover{
    background: #262626;
    color: #fff;
}
.popup-form .has-value input:not(.wp-submit)~label,
.popup-form input:not(.wp-submit):focus~label{
    font-size: 80%;
    top: -15px;
}
.popup-form .has-value input:not(.wp-submit)~label.rememberme{
    font-size: 100%;
}
.nav-form{
    margin: 0 -10px;
}
.popup-redirect{
    padding: 0 10px;
    margin-top: 10px;
}
.popup-redirect{
    border-right: 1px solid #e5e5e5;
}
.popup-redirect:last-child{
    border-right: none;
}
.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: #be9c79;
}
.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.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.popup-form .invalid .input-focus-line{
    background-color: #be9c79;
    left: 0;
    width: 100%;
}
.popup-form .input-focus .input-focus-line{
    background-color: #be9c79;
    left: 0;
    width: 100%;
}
.close-login-form{
    position: absolute;
    top: 8px;
    right: 8px;
    color: #333;
    opacity: .5;
    font-weight: 300;
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 1001;
}
.popup-form .forgetmenot label{
    font-size: 14px;
    font-weight: normal;
}
.popup-form .submit i{
    position: absolute;
    color: #fff;
    right: 15px;
    top: 13px;
}
.ms-error,
.ms-done{
    display: none;
}
.popup-form .message {
    border-left: 4px solid #00a0d2;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.1);
    color: #999;
    font-size: 12px;
}
.popup-form .ms-default{
    color: #999;
    font-size: 12px;
}
.popup-form .login_error {
    border-left: 4px solid #bf2c2c;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.1);
    color: #999;
    font-size: 12px;
}
/*End custom*/


/*Tool Panel*/
a.dm-color {
    border: 1px solid #e5e5e5;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 2px;
}
a.dm-color.active{
    border-color: #000;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
}
.dm-content-color{
    margin-bottom: 35px;
}
#widget_indexdm .dm-content .item-content.active > a{
    border-color: #ff0000;
}
.active .dm-open i.fa-long-arrow-left,
.dm-open i.fa-long-arrow-right{
    display: none;
}
.active .dm-open i.fa-long-arrow-right{
    display: block;
}
.dm-button {
    position: absolute;
    background: #be9c79;
    border-radius: 3px 0 0 3px;
    color: #fff;
    top: 250px;
    left: -55px;
    display: block;
    padding: 35px 0 7px;
    z-index: 9999;
    font-size: 12px;
    width: 55px;
    height: 55px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.dm-button.dm-support{
    top: 310px;
    background-position: center -43px;
}
.dm-button.dm-guide{
    top: 370px;
    background-position: center -93px;
}
.dm-button:before {
  content: attr( data-title-close );
  display: inline-block;
}
.dm-button:focus, .dm-button:hover {
  color: #fff;
}
.dm-button i{
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    font-size: 20px;
}
.active .dm-button:before {
  content: attr(data-title);
}
#widget_indexdm {
  background: #fff;
  z-index: 9999;
  width: 380px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -380px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
    text-align: center;
}
#widget_indexdm.active{
    right: 0;
}
#indexdm_img.active{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
}
.img-demo{
    background-position: center top;
    display: none;
}
#widget_indexdm .widget-indexdm-inner {
    overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  left: 15px;
  bottom: 0;
    color: #111;
  right: 0;
    padding-right: 15px;
  top: 0;
}
#widget_indexdm .dm-header {
  text-align: center;
}
#widget_indexdm .dm-header .header-event{
    margin: 15px 0;
    padding-bottom: 15px;
}
#widget_indexdm .dm-header .header-event img{
    margin-bottom: 0;
}
#widget_indexdm .dm-header .header-button > a {
    display: block;
    background: #999;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    border-radius: 6px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    margin-bottom: 30px;
}
#widget_indexdm .dm-header .header-button > a:hover {
    background: #be9c79;
}
#widget_indexdm .dm-header .header-description{
    color: #111;
    margin: 15px 0 30px;
}
#widget_indexdm .dm-header .header-description h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
#widget_indexdm .dm-header .header-description h3 span{
    font-size: 24px;
}
#widget_indexdm .dm-header .header-description h4{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
#widget_indexdm .dm-header .header-description h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}
#widget_indexdm .dm-content{
    margin: 0 -3px 30px;
}
#widget_indexdm .dm-content .item-content {
    padding: 0 3px 6px;
    width: 50%;
    text-transform: uppercase;
}
#widget_indexdm .dm-content .item-content > a {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    width: 100%;
    position: relative;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #eee;
    background-size: 100% auto;
    border-radius: 3px 3px 0 0;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href{
    background: none;
    padding: 0;
    border: 0;
    border-radius: 0;
}
#widget_indexdm .dm-content .item-content > a  img{
    max-width: 100%;
    vertical-align: top;
    margin-bottom: 0;
}
#widget_indexdm .dm-content .item-content h5{
    font-size: 12px;
    margin-bottom: 15px;
}
#widget_indexdm .dm-content .item-content > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.3s all ease-out;
    -webkit-transition: 0.3s all ease-out;
    background: rgba(0,0,0,0.6);
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href{
    margin-bottom: 15px;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href:before{
    top: 0;
    bottom: auto;
    height: 160px;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href:after{
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    -o-align-self: flex-start;
    top: 60px;
}
#widget_indexdm .dm-content .item-content > a:after {
    content: 'View Demo';
    display: block;
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    -o-align-self: flex-start;
    position: absolute;
    z-index: 5;
    color: #fff;
    opacity: 0;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition: all .3s ease-out 0s;
}
#widget_indexdm .dm-content .item-content > a:hover:after {
    margin-top: 60px;
    opacity: 1;
}
#widget_indexdm .dm-content .item-content > a:hover:before {
    width: 100%;
}
#indexdm_img {
    position: fixed;
    right: 380px;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    z-index: 9998;
    background: rgba( 0,0,0, 0.7 );
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    display: none;
}
#widget_indexdm .dm-content .item-content > a span.new-item{
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 999;
}
#indexdm_img:before {
    content: '';
    background: rgba( 0,0,0, 0.7 );
    display: block;
    position: fixed;
    right: 0;
    left: auto;
    width: 380px;
    top: 0;
    bottom: 0;
}
#indexdm_img > div{
    display: inline-block;
    width: 800px;
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}
#indexdm_img > div.mobile-hover{
    background-size: auto;
}
.dm-scroll-img{
    -webkit-animation: mymove 30s infinite; /* Safari 4.0 - 8.0 */
    -webkit-animation-play-state: running; /* Safari 4.0 - 8.0 */
    animation: mymove 30s infinite;
    animation-play-state: running;
    -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
    animation-delay: 1s;
}
.dm-scroll-img.pause{
    animation-play-state: paused;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    0% { background-position: center top; }
    50% {background-position: center bottom;}
    100% {background-position: center top;}
}

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

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

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

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

.woocommerce .cart_totals table.shop_table td,
.woocommerce .cart_totals table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th{
    padding: 15px 0;
}
.woocommerce table.shop_table{
    border: 0;
    margin-bottom: 50px;
}
table.shop_table .product-name{
    min-width: 200px;
}
.woocommerce-cart .cart-custom .wc-proceed-to-checkout a.checkout-button{
    display: block;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th{
    border: 0;
    padding: 20px 10px;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-cart table.cart td:first-child{
    padding: 20px 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_totals h2{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
}
.cart-subtotal .amount,
.order-total .amount,
.product-subtotal .amount{
    color: #262626;
    font-weight: 400;
    font-size: 18px;
}
.woocommerce-cart-form .product-price > span,
.woocommerce-cart-form .product-price ins,
.cart-subtotal .amount{
    font-weight: normal;
}
.woocommerce .checkout-custom .col2-set .col-1,
.woocommerce-page .checkout-custom .col2-set .col-2{
    float: none;
    width: 100%;
}
#ship-to-different-address{
    padding: 0 23px;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: -10px;
    margin-bottom: 0;
}
#order_review_heading{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 22px;
}
.woocommerce-billing-fields > h3{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
}
.order-custom{
    padding: 30px 30px 20px;
    background: #f9f9f9;
    position: relative;
}
.woocommerce-checkout{
  /*  margin-top: 45px;*/
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods{
    border: 0;
    padding: 0;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment{
    background: transparent;
    border: 0;
}
.woocommerce-billing-fields input[type="tel"]{

}
#ship-to-different-address-checkbox{
    width: 16px;
    height: 16px;
    vertical-align: top;
    top: -3px;
}
.checkout-custom .col2-set{
    margin-bottom: 0;
}
.col2-set{
    margin-bottom: 35px;
}
#order_review{
    padding: 30px 30px 20px;
    background: #f9f9f9;
    position: relative;
}
.order-custom #order_review{
    padding: 0;
}
.order-custom #order_review:before,
.order-custom #order_review:after{
    display: none;
}
.order-custom #order_review_heading{
    margin-bottom: 0;
}
.checkout-custom .woocommerce-billing-fields{
    margin-bottom: 35px;
}
.order-table-wrap{
    padding: 0 20px 10px;
    background: #fff;
    margin-bottom: 35px;
}
.order-custom .order-table-wrap{
    margin-top: 25px;
}
.woocommerce .order-table-wrap table.shop_table{
    margin-bottom: 0;
}
.woocommerce .order-table-wrap table.shop_table tfoot tr:last-child{
    border-bottom: 0;
}
.woocommerce-checkout #payment div.form-row.place-order{
    border-top: 1px solid #e5e5e5;
    padding: 30px 0 0;
    margin-top: 20px;
}
.order-custom #place_order{
    display: block;
    width: 100%;
    float: none;
}
ul.payment_methods li input.input-radio{
    vertical-align: middle;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box{
    background: #f6f6f6;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before{
    border-bottom-color: #f6f6f6;
}
.woocommerce .shipping-calculator-form button.button{
    display: block;
    width: 100%;
}
#customer_login > div > h2,
.woocommerce-account .addresses .title h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.edit-account legend{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0 12px;
}
.edit-account .form-row span em{
    color: #999;
    margin-top: 5px;
    display: block;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #e5e5e5;
    border-radius: 0px;
}

/*********** Begin mb css ************/

/* Vendor page*/
.product-info .wcvendors_sold_by_in_loop{
    margin-bottom: 5px;
    display: inline-block;
    color: #ccc;
    font-size: 12px;
}

.item-product-list .product-info .wcvendors_sold_by_in_loop{
    margin-bottom: 15px;
}

.wcvendor-sold-by-meta{
    margin-bottom: 20px;
    color: #999;
}
.wcvendor-sold-by-meta a{
    color: #999;
}
.wcvendor-sold-by-meta a:hover{
    color: #be9c79;
}
.wcv_vendorslist .vendor_list a.button{
    line-height: 26px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    display: block;
    background: #be9c79;
    padding: 10px 15px;
}
.wcv_vendorslist .vendor_list a.button:hover{
    color: #fff;
    background: #262626;
}
.wcv_vendorslist{
    padding: 0px;
    margin-bottom: -30px!important;
    margin-left: -15px;
    margin-right: -15px;
}
.wcv_vendorslist .vendor_list {
    display: inline-block;
    padding: 0px 15px;
    margin-bottom: 30px;
    width: 16.666%;
    margin-right: 0px!important;
}
.wcv_vendorslist .vendor_list img{
    width: 100%;
    height: auto;
}
label[for="apply_for_vendor"]{
    display: inline-block;
}
.button[name="apply_for_vendor_submit"]{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    background: #be9c79;
    height: 60px;
    line-height: 60px;
    padding: 0px 40px;
    min-width: 190px;
    border: none;
    text-transform: uppercase;
    border-radius: 0px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.button[name="apply_for_vendor_submit"]:hover{
    color: #fff;
    background: #262626;
}

.vendor-shop-settings h2{
    font-size: 24px;
    margin: 0px;
    color: #262626;
    margin-bottom: 20px;
}
.vendor-shop-settings h3{
    font-size: 20px;
    margin: 0px;
    color: #262626;
    margin-bottom: 20px;
    margin-top: 30px;
}
.vendor-shop-settings p>b {
    font-size: 20px;
    margin: 0px;
    color: #262626;
    margin-bottom: 20px;
    font-weight: 400;
}
.vendor-shop-settings  .pv_shop_name_container,
.vendor-shop-settings  #pv_shop_description_container,
.vendor-shop-settings  #pv_seller_info_container
{
    margin-bottom: 30px;
}
.vendor-shop-settings input[type="text"] {
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ebebeb;
}
.vendor-shop-settings label {
    font-size: 14px;
    color: #262626;
    font-weight: 400;
}
.vendor-shop-settings form {
    margin-bottom: 30px;
}
.vendor-shop-settings .table > thead > tr > th {
    border-bottom: 1px solid #ebebeb;
}
.vendor-shop-settings input[type="submit"] {
    color: #fff;
    background: #be9c79;
    font-size: 16px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    border: none;
    height: 60px;
    line-height: 60px!important;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0px 40px;
}
.vendor-shop-settings input[type="submit"]:hover {
    color: #fff;
    background: #262626;
}
#pv_shop_name,
#pv_paypal {
    margin-top: 15px;
    width: 400px;
    max-width: 100%;
}
.vendor-shop-settings table .notes input,
.vendor-shop-settings table {
    width: 100%;
}
.vendor-shop-settings table {
    margin-bottom: 30px;
}
.vendor-shop-settings table,
.vendor-shop-settings th,
.vendor-shop-settings td,
.vendor-dashboard-page table,
.vendor-dashboard-page th,
.vendor-dashboard-page td{
    padding: 10px;
}
form .btn-inverse {
    background: #be9c79;
    border-radius: 0px;
    color: #fff;
    padding: 0px 30px;
    height: 45px;
    line-height: 45px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
form .btn-inverse:hover {
    background: #262626;
    color: #fff;
}
form .date-pick {
    height: 45px;
    padding: 0px 15px;
    border: 1px solid #ebebeb;
    margin-right: 20px;
    margin-left: 5px;
}
.wcv-dashboard-navigation>ul{
    padding: 0px;
}
.vendor-dashboard-page h2{
    font-size: 20px;
    font-family: Marcellus, cursive;
    margin: 0px;
    color: #262626;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.vendor-dashboard-page input{
    height: 40px;
    border: 1px solid #ebebeb;
    padding: 0px 10px;
}
.vendor-dashboard-page form .btn-inverse{
    color: #fff;
    background: #be9c79;
    font-family: Marcellus, cursive;
    font-size: 18px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px;
    border: none;
    display: inline-block;
}
.vendor-dashboard-page form .btn-inverse:hover{
    color: #fff;
    background: #262626;
}
.vendor-dashboard-page form {
    margin-bottom: 30px;
}
.vendor-dashboard-page .table-vendor-sales-report thead{
    font-family: Marcellus, cursive;
    font-size: 14px;
    color: #262626;
}
.vendor-dashboard-page .table-vendor-sales-report thead th{
}
.vendor-dashboard-page .table-condensed>tbody>tr>td,
.vendor-dashboard-page .table-condensed>tbody>tr>th,
.vendor-dashboard-page .table-condensed>tfoot>tr>td,
.vendor-dashboard-page .table-condensed>tfoot>tr>th,
.vendor-dashboard-page .table-condensed>thead>tr>td,
.vendor-dashboard-page .table-condensed>thead>tr>th{
    padding: 10px 15px;
}
.wcv-dashboard-navigation>ul>li>a{
    color: #fff;
    background: #be9c79;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    height: 45px;
    line-height: 45px;
    padding: 0px 30px;
    border: none;
    display: inline-block;
}
.wcv-dashboard-navigation>ul>li>a:hover{
    color: #fff;
    background: #262626;
}
.pv_shop_name_container,.pv_paypal_container{
    margin-top: 30px;
}
dt.variation-SoldBy{
    font-weight: 600;
    line-height: 24px;
}
/*end vendor*/
.wcvendor-sold-by-meta{
    text-transform: uppercase;
    color: #999;
}

.wcvendor-sold-by-meta label{
    font-size: 14px;
}
.color-d5{
    color:#d5d5d5
}
.color-title{
    color:#262626
}
.color-body{
    color:#656565
}
.font-body{
    font-family: 'Open Sans', sans-serif;
}
.font-title{
    font-family: Rubik, cursive;
}
.font-semibold{
    font-weight: 600;
}
.font-medium{
    font-weight: 500;
}

.detail-content-wrap>p:last-child,.element-text-block p:last-child{
    margin-bottom: 0px;
}
.title-post-single{
    margin-bottom: 15px;
    word-break: break-all;
}
.content-text-prouduct h3{
    margin-bottom: 20px;
}
.box-content-text-prouduct .vc_column-inner{
    border-right: 1px solid #e1e1e1;
}
.box-content-text-prouduct .wpb_column:last-child .vc_column-inner{
    border-right:none;
}
.box-content-text-prouduct .content-text-prouduct{
    padding: 0px 15px;
}
.box-content-text-prouduct.vc_row  {
    margin: 0px -30px;
}

.detail-tab-desc{
    padding: 30px;
    border: 1px solid #e1e1e1;
    border-top: none;
}

.tab-product-horizontal .product-tab-title {
   background: #f5f5f5;
}
.tab-product-horizontal .product-tab-title ul {
    display: table;
}
.tab-product-horizontal .product-tab-title ul li{
    display: inline-block;
}
.tab-product-horizontal .product-tab-title ul li a {
    display: inline-block;
    padding: 0px 35px;
    line-height: 60px;
}
.tab-product-horizontal .product-tab-title ul li.active a
{
    background: #be9c79;
    color: #fff;
}
.text-logo-larcorso a{
    font-size: 30px;
    letter-spacing: 6px;
    color: #262626;
}
.text-logo-larcorso a span{
    letter-spacing: 0px;
    margin-top: -2px;
    display: block;
}

.toggle-desktop-menu .icon-menu:before,
.toggle-mobile-menu .icon-menu:before
{
   content: '';
    background: #262626;
    width: 22px;
    height: 3px;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.toggle-desktop-menu:hover .icon-menu:before
{
    width: 40px;
}
.toggle-desktop-menu .icon-menu:after,
.toggle-mobile-menu .icon-menu:after
{
   content: '';
    background: #262626;
    width: 30px;
    height: 3px;
    position: absolute;
    bottom: 37px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.toggle-desktop-menu:hover .icon-menu:after
{
    width: 40px;
}
.active-show .toggle-desktop-menu .icon-menu:before,
nav.active .toggle-mobile-menu .icon-menu:before
{
    width: 52px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin: auto;
    top: 0;
    bottom: 0;
    left: 10px;
}
.active-show .toggle-desktop-menu .icon-menu:after,
nav.active .toggle-mobile-menu .icon-menu:after
{
    width: 52px;
    transform: rotate(-5deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin: auto;
    top: 0;
    bottom: 0;
    left: 10px;
}
.toggle-desktop-menu:after,
.toggle-mobile-menu:after
{
   content: '';
    background: #262626;
    width: 40px;
    height: 3px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.active-show .toggle-desktop-menu:after,
nav.active .toggle-mobile-menu:after
{
    display: none;
}
.toggle-desktop-menu
{
    height: 100px;
    width: 100px;
    display: block;
    position: relative;
    padding: 37px 30px;
}
.box-header1 .text-logo-larcorso{
    padding: 18.5px 0px;
}

.box-header1{
    background: #fff;
}


/* Flex Box element parent*/
.flex-wrapper {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.flex_direction-row {
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
}
.flex_direction-column {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.flex_wrap-wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.flex_wrap-nowrap {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}
.justify_content-flex-start {
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.justify_content-flex-end {
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.justify_content-center {
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}
.justify_content-space-between {
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.justify_content-space-around {
    justify-content: space-around;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
}
.align_items-flex-start {
    align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
}
.align_items-flex-end {
    align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
}
.align_items-center {
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.align_items-baseline {
    align-items: baseline;
    -ms-align-items: baseline;
    -webkit-align-items: baseline;
}
.align_items-stretch {
    align-items: stretch;
    -ms-align-items: stretch;
    -webkit-align-items: stretch;
}
.box-menu-language .language-text .dropdown-box>a{
    height: 100px;
    line-height: 100px;
}
.language-text .dropdown-box>a i{
    margin-left: 5px;
}
.language-text {
    padding: 0px 30px;
    position: relative;
}
.language-text:before{
    content: '';
    height: 30px;
    width: 1px;
    background: #d4d4d4;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}
/*End Flex Box*/

.mini-cart1 .mini-cart-icon,
.mini-cart2 .mini-cart-icon
{
    position: relative;
}
.mini-cart2 .mini-cart-link
{
    line-height: 38px;
}
.mini-cart1 .mini-cart-link {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #262626;
    display: block;
    text-align: center;
}
.mini-cart1 .mini-cart-link .mini-cart-number {
    position: absolute;
    top: -7px;
    right: 5px;
    background: #ffffff;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
}
.mini-cart2 .mini-cart-link .mini-cart-number {
    position: absolute;
    top: -7px;
    right: 5px;
    background: #be9c79;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
}
.order-btn{
    background: #262626;
    height: 100px;
    line-height: 100px;
    padding: 0px 35px;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #686868;
    letter-spacing: 3px;
}
.logo-mobi{
    display: none;
}
.box-header2{
   padding: 0px 80px;
    z-index: 10;
}
.box-header2.fixed-header {
    background: #262626;
}
.box-header2.fixed-header .text-logo-larcorso {
    padding-top: 20px;
}
.box-header2 .text-logo-larcorso{
    display: inline-block;
    padding-top: 32px;
}

.banner1-home2 .banner-slider{
    padding: 0px 40px;
    margin-top: -100px;
}

/*Begin Search Popup*/

.overlay-genie.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 10003;
}
.overlay-genie {
    background: transparent;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
    transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
.overlay-genie .overlay-path {
    fill: rgba(0, 0, 0, 0.7);
}
.overlay-genie svg {
    position: absolute;
    top: 0;
    left: 0;
}
.overlay-genie.open .popup-search-element,
.overlay-genie.open .overlay-close {
    opacity: 1;
}
.overlay-genie .overlay-close {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    z-index: 1002;
    color: #fff;
    margin-top: 12px;
}
.overlay-genie.open .popup-search-element {
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
}
.overlay-genie.open .popup-search-element, .overlay-genie.open .overlay-close {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.overlay-genie .popup-search-element {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    position: relative;
    top: 30%;
}
.wrap-search-overlay .search-form {
    background: #fff;
    margin: auto;
    height: 50px;
    border: none;
    border-radius: 0;
    max-width: 560px;
}
.search-form .dropdown-box .dropdown-list li {
    padding: 0px;
}
.search-form .dropdown-box .dropdown-list li a {
    padding: 10px 15px;
}
.wrap-search-overlay .search-form input[type="text"] {
    height: 50px;
    font-size: 14px;
    font-weight: 400;
}
.wrap-search-overlay .submit-form {
    border-radius: 0;
    width: 60px;
    margin: 0;
}
.wrap-search-overlay .submit-form:hover::after {
    background: #262626;
}
.wrap-search-overlay .submit-form::after {
    border-radius: 0;
    line-height: 50px;
    font-size: 24px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.wrap-search-overlay .search-form .dropdown-box {
    width: 230px;
}
.wrap-search-overlay .search-form .dropdown-link {
    padding: 16px 20px;
    border: none;
    font-weight: 400;
    line-height: initial;
}
.wrap-search-overlay .search-form .dropdown-link::after {
    top: 18px;
}
.box-account-search-cart .account-manager>a,
.box-account-search-cart .mini-cart-box>a,
.box-account-search-cart .search-style-popup>a
{
    height: 100px;
    line-height: 100px;
}
.box-account-search-cart .search-style-popup>a
{
    font-size: 28px;
}
.box-account-search-cart>div
{
    padding:0 11px;
}
.box-account-search-cart
{
    margin: 0px -15px;
}
/*End Search Popup*/
.color-white-header2 .text-logo-larcorso a,
.color-white-header2 .main-nav > ul > li > a,
.color-white-header2 .box-account-search-cart > div >a

{
    color: #fff;
}
.top-header2{
    padding: 0px 40px;
}
.box-order-language .language-text .dropdown-box>a,
.top-header2 .shipping
{
    height: 40px;
    line-height: 40px;
}
.order-btn2{
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
}
.top-header2 .language-text {
    padding: 0px 0px 0px 20px;
}
.top-header2 .language-text:before {
    height: 20px;
    background: #e1e1e1;
}
.top-header2 .language-text .dropdown-list{
    left:auto;
    right: 0;
}
.color-white-header2 .toggle-mobile-menu:after,
.color-white-header2 .toggle-mobile-menu .icon-menu:after,
.color-white-header2 .toggle-mobile-menu .icon-menu:before
{
    background: #fff;
}
.order-btn3 {
    background: #be9c79;
    height: 100px;
    line-height: 100px;
    padding: 0px 35px;
    display: inline-block;
    text-align: center;
    letter-spacing: 3px;
    margin-left: 15px;
}
.order-btn3:hover {
   color: #fff;
}
.box-header3 .text-logo-larcorso{
    display: inline-block;
    padding: 20px 35px;
}
.box-menu-account-search-cart .account-manager>a,
.box-menu-account-search-cart .search-style-popup>a,
.box-menu-account-search-cart .mini-cart-box>a
{
    line-height: 100px;
    height: 100px;
    padding: 0px 11px;
    font-size: 24px;
}
.box-menu-account-search-cart .mini-cart2 .mini-cart-link .mini-cart-number {
    right: 2px;
}
.box-menu-account-search-cart .main-nav{
    margin-right: 15px;
    padding-right: 10px;
}
.box-menu-account-search-cart .main-nav:after {
    height: 30px;
    width: 1px;
    background: #ccc;
    position: absolute;
    top:0px;
    bottom:0px;
    margin: auto;
    content: '';
    right: 0;
}
.box-header4{
    box-shadow: 0px -5px 10px -10px rgba(0, 0, 0, 0.2);
}
.box-header4.header-fixed{
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}
.top-header4 .text-logo-larcorso{
    padding: 20px 0px;
}

/******* Template vertial header ********/
.page-template-vertialheader-templage a.rtl-button{
    left: auto;
    right: 0;
}
.page-template-vertialheader-templage .rtl-button.active{
    left: auto;
    right: 0;
}
body.page-template-vertialheader-templage.admin-bar #header {
    padding-top: 32px;
}
.header-vertial {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding: 0px 20px;
}
.header-vertial::-webkit-scrollbar {
    width:3px;
}
.header-vertial::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 0px;
}
.header-vertial::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.2);
}
.header-vertial .list-product-search {
    min-width: 230px;
}
/*Begin Toggle Mobile header vertial*/

.toggle-mobile-header-vertial {
    display: none;
    height: 50px;
    width: 50px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    position: absolute;
    right: -100px;
    top: 40px;
    z-index: 999;
    line-height: 68px;
    background: #ffffff;
    color: #be9c79;
    text-align: center;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.2);
}
.admin-bar .toggle-mobile-header-vertial {
    top: 80px;
}
.header-page.active .toggle-mobile-header-vertial {
    right: 3px;
    box-shadow: none;
    top: 0px;
    height: 40px;
    width: 40px;
    line-height: 52px;
}
.admin-bar .header-page.active .toggle-mobile-header-vertial {
    right: 8px;
    box-shadow: none;
    top: 40px;
}
.active.header-page .toggle-mobile-header-vertial i::before {
    content: "\f191";
}
/*End Toggle Mobile Menu*/

body.page-template-vertialheader-templage #header {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    z-index: 202;
    outline: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
body.page-template-vertialheader-templage .vertical-header-main .vertical-header-content {
    margin-left: 300px;
}
/*End Template vertial header*/


/*Begin menu vertial*/
.main-nav-vertial .has-mega-menu {
    position: relative;
}
.main-nav-vertial > ul > li{
    display: block;
    margin-bottom: 40px;
}
.main-nav-vertial > ul > li:last-child{
    margin-bottom: 0px;
}
.main-nav-vertial > ul > li>a{
    margin: 0px;
    font-size: 20px;
}
.main-nav-vertial  ul  li a{
    display: inline-block;
}
.main-nav-vertial li.menu-item-has-children {
    position: relative;
}
.main-nav-vertial > ul > li:last-child>a{
    margin-bottom: 0px;
}
.main-nav-vertial > ul > li:last-child>a{
    margin-bottom: 0px;
}
.main-nav-vertial > ul > li.menu-item-has-children > a::after{
    display: none;
}
.main-nav-vertial .sub-menu li{
    margin-bottom: 20px;
}
.main-nav-vertial .sub-menu{
    list-style: none;
    z-index: 999;
    text-align: left;
    background: #fff;
    display: none;
    margin: 0px;
    opacity: 1;
    visibility: visible;
    position: static;
    box-shadow: none;
    padding-left: 15px;
    transition:none;
    -webkit-transition: none;
    margin-bottom: 40px;
    margin-top: 40px;
}
.btn-toggle-menu-vertial::after {
    position: absolute;
    font-family: fontAwesome;
    content: "\f107";
    top: -5px;
    font-size: 20px;
    line-height: 37px;
    width: 37px;
    text-align: center;
    right: -15px;
}
.main-nav-vertial .mega-menu .wpb_column {
    width: 100%;
}
.main-nav-vertial .mega-menu {
    width: 100% !important;
    margin-top: 40px;
    padding-left: 20px;
    display: none;
}
/*End menu vertial*/

.js-height-menu-vertial{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.top-header5 .text-logo-larcorso{
    padding-top: 40px;
    padding-bottom: 30px;
}
.mailchimp-style-default .form-newsletter input[type="email"]{
    height: 60px;
    padding: 0px 30px;
}
.mailchimp-style-default .mc4wp-form-fields{
    border: 1px solid #be9c79;
    background: #fff;

}
.mailchimp-style-default .form-newsletter button{
    border: none;
    height: 60px;
    line-height: 60px;
    color: #be9c79;
    border-radius: 0;
    padding: 0px 29px!important;
    background: #fff;
}
.mailchimp-style-default .form-newsletter button:hover{
    background: transparent;
    color: #262626;
}
.mailchimp-style-default .form-newsletter button:before{
    content: "\f2a8";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 30px;
    line-height: 60px;
}
.logo-footer1{
    padding-top: 110px;
    padding-bottom: 70px;
}
.main-footer1 .title-footer{
    margin-bottom: 28px;
}
.main-footer1 .mailchimp-style-default .mc4wp-form-fields{
    border: none;
}
.social-list-style2 {
    margin: -5px;
}
.social-list-style2 a{
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin: 5px;
}
.social-list-style2 a:hover{
    background: #BE9C79;
    color: #fff;
    box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.main-footer1 .info-footer1{
    margin-top: -8px;
}
.desc-mailchimp{
    margin-top: 18px;
}
.main-footer1 {
    padding-bottom: 63px;
}
.main-footer1 .vc_column-inner{
    margin-bottom: 50px;
}
.main-footer1 .social-list-style2{
}
.mailchimp-style-default .form-newsletter input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc;
}
.mailchimp-style-default .form-newsletter input[type="email"]::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
}
.mailchimp-style-default .form-newsletter input[type="email"]:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
}
.mailchimp-style-default .form-newsletter input[type="email"]:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
}
.copyright-footer1{
    padding: 18px 0px;
    text-align: center;
}
.contact-footer1{
    /*text-align: center;*/
}
.main-footer2 .title-footer2{
    margin-bottom: 40px;
}

.main-footer2 {
    padding-top: 120px;
    padding-bottom: 63px;
    margin: 0px 40px;
}
.main-footer2 .vc_column-inner{
    margin-bottom: 50px;
}
.main-footer2 .form-newsletter form .mc4wp-form-fields{
    max-width: 520px;
}
.link-footer2 a{
    margin-bottom: 12px;
    display: inline-block;
}
.link-footer2 a:last-child{
    margin-bottom: 0px;
}
.link-footer2{
    margin-top: -5px;
}
.bottom-footer2{
    padding: 0px 40px;
}
.bottom-footer2 .text-logo-larcorso{
    padding: 20px 0px;
}
.link-footer2-bottom{
    text-align: right;
    margin: 0px -15px;
    padding: 37px 0px
}
.copyright-foter2{
    padding: 38px 0px;
}
.link-footer2-bottom a{
    padding: 0px 15px;
}
.main-footer2 .mailchimp-style-default .mc4wp-form-fields{
    border: none;
}
.bottom-footer3{
    padding-left: 340px;
    padding-right: 40px;
}
.wrap-bread-crumb a,
.wrap-bread-crumb span
{
    color: #fff;
}
.wrap-bread-crumb a:hover{
    color: #262626;
}
.bread-crumb-title{
    margin-bottom: 15px;
}
.wrap-bread-crumb {
    min-height: 312px;
    position: relative;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    background-size: cover;
    background-attachment: fixed;
}
.wrap-bread-crumb .bread-crumb {
    padding: 30px 0px;
    margin: auto;
}
.link-button-line{
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
}
.link-button-line:hover{
    color: #262626;
}
.link-button-line:hover:after{
    background: #262626;
}
.link-button-line:after{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #BE9C79;
    content: '';
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.link-button-line14{
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
}
.link-button-line14:hover{
    color: #262626;
}
.link-button-line14:hover:after{
    background: #262626;
}
.link-button-line14:after{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #BE9C79;
    content: '';
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.link-button1{
    background: #be9c79;
    color: #fff;
    padding: 0px 40px;
    height: 60px;
    line-height: 60px!important;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.link-button1:hover{
    background: #262626;
    color: #fff;
}
.get-post-date2{
    font-style: italic;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    line-height: 19px;
}
.get-post-date2:before{
    content: '';
    height: 2px;
    width: 20px;
    background: #BE9C79;
    position: absolute;
    left: 0px;
    top: 8px;
}
.item-list-post-style2 .post-thumb{
    margin-bottom: 25px;
}
.item-list-post-style2 .title-post{
    margin-bottom: 15px;
    word-break: break-all;

}
.item-list-post-style2 .excerpt-post{
    margin-bottom: 18px;
}
.item-list-post-style2 {
    margin-bottom: 60px;
}
.col-md-12:last-child>.item-list-post-style2 {
    margin-bottom: 0px;
}

.post-control-single{
    margin-top: 45px;
    margin-bottom: -4px;
}
.post-control-single a span{
    padding: 0px 8px;
}
.single-related-post{
    margin-top: 100px;
}


.comment-info .fn {
    text-transform: uppercase;
    font-style: normal;
}
.comment-time-reply{
    display: inline-block;
    background: #fff;
    padding-left: 10px;
}
.comment-time-reply span{
    letter-spacing: 1px;
    line-height: 28px;
}
.comment-time-reply1{
    position: relative;
    text-align: right;
    margin-bottom: -13px;
}
.comment-time-reply1:before{
    position: absolute;
    background: #e1e1e1;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    z-index: -1;
}
.desc-comment-text >p:last-child{
    margin-bottom: 0px;
}
.desc-comment-text{
    margin-bottom: 15px;
    min-height: 50px;
}
.comment-table-custom .comment-info {
    padding-left: 130px;
}
.comment-table-custom .comment-thumb {
    position: absolute;
}
.item-comment .comment-thumb {
    width: 100px;
}
.leave-comments .comment-respond,
.single-related-post,
.blog-comment-detail,
.comment-list .comment-respond {
    margin-top: 95px;
}
.comment-list .comment-respond {
    margin-top: 50px;
}
.button-link1 {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    background: #be9c79;
    height: 48px;
    line-height: 48px;
    padding: 0px 40px;
    min-width: 190px;
    border: none;
    text-transform: uppercase;
    border-radius: 0px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    letter-spacing: 2px;
}
.button-link1:hover {
    color: #fff;
    background: #262626;
}
form.comment-form .form-submit {
    text-align: right;
    margin-bottom: 0px;
}
form.comment-form .contact-name, form.comment-form .contact-email {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}
form.comment-form .contact-email {
    padding-left: 15px;
}
form.comment-form .contact-name {
    padding-right: 15px;
}
form.comment-form .contact-message {
    clear: both;
    margin-bottom: 30px;
}
.comment-form-cookies-consent label{
    font-weight: 400;
}

input[type=checkbox], input[type=radio] {
    display: inline-block;
    width: 18px;
    min-width: 18px;
    height: 18px;
    line-height: 1;
    background-color: #eee!important;
    border: 0;
    margin: -3px 10px 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;
}
input[type=radio]:checked:before, input[type=checkbox]:checked:before {
    font: normal normal normal 16px/1 LineAwesome;
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    line-height: 18px;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f17b";
    color: #262626;
}
.widget_product_categories .count{
    float: right;
}

/*Begin widget product list ,post list*/
.item-post-wg {
    clear: both;
    margin-bottom: 20px;
}
.item-post-wg .post-thumb {
    width: 100px;
    min-width: 100px;
}
.item-post-wg .post-info {
    padding-left: 20px;
    margin-left: 0;
}
.item-post-wg .post-info .post-title {
    margin-bottom: 7px;
    line-height: 21px;
}
.item-product-wg .wrap-rating {
    margin-bottom: 12px;
}
.item-product-wg .product-thumb-link::before {
   background: transparent;
}
.item-product-wg .wrap-rating li{
    padding: 0px;
}
.item-post-wg .post-info .the-date{
    margin-top: 5px;
    display: inline-block;
    letter-spacing: 1px;
    font-style: italic;
    color: #999;
}
.wg-post-list .item-post-wg:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.item-product-wg {
    clear: both;
    margin-bottom: 20px;
}
.item-product-wg .product-thumb {
    min-width: 100px;
    width: 100px;
}
.widget .item-product-wg ul li:before{
    display: none;
}
.item-product-wg .product-info {
    padding-left: 20px;
    padding-top: 10px;
    margin-left: 0;
}
.item-product-wg .product-info .product-title {
    margin-bottom: 5px;
    line-height: 24px;
    white-space: inherit;
}
.item-product-wg .product-info .list-cats-item {
    margin-bottom: 12px;
}
.wg-product-slider .item-product-wg:last-child
{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
/*End widget product list ,post list*/

/* Begin widget attribute */
.widget_s7upf_attribute_filter .attribute-type-color .span-trong {
    height: 18px;
    width: 18px;
    display: inline-block;
}
.widget_s7upf_attribute_filter .attribute-type-color .swatch {
    margin-bottom: 4px;
    display: inline-block;
    border: 1px solid transparent;
    padding: 3px;
    height: 26px;
    width: 26px;
    margin-right: 4px;
}
.widget_s7upf_attribute_filter .attribute-type-color .swatch:hover {
    border-color: #be9c79;
}
.widget_s7upf_attribute_filter .attribute-type-color .class_white_bg_color .span-trong {
    border: 1px solid #262626!important;
}
.widget_s7upf_attribute_filter .attribute-type-color {
    margin-bottom: -6px;
    margin-top: -4px;
}
.widget_s7upf_attribute_filter .attribute-type-color .swatch.selected,
.widget_s7upf_attribute_filter .attribute-type-color .swatch.active {
    border-color: #262626;
}
.widget_s7upf_attribute_filter .attribute-type-label a{
    display: block;
    margin-bottom: 12px;
}
.widget_s7upf_attribute_filter .attribute-type-label a:last-child{
    margin-bottom: 0px;
}
.widget_s7upf_attribute_filter .attribute-type-label a:before{
    content: "\f18a";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 14px;
    margin-right: 8px;
}

.widget_s7upf_attribute_filter .attribute-type-label a.selected:before,
.widget_s7upf_attribute_filter .attribute-type-label a.active:before {
    content: "\f17d";
}
.widget_s7upf_attribute_filter .attribute-type-label a.selected,
.widget_s7upf_attribute_filter .attribute-type-label a:hover,
.widget_s7upf_attribute_filter .attribute-type-label a.active {
    color: #be9c79;
}
/* End widget attribute */


.attribute_data-style1 {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 11;
    padding: 10px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.attribute_data-custom span{
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    cursor:pointer;
}
.attribute_data-style1 span{
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.attribute_data-style1 span.active-att:before{
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #262626;
    position: absolute;
    left: -3px;
    bottom: 0;
    top: 0;
    margin: auto;
    text-align: center;
}
.attribute_data-custom span.color-white{
    border: 1px solid #aaa;
}
.attribute_data-custom span.color-white:before{
    left: -4px;
}
.attribute_data-style1 span:last-child{
    margin-bottom: 0px;
}
.item-product-grid-style1:hover .attribute_data-style1{
    opacity: 1;
}
.extra-link-hover1{
    margin-left: -1px;
    margin-right: -1px;
}
.extra-link-hover1 >a{
    margin: 0px 1px;
}
.extra-link-hover1 a.added_to_cart,
.extra-link-hover1 .addcart-link,
.woocommerce .extra-link-hover1 a.added_to_cart,
.woocommerce .extra-link-hover1 a.button.addcart-link {
    color: #262626;
    font-size: 14px;
    display: inline-block;
    background: #fff;
    height: 45px;
    line-height: 43px;
    padding: 0px 25px!important;
    border: 1px solid #262626;
    text-transform: uppercase;
    border-radius: 0px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0px 1px;
}
.extra-link-hover1 a.quickview-link,
.extra-link-hover1 a.wishlist-link,
.extra-link-hover1 a.compare-link {
    height: 45px;
    line-height: 43px;
    width: 45px;
    border: 1px solid #262626;
    color: #262626;
    display: inline-block;
    text-align: center;
    background: #fff;
    padding: 0px;
}
.extra-link-hover1 a.quickview-link:hover,
.extra-link-hover1 a.wishlist-link:hover,
.extra-link-hover1 a.compare-link:hover,
.extra-link-hover1 a.added_to_cart:hover, .woocommerce .extra-link-hover1 a.added_to_cart:hover, .extra-link-hover1 .addcart-link:hover, .woocommerce .extra-link-hover1 a.button.addcart-link:hover {
    background: #262626;
    border-color: #262626;
    color: #fff;
}
.item-product-grid-style1 .extra-link-hover1{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-product-grid-style1:hover .extra-link-hover1{
    opacity: 1;
}
.item-product-grid-style1 .extra-link-hover1 a.quickview-link{
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
}
.item-product-grid-style1 .extra-link-hover1 a.wishlist-link{
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
}
.item-product-grid-style1 .extra-link-hover1 a.added_to_cart,
.item-product-grid-style1 .extra-link-hover1 .addcart-link,
.woocommerce .item-product-grid-style1  .extra-link-hover1 a.added_to_cart,
.woocommerce .item-product-grid-style1  .extra-link-hover1 a.button.addcart-link{
    transform: scale(0);
    -webkit-transform: scale(0);
}

.item-product-grid-style1:hover .extra-link-hover1 a.added_to_cart,
.item-product-grid-style1:hover .extra-link-hover1 .addcart-link,
.woocommerce .item-product-grid-style1:hover  .extra-link-hover1 a.added_to_cart,
.woocommerce .item-product-grid-style1:hover  .extra-link-hover1 a.button.addcart-link{
    transform:  scale(1);
    -webkit-transform: scale(1);
}
.item-product-grid-style1:hover .extra-link-hover1 a.quickview-link,
.item-product-grid-style1:hover .extra-link-hover1 a.wishlist-link{
    transform: translateX(0px) scale(1);
    -webkit-transform:translateX(0px) scale(1);
}
.product-title.title24{
    line-height: 28px;
}
.item-product-grid-style1 .product-info {
    padding-top: 25px;
    padding-bottom: 25px;
}
.item-product-grid-style1 .product-title {
    padding-top: 12px;
    margin-bottom: 10px;
}
.product-grid-view .list-product-wrap{
    margin-bottom: -60px;
}
.item-product-list:hover .attribute_data-style1 {
    opacity: 1;
}
.title30.product-title{
    line-height: 38px;
}
.item-product-list .product-title,
.item-product-list .product-price
{
    margin-bottom: 16px;
}
.product-desc p:last-child
{
    margin-bottom: 0px;
}
/*Begin more-details-btn*/
.more-details-btn
{
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 20px;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,1)),to(#FFF));
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0,#FFF 100%);
    color: #000;
    text-align: left;
    text-decoration: none;
    font-size: 30px;
    line-height: 20px;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.hover-desr-click .more-details-btn{
    display: block;
}
.hover-desr-click_on .more-details-btn{
    display: none;
}
.hover-desr-list{
    position: relative;
    overflow: hidden;
    max-height: 135px;
}

.hover-desr-list .more-details-btn{
    height: 30px;
    line-height: 45px;
}

.product-info:hover .hover-desr-list-active .more-details-btn,
.detail-info:hover .hover-desr-list-active .more-details-btn
{
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}
.product-info:hover .hover-desr-list-active .more-details-btn,
.detail-info:hover .hover-desr-list-active .more-details-btn
{
    display: block;
}
.product-info .hover-desr-list_on.hover-desr-list-active .more-details-btn,
.detail-info .hover-desr-list_on.hover-desr-list-active .more-details-btn
{
    display: none;
}
/*end more-details-btn*/

.item-product-list .extra-link-hover1{
    margin-top: 25px;
}
.item-product-list .product-info{
    margin-top: -8px;
}
.product-list-view .col-md-12:last-child .item-product {
    margin-bottom: 0px;
}


/*Begin item-product-grid-style2*/
.item-product-grid-style2 .product-title {
    line-height: 36px;
    margin-bottom: 3px;
}
.item-product-grid-style2 .list-cats-item {
    margin-bottom: 12px;
}
.item-product-grid-style2 .list-cats-item a{
    margin: 1px;
}
.item-product-grid-style2 .product-price {
    margin-bottom: 0px;
}
.item-product-grid-style2 .product-info {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.item-product-grid-style2 .extra-link-hover2{
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 11;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    padding: 50px 0px 30px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0.9) 50%, rgba(229,74,46,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0.9) 50%, rgba(229,74,46,0) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0.9) 50%, rgba(229,74,46,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e54a2e",GradientType=1);
}
.item-product-grid-style2:hover .extra-link-hover2 {
    bottom: 0px;
    opacity: 1;
}
.item-product-grid-style2 .extra-link-hover2-1 {
    top: 20px;
    opacity: 0;
    position: absolute;
    height: 156px;
    margin: auto;
    text-align: center;
    left: -30px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: 99;
}
.item-product-grid-style2 .attribute_data-style1 {
    right: -30px;
}

.item-product-grid-style2:hover .extra-link-hover2-1 {
    left: 20px;
    opacity: 1;
}
.item-product-grid-style2:hover .product-thumb .product-label {
    opacity: 0;
}
.item-product-grid-style2 .extra-link-hover2-1>a {
    display: block;
    margin-bottom: 10px;
}
.item-product-grid-style2:hover .attribute_data-style1 {
    opacity: 1;
    right: 10px;
}
.item-product-grid-style2 .product-thumb-link::before{
    background: rgba(0, 0, 0, 0.2);
}
.item-product-grid-style2{
    border: 1px solid #e1e1e1;
}
.item-product-grid-style2:hover{
     box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, .2);
}
.extra-link-hover2-1 a.quickview-link, .extra-link-hover2-1 a.wishlist-link {
    height: 45px;
    line-height: 43px;
    width: 45px;
    border: 1px solid #262626;
    color: #262626;
    display: block;
    text-align: center;
    background: #fff;
    padding: 0px;
}
.extra-link-hover2-1 a.quickview-link:hover, .extra-link-hover2-1 a.wishlist-link:hover {
    background: #262626;
    border-color: #262626;
    color: #fff;
}

.extra-link-hover2-1 a.addcart-icon,
.extra-link-hover2-1 .addcart-icon,
.woocommerce .extra-link-hover2-1 a.addcart-icon,
.woocommerce .extra-link-hover2-1 a.button.addcart-icon{
    color: #262626;
    font-size: 14px;
    display: inline-block;
    background: #fff;
    width: 45px;
    height: 45px;
    line-height: 43px;
    padding: 0px!important;
    border: 1px solid #262626;
    text-transform: uppercase;
    border-radius: 0px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.extra-link-hover2-1 a.addcart-icon:hover,
.woocommerce .extra-link-hover2-1 a.addcart-icon:hover,
.extra-link-hover2-1 .addcart-icon:hover,
.woocommerce .extra-link-hover2-1 a.button.addcart-icon:hover{
    background: #262626;
    border-color: #262626;
    color: #fff;
}
.list-cats-item a:hover{
    color: #262626;
}
.list-cats-item a:after{
    content: ',';
}
.list-cats-item a:last-child:after{
    content: '';
}
/*End item-product-grid-style2*/

/*Begin item-product-grid-style3*/

.item-product-grid-style3 .extra-link-hover1{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 45px;
    z-index: 11;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    margin: auto;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}
.item-product-grid-style3:hover .extra-link-hover1{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.item-product-grid-style3 .product-info {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.item-product-grid-style3 .product-title {
    line-height: 36px;
    margin-bottom: 3px;
}
.item-product-grid-style3 .list-cats-item {
    margin-bottom: 12px;
}
.item-product-grid-style3:hover .attribute_data-style1 {
    opacity: 1;
}
.item-product-grid-style3{
    border: 1px solid #e1e1e1;
}

.item-product-grid-style3:hover{
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.2);
}

/* End product grid style3*/

/* Begin product grid style4*/
.item-product-grid-style4 .product-info {
    padding-top: 20px;
}
.item-product-grid-style4 .product-title {
    line-height: 36px;
    margin-bottom: 3px;
    font-size: 22px;
}
.item-product-grid-style4 .list-cats-item {
    margin-bottom: 12px;
}
.hover-desr-cart4 {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    padding-bottom: 10px;
    width: 100%;
    opacity: 0;
    background: #fff;

}

.hover-desr-cart4 .hover-desr4{
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
    max-height: 75px;
}
.hover-desr-cart4 .product-desc p:last-child{
    margin-bottom: 0px;
}

.item-product-grid-style4:hover .hover-desr-cart4{
    margin-top: 20px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,visibility 0s ease,transform .3s ease;
    transition: opacity .3s ease,visibility 0s ease,transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0);
    -webkit-transform: translateY(-10px) translateZ(0);
    transform: translateY(-10px) translateZ(0);
    z-index: 99;
}
.item-product-grid-style4{
    position: relative;
}
.item-product-grid-style4 .border-vien{
    position: absolute;
    top: -15px;
    right: -15px;
    bottom: 0;
    left:-15px;
    visibility: hidden;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    opacity: 0;
    -webkit-transform: scale(.98);
    transform: scale(.98);
}

.item-product-grid-style4:hover .border-vien{
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,visibility 0s ease,transform .3s ease;
    transition: opacity .3s ease,visibility 0s ease,transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1;
}
.item-product-grid-style4:hover .product-thumb,
.item-product-grid-style4:hover .product-info
{
    z-index: 15;
}
.hover-desr-cart4 .more-details-btn
{
    height: 25px;
}
.hover-desr-cart4 .hover-desr4.hover-desr-click_on{
    max-height: none;
}
.item-product-grid-style4 .product-info:hover .more-details-btn {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.attribute_data-style4{
    line-height: 40px;
}
.attribute_data-style4 span {
    display: inline-block;
    margin-left: 10px;
    position: relative;
}
.attribute_data-style4 span.active-att:before{
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #262626;
    position: absolute;
    left: -3px;
    bottom: 0;
    top: 0;
    margin: auto;
    text-align: center;
}
.extra-link-hover4 .pull-right a{
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    width: 30px;
    display: inline-block;
    text-align: center;
    padding: 0px;
    border: none;
}
.extra-link-hover4{
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 0;
    z-index: 1;
}
.item-product-grid-style4:hover .extra-link-hover4{
    bottom: 0;
    opacity: 1;
}
.item-product-grid-style4 .product-thumb-link::before{
    background: rgba(0, 0, 0, 0.2);
}
.item-product-grid-style4 a.link-button-line,
.item-product-grid-style4 .link-button-line,
.woocommerce .item-product-grid-style4 a.link-button-line,
.woocommerce .item-product-grid-style4 a.button.link-button-line{
    padding: 0px!important;
    background: transparent;
    color: #be9c79;
    border: none;
    line-height: 24px;
    height: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    font-style: italic;
}
.item-product-grid-style4 a.link-button-line:hover,
.item-product-grid-style4 .link-button-line:hover,
.woocommerce .item-product-grid-style4 a.link-button-line:hover,
.woocommerce .item-product-grid-style4 a.button.link-button-line:hover{
    color: #262626;
}
.product-grid-view .item-product-grid-style4 {
    margin-bottom: 55px;
}
/* End product grid style4*/

/* Begin product grid style5*/
.rating-cats5{
    position: relative;
}

.rating-cats5 .list-cats-item{
    position: absolute;
    top: -20px;
    background: #fff;
    left: 0;
    right: 0;
    margin-bottom: 0px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-product-grid-style5:hover .list-cats-item{
    top: 0;
    opacity: 1;
}
.item-product-grid-style5:hover .wrap-rating{
    opacity:0;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.item-product-grid-style5 .product-info {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.item-product-grid-style5 .product-title {
    line-height: 36px;
    margin-bottom: 3px;
}
.item-product-grid-style5 .list-cats-item {
    margin-bottom: 12px;
}
.woocommerce a.button.addtocart_icon-style5{
    height: 35px;
    line-height: 35px;
    width: 35px;
    padding: 0px!important;
    font-size: 30px;
    background: #fff;
    color: #262626;
    border: none;
}
.woocommerce a.button.addtocart_icon-style5:hover{
    background: #fff;
    color: #be9c79;
}
.woocommerce .item-product-grid-style5 a.button.addtocart_icon-style5{
    position: absolute;
    right: 15px;
    bottom: 15px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.woocommerce .item-product-grid-style5:hover a.button.addtocart_icon-style5{
    opacity: 1;
}
.item-product-grid-style5 .product-info{
    position: relative;
}
.item-product-grid-style5 {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-product-grid-style5:hover{
    box-shadow: 0px 8px 32px 0px rgba(0,0,0,.1);
}
.item-product-grid-style5:hover .extra-link-hover4{
    bottom: 0;
    opacity: 1;
}
/* End product grid style5*/


/* Begin product grid style6*/
.item-product-grid-style6{
    border: 1px solid #e1e1e1;
}
.item-product-grid-style6 .product-info .product-info-sub{
    position: relative;
    padding: 15px 20px;
    z-index: 8;
    background: #f7f7f7;
}
.item-product-grid-style6 .product-info .product-info-sub:before{
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 0;
    background: #fff;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    z-index: -1;
}
.item-product-grid-style6:hover .product-info .product-info-sub:before{
    height: 100%;
}
.item-product-grid-style6 .product-info .product-price{
    margin-bottom: 0px;
    margin-top: 6px;
}
.woocommerce .extra-link-hover6 a.button{
    height: 50px;
    line-height: 50px;
    width: 30px;
    padding: 0px!important;
    font-size: 24px;
    background: transparent;
    color: #fff;
    border: none;
}
.woocommerce .extra-link-hover6 a.button:hover{

    color: #be9c79;
}
.extra-link-hover6 a{
    height: 50px;
    line-height: 50px;
    width: 30px;
    padding: 0px;
    font-size: 24px;
    background: transparent;
    color: #fff;
    display: block;
    margin: auto;
    border: none;
    border-bottom: 1px solid #5e5e5e;

}
.extra-link-hover6 {
    text-align: center;
    width: 50px;
    background: #262626;
    position: absolute;
    bottom: 20px;
    right: 0px;
    opacity: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    z-index: 1;
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.2);
}
.item-product-grid-style6 .product-thumb-link::before {
    background: rgba(0, 0, 0, 0.03);
}
.item-product-grid-style6:hover .extra-link-hover6 {
    right: 20px;
    opacity: 1;
}
.item-product-grid-style6 .attribute_data-style1 {
    bottom: 20px;
    left: 0px;
    right: auto;
    top: auto;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.item-product-grid-style6:hover .attribute_data-style1 {
    left: 20px;
    opacity: 1;
}
.item-product-grid-style6 .attribute_data-custom span {
    height: 15px;
    width: 15px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-product-grid-style6 .attribute_data-custom span:hover {
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.4);
}
.item-product-grid-style6 .attribute_data-style1 span.active-att:before {
    width: 21px;
    height: 21px;
}
.item-product-grid-style6 .product-thumb .product-label {
    top: 79px;
}
.item-product-grid-style6{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-product-grid-style6:hover{
    box-shadow: 0px 15px 25px 0px rgba(0,0,0,.08)
}
/*End item-product-grid-style6*/

.woocommerce-loop-category__title {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 24px;
    color: #262626;
    text-align: center;
    font-weight: 400;
}

.woocommerce-loop-category__title .count {
    color: #999;
    background-color: transparent;
}

.item-product .mark,
.item-product mark{
    background-color: transparent;
}
/* Begin CSS entry-summary, detail-info*/
.product-title-single {
    margin-bottom: 12px;
}
.detail-info> .price {
    margin-bottom: 20px;
}
.detail-info .product-price > span, .detail-info .product-price ins {
    font-size: 24px;
}
.detail-info .product-price del {
    font-size: 24px;
}
.final-countdown .clock {
    min-width: 60px;
    height: 60px;
    background:#fff;
    text-align: center;
    padding: 0px 10px;
    margin: 0 2px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-direction: column;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
}
.final-countdown .clock .number {
    font-size: 20px;
    font-family: Marcellus, cursive;
    color: #be9c79;
    font-weight: 400;
}
.final-countdown .clock .text {
    font-size: 12px;
    color: #333;
}
.detail-info .final-countdown{
    margin-top: 23px;
    margin-bottom: 24px;
    margin-left: -2px;
    margin-right: -2px;
}
.detail-info .product-desc p:last-child {
    margin-bottom: 0px;
}
.woocommerce-product-details__short-description {
    margin-bottom: 32px;
}
.woocommerce-product-details__short-description {
    /*max-height: 120px;*/
}
.detail-info .product-desc {
    margin-bottom: 0px;
}
.woocommerce div.product .detail-info> .woocommerce-product-rating {
    margin-bottom: 17px;
}
.woocommerce div.product .detail-info> .woocommerce-product-rating .woocommerce-review-link{
    color: #262626;
}
.group-sku-available .available_product {
    width: 50%;
    text-align: left;
    padding-bottom: 15px;
}
.group-sku-available {
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}
.group-sku-available span{
    display: inline-block;
}
.group-sku-available .sku_wrapper {
    width: 50%;
    text-align: right;
    padding-bottom: 15px;
}
.available_product span.xanh {
    color: #3cb111;
}
.woocommerce div.product .available_product p.stock{
    font-size: 14px;
    display: inline;
}
.detail-info>.stock{
    display: none;
}
.variations_form .type-color .span-trong {
    width: 25px;
    height: 25px;
    display: inline-block;
}
.variations_form .type-color .swatch {
    width: 31px;
    height: 31px;
    display: inline-block;
    border: 1px solid transparent;
    position: relative;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 2px;
}
.variations_form .type-color .swatch.selected {
    border-color: #262626;
}
.variations_form .type-color .tawcvs-swatches {
    margin-bottom: -5px;
    margin-top: -3px;
    margin-left: -3px;
    margin-right: -3px;
}
.variations_form .title-atttr {
    font-weight: 400!important;
    color: #262626;
    text-transform: uppercase;
    font-family: cormorant-garamond, serif;
    margin-right: 20px;
}
.woocommerce div.product form.cart .variations {
    display: inline-block;
    padding: 30px 0px;
    margin-bottom: 0px;
    border-bottom:1px solid rgba(0, 0, 0, .2)
}
.variations_form .type-color .white-color .span-trong {
    border: 1px solid #E1E1E1;
}
.variations_form .variations .detail-attr {
    width: 50%;
    float: left;
}
.variations_form .variations .detail-attr:after {
    height: 15px;
    width: 1px;
    background: #e1e1e1;
    content: '';
}
.variations_form .variations .detail-attr:nth-child(2n):after,
.variations_form .variations .detail-attr:last-child:after
{
    display: none;
}
.variations_form .variations .detail-attr:nth-child(2n){
    padding-left: 40px;
}
.variations_form .variations .detail-attr{
    margin-bottom: 27px;
}
.variations_form .variations .detail-attr:nth-child(2n+1)
{
    clear: both;
}
.variations_form .variations .detail-attr:last-child{
    margin-bottom: 0px;
}
.variations_form .variations .detail-attr:nth-last-child(2)
{
    margin-bottom: 0px;
}
.woocommerce div.product form.cart .variations .type-select select,
.woocommerce div.product form.cart .variations select{
    min-width: auto;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 25px;
}
.woocommerce div.product form.cart .variations .type-select .select-box::after {
    right: 8px;
    top: 8px;
    z-index: 0;
}
.variations_form .type-label .swatch .label-trong {
    height: 25px;
    line-height: 25px;
    min-width: 25px;
    background: #fff;
    display: inline-block;
    text-align: center;
    padding: 0px 5px;
}
.variations_form .type-label .swatch {
    border: 1px solid transparent;
    display: inline-block;
    text-align: center;
    padding: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.variations_form .type-label .tawcvs-swatches {
    margin-bottom: -5px;
    margin-top: -3px;
    margin-left: -3px;
    margin-right: -3px;
}
.variations_form .type-label .swatch.selected {
    border-color: #262626;
}
.woocommerce div.product form.cart .reset_variations {
    font-size: 14px;
    padding-top: 0;
    text-transform: uppercase;
    color: #262626;
    font-family: cormorant-garamond, serif;
    margin-top: 13px;
    position: absolute;
    right: 0;
    padding-left: 20px;
}


form.cart label.qty-label{
    margin-right: 20px;
}

.detail-attr.qty-cart{
    padding: 30px 0px;
}

.detail-info > .yith-wcwl-add-to-wishlist,
.detail-info > .clear
{
    display: none!important;
}
.wishlist_compare_single_product .compare-link > span,
.wishlist_compare_single_product .wishlist-link > span {
    display: inline-block;
    text-decoration: underline;
}
.wishlist_compare_single_product .compare-link > i,
.wishlist_compare_single_product .wishlist-link > i {
    display: none;
}
.wishlist_compare_single_product a {
    width: 50%;
    float: left;
    text-align: center;
}
.single-product-social ul{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    text-align: center;
}
.single-product-social ul li{
    width: 100%;
    position: relative;
}
.single-product-social ul li:after{
    content: '';
    height: 15px;
    width: 1px;
    background: #e1e1e1;
    display: inline-block;
    position: absolute;
    right: 0;
}
.single-product-social ul li:last-child:after{
    display: none;
}
.wishlist_compare_single_product{
    padding: 30px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}
.single-product-social{
    padding: 30px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}
.item-product-meta-info{
    padding-top: 30px;
}
.item-product-meta-info>div{
    margin-bottom: 10px;
}
.item-product-meta-info>div:last-child{
    margin-bottom: 0px;
}
.item-product-meta-info .meta-item-list{
    display: inline-block;
}
.item-product-meta-info .posted_in a,
.item-product-meta-info .tagged_as a
{
    text-transform: uppercase;
    color: #666;
}
.item-product-meta-info .posted_in a:hover,
.item-product-meta-info .tagged_as a:hover
{
    color: #be9c79;
}
.item-product-meta-info .posted_in a:after,
.item-product-meta-info .tagged_as a:after
{
    content: ',';
}
.item-product-meta-info .posted_in a:last-child:after,
.item-product-meta-info .tagged_as a:last-child:after
{
    content: '';
}
.detail-qty {
    border-radius: 0px;
    height: 60px;
    width: 140px;
    position: relative;
    text-align: center;
    margin-right: 20px;
    background: #fff;
}
.detail-qty a.qty-down {
    bottom: 0;
}
.detail-qty .qty-val {
    border: 0;
    height: 58px;
    line-height: 58px;
    padding: 0 10px;
    text-align: center;
    background: transparent;
}
.detail-qty a.qty-up {
    top: 0;
}
.detail-info .woocommerce-variation-price .product-price {
    margin-bottom: 35px;
}
.woocommerce div.product form.cart {
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}
.detail-info {
    position: relative;
    padding-left: 30px;
}
/*End CSS entry-summary, detail-info*/
/*Begin Gallery detail*/
.detail-gallery .gallery-control img{
    border: 2px solid transparent;
}
.woocommerce div.product div.images .carousel li img {
    width: 150.3px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.detail-gallery .gallery-control .carousel {
    margin: auto;
    margin-left: -4px;
    margin-right: -4px;
}
.detail-gallery .gallery-control img:hover {
    border-color: #262626;
}
.detail-gallery .gallery-control .active img {
    border: 2px solid #be9c79;
}
.woocommerce div.product div.wrap-detail-gallery{
    margin-bottom: 0px;
}
/*End Gallery detail*/
.product_detail-style-image-small .content-page ,
.product_detail-style-without-image .content-page ,
.product_detail-style-gallery-horizontal .content-page ,
.product_detail-style-gallery-vertical .content-page
{
    padding: 0;
}
.bg_product_info{
    padding: 120px 0px;
    background: #f1f1f1;
}
.bg_product_summary{
    padding: 120px 0px;
}
.single-related-title{
    position: relative;
    padding-left: 30px;
    margin-bottom: 55px;
    margin-top: -6px;
}
.related-product{
    margin-top: 120px;
}
.related-product .product-slider .item-product {
    margin-bottom: 0px;
}
.related-product .product-slider .item-product-grid-style1{
    margin-bottom: -30px;
}
.single-related-title:before{
    position: absolute;
    content: '';
    height:4px;
    width: 20px;
    background: #be9c79;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}



.woocommerce-Reviews .comment-form-rating > label,
.woocommerce-Reviews .comment-form-author > label,
.woocommerce-Reviews .comment-form-email > label,
.woocommerce-Reviews .comment-form-comment > label
{
    font-weight: 400;
    color: #262626;
    display: block;
}
.woocommerce-Reviews .comment-form-rating
{
    margin-bottom: 15px;
}
.woocommerce-Reviews .comment-form-comment
{
    clear: both;
}
.woocommerce-Reviews .comment-form-author,
.woocommerce-Reviews .comment-form-email
{
    width: 50%;
    float: left;
}
.woocommerce #review_form #respond p.comment-form-author
{
    padding-right: 15px;
    margin-bottom: 23px;
}
.woocommerce #review_form #respond p.comment-form-email
{
    padding-left: 15px;
    margin-bottom: 23px;
}

.woocommerce-Reviews .comment-form-email input
{
    width: 100%;
    height: 48px;
    padding: 0px 20px;
}
.woocommerce #review_form #respond .form-submit{
    margin-top: 30px;
    margin-bottom: 0px;
}
.woocommerce #review_form #respond .form-submit input{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    background: #be9c79;
    height: 48px;
    line-height: 48px;
    padding: 0px 40px;
    min-width: 190px;
    border: none;
    text-transform: uppercase;
    border-radius: 0px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    letter-spacing: 2px;
}
.woocommerce #review_form #respond .form-submit input:hover{
    color: #fff;
    background: #262626;
}
.woocommerce #review_form #respond p.comment-notes{
    margin-bottom: 20px;
}
.woocommerce #review_form #respond textarea {
    min-height: 150px;
}
.woocommerce #reviews #comments ol.commentlist{
    margin-bottom: 91px;
}
p.woocommerce-noreviews{
    margin-bottom: 35px;
}

/*Begin style-gallery-vertical*/
.style-gallery-vertical .detail-gallery {
    padding-left: 110px;
    position: relative;
}
.woocommerce div.product div.wrap-detail-gallery {
    margin-bottom: 0px;
}
.style-gallery-vertical .gallery-control {
    position: absolute;
    width: 100px;
    left: 0;
    top: 0;
    margin: 0px;
}
.style-gallery-vertical .detail-gallery .carousel li {
    min-height: 100px;
}
.style-gallery-vertical .detail-gallery .carousel li {
    margin: 0px;
    margin-bottom: 10px;
}
.style-gallery-vertical .detail-gallery .gallery-control .carousel {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.style-gallery-vertical .gallery-vertical .prev {
    position: absolute;
    z-index: 50;
    left: 0;
    right: 0;
}
.style-gallery-vertical .gallery-vertical .next {
    position: absolute;
    z-index: 50;
    left: 0;
    right: 0;
    bottom:12px;
}
.style-gallery-vertical .gallery-vertical >a {
    opacity: 0;
}
.style-gallery-vertical .gallery-vertical:hover >a {
    opacity:1;
}
.style-gallery-vertical .gallery-vertical .prev i {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.style-gallery-vertical .gallery-vertical .next i {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.video-product-tab iframe{
    width: 100%;
}


.detail-on-sticky-menu .detail-info .product-title-single{
    padding-top: 120px;
}
body.admin-bar .detail-on-sticky-menu .detail-info .product-title-single{
    padding-top: 150px;
}
.item-gallery-sticky a img {
    border: 1px solid #e1e1e1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-gallery-sticky a {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.item-gallery-sticky:last-child a {
    margin-bottom: 0px;
}
.detail-sticky-style1,.detail-sticky-style2{
    padding-bottom: 120px;
}
.info-sticky .product-title-single {
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.detail-sticky-style2 .item-gallery-sticky{
    width: 50%;
    float: left;
    padding:0px 5px;
}
.detail-sticky-style2 .list-gallery-sticky{
    margin:0px -5px;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: row;
}
.detail-sticky-style2 .item-gallery-sticky{
    flex: 1 1 auto;
}
.detail-sticky-style2 .item-gallery-sticky:first-child{
    width: 100%;
}
.item-gallery-sticky a img {
    width: 100%;
}
.product_detail-style-featured .bg_product_info{
    padding-top: 0px;
}

.product_detail-style-featured .content-page {
    padding: 0;
}
.product_detail-style-featured .detail-info {
    padding-left: 0px;
    padding-top: 110px;
}
.product-style-featured .item-gallery-featured img{
    border: 1px solid #e1e1e1;
    border-left: 0.5px solid #e1e1e1;
    border-right: 0.5px solid #e1e1e1;
}
.detail-gallery .product-label {
    position: absolute;
    left: 20px;
    top: 20px;
}
/*
.video-product-detail{
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 9998;
}
.video-product-detail a i{
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
}
.video-product-detail a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    min-width: 50px;
    height: 50px;
    border-radius: 30px;
    background: rgba(255,255,255,.9);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.08);
    box-shadow: 0 0 5px rgba(0,0,0,.08);
    color: rgba(0,0,0,.7);
    font-size: 14px;
    border: 1px solid #e1e1e1;
}
.video-product-detail a:hover{
    border-color: #262626;
}
.video-product-detail a span{
    color: #262626;
    overflow: hidden;
    padding: 0;
    max-width: 0;
    white-space: nowrap;
    font-weight: 600;
    -webkit-transition: padding .4s cubic-bezier(.175,.885,.32,1.15),max-width .4s cubic-bezier(.175,.885,.32,1.15);
    transition: padding .4s cubic-bezier(.175,.885,.32,1.15),max-width .4s cubic-bezier(.175,.885,.32,1.15);
    display: inline-block;
}
.video-product-detail a:hover span{
    padding-right: 25px;
    max-width: 280px;
}*/
/*Begin video and 360 product*/
.video-product-detail{
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 9998;
}
.video-product-detail a i{
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
}
.video-product-detail a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    min-width: 50px;
    height: 50px;
    border-radius: 6px;
    background: rgba(255,255,255,.9);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.08);
    box-shadow: 0 0 5px rgba(0,0,0,.08);
    color: #222;
    font-size: 13px;
    width: 50px;
    margin-top: 10px;
    border: 1px solid #222;
}
.video-product-detail a span{
    overflow: hidden;
    padding: 0;
    max-width: 0;
    white-space: nowrap;
    font-weight: 600;
    -webkit-transition: padding .4s cubic-bezier(.175,.885,.32,1.15),max-width .4s cubic-bezier(.175,.885,.32,1.15);
    transition: padding .4s cubic-bezier(.175,.885,.32,1.15),max-width .4s cubic-bezier(.175,.885,.32,1.15);
    display: inline-block;
}
.video-product-detail a:hover{
    width: 100%;
}
.video-product-detail a:hover> span{
    padding-right: 25px;
    max-width: 280px;
}

#product360_css{
    display: none;
    opacity: 0;
}
#product360_css .close{
    font-size: 48px;
    position: absolute;
    top: 40px;
    right: 40px;
}
#product360_css.active-poup{
    display: block;
    opacity: 1;
}
#product360_css.show-poup{
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
    padding: 100px 0px;

}
.detail-gallery-sticky{
    position: relative;
}
.detail-gallery-sticky .video-product-detail {
    z-index: 1;
}
.product-style-featured .video-product-detail{
    z-index: 5;
}
.detail-gallery .mid {
    position: relative;
    background: #fff;
}
.detail-gallery .product-label span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 5px;
    float: left;
    margin-right: 10px;
}

/*Begin sticky-addcart*/
.sticky-addcart {
    position: fixed;
    z-index: 10001;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    padding: 0px;
    transform:translateY(120%);
    -webkit-transform:translateY(120%);
}
.sticky-addcart.active{
    transform:translateY(0);
    -webkit-transform:translateY(0);
}
.sticky-addcart .product-price{
    margin-right: 30px;
    margin-bottom: 0px;
}
.sticky-addcart .detail-qty {
    height: 45px;
}
.sticky-addcart .detail-qty .qty-val {
    height: 42px;
    background: transparent;
}
.sticky-addcart .product-thumb {
    margin-right: 30px;
    border:none;
}
.woocommerce div.product .sticky-addcart  form.cart:not(.variations_form){
    padding: 8px 0px;
    border-bottom: none;
}
.woocommerce div.product .sticky-addcart  form.cart .button.single_add_to_cart_button{
    height: 45px;
    line-height: 45px;
    width: 45px;
    padding: 0px!important;
}
.woocommerce div.product .sticky-addcart  form.cart label.qty-label {
    display: none;
}

.banner-product-feat-info{
    text-align: center;
    background: #f8f7f5;
    padding-top: 75px;
    padding-bottom: 35px;
}
.banner-product-feat-info h2{
    margin: auto;
    margin-top: 23px;
    margin-bottom: 20px;
    max-width: 390px;
}
.banner-product2{
    margin-left: -125px;
}
.banner-extra-product .banner-product-feat{
    z-index: 1;
    margin-top: 165px;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, .2);
    margin-bottom: 30px;
}
.banner-product2:hover {
    z-index: 1;
}
.text-extra-product .element-text-block{
    padding: 250px 60px 54px;
    background: #f8f7f5;
}
.text-extra-product .element-text-block h3{
    margin-bottom: 18px;
}
.text-extra-product{
    margin-top: -222px;
    margin-bottom: 120px;
}

/*Begin tab-product-vertical*/
.tab-product-vertical .product-tab-title {
    min-width: 300px;
    background: #f5f5f5;
    border: 1px solid #e1e1e1;
    border-right: none;
}
.tab-product-vertical .product-tab-content {
    padding-right: 0px;
    flex-grow: 1;
    width: calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
}
.tab-product-vertical .product-tab-title li {

}
.tab-product-vertical .product-tab-title li:last-child {
    margin-bottom: 0px;
}
.tab-product-vertical .product-tab-title li a {
    display: inline-block;
    padding: 0px 15px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}
.tab-product-vertical .product-tab-title li a:hover {
    color: #be9c79;
}
.tab-product-vertical .product-tab-title li.active a {
    background: #be9c79;
    color: #fff;
}
.tab-product-vertical .product-tab-title li.active a:hover {
    color: #fff;
}
.tab-product-vertical {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
}
.tab-product-vertical .detail-tab-desc{
    padding: 35px 30px;
    border: 1px solid #e1e1e1;
    border-left: none;
}

/*End tab-product-vertical*/

/*Begin tab-product-accordion*/
.tab-product-accordion .ui-icon{
    text-indent: inherit;
    float: right;
}
.tab-product-accordion .ui-state-active .ui-icon,
.tab-product-accordion .ui-button:active .ui-icon{
    background: transparent;
    background-image:none;
}
.tab-product-accordion .ui-accordion .ui-accordion-header{
    background: #f5f5f5;
    border-radius: 0px;
    border: 1px solid #e1e1e1;
    margin: 0px;
    margin-top: -1px;
    height: 60px;
    line-height: 60px;
    padding: 0px 20px;
}
.tab-product-accordion .ui-state-default a:link{
    color:#262626;
}
.tab-product-accordion .ui-accordion .ui-accordion-header:hover a:link,
.tab-product-accordion .ui-accordion .ui-accordion-header:hover .ui-icon
{
    color:#be9c79;
}
.tab-product-accordion .ui-accordion .ui-accordion-header-active.ui-accordion-header:hover a:link,
.tab-product-accordion .ui-accordion .ui-accordion-header-active.ui-accordion-header:hover .ui-icon
{
    color:#fff;
}
.tab-product-accordion .ui-accordion .ui-accordion-header:first-child{
    margin-top: 0px;
}
.tab-product-accordion .ui-accordion .ui-accordion-header.ui-state-active{
    border-bottom: none;
    background: #BE9C79;
    margin-top: 15px;
}
.tab-product-accordion .ui-accordion .ui-accordion-header.ui-state-active:first-child{
    margin-top: 0px;
}
.tab-product-accordion .ui-accordion .ui-accordion-content{
    border: none;
    background: #fff;
    width: 100%;
    padding: 0px;
    overflow-x: hidden;
    margin-bottom: 15px;
}
.tab-product-accordion2 .ui-accordion .ui-accordion-content iframe{
    width: 100%;
}
.tab-product-accordion2 .ui-accordion .ui-accordion-header{
    background: #fff;
}
.tab-product-accordion .ui-icon {
    height: 59px;
    line-height: 60px;
    font-size: 20px;
    width: auto;
    margin: 0px;
    color: #262626;
}
.tab-product-accordion .ui-state-active a,
.tab-product-accordion .ui-state-active a:link,
.tab-product-accordion .ui-state-active a:visited,
.tab-product-accordion .ui-state-active .ui-icon {
    color: #fff;
}
.tab-product-accordion2 {
    margin-top: 30px;
}
.tab-product-accordion .ui-icon, .tab-product-accordion .ui-widget-content .ui-icon{
    background-image:none;
}
/*End tab-product-accordion*/


.tab-accordion-gallery-sticky .wrap-detail-gallery,
.style-gallery-vertical .tab-accordion-gallery-sticky .gallery-control {
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.style-gallery-vertical.tab-accordion-sticky-menu .tab-accordion-gallery-sticky .gallery-control{
    top: 120px;
}
.tab-accordion-sticky-menu .tab-accordion-gallery-sticky .wrap-detail-gallery{
    padding-top: 120px;
}
body.admin-bar .tab-accordion-sticky-menu .tab-accordion-gallery-sticky .wrap-detail-gallery{
    padding-top: 150px;
}
body.admin-bar .style-gallery-vertical.tab-accordion-sticky-menu .tab-accordion-gallery-sticky .gallery-control{
    top: 150px;
}

.comment_tab-product-accordion2>h3{
    background: #f5f5f5;
    height: 60px;
    line-height: 60px;
    padding: 0px 30px;
}

.woocommerce div.product .style-image-small div.images .carousel li img {
    width: 97px;
}

.style-image-small .detail-gallery .carousel li {
    min-height: 97px;
}
.detail-info .list-product-group .product-price > span, .detail-info .list-product-group .product-price ins {
    font-size: 16px;
}
.detail-info .list-product-group .product-price del {
    font-size: 14px;
}
.woocommerce div.product .list-product-group form.cart table td{
    padding:8px;
}
/*Begin wishlist page*/
.wishlist-title h2 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    margin-bottom: 20px;
    color: #262626;
}
.wishlist_table th.product-remove:before{
    content: "\f34c";
    font: normal normal normal 14px/1 LineAwesome;
    color: #262626;
}
.wishlist_table th.product-thumbnail:before{
    content: "Photo";
    color: #262626;
}
.wishlist_table th.product-remove{
    padding: 0px!important;
}
.wishlist_table th span{
    color: #262626;
    font-weight: 700;
    font-size: 14px;
}
.woocommerce table.wishlist_table{
    margin-bottom: 0px;
}
.yith-wcwl-share h4.yith-wcwl-share-title{
    font-size: 14px;
    color: #262626;
    font-weight: 700;
}
/*End wishlist page*/

/*Begin page cart, checkout: function s7upf_before_cart,s7upf_after_cart,s7upf_checkout_after_order_review,s7upf_checkout_before_customer_details add .page-cart-default,.page-checkout-default*/
.woocommerce a.remove {
    color: #be9c79!important;
}
.woocommerce a.remove:hover {
    color: red!important;
    background: transparent;
}
.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] {
    color: #fff;
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
    background: #262626;
    color: #fff;
}
.cart-custom .woocommerce-cart-form ,.page-cart-default .woocommerce-cart-form{
    margin-top: -26px;
}
.cart_totals h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    color: #262626;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    color: #262626;
}
.wcppec-checkout-buttons{
    text-align: left;
}
.cart-collaterals {
    margin-bottom: 0px;
}
/*Page checkout*/
.woocommerce form.checkout_coupon .form-row input.input-text {
    height: 48px;
}
#ship-to-different-address span {
    margin-left: 25px;
}
#ship-to-different-address-checkbox {
    width: 16px;
    height: 16px;
    vertical-align: top;
    top: 3px;
}
#ship-to-different-address {
    padding: 0px;
    color: #262626;
}
.woocommerce-billing-fields > h3 {
    color: #262626;
}
.woocommerce form .form-row label {
    color: #262626;
}
#order_review_heading {
    color: #262626;
}
.woocommerce form .form-row {
    padding: 0px;
    margin: 0 0 15px;
}
.woocommerce-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single {
    line-height: 40px;
    height: 40px;
    border-color: #e1e1e1;
    border-radius: 0px;
}
.woocommerce-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0px 10px;
}
.return-to-shop{
    margin-bottom: 0px;
}
.woocommerce form .form-row .input-checkbox{
    position: relative;
    display: inline-block;
}
.woocommerce-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single,
.woocommerce-checkout .shipping_address .select2-container--default .select2-selection--single,
.woocommerce-checkout .shipping_address .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    height: 40px;
    border-radius: 0px;
    border-color: #e1e1e1;
}
.woocommerce-checkout .woocommerce form .form-row textarea {
    height: 125px;
}
.cart-collaterals .select2-container--default .select2-selection--single {
    border-color: #e1e1e1;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
}
.cart-collaterals .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 10px;
}
.cart-collaterals .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 40px;
}
.order-custom {
    margin-top: 10px;
}
/*End  page cart, checkout*/
/*Beign  page my account*/
.woocommerce .myaccount_registration_login form.checkout_coupon,
.woocommerce .myaccount_registration_login form.login,
.woocommerce .myaccount_registration_login form.register{
    border: none;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}
.woocommerce .myaccount_registration_login form .form-row input.input-text {
    height: 48px;
    border: 1px solid #e1e1e1;
    padding: 0px 15px;
}
.rememberme-lost_password .lost_password{
    float: right;
    margin-bottom: 0px;
}
.rememberme-lost_password label{
    font-weight: 400;
    margin-bottom: 0px;
}
.woocommerce-form-login p.lost_password{
    margin-bottom: 0px;
}
.woocommerce .myaccount_registration_login .woocommerce-form-login .woocommerce-form-login__submit{
    width: 100%;
    background: #262626;
}
.woocommerce .myaccount_registration_login .woocommerce-form-login .woocommerce-form-login__submit:hover{
    background: #be9c79;
}
.myaccount-tab-title ul{
    background: #F5F5F5;
    width: 100%;
    display: inline-block;
}
.myaccount-tab-title li{
    width: 50%;
    float: left;
    padding: 0px;
}
.myaccount-tab-title li a{
    height: 60px;
    line-height: 60px;
    display: block;
}
.myaccount-tab-title li.active a{
    background: #be9c79;
    color: #ffff;
}
.woocommerce .myaccount_registration_login .myacc-bt-register{
    width: 100%;
    background: #262626;
}
.woocommerce  .myaccount_registration_login .myacc-bt-register:hover{
    background: #be9c79;
}
.woocommerce-MyAccount-navigation ul li {
    padding: 0px;
}
.woocommerce-MyAccount-navigation ul li a {
    padding: 8px 15px;
}
.woocommerce-MyAccount-navigation ul li a {
    display: block;
}
.woocommerce-MyAccount-navigation ul li.is-active, .woocommerce-MyAccount-navigation ul li:hover {
    color: #fff;
    background: #be9c79;
    border-color: #be9c79;
}
.woocommerce-MyAccount-content p:last-child,
.woocommerce-MyAccount-content div:last-child
{
    margin-bottom: 0px;
}
.woocommerce-account .addresses .title .edit {
    font-size: 14px;
    background: transparent;
    color: #262626;
    padding: 0px;
    margin-top: 19px;
    border: none;
}
.woocommerce-account .addresses .title .edit:hover {
    color: #be9c79;
}
.woocommerce-MyAccount-content form>h3,
.woocommerce-account .addresses .title h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    color: #262626;
    margin-bottom: 20px;
}
.woocommerce-MyAccount-content form button[type="submit"]{
    margin-top: 25px;
}
.myaccount_registration_login label[for="apply_for_vendor"]{
    margin-bottom: 0px;
}
.myaccount_registration_login .woocommerce-privacy-policy-text{
    margin-bottom: 25px;
}
/*End  page my account*/
/*Begin  About page*/
.text-about-page{
    max-width: 910px;
    margin: auto;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 120px;
}
.text-about-page:after{
   content: '';
    height: 60px;
    width: 2px;
    background:#be9c79;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -60px;
}
.text-about-page h3{
    margin-bottom: 20px;
}
.parallax-background{
    position: absolute;
    left: 0;
    width: calc(100%);
    height: calc(100%);
}
.parallax-background .parallax-inner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.group-banner-about .animation-parallax-background{
    margin-left: -125px;
}

.group-banner-about .banner-product-feat{
    z-index: 1;
    margin-top: 100px
}
.group-banner-about .vc_col-sm-7{
    padding-bottom: 35px;
}
.group-banner2-about .animation-parallax-background{
    margin-right: -125px;
    margin-top: 130px
}
.group-banner2-about{
    padding-bottom: 120px;
}
.group-banner2-about .banner-product-feat{
    z-index: 1;
}
.animation-parallax-background{
    box-shadow: -2px 4px 6px -1px rgba(0, 0, 0, .2);
}
.banner-product-feat{
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, .2);
}
.animation-parallax-background .parallax-inner img{
    display: none;
}
.bg-about-page{
    margin-top: -325px;
    margin-bottom: -220px;
    z-index: -1;
    height: 630px;
}
.people-say{
    text-align: center;
    max-width: 800px;
    margin: auto;
}
.people-say h3{
    margin-top: 50px
}
.people-say p.title16{
    line-height: 28px;
}
.people-say h3 span{
    margin-left: 10px;
    font-style: italic;
}
.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid #c1c1c1;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #262626;
    border-color: #262626;
}
.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #262626;
    background: transparent;
}
.owl-theme .owl-dots .owl-dot{
    height: auto;
}
.people-say-about .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 50px;
}
.item-service-style1{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-service-style1 h3{
    margin-top: 18px;
    margin-bottom: 10px;
}
.group-service{
    padding-top: 120px;
    padding-bottom: 85px;
    background-size: cover;
    background-attachment: fixed;
}
.group-service .item-service-style1{
    margin-bottom: 30px;
}
.group-service .description{
    max-width: 270px;
    margin: auto;
}
.service-color-white .color-title,
.service-color-white .description
{
    color:#fff;
}
.item-service-style1:hover{
    margin-top: -15px;
}
.people-say-about{
    margin-bottom: 109px;
}

/*hover css*/
@-webkit-keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px);}
    33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px);}
    49.95%{-webkit-transform:translateY(4px);transform:translateY(4px);}
    66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px);}
    83.25%{-webkit-transform:translateY(1px);transform:translateY(1px);}
    100%{-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px);}
    33.3%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);}
    49.95%{-webkit-transform:translateY(4px);-ms-transform:translateY(4px);transform:translateY(4px);}
    66.6%{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);}
    83.25%{-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px);}
    100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
}
.wobble-vertical{display:inline-block;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-vertical:hover{-webkit-animation-name:wobble-vertical;animation-name:wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
@-webkit-keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px);}
    33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px);}
    49.95%{-webkit-transform:translateX(4px);transform:translateX(4px);}
    66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px);}
    83.25%{-webkit-transform:translateX(1px);transform:translateX(1px);}
    100%{-webkit-transform:translateX(0);transform:translateX(0);}
}
@keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);-ms-transform:translateX(8px);transform:translateX(8px);}
    33.3%{-webkit-transform:translateX(-6px);-ms-transform:translateX(-6px);transform:translateX(-6px);}
    49.95%{-webkit-transform:translateX(4px);-ms-transform:translateX(4px);transform:translateX(4px);}
    66.6%{-webkit-transform:translateX(-2px);-ms-transform:translateX(-2px);transform:translateX(-2px);}
    83.25%{-webkit-transform:translateX(1px);-ms-transform:translateX(1px);transform:translateX(1px);}
    100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}
}
.wobble-horizontal{display:inline-block;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-horizontal:hover{-webkit-animation-name:wobble-horizontal;animation-name:wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
@-webkit-keyframes wobble-to-bottom-right{16.65%{-webkit-transform:translate(8px, 8px);transform:translate(8px, 8px);}
    33.3%{-webkit-transform:translate(-6px, -6px);transform:translate(-6px, -6px);}
    49.95%{-webkit-transform:translate(4px, 4px);transform:translate(4px, 4px);}
    66.6%{-webkit-transform:translate(-2px, -2px);transform:translate(-2px, -2px);}
    83.25%{-webkit-transform:translate(1px, 1px);transform:translate(1px, 1px);}
    100%{-webkit-transform:translate(0, 0);transform:translate(0, 0);}
}
@keyframes wobble-to-bottom-right{16.65%{-webkit-transform:translate(8px, 8px);-ms-transform:translate(8px, 8px);transform:translate(8px, 8px);}
    33.3%{-webkit-transform:translate(-6px, -6px);-ms-transform:translate(-6px, -6px);transform:translate(-6px, -6px);}
    49.95%{-webkit-transform:translate(4px, 4px);-ms-transform:translate(4px, 4px);transform:translate(4px, 4px);}
    66.6%{-webkit-transform:translate(-2px, -2px);-ms-transform:translate(-2px, -2px);transform:translate(-2px, -2px);}
    83.25%{-webkit-transform:translate(1px, 1px);-ms-transform:translate(1px, 1px);transform:translate(1px, 1px);}
    100%{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);}
}
.wobble-to-bottom-right{display:inline-block;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-to-bottom-right:hover{-webkit-animation-name:wobble-to-bottom-right;animation-name:wobble-to-bottom-right;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
@-webkit-keyframes wobble-to-top-right{16.65%{-webkit-transform:translate(8px, -8px);transform:translate(8px, -8px);}
    33.3%{-webkit-transform:translate(-6px, 6px);transform:translate(-6px, 6px);}
    49.95%{-webkit-transform:translate(4px, -4px);transform:translate(4px, -4px);}
    66.6%{-webkit-transform:translate(-2px, 2px);transform:translate(-2px, 2px);}
    83.25%{-webkit-transform:translate(1px, -1px);transform:translate(1px, -1px);}
    100%{-webkit-transform:translate(0, 0);transform:translate(0, 0);}
}
@keyframes wobble-to-top-right{16.65%{-webkit-transform:translate(8px, -8px);-ms-transform:translate(8px, -8px);transform:translate(8px, -8px);}
    33.3%{-webkit-transform:translate(-6px, 6px);-ms-transform:translate(-6px, 6px);transform:translate(-6px, 6px);}
    49.95%{-webkit-transform:translate(4px, -4px);-ms-transform:translate(4px, -4px);transform:translate(4px, -4px);}
    66.6%{-webkit-transform:translate(-2px, 2px);-ms-transform:translate(-2px, 2px);transform:translate(-2px, 2px);}
    83.25%{-webkit-transform:translate(1px, -1px);-ms-transform:translate(1px, -1px);transform:translate(1px, -1px);}
    100%{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);}
}
.wobble-to-top-right{display:inline-block;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-to-top-right:hover{-webkit-animation-name:wobble-to-top-right;animation-name:wobble-to-top-right;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
@-webkit-keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg);}
    33.3%{-webkit-transform:skew(10deg);transform:skew(10deg);}
    49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg);}
    66.6%{-webkit-transform:skew(4deg);transform:skew(4deg);}
    83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg);}
    100%{-webkit-transform:skew(0);transform:skew(0);}
}
@keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);-ms-transform:skew(-12deg);transform:skew(-12deg);}
    33.3%{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg);}
    49.95%{-webkit-transform:skew(-6deg);-ms-transform:skew(-6deg);transform:skew(-6deg);}
    66.6%{-webkit-transform:skew(4deg);-ms-transform:skew(4deg);transform:skew(4deg);}
    83.25%{-webkit-transform:skew(-2deg);-ms-transform:skew(-2deg);transform:skew(-2deg);}
    100%{-webkit-transform:skew(0);-ms-transform:skew(0);transform:skew(0);}
}
.wobble-top{display:inline-block;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-top:hover{-webkit-animation-name:wobble-top;animation-name:wobble-top;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
@-webkit-keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg);}
    33.3%{-webkit-transform:skew(10deg);transform:skew(10deg);}
    49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg);}
    66.6%{-webkit-transform:skew(4deg);transform:skew(4deg);}
    83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg);}
    100%{-webkit-transform:skew(0);transform:skew(0);}
}
@keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);-ms-transform:skew(-12deg);transform:skew(-12deg);}
    33.3%{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg);}
    49.95%{-webkit-transform:skew(-6deg);-ms-transform:skew(-6deg);transform:skew(-6deg);}
    66.6%{-webkit-transform:skew(4deg);-ms-transform:skew(4deg);transform:skew(4deg);}
    83.25%{-webkit-transform:skew(-2deg);-ms-transform:skew(-2deg);transform:skew(-2deg);}
    100%{-webkit-transform:skew(0);-ms-transform:skew(0);transform:skew(0);}
}
.wobble-bottom{display:inline-block;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-bottom:hover{-webkit-animation-name:wobble-bottom;animation-name:wobble-bottom;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
.slider-content-text>p:last-child{
    margin-bottom: 0px;
}
.brands-box{
    text-align: center;
    padding: 120px 0px;
}
.padding-top-about-page{
    padding-top: 100px;
}
.z-index1{
    z-index: 1;
}
.z-index2{
    z-index: 2;
}
.contact-form-custom .wpcf7 select,
.contact-form-custom .wpcf7 textarea,
.contact-form-custom .wpcf7 input[type=password],
.contact-form-custom .wpcf7 input[type=number],
.contact-form-custom .wpcf7 input[type=email],
.contact-form-custom .wpcf7 input[type=text] {
    width: 100%;
}
.contact-form-custom .wpcf7 select,
.contact-form-custom .wpcf7 input {
    height: 70px;
    padding: 0px 25px;
}
.contact-form-custom .wpcf7 input[type="submit"] {
    height: 60px;
    padding: 0px 30px;
    background: #262626;
}
.contact-form-custom .wpcf7 input[type="submit"]:hover {
    background: #be9c79;
}
.contact-form-custom .wpcf7 textarea {
    padding: 22px 25px;
    height: 200px;
}
.contact-form-custom .wpcf7-form-control-wrap {
    margin-bottom: 30px;
    display: inherit;
}
.contact-form-custom  {
    margin-bottom: 100px;
}
.location-info{
    position: relative;
    padding-left: 25px;
    margin-bottom: 60px;
}
.location-info h3{
    font-size: 18px;
    line-height: 28px;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 23px;
}
.location-info p span{
    text-decoration: underline;
}
.location-info h3:after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 2px;
    width: 60px;
    background:#be9c79;
}
.location-info:before{
    position: absolute;
    content: "\f27d";
    font: normal normal normal 16px/1 LineAwesome;
    left: 0px;
    top: 2px;
    font-size: 24px;
    color: #be9c79;
}
.sv-ggmaps .gmnoprint button{
    padding: 0px!important;
}


.tab-7up-style1 .nav-tabs>li>a {
    border: none;
    font-size: 24px;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    background: #be9c79;
    border-radius: 0px;
    height: 60px;
    line-height: 60px;
}
.tab-7up-style1 .nav-tabs>li>a:hover{
    background: #262626;
}
.tab-7up-style1 .nav-tabs>li.active>a, .tab-7up-style1 .nav-tabs>li.active>a:focus, .tab-7up-style1 .nav-tabs>li.active>a:hover {
    border: none;
    color: #262626;
    background: #e1e1e1;
}
.tab-7up-style1 .title-tab > li {
    margin: 0px;
    float: none;
    width: 100%;
    border-right: 1px solid #fff;
}
.tab-7up-style1 .title-tab > li:last-child{
    border-right: 0px
}
.tab-7up-style1 .tab-header ul{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    margin: 0px;
}
.tab-7up-style1 .tab-header {
    margin-bottom: 0px;
}
.map-contact {
   margin-bottom: 120px;
}
.map-contact .sv-ggmaps{
    height: 640px;
}
.banner-slider-home1 .banner-slider:after{
    content: '';
    height: 60px;
    width: 2px;
    background: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 40px;
    margin: auto;
    z-index: 1;
}
.banner-slider-home1{
    margin-bottom: 100px;
}
.banner-slider-home1 h3.title56{
   line-height: 86px;
}
.text-title-home h3 {
    margin-bottom: 20px;
}
.text-title-home p.title18 {
    line-height: 28px;
}
.text-title-home {
    max-width: 470px;
    margin: auto;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 60px;
    text-align: center;
}
.text-title-home:after {
    content: '';
    height: 60px;
    width: 2px;
    background: #be9c79;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -60px;
}
.text-banner1-home1  .wpb_wrapper{
    margin: auto;
    margin-left: 0px;
}
.text-banner1-home1  h3{
    margin-bottom: 50px;
}
.text-banner1-home1  .element-text-block  {
    z-index: 1;
}
.box-banner1-home1{
    padding-top: 60px;
    margin-bottom: 90px;
}
.box-banner1-home1 .banner1-home1{
    padding-right: 30px;
}
.banner1-home1 {
    padding-left: 30px;
}
.banner1-home1 .banner-info{
    right: auto;
}
.banner1-home1 .title-bn{
    -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
     -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    position: absolute;
    top: 250px;
    left: 6px;
    margin: auto;
    width: 500px;
}
.banner1-home1 .title-bn:after{
    content: '';
    height: 1px;
    width: 60px;
    background: #262626;
    display: inline-block;
    margin-left: 35px;
    margin-bottom: 5px;
}
.we-serve-home1{
    padding-top: 100px;
    margin-bottom: 100px;
}
.text-position-right.banner1-home1 .title-bn{
    -moz-transform: translateX(50%) translateY(-50%) rotate(90deg);
     -webkit-transform: translateX(50%) translateY(-50%) rotate(90deg);
    transform: translateX(50%) translateY(-50%) rotate(90deg);
    position: absolute;
    top: 250px;
    right: 6px;
    left: auto;
}
.text-position-right.banner1-home1 .banner-info {
    left: auto;
    right: 0;
}
.banner1-home1.text-position-right {
    padding-right: 30px;
}
.box-banner2-home1 .text-banner1-home1 .element-text-block  {
    padding-left: 110px;
}
.box-banner2-home1{
    margin-bottom: 120px;
}
.pricing-table-sytle3 .item-pricing{
    position: relative;
    min-height: 80px;
    margin-bottom: 30px;
}
.pricing-table-sytle3 .item-pricing:last-child{
    margin-bottom: 0px;
}
.pricing-table-sytle3 .item-pricing .pricing-image{
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: inline-block;
}
.pricing-table-sytle3 .item-pricing .info-pricing{
   padding-left: 110px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.pricing-table-sytle3 .item-pricing .sub_title{
   margin-top: 15px;
}

.pricing-table-sytle3 .item-pricing h3 .dot-pricing{
    font-size: 11px;
    position: absolute;
    top: 13px;

    height: 10px;
    overflow: hidden;
}
.pricing-table-sytle3 .item-pricing h3 .dot-pricing:before{
    content: '------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------';
}
.pricing-table-sytle3 .item-pricing h3{
    position: relative;
    margin-top: 10px;
}
.pricing-table-sytle3 .item-pricing h3 .price-unit{
    float: right;
    padding-left: 10px;
}
.pricing-table-sytle3 .item-pricing h3 .title-pricing{
    padding-right: 10px;
}
.pricing-table-sytle3 .item-pricing:hover .pricing-image{
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);

}
.pricing-table-sytle3 .item-pricing:hover .pricing-image {
    border: 2px solid #fff;
}
.pricing-left .pricing-table-sytle3{
    padding-right: 15px;
}
.pricing-right .pricing-table-sytle3{
    padding-left: 15px;
}
.pricing-home1{
    padding-bottom: 90px;
    margin-top: 60px;
}
.pricing-home1 .pricing-table-sytle3{
    margin-bottom: 30px;
}
.people-say-home1{
    padding: 100px 0px 110px;
}
.people-say2-about{
    padding: 100px 0px 110px;
    margin-bottom: 0px;
}
.banner3-home1{
    margin-top: 60px;
    margin-bottom: 120px;
}
.item-product-style-center{
    padding: 150px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-product-thumb-info{
    position: relative;
    padding-right: 100px;
}

.slick-center .item-product-style-center{
    padding: 0px;

}
.slick-center .item-product-style-center .item-product-thumb-info{
    padding-right: 150px;
    border: 6px solid #d9d9d9;
    margin-left: -40px;
    margin-right: 40px;
}
.item-product-style-center .product-label span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 5px;
    float: left;
    margin-right: 10px;
    letter-spacing: 1px;
    cursor: pointer;
}
.item-product-style-center .product-info{
    position: absolute;
    top: 50%;
    bottom: auto;
    right: -80px;
    z-index:1;
}
.slick-center .item-product-style-center .product-info{
    right: -130px;
}
.item-product-style-center .product-info2{
    top: 50%;
    transform: translateY(-50%);
}
.item-product-style-center .product-thumb img{
    transform: scale(1.3);
}
.slick-center .item-product-style-center .product-thumb{
margin-bottom: 30px;
}
.slick-center .item-product-style-center .product-title2{
   font-size: 56px;
}
.item-product-style-center .product-thumb-link::before{
    background: transparent;
}
.item-product-style-center .product-title2{
    max-width: 200px;
}
.item-product-style-center .product-label{
    display: none;
}
.slick-center .item-product-style-center .product-label{
    display: inline-block;
    margin-bottom: 15px;
}
.slick-center .item-product-style-center .product-title2{
    max-width: 250px;
}
.item-product-style-center .product-price{
    display: none;
    margin-top: 50px;
}
.slick-center .item-product-style-center .product-price{
    display: block;
}
.slick-center .item-product-style-center .product-title2.title24{
    display: none;
}
.item-product-style-center .title-active{
    display: none;
}
.slick-center .item-product-style-center .title-active{
    display: block;
}
.item-product-style-center .product-price > span,.item-product-style-center .product-price ins {
    font-size: 36px;
    font-family: Marcellus, cursive;
    color: #be9c79;
}
.item-product-style-center .product-price del {
    font-size: 24px;
}
.product-home1 .product-slider-center-view{
    margin-left: -180px;
    margin-right: 180px;
}
.slider-center-slick .slick-next{
    position: absolute;
    right: 0px;
    top: 50%;
    font-size: 0px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    padding: 0px!important;
    border-radius: 50%;
    background: #f5f5f5;
    margin-top: -50px;
    z-index: 1;
}
.slider-center-slick .slick-next:before{
    content: "\f274";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 46px;
    color: #262626;
    line-height: 100px;
}
.slider-center-slick .slick-prev{
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 0px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    padding: 0px!important;
    border-radius: 50%;
    background: #f5f5f5;
    margin-top: -50px;
    z-index: 1;
}
.slider-center-slick .slick-prev:before{
    content: "\f273";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 46px;
    color: #262626;
    line-height: 100px;
}

.slider-center-slick .slick-prev:hover,
.slider-center-slick .slick-next:hover
{
    background: #be9c79;
}
.slider-center-slick .slick-prev:hover:before,
.slider-center-slick .slick-next:hover:before
{
    color: #fff;
}
.product-home1 .slider-center-slick .slick-next{
    right: -150px;
}
.product-home1 .slider-center-slick .slick-prev{
    display: none!important;
}
.product-home1{
    margin-top: 60px;
}
.view-our-coffe{
    text-align: center;
    margin-top: 100px;
    position: relative;
}
.view-our-coffe .coffee-bg{
    font-size: 460px;
    color: #f8f7f5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.view-our-coffe .coffee-bg{
    font-size: 460px;
    color: #f8f7f5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.box-view-our-coffe{
    padding: 140px 0px;
    margin-top: -150px;
}

.banner1-home2 .link-button1{
    margin-top: 55px;
}
.banner1-home2 h2{
    line-height: 60px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.banner1-home2 .slider-content-text{
    padding-top: 50px;
}
.banner1-home2 .banner-slider:after {
    content: '';
    height: 60px;
    width: 2px;
    background: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 40px;
    margin: auto;
    z-index: 1;
}
.margin-top-home2{
    margin-top: 100px;
    margin-bottom: 60px;
}
.product-home2 {
    margin-top: -290px;
}

.product-home2 .element-parent{
    margin: 0px 40px;
    padding-top: 360px;
    padding-bottom: 120px;
    margin-bottom: 120px;
}
.product-home2 .product-slider-view{
    padding-top: 60px;
}

.item-product .product-thumb-link{
    background: #fff;
    border: 1px solid #ebebeb;
}
.width850{
    max-width: 850px;
}
.width630{
    max-width: 630px;
}


.item-grid-post-style1 .post-thumb{
    margin-bottom: 25px;
}
.item-grid-post-style1 .title-post{
    margin-bottom: 15px;
    line-height: 36px;
}
.item-grid-post-style1 .excerpt-post{
    margin-bottom: 18px;
}
.item-grid-post-style1 {
    margin-bottom: 60px;
}
.item-grid-post-style1 .get-post-date2 {
    margin-bottom: 5px;
}
/*----------------*/
.item-grid-post-style2 .title-post{
    margin-bottom: 15px;
    line-height: 36px;
}
.item-grid-post-style2 {
    margin-bottom: 60px;
}
.item-grid-post-style2 .get-post-date2 {
    margin-bottom: 5px;
}
.item-grid-post-style2 .post-info{
    padding: 25px 30px 25px;
    background: #fff;
}
.item-grid-post-style2 .item_gs2{
   box-shadow: 3px 5px 10px -3px rgba(0, 0, 0, .2);
}
.post-home2{
    margin-top: 190px;
    overflow: inherit!important;
}
.post-home2 .element-parent{
    margin: 0px 40px;
    background: #efefef;
    padding-bottom: 90px;
}
.post-home2 .blog-slider-view{
    margin-top: -130px;
}
.banner-bottom-home2 .banner-advs{
    margin: 0px 40px;
}
.item-service-style2{
    position: relative;
    min-height: 90px;
    margin-bottom: 44px;
}

.item-service-style2 .info-service{
    padding-right: 110px;
    text-align: right;
}
.item-service-style2 .info-service h3{
    margin-bottom: 15px;
}
.item-service-style2 .icon-link {
    position: absolute;
    right: 0;
    top: 0;
}
.banner1-1-home3{
    padding-top: 200px;
    padding-bottom: 200px;
    background-attachment: fixed;
    background-size: cover;
}
.banner1-1-home3 h3{
    line-height: 86px;
    margin-bottom: 10px;
}

.banner1-1-home3 .link-button1{
    margin-top: 55px;
}
.banner1-home3{
   margin-bottom: 100px;
}
.banner1-1-home3{
   margin-bottom: 100px;
}
.banner1-home3 h3{
    line-height: 86px;
    margin-bottom: 10px;
}

.banner1-home3 .link-button1{
    margin-top: 55px;
}
.banner2-home3 .banner-info {
    max-width: 460px;
    left: 60px;
    right: auto;
    height: 370px;
}
.banner2-home3 h2 {
   line-height: 86px;
    margin-bottom: 10px;
}
.banner2-home3 .link-button1 {
    margin-top: 55px;
}
.bg-banner2-home3 .banner2-home3{
    height: 740px;
}
.bg-banner2-home3 .banner2-home3 .adv-thumb-link {
    display: none;
}
.bg-banner2-home3 .wpb_wrapper{
    margin-top: auto;
    margin-bottom: auto;
}
.bg-banner2-home3 .vc_column-inner{
    background-size: cover;
    background-position: center;
}
.people-say-home3 .banner-slider{
    padding-left: 50px;
    padding-right: 50px;
}
.people-say-home3 .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 50px;
}
.people-say-home3 .wpb_wrapper {
    margin-top: auto;
    margin-bottom: auto;
}
.people-say-home3 .text-about-page {
    margin: 0px 0px 120px 0px;
}
.product2-home3 .product-slider-view  {
    padding-top: 60px;
}
.product2-home3  {
    margin-top: 100px;
    margin-bottom: 120px;
}
.product2-home3 .link-button1{
    background: #262626;
}
.product2-home3  .link-button1:hover{
    background: #be9c79;
}
.banner-hours{
    padding: 70px 15px;
    background-size: cover;
}
.banner-hours p.title18{
    margin-top: 50px;
    margin-bottom: 20px;
}
.banner-slider-home3{
    margin-bottom: 100px;
}
.service-home3{
    padding-top: 60px;
    padding-bottom: 100px;
}
.product1-home3{
    padding-top: 60px;
    padding-bottom: 60px;
}

.banner-slider-home3 .tparrows.tp-rightarrow:before {
    content: "\f274";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 46px;
}
.banner-slider-home3 .tparrows.tp-leftarrow:before {
    content: "\f273";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 46px;
}
.banner-slider-home4 .tparrows.tp-rightarrow:before {
    content: "\f274";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 46px;
}
.banner-slider-home4 .tparrows.tp-leftarrow:before {
    content: "\f273";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 46px;
}
.banner-slider-home4  {
    margin-bottom: 100px;
}
.group-service-home4{
    padding-top: 60px;
    padding-bottom: 80px;
}
.group-service-home4 .item-service-style1{
    margin-bottom:30px;
}
.pricing-home4{
    padding-top:100px;
    padding-bottom:120px;
}
.pricing-home4 .group-pricing{
   padding-top: 60px;
}
.banner1-home4{
    background: #f8f7f5;
}
.banner1-home4 >.row{
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.banner1-home4>.row>.col-md-6{
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
}
.banner1-home4>.row>.col-md-6>*{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.banner1-home4>.row>.col-md-6.left{
    padding-right: 0px;
}
.banner1-home4>.row>.col-md-6.right{
   padding-left: 0px;
}
.banner-info1-home4{
    margin: auto;
    max-width: 370px;
    text-align: center;
    padding: 0px 20px;
}
.banner-info1-home4 h3{
    line-height: 48px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.banner-info1-home4 p:last-child{

    margin-bottom: 0px;
}
.reverse.banner1-home4 .left{
    order: 1;
}
.reverse.banner1-home4 .right{
    order: 0;
}
.banner1-home4.reverse>.row>.col-md-6.left{
    padding-right: 15px;
    padding-left: 0px;
}
.banner1-home4.reverse>.row>.col-md-6.right{
    padding-left: 15px;
    padding-right: 0px;
}
.people-say-home4{
    margin-bottom: 0px;
}
.banner-video-home5{
    margin-bottom: 100px;
}
.group-service-home5 .banner-advs{
    margin-right: -230px;
    margin-top: -35px;
}
.group-service-home5 .item-service-style2 {
    margin-bottom: 75px;
}
.item-service-style2.reverse .info-service {
    padding-right: 0px;
    padding-left: 110px;
    text-align: left;
}
.item-service-style2.reverse .icon-link {
    right: auto;
    left: 0;
}
.group-service-home5{
    padding-top: 45px;
    padding-bottom: 80px;
}
.people-say-home5 .color-title,
.people-say-home5 .people-say,
.people-say-home5 .color-body
{
    color: #fff;
}
.people-say-home5 .owl-theme .owl-dots .owl-dot:hover span {
    border-color: #fff;
}
.people-say-home5 {
    background-attachment: fixed;
    background-size: cover;
    margin-top: 120px;
}
.people-say-home5 .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    border-color: #fff;
}
.banner-hours-home5 .color-title,
.banner-hours-home5 p
{
    color: #fff;
}
.banner-hours-home5 ul li p:after{
    content: '|';
    color: #fff;
    margin-left: 15px;
}
.banner-hours-home5 ul li:last-child p:after{
    content: '';
}
.banner1-home5{
    margin-bottom: 120px;
}
.banner-slider-home6 .banner-slider  {
    margin-left: 300px;
}
.text-banner-slider .slider-content-text    {
  /*  max-width: 590px;*/
}
.text-banner-slider h2{
    line-height: 86px;
    margin-bottom: 15px;
}
.text-banner-slider p.title18{
    line-height: 28px;
}
.text-banner-slider .link-button1{
    margin-top: 60px;
}
.banner-slider-home6 .slider-content-text{
    margin-left: 70px;
}
.banner-slider-home6 .banner-slider .owl-theme .owl-dots .owl-dot span {
     background: rgba(255, 255, 255, .3);
     border-color: rgba(255, 255, 255, .3);
}
.banner-slider-home6 .banner-slider .owl-theme .owl-dots .owl-dot.active span {
     background: #fff;
     border-color: #fff;
}

.banner-slider-home6 .banner-slider .owl-theme .owl-dots{
    margin-top: -60px;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
}
.related-product .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 55px;
}
.group-service-home6 .element-parent{
    margin-left: 300px;
}
.group-service-home6 .banner-info1-home4 h3{
    line-height: 36px;
}
.banner1-home6{
    margin-left: 300px;
}
.group-service-home6 .banner-info1-home4 p:last-child{
    margin-bottom: -15px;
}
.post-home6 .blog-slider-view {
    margin-top: -130px;
}
.post-home6 .element-parent{
    margin-left: 300px;
    background: #efefef;
    padding-bottom: 90px;
}
.post-home6 .element-parent{
    margin-top: 190px;
    overflow: inherit!important;
}
.banner-bottom-home6 .banner-advs{
    margin-left: 300px;
}
.bottom-header-vertial .account-manager .dropdown-list{
    display: none;
}
.bottom-header-vertial .box-menu-account-search-cart{
    border-bottom: 1px solid #e5e5e5;
}

.bottom-header-vertial .social-list-style1 a{
    font-size: 14px;
    color: #262626;
    padding: 0px 19px;
    padding-bottom: 10px;
}
.bottom-header-vertial .social-list-style1{
   margin: 0px -20px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
}
.vc_row.vc_row-no-padding .content-menu-shop .vc_column-inner,
.vc_row.vc_row-no-padding .content-menu-blog .vc_column-inner
{
    padding-left: 15px;
    padding-right: 15px;
}
.content-menu-blog .wpb_widgetised_column
{
   margin-bottom: 0px;
}
.content-menu-shop .widget-title,
.content-menu-blog .widget-title
{
    margin-bottom: 15px;
}
.content-menu-blog .wpb_widgetised_column .widget-title
{
    margin-bottom: 30px;
}
.mega-list-cat a i{
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 12px;
}
.main-nav-vertial .content-menu-shop .mega-list-cat,.main-nav-vertial .content-menu-blog .mega-list-cat {
    margin-bottom: 30px;
}
.main-nav-vertial .content-menu-shop .wpb_column:last-child .mega-list-cat,.main-nav-vertial .content-menu-blog .wpb_column:last-child .mega-list-cat {
    margin-bottom: 0px;
}
.intagram-widget .follow-instagram li {
    max-width: 99px;
}
.instagram-box .follow-instagram{
    margin: -0.5px;
}
.post-gallery .owl-carousel .owl-nav button.owl-next, .post-gallery .owl-carousel .owl-nav button.owl-prev {
    color: #ffffff;
}
.post-gallery .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}
.post-gallery .owl-carousel .owl-nav button.owl-next {
    right: 10px;
}
.related-post-slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
    margin-bottom: -10px;
}
.post-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.post-video iframe, .post-video object, .post-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-mini-cart .product-thumb {
    width: 90px;
}
.mini_cart_item .product-thumb {
    min-width: 90px;
}
.mini_cart_item .product-info {
    flex-grow: 1;
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
}
.mini_cart_item .product-title {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 28px;
}
.mini_cart_item .product-delete a {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 1;
    color: #be9c79;
}
.mini_cart_item {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    position: relative;
}
.mini-cart-button {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.header-category1 .wrap-bread-crumb {
    min-height: 240px;
    background: transparent;
}
.header-category1 .info-service{
    padding-left: 10px;
    padding-right: 10px;
}
.header-category1 .item-service-style1 .color-title,
.header-category1 .item-service-style1 .description,
.header-category1 .item-service-style1 .color
{
    color: #fff;
}
.header-category1 .item-service-style1 .description
{
    max-width: 300px;
    margin: auto;
}
.header-category1 .bread-crumb-megapage {
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 115px;
}

.element-categories-box-style2 .thumb-cate .adv-thumb-link{
    width: 150px;
    border-radius: 50%;
    margin: auto;
    border: 5px solid rgba(255, 255, 255, 0.3);
}
.element-categories-box-style2:hover .thumb-cate .adv-thumb-link{
    width: 150px;
    border-radius: 50%;
    margin: auto;
    border-color: #fff;
}
.element-categories-box-style2 {
    text-align: center;
}
.element-categories-box-style2 .info-cate{
    padding-top: 15px;
}
.element-categories-box-style2 .info-cate h3{
    margin-bottom: 5px;
    text-transform: uppercase;
}
.header-category2 .element-categories-box-style2 .info-cate h3 a{
    color: #fff;
}
.header-category2 .element-categories-box-style2 .info-cate span{
    color: #d5d5d5;
}
.header-category2 .banner-slider {
    max-width: 950px;
    margin: auto;
}
.header-category2 .banner-slider {
    padding-bottom: 95px;
    overflow: inherit;
    padding-top: 15px;
}
.header-category2 .wrap-bread-crumb {
    min-height: 150px;
    background: transparent;
}
.header-category2 .bread-crumb-megapage {
    padding-top: 65px;
    background-attachment: fixed;
    background-size: cover;
}
.header-category2 .banner-slider:hover .owl-theme .owl-nav button.owl-prev {
    left: -30px;
}
.header-category2 .banner-slider:hover .owl-theme .owl-nav button.owl-next {
    right: -30px;
}
.header-category2 .owl-carousel .owl-nav button {
    top: 24%;
}
.woocommerce table.shop_attributes td {
    padding: 8px;
}
.woocommerce .product-tab-content table.shop_attributes td {
    padding: 0px 8px;
}
.woocommerce .product-tab-content table.shop_attributes:last-child{
    margin-bottom: 0px;
}
.style-gallery-horizontal .gallery-control a.prev, .style-gallery-horizontal .gallery-control a.next {
    display: inline-block;
}
.style-gallery-horizontal .detail-gallery .gallery-control .carousel{
    display: inline-block;
}
.style-gallery-horizontal .detail-gallery .gallery-control a.prev {
    left: 10px;
}
.style-gallery-horizontal .detail-gallery .gallery-control a.next {
    right: 10px;
    margin-left: -24px;
}
.pricing-product-after{
    margin-top: 60px;
}

.title-pricing-product-after{
    margin-top: 100px;
}
.style-image-small .detail-gallery .gallery-control .carousel {
    display: inline-block;
}
.main-nav > ul > li.mega-menu-current >a{
    color: #be9c79;
}
.main-nav > ul > li.has-mega-menu >a:after{
    content: "\f107";
    font-family: fontAwesome;
    margin-left: 5px;
    display: inline-block;
}
.logo-sentinal-default h1{
    height: 100px;
    line-height: 100px;
    padding-left: 40px;
    text-transform: uppercase;
}
.main-nav-default{
    padding: 0px 40px;
}
.footer-default {
    padding: 18px 0px;
    text-align: center;
}

/*custom post and page UNITEST*/

.detail-content-wrap>ul,
.desc-comment-text>ul,
.entry-content>ul,
.detail-content-wrap>ol,
.desc-comment-text>ol,
.entry-content>ol
{
    line-height: 30px;
}
.desc-comment-text > ul,.desc-comment-text > ul ul, .detail-content-wrap > ul ul, .entry-content > ul ul {
    list-style-type: disc;
}
.desc-comment-text > address, .detail-content-wrap > address, .entry-content > address {
    line-height: 30px;
}
.desc-comment-text > pre, .detail-content-wrap > pre, .entry-content > pre {
    margin-bottom: 30px;
}
.detail-content-wrap>ul:last-child,
.detail-content-wrap>p:last-child,
.desc-comment-text>ul:last-child,
.desc-comment-text>p:last-child,
.entry-content>ul:last-child,
.entry-content>p:last-child
{
    margin-bottom: 0px;
}
.detail-content-wrap>table th,
.detail-content-wrap>table td,
.desc-comment-text>table th,
.desc-comment-text>table td,
.entry-content>table th,
.entry-content>table td{
    padding: 10px 15px;
}
.desc-comment-text > ol ul, .detail-content-wrap > ol ul, .entry-content > ol ul {
    list-style-type: disc;
}
.desc-comment-text > dl dd,
.detail-content-wrap > dl dd,
.entry-content > dl dd{
    margin-top: 5px;
    margin-bottom: 15px
}
.edit-link-comment {
    margin-left: 15px;
}
.edit-link-comment i{
    font-size: 18px;
    margin-right: 5px;
}
.wp-caption .wp-caption-text {
    margin-top: 15px;
    color: #999;
}
.wp-caption {
    margin-bottom: 20px;
}
.wp-caption:last-child {
    margin-bottom: 0px;
}
.aligncenter {
    text-align: center;
}
.detail-content-wrap > .gallery:last-child{
    margin-bottom: 0px;
}

.post-password-form input[type=submit]{
    vertical-align: top;
    padding: 0 20px;
    height: 40px;
    background: #be9c79;
    color: #fff;
    border: none;
    border-radius: 0px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.post-password-form input[type=submit]:hover{
    background: #262626;
    color: #fff;
}

p.no-comments{
    margin-bottom: 0px;
    margin-top: 100px;
    background: #f8f8f8;
    padding: 15px;
}
.comment-list li.pingback {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e1e1e1;
}
.comment-list .pingback .edit-link{
    color: #262626;
    margin-left: 10px;
}
.comment-list .pingback .edit-link i{
    margin-right: 3px;
}
.alignright {
    display: inline;
    float: right;
    clear: both;
}

address,
dd,
dt{
    line-height: 24px;
}
pre{
    padding: 15px;
    line-height: 20px;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
code{
    color: #cf0000;
    background: #f5e9ec;
}
kbd{
    background-color: #303030;
}
samp{
    font-style: italic;
}
hr{
    border-top: 1px solid #e5e5e5;
}
var,
cite,
em{
    font-style: italic;
}
abbr[data-original-title],
abbr[title] {
    border-bottom: 1px dotted #555;
}
acronym[title]{
    font-size: 100%;
}
big{
    font-size: 120%;
}
del[cite]{
    color: #999;
}
ins[cite]{
    text-decoration: underline;
}
strong,
sup,
sub,
u,
strike,
q{
    color: #666;
}
.small,
small {
    font-size: 86%;
}
/*Data UNITEST new*/
.wp-block-button.alignleft,
.wp-block-cover.alignleft{
    margin-right:20px;
}
.wp-block-button.alignright,
.wp-block-cover.alignright{
    margin-left:20px;
}
.wp-block-image figcaption ,
.wp-block-video figcaption,
.wp-block-embed figcaption{
    margin-top: 15px;
    margin-bottom: 24px;
    color: #999;
}
.wp-block-gallery.alignleft{
    margin-right: 20px;
}
.wp-block-gallery.alignright{
    margin-left: 20px;
}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption{
    padding: 10px;
    line-height: 20px;
}

.wp-block-gallery .blocks-gallery-image figcaption::-webkit-scrollbar,
.wp-block-gallery .blocks-gallery-item figcaption::-webkit-scrollbar {
    width: 4px;
}
.wp-block-gallery .blocks-gallery-image figcaption::-webkit-scrollbar-track ,
.wp-block-gallery .blocks-gallery-item figcaption::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
}
.wp-block-gallery .blocks-gallery-image figcaption::-webkit-scrollbar-thumb,
.wp-block-gallery .blocks-gallery-item figcaption::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 1.5px 1.5px 0;
}
.has-2-columns blockquote,
.has-3-columns blockquote,
.has-4-columns blockquote,
.has-5-columns blockquote,
.has-6-columns blockquote
{
    margin-top: 0px;
    padding: 40px 50px;
}
blockquote cite
{
    font-size: 18px;
}
.has-2-columns blockquote:before,
.has-3-columns blockquote:before,
.has-4-columns blockquote:before,
.has-5-columns blockquote:before,
.has-6-columns blockquote:before{
    top: 40px;
    left: 15px;
    font-size: 80px;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large{
    padding: 90px 120px;
}
.wp-block-pullquote.is-style-solid-color blockquote{
    padding: 60px 90px;
}
.wp-block-pullquote.is-style-solid-color blockquote:before {
    top: 70px;
    left: 50px;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 28px;
}
.wp-block-audio{
    margin-bottom: 30px;
}
.wp-block-pullquote:not(.is-style-solid-color){
    padding: 0px;
}
ul.wp-block-archives-list,
ul.wp-block-categories-list,
ol.wp-block-latest-comments,
ul.wp-block-latest-posts{
    padding-left: 0px;
    list-style: none;
}
ul.wp-block-latest-posts li{
    margin-bottom: 10px;
}
ul.wp-block-archives-list ul,
ul.wp-block-categories-list ul{
    list-style: none;
    padding-left: 15px;
}
.detail-content-wrap>table{
    margin-bottom: 30px;
}
.wp-block-media-text{
    margin-bottom: 30px;
}
@media (min-width:600px) {
    .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
        margin-right: 1.5px!important;
    }
}
.detail-content-wrap>.wp-block-archives-dropdown{
    margin-bottom: 30px;
}
/*END UNITEST*/
.blog-comment-detail .comment-title {
    margin-bottom: 38px;
}


a.rtl-button{
    z-index: 1000;
    background: #be9c79;
    color: #fff;
    left: 0;
}
a.rtl-button:hover{
    background: #262626;
    color: #fff;
}
.rtl-button.active{
    color: #fff;
}
.fancybox-inner::-webkit-scrollbar-track
{
    background-color: #F5F5F5;
}

.fancybox-inner::-webkit-scrollbar
{
    width: 3px;
    background-color: #F5F5F5;
}

.fancybox-inner::-webkit-scrollbar-thumb
{
    background-color: #C1C1C1;
}
.woocommerce div.product .quick-view-style1 div.images .carousel li img {
    width: 100px;
}
.quick-view-style1 .detail-gallery .carousel li {
    min-height: 100px;
}
.compare-link.added{
    font-size: 0px!important;
}
.compare-link.added:before{
    content: "\f2d5";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 18px;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{
    font-size: 16px;
}
.woocommerce ul.product_list_widget .product-price > span ,
.woocommerce ul.product_list_widget .product-price ins,
.woocommerce ul.product_list_widget .product-price del
{
    font-size: 14px;
}
.group-banner-about{

    padding-top: 120px;
}
.title-about-page {
    margin-top: 70px;
}

.title-about-page h3:after{
    content: '';
    height: 2px;
    display: inline-block;
    width: 60px;
    background: #be9c79;
    margin-left: 15px;
    margin-bottom: 8px;
}
.woocommerce .tm-has-options.product form.cart:not(.variations_form) {
    display: block;
}
.woocommerce .tm-has-options.product form.cart:not(.variations_form) .detail-qty {
    display: inline-block;
}
.woocommerce .tm-has-options.product form.cart:not(.variations_form) .button.single_add_to_cart_button {
    float: none;
}
.tm-extra-product-options-totals dt, .tm-extra-product-options-totals dd {
    padding-bottom: 10px;
    display: inline-block;
    width: 49%;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #262626;
    text-transform: uppercase;
}
.tm-extra-product-options-totals dt.tm-final-totals, .tm-extra-product-options-totals dd.tm-final-totals {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom:none;
}
.tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap {
    display: inline-block;
    width: 23.7%;
    vertical-align: top;
    border: 1px solid #e1e1e1;
    padding: 15px;
    margin-right: 10px;
    margin-top: 10px;
}
.tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap:nth-child(3n+1):not(:first-child) {
    margin-right: 0px;
}
.tc-mode-images .tc-label-wrap {
    display: inline-block;
}
.tm-extra-product-options .tm-epo-element-label{
    color: #262626;
    text-transform: uppercase;
    font-weight: 400;
}
.tc-extra-product-options .tmcp-field-wrap .price.tc-price .amount{
    color: #262626;
    font-weight: 400;
    font-size: 14px!important;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del{
    opacity: 1;
}
.tm-extra-product-options .tmcp-field-wrap .tc-price del{
    font-size: 14px!important;
    color: #999!important;
}

.tm-extra-product-options .tmcp-field-wrap .tc-price del .amount{
    color: #999!important;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}

.tc-extra-product-options  [class*="li-"],.tc-extra-product-options  [class^=li-]{
    font-family: none!important;
}

.tm-description > p {
    color: #999;
    margin-bottom: 5px;
}
.tm-extra-product-options .tm-cell {
    margin-bottom: 30px;
}
.tc-totals-form{
    background: #fff;
    padding: 0px 20px;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
}
.tc-totals-form dl{
    margin-bottom: 0px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #262626;
    font-weight: 400;
}
.mega-list-cat .menu-label {
    position: absolute;
    top: -8px;
    margin-left: -15px;
    z-index: 1;
    display: inline-block;
    padding: 1px 10px;
    white-space: nowrap;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 12px;
    border-radius: 3px;
}
.mega-list-cat .menu-label:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 4px;
    border-top-color: transparent;
    border-right-color: transparent!important;
    border-bottom-width: 0;
    border-bottom-color: transparent!important;
    border-left-color: transparent!important;
    border-right-width: 7px;
    border-left-width: 0;
}
.mega-list-cat .menu-label.label-Hot:before {
    border-color: #d41212;
}
.mega-list-cat .menu-label.label-Hot {
    background: #d41212;
}

.mega-list-cat .menu-label.label-New:before {
    border-color: #6dab3c;
}
.mega-list-cat .menu-label.label-New {
    background: #6dab3c;
}
.product-label .out_in_stock{
    background: #be9c79;
    opacity: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.product-label .out_in_stock *{
    color:#fff!important;
}
.item-product:hover .product-label .out_in_stock{
    opacity: 1;
}





@media (min-width: 1171px) {
    .main-nav2 .menu-main-menu {
        display: none;
        width: 700px;
        position: absolute;
        top: 0;
        left: 100px;
        height: 100px;
        background: #fff;
        padding-left: 20px;
    }
    .main-nav2 > ul > li > a {
        height: 100px;
        line-height: 100px;
    }
    .main-nav1 > ul > li > a {
        height: 100px;
        line-height: 100px;
    }
}/* End min width 1171*/

@media (max-width: 1680px) {
    .main-nav-default .main-nav > ul > li > a{
        padding: 0 10px;
    }
    .people-say {
        padding: 0px 50px;
    }
}/* End max width 1680*/
@media (max-width: 1440px) {

    .box-header3 .text-logo-larcorso{
        padding: 20px 30px;
    }
    .slick-center .item-product-style-center .product-info {
        right: -90px;
        width: 200px;
    }
    .slick-center .item-product-style-center .item-product-thumb-info {
        margin-left: 0px;
        margin-right: 0px;
    }
    .item-product-style-center{
        padding: 90px;
    }
    .item-product-style-center .product-price {
        display: none;
        margin-top: 30px;
    }
    .item-product-thumb-info {
        padding-right: 80px;
    }
    .banner1-1-home3 .element-text-block{
        padding-left: 80px;
    }
    .banner-slider-home6 .banner-slider ,
    .group-service-home6 .element-parent,
    .banner1-home6,
    .post-home6 .element-parent,
    .banner-bottom-home6 .banner-advs{
        margin-left: 0px;
    }
    .people-say-home3 .people-say {
        padding: 0px 50px;
    }
    .product-home2 .element-parent,
    .post-home2 .element-parent,
    .banner-bottom-home2 .banner-advs{
        margin-left: 0px;
        margin-right: 0px;
    }
    .banner1-home2 .banner-slider {
        padding: 0px;
    }
    .box-header2 {
        padding: 0px 40px;
    }
    .view-our-coffe .coffee-bg{
        font-size: 350px;
        bottom: -20px;
    }
    .box-view-our-coffe {
        padding: 120px 0px;
    }
    .toggle-mobile-header-vertial {
        display: block;
    }
    body.page-template-vertialheader-templage #header{
        margin-left: -350px;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
    }
    body.page-template-vertialheader-templage #header.active,
    body.page-template-vertialheader-templage .vertical-header-main .vertical-header-content{
        margin-left: 0px;
    }

    .main-footer2 {
        margin: 0px;
    }
    .bottom-footer2 {
        padding: 0px 15px;
    }
    .item-product-style-center .product-title2 {
        max-width: 150px;
    }
    .slick-center .item-product-style-center .product-title2 {
        font-size: 36px;
    }
    .item-product-style-center .product-price > span, .item-product-style-center .product-price ins {
        font-size: 24px;
    }
    .item-product-style-center .product-price del {
        font-size: 18px;
    }
    .slider-center-slick .slick-next:before ,.slider-center-slick .slick-prev:before{
        font-size: 36px;
        line-height: 80px;
    }
    .slider-center-slick .slick-next ,.slider-center-slick .slick-prev{
        height: 80px;
        width: 80px;
        line-height: 80px;
    }


}/* End max width 1440*/

@media (max-width: 1280px) {
    .main-nav-default .main-nav > ul > li > a{
        padding: 0 5px;
    }
    .main-nav > ul > li > a {
        padding: 0 10px;
    }
    .logo-sentinal-default h1 {
        padding-left: 25px;
    }
    .main-nav-default {
        padding: 0px 25px;
    }
}/* End max width 1280*/
@media (max-width: 1200px) {
    .slick-center .item-product-style-center {
         margin-right: 0px;
         margin-left: 0px;
    }
    .slick-center .item-product-style-center .product-info {
        right: 0px;
    }
    .slick-center .item-product-style-center .product-title2 {
        max-width: 200px;
    }
}/* End max width 1200*/

@media (max-width: 1170px) {
    .logo-header3 .text-logo-larcorso{
        text-align: left;
    }
    .contact-form-custom .wpcf7 textarea {
        padding: 15px 20px;
        height: 170px;
    }
    .contact-form-custom .wpcf7 select, .contact-form-custom .wpcf7 input {
        height: 60px;
        padding: 0px 20px;
    }
    .box-header3 .text-logo-larcorso {
        padding: 20px 15px;
    }
    .title-about-page h3{
        font-size: 30px;
    }
    .group-banner-about{
        padding-top: 100px;
    }
    .box-view-our-coffe {
        margin-top: -30px;
    }
    .bg-banner2-home3 .banner2-home3 {
        height: 550px;
    }
    .main-nav-default .main-nav .toggle-mobile-menu{
        display: inline-block;
    }
    .people-say-home3 .owl-theme .owl-nav.disabled+.owl-dots {
       display: none;
    }
    .people-say-home3 .people-say {
        padding: 0px 30px;
    }
    .banner1-1-home3 .element-text-block {
        padding-left: 0px;
    }
    .text-extra-product {
        margin-bottom: 100px;
    }
    .product_detail-style-featured .detail-info {
        padding-top: 80px;
    }
    a.rtl-button{
        display: none;
    }
    .page-404-custom{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .comment-list ul.children {
        list-style: none;
        padding-left: 50px;
    }
    .comment-table-custom .comment-info {
        padding-left: 90px;
    }
    .item-comment .comment-thumb {
        width: 70px;
    }
    .main-nav-default .main-nav .toggle-mobile-menu{
        width: 70px
    }
    .banner1-home5 {
        margin-bottom: 100px;
    }
    .banner1-1-home3 {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .leave-comments .comment-respond, .single-related-post, .blog-comment-detail, .comment-list .comment-respond {
        margin-top: 70px;
    }
    .banner-extra-product .banner-product-feat {
        margin-top: 100px;
    }
    .gallery-vertical-mobi .gallery-control a.next, .gallery-vertical-mobi .gallery-control a.prev {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        z-index: 50;
    }
    .title-pricing-product-after{
        margin-top: 85px;
    }

    .header-category1 .item-service-style1 h3 {
        font-size: 18px;
    }
    .detail-sticky-style1, .detail-sticky-style2 {
        padding-bottom: 100px;
    }
    .content-page {
        padding: 100px 0;
    }
    .detail-qty .qty-val {
        width: 40px;
    }
    .detail-qty {
        width: 100px;
    }
    .woocommerce #reviews #comments ol.commentlist {
        margin-bottom: 70px;
    }
    .related-product {
        margin-top: 100px;
    }
    .bg_product_info {
        padding: 100px 0px;
    }
    .bg_product_summary {
        padding: 100px 0px;
    }
    .detail-info {
        padding-left: 0px;
    }
    .style-gallery-horizontal .detail-gallery .carousel li{
        min-height: 114.4px;
    }
    .woocommerce div.product .style-gallery-horizontal div.images .carousel li img {
        width: 114.4px;
    }
    .gap-50 .list-product-wrap {
        margin: 0 -10px;
    }
    .gap-50 .list-product-wrap .product {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .item-product-list .extra-link-hover1 a.quickview-link, .item-product-list .extra-link-hover1 a.wishlist-link, .item-product-list .extra-link-hover1 a.compare-link, .item-product-list a.added_to_cart, .item-product-list .extra-link-hover1 .addcart-link, .woocommerce .item-product-list .extra-link-hover1 a.added_to_cart, .woocommerce .item-product-list .extra-link-hover1 a.button.addcart-link {
        height: 35px;
        line-height: 35px;
        width: 35px;
    }
    .extra-link-hover1 .addcart-link:before {
        content: "\f2fa";
        font: normal normal normal 16px/1 LineAwesome;
        font-size: 18px;
    }
    .extra-link-hover1 .addcart-link span {
        font-size: 0px;
        display: none;
    }
    a.added_to_cart, .extra-link-hover1 .addcart-link, .woocommerce .extra-link-hover1 a.added_to_cart, .woocommerce .extra-link-hover1 a.button.addcart-link {
        padding: 0px!important;
        width: 45px;
    }
    .hover-desr-list {
        max-height: 110px;
    }
    .hover-desr-list .more-details-btn {
        height: 35px;
    }
    .contact-form-custom {
        margin-bottom: 80px;
    }
    .location-info h3 {
        line-height: 28px;
        font-size: 18px;
    }
    .map-contact .sv-ggmaps {
        height: 400px;
    }
    .map-contact {
        margin-bottom: 100px;
    }
    .group-service {
        padding-top: 100px;
        padding-bottom: 55px;
    }
    .bg-about-page {
        margin-bottom: -275px;
    }
    .padding-top-about-page {
        padding-top: 85px;
    }
    .pagi-nav {
        padding-top: 90px;
    }
    .main-page-default {
        padding: 100px 0;
    }
    .sidebar .item-post-wg {
        display: block;
        margin-bottom: 30px;
    }
    .sidebar .item-post-wg .post-thumb {
        width: 100%;
    }
    .sidebar .item-post-wg .post-info {
        padding-left: 0;
        margin-left: 0;
        padding-top: 20px;
    }
    .intagram-widget .follow-instagram li {
        max-width: 112px;
    }
    .banner-slider-home6 .item-slider{
        height: 500px;
    }
    .post-home6 .element-parent {
        padding-bottom: 70px;
    }
    .group-service-home6 .banner-info1-home4 h3 {
        line-height: 28px;
        font-size: 18px;
    }
    .banner-slider:hover .owl-theme .owl-nav button.owl-prev {
        left: 10px;
    }
    .banner-slider:hover .owl-theme .owl-nav button.owl-next {
        right: 10px;
    }
    .text-banner-slider h2 {
        line-height: 48px;
        font-size: 36px;
    }
    .people-say-home5 {
        margin-top: 100px;
    }
    .group-service-home5 {
        padding-bottom: 60px;
    }
    .group-service-home5 .item-service-style2 {
        margin-bottom: 30px;
    }
    .banner-video-home5 {
        margin-bottom: 85px;
    }
    .banner-info1-home4 {
        padding: 15px;
    }
    .banner-info1-home4 h3 {
        line-height: 28px;
        font-size: 24px;
    }
    .product2-home3 .link-button1 {
        margin-top: 0px;
    }
    .pricing-home4 .group-pricing {
        padding-top: 40px;
    }
    .pricing-home4 {
        padding-top: 85px;
        padding-bottom: 100px;
    }
    .banner-slider-home4 {
        margin-bottom: 85px;
    }
    .group-service-home4 {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .brands-box {
        padding: 80px 0px;
    }
    .banner-hours h3 {
        font-size: 24px;
    }
    .banner-hours p.title18 {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .product2-home3 .product-slider-view {
        padding-top: 40px;
    }
    .product2-home3 {
        margin-top: 85px;
        margin-bottom: 100px;
    }
    .people-say-home3 .text-about-page {
        margin: 0px 0px 70px 0px;
    }
    .people-say-home3 .text-about-page:after {
        bottom: -40px;
    }
    .banner2-home3 .link-button1 {
        margin-top: 30px;
    }
    .banner2-home3 h2 {
        line-height: 48px;
        font-size: 36px;
    }
    .banner2-home3 .banner-info {
        left: 15px;
        height: 260px;
    }
    .product1-home3 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .banner1-home3 {
        margin-bottom: 85px;
    }
    .banner1-1-home3 {
        margin-bottom: 85px;
    }
    .banner1-home3 .link-button1 {
        margin-top: 30px;
    }
    .banner1-home3 h3 {
        line-height: 48px;
        font-size: 36px;
    }
    .banner1-1-home3 h3 {
        line-height: 48px;
        font-size: 36px;
    }
    .service-home3 {
        padding-top: 40px;
        padding-bottom: 85px;
    }
    .banner-slider-home3 {
        margin-bottom: 85px;
    }
    .banner1-home2 .banner-slider:after {
        height: 40px;
    }
    .main-footer2 {
        padding-top: 100px;
        padding-bottom: 43px;
    }
    .post-home2 .element-parent {
        padding-bottom: 70px;
    }
    .post-home2 {
        margin-top: 170px;
    }
    .group-banner2-about {
        padding-bottom: 70px;
    }
    .product-home2 .element-parent {
        padding-bottom: 100px;
        margin-bottom: 100px;
        padding-top: 345px;
    }
    .product-home2 .product-slider-view {
        padding-top: 40px;
    }
    .margin-top-home2 {
        margin-top: 85px;
        margin-bottom: 40px;
    }
    .banner1-home2 h2 {
        line-height: 48px;
        font-size: 36px;
    }
    .banner1-home2 .item-slider {
        height: 600px;
    }
    .banner1-home1 .title-bn:after {
        width: 40px;
    }
    .main-footer1 {
        padding-bottom: 40px;
    }
    .logo-footer1 {
        padding-top: 90px;
        padding-bottom: 40px;
    }
    .banner3-home1 {
        margin-top: 40px;
        margin-bottom: 100px;
    }
    .people-say-about {
        margin-bottom: 85px;
    }
    .people-say h3 {
        margin-top: 30px;
    }
    .text-about-page:after {
        height: 40px;
    }
    .text-about-page {
        margin-bottom: 100px;
        padding-bottom: 10px;
    }
    .text-about-page h3 {
        margin-bottom: 10px;
        font-size: 30px;
    }
    .people-say-home1 {
        padding: 85px 0px 90px;
    }
    .pricing-home1 {
        padding-bottom: 70px;
        margin-top: 40px;
    }
    .box-banner2-home1 {
        margin-bottom: 100px;
    }
    .text-banner1-home1 h3 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    box-banner1-home1 {
        padding-top: 40px;
        margin-bottom: 60px;
    }
    .box-view-our-coffe {
        padding-bottom: 100px;
    }
    .view-our-coffe {
        margin-top: -50px;
    }
    .we-serve-home1 {
        padding-top: 85px;
        margin-bottom: 85px;
    }
    .banner-slider-home1 {
        margin-bottom: 85px;
    }
    .product-home1 {
        margin-top: 40px;
    }
    .banner-slider-home1 .banner-slider:after{
        height: 40px;
    }
    .text-title-home {
        margin-bottom: 40px;
    }
    .text-title-home:after {
        height: 40px;
        bottom: -40px;
    }
    .banner-slider-home1 .item-slider{
        height: 500px;
    }
    .banner-slider-home1 .item-slider h3.title56,
    .text-title-home h3{
        font-size: 36px;
    }

    .banner-slider-home1 .item-slider h3.title56 {
        line-height: 48px;
    }
    .view-our-coffe .coffee-bg {
        font-size: 250px;
        bottom: -40px;
    }
    .banner-slider-home3 .tparrows.tp-rightarrow,
    .banner-slider-home3 .tparrows.tp-leftarrow{
       display: none;
    }
    .banner-slider-home4 .tparrows.tp-rightarrow,
    .banner-slider-home4 .tparrows.tp-leftarrow{
       display: none;
    }
    .hover-desr-list-active .more-details-btn{
        display: block;
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }
    .toggle-desktop-menu{
        display: none;
    }
    .box-header2 {
        padding: 0px 40px;
    }
    .banner1-home2 .banner-slider {
        padding: 0px;
    }
    .box-header2 .text-logo-larcorso {
        display: inline-block;
        padding-top: 20px;
    }
   .people-say-home4 {
        margin-bottom: 0px;
    }
}/* End max width 1170*/

@media (max-width: 1024px) {
    .main-footer2 .form-newsletter form .mc4wp-form-fields {
        max-width: 445px;
    }
}/* End max width 1024*/
@media (max-width: 991px) {
    .contact-form-custom .wpcf7 input[type="submit"] {
        height: 50px;
    }
    .link-button-line {
        font-size: 14px;
    }
    .item-service-style2:last-child{
        margin-bottom: 0px;
    }

    .group-service-home5 .item-service-style2:last-child{
        margin-bottom: 30px;
    }
    .main-footer1 .social-list-style2 {
        margin-top: -5px;
    }
    .single-related-post>h2,.blog-comment-detail>h2,.comment-reply-title{
        font-size: 18px;
    }
    blockquote p {
        font-size: 18px;
        line-height: 28px;
    }
    blockquote {
        padding: 30px 50px;
    }
    blockquote:before {
        top: 50px;
        left: 15px;
    }
    .title-post-single {
     font-size: 24px;
    }
    .single-related-title{
        font-size: 30px;
    }
    .detail-info .product-price > span, .detail-info .product-price ins {
        font-size: 24px;
    }
    .product-title-single {
        font-size: 30px;
    }
    .variations_form .variations .detail-attr {
        width: 100%;
        margin-bottom: 20px;
    }
    .variations_form .variations .detail-attr:nth-last-child(2){
        margin-bottom: 20px;
    }
    .variations_form .variations .detail-attr:nth-child(2n) {
        padding-left: 0px;
    }
    .style-gallery-horizontal .detail-gallery .carousel li {
        min-height: 113px;
    }
    .woocommerce div.product .style-gallery-horizontal div.images .carousel li img {
        width: 113px;
    }
    .header-category2 .banner-slider:hover .owl-theme .owl-nav button.owl-prev {
        left: 0px;
    }
    .header-category2 .banner-slider:hover .owl-theme .owl-nav button.owl-next {
        right: 0px;
    }
    .header-category1 .item-service-style1 {
        margin-bottom: 30px;
    }
    .header-category1 .bread-crumb-megapage {
        padding-bottom: 70px;
    }
    .header-category1 .wpb_column:nth-child(3) {
        clear: both;
    }
    .item-product-grid-style6 .product-title {
        font-size: 18px;
    }
    .extra-link-hover6 {
        width: 40px;
    }
    .extra-link-hover6 a ,.woocommerce .extra-link-hover6 a.button{
        height: 40px;
        line-height: 40px;
        width: 24px;
        font-size: 18px;
    }
    .item-product-grid-style2 .product-title {
        line-height: 28px;
        font-size: 18px;
    }
    .item-product-grid-style2 .extra-link-hover2-1 {
        top: 0px;
    }
    .item-product-grid-style2:hover .extra-link-hover2-1 {
        left: 0px;
    }
    .extra-link-hover2-1 a.quickview-link, .extra-link-hover2-1 a.wishlist-link {
        height: 35px;
        line-height: 35px;
        width: 35px;
    }
    .extra-link-hover2-1 a.addcart-icon, .extra-link-hover2-1 .addcart-icon, .woocommerce .extra-link-hover2-1 a.addcart-icon, .woocommerce .extra-link-hover2-1 a.button.addcart-icon{
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-bottom: 3px;
    }
    .item-product-grid-style2 .extra-link-hover2-1>a {
        margin-bottom: 3px;
    }
    .item-product-grid-style2 .extra-link-hover2{
        padding-bottom: 10px;
    }
    .show-by .dropdown-list {
        width: 70px;
    }
    .view-type a {
        font-size: 27px;
        line-height: 37px;
    }
    .show-by .dropdown-link .silver::after,.sort-by .select-box::after {
        right: 10px
    }
    .view-type {
        padding: 4px 4px;
        height: 48px;
        line-height: 48px;
    }
    .show-by .dropdown-link .silver {
        min-width: 70px;
        padding: 0 10px;
    }
    .show-by.show-order .dropdown-link .silver {
        min-width: 160px;
    }
    .sort-pagi-bar > li {
        margin: 0 3px;
    }
    .sort-pagi-bar {
        margin: 0 -3px;
    }
    .hover-desr-list {
        max-height: 80px;
    }
    .group-service .wpb_column:nth-child(3){
        clear: both;
    }
    .item-list-post-style2 .title-post {
        font-size: 24px;
    }
    .content-menu-shop .mega-list-cat, .content-menu-blog .mega-list-cat {
        margin-bottom: 30px;
    }
    .group-service-home4 .vc_col-sm-6:nth-child(3){
        clear: both;
    }
    .link-button1 {
        padding: 0px 30px;
        height: 50px;
        line-height: 50px!important;
        font-size: 14px;
    }
    .service-home3 .banner-advs{
        margin-top: 50px;
    }
    .people-say-home3 .wpb_wrapper {
        padding: 60px 0px;
    }
    .item-grid-post-style2 .title-post {
        line-height: 28px;
        font-size: 20px;
    }
    .contact-footer1 {
        text-align: left;
    }
    .display-none-991{
        display: none;
    }
    .box-banner2-home1 .text-banner1-home1 .element-text-block {
        padding-left: 0px;
    }
    .view-our-coffe {
        margin-top: 0px;
    }
    .box-view-our-coffe{
        padding-top: 0;
        padding-bottom: 100px;
        margin-top: 30px;
    }
    .view-our-coffe .coffee-bg{
        display: none;
    }

    .box-content-text-prouduct-accordion .vc_column-inner {
        border-right:none;
    }
    .box-content-text-prouduct-accordion .content-text-prouduct {
        margin-bottom: 30px;
    }
    .box-content-text-prouduct-accordion .wpb_column:last-child .content-text-prouduct {
        margin-bottom: 0px;
    }
    .item-service-style2 .info-service{
        padding-left: 110px;
        padding-right: 0;
        text-align: left;
    }
    .item-service-style2 .icon-link {
        right: auto;
        left: 0;
    }
}/* End max width 991*/

@media (width: 768px) {

}/* End width 768*/
@media (max-width: 768px) {

    .main-nav-default .main-nav .toggle-mobile-menu {
        width: 50px;
    }
    .logo-sentinal-default h1 {
        height: 75px;
        line-height: 75px;
        padding-left: 15px;
    }
    .main-nav-default {
        padding: 0px 15px;
    }
    .woocommerce-cart-form .product-quantity .detail-qty{
        margin-right: 0px;
        height: 40px;
    }
    .woocommerce-cart-form .product-quantity .detail-qty .qty-val{
        height: 38px;
        line-height: 38px;
    }
    .tab-product-horizontal .product-tab-title ul li a {
        padding: 0px 25px;
    }
    .product-home1 .product-slider-center-view {
        margin-left: 50px;
        margin-right: 50px;
    }
    .order-btn3,.box-menu-account-search-cart .account-manager>a, .box-menu-account-search-cart .search-style-popup>a, .box-menu-account-search-cart .mini-cart-box>a {
        line-height: 70px;
        height: 70px;
    }
    .box-header3 .text-logo-larcorso {
        padding: 5px 15px;
    }
    .order-btn3 {
        padding: 0px 15px;
    }
    .box-header2,.top-header2 {
        padding: 0px 15px;
    }
    .box-header2 .text-logo-larcorso a{
        font-size: 24px;
    }
    .banner1-home2 .banner-slider {
        margin-top: -70px;
    }
    .box-header2 .text-logo-larcorso {
        padding-top: 10px;
    }
    .box-account-search-cart .account-manager>a,
    .box-account-search-cart .mini-cart-box>a,
    .box-account-search-cart .search-style-popup>a {
        height: 70px;
        line-height: 70px;
    }
    .main-nav .toggle-mobile-menu {
        height: 70px;
        width: 70px;
        padding: 20px 15px;
    }
    .toggle-mobile-menu .icon-menu:after {
        bottom: 20px;
    }
    .toggle-mobile-menu .icon-menu:before {
        width: 15px;
    }
    .toggle-mobile-menu .icon-menu:after {
        width: 20px;
    }
    .toggle-desktop-menu:after, .toggle-mobile-menu:after {
        width: 30px;
    }
    .box-menu-language .language-text .dropdown-box>a {
        height: 70px;
        line-height: 70px;
    }
    .language-text {
        padding: 0px 20px;
    }
    .order-btn {
        background: #262626;
        height: 70px;
        line-height: 70px;
        padding: 0px 15px;
    }
    .mini-cart1 .mini-cart-link {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .mini-cart1 .mini-cart-icon {
        font-size: 26px;
    }
    .mini-cart1 .mini-cart-link .mini-cart-number {
        right: 3px;
    }
    nav.active .toggle-mobile-menu .icon-menu:after,
    nav.active .toggle-mobile-menu .icon-menu:before {
        width: 41px;
        left: 10px;
    }
    .box-header1 .text-logo-larcorso {
        padding: 4px 0px;
    }
    .list-product-group form.cart table,
    .list-product-group form.cart table tbody
    {
        display: block;
    }
    .woocommerce div.product form.cart .group_table tr {
        display: block;
        position: relative;
        padding-left: 75px;
    }
    .woocommerce div.product form.cart .group_table td.group-thumb {
        position: absolute;
        left: 0;
    }
    .woocommerce div.product form.cart .group_table td.group-info,
    .woocommerce div.product form.cart .group_table td.group-qty
    {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 10px;
    }
    .woocommerce div.product form.cart .group_table td.group-qty
    {
        padding: 0px 10px 10px;
    }
    .woocommerce div.product form.cart .group_table td.group-qty .detail-qty {
        height: 45px;
    }
    .woocommerce div.product form.cart .group_table td.group-qty  .detail-qty .qty-val {
        height: 43px;
        line-height: 43px;
    }

}/* End max width 768*/
    @media (max-width: 767px) {
    .people-say-home3 .banner-slider {
        padding-left: 15px;
        padding-right: 15px;
    }
    .title-about-page h3 {
        font-size: 24px;
    }
    .group-banner-about {
        padding-top: 70px;
    }
    .title-about-page {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .people-say h3 {
        font-size: 18px;
    }
    .pricing-table-sytle3 .item-pricing h3 .dot-pricing{
        top: 7px;
    }
    p.no-comments{
        margin-top: 70px;
    }
    .banner1-1-home3 .link-button1 {
        margin-top: 30px;
    }
    .text-extra-product {
        margin-top: 0px;
        margin-bottom: 70px;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        font-size: 35px;
    }
    .product_detail-style-featured .detail-info {
        padding-top: 60px;
    }
    .woocommerce #reviews .comment-text .wrap-rating {
        position: unset;
        margin-bottom: 5px;
    }
    .woocommerce-review__author {
        margin-bottom: 0px;
    }
    .woocommerce #reviews #comments ol.commentlist .wrap-rating li{
        margin-bottom: 0px;
    }
    .woocommerce #reviews #comments ol.commentlist li img.avatar{
        width: 70px;
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin-left: 90px;
    }
    .group-pricing .vc_col-sm-6:last-child .pricing-table-sytle3{
        margin-top: 30px;
    }
    .page-404-custom{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .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{
        padding: 0px 25px!important;
    }
    .wrap-bread-crumb {
        min-height: 250px;
    }
    .bread-crumb-title{
        font-size: 24px;
    }
    .logo-sentinal-default h1 {
        font-size: 24px;
    }
    .banner1-home5 {
        margin-bottom: 70px;
    }
    .banner1-1-home3 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    form.comment-form .contact-name, form.comment-form .contact-email {
        width: 100%;
        padding: 0px;
    }
    .title-single-related-post {
        margin-bottom: 25px;
    }
    .related-post-slider .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 10px;
    }
    .leave-comments .comment-respond, .single-related-post, .blog-comment-detail, .comment-list .comment-respond {
        margin-top: 50px;
    }
    .style-image-small .product-title-single {
        margin-top: 30px;
    }

    .box-content-text-prouduct .vc_column-inner {
        border-right:none;
    }
    .box-content-text-prouduct .content-text-prouduct {
        margin-bottom: 30px;
    }
    .box-content-text-prouduct .wpb_column:last-child .content-text-prouduct {
        margin-bottom: 0px;
    }
    .text-extra-product .element-text-block {
        padding: 30px 20px;
    }
    .banner-product2:hover {
         z-index: 0;
    }
    .banner-product2 {
        margin-left: 0px;
    }
    .banner-extra-product .banner-product-feat {
        margin-top: 0px;
    }
    .title-pricing-product-after{
        margin-top: 55px;
    }

    .info-sticky .product-title-single {
        margin-top: 30px;
    }
    .detail-sticky-style1, .detail-sticky-style2 {
        padding-bottom: 70px;
    }
    .content-page {
        padding: 70px 0;
    }
    .single-related-title{
        font-size: 24px;
    }
    .related-product {
        margin-top: 70px;
    }
    .detail-tab-desc {
        padding: 20px;
    }
    .tab-product-horizontal .product-tab-title ul li a {
        padding: 0px 20px;
    }
    .box-content-text-prouduct .vc_column-inner {
        border-right:none;
    }
    .tab-product-horizontal .product-tab-title ul {
        display: block;
        border: 1px solid #e1e1e1;
        border-bottom:none;
    }
    .tab-product-horizontal .product-tab-title ul li a {
        width: 100%;
    }
    .tab-product-horizontal .product-tab-title ul li {
        width: 100%;
        border-bottom: 1px solid #e1e1e1;
    }
    .bg_product_summary {
        padding: 70px 0px;
    }
    .bg_product_info {
        padding: 70px 0px;
    }
    .style-gallery-horizontal .detail-info .product-title-single{
        margin-top: 30px;
        font-size: 24px;
    }
    .detail-info .product-price del {
        font-size: 18px;
    }
    .detail-info .product-price > span, .detail-info .product-price ins {
        font-size: 18px;
    }
    .list-col-item {
        padding: 0px 7.5px!important;
    }
    .blog-grid-view .list-post-wrap {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }
    .row.list-product-wrap {
        margin-right: -7.5px!important;
        margin-left: -7.5px!important;
    }
    .item-product-grid-style5 .product-title {
        line-height: 28px;
        font-size: 18px;
    }
    .extra-link-hover2-1 a.quickview-link, .extra-link-hover2-1 a.wishlist-link,
    .extra-link-hover2-1 a.addcart-icon, .extra-link-hover2-1 .addcart-icon, .woocommerce .extra-link-hover2-1 a.addcart-icon, .woocommerce .extra-link-hover2-1 a.button.addcart-icon{
        float: left;
        margin-right: 3px;
    }
    .item-product-grid-style2 .extra-link-hover2-1{
        height: auto;
    }
    .item-product-grid-style2 .extra-link-hover2-1>a {
        margin-right: 3px;
    }
    .item-product-list .product-title {
        font-size: 24px;
    }
    .item-product-list .extra-link-hover1 {
        margin-top: 10px;
    }
    .item-product-list .product-title, .item-product-list .product-price {
        margin-bottom: 5px;
    }
    .content-sidebar-right, .content-sidebar-left {
        margin-bottom: 70px;
    }
    #main-content >.container >.row ,
    .bg_product_summary >.container >.row
    {
        display: flex;
        flex-direction: column;
    }
    .sidebar-position-left {
        order: 2;
    }
    .map-contact {
        margin-bottom: 70px;
    }
    .contact-form-custom {
        margin-bottom: 50px;
    }
    .tab-7up-style1 .nav-tabs>li>a{
        font-size: 18px;
    }
    .group-service {
        padding-top: 70px;
        padding-bottom: 35px;
    }
    .people-say-about {
        margin-bottom: 55px;
    }
    .padding-top-about-page {
        padding-top: 55px;
    }
    .item-post-wg .post-info {
        padding-left: 20px;
        margin-left: 0;
        padding-top: 0px;
    }
    .item-post-wg .post-thumb {
         width: 100px;
    }
    .item-post-wg {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
         margin-bottom: 20px;
    }

    .content-sidebar-right,content-sidebar-left{
        margin-bottom: 70px;
    }

    .pagi-nav {
        padding-top: 70px;
    }
    .main-page-default {
        padding:70px 0;
    }
    .post-home6 .element-parent {
        padding-bottom: 50px;
    }
    .banner-slider .owl-theme .owl-dots {
        margin-top: -40px;
    }
    .banner-slider-home6 .slider-content-text {
        margin-left: 0;
    }
    .banner-slider-home6 .owl-theme .owl-nav button{
        display: none;
    }
    .text-banner-slider h2 {
        line-height: 38px;
        font-size: 24px;
    }
    .people-say-home5 {
        margin-top: 70px;
    }
    .group-service-home5 {
        padding-bottom: 35px;
    }
    .group-service-home5 .banner-advs {
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .banner-video-home5 {
        margin-bottom: 55px;
    }
    .pricing-home4 {
        padding-top: 55px;
        padding-bottom: 70px;
    }
    .group-service-home4 {
        padding-bottom: 30px;
    }
    .banner-slider-home4 {
        margin-bottom: 55px;
    }
    .kc-sv{
        margin-bottom: 44px;
    }
    .brands-box {
        padding: 50px 0px;
    }
    .banner-hours {
        padding: 50px 15px;
    }
    .product2-home3 {
        margin-top: 55px;
        margin-bottom: 70px;
    }
    .people-say-home3 .text-about-page:after {
        bottom: -60px;
    }
    .people-say-home3 .people-say {
        padding: 0px 15px;
    }
    .product1-home3 {
        padding-bottom: 10px;
    }
    .banner1-home3 {
        margin-bottom: 55px;
    }
    .banner1-1-home3 {
        margin-bottom: 55px;
    }
    .banner1-home3 h3,.banner2-home3 h2 {
        line-height: 38px;
        font-size: 24px;
    }
    .banner1-1-home3 h3{
        line-height: 38px;
        font-size: 24px;
    }
    .service-home3 {
        padding-bottom: 55px;
    }
    .banner-slider-home3 {
        margin-bottom: 55px;
    }
    .banner1-home2 h2 {
        line-height: 38px;
        font-size: 24px;
    }
    .text-title-home h3 {
        margin-bottom: 10px;
    }
    .main-footer1 {
        padding-bottom: 20px;
    }
    .logo-footer1 {
        padding-top: 60px;
    }
    .banner3-home1 {
        margin-bottom: 70px;
    }
    .text-about-page {
        margin-bottom: 85px;
        padding-bottom: 0px;
    }
    .text-about-page h3 {
        font-size: 24px;
    }
    .people-say-home1 {
        padding: 55px 0px 65px;
        margin-bottom: 60px;
    }
    .pricing-home1 {
        padding-bottom: 35px;
    }
    .pricing-table-sytle3 .item-pricing h3 {
        font-size: 18px;
    }
    .pricing-table-sytle3 .item-pricing .info-pricing {
        padding-left: 100px;
    }
    .pricing-left .pricing-table-sytle3 {
        padding-right: 0px;
    }
    .pricing-right .pricing-table-sytle3 {
        padding-left: 0px;
    }
    .box-banner2-home1 {
        margin-bottom: 70px;
    }
    .box-banner1-home1 {
        padding-top: 40px;
        margin-bottom: 40px;
    }
    .banner1-home1.text-position-right {
        padding-left: 0px;
        margin-top: 30px;
    }
    .text-banner1-home1 h3 {
        font-size: 24px;
    }
    .text-banner1-home1 .wpb_wrapper {
        margin-left: 30px;
    }
    .banner1-home1 .title-bn:after {
        margin-left: 20px;
    }
    .box-banner1-home1 .banner1-home1 {
         padding-right: 0px;
        margin-bottom: 30px;
    }
    .we-serve-home1 {
        padding-top: 60px;
        margin-bottom: 60px;
    }
    .box-view-our-coffe {
        padding-bottom: 70px;
        margin-top: -60px;
    }
    .banner-slider-home1 .item-slider {
        height: 350px;
    }
    .banner-slider-home1 .item-slider h3.title56 {
        line-height: 36px;
    }
    .banner-slider-home1 .item-slider h3.title56, .text-title-home h3 {
        font-size: 24px;
    }
    .banner-slider-home1 {
        margin-bottom: 55px;
    }
    .slick-center .item-product-style-center .product-info{
        margin-top: 0px;
    }
    .slick-center .item-product-style-center .product-title2 {
        max-width: 150px;
    }
    .slick-center .item-product-style-center .product-thumb {
        padding-right: 70px;
    }
    .item-product-style-center .product-price > span, .item-product-style-center .product-price ins {
        font-size: 18px;
    }
    .item-product-style-center .product-price del {
        font-size: 14px;
    }

    .slick-center .item-product-style-center .product-title2 {
        font-size: 24px;
    }
    slick-center .item-product-style-center .product-info {
        margin-top: 0px;
    }
    .item-product-style-center .product-price {
        margin-top: 20px;
    }
    .detail-on-sticky-menu .detail-info .product-title-single {
        padding-top: 0px;
    }
    .mailchimp-style-default .form-newsletter input[type="email"] {
        padding: 0px 20px;
    }
    .mailchimp-style-default .form-newsletter button {
        padding: 0px 20px!important;
    }
    .bottom-footer2{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .copyright-foter2 {
        padding: 0px;
        text-align: center;
    }
    .link-footer2-bottom {
        text-align: center;
        padding: 0px;
        margin-top: 10px;
    }
    .banner1-home2 .item-slider {
        height: 500px;
    }
    .banner1-home2 .link-button1 {
        margin-top: 30px;
    }
    .banner1-home2 .slider-content-text {
        padding-top: 0px;
    }
    .margin-top-home2 {
        margin-top: 55px;
    }
    .group-banner-about .banner-product-feat {
        margin-top: 0px;
    }
    .banner-product-feat-info h2{
        font-size: 20px;
    }
    .banner-product-feat-info {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .group-banner-about .animation-parallax-background {
         margin-left: 0px;
    }
    .product-home2 .element-parent {
        padding-bottom: 70px;
        margin-bottom: 70px;
    }
    .group-banner2-about .animation-parallax-background {
        margin-right: 0px;
        margin-top:0px;
        margin-bottom: 40px;
    }
    .group-banner2-about {
        padding-bottom: 50px;
    }
    .post-home2 .element-parent {
        padding-bottom: 40px;
    }
    .main-footer2 {
        padding-top: 70px;
        padding-bottom: 15px;
    }
    .people-say-home4{
        background-position: center;
        margin-bottom: 0px;
    }
    .text-title-home p.title18 {
        line-height: 24px;
        font-size: 14px;
    }

    .people-say p.title16 {
        line-height: 24px;
        font-size: 14px;
    }
    .banner1-1-home3 p.title18 {
        line-height: 24px;
        font-size: 14px;
    }
}/* End max width 767*/
@media (max-width: 667px) {
    .overlay-genie .popup-search-element {
        top: 45%;
    }
    .popup-search-element {
        padding: 0px 15px;
    }
    .wrap-search-overlay .search-form {
        width: auto;
        display: block;
        height: auto;
    }
    .wrap-search-overlay .search-form .dropdown-box {
        width: 100%;
        border: none;
        border-bottom: 1px solid #e1e1e1;
    }
    .wrap-search-overlay .submit-form {
        height: 50px;
        width: 100%;
    }
    .wrap-search-overlay .search-form input[type="text"] {
        width: 100%;
    }
    .sticky-addcart .product-price {
        margin-right: 10px;
    }
    .sticky-addcart .product-thumb{
        margin-right: 0px;
    }
    .item-product-sticky-addcart .product-info{
        display: none;
    }
}/* End max width 667 : Iphone 6,7,8 */
@media (max-width: 600px) {

}/* End max width 600 */

@media(max-width: 568px){

} /*End max-width: 568 Iphone 5*/
@media(max-width: 567px){
    .box-header3 .text-logo-larcorso {
        padding-bottom: 15px;
    }
    .logo-desktop{
        display: none;
    }
    .logo-mobi{
        display: block;
        border-bottom: 1px solid #262626;
    }
    .logo-mobi .text-logo-larcorso{
        padding-bottom: 10px;
    }
    .s7up-header-page-header-1 .logo-mobi .text-logo-larcorso{
        padding-top: 5px;
    }
    .top-header2 .shipping{
        text-align: center;
    }
    .top-header2 .box-order-language{
        display: none;
    }
    .top-header2{
        border-bottom: 1px solid #e1e1e1;
    }
    .box-header2 .text-logo-larcorso {
        padding-bottom: 10px;
    }
    .box-header2 .text-logo-larcorso {
        display: block;
    }
    .color-white-header2 .text-logo-larcorso a{
        color: #262626;
    }
    .box-header2 .main-nav .toggle-mobile-menu {
        padding-left: 0px;
    }
    .box-header2 nav.active .toggle-mobile-menu .icon-menu:after,
    .box-header2 nav.active .toggle-mobile-menu .icon-menu:before {
        left: -5px;
    }
    .fixed-header.box-header2 .text-logo-larcorso {
        display: none;
    }
    .fixed-header.box-header2{
        background: #262626;
    }
    .box-header3 .text-logo-larcorso {
        display: block;
        border-bottom: 1px solid #be9c79;
    }
    .box-menu-account-search-cart .menu-header3 {
        margin-right: 0px;
        padding-right: 0px;
        position: absolute;
        left: 0;
    }
    .box-menu-account-search-cart .menu-header3:after {
        display: none;
    }
    .fixed-header.box-header3 .logo-header3 {
        display: none;
    }
} /*End max-width: 567 : col ss*/
@media (max-width: 480px) {
    .item-service-style2 .info-service ,.item-service-style2.reverse .info-service{
        padding-left: 90px;
    }
    .bg-banner2-home3 .banner2-home3 {
        height: 400px;
    }
    .banner1-1-home3 .element-text-block {
        padding-left: 0;
    }
     .product-popup-content form.cart .button.single_add_to_cart_button{
        font-size: 0!important;
    }
    .product-popup-content form.cart .button.single_add_to_cart_button:before{
        content: "\f2fa";
        font: normal normal normal 16px/1 LineAwesome;
        font-size: 24px;
        line-height: 60px;
    }
    .extra-link-hover1 a.quickview-link, .extra-link-hover1 a.wishlist-link, .extra-link-hover1 a.compare-link {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
    a.added_to_cart, .extra-link-hover1 .addcart-link, .woocommerce .extra-link-hover1 a.added_to_cart, .woocommerce .extra-link-hover1 a.button.addcart-link {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
    .woocommerce #review_form #respond p.comment-form-author {
        padding-right: 0px;
    }
    .woocommerce #review_form #respond p.comment-form-email {
        padding-left: 0px;
    }
    .woocommerce-Reviews .comment-form-author, .woocommerce-Reviews .comment-form-email {
        width: 100%;
    }
    .comment-form input[type="text"] {
        padding: 0px 10px;
    }
    .detail-tab-desc {
        padding: 20px 10px;
    }
    .item-product-grid-style3 .product-info {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .woocommerce .products .item-product-grid-style3 ul.wrap-rating{
        margin-bottom: 5px;
    }
    .item-product-grid-style3 .product-title {
        line-height: 28px;
        margin-bottom: 0px;
    }
    .item-product-grid-style1 .product-title {
        padding-top: 0px;
        margin-bottom: 5px;
    }
    .item-product-grid-style4 .list-cats-item {
        margin-bottom: 5px;
    }
    .product-title.title24 {
        font-size: 18px;
        line-height: 28px;
    }
    .item-product-grid-style6 .product-info .product-price {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .item-product-grid-style6 .product-info .product-info-sub {
        padding: 10px 10px;
    }
    .item-product-grid-style6:hover .extra-link-hover6 {
        right: 0;
    }
    .extra-link-hover6{
        bottom: 0px;
        right: -20px;
    }

    .product-price del {
        font-size: 14px;
        line-height: 24px;
    }
    .product-price > span, .product-price ins {
        font-size: 14px;
        line-height: 24px;
    }
    .wishlist-popup{
        width: 320px;
        padding: 10px;
    }
    .wishlist-popup .link-button1 {
        padding: 0px 20px;
    }
    .icon-404 {
        width: 300px;
        height: 300px;
    }
    .icon-404 .number {
        font-size: 80px;
        line-height: 250px;
    }
    .icon-404 .text {
        font-size: 24px;
    }
    #order_review {
        padding: 10px 10px 20px;
    }
    .order-table-wrap {
        padding: 0 10px 10px;
    }
    .comment-table-custom .comment-info {
        padding-left: 70px;
    }
    .item-comment .comment-thumb {
        width: 50px;
    }
    form.comment-form .contact-name, form.comment-form .contact-email {
        width: 100%;
    }
    form.comment-form .contact-name {
        padding-right: 0px;
    }
    form.comment-form .contact-email {
        padding-left: 0px;
    }
    .post-control-single a span {
        padding: 0px 3px;
    }
    .item-product-list .product-info {
        padding-top: 25px;
    }
    .item-product-list>.row>div {
        width: 100%;
    }
    .reverse.banner1-home4 .left {
        order: 0;
    }
    .banner-info1-home4 h3 {
        margin-bottom: 10px;
    }
    .banner-info1-home4 {
        padding: 30px 15px;
        background: #f8f7f5;
    }
    .banner1-home4.reverse>.row>.col-md-6.left {
        padding-left: 15px;
    }
    .banner1-home4>.row>.col-md-6.left {
         padding-right: 15px;
        width: 100%;
    }
    .banner1-home4>.row>.col-md-6.right {
         padding-left: 15px;
        width: 100%;
    }
    .banner2-home3 .link-button1 {
        margin-top: 10px;
    }
    .banner2-home3 .banner-info {
        left: 15px;
        height: 160px;
    }
    .banner2-home3 p{
        display: none;
    }
    .banner1-home3 .link-button1 ,.banner1-home3 p {
        display: none;
    }
    .link-button1 {
        padding: 0px 30px;
        height: 48px;
        line-height: 48px!important;
        font-size: 14px;
    }
    .product-home1 .product-slider-center-view {
        margin-left: 15px;
        margin-right: 15px;
    }
    .box-menu-account-search-cart .account-manager>a, .box-menu-account-search-cart .search-style-popup>a, .box-menu-account-search-cart .mini-cart-box>a {

        padding: 0px 8px;
    }
    .logo-mobi .text-logo-larcorso a {
        font-size: 24px;
        letter-spacing: 4px;
    }
    .logo-mobi .text-logo-larcorso a p {
        font-size: 12px;
    }
    .mini-cart-box .dropdown-list {
        width: 100vw;
    }
    .intagram-widget .follow-instagram li {
        max-width: 131px;
    }
    .banner1-home4.reverse>.row>.col-md-6.right{
        padding-right: 15px;
    }
    .item-grid-post-style2 .post-info {
        padding: 20px;
    }
    .mini-cart-box.aside-box .mini-cart-content {
        width: 340px;
    }
    .item-product-style-center .product-info2{
        transform: translateY(0);
    }
    .slick-center .item-product-style-center .product-info{
        position: relative;
        width: 100%;
        padding: 0px 20px;
        padding-bottom: 30px;
    }
    .slick-center .item-product-style-center .product-thumb {
        padding-right: 0px;
    }
    .slick-center .item-product-style-center .item-product-thumb-info{
        padding-right: 0px;
    }
    .box-view-our-coffe {
        margin-top: 30px;
    }
}/* End max width 480*/

@media(max-width: 375px){
    .sticky-addcart{
        display: none;
    }
    .box-account-search-cart {
        margin: 0px -5px;
    }
    .box-account-search-cart>div {
        padding: 0 5px;
    }
    .intagram-widget .follow-instagram li {
        max-width: 114px;
    }
    form.cart label.qty-label {
        display: none;
    }
} /*End max-width: 375*/

@media(width: 375px){

}
@media(max-width: 320px){
    .mini-cart-box.aside-box .mini-cart-content {
        width: 280px;
    }
    .sort-pagi-bar{
        margin-bottom: -10px;
        display: inline-block;
    }
    .sort-pagi-bar > li {
        margin-bottom: 10px;
    }
    .intagram-widget .follow-instagram li {
        max-width: 96px;
    }
} /*End max-width: 320*/
