/*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;
    clear: both;
}

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

.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-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    font-family: cormorant-garamond, serif;
    color: #1a1a1a;
    position: relative;
    margin-bottom: 25px;
    margin-top: -3px;
}
.widget-title:before{
    content: '';
    width: 40px;
    height: 2px;
    background: #cca06f;
    position: absolute;
    top: 8px;
    left: -4px;
    z-index: -1;
}
.widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li{
    padding: 10px 0;
}
.widget abbr[title]{
    border-bottom: 0;
}
.tagcloud a{
    padding: 2px 10px;
    display: inline-block;
    border-radius: 0px;
    font-size: 14px !important;
    background: #cca06f;
    color: #fff;
    margin: 1px;
    float: left;
}
.tagcloud a:hover{
    background: #1a1a1a
}
.tagcloud{
    margin: -1px;
    display: inline-block;
}
.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: #cca06f;
}
.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: #cca06f;
}
.widget ul.sub-menu,
.widget ul.children{
    padding-left: 15px;
    margin-top: 20px;
}
.widget ul li:last-child{
    padding-bottom: 0;
}
.widget select{
    max-width: 100%;
    width: 100%;
}
.textwidget p > img{
    margin: 6px 0;
}
.entry-content > p,
.rssSummary,
.widget p{
    color: #555;
    margin: 0 0 15px;
    line-height: 24px;
}
.rssSummary{
    margin-top: 15px;
}
a.rsswidget{
    font-weight: bold;
}
.rss-date{
    color: #999;
}
.widget.widget_rss ul li{
    border-bottom: 1px dashed #e1e1e1;
    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: 1px solid #cca06f;
}
.woocommerce-product-search input[type=search]{
    border: 1px solid #cca06f;
    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:#cca06f;
    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;
}
/*End widget*/
.post-password-form input[type=submit]{
    vertical-align: top;
    padding: 0 20px;
    height: 40px;
    background: #cca06f;
    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: #1a1a1a;
    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: -120px;
  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 0px 2px 0 rgba(0, 0, 0, 0.1);
}
.admin-bar .fixed-header.active {
  top: 32px;
}
.fixed-header.active {
  top: 0;
}
.menu-fixed-content.fixed-header {
  background: #fbfbfb;
  width: 100%;
  left: 0 !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  max-width: 100%;
  display: block;
}

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

/*shop item*/
.list-col-item{
    float: left;
    padding: 0 15px;
}
.list-1-item{
    width: 100%;
}
.list-2-item{
    width: 50%;
}
.list-2-item:nth-child(2n+1){
    clear: both;
}
.list-3-item{
    width: 33.3333%;
}
.list-3-item:nth-child(3n+1){
    clear: both;
}
.list-4-item{
    width: 25%;
}
.list-4-item:nth-child(4n+1){
    clear: both;
}
.list-5-item{
    width: 20%;
}
.list-5-item:nth-child(5n+1){
    clear: both;
}
.list-6-item{
    width: 16.66666667%;
}
.list-7-item{
    width: 14.2857%;
}
.list-8-item{
    width: 12.5%;
}
.list-9-item{
    width: 11.111%;
}
.list-10-item{
    width: 10%;
}
.list-3-item:nth-child(3n+1),
.list-4-item:nth-child(4n+1),
.list-5-item:nth-child(5n+1),
.list-6-item:nth-child(6n+1),
.list-7-item:nth-child(7n+1),
.list-8-item:nth-child(8n+1),
.list-9-item:nth-child(9n+1),
.list-10-item:nth-child(10n+1){
    clear: both;
}
.list-col-item.list-10-item,
.list-col-item.list-9-item,
.list-col-item.list-8-item,
.list-col-item.list-7-item,
.list-col-item.list-6-item,
.list-col-item.list-5-item {
    padding: 0 5px;
}
.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;
}
.pagi-nav > .page-numbers{
    display: inline-block;
    height: 30px;
    line-height: 28px;
    border: 1px solid transparent;
    min-width: 30px;
    text-align: center;
    border-radius: 0px;
    font-size: 16px;
    color: #ccc;
    font-weight: 600
}
.pagi-nav > .page-numbers:hover{
    color: #cca06f;
}
.pagi-nav .current{
    color: #1a1a1a;
}
.main-page-default{
    padding: 100px 0;
}
.loadmore {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 0 40px;
    border: 1px solid #e1e1e1;
    border-radius: 0px;
}
.btn-loadmore{
    text-align: center;
}
.post-meta-data a{
    color: #999; 
}
.post-meta-data a:hover{
    color: #cca06f; 
}

/*Share*//*
.single-list-social ul{
  margin: 0 -2px;
}
.single-list-social ul li{
  margin: 0 2px;
}
.share-icon{
    height: 28px;
    line-height: 30px;
    display: block;
    padding: 0 8px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    min-width: 29px;
}
.share-icon.facebook-social{
  background: #2d5f9a;
}
.share-icon.twitter-social{
  background: #58c7ff;
}
.share-icon.google-social{
  background: #d93c2d;
}
.share-icon.envelope-social{
  background: #484745;
}
.share-icon.linkedin-social{
  background: #00527b;
}
.share-icon.pinterest-social{
  background: #ed2024;
}
.share-icon.tumblr-social{
  background: #3f557a;
}*/
.share-icon i{
  font-size: 18px;
}
.share-icon.total-share{
    height: 28px;
    line-height: 28px;
    border: 1px solid #e1e1e1;
    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 #e1e1e1;
    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: #cca06f;
}
.comment-reply-title{
    color: #1a1a1a;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    font-family: cormorant-garamond, serif;
    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: #e7e7e7;
    height: 6px;
    border-radius: 3px;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #cca06f;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    margin-left: 0px;
    background-color: #cca06f;
    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 .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: #cca06f;
    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;
}
.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: #1a1a1a;
    color: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .widget_price_filter .price_slider_amount{
    font-size: 14px;
    line-height: 38px;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
    float: right;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label{
    float: left;
}
.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 #e1e1e1;
    border-radius: 0px;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
}
textarea{
    border: 1px solid #e1e1e1;
    border-radius: 0px;
    padding: 10px;
}
.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;
}
.widget_product_search input[type=search]{    
    width: 100%;
}
.woocommerce-product-search{
    position: relative;
}
.woocommerce-product-search::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "\f2eb";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 24px;
    height: 100%;
    line-height: 60px;
    width: 60px;
    text-align: center;
}
.woocommerce-loop-category__title{
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 24px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
}
.product-category .item-product a{
    display: block;
    overflow: hidden;
    position: relative;
}
.product-category .item-product a:before{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.product-category .item-product a:hover:before {
    -webkit-animation: circle_hover .75s;
    animation: circle_hover .75s;
}
.product-category .item-product a>img{
    display: block;
    width: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.product-category .item-product a:hover>img{
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}
.woocommerce-loop-category__title .count{
    color: #999;
    background-color: transparent;
}
.item-product .mark,
.item-product mark{
    background-color: transparent;
}
a.active,
.chosen a{
    color: #cca06f;
}
.woocommerce .woocommerce-ordering {
    margin-bottom: 0;
}
.woocommerce nav.woocommerce-pagination {
    text-align: right;
}
.label-wrap.wapl-aligncenter{
    text-align: center;
}
.shop-loading{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(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 div.wrap-detail-gallery{
    margin-bottom: 0px;
}
.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:before,
.main-nav>ul>li.current-menu-ancestor>a:before{
    content: '';
    height: 4px;
    position: absolute;
    left: 12px;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #cca06f;
    z-index: -1;
}
.main-nav li:not(.has-mega-menu) .sub-menu li:hover> a,
.main-nav .sub-menu li.current-menu-item>a,
.main-nav .sub-menu li.current-menu-ancestor> a{
   color: #cca06f;
}
.product-price > span,
.product-price ins{
    color: #cca06f;
    font-weight: 600;
    font-size: 14px;
}
.product-price del{
    color: #ccc;
    font-weight: 600;
    font-size: 14px;
}
.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: #1a1a1a;
    font-size: 14px;
    display: inline-block;
    background: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px!important;
    border: 1px solid #1a1a1a;
    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: 500;
    letter-spacing: 1px;
}
.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: #1a1a1a;
    border-color: #1a1a1a;
    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 {
    margin-bottom: 0px;
}
.detail-info .woocommerce-variation-description .product-desc {
    margin-bottom: 15px;
}
.detail-info .woocommerce-variation-price .product-price {
    margin-bottom: 15px;
}
.woocommerce div.product form.cart .woocommerce-variation-description p:last-child{
    margin-bottom: 0px;
}
.detail-info .product-desc p:last-child {
    margin-bottom: 0px;
}
.product_meta > span{
    display: block;
}
.product_meta > span > span,
.product_meta > span > a{
    display: inline-block;
    border: 1px solid #e1e1e1;
    padding: 5px 10px;
    border-radius: 0px;
    margin-bottom: 5px;
}
.detail-qty .qty-val{
    border: 0;
    height: 58px;
    text-align: center;
}
.detail-info .product-price > span,
.detail-info .product-price ins{
    font-size: 24px;
    font-weight: 600;
}
.detail-info .product-price del{
    font-size: 18px;
}

.detail-info .list-product-group .product-price > span,
.detail-info .list-product-group .product-price ins,
.detail-info .list-product-group .product-price del{
    font-size: 14px;
    font-weight: 600;
}
.list-product-group table,
.list-product-group th,
.list-product-group td{
    border: none;
}
.detail-info .list-product-group .product-title{
    margin-bottom: 5px;
}
.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: #cca06f;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0px 20px!important;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
    color: #fff;
    background: #1a1a1a;

}
.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;
    padding-top: 0;
    font-weight: 600;
    color: #1a1a1a;
    font-family: cormorant-garamond, serif;
    margin-top: -11px;
    position: absolute;
    right: 0;
    background: #fff;
    padding-left:20px;
}
.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 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;
}
.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;
}
/* detail tab css*/
.detail-tab-desc > h2:first-child{
    display: none;
}
.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 #e1e1e1;
}
.tab-style2 .list-tag-detail li.active a::after{
    display: none;
}
.tab-style2 .detail-tab-content{
    margin: 0;
}
.woocommerce #reviews #comments > h2 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    display: none;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
    width: 100px;
    border: 0;
    padding: 0;
    border-radius: 50%;
}
.woocommerce-review__author{
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
    font-family: cormorant-garamond, serif;
    font-size: 16px;
    color: #1a1a1a;
}
.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-text .wrap-rating{
    position: absolute;
    right: 0;
}
.woocommerce-Reviews .comment-reply-title {
    margin-bottom: 28px;
    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,
.content-post-default{
    line-height: 24px;
}
.page-links > span,
.page-links > a{
    padding: 6px 10px;
    margin: 0 2px;
    font-weight: 600;
    color: #cccc;;
}
.page-links > a:hover{
    color: #cca06f;;
}
.page-links > span{
    color: #1a1a1a;
}
.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{
  border-bottom: 1px solid #e1e1e1;
}
.woocommerce div.product form.cart:not(.variations_form) > label{
   /* width: 100px;
    margin: 0;*/
}
.woocommerce div.product .list-product-group form.cart{
    display: block;
}
.list-product-group form.cart table{    
    width: 100%;
}
.group-qty label{
    display: none;
}
.woocommerce div.product form.cart .group_table td.group-info{
    padding: 6px 15px;
}
.woocommerce div.product form.cart .group_table td:first-child {
    width: 80px;
}
.woocommerce div.product .list-product-group form.cart .button.single_add_to_cart_button{
    margin: 20px 0 0 0;
    min-width: 100%;
}

.woocommerce div.product .list-product-group form.cart .group-qty .detail-qty{
    margin-right: 0px;
    float: right;
}
.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: #e1e1e1;
}
#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;
}
.widget .select2-container--default .select2-selection--single{
    border-color: #cca06f;
    height: 60px;
    border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 60px;
    padding-left: 20px;
}
.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 .select2-selection__arrow {
    height: 60px;
    right: 15px;
}

.widget select{
    max-width: 100%;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 40px 0px 20px;
}
.sidebar-widget > .fa-caret-down {
    color: #999;
    right: 20px;
    bottom: 23px;
    position: absolute;
    pointer-events: none;
}
.widget_categories select, .widget_archive select, .widget_text form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-color: #cca06f;
}
.widget_categories form:after, .widget_text form:after {
    content: "\f0dd";
    font: normal normal normal 14px/1 FontAwesome;
    color: #999;
    right: 20px;
    bottom: 25px;
    position: absolute;
    pointer-events: none;
}
.widget_categories form, .widget_text form {
    position: relative;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-billing-fields .select2-container--default .select2-selection--single,
.shipping_address .select2-container--default .select2-selection--single,
.shipping_address .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    height: 60px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    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 #e1e1e1;
}
.woocommerce-MyAccount-navigation ul li a{
    display: block;
}
.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-MyAccount-navigation ul li:hover{
    color: #fff;
    background: #cca06f;
    border-color: #cca06f;
}
.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 #e1e1e1;
}
.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 #e1e1e1;
    padding: 0px 8px;
}
.select2-container .select2-choice{
    height: 40px;
    border: 1px solid #e1e1e1;
    line-height: 40px;
}
.select2-drop-active{
    border-color: #e1e1e1;
}
.mini-cart-empty{
    padding-top: 20px;
}
.mini-cart-button a,
.woocommerce .mini-cart-button a{
    height: 48px;
    border-radius: 0px;
    display: inline-block;
    border: none;
    color: #fff;
    line-height: 48px;
    background: #cca06f;
    margin: 0 3px;
    text-align: center;
    padding: 0px 30px!important;
    text-transform: uppercase;
    font-weight: 400;

}
.mini-cart-button a.checkout{
   float: right;

}
.mini-cart-button a:hover,
.woocommerce .mini-cart-button a:hover {
    color: #fff;
}
.aside-box .dropdown-list{
    left: auto;
    visibility: visible;
    opacity: 1;
}
.mini-cart-box.aside-box .mini-cart-button a:first-child {
    background: #666;
}
.aside-box .dropdown-list {
    pointer-events: inherit;
}
.overlay .wrap::after{
    z-index: 1001;
}
/*End*/
.fancybox-inner{
    padding: 0 15px;
    margin: 0 -15px;
}
.fancybox-opened,
.zoomContainer {
    z-index: 9997;
}
.fancybox-overlay{
    z-index: 9999;
}
.fancybox-opened{
    z-index: 99991;
}
.menu-on-fixed.single-product .header-page{
    position: static;
}
.single-product .header-page{
    z-index: 9998;
    position: relative;
}
.product-popup-content{
    padding: 0;
}
.product-popup-content .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;
    max-height: 250px;
    overflow: auto;
}
.list-product-search.active {
    opacity: 1;
    visibility: visible;
    margin-top: 2px;
}
.item-search-pro {
    border-bottom: 1px solid #e1e1e1;
    display: table;
    padding: 10px 0;
    width: 100%;
}
.item-search-pro > div {
    display: table-cell;
    vertical-align: middle;
}
.item-search-pro:last-child {
    border: none;
}
.item-search-pro .title14 {
    text-transform: capitalize;
    font-weight: 400;
}
.item-search-pro > div.search-ajax-thumb {
    width: 50px;
}
.item-search-pro > div.search-ajax-price {
    text-align: right;
}
.item-search-pro > div.search-ajax-title {
    padding: 0 10px;
}
.live-search-on.active .list-product-search{
    opacity: 1;
    visibility: visible;
    margin-top: 2px;
}
/*End Search Ajax*/
.dropdown-list li.active a {
    color: #cca06f;
}
.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: 60px;
    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;
    border: 1px solid #e1e1e1;
    border-radius: 0px;
}
.desc-block{
    margin-bottom: 15px;
}
.follow-instagram{
    margin: 0 -1.5px -3px;
}
.follow-instagram li{
    max-width: 100px;
    margin: 0 1.5px 3px;
}
.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: #cca06f;
}
.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 #e1e1e1;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.main-nav li:hover > .preview-image {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.preview-image img{
    height: auto;
}
.preview-image>a {
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.preview-image > a > img {
    left: 0;
    position: absolute;
    top: 0;
    transition: all 5s ease-in-out 0s;
    -webkit-transition: all 5s ease-in-out 0s;
    width: 100%;
}
.preview-image > a:hover > img {
    top: 100%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
/*end live preview*/
/*Begin Wishlist Popup*/
.wishlist-mask {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.wishlist-popup {
  background: #fff none repeat scroll 0 0;
  border: 10px solid rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  padding: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 470px;
  z-index: 9999;
}
.wishlist-button a {
  background: #858785 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 3px;
}
.popup-icon {
  font-size: 30px;
}
.wishlist-alert {
  margin: 10px 0 20px;
}
.wishlist-popup .popup-icon{
    color: #cca06f;
}
.wishlist-button a:hover{
    background: #cca06f;
    color: #fff;
}
/*End Wishlist Popup*/
.item-mega-menu ul li{
    margin-bottom: 15px;
}
.item-mega-menu ul li:last-child{
    margin-bottom: 0;
}
.item-mega-menu > h3{
    margin-bottom: 20px;
}
.item-post-large.item-default .post-info {
    padding-left: 0;
}
.main-nav.main-nav1 ul{
    padding: 0;
}
.main-nav.main-nav1 .sub-menu {
    padding-top: 10px;
    padding-bottom: 10px;
}
.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 {
    font: normal normal normal 16px/1 LineAwesome;
    content: "\f110";
    position: absolute;
    right: 0px;
    top: 3px;
}
.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 #e1e1e1;
    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: #e1e1e1;
    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: 0px;
}
.woocommerce table.wishlist_table {
    font-size: 100%;
}/*
.compare-link,
.wishlist-link{
    padding: 11px 13px;
    border: 1px solid #e1e1e1;
    border-radius: 0px;
    line-height: normal;
    display: inline-block;
}*/
.compare-link > span,
.wishlist-link > span{
    display: none;
}
.item-post .post-info .desc {
    margin-bottom: 20px;
}
.yith-wcwl-add-to-wishlist + div{
    display: inline-block;
    clear: inherit;
}
.detail-info .compare.button,
.detail-info .yith-wcwl-add-to-wishlist{
    display: 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 #e1e1e1;
    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 #e1e1e1;
    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 #e1e1e1;
    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 #e1e1e1;
    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 #e1e1e1;
    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: #e1e1e1;
}
.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 #e1e1e1;
}
.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: #cca06f;
}
.mini-cart-box.dropdown-box{
    display: inline-block;
}
.detail-gallery .carousel li{
    min-height: 79px;
}
.detail-gallery{
    position: relative;
}
.detail-gallery .mid {
    position: relative;
}
.detail-gallery .product-label{
    position: absolute;
    left: 20px;
    top: 20px;
}
.detail-gallery .product-label span{
    display: inline-block;
    height: 16px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 5px;
    float: left;
    margin-right: 10px;
}
.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: #cca06f;
    border-color: #cca06f;
    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[type="submit"]{
    width: 100%;
    background: #cca06f;
    border: none;
    height: 45px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.popup-form input.button[type="submit"]:hover{
    background: #1a1a1a;
    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:first-child{
    border-right: 1px solid #e1e1e1;
}
.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: #cca06f;
}
.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: #cca06f;
    left: 0;
    width: 100%;
}
.popup-form .input-focus .input-focus-line{
    background-color: #cca06f;
    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 #e1e1e1;
    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: #cca06f;
    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: #cca06f;
}
#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 #e1e1e1;
    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{
    color: #cca06f;
    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;
}
/*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;
}
.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;
    padding: 0px!important;
    margin-bottom: 0px;
}
.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 #e1e1e1;
}
.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;
    color: #1a1a1a;
}
.cart_totals tbody th{
    color: #1a1a1a;
}
.cart-subtotal .amount,
.order-total .amount,
.product-subtotal .amount{
    color: #cca06f;
    font-weight: 700;
    font-size: 14px;
}
.woocommerce-cart-form .product-price > span, 
.woocommerce-cart-form .product-price ins,
.cart-subtotal .amount{
    font-weight: normal;
}
.woocommerce .checkout-custom .col2-set .col-1, 
.woocommerce-page .checkout-custom .col2-set .col-2{
    float: none;
    width: 100%;
}
#ship-to-different-address{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
    color: #1a1a1a;
}
#ship-to-different-address>label{
    margin-bottom: 0;
    margin-top: 0;
}
.validate-required .woocommerce-form__label-for-checkbox>span{
    margin-left: 25px;
}
.validate-required .woocommerce-form__label-for-checkbox>.input-checkbox{
    top: 2px;
}
#order_review_heading{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 22px;
    color: #1a1a1a;
}
.cart-custom .woocommerce-cart-form{
    margin-top: -26px;
}
.woocommerce table.shop_table th{
    color: #1a1a1a;
}
.woocommerce-cart .cart-custom table.cart td.actions {
    padding: 20px 0 0px;
}
.woocommerce .cart-custom table.shop_table{
    margin-bottom: 0px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
    color: #1a1a1a;
}
.woocommerce-billing-fields > h3{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    color: #1a1a1a;
    margin-bottom: 20px;
}
.woocommerce form .form-row label{
    color: #1a1a1a;
}
.woocommerce-additional-fields >h3{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    color: #1a1a1a;
    margin-bottom:20px;
}
.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 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.woocommerce-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 0px 8px;
}
.order-custom{
    padding: 30px 30px 20px;
    background: #f9f9f9;
    position: relative;
   /* margin-bottom: 70px;*/
}
form.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"]{
    border-radius: 0px;
}
#ship-to-different-address-checkbox{
    width: 16px;
    height: 16px;
    vertical-align: top;
    top: 3px;
}
#ship-to-different-address span{
    margin-left: 25px;
}
.woocommerce-checkout .woocommerce form .form-row textarea{
    height: 125px;
}
.woocommerce form .form-row .select2-container{
    height: 40px;
}
.woocommerce form .form-row {
    padding: 0px;
    margin: 0 0 15px;
}
.woocommerce form .form-row:last-child {
    margin: 0px
}
label.checkbox{
    display: inline-block;
}
.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 #e1e1e1;
    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 #e1e1e1;
    border-radius: 0px;
    margin-bottom: 0px;
}
.woocommerce form.login .woocommerce-form-login__rememberme{
    display: block;
    margin-bottom: 15px;
    margin-top: 7px;
}
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: #1a1a1a;
}
#customer_login{
    margin-bottom: 0px;
}
/*********** Begin mb css ************/

.color-1a{
    color:#1a1a1a
}
.color-12{
    color:#121212
}
.font-body{
    font-family: 'Montserrat', cursive;
}
.font-title{
    font-family: cormorant-garamond, serif;
}
.font-shutten{
    font-family: 'ShuttenReasonFree', 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;
}
.meta-data-blog{
    letter-spacing: 1px;
}
.meta-data-blog a.color:hover{
    color: #1a1a1a;
}
.content-post-default .meta-data-blog{
    margin-bottom: 5px;
}
.title-post-single{
    margin-bottom: 12px;
    word-break: break-all;
}
.title-post-list,
.title-post-grid
{
    word-break: break-all;
}
.banner-product-detail h3{
   font-size: 83px;
    letter-spacing: 8px;
    position: absolute;
    bottom: 40px;
    left: 40px;
    margin: 0px;
}
.banner-product-detail p{
    letter-spacing: 1px;
    position: absolute;
    bottom: 37px;
    left: 107px;
    margin: 0px;
}
.text-content-product{
    margin-top: 17px;
}
.boxt-care-product-content{
    margin-top: 30px;
}
.boxt-care-product-content h3{
    margin-bottom: 20px;
}
.boxt-care-product-content ul{
    float: left;
    margin-right: 60px;
}
.boxt-care-product-content ul img{
    margin-right: 10px;
    margin-top: -5px;
}
.tab-product-horizontal .product-tab-title ul {
    margin: 0px -38px;
    margin-bottom: -30px;
}
.tab-product-horizontal .product-tab-title ul li {
    display: inline-block;
    margin: 0px 38px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}

.tab-product-horizontal .product-tab-title ul li:after{
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #cca06f;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.tab-product-horizontal .product-tab-title ul li:hover:after,
.tab-product-horizontal .product-tab-title ul li.active:after
{
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
}
.tab-product-horizontal .product-tab-title{
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 1px solid #e1e1e1;
}
.video-product-tab{
    text-align: center;
}
.video-product-tab iframe{
    width: 100%;
}
.header-home1 .logo-sentinal a{
    height: 120px;
    line-height: 110px;
}
.logo-sentinal a{
    font-style: italic;
    color: #1a1a1a;
    font-weight: 600;
    font-family: cormorant-garamond, serif;
    font-size: 36px;
}
.header-home1.vc_row{
    padding-left: 15px;
    padding-right: 15px;
}
.main-nav1  > ul > li > a{
    height: 120px;
    line-height: 120px;
}

/*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: 670px;
    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: #1a1a1a;
}
.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;
}
/*End Search Popup*/


/* 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;
}
/*End Flex Box*/

.mini-cart1 .mini-cart-icon {
    position: relative;
}
.mini-cart1 .mini-cart-link .mini-cart-number {
    position: absolute;
    top: -13px;
    right: 3px;
    background: #cca06f;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}
.info-service-open-mega{
    position: fixed;
    right: -530px;
    top:0px;
    width: 500px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    background: #fff;
    z-index: 10000;
    box-shadow: 5px -5px 10px 5px rgba(0, 0, 0, 0.2);
    height: 100%;
    overflow-x: auto;
    /*max-height: 962px;*/
}

.info-service-open-mega::-webkit-scrollbar-track
{
    background-color: #F5F5F5;
}

.info-service-open-mega::-webkit-scrollbar
{
    width: 3px;
    background-color: #F5F5F5;
}

.info-service-open-mega::-webkit-scrollbar-thumb
{
    background-color: #C1C1C1;
}

.admin-bar .info-service-open-mega{
    top:32px;
}
.open-info-service .info-service-open-mega{
    right: 0px;
}
.info-header-open.vc_row{
    padding: 40px 70px 70px;
    background-size: cover;
    margin-left: 0px;
    margin-right: 0px;
    background-position: bottom;
}
.info-header-open.vc_row .vc_column_container>.vc_column-inner{
    padding-left:0px;
    padding-right:0px;
}
.info-service-open-mega .icon-close{
    position: absolute;
    right: 37px;
    top: 35px;
    z-index: 1;
}
.info-header-open .info-contact li{
    margin-bottom: 20px;
}
.info-header-open .info-contact li:last-child{
    margin-bottom: 0px;
}

.info-header-open .info-contact{
    margin-top: 30px;
}

.logo-sentinal-header-open a{
    font-style: italic;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 36px;
    font-family: cormorant-garamond, serif;
}
.info-header-open .newsletter-form{
    margin-top: 53px;
}
.info-header-open .instagram-box{
    margin-top: 57px;
}
.info-header-open .follow-instagram li{
    max-width: 117px;
}
.info-header-open .social-list-style1{
    margin-top: 25px;
}
.social-list-style1 a{
    margin: 0px 5px 10px;
    display: inline-block;
    position: relative;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 1;
}
.social-list-style1 a:before{
    content: '';
    height: 2px;
    background: #1a1a1a;
    opacity: 0;
    left: 50%;
    right: 50%;
    top:0;
    bottom:0;
    margin: auto;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: -1;
}
.social-list-style1 a:hover:before{
    opacity: 1;
    left: 0px;
    right: 0px;
}
.social-list-style1{
    margin: 0px -13px -10px;
}
.mailchimp-style-default form .mc4wp-form-fields{
    background: #cca06f;
    border: none;
}
.mailchimp-style-default form .mc4wp-form-fields button{
    height:60px;
    line-height:65px;
    background: transparent;
    border: none;
    padding: 0px 15px!important;
}
.mailchimp-style-default .form-newsletter input[type="email"]{
   color: #fff;
    padding: 0px 20px;
}
.mailchimp-style-default .form-newsletter input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
     color: #fff;
 }
.mailchimp-style-default .form-newsletter input[type="email"]::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.mailchimp-style-default .form-newsletter input[type="email"]:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.mailchimp-style-default .form-newsletter input[type="email"]:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.mailchimp-style-default form .mc4wp-form-fields button:before{
    content: "\f274";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 24px;
    color: #fff;
}
.search-account-cart-service>div>a{
    height: 120px;
    line-height: 120px;
    padding: 0px 12px;
    display: inline-block;
}/*
.search-account-cart-service>div *{
    line-height: initial;
}*/
.search-account-cart-service{
 margin: 0px -12px;
}
.dropdown-list.left-dropdown{
    right: 0;
    left: auto;
}
.fixed-header .search-account-cart-service>div>a{
    height: 70px;
    line-height: 80px;
}
.fixed-header .main-nav1 > ul > li > a{
    height: 70px;
    line-height: 70px;
}
.header-home1.fixed-header .logo-sentinal a {
    height: 70px;
    line-height:60px;
}
.fixed-header{
    background: #fff;
}
.banner-slider-home2{
    margin-top: -120px;
}
.header-home2{
    z-index: 2;
}
.logo-sevice-home3 .service-open-mega-style2{
    margin-right: 30px;
}
.logo-sevice-home3 .service-open-mega-style2>a{
    width: 120px;
    text-align: center;
    line-height: 120px;
    height: 120px;
    display: inline-block;
    background: #f5f5f5;
}
.logo-sevice-home3 .info-service-open-mega{
    right: auto;
    left: -530px;
    box-shadow: -5px 5px 10px 5px rgba(0, 0, 0, 0.2);
}
.logo-sevice-home3 .open-info-service .info-service-open-mega {
    left: 0px;
    right: auto;
}
.header-home3.vc_row {
    padding-left: 0px;
    padding-right: 30px;
}
.banner-slider-home3 .social-list-style1{
    width: 120px;
    min-width: 120px;
    margin: auto 0px;
}
.banner-slider-home3 .scroll-product{
    position: absolute;
    bottom: 0;
    display: block;
    text-align: center;
    width: 120px;
    margin: auto;

}
.banner-slider-home3 .scroll-product i{
    display: block;
    margin-top: 10px;

}
.banner-slider-home3 .social-list-style1 a{
    text-align: center;
    line-height: 30px;
    margin: 0px;
    display: block;
    text-align: center;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    color: #6a6a6a;
}
.fixed-header .logo-sevice-home3 .service-open-mega-style2>a{
    line-height: 70px;
    height: 70px;
}
.top-header-home5 {
  height: 40px;
  line-height: 40px;
    padding: 0px 30px;
}
.top-header-home5 p{
 display: inline-block;
}

.top-header-home5 ul a{
  line-height: 24px;
}
.line-hover{
   position: relative;
}
.line-hover:before{
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    height: 1px;
    background: #fff;
    left: 50%;
    right: 50%;
    margin: auto;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.line-hover:hover:before{
    left:-5px;
    right:-5px;
}
.line-hover-black{
   position: relative;
}
.line-hover-black:before{
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    height: 1px;
    background: #1a1a1a;
    left: 50%;
    right: 50%;
    margin: auto;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: -1;
}
.line-hover-black:hover:before{
    left:-5px;
    right:-5px;
}
.top-header-home5 ul a:hover{
  color: #fff;

}
.top-header-home5 ul.list-inline {
    padding-right: -7px;
    padding-left: -7px;
}
.top-header-home5 ul.list-inline>li {
    padding-right: 7px;
    padding-left: 7px;
}

.header-home5 .main-nav1 > ul > li > a {
    height: 70px;
    line-height: 70px;
}
.header-home5 .search-account-cart-service>div>a {
    height: 70px;
    line-height: 70px;
}

.header-home5 .search-account-cart-service{
    display: none;
}
.header-home5 .social-header-home5{
    height: 70px;
    line-height: 70px;
    display: none;
}
.header-home5 .social-header-home5 .color{
    color: #1a1a1a;
}
.header-home5 .social-header-home5 a:before{
    background: #cca06f;
}
.header-home5 {
    padding: 0px 15px;
}
.logo-header-home5 .logo-sentinal{
    margin-bottom: 17px;
    margin-top: 30px;
}
.logo-header-home5 .social-header-home5{
    height: 120px;
    line-height: 120px;
}
.logo-header-home5{
   padding-left: 15px;
    padding-right: 15px;
}
.logo-header-home5 .social-header-home5 .color {
    color: #1a1a1a;
}
.fixed-header.header-home5 .social-header-home5{
    display: block;
}
.fixed-header.header-home5 .search-account-cart-service{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.main-nav2 .toggle-mobile-menu i,
.main-nav2 .toggle-mobile-menu span
{
    vertical-align: middle;
}
.main-nav2 .toggle-mobile-menu span
{
    margin-left: 15px;
}
.toggle-desktop-menu i{
    vertical-align: middle;
}
.main-nav2 .toggle-desktop-menu span
{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    margin-left: 15px;
}
.main-nav2.active-show .toggle-desktop-menu span
{
    display: none;
}
.main-nav2.active-show .toggle-desktop-menu i:before
{
    content: "\f191";
}
.main-nav2.active-show .toggle-desktop-menu i
{
    color: #ccc;
}
.header-home6 .main-nav2 .toggle-desktop-menu{
    display: inline-block;
}
.fixed-header.header-home6 .main-nav2 .menu-main-menu{
    height: 70px;
}
.header-home6 .search-account-cart-service>div>a{
    height: 140px;
    line-height: 140px;
}
.header-home6 .logo-sentinal{
    height: 140px;
    line-height: 130px;
}
.header-home6 .logo-sentinal a{
    font-size: 48px;
}
.fixed-header.header-home6 .search-account-cart-service>div>a,
.fixed-header.header-home6 .main-nav2 > ul > li > a,
.fixed-header.header-home6 .main-nav2 .toggle-desktop-menu
{
    height: 70px;
    line-height: 70px;
}
.fixed-header.header-home6 .logo-sentinal{
    height: 70px;
    line-height: 60px;
}
.header-home6{
    padding: 0px 15px;
}
.footer-style1 {
    background-size: cover;
  margin-left: 30px;
    margin-right: 30px;
}
.color-d5{
    color: #d5d5d5;
}
.footer-style1 .logo-sentinal .text-logo{
    line-height: 26px;
}
.footer-style1 .logo-sentinal a{
    color: #fff;
}
.list-link-footer h3{
    margin-bottom: 42px;
    padding-top: 9px;
}
.list-link-footer ul li{
    margin-bottom: 18px;
}
.list-link-footer ul li:last-child{
    margin-bottom: 0px;
}
.box-info-footer1 .logo-sentinal{
    margin-bottom: 35px;
}

.box-info-footer1 .info-contact li {
    margin-bottom: 17px;
    line-height: 24px;
}
.box-info-footer1 .info-contact li:last-child {
    margin-bottom: 0px;
}
.box-info-footer1 .info-contact ul,
.box-info-footer1 .social-list-style1
{
    margin-top: 20px;
}
.box-info-footer1 .info-contact ul a{
    text-decoration: underline;
}
.box-info-footer1 .social-list-style1 a:before{
    background: #d5d5d5;
}
.footer-style1 .follow-instagram li {
    max-width: 98px;
}
.title-footer1 {
    margin-bottom: 45px;
    padding-top: 9px;
}
.item-list-classic{
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 17px;
}
.item-list-classic:last-child{
    margin-bottom: 0px;
}
.item-list-classic .post-title{
    margin-bottom: 12px;
}
.bottom-footer1{
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.bottom-footer1 .copyright-footer1{
    padding: 27px 0px;
}
.bottom-footer1 .social-list-style1  {
   text-align: right;
    margin: 0px -15px -10px;
    padding: 27px 0px;
}
.bottom-footer1 .social-list-style1 a {
   font-size: 24px;
    width: auto;
    height: auto;
    margin: 0px 15px 5px;
}
.footer-style1{
    padding-top: 118px;
}
.main-footer1 .wpb_column {
    margin-bottom: 60px;
}
.logo-footer2{
    position: relative;
    margin-top: 97px;
    margin-bottom: 90px;
 }
.logo-footer2 a{
    background: #fff;
    padding: 0px 50px;
    font-size: 48px!important;
 }
.logo-footer2:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #e1e1e1;
    top: 32px;
    z-index: -1;
}
.title-footer2{
    margin-bottom: 40px;
}
.about-footer2 ul{
    float: left;
    margin-right: 30px;
    margin-bottom: -18px;
}
.about-footer2 ul li{
    margin-bottom: 18px;
}
.mailchimp-style-line form .mc4wp-form-fields{
    border: none;
    border-bottom: 1px solid #e1e1e1;
}
.mailchimp-style-line  input[type="email"]{
    height: 50px;
    padding-left: 0px;
}
.mailchimp-style-line button{
    height: 50px;
    line-height: 60px;
    border: none;
    padding: 0px!important;
    color: #1a1a1a;
    background-color: transparent;
}
.mailchimp-style-line button:hover{
    background-color: transparent;
    color: #cca06f;
}
.mailchimp-style-line button:after{
    margin-left: 15px;
    content: "\f167";
    font: normal normal normal 16px/1 LineAwesome;
}

.mailchimp-style-line .form-newsletter input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
}
.mailchimp-style-line .form-newsletter input[type="email"]::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}
.mailchimp-style-line .form-newsletter input[type="email"]:-ms-input-placeholder { /* IE 10+ */
    color: #999;
}
.mailchimp-style-line .form-newsletter input[type="email"]:-moz-placeholder { /* Firefox 18- */
    color: #999;
}
.question{
    margin-top: 31px;
}
.question a{
    text-decoration: underline;
}
.mailchimp-style-line{
    max-width: 470px;
}
.follow-footer2 ul a{
    position: relative;
    padding-left: 40px;
}

.follow-footer2 ul a i{
    position: absolute;
    left: 0px;
}
.follow-footer2 ul li{
    margin-bottom: 20px;
}
.follow-footer2 ul li:last-child{
    margin-bottom: 0px;
}
.bottom-footer2{
    background: #f5ece2;
    padding: 38px 0px;
}
.bottom-footer2 ul{
    margin-bottom: 0px;
    line-height: 24px;
}
.main-footer2 .wpb_column {
    margin-bottom: 115px;
}
.bottom-footer2 ul li{
    position: relative;
}
.bottom-footer2 ul li:after{
    content: '-';
    position: absolute;
    right: -4px;
}
.bottom-footer2 ul li:last-child:after{
   display: none;
}
.item-team-style2{
    border: 1px solid #cca06f;
    padding: 40px;
}
.item-team-style2 .title-team{
    margin-top: 30px;
}
.item-team-style2 .desc-content{
    margin-top: 3px;
}
.share-social-team2 a{
    margin: 0px 14px 10px 14px;
    display: inline-block;
}
.share-social-team2 {
    margin: 12px -14px -14px -14px;
}
.desc-content p:last-child{
    margin-bottom: 0px;
}

/*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;
    margin-top: 15px;
}
.item-post-wg .post-info .post-title {
    margin-bottom: 7px;
    line-height: 21px;
}
.item-product-wg .wrap-rating {
    margin-bottom: 6px;
}
.item-product-wg .wrap-rating li{
    padding: 0px;
}
.item-post-wg .post-info .the-date{
    margin-top: 5px;
    display: inline-block;
    letter-spacing: 1px;
}
.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;
    margin: auto;
    margin-left: 0;
}
.item-product-wg .product-info .product-title {
    margin-bottom: 11px;
    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*/

.instagram-widget .follow-instagram li{
    width: 99px;
    margin: 0.5px;
    padding: 0px;
}

.instagram-widget .follow-instagram{
    margin: -0.5px;
}

/*css monster widget*/
.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_shopping_cart .mini-cart-empty,
.widget_pages >ul
{
    margin-top: -6px;
    margin-bottom: -6px;
}

.widget_text >.textwidget>p:first-child{
    margin-bottom: 22px;
}
/*end monster widget*/

.wrap-bread-crumb .bread-crumb {
    margin: auto;
}
.bread-crumb a,
.bread-crumb span
{
    color: #fff;
}
.bread-crumb-title{
    margin-bottom: 13px;
}
.view-type{
    margin-top: -8px;
    margin-left: -2px;
}
.view-type a.grid-view{
    margin-right: 8px;
}
.set-orderby .la-sort-alpha-asc{
    margin-right: 8px;
}
.meta-data-blog-style2{
    letter-spacing: 1px;
}
.excerpt-post{
    letter-spacing: 1px;
}
.link-button-line{
        text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    margin-bottom: 6px;
}
.link-button-line:after{
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 40px;
    height: 2px;
    background: #cca06f;
    content: '';
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.link-button-line:hover:after{
    width: 100%;
}
.link-button-line.white:after{
    background: #fff;
}
.link-button-line.color-1a:after{
    background: #1a1a1a;
}
.link-button-line.white:hover{
    color: #fff;
}
.link-button-line.color-1a:hover{
    color: #1a1a1a;
}
.item-list-post-style2 .post-thumb{
    margin-bottom: 27px;
}

.item-list-post-style2 .meta-data-blog-style2{
    margin-bottom: 10px;
}
.item-list-post-style2 .font-title{
    margin-bottom: 10px;
    line-height: 48px;
}
.item-list-post-style2 .link-button-line{
   margin-top: 20px;
}
.item-list-post-style2{
    margin-bottom: 60px;
}
.col-md-12:last-child>.item-list-post-style2{
    margin-bottom: 0px;
}
.content-sidebar-right{
    padding-right: 45px;
}
.content-sidebar-left{
    padding-left: 45px;
}
.bg-transparent{
    background: transparent;
}
.bread-crumb-megapage{
    margin: 0px 30px;
}

.bread-crumb-megapage .bread-crumb a, .bread-crumb-megapage .bread-crumb span{
    color: #cca06f;
}
.bread-crumb-megapage .bread-crumb a:hover{
    color: #1a1a1a;
}
.item-post-grid-style1 .post-thumb{
    margin-bottom: 27px;
}

.item-post-grid-style1 .meta-data-blog-style2{
    margin-bottom: 15px;
}
.item-post-grid-style1 .font-title{
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item-post-grid-style1 .excerpt-post{
    margin-bottom: 21px;
}
.blog-grid-view .pagi-nav
{
    padding-top: 33px;
}
.product-grid-view .pagi-nav
{
    padding-top: 38px;
}
.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;
}
.post-control-single{
    margin-top: 45px;
    margin-bottom: -4px;
}
.post-control-single a span{
    padding: 0px 8px;
}
.leave-comments .comment-respond,.single-related-post,.blog-comment-detail,.comment-list .comment-respond  {
    margin-top: 91px;
}
.blog-comment-detail .comment-title{
    line-height: 38px;
    margin-bottom: 38px;
}
form.comment-form .contact-name,
form.comment-form .contact-email
{
    width: 50%;
    float: left;
    margin-bottom: 30px;
}
form.comment-form .contact-name{
    padding-right: 15px;
}
form.comment-form .contact-email{
    padding-left: 15px;
}

form.comment-form .contact-message
{
    clear: both;
    margin-bottom: 30px;
}
form.comment-form .form-submit
{
    text-align: right;
    margin-bottom: 0px;
}
.button-link1{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    background: #cca06f;
    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;
}
.button-link1:hover,.button-link1:focus{
    color: #fff;
    background: #1a1a1a;
}
.button-link2{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    background: #cca06f;
    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-link2:hover,.button-link2:focus{
    color: #fff;
    background: #1a1a1a;
}

.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;
}
.comment-table-custom .comment-info {
    padding-left: 130px;
}
.comment-table-custom .comment-thumb {
    position: absolute;
}
.item-comment .comment-thumb {
    width: 100px;
}
.mega-list-cat ul li a {
    position: relative;
    padding-left: 20px;
}
.mega-list-cat ul li a:hover {
    margin-left: 10px;
}
.mega-list-cat ul li a i {
    position: absolute;
    left: 0;
}
.loadmore{
    margin-top: 30px;
}
.blog-grid-view .loadmore{
    margin-top: 40px;
}
.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%;
}
/* 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: #cca06f;
}
.widget_s7upf_attribute_filter .attribute-type-color .class_white_bg_color .span-trong {
    border: 1px solid #1a1a1a!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: #1a1a1a;
}
.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: #cca06f;
}
/* End widget attribute */
.extra-link-hover1 a.quickview-link,
.extra-link-hover1 a.wishlist-link,
.extra-link-hover1 a.compare-link
{
    height: 45px;
    line-height: 45px;
    width: 45px;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    display: inline-block;
    text-align: center;
    background: #fff;
}
.extra-link-hover1 a.quickview-link:hover,
.extra-link-hover1 a.wishlist-link:hover,
.extra-link-hover1 a.compare-link:hover
{
    background: #1a1a1a;
    border-color:#1a1a1a;
    color: #fff;
}
.item-product-grid-style1 .extra-link-hover1{
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    height: 45px;
    margin: auto;
    z-index: 11;
    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{
    bottom: 20px;
    opacity: 1;
}
.item-product-grid-style1 .product-thumb-link::before{
    display: none;
}
.attribute-custom.color-white{
    box-shadow: 0px 0px 2px #000;
}
.attribute_data-custom span{
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    cursor:pointer;
}
.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;
}
.item-product-grid-style1:hover .attribute_data-style1{
    opacity: 1;
}
.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 #1a1a1a;
    position: absolute;
    left: -3px;
    bottom: 0;
    top: 0;
    margin: auto;
    text-align: center;
}
.attribute_data-style1 span:last-child{
    margin-bottom: 0px;
}
.item-product-grid-style1 .product-title{
    line-height: 36px;
    margin-bottom: 3px;
}
.item-product-grid-style1 .product-info{
    padding-top: 20px;
}
.item-product-grid-style1 .list-cats-item{
    margin-bottom: 12px;
}

.item-product .list-cats-item a,
.item-product-list .list-cats-item a
{
    margin:1px;
    color: #999;
}
.item-product .list-cats-item a:hover, .item-product-list .list-cats-item a:hover{
    color: #1a1a1a;
}
.item-product .list-cats-item a:after,
.item-product-list .list-cats-item a:after
{
    content: ',';
}
.item-product .list-cats-item a:last-child:after,
.item-product-list .list-cats-item a:last-child:after
{
    content: '';
}
.item-product-list .product-title{
    margin-bottom: 13px;
}
.item-product-list .list-cats-item{
    margin-bottom: 22px;
}
.item-product-list .product-price > span, .item-product-list .product-price ins ,.item-product-list .product-price del{
    font-size: 18px;
}
.item-product-list .product-desc p{
    margin-bottom: 0px;
}
.item-product-list .product-desc{
    margin-bottom: 0px;
}
.item-product-list .extra-link-hover1{
    margin-top: 5px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-product-list:hover .extra-link-hover1{
    margin-top: 35px;
    opacity: 1;
}
/*Begin css style gallery product */
/*Style gallery horizontal */
.woocommerce div.product .style-gallery-horizontal div.images .carousel li img{
    width: 79px;
}
.style-gallery-horizontal .carousel li img {
    width: 70px;
}
.style-gallery-horizontal .carousel li {
    margin: 0 5px;
}
.style-gallery-horizontal .gallery-control {
    text-align: center;
    position: relative;
    margin-top: 10px;
}
.style-gallery-horizontal .gallery-control .carousel {
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    margin-right: 2px;

}
.style-gallery-horizontal .gallery-control a.prev ,
.style-gallery-horizontal .gallery-control a.next
{
    background: #ebebeb;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    color: #1a1a1a;
}
.style-gallery-horizontal .gallery-control a.prev:hover,
.style-gallery-horizontal .gallery-control a.next:hover
{
    background: #cca06f;
    color: #fff;
}
.style-gallery-horizontal .gallery-control a i {
    line-height: 79px;
}
.style-gallery-horizontal .gallery-control .carousel a.active img{
    border: 2px solid #cca06f;
}
/*Style gallery style-image-small */
.woocommerce div.product .style-image-small div.images .carousel li img{
    width: 74px;
}
.style-image-small .carousel li img {
    width: 74px;
}
.style-image-small .carousel li {
    margin: 0 5px;
}
.style-image-small .gallery-control {
    text-align: center;
    position: relative;
    margin-top: 10px;
}
.style-image-small .gallery-control .carousel {
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    margin-right: 2px;

}
.style-image-small .gallery-control > a {
    background: #ebebeb;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    color: #1a1a1a;
}
.style-image-small .gallery-control > a:hover {
    background: #cca06f;
    color: #fff;
}
.style-image-small .gallery-control > a i {
    line-height: 74px;
}
.style-image-small .gallery-control .carousel a.active img{
    border: 2px solid #cca06f;
}
/*Style gallery vertical */
.style-gallery-vertical .detail-gallery{
    padding-left: 100px;
}
.style-gallery-vertical .gallery-control{
    position: absolute;
    width: 90px;
    left: 0;
    top: 0;
}
.style-gallery-vertical .detail-gallery .carousel li{
   margin-bottom: 10px;
}
.style-gallery-vertical .detail-gallery .carousel li .active img{
    border: 2px solid #cca06f;
}
.style-gallery-vertical .gallery-vertical .prev{
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    background: #ebebeb;
    height: 30px;
    line-height: 30px;
}
.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{
    width: 100%;
    text-align: center;
    display: block;
    background: #ebebeb;
    height: 30px;
    line-height: 30px;
}
.style-gallery-vertical .gallery-vertical .next:hover,
.style-gallery-vertical .gallery-vertical .prev:hover
{
    background: #cca06f;
    color: #fff;
}
.style-gallery-vertical .gallery-vertical .next i{
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*Begin detail-sticky-style1*/
.detail-sticky-style1{

}

.item-gallery-sticky a:hover{
    cursor: crosshair;
}
.item-gallery-sticky a{
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.item-gallery-sticky a img{
    border: 2px solid #ebebeb;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-gallery-sticky a img{
    width: 100%;
}
.item-gallery-sticky a:hover img {
    border-color: #cca06f;
}
.item-gallery-sticky:last-child a{
    margin-bottom: 0px;
}
.info-sticky .product-title-single{
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.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;
}
.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%;
}
/*End css style gallery product */
.available_product span.title12{
    color: #3cb111;
}
.available_product span.title12 p{
    display: inline;
}
.detail-info >.stock{
    display: none;
}
.product-title-single{
    margin-bottom: 12px;
}
.detail-info> .price{
    margin-bottom: 25px;
}
.woocommerce div.product  .detail-info> .woocommerce-product-rating {
    margin-bottom: 17px;
}
.group-sku-available .available_product{
    width: 50%;
    text-align: left;
    padding-bottom: 15px;
}
.group-sku-available .sku_wrapper {
    width: 50%;
    text-align: right;
    padding-bottom: 15px;
}
.group-sku-available .sku_wrapper .sku{
   font-size: 12px;
}
.group-sku-available {
    border-bottom: 1px solid #e1e1e1;
}
.variations_form .title-atttr{
    font-weight: 600!important;
    color: #1a1a1a;
    text-transform: uppercase;
    font-family: cormorant-garamond, serif;
    margin-right: 20px;
}
.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 .swatch:hover {
    border-color: #cca06f;
}
.variations_form .type-label .swatch.selected {
    border-color: #1a1a1a;
}
.variations_form .type-label .swatch .label-trong{
    height: 25px;
    line-height: 25px;
    min-width: 25px;
    background: #e1e1e1;
    display: inline-block;
    text-align: center;
    padding: 0px 5px;
}
.variations_form .type-label .swatch:last-child {
    margin-right: 0px;
}
.variations_form .type-label .tawcvs-swatches{
    margin-bottom: -5px;
    margin-top: -3px;
    margin-left: -3px;
    margin-right: -3px;
}
.variations_form .variations .detail-attr{
    width: 50%;
    float: left;
}

.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:last-child {
    margin-right: 0px;
}

.variations_form .type-color .tawcvs-swatches{
    margin-bottom: -5px;
    margin-top: -3px;
    margin-left: -3px;
    margin-right: -3px;
}
.variations_form .type-color .swatch:hover {
    border-color: #cca06f;
}
.variations_form .type-color .swatch.selected {
    border-color: #1a1a1a;
}
.variations_form .type-color .swatch:hover {
    border-color: #cca06f;
}
.variations_form .type-color .span-trong{
   width: 25px;
    height: 25px;
    display: inline-block;
}
.variations_form .type-color .white-color .span-trong{
 border:1px solid #E1E1E1;
}

.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,
.variations_form .variations .detail-attr:nth-last-child(2)
{
    margin-bottom: 0px;
}
.woocommerce div.product form.cart .variations .type-select select{
    width: 200px;
    min-width: auto;
    height: 32px;
    line-height: 32px
}
.woocommerce div.product form.cart .variations .type-select .select-box::after {
    left: 175px;
    top: 10px;
}
.woocommerce div.product form.cart .variations{
    display: inline-block;
    padding: 30px 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #e1e1e1;
}
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 #e1e1e1;
}
.single-product-social{
    padding: 30px 0px;
    border-bottom: 1px solid #e1e1e1;
}
.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: #ccc;
    font-size: 12px;
}
.item-product-meta-info .posted_in a:hover,
.item-product-meta-info .tagged_as a:hover
{
    color: #cca06f;
}
.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: '';
}
.product_detail-style-featured .content-page{
    padding-top: 0px;
}
.product-style-featured .more-details-btn{
    text-align: center;
}
.product-style-featured .detail-gallery .owl-carousel .owl-nav button.owl-prev,
.product-style-featured .detail-gallery .owl-carousel .owl-nav button.owl-next
{
  font-size: 60px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    margin-top: -30px;
}
.product-style-featured .detail-gallery{
    margin-bottom: 100px;
}
.product-style-featured .owl-carousel:hover .owl-nav button.owl-prev{
    left: 15px;
}
.product-style-featured .owl-carousel:hover .owl-nav button.owl-next{
    right: 15px;
}
.related-product{
    margin-top: 93px;
    margin-bottom: -33px;
}

.related-product .single-related-title{
    margin-bottom: 50px;
    font-size: 24px;
    text-transform: uppercase;
}

.related-product .owl-carousel .owl-nav button.owl-prev,
.related-product .owl-carousel .owl-nav button.owl-next{
    top: 37%;
}
.related-product .owl-carousel:hover .owl-nav button.owl-prev {
    left: 15px;
}
.related-product .owl-carousel:hover .owl-nav button.owl-next {
    right: 15px;
}


.tab-product-vertical .product-tab-title {
    border-right: 1px solid #e1e1e1;
    padding-right: 20px;
    min-width: 300px;
}
.tab-product-vertical .product-tab-content {
    padding-left: 30px;
    padding-right: 0px;
    flex-grow: 1;
    width: calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
}
.tab-product-vertical .product-tab-title li {
    margin-bottom: 30px;
}
.tab-product-vertical .product-tab-title li:last-child {
    margin-bottom: 0px;
}
.tab-product-vertical .product-tab-title li a {
    position: relative;
    font-size: 20px;
}
.tab-product-vertical .product-tab-title li a:before {
    position: absolute;
    bottom: -1px;
    left: 0px;
    z-index: -1;
    width: 40px;
    height: 1px;
    background: #cca06f;
    content: '';
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.tab-product-vertical .product-tab-title li a:hover:before {
    width: 100%;
}
.tab-product-vertical .product-tab-title li a:hover {
    color: #1a1a1a;
}
.tab-product-vertical .product-tab-title li.active a {
    color: #cca06f;
}
.tab-product-vertical {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    margin-top: 100px;
}


.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: #fafafa;
    border-radius: 0px;
    border: none;
    border-top: 1px solid #e1e1e1;
    border-bottom: 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:#1a1a1a;
}
.tab-product-accordion .ui-accordion .ui-accordion-header:hover a:link,
.tab-product-accordion .ui-accordion .ui-accordion-header:hover .ui-icon
{
    color:#cca06f;
}
.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
}
.tab-product-accordion .ui-accordion .ui-accordion-content{
    border: none;
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
    width: 100%;
    padding: 25px 20px;
    overflow-x: hidden;
}
.tab-product-accordion.tab-product-accordion2 .ui-accordion .ui-accordion-content{
    padding: 25px 0px;
}
.tab-product-accordion2 .ui-accordion .ui-accordion-content iframe{
    width: 100%;
}
.tab-product-accordion .ui-icon {
    height: 59px;
    line-height: 60px;
    font-size: 20px;
    width: auto;
    margin: 0px;
    color: #1a1a1a;
}
.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: #cca06f;
}
.tab-product-horizontal,.tab-product-vertical,.tab-product-accordion{
    margin-top: 100px;
}
.tab-product-accordion2 {
    margin-top: 30px;
}
.tab-product-accordion .ui-icon, .tab-product-accordion .ui-widget-content .ui-icon{
    background-image:none;
}
.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;
}

.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;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}
.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;
}
.comment_tab-product-accordion2{
    margin-top: 100px;
}
.comment_tab-product-accordion2 >h3{
    margin-bottom: 60px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 12px;
    position: relative;
}
.comment_tab-product-accordion2 >h3:after{
   content: '';
    height: 1px;
    width: 100px;
    background: #cca06f;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
    margin-bottom: 0px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p{
    margin-bottom: 25px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p:last-child{
    margin-bottom: 0px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description{
    margin-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist >li.review {
    margin-bottom: 50px;
}
.woocommerce #reviews #comments ol.commentlist >li.review:last-child{
    margin-bottom: 0px;
}
.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: #1a1a1a;
    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: #cca06f;
    height: 48px;
    line-height: 48px;
    padding: 0px 40px;
    min-width: 190px;
    border: none;
    text-transform: uppercase;
    border-radius: 0px;
    text-align: center;
    font-weight: 400;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.woocommerce #review_form #respond .form-submit input:hover{
    color: #fff;
    background: #1a1a1a;
}
.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;
}
.banner-info-about{
    margin-top: 100px;
    margin-bottom: 95px;
}
.banner-about .banner-slider{
    margin: 0px 30px;
}
.banner-info-about .adv-thumb-link{
    max-width: 550px;
}
.animation-image-s1 .adv-thumb-link{
    overflow: inherit;
}
.animation-image-s1 .adv-thumb-link:before{
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    background: #040a1f;
    position: absolute;
    left: 80px;
    top: 80px;
}
.animation-image-s1 .banner-advs{
    padding-right: 80px;
    padding-bottom: 80px;
}
.animation-image-s1 .adv-thumb-link img,
.animation-image-s1 .adv-thumb-link:before
{
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.animation-image-s1:hover .adv-thumb-link img{
    transform: translate(80px,80px);
    -webkit-transform: translate(80px,80px);
}
.animation-image-s1:hover .adv-thumb-link:before{
    transform: translate(-80px,-80px);
    -webkit-transform: translate(-80px,-80px);
}
.banner-info-about .info-about{
    padding-left: 30px;
    padding-right: 70px;
}
.info-about .title2{
    line-height: 56px;
    margin-top: 22px;
    margin-bottom: 22px;
}
.info-about .button-link1{
    margin-top: 55px;
}
.item-service-style1 .info-service h3{
    margin-top: 12px;
    margin-bottom: 15px;
}
.item-service-style1:hover .icon-link,
.item-service-style1:hover .info-service h3 a{
   color: #1a1a1a;
}

.item-service-style1 .info-service .description{
    padding: 0px 15px;
}
.service-about-page{
    margin-bottom: 65px;
}
.service-about-page .item-service-style1{
    margin-bottom: 30px;
}
.banner-contact-page .banner-advs{
    padding: 0px 30px;
}
.info-contact-page{
    margin-top: -500px;
}

.info-contact-page .title-contact   {
    margin-bottom: 40px;
}
.info-contact-page .desc-contact{
    max-width: 510px;
}
.info-contact-page .vc_row .wpb_column {
    margin-bottom: 55px;
}
.contact-form-custom .wpcf7{
    padding: 0px 150px;
}

.contact-form-custom .wpcf7 select,
.contact-form-custom .wpcf7 input{
    height: 60px;
    padding: 0px 30px;
}
.contact-form-custom .wpcf7 textarea{
    padding: 20px 30px;
}
.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-form-control-wrap{
    margin-bottom: 30px;
    display: inherit;
}
span.wpcf7-not-valid-tip{
    font-size: 14px;
    margin-top: 5px;
}
.contact-form-custom{
    margin-top: 100px;
    margin-bottom: 100px;
}
.header-form-contact h2{
    margin-top: 25px;
    margin-bottom: 45px;
}
button.gm-control-active{
    padding: 0px!important;
}
.pagi-number-style .owl-dots{
    display: none;
}
.pagination-number .count:before{
    content: '/';
}
.pagination-number .count{
    color: #ccc;
}
.banner-slider-home1 .banner-slider{
    padding: 0px 30px;
}

.banner-slider-home1 .pagination-number{
    margin-top: -60px;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
}

.banner-silder-home6 .pagination-number{
    margin-top: -60px;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
}
.banner-silder-home6 .pagination-number .color-1a{
   color: #fff;
}
.content-banner-slider .title1{
    font-size: 112px;
    margin: 0px;
    display: inline-block;
}
.content-banner-slider .title2{
    margin-top: -10px;
    margin-bottom: 20px;
}
.content-banner-slider .description {
    max-width: 660px;
    margin: auto;
    margin-bottom: 55px;
}
.owl-carousel.navi-nav-style2 .owl-nav button.owl-prev,
.owl-carousel.navi-nav-style2 .owl-nav button.owl-next{
    font-size: 60px;
    opacity: 0;
    margin-top: -30px;
}

.owl-carousel.navi-nav-style2:hover .owl-nav button.owl-next ,
.owl-carousel.navi-nav-style2:hover .owl-nav button.owl-prev
{
    opacity: 0.3;
}
.owl-carousel.navi-nav-style2 .owl-nav button.owl-prev:hover,
.owl-carousel.navi-nav-style2 .owl-nav button.owl-next:hover{
    opacity: 1;
}
.owl-carousel.navi-nav-style2 .owl-nav button {
    width: 60px;
    height: 60px;
}
.banner-slider:hover .owl-theme.navi-nav-style2 .owl-nav button.owl-prev {
    left: 20px;
}
.banner-slider:hover .owl-theme.navi-nav-style2 .owl-nav button.owl-next {
    right: 20px;
}
.owl-carousel .owl-item .custom-image-position img{
    width: auto;
}
.custom-image-position{
    position: absolute;
    bottom: 0;
    left: 0;
}
.text-banner1-home1{
    padding: 80px;
    background: #f5f5f5;
}
.text-banner1-home1 h2{
    line-height: 48px;
    margin-top: 20px;
    margin-bottom: 17px;
}
.text-banner1-home1 .button-link2{
    margin-top: 55px;
}
.parallax-paroller{
    transition: transform 1s linear;
}
.box-banner1-home1 .parallax-paroller-text{
    margin-top: 250px;
}
.box-banner1-home1 .banner-advs{
    margin-right: -110px;
}
.banner1-home1 .banner-info{
    top: auto;
    bottom: 35px;
    left: 65px;
}
.box-banner1-home1 {
    margin-top: 120px;
    margin-bottom: 120px;
}
.box-title-home h2{
    line-height: 56px;
    max-width: 690px;
    margin: auto;
    margin-top: 22px;
}
.product1-home1{
    margin-top: 45px;
    margin-bottom: 83px;
}
.product1-home1 .owl-carousel .owl-nav button{
    top: 37%;
}
.banner2-home1 .page-view-thumb{
   position: absolute;
    left: 150px;
    margin-bottom: 0px;
    margin-top: -10px;
}
.banner2-home1 .banner-advs{
    margin: 0px 30px;
    background-size: cover;
    padding: 185px 0px 240px 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.banner2-home1{
    margin-bottom: 120px;
}
.text-banner2-home1{
    padding-left: 80px;
}
.text-banner2-home1 h2 {
    line-height: 56px;
    margin-top: 22px;
    margin-bottom: 17px;
}
.text-banner2-home1 p.title14 {
   letter-spacing: 1px;
}
.text-banner2-home1 .link-button-line {
    margin-top: 50px;
}
.banner-advs .page-view-info p:last-child{
    margin-bottom: 0px;
}
.banner2-home1 h4 {
    font-size: 190px;
    display: inline-block;
    position: absolute;
    right: -270px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    bottom: -95px;
}

.banner2-home1 h4 span {
    display: inline-block;
}
.banner2-home1 .banner-advs:before{
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    height: 1px;
    background: #CCA06F;
    content: "";
    z-index: 1;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.banner2-home1 .banner-advs:after{
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    content: "";
    height: 1px;
    background: #CCA06F;
    z-index: 1;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.banner2-home1 .banner-advs .chan:before{
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    width: 1px;
    background: #CCA06F;
    content: "";
    z-index: 1;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.banner2-home1 .banner-advs .chan:after{
    position: absolute;
    bottom: 30px;
    top: 30px;
    right: 30px;
    content: "";
    width: 1px;
    background: #CCA06F;
    z-index: 1;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.banner2-home1 .banner-advs:hover:after,
.banner2-home1 .banner-advs:hover:before,
.banner2-home1 .banner-advs:hover .chan:after,
.banner2-home1 .banner-advs:hover .chan:before
{
    transform: scale(1);
    -webkit-transform: scale(1);
}
.box-banner3-home1 .wpb_wrapper{
    margin: auto 0px;
}
.box-banner3-home1 .banner-advs{
    margin-right: 30px;
}
.banner3-home1 .banner-info,
.banner4-home1 .banner-info {
    position: static;
}
.banner3-home1 h2 {
    position: absolute;
    top: 48px;
    left: 40px;
    display: inline-block;
}
.banner3-home1 h3 {
    right: 40px;
    bottom: 40px;
    left: auto;
    top: auto;
    position: absolute;
}
.banner4-home1 h2 {
    position: absolute;
    top: 48px;
    left: 40px;
    display: inline-block;
}
.banner4-home1 h3 {
    right: 40px;
    bottom: 40px;
    left: auto;
    top: auto;
    position: absolute;
}
.group-banner3-4-home1{
    margin-bottom: 120px;
}
@-webkit-keyframes circle_hover {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle_hover {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
.hover-circle .adv-thumb-link::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.hover-circle:hover .adv-thumb-link::before {
    -webkit-animation: circle_hover .75s;
    animation: circle_hover .75s;
}
.testimonial-home1{
    margin-right: 30px;
    margin-left: 30px;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 120px;
}
.testimonial-home1 .element-text-block  {
    max-width: 750px;
    margin: auto;
}

.testimonial-home1 .element-text-block h3 {
    line-height:36px;
    margin-bottom: 15px;
}
.testimonial-home1{
    padding-top: 250px;
    padding-bottom: 210px;
}
.testimonial-home1:before{
    content: '';
    height: 60px;
    width: 1px;
    background: #fff;
    left: 0;
    right: 0;
    top:165px;
    margin: auto;
    position: absolute;
}
.testimonial-home1:after{
    content: '';
    height: 60px;
    width: 1px;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 125px;
    margin: auto;
    position: absolute;
}

.testimonial-home1 .sv-slider:before{
    content: "\f2ce";
    font: normal normal normal 16px/1 LineAwesome;
    color: #cca06f;
    opacity: 0.3;
    left: 0;
    right: 0;
    top: -160px;
    margin: auto;
    font-size: 123px;
    position: absolute;
}

.post1-home1 .item-post-grid-style1 .font-title{
    margin-bottom: 17px;
}
.post1-home1 .item-post-grid-style1 .meta-data-blog-style2 {
    margin-bottom: 5px;
}
.post1-home1 .item-post-grid-style1 .post-thumb {
    margin-bottom: 23px;
}
.post1-home1 .list-post-wrap .wrap-item .item-post {
    padding: 0 30px;
}
.post1-home1{
    margin-top: 45px;
    margin-bottom: 83px;
}
.post1-home1 .list-post-wrap{
    margin-left: -30px;
    margin-right: -30px;
}
.brands-home1 .owl-carousel .owl-item img{
    width: auto;
    margin: auto;
}
.brands-home1{
    padding: 100px 0px;
    background: #f5f5f5;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
}
/*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;
}

.extra-link-hover1 .addcart-link i{
   margin-left: 5px;
}

.content-banner-slider2 .title2,
.content-banner-slider5 .title2
{
    padding-left: 60px;
}
.content-banner-slider3 .title2{
    padding-left: 60px;
}
.content-banner-slider2 .description,
.content-banner-slider5 .description
{
    max-width: 520px;
    margin-left: 0px;
}
.content-banner-slider3 .description {
    max-width: 520px;
    margin-left: 0px;
}
.banner-slider-home2 .pagination-number ,
.banner-slider-home5 .pagination-number
{
    margin-top: -60px;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
}
.content-banner-slider2 .slider-content-text{
    margin-top: 40px;
}
.content-banner-slider5 .slider-content-text{
    margin-top: -20px;
}
.product1-home2 .vc_col-sm-4 .vc_column-inner{
    margin: auto;
}
.product1-home2{
    margin-top: 120px;
    margin-bottom: 120px;
}

.owl-carousel.navi-nav-style3 .owl-nav button.owl-prev,
.owl-carousel.navi-nav-style3 .owl-nav button.owl-next{
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    border: 1px solid #6a6a6a;
    opacity: 1;
    font-size: 24px;
    color: #6a6a6a;
}
.owl-carousel.navi-nav-style3 .owl-nav button.owl-next{
    right: -90px;
}
.owl-carousel.navi-nav-style3 .owl-nav button.owl-prev{
    left: -90px;
}
.owl-carousel.navi-nav-style3:hover .owl-nav button.owl-next
{
    right: 15px
}
.owl-carousel.navi-nav-style3:hover .owl-nav button.owl-prev
{
    left: 15px;
}
.owl-carousel.navi-nav-style3 .owl-nav button.owl-prev:hover,
.owl-carousel.navi-nav-style3 .owl-nav button.owl-next:hover{
    color: #ffffff;
    background: #6a6a6a;
}
.product1-home2 .owl-carousel.navi-nav-style3:hover .owl-nav button.owl-next{
    right: -30px;
}
.product1-home2 .owl-carousel.navi-nav-style3:hover .owl-nav button.owl-prev{
    left: -30px;
}

.product1-home2 .owl-carousel .owl-nav button{
    top: 39%
}
.banner1-home2 .banner-info{
    top: auto;
    left: auto;
    bottom: 35px;
    right: 35px;
}
.category-home2{
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom: 120px;
}
.category-home2 .vc_column_container>.vc_column-inner {
    padding-left: 30px;
    padding-right: 30px;
}
.category-home2 .vc_row{
    margin-left: -45px;
    margin-right: -45px;
}
.category-home2 .category-center-pos
{
   margin-top: 140px;
}
.element-categories-box- h3{
    margin-top: 20px;
    margin-bottom: 13px;
}
.category-home2 .element-categories-box-{
    margin-bottom: 45px;
}
.category-home2 .element-categories-box-:last-child{
    margin-bottom: 0px;
}
.category-home2 .box-title-home{
    margin-bottom: 30px;
}
.tab-7up-style1 .nav-tabs>li>a {
    border: none;
    font-size: 18px;
    color: #999999;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}
.tab-7up-style1 .title-tab > li {
    margin: 0 30px;
    float: none;
}
.tab-7up-style1 .title-tab{
    margin: 0 -30px;
}
.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
{
    background: transparent;
    border:none;
    color: #cca06f;
}
.tab-7up-style1 .nav-tabs>li>a:hover{
    color: #1a1a1a;
    background: transparent;
    border:none;
}
.product-tab-home2 {
    margin-top: 40px;
    margin-bottom: 83px;
}
.product-tab-home2 .tab-header{
    margin-bottom: 53px;
}
.product-tab-home2 .owl-carousel .owl-nav button{
    top: 37%;
}
.banner2-home2 h3{
    font-size: 100px;
    margin: 0px;
}
.box-banner2-3-home2 .banner2-home2{
    margin-right: -140px;
    z-index: 4;
    margin-top: -30px;
}
.banner2-home2 .banner-info{
    top: auto;
    bottom: -105px;
}
.box-banner2-3-home2 .banner3-home2{
    margin-top: 130px;
}
.banner3-home2 .banner-info{
    height: 150px;
    text-align: center;
    left: 80px;
    max-width: 400px;
}
.banner3-home2 .banner-info h2{
    font-size: 56px;
    margin-top: 0px;
    margin-bottom: 7px;
}
.box-banner2-3-home2 .vc_col-sm-5{
    z-index: 1;
}
.box-banner2-3-home2{
    margin-bottom: 120px;
}
.instagram-home2 .vc_column_container>.vc_column-inner{
    padding: 0px 30px;
}
.instagram-home2.vc_row{
    margin-left: -30px;
    margin-right: -30px;
}
.instagram-home2 .follow-instagram li{
    max-width: 100%;
}
.instagram-home2{
    margin-top: 35px;
}
.instagram-home2 .instagram-left,
.instagram-home2 .instagram-right
{
    margin-top: 30px;
}
.instagram-home2 .instagram-center
{
    margin-top: 70px;
}
.service-home2 .item-service-style1{
    margin-top: 30px;
}
.service-home2 {
    margin-top: 70px;
}
.service-home2 .item-service-style1 .info-service h3 {
    font-size: 18px;
}
.content-banner-slider3 .banner-info>.container{
    max-width: 100%;
}
.content-banner-slider3 .slider-content-text {
    padding-left: 85px;
}
.banner-slider-home3 .banner-slider .banner-info{
    right: auto;
}
.banner-slider-home3 .pagination-number {
    margin-top: -90px;
    z-index: 1;
    position: absolute;
    left: auto;
    right: 50px;
}
.banner-slider-home3 .pagination-number .color-1a{
   color: #fff;
}
.product1-home3 .owl-stage-outer{
    margin-right: -90px;
}
.product1-home3 .product-slider-view{
    margin-left: 120px;
    margin-right: 90px;
}
.product1-home3 .product-slider-view .owl-item:nth-child(2n) .item{
    padding: 0 42px;
}
.product1-home3 .box-title-home{
    margin-left: 120px;
    margin-bottom: 45px;
}

.product1-home3 .box-title-home h2{
    margin-left: 0;
}
.product1-home3{
    padding-top: 120px;
    padding-bottom: 100px;
    background-size: cover;
    background-attachment: fixed;
}
.product1-home3 .owl-carousel.navi-nav-style3 .owl-nav button.owl-prev,
.product1-home3 .owl-carousel.navi-nav-style3:hover .owl-nav button.owl-prev{
    left: -22px;
}
.product1-home3 .owl-carousel.navi-nav-style3 .owl-nav button.owl-next,
.product1-home3 .owl-carousel.navi-nav-style3:hover .owl-nav button.owl-next{
    right: -22px;
}
.product1-home3 .owl-carousel .owl-nav button{
    top: 36%;
}
.banner1-home3{
    text-align: center;
    z-index: 1;
}
.banner1-home3 .banner-info {
    height: 100px;
    opacity: 0.3;
    z-index: -1;
    transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.banner1-home3 .banner-info h3{
    font-size: 130px;
    margin: 0px;
}
.banner1-home3 .adv-thumb-link > img {
    display: initial;
    width: auto;
}
.banner1-home3:hover .banner-info{
    z-index: 1;
    opacity: 1;
}
.banner1-home3:hover .banner-info h3{
    text-shadow: 2px 2px 1px #fff;
}
.box-banner1-home3 .element-text-block  h2{
    line-height: 56px;
    margin-top: 24px;
    margin-bottom: 16px;
}
.box-banner1-home3 .element-text-block .button-link2{
    margin-top: 30px;
}
.box-banner1-home3 .element-text-block {
    margin-top: 40px;
}
.box-banner1-home3 {
    padding-top: 115px;
    padding-bottom: 88px;
    margin-bottom: 120px;
}
.banner2-3-home3{
    margin-bottom: 120px;
}
.banner2-3-home3 .box-title-home{
    margin-bottom: 46px;
}
.banner2-3-home3 .box-title-home h2 {
    max-width: 550px;
    margin-left: 0;
}
.banner2-3-home3 .post-left .wpb_wrapper{
    padding-right: 30px;
}
.banner2-3-home3 .post-right .wpb_wrapper{
    padding-left: 30px;
}

.banner2-home3 .price {
    margin-top: 15px;
    margin-bottom: 33px;
    display: block;
}
.banner2-home3 .banner-info  {
    top: 60px;
    left: 60px;
    bottom: auto;
    right: auto;
}
.banner-countdown-home3 .countdown-style-default{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
}
.banner-countdown-home3 .price {
    margin-top: 15px;
    margin-bottom: 33px;
    display: block;
}
.banner-countdown-home3 .banner-info  {
    top: 60px;
    left: 60px;
    bottom: auto;
    right: auto;
}
.banner2-3-home3 .post-right .banner2-home3{
    margin-bottom: 60px;
}/*
.banner3-home3 .price {
    margin-top: 15px;
    margin-bottom: 33px;
    display: block;
}
.banner3-home3 .banner-info  {
    padding-top: 60px;
    padding-left: 60px;
}*/


.countdown-style-default .time-countdown .text{
    display: none;
}
.countdown-style-default .time_circles>div{
    width: auto!important;
    display: inline-block;
    margin-right: 17px;
    font-weight: 600;
    line-height: 56px;
    text-align: center;
    border-radius: 6px;
    font-family: cormorant-garamond, serif;
    font-size: 48px;
    color: #cca06f;
}
.countdown-style-default .time_circles>div:after{
   content: ':';
    margin-left: 17px;
}
.countdown-style-default .time_circles>div:last-child:after{
  display: none;
}

.mailchimp-home3{
    border: 1px solid #1a1a1a;
    padding: 25px 40px 35px;
}
.mailchimp-home3 .element-text-block  h2{
    margin-bottom: 5px;
}
.mailchimp-home3 .mailchimp-style-line{
    margin-top: 23px;
    max-width:100%;
}
.mailchimp-home3 .mailchimp-style-line button:after{
    content: "\f274";
    color: #cca06f;
    font-size: 24px;
}
.testimonial-home3{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.brands-home3,
.footer-style3{
    margin-left: 0px;
    margin-right: 0px;
}
.banner-slider-home4 .owl-carousel.navi-nav-style2:hover .owl-nav button.owl-next,
.banner-slider-home4 .owl-carousel.navi-nav-style2:hover .owl-nav button.owl-prev{
    color: #fff;
    opacity: 0.8;
}
.banner-slider-home4 .owl-carousel.navi-nav-style2:hover .owl-nav button.owl-next:hover,
.banner-slider-home4 .owl-carousel.navi-nav-style2:hover .owl-nav button.owl-prev:hover{
    color: #fff;
    opacity: 1;
}
.banner-slider-home4 .pagination-number {
    margin-top: -60px;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
}
.banner-slider-home4 .pagination-number .color-1a{
   color: #fff;
}
.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: 100px 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(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fff",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;
}

.extra-link-hover2-1 a.quickview-link, .extra-link-hover2-1 a.wishlist-link {
    height: 45px;
    line-height: 45px;
    width: 45px;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    display: block;
    text-align: center;
    background: #fff;
}
.extra-link-hover2-1 a.quickview-link:hover, .extra-link-hover2-1 a.wishlist-link:hover {
    background: #1a1a1a;
    border-color: #1a1a1a;
    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: #1a1a1a;
    font-size: 14px;
    display: inline-block;
    background: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0px!important;
    border: 1px solid #1a1a1a;
    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: 500;
    letter-spacing: 1px;
}
.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: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
}
.item-product-grid-style2:hover .attribute_data-style1 {
    opacity: 1;
    right: 10px;
}
.product1-home4 .owl-carousel .owl-nav button{
    top: 95%;
}
.banner-style-video:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    background: rgba(0, 0, 0, 0.4);
}
.banner-style-video .icon-play{
    color: #fff;
    font-size: 72px;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    padding: 0px;
    line-height: 120px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.banner-style-video .icon-play .la:before {
    content: "\f2be";
}
.banner-style-video .icon-play.stop .la:before {
    content: "\f2ad";
}
.banner-style-video .icon-play:hover{
    color: #fff;
    background: #cca06f;
    border-color: #cca06f;
}
.banner-style-video video{
    width: 100%;
    background-size: contain;
}
.banner-style-video .banner-info{
    height: 200px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.banner-style-video{
    margin-bottom: -20px;
    margin-top: -20px;

}
.banner-video-home4 h2{
    margin-bottom: 40px;
}
.banner-video-home4 .banner-style-video .banner-info{
    opacity: 0;
}
.banner-video-home4 .banner-style-video:hover .banner-info{
    opacity: 1;
}
.banner-slider-home5{
    margin-bottom: 120px;
}
.banner-1-2-3-4-home5 .banner-advs,
.product-before-content .banner-advs
{
    margin-bottom: 30px;
}
.banner1-home5 h2,
.banner2-home5 h2,
.banner3-home5 h2,
.banner4-home5 h2{
    line-height: 48px;
    margin-bottom: 40px;
}
.banner1-home5 h2,
.banner4-home5 h2{
    margin-top: 18px;
}
.banner1-home5 .banner-info {
    left: 40px;
    top: 80px;
    right: auto;
    bottom: auto;
}
.banner2-home5 .banner-info {
    left: auto;
    right: 50px;
    height: 180px;
    text-align: right;
}
.banner3-home5 .banner-info {
    margin: auto;
    height: 180px;
    text-align: center;
}
.banner4-home5 .banner-info {
    left: 40px;
    top: 120px;
    right: auto;
    bottom: auto;
}
.banner-1-2-3-4-home5{
    margin-bottom: 90px;
}
.banner-video-home5 h3{
    font-size: 180px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.banner-video-home5 .banner-style-video:before{

}
.banner-video-home5 .banner-style-video .banner-info{
    height: 400px;
}
.banner-video-home5 .banner-style-video .icon-play{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    left: 0;
    right: 0;
}

.banner-video-home5 .banner-style-video:hover .icon-play{
    opacity: 1;
}

.banner-video-home5 .banner-style-video:hover h3{
    opacity: 0;
}
.banner-video-home5{
    margin-bottom: 120px;
}

.banner-silder-home6 .owl-carousel:hover .owl-nav button.owl-next,
.banner-silder-home6 .owl-carousel:hover .owl-nav button.owl-prev{
    color: #fff;
    opacity: 0.6;
}
.banner-silder-home6 .owl-carousel:hover .owl-nav button.owl-next:hover,
.banner-silder-home6 .owl-carousel:hover .owl-nav button.owl-prev:hover{
    opacity:1;
}
.banner-silder-home6{
    margin-bottom: 120px;
}
.banner1-home6 h2,
.banner2-home6 h2,
.banner3-home6 h2{
    margin-bottom: 10px;
}
.banner1-home6 .page-view-thumb,
.banner2-home6 .page-view-thumb,
.banner3-home6 .page-view-thumb
{
    margin-bottom: 32px;
}
.banner2-home6{
    margin-bottom: 120px;
    margin-left: 30px;
}
.banner1-home6 {
    margin-bottom: 120px;
    margin-right: 30px;
}
.banner3-home6 {
    margin-bottom: 120px;
}
.product1-home6{
    background: #040a1f;
    padding: 120px 0px 85px;
}
.product1-home6 .product-slider-view{
    margin-top: 45px;
}
.product1-home6 .product-title .color-1a{
    color: #fff;
}
.product1-home6 .product-title .color-1a:hover{
    color: #cca06f;
}
.product1-home6 .list-cats-item .color:hover{
    color: #fff;
}
.product1-home6 .owl-carousel:hover .owl-nav button.owl-next{
    color: #fff;
    opacity: 0.6;
    right: -45px;
}
.product1-home6 .owl-carousel:hover .owl-nav button.owl-prev{
    color: #fff;
    opacity: 0.6;
    left: -45px;
}
.product1-home6 .owl-carousel .owl-nav button{
    top: 36%;
}
.product1-home6 .owl-carousel .owl-nav button.owl-prev,
.product1-home6 .owl-carousel .owl-nav button.owl-next{
    font-size: 48px;
    width: 50px;
    height: 50px;
}
.product1-home6 .owl-carousel .owl-nav button.owl-prev:hover,
.product1-home6 .owl-carousel .owl-nav button.owl-next:hover{
    opacity: 1;
    color: #fff;
}
.instagram-home6 .follow-instagram{
    margin: -15px;
}
.instagram-home6 .follow-instagram li{
    max-width: 300px;
    margin: 15px;
}
.instagram-home6 {
    background-repeat: no-repeat;
    background-position: right;
}
.instagram-home6 .box-title-home a{
   font-size: 72px;
}
.instagram-home6 h3.parallax-paroller{
   font-size: 320px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    height: 300px;
    right: -40px;
    display: inline-block;
    opacity: 0.3;
}
.instagram-home6 {
    padding: 120px 0px 0px;
}
.instagram-home6 .instagram-info6 .wpb_wrapper{
    margin: auto;
}
.service-home6{
    margin-top: 85px;
}
.service-home6 .item-service-style1{
    margin-top: 30px;
}
.service-home6 .item-service-style1 .info-service h3{
    font-size: 18px;
}
.item-product-grid-style3 .extra-link-hover1{
    position: absolute;
    bottom: 0px;
    top: 0px;
    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: 20px;
}
.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 .product-thumb:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    background: rgba(255, 255, 255, .9);
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;

}
.item-product-grid-style3:hover .product-thumb:before {
   opacity: 1;

}
.woocommerce a.link-button-line.addcart-link{
    color: #1a1a1a;
    background: transparent;
    height:auto;
    line-height:100%;
    padding: 0px!important;
    font-weight: 400!important;
}
.woocommerce a.link-button-line.addcart-link:after{
    background: #1a1a1a;
    height: 1px;
}

/* 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;
}
.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-cart4 .more-details-btn
{
    height: 25px;
}
.item-product-grid-style4 .product-info:hover .more-details-btn {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}
.hover-desr-cart4 .hover-desr4.hover-desr-click_on{
    max-height: none;
}
.hover-desr-click .more-details-btn{
    display: block;
}
.hover-desr-click_on .more-details-btn{
    display: none;
}
.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 #1a1a1a;
    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;
}
.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;
}
.item-product-grid-style4:hover .extra-link-hover4{
    bottom: 0;
    opacity: 1;
}

/* 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;
    margin-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: 30px;
    line-height: 30px;
    width: 30px;
    padding: 0px!important;
    font-size: 30px;
    background: transparent;
    color: #1a1a1a;
}
.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 .product-info{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
}
.item-product-grid-style6 .product-info .product-info-sub{
    position: relative;
    padding: 15px 20px;
    z-index: 8;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.7) 25%, rgba(255,255,255,0.2) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.7) 25%, rgba(255,255,255,0.2) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.7) 25%, rgba(255,255,255,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.item-product-grid-style6 .product-info .product-info-sub:before{
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 0;
    background: rgba(255, 255, 255, 0.8);
    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: #1a1a1a;
}
.extra-link-hover6 a{
    height: 50px;
    line-height: 50px;
    width: 30px;
    padding: 0px;
    font-size: 24px;
    background: transparent;
    color: #1a1a1a;
    display: block;
    margin: auto;
    border-bottom: 1px solid #ebebeb;

}
.extra-link-hover6 {
    text-align: center;
    width: 50px;
    background: #fff;
    position: absolute;
    bottom: 20px;
    right: 0px;
    opacity: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.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)
}
.header-category1 .bread-crumb-megapage{
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 115px;
}
.header-category1 .item-service-style1 .description{
    color: #d5d5d5;
}
.header-category1 .item-service-style1 .color
{
    color: #fff;
}
.header-category1 .item-service-style1:hover .color
{
    color: #cca06f;;
}
.header-category1 .wrap-bread-crumb
{
    min-height: 240px;
    background: transparent;
}
.header-category1 .wrap-bread-crumb .bread-crumb{
    padding-top: 50px;
}
.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: 850px;
    margin: auto;
}
.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   {
    padding-bottom: 95px;
    overflow: inherit;
    padding-top: 15px;
}
.header-category2 .owl-carousel .owl-nav button   {
    top: 32%;
}
.header-category2 .owl-carousel .owl-nav button.owl-next,
.header-category2 .owl-carousel .owl-nav button.owl-prev {
    color: #fff;
    opacity:0;
}
.header-category2 .owl-carousel:hover .owl-nav button.owl-next,
.header-category2 .owl-carousel:hover .owl-nav button.owl-prev {
    opacity:0.3;
}
.header-category2 .owl-carousel:hover .owl-nav button.owl-next:hover,
.header-category2 .owl-carousel:hover .owl-nav button.owl-prev:hover{
    color: #fff;
    opacity: 1;
}
.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 .element-categories-box-style2{
    margin: 0px 15px;
}
.banner-video-category3{
    margin-bottom: 0px;
}
.banner-video-category3 .banner-style-video {
    max-height: 600px;
}
.product-before-content{
    margin-bottom: -30px;
    margin-top: 100px;
}
.product-after-content{
 margin-bottom: 0px;
}
.product-after-content .banner-style-video{
    margin-left: 30px;
    margin-right: 30px;
}



.final-countdown .clock {
    min-width: 60px;
    height: 60px;
    background:#f5f5f5;
    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: 'Poppins', sans-serif;
    color: #cca06f;
    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;
}
.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: 13px;
    width: 50px;
    margin-top: 10px;
}
.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;
}
.content-menu-blog .wpb_widgetised_column{
    margin-bottom: 0px;
}
.content-menu-blog{
    margin-top: 25px;
    margin-bottom: 25px;
}
.content-menu-blog .widget-title{
    margin-bottom: 15px;
}
.content-menu-blog .widget_s7upf_bloglistpostswidget  .widget-title{
    margin-bottom: 30px;
}
.content-menu-shop{
    margin-top: 25px;
    margin-bottom: 15px;
}
.content-menu-shop .widget-title{
    margin-bottom: 15px;
}
.item-product-list:hover .attribute_data-style1{
    opacity: 1;
}
.hover-desr-list{
    position: relative;
    overflow: hidden;
    max-height: 135px;
}
.woocommerce-product-details__short-description{
    max-height: 120px;
}
.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;
}
.overflow-inherit{
    overflow: inherit!important;
}
.woocommerce-product-details__short-description{
    margin-bottom: 32px;
}
.woocommerce table.shop_attributes td {
    padding: 8px;
}
.woocommerce table.shop_attributes td p{
    padding: 0px;
}
.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: #1a1a1a;
    color: #fff;
}
.woocommerce a.remove {
    color:#d6b38c!important;
}
.woocommerce a.remove:hover {
    color: red!important;
    background: transparent;
}
.woocommerce-cart-form .shop_table_responsive .product-name{
    padding: 15px 10px;
}


/* 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;
}
.wcvendor-sold-by-meta a{
    color: #ccc;
}
.wcvendor-sold-by-meta a:hover{
    color: #cca06f;
}
.wcv_vendorslist .vendor_list a.button{
    line-height: 26px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    display: block;
    background: #cca06f;
    padding: 10px 15px;
}
.wcv_vendorslist .vendor_list a.button:hover{
    color: #fff;
    background: #1a1a1a;
}
.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%;
}
.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: #cca06f;
    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: #1a1a1a;
}

.vendor-shop-settings h2{
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0px;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.vendor-shop-settings h3{
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0px;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 30px;
}
.vendor-shop-settings p>b {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0px;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.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;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #1a1a1a;
}
.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: #cca06f;
    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-shop-settings input[type="submit"]:hover {
    color: #fff;
    background: #1a1a1a;
}
#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: #cca06f;
    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;
    text-transform: uppercase;
}
form .btn-inverse:hover {
    background: #1a1a1a;
    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: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0px;
    color: #1a1a1a;
    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: #cca06f;
    font-family: 'Poppins', sans-serif;
    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;
    font-weight: 500;
    border: none;
    display: inline-block;
}
.vendor-dashboard-page form .btn-inverse:hover{
    color: #fff;
    background: #1a1a1a;
}
.vendor-dashboard-page form {
    margin-bottom: 30px;
}
.vendor-dashboard-page .table-vendor-sales-report thead{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #1a1a1a;
}
.vendor-dashboard-page .table-vendor-sales-report thead th{
    font-weight: 500;
}
.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: #cca06f;
    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: #1a1a1a;
}
.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: #ccc;
    font-size: 12px;
}

.wcvendor-sold-by-meta label{
    font-size: 14px;
}
.main-nav > ul > li.mega-menu-current >a{
    color: #cca06f;
}
.main-nav > ul > li.mega-menu-current >a:before{
    content: '';
    height: 4px;
    position: absolute;
    left: 12px;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #cca06f;
    z-index: -1;
}

.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;
}
a.rtl-button{
    z-index: 9999;
    background: #cca06f;
    color: #fff;
    left: 0;
}
a.rtl-button:hover{
    background: #1a1a1a;
    color: #fff;
}
.rtl-button.active{
    color: #fff;
}
.logo-sentinal-default h1{
    font-style: italic;
    color: #1a1a1a;
    font-weight: 600;
    font-family: cormorant-garamond, serif;
    font-size: 36px;
    height: 120px;
    line-height: 110px;
    margin: 0px;
}
.header-main-menu-default{
    margin: 0px 30px;
}
.rss-widget-icon{
    margin-bottom: 5px;
}
.bread-crumb-title .fa-star{
    margin-left: 15px;
}
.comment-form-cookies-consent label{
    font-weight: 400;
}

/*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;
}
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*/
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;
}
.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 {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    position: relative;
}
.mini_cart_item .mini-cart-qty .woocommerce-Price-amount{
    font-weight: 600;
}
.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: #cca06f;
}
.mini_cart_item .product-title {
    margin-bottom: 10px;
}
.woocommerce ul.product_list_widget>li>a{
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 600;
    font-family: cormorant-garamond, serif;
}
.woocommerce ul.product_list_widget>li>a:hover{
    color: #CCA06F;
}
.compare-link.added{
    font-size: 0px!important;
}
.compare-link.added:before{
    content: "\f2d5";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 18px;
}
.wishlist-title h2{
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    margin-bottom: 20px;
    color: #1a1a1a;
}
.wishlist_table th.product-remove:before{
    content: "\f34c";
    font: normal normal normal 14px/1 LineAwesome;
}
.wishlist_table th.product-thumbnail:before{
    content: "Photo";
}
.wishlist_table th.product-remove{
    padding: 0px!important;
}
.wishlist_table th.product-price span{
   color: #1a1a1a;
    font-weight: 700;
}
.woocommerce-shipping-calculator .select2-container--default .select2-selection--single{
    border: 1px solid #e1e1e1;
    border-radius: 0px;
    height: 40px;
    line-height: 40px;
}
.woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height: 40px;
    padding-left: 10px;
}
.woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 40px;
}
.woocommerce form.checkout_coupon  .form-row input.input-text{
    height: 48px;
}
.main-page-404{
    border-top: 1px solid #e1e1e1;
}
.banner-content-featured{
    margin-top: 100px;
    padding: 0px 80px;
}
.banner2-before-content-featured{
    margin-left: 30px;
    margin-top: 140px;
}

.banner1-before-content-featured{
    margin-right: 30px;
}
.text-before-content-featured{
    padding: 0px 30px;
}
.text-before-content-featured .vc_column-inner{
    text-align: center;
    background: #040a1f;
    height: 745px;
}
.text-before-content-featured .element-text-block  {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 95px;
}
.text-before-content-featured .element-text-block .title72  {
    font-size: 72px;
    margin: 0px;
    line-height: 48px;
}

.text-before-content-featured .element-text-block p  {
    line-height: 48px;
}
.text-before-content-featured .element-text-block .link {
    position: relative;
    margin-top: 25px;
    display: inline-block;
    line-height: 24px;
}
.text-before-content-featured .element-text-block .link:before {
    content: '';
    height: 1px;
    width: 40px;
    background: #CCA06F;
    position: absolute;
    bottom: -5px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.text-before-content-featured .element-text-block .link:hover:before {
    width: 100%;
}
.text-before-content-featured .element-text-block .link:after {
    content: "\f121";
    font: normal normal normal 14px/1 LineAwesome;
    margin-left: 10px;
}
.banner-content-featured{
    margin-bottom: -360px;
    z-index: 1;
}
.wrap-bread-crumb.bg-transparent .bread-crumb-title{
    color: #1a1a1a;
}
#product360_css{
    display: none;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    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;

}
.main-logo-header7 {
    padding: 0px 30px;
}
.main-logo-header7 .logo-sentinal a{
    font-size: 48px;
}
.main-logo-header7 .search-account-cart-service>div>a,
.social-search-header7 .search-style-popup >a,
.social-search-header7 .social-list-style2  >h3,
.main-logo-header7 .logo-sentinal a{
    height: 100px;
    line-height: 100px;
}
.social-search-header7 .search-style-popup >a{
    font-size: 14px;
    text-transform: uppercase;
    color: #1a1a1a;
}
.social-search-header7>div{
    margin-right: 24px;
}
.social-search-header7>div:last-child{
    margin-right: 0px;
}
.menu-header7 .main-nav1 > ul > li > a {
    height: 100px;
    line-height: 100px;
}
.menu-header7 .main-nav1{
    margin-top: -37px;
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: 1px solid #ebebeb;
}
.menu-header7.fixed-header .main-nav1{
    margin-top: 0px;
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: none;
}
.social-list-style2 .social-list{
    display: none;
    margin: 0px -8px;
    margin-top: -30px;
    position: absolute;
}
.social-list-style2 .social-list a{
    padding: 0px 8px;
    cursor: pointer;
}
.social-list-style2.active-show .social-list {
    z-index: 9999;
}
.social-list-style2 .title-social{
    cursor: pointer;
}
.social-list-style2 .title-social i{
    margin-left: 5px;
}
.search-style-popup >a span{
    margin-right: 5px;
    display: inline-block;
}
.social-list-style2.active-show .la-angle-down:before {
    content: "\f113";
}
.product-scrollbar-view .box-title-desc{
    width: 365px;
    flex: 0 0 17%;
    align-self: center;
    padding-right: 20px;
    position: absolute;
    height: 95%;
    background-color: #fff;
    z-index: 99;
}
.product-scrollbar-view .box-title-desc>div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
}
.product-scrollbar-view  {
    flex: 0 0 100%;
    position: relative;
}
.product-scrollbar-view .products-wrap {
    width: 100%;
    margin: 0;
}
.product-scrollbar-view .product-scrollbar-js .product {
    width: 380px;
    float: left;
    padding: 0px 5px;
}
.product-scrollbar-view .mCustomScrollBox > .mCSB_scrollTools {
     width: 100%;
}


.product-scrollbar-view .mCustomScrollBox  .mCSB_dragger .mCSB_dragger_bar{
    background-color: #1a1a1a;
    opacity: 1;
    height: 3px;
    border-radius: 0;
}
.product-scrollbar-view .mCSB_scrollTools .mCSB_draggerRail{
    background-color: #e1e1e1;
    height: 3px;
    margin: 5px;
}
.product-scrollbar-view .product-them{
    height: 3px;
}
.product-home7 .product-scrollbar-view{
    margin: 0px 30px;

}
.product-scrollbar-view .box-title-desc h3{
    margin-bottom: 27px;
}
.product-scrollbar-view .box-title-desc .desc-block{
    font-style: italic;
}
.product-home7 .product-scrollbar-view .box-title-desc {
    width: 385px;
}
.text-banner1-home7{
    background: #EAE0DB;
    text-align: center;
}
.text-banner1-home7 .wpb_wrapper{
    margin-top: auto;
    margin-bottom: auto;
}

.text-banner1-home7 h3{
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #1a1a1a;
    margin-left: 50px;
    margin-right: 50px;
}
.text-banner1-home7 a{
    margin-top: 45px;
}
.banner1-home7{
    padding: 0px 30px;
    margin-top: 110px;
    margin-bottom: 110px;
}
.text-banner2-home7{
    background: #EAE0DB;
    text-align: center;
}

.text-banner2-home7 a{
    color: #1a1a1a;
    margin: 0px 20px;
    display: inline-block;
}

.text-banner2-home7 .wpb_wrapper{
    margin-top: auto;
    margin-bottom: auto;
}
.banner2-home7{
    padding: 0px 30px;
    margin-bottom: 110px;
}
.text-banner2-home7 h3{
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #1a1a1a;
    margin-left: 50px;
    margin-right: 50px;
}
.text-banner2-home7 .desc{
    max-width: 450px;
    margin: 0px auto;
    margin-top: 45px;
    margin-bottom: 50px;
}
.about-us-home7 .wpb_wrapper{
    border: 1px solid #1a1a1a;
    margin: 0px -1px
}
.about-us-home7 .element-text-block{
    max-width: 500px;
    margin: auto;
    min-height: 300px;
    padding-top: 60px;
}
.about-us-home7 {
    margin-bottom: 120px;
}
.about-us-home7 .desc{
    margin-top: 20px;
    margin-bottom: 40px;
}
.banner-video-home7{
    margin-top: 50px;
}
.category-box-home7 h4{
    margin-top: 30px;
    margin-bottom: 30px;
}
.category-box-home7 {
    margin-bottom: 110px;
    margin-top: 50px;
}
.category-box-home7 .element-text-block p a{
    margin-top: 35px;
    display: inline-block;
}
.banner-slider-home7 .slider-content-text{
    max-width: 500px;
    text-align: center;
}
.banner-slider-home7 .slider-content-text h2{
    margin-bottom: 15px;
}
.banner-slider-home7 .slider-content-text a{
    text-transform: uppercase;
}
.top-header7{
    padding-top: 10px;
    padding-bottom: 10px;
}
.banner-slider-home7 .owl-theme .owl-nav.disabled+.owl-dots{
    text-align: right;
    bottom: 0;
    position: absolute;
    right: 50px;
}
.banner-slider-home7 .owl-theme .owl-dots .owl-dot span{
    background: transparent;
    border: 1px solid #fff;
}

.banner-slider-home7 .owl-theme .owl-dots .owl-dot.active span,
.banner-slider-home7  .owl-theme .owl-dots .owl-dot:hover span{
    background: #fff;
}
.link-button-home7{
    display: inline-block;
    text-transform: uppercase;
    color: #1a1a1a;
    letter-spacing: 4px;
}
.item-product-grid-style7{
    position: relative;
    overflow: hidden;
}

.item-product-grid-style7 .product-info{
    position: absolute;
    bottom: 0;
    background: #040A20;
    left: 0;
    right: 0;
    padding: 0px 15px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.item-product-grid-style7:hover .product-info{
    padding: 20px 15px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)

}
.extra-link-hover7 a{
    color: #fff;
    text-transform: uppercase;
    letter-spacing:2px;
    padding: 0px 15px;
    border-right: 1px solid #fff;
}
.extra-link-hover7 a:hover{
    color: #cca06f;
}
.extra-link-hover7 a:last-child{
    border-right: none;
}
.attribute_data-style7{
    border-top: 1px solid #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
}
.attribute_data-style7.attribute_data-custom span {
    height: 18px;
    width: 18px;
    margin: 0px 10px;
    position: relative;
}

.item-product-grid-style7 .product-title {
    margin-bottom: 10px;
}
.item-product-grid-style7 span.active-att:before {
    content: '';
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    left: -4px;
    bottom: 0;
    top: 0;
    margin: auto;
    text-align: center;
}
.header-home8 .logo-sentinal a,
.header-home9 .logo-sentinal a
{
    height: 120px;
    line-height: 110px;
}
.header-home8 .logo-sentinal {
    margin-right: 30px;
}
.header-home8.vc_row {
    padding-left: 15px;
    padding-right: 15px;
}
.header-home8 .main-nav li.has-mega-menu > .mega-menu{
    width: 100vw!important;
}
.header-home8  .mega-menu .content-menu-blog{
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}
.link-slider-home8{
    border-bottom: 1px solid #fff;
}
.tab-7up-style3 .tab-header{
    position: relative;
}
.tab-7up-style3 .title-tab{
    background: #fff;
    margin-top: 30px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    width: 130px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 32px 0px rgba(0,0,0,.1);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    padding: 10px 0px;
}
.tab-7up-style3 .relative-pos:hover .title-tab {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.tab-7up-style3 .nav-tabs>li>a,
.tab-7up-style3 .nav-tabs>li.active>a,
.tab-7up-style3 .nav-tabs>li.active>a:focus,
.tab-7up-style3 .nav-tabs>li.active>a:hover
{
    background: transparent;
    border:none;
}
.tab-7up-style3 .nav-tabs>li.active>a,
.tab-7up-style3 .nav-tabs>li.active>a:focus,
.tab-7up-style3 .nav-tabs>li.active>a:hover
{
    background: transparent;
    border:none;
    color: #cca06f;
    display: block;
    margin: 0px;
}
.tab-7up-style3 .nav-tabs>li>a:hover{
    color: #1a1a1a;
    background: transparent;
    border:none;
}
.tab-7up-style3 .title-tab > li{
    display: block;
    float: none;
}
.tab-7up-style3 .current:after{
    font: normal normal normal 16px/1 LineAwesome;
    content: "\f110";
    margin-left: 10px;
}
.tab-7up-style3 .relative-pos{
  display: inline-block;
}
.tab-product-home8 .tab-header {
    text-align: center;
    margin-bottom: 60px;
}
.tab-product-home8 .tab-header >h3{
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 10px;
}
.relative-pos{
    position: relative;
}
.box-sevice-home8{
    margin: 0px 30px;
    background: #FAFAFA;
    padding-top: 25px;
    padding-bottom: 20px;
    margin-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
}
.box-sevice-home8 h3{
    margin-bottom: 10px;
}
.box-sevice-home8 p{
    max-width: 760px;
    margin: auto;
}
.tab-product-home8{
    margin-top: 120px;
}
.tab-product-home8 .adv-thumb-link > img{
    transition: all 3s ease-out 0s;
    -webkit-transition: all 3s ease-out 0s;
}
.text-box-cate-home8{
    padding-top: 80px;
    padding-left: 80px;
}
.cate-right-home8 .element-parent{
    position: absolute;
    bottom: 0px;
}
.text-box-cate-home8 h3{
    margin-bottom: 50px;
}
.item-product-grid-style8 .title-price{
    padding-right: 35px;
    padding-top: 15px;
    padding-left: 15px;
}
.item-product-grid-style8 .wishlist-link{
    position: absolute;
    right: 10px;
    top:10px;
    font-size: 18px;
}
.item-product-grid-style8 .product-price del,
.item-product-grid-style8 .product-price > span, .item-product-grid-style8 .product-price ins{
   font-weight: 400;
}
.item-product-grid-style8 .product-title {
    margin-bottom: 5px;
}
.item-product-grid-style8 .product-price {
    margin-bottom: 0px;
}
.item-product-grid-style8 .zoom-thumb img {
    transition: all 3s ease-out 0s;
    -webkit-transition: all 3s ease-out 0s;
}
.cate-left-home8 .banner-advs,
.cate-right-home8 .banner-advs
{
    padding-right: 5px;
    padding-left: 5px;
}
.vc_row-no-padding  .cate-box-home8.vc_inner{
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 110px;
}
.item-product-grid-style8:hover .attribute_data-style1{
    opacity: 1;
}
.vc_row-no-padding .vc_inner.product-home8{
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 100px;
}
.product-home8 .new-now{
    margin-bottom: 20px;
}
.product-home8 .owl-carousel .owl-stage-outer{
    overflow: visible;
}
.group-navi .owl-nav button.owl-prev {
    left: -7px;
    opacity: 0.3;
}
.group-navi .owl-nav button.owl-next {
    right: -7px;
    opacity: 0.3;
}
.vc_row-no-padding .vc_inner.banner1-home8{
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 110px;
}
.banner1-home8 .element-text-block h2{
    margin-bottom: 40px;
}
.banner1-home8 .element-text-block h3{
    margin-bottom: 10px;
}
.banner1-home8 .element-text-block a{
    margin-top: 50px;
}
.link-line-home8{
    display: inline-block;
    border-bottom: 1px solid #1a1a1a;
    font-weight: 600;
    line-height: 18px;
}
.link-line-home8:hover{
    border-color: #cca06f;
}
.banner1-home8 .wpb_wrapper{
    margin-top: auto;
    margin-bottom: auto;
}
.banner1-home8 .element-text-block{
    max-width: 800px;
    padding-right: 15px;
}
.product2-home8{
    padding: 0px 30px;
}
.product2-home8 .element-text-block  h2{
    margin-bottom: 20px;
}
.product2-home8 .owl-carousel .owl-stage-outer{
    overflow: visible;
}

.product2-home8 .element-text-block {
    position: relative;
}
.product2-home8 .link-line-home8{
    position: absolute;
    top: 12px;
    right: 0;
}
.product2-home8{
    margin-bottom: 100px;
}
.footer-home8{
    border-top:1px solid #ebebeb ;
    padding-top: 55px;
    padding-bottom: 60px;
}
.footer-home8 .mailchimp-style-line{
    margin-left: auto;
    margin-right: auto;
}
.footer-home8 .mailchimp-style-line form .mc4wp-form-fields{
    border-color: #1a1a1a;
}
.footer-home8 .mailchimp-style-line{
    max-width: 300px;

}
.list-link-footer8 ul{
    max-width: 730px;
    margin: auto;
}
.list-link-footer8 {
    margin-top: 55px;
    margin-bottom: 40px;
}
.list-link-footer8 .list-inline>li {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.social-list-style1 a.color-1a:hover{
    color: #1a1a1a;
}
.coppyright-footer8 .copyright{
    color: #adafb2;
    font-size: 11px;
}
.coppyright-footer8{
    margin-top: 45px;
}
.fixed-header.header-home8 .logo-sentinal a,
.fixed-header .header-home9 .logo-sentinal a
{
    height: 70px;
    line-height: 60px;
}
.fixed-header .header-home9 .style-line {
    padding: 10px 0px;
}
.top-header9{
     padding-top: 20px;
     padding-bottom: 20px;
    background: #E7E7E7;
}
.style-line .search-form{
    border: none;
    border-bottom: 1px solid #1a1a1a;
}
.style-line .search-form .dropdown-box {
    border-right: none
}
.style-line .submit-form  {
    margin: 0px;
}
.style-line .submit-form::after {
    left: auto;
    background: transparent;
    color: #1a1a1a;
    font-size: 24px;
}
.style-line .search-form .dropdown-link {
    padding-left: 0px
}
.style-line .search-form input[type="text"] {
    padding-left: 0px
}
.header-home9 .style-line{
    padding: 25px 0px;
}
.header-home9 .logo-sentinal{
    margin-right: 30px;
}
.menu-sub-home9 .main-nav1 > ul > li > a{
    height: auto;
    line-height: normal;
}
.header-home9 .main-nav1 > ul > li > a{
    font-weight: 700;
}

.header-home9 .main-nav {
    z-index: 1002;
}
.banner-slider-home9{
    padding-left: 30px;
    padding-right: 30px;
}
.banner-slider-home9 .logo-sentinal a{
    color: #fff;
}
.banner-slider-home9  {
    margin-top: 30px;
}
.banner-slider-home9 .banner-info {
    bottom: 100px;
    left: 100px;
    top: auto;
    right: auto;
}
.banner-slider-home9 h3 {
    margin-top: 10px;
}
.banner-slider-home9 .logo {
    margin-bottom: 30px;
}
.banner-slider-home9 .logo a {
    font-size: 60px;
}
.banner-slider-home9 .button-link2 {
    margin-top: 30px;
}
.menu-sub-home9 .main-nav {
    margin-left: -15px;
}
.banner-slider2-home9{
    padding-left: 30px;
    padding-right:30px;
}

.banner-slider2-home9 .banner-info{
    right: auto;
    left: 150px;
}
.banner-slider2-home9 .banner-info h3{
    margin-bottom: 30px;
}
.banner-slider2-home9 {
    margin-top: 25px;
}
.cate-box-home9 .banner-advs{
    margin-bottom: 30px;
}
.banner-slider2-home9{
    margin-bottom: 60px;
}
.banner2-home9{
    margin-right: 39px;
}
.banner3-home9{
    margin-left: -49px;
}
.banner3-home9 h3,.banner2-home9 h3{
    margin-bottom: 5px;
}
.banner-info>p:last-child{
    margin-bottom: 0px;
}
.introducing-home9 {
    margin-top: 120px;
}
.introducing-home9 .video-introducing{
    padding-top: 45px;
}
.video-introducing h2{
     margin-bottom: 40px;
     margin-top: 20px;
    line-height: 45px;
}
.introducing-home9 .video-introducing .wpb_wrapper{
    padding-right: 10px;
}
.introducing-home9 .banner-introducing .wpb_wrapper{
    margin-left: 32px;
}
.introducing-home9 .banner-introducing .banner-advs{
    margin-bottom: 10px;
}
.introducing-home9 {
    margin-bottom: 120px;
}
.banner-slider3-home9 h2{
    margin-top: 20px;
    margin-bottom: 30px;
}
.banner-slider3-home9{
    margin-top: 85px;
}
.wearehillcity-banner {
    margin-bottom: 30px;
}
.wearehillcity-banner .banner-info{
    opacity: 0;
    adding-right: 15px;
}
.wearehillcity-banner .banner-info p{
    font-style: italic;
    text-transform: capitalize;
    font-weight: 500;
    padding-right: 15px;
}
.wearehillcity-banner:hover .banner-info{
    opacity: 1;
}
.social-home9{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px;
}

.social-home9 a{
    font-size: 60px;
    color: #1a1a1a;
    width: 70px;
    height: 60px;
}
.brands-home9 h3{
    padding-top: 45px;
    border-top: 1px solid #ebebeb;
    margin-bottom: 30px;
    font-weight: 500;
}

.lifetime-home9{
    margin-top: 40px;
    border-top: 1px solid #ebebeb;
}
.lifetime-home9 .element-text-block{
    padding: 55px 0px;
    border-right: 1px solid #ebebeb;
}
.lifetime-home9 .element-text-block p{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 15px;
}

.lifetime-home9 .wpb_wrapper{
    margin-top: auto;
    margin-bottom: auto;
}
.lifetime-home9 .banner-advs{
    text-align: center;
}
.sub-menu-home9{
    margin-left: -15px;
    margin-bottom: -10px;
}
.sub-menu-home9 .list-inline>li{
  padding: 0px;
}
.sub-menu-home9 a{
    color: #1a1a1a;
    padding: 0 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.sub-menu-home9 a:hover{
    color: #cca06f;
}
.banner-slider-home9 .owl-carousel:hover .owl-nav button.owl-next:hover, .banner-slider-home9 .owl-carousel:hover .owl-nav button.owl-prev:hover,
.banner-slider-home9 .owl-carousel .owl-nav button.owl-next, .banner-slider-home9 .owl-carousel .owl-nav button.owl-prev{
    color: #fff;
}



.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;
    vertical-align: top;
}
.woocommerce .tm-has-options.product form.cart:not(.variations_form) .button.single_add_to_cart_button {
    float: none;
    vertical-align: top;
}
.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: #222;
    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{
    font-weight: 600;
    text-transform: uppercase;
    font-family: cormorant-garamond, serif;
    color: #1a1a1a;
    font-size: 14px;
}
.tc-extra-product-options .tmcp-field-wrap .price.tc-price .amount{
    color: #1a1a1a;
    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: #D4AE84;
}
.tm-has-options form.cart label.qty-label{
    line-height: 60px;
}




























/*meida Min width*/

@media (min-width: 767px) {
}/* End min width 767*/


@media (min-width: 769px) {


}/* End min width 769*/
@media (min-width: 992px) {


}/* End min width 992*/

@media (min-width: 1171px) {
    .main-nav2 .menu-main-menu {
        display: none;
        width: 700px;
        position: absolute;
        top: 0;
        left: 40px;
        height: 40px;
        background: #fff;
        padding-left: 40px;
    }
    .header-home6 .main-nav2 .menu-main-menu {
        height: 140px;
    }

    .header-home6 .main-nav2 > ul > li > a,
    .header-home6 .main-nav2 .toggle-desktop-menu{
        height: 140px;
        line-height: 140px;
    }
}/* End min width 1366*/

@media (min-width: 1281px) {

}/* End min width 1366*/

@media (min-width: 1366px) {

}/* End min width 1366*/

@media (min-width: 1681px) {

}/* End min width 1025*/

/*meida Max width*/

@media (max-width: 1680px) {
    .content-banner-slider .title1 {
        font-size: 90px;
    }
    .content-banner-slider .title2 {
        font-size: 38px;
    }
    .info-contact-page {
        margin-top: -400px;
    }
    .content-banner-slider .description {
        max-width: 450px;
    }
    .banner-slider-home1 .owl-carousel .owl-item .custom-image-position img{
        max-height: 600px;
    }
    .banner-slider-home1 .banner-slider.bg-slider .item-slider{
        height: 750px;
    }


    .text-box-cate-home8 .title60 {
        font-size: 40px;
    }
    .text-box-cate-home8 {

    }
}/* End max width 1680*/
@media (max-width: 1440px) {
    .info-contact-page{
        padding: 0px 50px;
    }
    .info-contact-page .sv-ggmaps{
        max-width: 990px;
        margin: auto;
    }
    .instagram-home6 h3.parallax-paroller {
        font-size: 240px;
        height: 180px;
    }
    .banner-video-home5 h3 {
        font-size: 130px;
    }
    .banner-video-home5 .banner-style-video .banner-info {
        height: 295px;
    }
    .content-banner-slider5 .slider-content-text {
        padding-left: 75px;
    }
    .content-banner-slider3 .slider-content-text {
        padding-left: 45px;
    }
    body .scroll-top {
        height: 45px;
        line-height: 50px;
        width: 45px;
    }
    .scroll-top.active {
        right: 15px;
    }
    .info-contact-page {
        margin-top: -340px;
    }
    .banner-slider-home2 .banner-slider.bg-slider .item-slider {
        height: 750px;
    }
    .footer-style1 .follow-instagram li {
        max-width: 95px;
    }
    .banner-slider-home1 .banner-slider.bg-slider .item-slider{
        height: 600px;
    }
    .banner-slider-home6 .banner-slider.bg-slider .item-slider{
        height: 600px;
    }
    .banner-slider-home1 .owl-carousel .owl-item .custom-image-position img{
        max-height: 550px;
    }
    .banner-slider-home1 .custom-image1{
        left: 100px!important;
    }
    .banner-slider-home1 .custom-image2{
        right: 100px!important;
    }
    .content-banner-slider .title1 {
        font-size: 70px;
    }
    .content-banner-slider .title2{
        font-size: 30px;
        margin-top: -5px;
    }
    .content-banner-slider .description {
        max-width: 520px;
    }
    .button-link2{
        height: 50px;
        line-height: 50px;
        padding: 0px 35px;
        min-width: 170px;
    }
    .text-banner1-home1 h2 {
        line-height: 38px;
        font-size: 30px;
    }
    .box-title-home h2,
    .text-banner2-home1 h2{
       /* font-size: 36px;
        line-height: 45px;*/
    }
    .text-banner2-home1 {
        padding-left: 20px;
        padding-right: 30px;
    }
    .banner2-home1 .page-view-thumb{
        max-width: 500px;
        left: 100px;
    }
    .banner2-home1 .banner-advs{
        padding: 140px 0px 140px 0px;
    }
    .banner2-home1 h4 {
        font-size: 100px;
        right: 0px;
        bottom: -60px;
    }
    .text-before-content-featured {
        padding: 0px;
    }
}/* End max width 1440*/
@media (max-width: 1366px) {
}/* End max width 1366*/
@media (max-width: 1280px) {
    .text-box-cate-home8 {
    }
    .text-box-cate-home8 .title60 {
        font-size: 36px;
    }
    .banner2-home1 .banner-advs,
    .testimonial-home1,
    .brands-home1{
        margin-left: 15px;
        margin-right: 15px;
    }
    .banner-slider-home1 .banner-slider {
        padding: 0px;
    }
    .header-home1.vc_row,.header-home5,.header-home6{
         padding-left: 0px;
         padding-right: 0px;
    }
    .top-header-home5{
        padding: 0px 15px;
    }
    .footer-style1{
        margin: 0px 15px;
    }
    .footer-style3{
        margin: 0px 0px;
    }
    .header-home3.vc_row {
        padding-right: 15px;
    }
    .footer-style1 .follow-instagram li {
        max-width: 70px;
    }
    .banner2-home7 {
        padding: 0px 15px;
    }
    .banner1-home7 {
        padding: 0px 15px;
    }
    .product-home7 .product-scrollbar-view {
        margin: 0px 15px;
    }
}/* End max width 1280*/
@media (max-width: 1199px) {

}/* End max width 1199*/
@media (max-width: 1170px) {
    .header-home9 {
        border-bottom: 1px solid #ebebeb;
    }
    .sub-menu-home9 a {
        padding: 0 5px;

    }
    .sub-menu-home9 {
        margin-left: -5px;
        margin-top: 30px;
    }
    .banner-slider3-home9 {
        margin-top: 35px;
    }
    .introducing-home9 .video-introducing .wpb_wrapper {
        padding-right: 28px;
    }
    .introducing-home9 .banner-introducing .wpb_wrapper {
        margin-left: 0px;
    }
    .introducing-home9 {
        margin-bottom: 70px;
        margin-top: 70px;
    }
    .banner2-home9 {
        margin-right: 30px;
    }
    .banner3-home9 {
        margin-left: -35px;
    }
    .banner-slider-home9 ,.banner-slider2-home9{
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-slider2-home9 .banner-info {
        left: 50px;
    }
    .coppyright-footer8 {
        margin-top: 25px;
    }
    .list-link-footer8 {
        margin-top: 35px;
        margin-bottom: 20px;
    }
    .footer-home8 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .product2-home8 {
        margin-bottom: 50px;
    }
    .vc_row-no-padding .vc_inner.banner1-home8{
        margin-bottom: 50px;
    }
    .vc_row-no-padding .vc_inner.product-home8 {
        margin-bottom: 50px;
    }
    .text-box-cate-home8 h3 {
        margin-bottom: 30px;
    }
    .owl-carousel.group-navi:hover .owl-nav button.owl-prev{
        left: -7px;
    }
    .owl-carousel.group-navi:hover .owl-nav button.owl-next {
        right: -7px;
    }
    .vc_row-no-padding .cate-box-home8.vc_inner {
        margin-bottom: 60px;
    }
    .text-box-cate-home8 {
        padding-top: 40px;
        padding-left: 40px;
    }
    .text-box-cate-home8 .title60 {
        font-size: 24px;
    }
    .tab-product-home8 .tab-header {
        margin-bottom: 30px;
        padding: 0px 15px;
    }
    .box-sevice-home8 {
        margin-bottom: 40px;
    }
    .tab-product-home8 {
        margin-top: 70px;
    }
    .header-home8 .logo-sentinal a,
    .header-home9 .logo-sentinal a
    {
        height: 100px;
        line-height: 90px;
    }
    .about-us-home7 {
        margin-bottom: 70px;
    }
    .banner2-home7 {
        margin-bottom: 70px;
    }
    .category-box-home7 {
        margin-bottom: 70px;
        margin-top: 20px;
    }
    .banner1-home7 {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .logo-header-home5 .social-header-home5,
    .logo-header-home5 .search-account-cart-service{
        display: none;
    }

     .header-home5 .social-header-home5{
        display: block;
    }
    .header-home5 .search-account-cart-service{
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
    }

    .main-page-404{
        border-top: none;
    }
    .instagram-widget .follow-instagram li {
        width: 74px;
    }
    .content-banner-slider5 .slider-content-text {
        padding-left: 50px;
    }
    .woocommerce .widget_price_filter .price_slider_amount .button{
        padding: 0px!important;
        width: 48px;
        font-size: 0px;
    }
    .woocommerce .widget_price_filter .price_slider_amount .button:before{
        font: normal normal normal 14px/1 LineAwesome;
        content: "\f1f3";
        line-height: 48px;
    }
    .header-main-menu-default {
        margin: 0px 15px;
    }
    .main-nav.main-nav1 .sub-menu{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .logo-sentinal-default h1 {
        height: 100px;
        line-height: 100px;
    }
    .comment-list ul.children {
        list-style: none;
        padding-left: 50px;
    }
    .comment-table-custom .comment-info {
        padding-left: 100px;
    }
    .item-comment .comment-thumb {
        width: 70px;
    }
    a.rtl-button{
        display: none;
    }
    .main-nav .sub-menu li {
        border-bottom: 1px solid #e1e1e1;
    }
    .main-nav > ul > li .sub-menu > li > a:hover {
        margin-left:0px;
    }
    .comment_tab-product-accordion2 {
        margin-top: 70px;
    }
    .tab-product-vertical .product-tab-title li a {
        font-size: 18px;
    }
    .tab-product-vertical .product-tab-title {
        min-width: 220px;
    }
    .tab-product-vertical .product-tab-content {
        width: calc(100% - 220px);
        width: -webkit-calc(100% - 220px);
    }
    .detail-qty .qty-val {
        width: 30px;
        padding: 0px;
    }
    .detail-qty {
        width: 90px;
        margin-right: 10px;
    }
    .comment-reply-title {
        font-size: 18px;
        line-height: 24px;
    }
    .product-before-content {
        margin-top: 40px;
    }
    .banner1-home5 .banner-info ,.banner4-home5 .banner-info{
        top: 40px;
    }
    .banner3-home5 .banner-info,
    .banner2-home5 .banner-info{
        height: 100px;
    }
    .banner1-home5 h2, .banner2-home5 h2, .banner3-home5 h2, .banner4-home5 h2{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .woocommerce-Reviews .comment-reply-title {
        margin-bottom: 15px;
    }
    .woocommerce #reviews #comments ol.commentlist {
        margin-bottom: 50px;
    }
    .woocommerce-review__author {
        margin-bottom: 10px;
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text .description {
        margin-bottom: 25px;
    }
    .woocommerce #reviews #comments ol.commentlist >li.review {
        margin-bottom: 25px;
    }
    .related-product .single-related-title {
        margin-bottom: 25px;
    }
    .related-product {
        margin-top: 50px;
    }
    p.woocommerce-noreviews {
        margin-bottom: 20px;
    }
    .tab-product-horizontal .product-tab-title {
        margin-bottom: 30px;
    }
    .tab-product-horizontal, .tab-product-vertical, .tab-product-accordion {
        margin-top: 50px;
    }
    .tab-product-horizontal .product-tab-title ul li{
        margin: 0px 15px;
    }
    .tab-product-horizontal .product-tab-title ul {
        margin: 0px -15px;
    }
    .woocommerce-product-details__short-description{
        max-height: 103px;
    }
    .detail-qty .qty-val{
        width: 40px;
    }
    .product-title-single{
        font-size: 36px;
    }
    .detail-info .product-price > span, .detail-info .product-price ins {
        font-size: 18px;
    }
    .detail-info{
        padding-left: 0px;
    }
    .item-service-style1 .info-service h3{
        font-size: 18px;
    }
    .extra-link-hover6{
        width: 40px;
    }
    .extra-link-hover6 a,.woocommerce .extra-link-hover6 a.button{
        height: 40px;
        line-height: 40px;
        width: 40px;
        font-size: 18px;
    }
    .item-product-grid-style6 .attribute_data-style1{
        bottom: 10px;
    }
    .item-product-grid-style6:hover .attribute_data-style1{
        left: 10px;
    }
    .gap-50 .list-product-wrap {
        margin: 0 -10px;
    }
    .gap-50 .list-product-wrap .product {
        padding: 0 10px;
    }
    .product-grid-view .pagi-nav {
        padding-top: 0px;
    }
    .pagi-nav {
        margin-left: -5px;
        margin-right: -5px;
    }
    .item-product-list .extra-link-hover1 {
        opacity: 1;
        margin-top: 35px;
    }
    .hover-desr-list-active .more-details-btn{
        display: block;
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }
    .item-product-list .product-title {
        font-size: 30px;
    }
    .item-product-list .list-cats-item {
        margin-bottom: 10px;
    }
    .item-product-list .product-desc >p {
        padding-top: 10px;
    }
    .pagi-nav{
        padding-top: 40px;
    }
    .content-menu-blog, .content-menu-shop{
        margin-bottom: 0px;
    }
    .content-menu-shop .mega-list-cat,.content-menu-blog .mega-list-cat{
        margin-bottom: 30px;
    }
    .content-menu-shop .vc_column_container:last-child .mega-list-cat,
    .content-menu-blog .vc_column_container:last-child .mega-list-cat
    {
        margin-bottom: 0px;
    }
    .content-menu-shop .widget-title,
    .content-menu-blog .widget-title
    {
        margin-bottom: 10px;
    }
    .item-team-style2 .title-team{
        font-size: 30px;
    }
    .item-team-style2 {
        padding: 30px;
    }
    .wrap-bread-crumb {
        min-height: 300px;
    }
    blockquote {
        padding: 40px 60px;
    }
    blockquote:before {
        top: 65px;
        left: 25px;
    }
    .comment-reply-title {
        margin-bottom: 25px;
    }
    .blog-comment-detail .comment-title {
        margin-bottom: 25px;
    }
    .item-comment {
        margin-top: 25px;
    }
    .leave-comments .comment-respond, .single-related-post, .blog-comment-detail, .comment-list .comment-respond {
        margin-top: 50px;
    }
    .content-sidebar-right {
        padding-right: 25px;
    }
    .content-sidebar-left {
        padding-left: 25px;
    }
    .main-page-default,.content-page {
        padding: 70px 0;
    }
    .bread-crumb-megapage {
        margin: 0px;
    }
    .contact-form-custom {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .contact-form-custom .wpcf7{
        padding: 0px;
    }
    .info-contact-page .vc_row .wpb_column {
        margin-bottom: 30px;
    }
    .info-contact-page {
        margin-top: -280px;
    }
    .banner-contact-page .banner-advs {
        padding: 0px;
    }
    .service-about-page {
        margin-bottom: 35px;
    }
    .service-about-page {
        margin-bottom: 25px;
    }
    .banner-info-about {
        margin-top: 70px;
        margin-bottom: 65px;
    }
    .banner-about .banner-slider {
        margin: 0px 15px;
    }
    .banner-info-about .info-about {
        padding-left: 0px;
        padding-right: 0px;
    }
    .info-about .button-link1 {
        margin-top: 30px;
    }
    .info-about .title2 {
        line-height: 30px;
        font-size: 30px;
    }
    .product1-home6 .owl-carousel:hover .owl-nav button.owl-prev {
        left: 15px;
        color: #000;
    }
    .product1-home6 .owl-carousel:hover .owl-nav button.owl-next{
        right: 15px;
        color: #000;
    }
    .service-home6 {
        margin-top: 35px;
    }
    .fixed-header.header-home6 .main-nav2 .menu-main-menu{
        height: auto;
    }
    .instagram-home6 h3.parallax-paroller {
        font-size: 200px;
        height: 160px;
        display: none;
    }
    .instagram-home6 {
        padding: 70px 0px 0px;
    }
    .instagram-home6 .follow-instagram li {
        max-width: 200px;
    }
    .product1-home6 {
        padding: 70px 0px 35px;
    }
    .banner1-home6 h2, .banner2-home6 h2, .banner3-home6 h2{
        font-size: 30px;
    }
    .banner3-home6{
        margin-bottom: 70px;
    }
    .banner1-home6 {
        margin-bottom: 70px;
        margin-right: 15px;
    }
    .banner2-home6 {
        margin-bottom: 70px;
        margin-left: 15px;
    }
    .banner-silder-home6 {
        margin-bottom: 70px;
    }
    .banner-silder-home6 .banner-slider.bg-slider .item-slider {
        height: 600px;
    }
    .banner-video-home5{
        margin-bottom: 70px;
    }
    .banner-video-home5 h3 {
        font-size: 80px;
    }
    .banner-video-home5 .banner-style-video .banner-info {
        height: 200px;
    }
    .banner-1-2-3-4-home5 {
        margin-bottom: 40px;
    }
    .banner-slider-home5 {
        margin-bottom: 70px;
    }
    .banner-slider-home5 .banner-slider.bg-slider .item-slider,
    .banner-slider-home4 .banner-slider.bg-slider .item-slider {
        height: 600px;
    }
    .item-product-grid-style2 .extra-link-hover2-1{
        height: 117px;
    }
    .owl-carousel.navi-nav-style2 .owl-nav button.owl-prev, .owl-carousel.navi-nav-style2 .owl-nav button.owl-next{
        font-size: 36px;
        margin-top: -45px;
    }
    .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{
        height: 35px;
        line-height: 35px;
        width: 35px;
    }
    .item-product-grid-style2 .extra-link-hover2-1>a {
        margin-bottom: 5px;
    }
    .product1-home3.vc_row{
        padding-top: 70px;
        padding-bottom: 50px;
        background-image: none!important;
    }
    .box-banner1-home3 .element-text-block h2 {
        line-height: 30px;
        font-size: 30px;
    }
    .product1-home3 .owl-carousel.navi-nav-style3 .owl-nav button.owl-prev, .product1-home3 .owl-carousel.navi-nav-style3:hover .owl-nav button.owl-prev {
        left: -7px;
    }
    .product1-home3 .owl-carousel.navi-nav-style3 .owl-nav button.owl-next, .product1-home3 .owl-carousel.navi-nav-style3:hover .owl-nav button.owl-next {
        right: -7px;
    }
    .owl-carousel.navi-nav-style3 .owl-nav button.owl-prev, .owl-carousel.navi-nav-style3 .owl-nav button.owl-next{
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .banner-slider-home3 .banner-slider.bg-slider .item-slider {
        height: 600px;
    }
    .content-banner-slider .title1 {
        font-size: 50px;
    }
    .content-banner-slider3 .slider-content-text {
        padding-left: 30px;
    }
    .content-banner-slider3 .title2 {
        padding-left: 0px;
    }
    .content-banner-slider.content-banner-slider3 .description {
        padding: 0px;
    }
    .product1-home3 .owl-stage-outer {
         margin-right: 0px;
    }
    .product1-home3 .product-slider-view{
        margin-right: 15px;
        margin-left: 15px;
    }
    .product1-home3 .box-title-home {
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 30px;
    }
    .countdown-style-default .time_circles>div {
        font-size: 30px;
    }
    .banner-countdown-home3 .countdown-style-default {
        position: absolute;
        bottom: 30px;
    }
    .box-banner1-home3 {
        padding-top: 65px;
        padding-bottom: 38px;
        margin-bottom: 70px;
    }
    .banner2-3-home3 .post-left .wpb_wrapper {
        padding-right: 0px;
        margin-right: -24px;
    }
    .banner2-3-home3 {
        margin-bottom: 70px;
    }
    .banner2-3-home3 .post-right .banner2-home3 {
        margin-bottom: 30px;
    }
    .mailchimp-home3 {
        padding: 25px 25px 35px;
    }
    .product1-home3 .product-slider-view .owl-item:nth-child(2n) .item {
        padding: 0 7.5px;
    }
    .content-banner-slider2 .title2, .content-banner-slider5 .title2 {
         padding-left: 0px;
    }
    .content-banner-slider.content-banner-slider2 .description {
        padding: 0px;
    }
    .banner2-home2 .banner-info {
        bottom: -50px;
    }
    .title-footer2 {
        margin-bottom: 30px;
        font-size: 20px;
    }
    .main-footer2 .wpb_column {
        margin-bottom: 65px;
    }
    .bottom-footer2 {
        padding: 28px 0px;
    }
    .logo-footer2 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .box-banner2-3-home2 {
        margin-bottom: 70px;
    }
    .service-home2 {
        margin-top: 20px;
    }
    .product-tab-home2 {
        margin-top: 30px;
        margin-bottom: 33px;
    }
    .product-tab-home2 .tab-header {
        margin-bottom: 30px;
    }
    .banner3-home2 .banner-info h2 {
        font-size: 36px;
    }
    .box-banner2-3-home2 .banner3-home2 {
        margin-top: 30px;
    }
    .banner2-home2 h3 {
        font-size: 60px;
    }
    .element-categories-box- h3 {
        font-size: 24px;
    }
    .category-home2 .category-center-pos {
        margin-top: 50px;
    }
    .product1-home2 {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .category-home2 {
        padding-top: 70px;
        padding-bottom: 70px;
        margin-bottom: 70px;
    }
    .banner-slider-home2 .banner-slider.bg-slider .item-slider {
        height: 600px;
    }
    .banner-slider:hover .owl-theme.navi-nav-style2 .owl-nav button.owl-next {
        right: 0px;
    }
    .banner-slider:hover .owl-theme.navi-nav-style2 .owl-nav button.owl-prev {
        left: 0px;
    }
    .owl-carousel:hover .owl-nav button.owl-next {
        right: 8px;
    }
    .owl-carousel:hover .owl-nav button.owl-prev {
        left: 8px;
    }
    .footer-style1 {
        padding-top: 68px;
    }
    .main-footer1 .wpb_column {
        margin-bottom: 40px;
    }
    .brands-home1 {
        padding: 50px 0px;
    }
    .post1-home1 .list-post-wrap .wrap-item .item-post {
        padding: 0 15px;
    }
    .post1-home1 .list-post-wrap {
        margin-left: -15px;
        margin-right: -15px;
    }
    .testimonial-home1 {
        padding-top: 200px;
        padding-bottom: 160px;
        margin-bottom: 70px;
    }
    .testimonial-home1:after{
        height: 40px;
        bottom: 95px;
    }
    .testimonial-home1:before{
        height: 40px;
        top: 135px;
    }
    .box-banner1-home1 {
        margin-top: 70px;
        margin-bottom: 90px;
    }
    .product1-home1,.post1-home1 {
        margin-bottom: 33px;
    }
    .banner2-home1,
    .group-banner3-4-home1{
        margin-bottom: 70px;
    }

    .box-banner3-home1 .banner-advs {
        margin-right: 0px;
    }
    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;
        position: relative;
    }
    .extra-link-hover1 .addcart-link i{
        position: absolute;
        right: 2px;
        top: 2px;
    }
    .extra-link-hover1 .addcart-link span{
        font-size: 0px;
        display: none;
    }
    .extra-link-hover1 .addcart-link:before {
        content: "\f2fa";
        font: normal normal normal 16px/1 LineAwesome;
        font-size: 18px;
    }
    .banner2-home1 .page-view-thumb {
        max-width: 400px;
        left: 50px;
    }
    .box-title-home h2, .text-banner2-home1 h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .text-banner1-home1 {
        padding: 40px;
    }
    .box-banner1-home1 .parallax-paroller-text {
        margin-top: 150px;
    }
    .content-banner-slider .description {
        max-width: 380px;
        padding: 0px 15px;
    }
    .banner-slider-home1 .custom-image1{
        left: 20px!important;
    }
    .banner-slider-home1 .custom-image2{
        right: 20px!important;
    }
    .header-home2{
        background: rgba(255, 255, 255, 0.3);
    }
    .header-home2.fixed-header{
        background:#fff;
    }
    .info-header-open .follow-instagram li {
        max-width: 103px;
    }
    .info-service-open-mega {
        width: 400px;
        /*height: 500px;*/
        overflow-x: auto;
    }
    .info-header-open.vc_row {
        padding: 20px 40px 40px;
    }
    .header-home1{
        box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.1);
    }
    .search-account-cart-service>div>a,
    .main-nav1 > ul > li > a{
        height: 100px;
        line-height: 100px;
    }
    .header-home1 .logo-sentinal a {
        height: 100px;
        line-height:85px;
    }
    .fixed-header .main-nav .toggle-mobile-menu{
        height: 70px;
        line-height: 80px;
        width: 70px;
    }

    .logo-sevice-home3 .service-open-mega-style2>a{
        line-height: 100px;
        height: 100px;
    }
    .header-home5{
        border-top: 1px solid #cca06f;
    }
    .header-home5 .main-nav .toggle-mobile-menu{
        height: 70px;
        line-height: 80px;
    }
    .header-home5 .social-header-home5 {
        height: 70px;
        line-height: 75px;
    }
    .logo-header-home5 .logo-sentinal {
        margin-top: 0px;
    }
    .main-nav2 .toggle-desktop-menu,.header-home6 .main-nav2 .toggle-desktop-menu{
        display: none;
    }
    .header-home6 .logo-sentinal{
        height: 100px;
        line-height: 90px;
    }
    .header-home6 .search-account-cart-service>div>a{
        height: 100px;
        line-height: 100px;
    }
    .main-nav2 .toggle-mobile-menu{
        width: auto;
        padding: 0px 15px;
    }
    .fixed-header .main-nav2 .toggle-mobile-menu{
        width: auto;
        line-height: 70px;
    }
    .text-banner1-home1 h2 {
        line-height: 28px;
        font-size: 24px;
    }

    .text-banner1-home1 .button-link2 {
        margin-top: 25px;
    }
    .banner3-home1 h2,.banner4-home1 h2 {
        top: 30px;
        left: 20px;
        font-size: 24px;
    }
    .banner3-home1 h3, .banner4-home1 h3 {
        right: 15px;
        bottom: 15px;
        font-size: 20px;
    }

    .content-banner-slider4 .description {
        padding: 0px 30px;
    }
    .banner-style-video .icon-play {
        font-size: 50px;
        height: 70px;
        width: 70px;
        line-height: 70px;
    }
    .banner-video-home4 h2 {
        margin-bottom: 15px;
        font-size: 30px;
    }
    .banner-style-video .banner-info {
        height: 115px;
    }
    .content-banner-slider5 .description{
        padding: 0px;
        max-width: 60%;
    }
    .content-banner-slider5 .slider-content-text {
        padding: 0px 50px;
    }
    .header-category-3{
        margin-bottom: 0px;
    }
    .product-style-featured .detail-gallery {
        margin-bottom: 70px;
    }
    .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;
    }
    .hover-desr-list {
        max-height: 115px;
    }
    .banner-info-about .banner-advs{
        margin-top: 20px;
    }
    .header-home6 .logo-sentinal a {
        font-size: 36px;
    }
    .menu-header7 .main-nav1 {
        margin-top: -3px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .menu-header7 .main-nav .toggle-mobile-menu{
        position: absolute;
        left: 0;
        top: -100px;
    }
    .social-search-header7{
        padding-left: 60px;
    }
    .banner-slider-home9 .banner-slider.bg-slider .item-slider{
        height: 500px;
    }
}/* End max width 1170*/

@media (max-width: 1024px) {

}/* End max width 1024*/

@media (width: 1024px) {


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

}/* End max width 1023*/

@media (max-width: 991px) {
    .banner2-home9 {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .banner3-home9 {
        margin-left: 0px;
    }
    .banner-slider3-home9 h3 {
        font-size: 24px;
    }
    .banner-slider3-home9 h2 {
        font-size: 36px;
    }
    .video-introducing h2 {
        line-height: 30px;
        font-size: 24px;
    }
    .introducing-home9 .video-introducing {
        padding-top: 23px;
    }
    .banner-info-about .banner-advs{
        margin-top: 90px;
    }
    .info-contact-page {
        padding-bottom: 70px;
    }
    .category-left-pos .wpb_wrapper, .category-right-pos .wpb_wrapper {
         margin-top: 0px;
    }
    .category-center-pos .wpb_wrapper {
        margin-bottom: 0px;
    }
    .variations_form .variations .detail-attr {
        width: 100%;
    }
    .instagram-home2.vc_row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .instagram-home2 .vc_column_container>.vc_column-inner {
        padding: 0px 15px;
    }
    .product-popup-content .detail-info {
       margin-top: 30px;
    }
    .woocommerce div.product form.cart .group_table td.group-thumb{
        display: none;
    }
    .woocommerce div.product form.cart .group_table td.group-info {
        padding-left: 0px;
    }
    .tab-product-accordion .ui-state-default a,
    .comment_tab-product-accordion2 >h3{
        font-size: 18px;
    }
    .content-sidebar-left .style-gallery-horizontal .detail-gallery,
    .content-sidebar-right .style-gallery-horizontal .detail-gallery {
        margin-bottom: 30px;
    }
    .woocommerce div.product form.cart .button.single_add_to_cart_button{
        padding: 0px 20px!important;
    }
    .tab-product-horizontal .product-tab-title ul li a{
        font-size: 18px;
    }
    .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 .wrap-bread-crumb {
        min-height: 200px;
    }
    .header-category1 .bread-crumb-megapage {
        padding-bottom: 70px;
    }
    .header-category1 .item-service-style1{
        margin-bottom: 30px;
    }
    .item-product-grid-style6:hover .extra-link-hover6 {
        right: 0px;
    }
    .extra-link-hover6{
        bottom: 0px;
    }
    .item-product-grid-style1 .list-cats-item,
    .item-product-grid-style2 .list-cats-item,
    .item-product-grid-style3 .list-cats-item
    {
        margin-bottom: 5px;
    }
    .item-product-grid-style1 .product-title,
    .item-product-grid-style3 .product-title,
    .item-product-grid-style2 .product-title,
    .item-product-grid-style5 .product-title
    {
        font-size: 20px;
        line-height: 24px;
    }

    .hover-desr-list {
        max-height: 80px;
    }
    .item-product-list .product-desc >p {
        padding-top: 0px;
    }
    .item-product-list:hover .extra-link-hover1 {
        margin-top: 20px;
    }
    .item-product-list .extra-link-hover1 {
        margin-top: 20px;
    }
    .item-product-list .product-title {
        margin-bottom: 5px;
        font-size: 24px;
    }
    .item-product-list .list-cats-item {
        margin-bottom: 10px;
    }
    .item-product-list .product-desc {
        margin-top: 0px;
    }
    .item-list-post-style2 .font-title {
        line-height: 35px;
        font-size: 30px;
    }
    .content-sidebar-right {
        padding-right: 15px;
    }
    .content-sidebar-left {
        padding-left: 15px;
    }
    .title-post-single {
        font-size: 30px;
    }
    .main-page-default {
        padding: 50px 0;
    }
    .banner-contact-page{
        display: none;
    }
    .info-contact-page {
        margin-top: 0px;
        padding-top: 50px;
        background: #04091d
    }
    .info-contact-page .sv-ggmaps{
       height: 350px;
    }
    .instagram-home6 .follow-instagram li {
        max-width: 150px;
        margin: 5px;
    }
    .instagram-home6 .follow-instagram {
        margin: -5px;
    }
    .banner-slider-home3 .banner-slider.bg-slider .item-slider {
        height: 500px;
        background-position: left;
    }
    .product1-home3 .product-slider-view .owl-item:nth-child(2n) .item {
        padding: 0 7.5px;
    }
    .owl-carousel.navi-nav-style3 .owl-nav button.owl-next {
        right: -60px;
    }
    .owl-carousel.navi-nav-style3 .owl-nav button.owl-prev {
        left: -60px;
    }
    .product1-home2 .owl-carousel.navi-nav-style3:hover .owl-nav button.owl-prev {
        left: -20px;
    }
    .product1-home2 .owl-carousel.navi-nav-style3:hover .owl-nav button.owl-next {
        right: -20px;
    }
    .owl-carousel.navi-nav-style3 .owl-nav button.owl-prev, .owl-carousel.navi-nav-style3 .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .box-banner1-home1 .parallax-paroller-text {
        margin-top: 100px;
    }
    .text-banner1-home1 {
        padding: 30px;
    }
    .text-banner2-home1 {
        padding-left: 45px;
        padding-right: 45px;
    }
    .banner2-home1 .banner-advs {
        padding: 100px 0px 100px 0px;
    }
    .text-banner2-home1 .link-button-line {
        margin-top: 20px;
    }
    .banner2-home1 .page-view-thumb {
        display: none;
    }
    .pagination-number{
        font-size: 24px;

    }
    .banner-slider-home1 .pagination-number{
        margin-top: -40px;
    }
    .banner-slider-home6 .pagination-number{
        margin-top: -40px;
    }
    .content-banner-slider .title1 {
        font-size: 50px;
    }
    .content-banner-slider .title2 {
        font-size: 24px;
        margin-top: 0px;
    }
    .content-banner-slider .description {
        margin-bottom: 30px;
    }
    .box-cate-footer{
        clear: both;
    }
    .footer-style1 .follow-instagram li {
        max-width: 110px;
    }
    .banner-slider-home1 .active .custom-image1{
        left: -20px!important;
    }
    .banner-slider-home1 .active .custom-image2{
        right: -20px!important;
    }
    .banner-slider-home1 .banner-slider.bg-slider .item-slider {
        height: 480px;
    }
    .banner-slider-home6 .banner-slider.bg-slider .item-slider {
        height: 480px;
    }
    .banner-slider-home1 .owl-carousel .owl-item .custom-image-position img {
        max-height: 450px;
    }
    .woocommerce-product-details__short-description {
        max-height: 103px;
    }

}/* End max width 991*/

@media (max-width: 900px) {

}/* End max width 900*/
@media (max-width: 782px) {
    .admin-bar .fixed-header.active {
        top: 46px;
    }
}/* End max width 782*/
@media (width: 768px) {
    .bottom-footer2 ul li {
        padding-right: 2px;
        padding-left: 2px;
    }
    .bottom-footer2 ul{
        margin-right: -40px;
    }
    .bottom-footer2 .copyright-footer2{
        margin-left: -15px;
    }
}/* End width 768*/
@media (max-width: 768px) {
    .comment-list ul.children {
        padding-left: 30px;
    }
    .woocommerce form.login{
        margin-bottom: 30px;
    }
    .cart-custom .woocommerce-cart-form{
        margin-top: 0px;
        margin-bottom: 50px;
    }
    .woocommerce-cart-form .product-quantity .detail-qty{
        margin-right: 0px;
        height: 40px;
    }
    .woocommerce-cart-form .product-quantity .detail-qty .qty-val {
        height: 40px;
    }
    .banner-slider-home4 .banner-slider.bg-slider .item-slider {
        height: 500px;
    }
    .item-product-grid-style2 .extra-link-hover2{
        padding: 50px 0px 15px;
    }
    .item-product-grid-style2 .product-title {
        font-size: 20px;
    }
    .banner2-3-home3 .box-title-home {
        margin-bottom: 38px;
    }
    .box-banner2-3-home2 {
        margin-bottom: 100px;
    }
    .instagram-home2 .vc_column_container>.vc_column-inner {
        padding: 0px 15px;
    }
    .instagram-home2 .instagram-left, .instagram-home2 .instagram-right,.instagram-home2 .instagram-center {
        margin-top: 0px;
    }
    .instagram-home2.vc_row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .box-banner2-3-home2 .banner3-home2 {
        margin-top: 0px;
    }
    .box-banner2-3-home2 .banner2-home2 {
        margin-top: 50px;
    }
    .box-banner2-3-home2 .banner2-home2 {
        margin-right:-70px;

    }
    .category-home2 .category-center-pos {
        margin-top: 0px;
    }
    .category-home2 .vc_column_container>.vc_column-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .category-home2 .vc_row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .box-banner1-home1 .parallax-paroller-text {
        margin-top: 30px;
    }
    .owl-carousel.navi-nav-style2 .owl-nav button.owl-prev, .owl-carousel.navi-nav-style2 .owl-nav button.owl-next {
        font-size: 40px;
    }
    .box-banner3-home1 .banner-advs {
        margin-right: 0px;
    }
}/* End max width 768*/
@media (max-width: 767px) {
    .main-footer1 .follow-instagram {
        max-width: 300px;
    }
    .cate-right-home8 .element-parent{
        position: unset;
    }
    .banner-slider3-home9 {
        margin-top: 15px;
    }
    .introducing-home9 {
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .lifetime-home9 .banner-advs{
        margin-bottom: 30px;
    }
    .lifetime-home9 .element-text-block {
        border-right: none;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 30px;
        padding: 30px 0px;
    }
    .introducing-home9 .video-introducing .wpb_wrapper {
        padding-right: 0px;
        margin-bottom: 30px;
    }
    .banner3-home9 h3, .banner2-home9 h3 {
        font-size: 24px;
    }
    .banner-slider2-home9 .banner-info {
        left: 20px;
    }
    .banner-slider2-home9 .banner-info h3 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .banner-slider-home9 .banner-slider.bg-slider .item-slider {
        height: 400px;
    }
    .banner-slider-home9 .logo a {
        font-size: 36px;
    }
    .banner-slider-home9 h3 {
        font-size: 18px;
    }
    .banner-slider-home9 .banner-info {
        bottom: 50px;
        left:50px;
    }
    .header-home8.vc_row {
        padding-left: 0px;
        padding-right: 0px;
    }
    .product2-home8 {
        margin-bottom: 30px;
    }
    .product2-home8 .element-text-block h2 {
        margin-bottom: 10px;
    }
    .product2-home8 .link-line-home8 {
        position: unset;
        margin-bottom: 20px;
    }
    .product2-home8 .element-text-block h2 {
        font-size: 24px;
    }
    .product2-home8 {
        padding: 0px 15px;
    }
    .banner1-home8 .element-text-block {
        margin-bottom: 30px;
    }
    .vc_row-no-padding .vc_inner.banner1-home8 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .banner1-home8 .element-text-block a {
        margin-top: 20px;
    }
    .banner1-home8 .element-text-block h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .vc_row-no-padding .cate-box-home8.vc_inner {
        margin-bottom: 40px;
    }
    .vc_row-no-padding .vc_inner.product-home8 {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 40px;
    }
    .product-home8 .new-now {
        font-size: 24px;
    }
    .text-box-cate-home8 {
        height: auto;
        padding-left: 15px;
        padding-bottom: 30px;
    }
    .box-sevice-home8 {
        margin: 0px 15px;
        margin-bottom: 30px;
    }
    .tab-product-home8 {
        margin-top: 50px;
    }
    .text-banner2-home7 h3 ,.text-banner1-home7 h3{
        margin-left: 0;
        margin-right: 0;
    }
    .text-banner2-home7 .desc {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .text-banner2-home7 .element-text-block  {
        padding: 40px 15px;
    }
    .category-box-home7 .vc_col-sm-6:first-child{
        margin-bottom: 30px;
    }
    .about-us-home7 {
        margin-bottom: 50px;
    }
    .banner2-home7 {
        margin-bottom: 50px;
    }
    .category-box-home7 {
        margin-bottom: 50px;
    }
    .banner1-home7 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .text-banner1-home7 .element-text-block  {
        padding: 30px;
    }

    .product-scrollbar-view .box-title-desc>div {
        position: unset;
        top: 50%;
        transform: none;
        width: 100%;
    }
    .product-scrollbar-view .box-title-desc,
    .product-home7 .product-scrollbar-view .box-title-desc{
        width: 100%;
        flex: none;
        position: unset;
        height: auto;
        padding: 30px 0px;
        padding-left:0px;
    }
    .product-scrollbar-view .product-them{
        display: none;
    }
    .product-scrollbar-view .products-wrap{

    }
    .social-search-header7{
        display: none;
    }
    .animation-image-s1 .adv-thumb-link:before {
        left: 30px;
        top: 30px;
    }
    .animation-image-s1 .banner-advs {
        padding-right: 30px;
        padding-bottom: 30px;
    }
    .animation-image-s1:hover .adv-thumb-link:before {
        transform: translate(-30px,-30px);
        -webkit-transform: translate(-30px,-30px);
    }
    .animation-image-s1:hover .adv-thumb-link img {
        transform: translate(30px,30px);
        -webkit-transform: translate(30px,30px);
    }
    .banner-info-about .banner-advs{
        margin-top: 0px;
    }
    .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 20px!important;
    }
    .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;
    }
    .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{
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
    .item-product-grid-style1:hover .extra-link-hover1 {
        bottom: 10px;
    }
    .content-banner-slider5 .slider-content-text {
        padding-left: 0px;
    }
    .product-slider .item-product {
        margin: 0 7.5px 30px;
    }
    .product-slider {
        margin: 0 -7.5px;
    }
    body .scroll-top {
        display: none;
    }
    .banner1-home3 .banner-info h3 {
        font-size: 90px;
    }
    .banner-slider-home3 .scroll-product {
        width: 50px;
    }
    .title-page {
        margin-bottom: 25px;
    }
    .title-page h2 {
        font-size: 36px;
    }
    .woocommerce #reviews .comment-text .wrap-rating{
        margin-bottom: 10px;
        position: inherit;
    }
    .woocommerce #reviews #comments ol.commentlist li{
        margin-bottom: 0px;
    }
    .woocommerce #reviews #comments ol.commentlist li img.avatar{
        width: 70px;
        margin-right: 15px;
        position: inherit;
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text{
        margin-left: 0px;
    }
    .tab-accordion-sticky-menu .tab-accordion-gallery-sticky .wrap-detail-gallery,
    body.admin-bar .tab-accordion-sticky-menu .tab-accordion-gallery-sticky .wrap-detail-gallery{
        padding-top: 0px;
    }
    .banner-product-detail h3 {
        font-size: 36px;
    }
    .banner-product-detail p {
        left: 40px;
        bottom: 20px;
    }
    .related-product .single-related-title,.product-title-single {
        font-size: 30px;
    }
    .detail-on-sticky-menu .detail-info .product-title-single {
        padding-top: 0px;
    }
    .tab-product-horizontal .product-tab-title ul li:after{
        display: none;
    }
    .woocommerce #review_form #respond p.comment-form-email, .woocommerce #review_form #respond p.comment-form-author{
        width: 100%;
        padding: 0px;
    }
    .product-detail .detail-gallery {
        margin-bottom: 30px;
    }
    .gap-50 .list-product-wrap {
        margin: 0 -7.5px;
    }
    .gap-50 .list-product-wrap .product {
        padding: 0 7.5px;
    }
    .row.list-product-wrap{
        margin-right: -7.5px;
        margin-left: -7.5px;
    }
    .blog-grid-view .list-post-wrap {
        margin: 0 -7.5px;
    }
    .list-col-item {
        padding: 0px 7.5px;
    }
    #main-content >.container >.row {
        display: flex;
        flex-direction: column;
    }
    .sidebar-position-left {
        order: 2;
    }
    .widget {
        margin-bottom: 50px;
    }
    .content-sidebar-right,
    .content-sidebar-left
    {
        margin-bottom: 50px;
    }
    blockquote {
        padding: 30px;
    }
    blockquote:before {
        display: none;
    }
    blockquote p {
        font-size: 20px;
        line-height: 24px;
    }
    .bread-crumb-title{
        font-size: 36px;
    }
    .wrap-bread-crumb {
        min-height: 250px;
    }
    .info-contact-page .title-contact {
        margin-bottom: 25px;
        font-size: 30px;
    }
    .contact-form-custom {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .header-form-contact h2 {
        margin-top: 15px;
        margin-bottom: 20px;
        font-size: 30px;
    }
    .contact-form-custom .wpcf7 select, .contact-form-custom .wpcf7 input {
        padding: 0px 15px;
    }
    .contact-form-custom .wpcf7 textarea {
        padding: 10px 15px;
        height: 180px;
    }
    .banner-info-about {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .animation-image-s1 .banner-advs {
        margin-bottom: 50px;
    }
    .instagram-home6 h3.parallax-paroller {
        font-size: 100px;
        height: 80px;
    }
    .instagram-home6 {
        padding: 50px 0px 0px;
    }
    .service-home6 {
        margin-top: 15px;
    }
    .instagram-home6 .instagram-box{
        margin-top: 30px;
        text-align: center;
    }
    .product1-home6 .product-slider-view {
        margin-top: 30px;
    }
    .product1-home6 {
        padding: 50px 0px 15px;
    }
    .banner1-home6 {
        margin-right: 0px;
        margin-bottom: 50px;
    }
    .banner2-home6 {
        margin-bottom: 50px;
        margin-left: 0px;
    }
    .banner3-home6 {
         margin-bottom: 50px;
     }
    .banner-silder-home6 .owl-carousel .owl-nav button{
        display: none;
    }
    .main-nav2 .toggle-mobile-menu span{
        display: none;
    }
    .banner-video-home5 {
        margin-bottom: 50px;
    }
    .banner-1-2-3-4-home5 {
        margin-bottom: 20px;
    }
    .banner2-home5 .banner-info {
        left: auto;
        right: 30px;
        height: 110px;
        text-align: right;
    }
    .banner4-home5 .banner-info {
        left: 30px;
        top: 80px;
    }
    .banner3-home5 .banner-info {
        height: 100px;
    }
    .banner1-home5 h2, .banner2-home5 h2, .banner3-home5 h2, .banner4-home5 h2 {
        line-height: 24px;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .banner-slider-home5 {
        margin-bottom: 50px;
    }
    .banner-video-home4 h2 {
        font-size: 24px;
    }
    .banner2-3-home3 {
        margin-bottom: 50px;
    }
    .banner2-3-home3 .post-left .wpb_wrapper {
        margin-right: 0px;
    }
    .banner2-3-home3 .box-title-home {
        margin-bottom: 20px;
    }
    .box-banner1-home3 {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .box-banner1-home3 .element-text-block {
         margin-top: 0px;
    }
    .product1-home3.vc_row {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .banner2-3-home3 .post-left .wpb_wrapper {
        padding-right: 0px;
    }
    .banner2-home3 .banner-info,.banner-countdown-home3 .banner-info {
        top: 35px;
        left: 35px;
    }
    .banner2-3-home3 .banner2-home3 {
        margin-bottom: 30px;
    }
    .banner2-3-home3 .post-right .wpb_wrapper {
        padding-left: 0px;
    }
    .box-banner1-home3 .element-text-block{
        margin-bottom: 50px;
    }
    .banner-slider-home3 .social-list-style1 {
        width: 50px;
        min-width: 50px;
    }
    .category-home2 .element-categories-box-:last-child {
         margin-bottom: 45px;
    }
    .category-home2 .category-right-pos .element-categories-box-:last-child {
         margin-bottom: 0px;
    }
    .instagram-home2 .vc_column_container>.vc_column-inner {
        padding: 0px 5px;
    }
    .instagram-home2.vc_row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .logo-footer2 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .question {
        margin-top: 15px;
    }
    .title-footer2 {
        margin-bottom: 20px;
    }
    .mailchimp-footer2 .title-footer2 {
        margin-bottom: 5px;
    }
    .main-footer2 .wpb_column {
        margin-bottom: 45px;
    }
    .box-banner2-3-home2 {
        margin-bottom: 50px;
    }
    .instagram-home2 .instagram-left, .instagram-home2 .instagram-right,.instagram-home2 .instagram-center {
        margin-top: 0px;
    }
    .banner3-home2 .banner-info {
        left: 0;
        height: 120px;
    }
    .product-tab-home2 {
        margin-bottom: 10px;
    }
    .banner2-home2 h3 {
        font-size: 48px;
    }
    .box-banner2-3-home2 .banner2-home2  {
        margin-bottom: 30px;
    }
    .banner2-home2 .banner-info {
        bottom: -35px;
    }
    .box-banner2-3-home2 .banner2-home2 {
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 70px;

    }
    .category-home2 {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .tab-7up-style1 .title-tab {
        margin: 0 -2px;
        margin-bottom: -10px;
    }
    .tab-7up-style1 .title-tab > li {
        margin: 0px;
        width: 50%;
        float: left;
        padding: 2px;
    }
    .tab-7up-style1 .nav-tabs>li>a{
        height: 30px;
        line-height: 30px;
        border: 1px solid #e1e1e1;
        border-radius: 0px;
        font-size: 14px;
    }
    .tab-7up-style1 .nav-tabs>li>a:hover{
        border: 1px solid #cca06f;
    }
    .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{
        background: #cca06f;
        border: 1px solid #cca06f;
        color: #fff;
    }
    .box-banner1-home2 .banner-advs{
        margin-top: 30px;
    }
    .owl-carousel.navi-nav-style3 .owl-nav button.owl-prev {
        left: 10px;
    }
    .owl-carousel.navi-nav-style3 .owl-nav button.owl-next {
        right: 10px;
    }
    .product1-home2 .owl-carousel.navi-nav-style3:hover .owl-nav button.owl-next {
        right: 10px;
    }
    .product1-home2 .owl-carousel.navi-nav-style3:hover .owl-nav button.owl-prev {
        left: 10px;
    }
    .product1-home2 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .banner-slider-home2 .owl-carousel.navi-nav-style2 .owl-nav button{
        display: none;
    }
    .content-banner-slider2 .slider-content-text {
        margin-left: 0px;
    }
    .post1-home1 {
        margin-top: 30px;
    }
    .testimonial-home1:after {
        bottom: 60px;
    }
    .testimonial-home1 .sv-slider:before{
        font-size: 100px;
    }
    .testimonial-home1 .element-text-block h3 {
        line-height: 28px;
        font-size: 18px;
        padding: 0px 15px;
    }
    .testimonial-home1 {
        margin-bottom: 50px;
        padding-bottom: 130px;

    }
    .product1-home1, .post1-home1 {
        margin-bottom: 10px;
    }
    .box-banner3-home1{
        margin-bottom: 15px;
    }
    .banner2-home1, .group-banner3-4-home1 {
        margin-bottom: 50px;
    }
    .product1-home1 {
        margin-top: 30px;
    }
    .box-title-home h2 {
        margin-top: 15px;
    }
    .box-banner1-home1 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .gap-30 .list-product-wrap {
        margin: 0 -5px;
    }
    .gap-30 .list-product-wrap .item {
        padding: 0 5px;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
        font-size: 30px;
    }
    .box-banner1-home1 .banner-advs {
        margin-right: 0px;
    }
    .banner-slider-home1 .owl-carousel .owl-item .custom-image-position img {
        max-height: 370px;
    }
    .banner-slider-home1 .banner-slider.bg-slider .item-slider {
        height: 400px;
    }
    .banner-slider-home6 .banner-slider.bg-slider .item-slider {
        height: 400px;
    }
    .bottom-footer2 {
        padding: 15px 0px;
    }
    .bottom-footer2 ul{
        margin-bottom: 5px;
    }
    .bottom-footer2 .copyright-footer2,  .bottom-footer2 ul{
        text-align: center;
    }
    .bottom-footer1 .copyright-footer1{
        padding-bottom: 10px;
    }
    .bottom-footer1 .social-list-style1{
        padding-top: 10px;
    }
    .bottom-footer1,.bottom-footer1 .social-list-style1{
        text-align: center;
    }
    .footer-style1 .follow-instagram li {
        max-width: 90px;
    }
    .logo-sevice-home3 .service-open-mega-style2>a{
        width: 50px;
    }
    .logo-sevice-home3 .service-open-mega-style2 {
        margin-right: 10px;
    }
    .info-service-open-mega {
        width: 350px;
        /*height: 350px;*/
        overflow-x: auto;
    }
    .info-header-open.vc_row {
        padding: 20px 35px 35px;
    }
    .info-header-open .follow-instagram li {
        max-width: 90px;
    }
    .item-product-grid-style2 .extra-link-hover2{
        padding: 50px 0px 15px;
    }
    .banner-slider-home5 .banner-slider.bg-slider .item-slider{
        height: 400px;
    }
    .content-banner-slider5 .slider-content-text {
        padding: 0px;
    }
    .banner-slider-home5 .owl-carousel .owl-nav button {
        display:none;
    }
    .content-banner-slider5 .slider-content-text{
        margin-top: 0px;
    }
    .header-category-3{
        margin-bottom: 0px;
    }
    .main-page-default, .content-page {
        padding: 50px 0;
    }
    .list-product-wrap .item-product-list{
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    .banner1-before-content-featured {
        margin-right: 0px;
    }
    .banner2-before-content-featured {
        margin-left: 0px;
        margin-top: 30px;
    }
    .banner-content-featured {
        margin-top: 50px;
        margin-bottom: -300px;
    }
    p.no-comments{
        margin-top: 70px;
    }
    .about-us-home7 .element-text-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}/* End max width 767*/
@media (max-width: 667px) {
    .sticky-addcart .product-price {
        margin-right: 10px;
    }
    .sticky-addcart .product-thumb{
        margin-right: 0px;
    }
    .item-product-sticky-addcart .product-info{
        display: none;
    }
    .banner-slider-home1 .owl-carousel .owl-item .custom-image-position{
        display: none;
    }
    .banner2-home1 .banner-advs:before,
    .banner2-home1 .banner-advs:after,
    .banner2-home1 .banner-advs .chan:before,
    .banner2-home1 .banner-advs .chan:after,
    .banner2-home1 h4
    {
        display: none;
    }
    .text-banner2-home1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner2-home1 .banner-advs {
        padding: 70px 0px 70px 0px;
    }
    .wrap-search-overlay .search-form{
        width: auto;
        display: block;
        height: auto;
    }
    .wrap-search-overlay .search-form .dropdown-box {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e1e1e1;
    }
    .wrap-search-overlay .search-form input[type="text"] {
        width: 100%;
    }
    .wrap-search-overlay .submit-form{
        height: 50px;
        width: 100%;
    }
    .wrap-search-overlay .list-product-search{
        min-width: auto;
    }
    .popup-search-element{
        padding: 0px 15px;
    }
    .overlay-genie .popup-search-element{
        top: 45%;
    }
}/* End max width 667 : Iphone 6,7,8 */
@media (max-width: 600px) {
    .admin-bar .fixed-header.active {
        top: 0;
    }
}/* End max width 600 */

@media(max-width: 568px){

} /*End max-width: 568 Iphone 5*/
@media(max-width: 567px){
    .top-header-home5{
        height: auto;
        line-height: inherit;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .top-header-home5 .vc_col-xs-6{
       width: 100%;
    }
    .top-header-home5 .element-text-block{
       text-align: center;
    }
} /*End max-width: 567 : col ss*/
@media(max-width: 480px){
    .social-home9 a {
        font-size: 40px;
    }
    .banner-slider3-home9 h3 {
        font-size: 14px;
    }
    .banner-slider3-home9 h2 {
        font-size: 24px;
        margin-bottom: 8px;
        margin-top: 10px;
    }
    .banner-slider3-home9 .banner-info{
        left: 30px;
        bottom: 20px;
    }
    .top-header9 h3{
        font-size: 14px;
    }
    .header-home9 .element-parent{
        border-bottom: 1px solid #1a1a1a;
    }
    .header-home9 .style-line {
        padding:0px;
    }
    .header-home9 {
        border-bottom: none;
    }
    .header-home9 .style-line {
        width: 100%;
        border-top: 1px solid #ebebeb;
    }
    .header-home9 .logo-sentinal{
        width: 100%;
    }
    .header-home9 .vc_col-xs-6{
        width: 100%;
    }
    .content-banner-slider.content-banner-slider2 .description{
        display: none;
    }
    .content-banner-slider.content-banner-slider2 .button-link2{
        margin-top: 20px;
    }
    .show-by.show-order .dropdown-link .silver {
        min-width: 180px;
    }
    .banner-countdown-home3 h2,.banner2-home3 h2{
        font-size: 28px;
    }
    .banner-countdown-home3 .price,.banner2-home3 .price {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 28px;
    }
    .info-contact-page {
        padding-left:20px;
        padding-right: 20px;
        padding-bottom: 50px;
    }
    .countdown-style-default .time_circles>div:after {
        margin-left: 10px;
    }
    .countdown-style-default .time_circles>div {
        margin-right: 10px;
    }
    .logo-footer2 a {
        font-size: 36px!important;
        padding: 0px 30px;
    }
    .logo-footer2:before {
        top: 35px;
    }
    .mini-cart-box .dropdown-list{
        width: 100vw;
    }
    .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;
    }
    .item-product-list>.row>div{
        width: 100%;
    }
    .item-product-list .product-info{
        padding-top: 25px;
    }
    .banner-silder-home6 .banner-slider.bg-slider .item-slider {
        height: 400px;
    }
    .banner-video-home5 .banner-style-video .banner-info {
        height: 130px;
    }
    .banner-video-home5 h3 {
        font-size: 38px;
    }
    .header-home5 .social-header-home5 a:last-child{
        display: none;
    }
    .banner-slider-home4 .banner-slider.bg-slider .item-slider {
        height: 400px;
    }
    .brands-home1 {
        padding: 20px 0px;
    }
    .brands-home1 .banner-advs{
        padding: 0px 15px;
    }
    .title-footer1,.list-link-footer h3 {
        margin-bottom: 20px;
        padding-top: 0px;
    }
    .box-info-footer1 .logo-sentinal {
        margin-bottom: 20px;
    }
    .footer-style1 {
        padding-top: 48px;
    }
    .box-title-home h2, .text-banner2-home1 h2 {
        font-size: 24px;
        line-height: 26px;
    }
    .text-banner1-home1 h2 {
        line-height: 24px;
        font-size: 20px;
    }
    .button-link2 {
        height: 40px;
        line-height: 40px;
        padding: 0px 20px;
        min-width: 120px;
    }
    .content-banner-slider .title1 {
        font-size: 30px;
    }
    .content-banner-slider .title2 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .content-banner-slider .description {
        margin-bottom: 20px;
    }
    .banner-slider-home1 .banner-slider:hover .owl-theme.navi-nav-style2 .owl-nav button{
        display: none;
    }
    .banner-slider-home6 .banner-slider:hover .owl-theme.navi-nav-style2 .owl-nav button{
        display: none;
    }
    .search-account-cart-service>div>a{
        padding: 0px 7px;
    }
    .logo-sentinal a {
        font-size: 30px;
    }
    .banner-slider-home3 .banner-slider.bg-slider .item-slider {
        height: 400px;
    }
    .banner-slider-home3 .pagination-number {
        margin-top: -40px;
        right: 30px;
    }
    .icon-404 {
        width: 300px;
        height: 300px;
    }
    .icon-404 .number {
        font-size: 80px;
        line-height: 250px;
    }
    .icon-404 .text {
        font-size: 24px;
    }
    .info-404 h2 {
        font-size: 36px;
    }

    .fixed-header .header-home9 .style-line {
       display: none;
    }
    .header-home9 .element-parent {
         border-bottom: none;
    }
    .banner2-home9 .banner-info,
    .banner3-home9 .banner-info
    {
        left: 20px;
    }
    .social-home9 a {
        width: 60px;
        height: 40px;
    }
    .banner-slider-home9 .banner-info {
        left: 15px;
    }
    .banner-slider-home9 .owl-carousel .owl-nav button{
        display: none;
    }
    .banner-slider2-home9 .banner-info h3 {
        display: none;
    }
    .lifetime-home9 {
        margin-top: 20px;
    }
} /*End max-width: 480*/
@media(max-width: 375px){
    .header-home8 .logo-sentinal a,
    .header-home9 .logo-sentinal a
    {
        height: 50px;
        line-height: 50px;
    }
    .product-scrollbar-view .product-scrollbar-js .product {
        width: 265px;
    }
    .main-logo-header7 .search-account-cart-service>div>a, .social-search-header7 .search-style-popup >a, .social-search-header7 .social-list-style2 >h3, .main-logo-header7 .logo-sentinal a{
        height: 70px;
        line-height: 70px;
    }
    .main-logo-header7 .logo-sentinal a{
        line-height: 50px;
        font-size: 24px;
    }
    .menu-header7 .main-nav .toggle-mobile-menu {
        top: -70px;
    }
    .menu-header7 .main-nav1 {
        margin-top: 0px;
    }

    .instagram-home6 .follow-instagram li {
        max-width: 139px;
    }
    .logo-sentinal-default h1 {
        height: 70px;
        line-height: 70px;
    }
     .desc-comment-text>table th, .desc-comment-text>table td{
        padding: 5px 5px;
    }
    .banner-slider-home3 .scroll-product {
        width: 35px;
    }
    .banner-slider-home3 .scroll-product span{
        display: none;
    }
    .woocommerce div.product form.cart .group_table td.group-info {
        max-width: 200px;
    }
    .banner-slider-home3 .social-list-style1 {
        width: 35px;
        min-width: 35px;
    }
    .logo-sevice-home3 .service-open-mega-style2>a {
        line-height: 70px;
        height: 70px;
        font-size: 20px;
        width: 35px;
    }
    .info-header-open.vc_row {
        padding: 10px 20px 20px;
    }
    .info-service-open-mega {
        width: 320px;
        /*height: 300px;*/
        overflow-x: auto;
    }
    .mini-cart1 .mini-cart-link .mini-cart-number{
        right: 0px;
        width: 18px;
        height: 18px;
        line-height: 18px;
    }
    .main-nav .toggle-mobile-menu{
        height: 70px;
        line-height: 75px;
        width: 50px;
    }
    .fixed-header .main-nav .toggle-mobile-menu{
        width: 50px;
    }
    .search-account-cart-service>div>a, .main-nav1 > ul > li > a {
        height: 70px;
        line-height: 75px;
    }
    .header-home1 .logo-sentinal a {
        height: 70px;
        line-height: 60px;
    }
    .logo-sentinal a {
        font-size: 24px;
    }
    .search-account-cart-service>div .title26 ,.main-nav .toggle-mobile-menu .title26{
       font-size: 20px;
    }
    .main-nav2 .toggle-mobile-menu span{
        display: none;
    }
    .main-nav2 .toggle-mobile-menu{
       padding: 0px;
    }
    .header-home6 .logo-sentinal {
        height: 70px;
        line-height: 55px;
    }
    .header-home6 .search-account-cart-service>div>a {
        height: 70px;
        line-height: 75px;
    }
    .header-home6 .main-nav2 .toggle-mobile-menu{
        line-height: 70px;
    }
    .header-home6 .main-nav2 .toggle-mobile-menu .title36{
        font-size: 26px;
    }
} /*End max-width: 375*/

@media(width: 375px){

}
@media(max-width: 320px){
    form.cart label.qty-label{
        display: none;
    }
    .instagram-widget .follow-instagram li {
        width: 96px;
    }
    .header-home5 .social-list-style1 a {
        margin: 0px 2px 10px;
    }
    .footer-style1 .follow-instagram li {
        max-width: 84px;
    }
} /*End max-width: 320*/
