/*Import*/
/*************************************
[Master Stylesheet]
Project: 7upframework
Version: 1.0
Last change: 05/20/2017
Author: 7UP Theme
Author URI: https://7uptheme.com/
[Table Content]
1.Home 1
2.Home 2
3.Home 3
4.Home 4
5.Home 5
6.Home 6
7.About
8.Contact
9.Menu Ontop
10.Preview  Menu
11.Shop
12.Product Details
13.Blog
***********************************************/
.hidden {
  display: none;
}
.list-tag-detail.nav-tabs {
  border-bottom: 0;
}
.tab-style2 .list-tag-detail.nav-tabs {
  margin: 0 -2px;
  text-align: center;
}
.list-tag-detail.nav-tabs li {
  width: 100%;
}
.tab-style2 .detail-tab-title ul li {
  width: auto;
  margin: 0 2px;
  float: none;
}
.list-tag-detail li a.active::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 2px;
  content: "";
  bottom: -1px;
  background: #333;
}
.menupop.hover:hover {
  transition: none;
  transform: none;
  animation: unset;
}
/*UNITEST*/
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
pre {
  white-space: pre-wrap;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}
figure,
.sv-default img {
  max-width: 100%;
  height: auto;
}
.sv-default #st-map img {
  max-width: none;
  height: inherit;
}
.gallery {
  margin-bottom: 20px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(46%);
  max-width: calc(46%);
}
.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(29.3%);
  max-width: calc(29.3%);
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(21%);
  max-width: calc(21%);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(16%);
  max-width: calc(16%);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(12.7%);
  max-width: calc(12.7%);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(10.28%);
  max-width: calc(10.28%);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(8.5%);
  max-width: calc(8.5%);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(7.1%);
  max-width: calc(7.1%);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.gallery:before {
  content: "";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery:before,
.gallery:after {
  content: "";
  display: table;
}
.bypostauthor,
.screen-reader-text,
.wp-caption-text {
  display: block;
}
table {
  border-collapse: collapse;
}
table,
th,
td {
  border: 1px solid #e0e0e0;
  padding: 5px;
}
.woocommerce table.shop_attributes {
  border-top: 1px solid #e0e0e0;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border-bottom: 1px solid #e0e0e0;
}
.woocommerce-checkout-review-order-table .product-total {
  color: #ecb122;
}
/*Widget*/
.widget .screen-reader-text {
  display: none;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  padding: 10px 0;
}
.widget abbr[title] {
  border-bottom: 0;
}
.tagcloud a {
  padding: 9px 20px;
  border: 1px solid #e0e0e0;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px !important;
  margin-right: 2px;
}
.tagcloud a:hover {
  border-color: #ecb122;
}
.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: #ecb122;
}
.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: #ecb122;
}
.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;
  line-height: 24px;
  margin-bottom: 15px;
}
a.rsswidget {
  font-weight: bold;
}
.widget_rss ul li a.rsswidget {
  line-height: 20px;
}
.rss-date {
  color: #999;
}
.widget.widget_rss ul li {
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
.widget_shopping_cart .mini-cart-button {
  margin-top: 0px;
}
.widget_shopping_cart .mini-cart-button a {
  margin-top: 20px!important;
}
.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: 10px 0 10px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
  color: #000;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover {
  color: #ecb122;
}
.widget .select2-container .select2-search--inline .select2-search__field {
  height: 35px;
  margin: 0;
  padding: 0;
}
.widget .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #e0e0e0 1px;
}
.widget .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin: 0px;
  height: 34px;
}
.widget .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 40px;
  padding: 0px 15px;
}
.woocommerce-product-search input[type=search] {
  border: 1px solid #e0e0e0;
  height: 40px;
  padding: 0 15px;
  display: block;
  width: 100%;
}
.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: #e0e0e0;
  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] {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 0px 25px;
  border-radius: 20px;
  border: none;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.post-password-form input[type=submit]:hover {
  background: #ecb122;
  color: #fff;
}
.post-password-form input[name="post_password"] {
  border-radius: 20px;
  padding: 0px 20px;
}
.sticky {
  display: inline-block;
}
/*END UNITEST*/
/*add style*/
.header-page .vc_row[data-vc-full-width] {
  overflow: inherit !important;
}
.remove-hidden.vc_row[data-vc-full-width] {
  overflow: inherit !important;
}
.vc_row.vc_row-no-padding .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
.comment-list li.pingback {
  margin-bottom: 20px;
}
/*Menu fixed style*/
.fixed-header {
  position: fixed !important;
  top: -100px;
  left: 15px !important;
  z-index: 9996;
  -webkit-transition: top 0.5s ease-out 0s !important;
  transition: top 0.5s ease-out 0s !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.admin-bar .fixed-header.active {
  top: 32px;
}
.fixed-header.active {
  top: 0;
  padding: 10px 0px;
}
.menu-fixed-content.fixed-header {
  background: #fbfbfb;
  width: 100%;
  left: 0 !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  max-width: 100%;
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
/*shop item*/
.list-col-item {
  float: left;
  padding: 0 15px;
}
.list-1-item {
  width: 100%;
}
.list-2-item {
  width: 50%;
}
.list-2-item:nth-child(2n+1) {
  clear: both;
}
.list-3-item {
  width: 33.3333%;
}
.list-3-item:nth-child(3n+1) {
  clear: both;
}
.list-4-item {
  width: 25%;
}
.list-4-item:nth-child(4n+1) {
  clear: both;
}
.list-5-item {
  width: 20%;
}
.list-5-item:nth-child(5n+1) {
  clear: both;
}
.list-6-item {
  width: 16.66666667%;
}
.list-7-item {
  width: 14.2857%;
}
.list-8-item {
  width: 12.5%;
}
.list-9-item {
  width: 11.111%;
}
.list-10-item {
  width: 10%;
}
.list-3-item:nth-child(3n+1),
.list-4-item:nth-child(4n+1),
.list-5-item:nth-child(5n+1),
.list-6-item:nth-child(6n+1),
.list-7-item:nth-child(7n+1),
.list-8-item:nth-child(8n+1),
.list-9-item:nth-child(9n+1),
.list-10-item:nth-child(10n+1) {
  clear: both;
}
.list-col-item.list-10-item,
.list-col-item.list-9-item,
.list-col-item.list-8-item,
.list-col-item.list-7-item,
.list-col-item.list-6-item,
.list-col-item.list-5-item {
  padding: 0 5px;
}
.list-post-wrap .wrap-item[data-item="5"],
.list-post-wrap .wrap-item[data-item="6"],
.blog-grid-view[data-column="5"] .row,
.blog-grid-view[data-column="6"] .row,
.product-grid-view[data-column="5"] .row,
.product-grid-view[data-column="6"] .row,
.product-grid-view[data-column="7"] .row,
.product-grid-view[data-column="8"] .row,
.product-grid-view[data-column="9"] .row,
.product-grid-view[data-column="10"] .row {
  margin: 0 -5px;
}
/*end*/
.blog-grid-view .list-post-wrap {
  margin: 0 -15px;
}
.pagi-nav > .page-numbers {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e0e0e0;
  min-width: 40px;
  text-align: center;
  font-weight: 700;
}
.pagi-nav .current {
  border-color: #ecb122;
  color: #ecb122;
}
.main-page-default {
  margin: 100px 0 50px;
}
.loadmore {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  font-size: 16px;
  color: #fff;
  background: #000;
  border-radius: 20px;
  min-width: 230px;
}
.btn-loadmore {
  text-align: center;
}
.post-meta-data a {
  color: #999;
}
.post-meta-data a:hover {
  color: #ecb122;
}
/*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: #999;
  min-width: 29px;
}
.share-icon :hover {
  color: #ecb122;
}
/*
.share-icon.facebook-social{
  background: #2d5f9a;
}
.share-icon.twitter-social{
  background: #58c7ff;
}
.share-icon.google-social{
  background: #d93c2d;
}
.share-icon.envelope-social{
  background: #484745;
}
.share-icon.linkedin-social{
  background: #00527b;
}
.share-icon.pinterest-social{
  background: #ed2024;
}
.share-icon.tumblr-social{
  background: #3f557a;
}*/
.share-icon i {
  font-size: 16px;
}
.share-icon.total-share {
  height: 28px;
  line-height: 28px;
  border: 1px solid #e0e0e0;
  color: #cb0909;
}
.share-icon .number {
  margin: -1px 4px 0;
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
}
/*End share*/
.author-thumb img,
.comment-thumb img {
  border-radius: 50%;
}
.comment-list ul.children {
  list-style: none;
}
.blog-comment-detail > h2.title18 {
  margin-bottom: 25px;
}
.comment-info .fn {
  font-weight: 700;
  margin-top: -3px;
  margin-bottom: 7px;
}
.comment-info .fn a {
  color: #333;
}
.comment-info .fn a:hover {
  color: #ecb122;
}
.leave-comments {
  margin-top: 100px;
}
.comment-reply-title {
  margin: 0px;
  font-size: 36px;
  color: #000;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 65px;
  text-transform: uppercase;
  margin-top: -8px;
}
.comment-reply-title:after {
  content: '';
  height: 4px;
  width: 70px;
  background: #ecb122;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: -15px;
}
.widget_rss .rsswidget img {
  margin-top: -4px;
}
.comment-list .comment-reply-title {
  margin-top: 45px;
}
.comment-form-cookies-consent {
  text-align: center;
}
#commentform input[type="text"] {
  height: 50px;
  line-height: 50px;
  display: block;
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
}
#commentform textarea {
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
}
.comment-respond input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
.comment-respond input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.comment-respond input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.comment-respond input:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.comment-respond textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
.comment-respond textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.comment-respond textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.comment-respond textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.comment-respond .item-form {
  margin-bottom: 20px;
}
.comment-respond .form-submit {
  margin-top: 30px;
}
.comment-respond .control-group .desc-info {
  margin-bottom: 22px;
  text-align: center;
}
.post-control-full {
  background: #f4f5f7;
  margin-top: 100px;
  margin-bottom: 85px;
}
.post-control-full a {
  display: inline-block;
}
.post-control-full a i {
  height: 50px;
  width: 50px;
  background: #7a7a7b;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.post-control-full a span {
  display: block;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.post-control-full a .next-prev {
  color: #666;
}
.post-control-full .prev-post {
  position: relative;
}
.post-control-full .prev-post span {
  padding-left: 70px;
}
.post-control-full .prev-post i {
  position: absolute;
  left: 0;
  top: 0;
}
.post-control-full .next-post {
  position: relative;
}
.post-control-full .next-post span {
  padding-right: 70px;
}
.post-control-full .next-post i {
  position: absolute;
  right: 0;
  top: 0;
}
.post-control-full a:hover i {
  background: #000;
  color: #ecb122;
}
.post-control-full a:hover .dark {
  color: #ecb122;
}
.item-comment .get-date {
  margin-bottom: 9px;
  display: inline-block;
  color: #999;
}
.item-comment .get-comment-content > p:last-child {
  margin-bottom: 0px;
}
.reply-comment .desc {
  margin: 0 0 30px;
}
.content-post-default .title-single-post {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  max-width: 600px;
  margin: auto;
  position: relative;
  margin-bottom: 28px;
  margin-top: -20px;
}
.content-post-default .title-single-post:before {
  content: '';
  position: absolute;
  width: 70px;
  height: 4px;
  background: #ecb122;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -6px;
}
.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;
  font-size: 14px;
}
.list-mini-cart-item .product-title {
  font-size: 14px;
}
.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: #cdcdcd;
  height: 3px;
  border-radius: 0px;
  margin-bottom: 15px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #666666;
  top: -4px;
  width: 10px;
  height: 10px;
  border-color: #666;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #ecb122;
}
.woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  padding: 0 25px !important;
  border-radius: 20px;
  text-align: center;
  background-color: #000;
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  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: #ecb122;
  color: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount {
  font-size: 14px;
  line-height: 20px;
  margin-top: 24px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  line-height: 38px;
  font-size: 14px;
}
.woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit {
  margin: 20px 0 0;
}
select,
input[type=password],
input[type=number],
input[type=email],
input[type=text] {
  border: 1px solid #c8c8c8;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
}
textarea {
  border: 1px solid #e0e0e0;
  padding: 10px;
}
.widget_product_search input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  background: transparent;
  border: none;
  z-index: 1;
  font-size: 0;
}
.widget_product_search input[type=search] {
  width: 100%;
}
.woocommerce-product-search {
  position: relative;
}
.woocommerce-product-search::after {
  position: absolute;
  top: 12px;
  right: 15px;
  font-family: fontAwesome;
  content: "\f002";
  color: #999;
}
.woocommerce-loop-category__title {
  margin: 17px 0 7px;
  font-size: 14px;
  font-weight: 400;
}
.item-product .mark,
.item-product mark {
  background-color: transparent;
}
a.active,
.chosen a {
  color: #ecb122;
}
.woocommerce .woocommerce-ordering {
  margin-bottom: 0;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
  border-top: none;
  padding-top: 0px;
  margin-top: 0px;
}
.label-wrap.wapl-aligncenter {
  text-align: center;
}
.shop-loading {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 98;
}
.shop-loading i {
  font-size: 40px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  color: #fff;
}
.ajax-loading:not(.list-product-search) {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.ajax-loading:not(.list-product-search) i {
  font-size: 40px;
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  margin: auto;
}
.loadding {
  position: relative;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: none;
  width: 100%;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0;
  margin-top: -6px;
}
.woocommerce div.product .woocommerce-product-rating .wrap-rating {
  display: inline-block;
  margin-bottom: 15px;
}
.entry-summary > p {
  margin-bottom: 0;
}
/*End default*/
/*Begin custom*/
/*.main-nav>ul>li.current-menu-item>a,
.main-nav>ul>li.current-menu-ancestor>a,
.main-nav>ul>li:hover>a{
    background: rgba(255, 255, 255, 0.1);
}
.main-nav li:not(.has-mega-menu) .sub-menu li:hover,
.main-nav .sub-menu li.current-menu-item,
.main-nav .sub-menu li.current-menu-ancestor{
    background: rgba(0, 0, 0, 0.1);
}*/
.product-price ins {
  color: #ecb122;
  font-weight: 700;
  font-size: 14px;
}
.product-price del {
  color: #666;
}
a.added_to_cart,
.woocommerce a.added_to_cart {
  display: none !important;
}
.woocommerce #respond input#submit,
a.added_to_cart,
.woocommerce a.added_to_cart,
.woocommerce a.button.addcart-link {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  margin: 0;
  background: #000;
  font-weight: 700;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.woocommerce #respond input#submit:hover,
a.added_to_cart:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce a.button.addcart-link:hover {
  background: #ecb122;
  color: #fff;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  top: 0;
  right: 0;
}
.woocommerce ul.products li.product .button {
  margin: 0;
}
.product-thumb {
  /*  border: 1px solid #e0e0e0;*/
}
.sort-by .select-box select {
  line-height: 36px;
}
.title-page {
  position: relative;
  z-index: 1;
}
.title-page + div {
  position: relative;
  z-index: 0;
}
.woocommerce div.product div.images .carousel li img {
  width: 70px;
  min-height: 70px;
}
.detail-info .product-desc {
  color: #666;
  margin-bottom: 42px;
  line-height: 24px;
}
.product_meta > span {
  display: block;
}
.product_meta > span > span,
.product_meta > span > a {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 5px;
}
.detail-qty .qty-val {
  border: 0;
  height: 38px;
}
.detail-info .product-price > span,
.detail-info .product-price ins {
  font-size: 24px;
  font-weight: 700;
}
.detail-info .product-price del {
  font-size: 24px;
  font-weight: 400;
}
.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 {
  margin-left: 15px;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  text-align: center;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-family: 'raleway';
  max-width: 230px;
  height: 45px;
  line-height: 45px;
  border-radius: 22px;
  border: none;
  text-transform: capitalize;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
  background: #ecb122;
}
.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;
}
.woocommerce div.product form.cart .reset_variations[style="visibility: visible; display: inline;"] {
  display: block !important;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #999;
}
.woocommerce-variation.single_variation {
  /* margin-left: 100px;*/
}
.woocommerce div.product form.cart {
  margin-bottom: 0;
}
.item-product-meta-info > span {
  padding: 0;
  border: 0;
  display: table;
}
.item-product-meta-info > span.tagged_as {
  margin-bottom: -5px;
}
.item-product-meta-info > span > * {
  display: table-cell;
}
.item-product-meta-info .meta-item-list span,
.item-product-meta-info .meta-item-list a {
  margin-bottom: 5px;
}
.select-box select {
  z-index: inherit;
}
/*attribute css*/
.tawcvs-swatches {
  overflow: hidden;
}
.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: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 15px;
  cursor: pointer;
  border: 1px solid transparent;
  position: relative;
}
.tawcvs-swatches .swatch.selected {
  /*-webkit-box-shadow: 0 0 5px;
  -moz-box-shadow: 0 0 5px;
  box-shadow: 0 0 5px;*/
  border-color: #999;
  opacity: 1;
}
.tawcvs-swatches .swatch.disabled {
  opacity: 0.1;
}
.tawcvs-swatches .swatch-color {
  text-indent: -9999px;
  border: 5px solid #fff;
}
.tawcvs-swatches .swatch-color.class_white_bg_color {
  border: 1px solid #efefef;
  height: 28px;
  width: 28px;
  margin: 3px 5px;
}
.tawcvs-swatches .swatch-color.selected.class_white_bg_color {
  border: 5px solid #efefef;
  height: 35px;
  width: 35px;
  margin: 0px;
  margin-right: 10px;
}
.tawcvs-swatches .swatch-color.selected.class_white_bg_color:before {
  border-color: #000;
}
.tawcvs-swatches .swatch-color.selected {
  border-color: #efefef;
}
.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: 5px;
  left: 10px;
}
.tawcvs-swatches .swatch-label {
  background: #efefef;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.tawcvs-swatches .swatch-label.selected {
  color: #ecb122;
  border-color: #efefef;
}
.tawcvs-swatches .swatch-image {
  overflow: hidden;
}
.tawcvs-swatches .swatch img {
  vertical-align: top;
}
.widget .tawcvs-swatches .swatch {
  margin-right: 10px;
}
/* End attribute css*/
.woocommerce div.product div.summary {
  margin-bottom: 0;
}
/* detail tab css*/
.detail-tab-desc > h2:first-child {
  display: none;
}
.detail-tab-desc p {
  margin: 0;
  line-height: 24px;
}
.detail-tabs.tab-style2 {
  display: block;
  border: 0;
}
.tab-style2 .detail-tab-title ul li {
  display: inline-block;
}
.tab-style2 .detail-tab-title {
  min-width: inherit;
  border: 0;
  text-align: center;
  border-top: 1px solid #e0e0e0;
  padding-top: 23px;
  margin-bottom: 17px;
}
.tab-style2 .list-tag-detail li a {
  border: none;
  padding: 0px;
  margin: 0px 10px;
  border-bottom: 4px solid transparent;
  color: #000;
  text-transform: capitalize;
  font-size: 18px;
  padding-bottom: 13px;
}
.tab-style2 .list-tag-detail li a:hover {
  color: #ecb122;
}
.tab-style2 .list-tag-detail li.active a {
  border-color: #ecb122;
}
.tab-style2 .list-tag-detail li a.active::before {
  display: none;
}
.tab-style2 .list-tag-detail li.active a::after {
  display: none;
}
.tab-style2 .detail-tab-content {
  margin: 0;
  padding-bottom: 0px;
}
.woocommerce #reviews #comments > h2 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  display: none;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 70px;
  border: 0;
  padding: 0;
  border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 90px;
  border-radius: 0px;
  padding: 20px 20px 0;
  border-color: #e0e0e0;
}
.detail-tab-desc {
  margin-top: 7px;
}
.woocommerce-Reviews {
  margin-top: 20px;
}
.woocommerce-Reviews .wrap-rating {
  float: right;
  margin-bottom: 0px;
}
.woocommerce-Reviews .woocommerce-noreviews {
  text-align: center;
}
.woocommerce-Reviews .woocommerce-review__author {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
}
.woocommerce-Reviews #comments {
  margin-bottom: 27px;
}
.woocommerce-Reviews .commentlist {
  max-width: 830px;
  margin: auto!important;
}
.woocommerce #reviews #comments ol.commentlist li {
  margin-bottom: 20px;
}
.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 {
  color: #fff;
  background-color: #edb329;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  margin-left: 20px;
}
.woocommerce form .form-row .input-checkbox {
  margin-top: 6px;
  margin-left: -20px;
}
.woocommerce-Reviews .comment-reply-title {
  display: block;
  text-align: center;
  color: #000;
  text-transform: initial;
  margin-bottom: 65px;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
}
.woocommerce #review_form #respond p.form-submit {
  margin-top: 20px;
  margin-bottom: 0px;
}
.woocommerce-Reviews .comment-form {
  text-align: center;
}
.woocommerce-Reviews .comment-form .comment-form-author,
.woocommerce-Reviews .comment-form .comment-form-email {
  border: 1px solid #c8c8c8;
  clear: both;
  margin: 0 auto 15px!important;
  max-width: 830px;
  text-align: left;
  height: 50px;
  line-height: 50px;
}
.woocommerce-Reviews .comment-form .comment-form-author label,
.woocommerce-Reviews .comment-form .comment-form-email label {
  padding: 0px 15px;
  color: #999;
  font-weight: 400;
}
.woocommerce-Reviews .comment-form .comment-form-rating {
  border: 1px solid #c8c8c8;
  clear: both;
  margin: 0 auto 15px!important;
  max-width: 830px;
  text-align: left;
  height: 50px;
  line-height: 50px;
}
.woocommerce-Reviews .comment-form .comment-form-rating label {
  padding: 0px 15px;
  color: #999;
  font-weight: 400;
  vertical-align: middle;
}
.woocommerce-Reviews .comment-form .comment-form-rating .stars {
  display: inline-block;
  vertical-align: middle;
}
.woocommerce-Reviews .comment-form .comment-form-comment {
  position: relative;
  max-width: 830px;
  margin: auto!important;
}
.woocommerce-Reviews .comment-form .comment-form-comment label {
  padding: 0px 15px;
  color: #999;
  font-weight: 400;
  position: absolute;
  top: 8px;
}
.woocommerce-Reviews .comment-form .comment-form-comment textarea {
  border-color: #c8c8c8;
}
.woocommerce-Reviews .comment-form .comment-form-comment textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
.woocommerce-Reviews .comment-form .comment-form-comment textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.woocommerce-Reviews .comment-form .comment-form-comment textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.woocommerce-Reviews .comment-form .comment-form-comment textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.woocommerce-Reviews .comment-form select,
.woocommerce-Reviews .comment-form input[type=password],
.woocommerce-Reviews .comment-form input[type=number],
.woocommerce-Reviews .comment-form input[type=email],
.woocommerce-Reviews .comment-form input[type=text] {
  border: none;
}
.woocommerce #reviews #comment {
  height: 120px;
}
.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: 150px;*/
}
/* 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;
  border-radius: 20px;
}
td.product-remove {
  max-width: 30px;
}
td.product-thumbnail {
  max-width: 60px;
  text-align: center;
}
.woocommerce ul.order_details {
  padding: 0px;
}
.woocommerce-order-details__title {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 6px;
}
.woocommerce-thankyou-order-received {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 35px;
}
.woocommerce-column__title {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 35px;
  margin-top: 40px;
}
.woocommerce .woocommerce-customer-details address {
  padding: 20px 25px;
  border-radius: 0px;
  border: 1px solid #e0e0e0;
  line-height: 27px;
}
.css-form-cart-page {
  margin-top: -15px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 70px;
}
/*End Woocommerce page css*/
.item-default .post-thumb {
  display: inline-block;
  max-width: 100%;
}
.entry-content,
.content-post-default {
  line-height: 24px;
  margin-bottom: 50px;
}
.page-links > span,
.page-links > a {
  padding: 6px 10px;
  border: 1px solid #e0e0e0;
  margin: 0 2px;
}
.page-links > span {
  color: #ecb122;
}
.page-links {
  margin-top: 35px;
  clear: both;
}
.woocommerce div.product form.cart:not(.variations_form) {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  margin-bottom: 27px;
}
.woocommerce div.product form.cart:not(.variations_form) > label {
  width: 100px;
  margin: 0;
}
.woocommerce div.product .list-product-group form.cart {
  display: block;
}
.list-product-group form.cart table {
  width: 100%;
}
.group-qty label {
  display: none;
}
.woocommerce div.product form.cart .group_table td.group-info {
  padding: 6px 15px;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: 80px;
}
.woocommerce div.product .list-product-group form.cart .button.single_add_to_cart_button {
  margin: 20px 0 0 0;
  min-width: 50%;
}
.woocommerce div.product form.cart .group_table tr:last-child td {
  padding-bottom: 20px;
}
.woocommerce table.shop_table {
  padding: 0;
  border-collapse: collapse;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  border-color: #e0e0e0;
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: collapse;
}
.select2-container--default .select2-selection--single {
  border-color: #e0e0e0;
  height: 38px;
  border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  padding: 0px 20px 0px 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px;
  right: 6px;
}
/*My account*/
.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 8px 15px;
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid #e0e0e0;
}
.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-MyAccount-navigation ul li:hover {
  color: #fff;
  background: #ecb122;
  border-color: #ecb122;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li:hover a {
  color: #fff;
}
.woocommerce-MyAccount-content .col2-set {
  margin-bottom: 0px;
}
.woocommerce .woocommerce-MyAccount-content table.my_account_orders {
  margin-bottom: 0px;
}
.woocommerce-MyAccount-content {
  padding: 15px;
  border: 1px solid #e0e0e0;
}
.woocommerce-MyAccount-content a {
  color: #333;
}
.woocommerce-MyAccount-content a:hover {
  color: #999;
}
.woocommerce-account .addresses .title .edit {
  font-size: 14px;
  background: #000;
  color: #fff;
  padding: 0px 15px;
  margin-top: 20px;
  height: 25px;
  line-height: 27px;
  border-radius: 25px;
  margin-top: 0px;
}
.woocommerce-account .addresses .title .edit:hover {
  background: #ecb122;
}
.woocommerce-MyAccount-content .title h3 {
  margin-top: 0px;
}
.woocommerce form .form-row input.input-text {
  height: 40px;
  border: 1px solid #e0e0e0;
  padding: 0px 15px;
}
.select2-container .select2-choice {
  height: 40px;
  border: 1px solid #e0e0e0;
  line-height: 40px;
}
.select2-drop-active {
  border-color: #e0e0e0;
}
.mini-cart-empty {
  padding-top: 20px;
}
.mini-cart-button a,
.woocommerce .mini-cart-button a {
  height: 40px;
  display: inline-block;
  padding: 0 25px;
  border: none;
  border-radius: 20px;
  color: #fff;
  line-height: 40px;
  background: #333;
  margin: 0 3px;
  text-align: center;
}
.mini-cart-button a:hover,
.woocommerce .mini-cart-button a:hover {
  color: #fff;
}
.aside-box .dropdown-list {
  left: auto;
  visibility: visible;
  opacity: 1;
}
.mini-cart-box.aside-box .mini-cart-button a:first-child {
  background: #666;
}
.aside-box .dropdown-list {
  pointer-events: inherit;
}
.overlay .wrap::after {
  z-index: 1001;
}
/*End*/
.fancybox-inner {
  padding: 0 15px;
  margin: 0 -15px;
}
.fancybox-opened,
.zoomContainer {
  z-index: 9997;
}
.fancybox-overlay {
  z-index: 9996;
}
.menu-on-fixed.single-product .header-page {
  position: static;
}
.single-product .header-page {
  /*z-index: 9998;*/
  position: relative;
}
.product-popup-content {
  padding: 0;
}
.product-popup-content .product-detail {
  margin-bottom: 0;
}
.fancybox-opened .fancybox-skin {
  background: #fff;
}
/*Begin Search Ajax*/
.list-product-search {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  /*border-radius: 6px;*/
  left: 0;
  margin-top: 32px;
  padding: 10px 20px;
  position: absolute;
  top: 100%;
  width: 100%;
  min-width: 300px;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.list-product-search.active {
  opacity: 1;
  visibility: visible;
  margin-top: 2px;
}
.item-search-pro {
  border-bottom: 1px solid #e0e0e0;
  display: table;
  padding: 10px 0;
  width: 100%;
}
.item-search-pro > div {
  display: table-cell;
  vertical-align: middle;
}
.item-search-pro:last-child {
  border: none;
}
.item-search-pro .title14 {
  text-transform: capitalize;
  font-weight: 400;
}
.item-search-pro > div.search-ajax-thumb {
  width: 50px;
}
.item-search-pro > div.search-ajax-price {
  text-align: right;
}
.item-search-pro > div.search-ajax-title {
  padding: 0 10px;
}
.live-search-on.active .list-product-search {
  opacity: 1;
  visibility: visible;
  margin-top: 2px;
}
/*End Search Ajax*/
.dropdown-list li.active a {
  background: #ecb122;
  color: #fff;
}
.list-product-search.ajax-loading {
  text-align: center;
}
.overlay .mini-cart-link {
  color: #555;
}
.aside-box .dropdown-list {
  margin-top: 0;
}
.admin-bar .aside-box .dropdown-list {
  margin-top: 32px;
}
.form-newsletter input[type="email"] {
  height: 40px;
  display: block;
  border: none;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  padding: 0 20px;
  background: transparent;
}
.form-newsletter form .mc4wp-form-fields {
  width: 100%;
  max-width: 570px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  position: relative;
  border: 1px solid #e0e0e0;
}
.desc-block {
  margin-bottom: 15px;
}
.follow-instagram {
  margin: -4px;
}
.follow-instagram li {
  max-width: 84px;
  margin: 4px;
}
.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: #ecb122;
}
.block-element {
  margin-bottom: 0;
}
/*menu live preview*/
.main-nav .preview-image {
  background: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  left: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
  border: 1px solid #e0e0e0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.main-nav li:hover > .preview-image {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.preview-image img {
  height: auto;
}
.preview-image > a {
  display: block;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.preview-image > a > img {
  left: 0;
  position: absolute;
  top: 0;
  transition: all 5s ease-in-out 0s;
  -webkit-transition: all 5s ease-in-out 0s;
  width: 100%;
}
.preview-image > a:hover > img {
  top: 100%;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
/*end live preview*/
/*Begin Wishlist Popup*/
.wishlist-mask {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.wishlist-popup {
  background: #fff none repeat scroll 0 0;
  border: 10px solid rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  padding: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 470px;
  z-index: 9999;
}
.wishlist-button a {
  background: #858785 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 3px;
}
.popup-icon {
  font-size: 30px;
}
.wishlist-alert {
  margin: 10px 0 20px;
}
.product-popup-content {
  /*padding: 0 15px;*/
}
.fancybox-skin {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.wishlist-popup .popup-icon {
  color: #ecb122;
}
.wishlist-button a:hover {
  background: #ecb122;
}
/*End Wishlist Popup*/
.item-mega-menu ul li {
  margin-bottom: 15px;
}
.item-mega-menu ul li:last-child {
  margin-bottom: 0;
}
.item-mega-menu > h3 {
  margin-bottom: 20px;
}
.item-post-large.item-default .post-info {
  padding-left: 0;
}
.main-nav.main-nav1 ul {
  padding: 0;
}
.logo h1 {
  margin: 0;
}
.content-single-blog iframe {
  width: 100%;
  border: 0;
  max-width: 100%;
}
.player .vp-player-layout {
  left: 0 !important;
  right: 0 !important;
}
.sort-by .select-box::after {
  top: 11px;
  color: #999;
}
.vc_row:not([data-vc-stretch-content="true"]) .container {
  padding: 0;
}
.smart-slider:not(.owl-carousel)[data-item="6"] > div {
  width: 16.6666%;
}
.smart-slider:not(.owl-carousel)[data-item="5"] > div {
  width: 20%;
}
.smart-slider:not(.owl-carousel)[data-item="4"] > div {
  width: 25%;
}
.smart-slider:not(.owl-carousel)[data-item="3"] > div {
  width: 33.3333%;
}
.smart-slider:not(.owl-carousel)[data-item="2"] > div {
  width: 50%;
}
.widget-group {
  margin-bottom: 50px;
}
.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 -0.4s;
  animation: objectstyle6 2s linear infinite -0.4s;
  left: 20px;
}
#object_threestyle6 {
  -webkit-animation: objectstyle6 2s linear infinite -0.8s;
  animation: objectstyle6 2s linear infinite -0.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 #e0e0e0;
  height: 50px;
  border-radius: 25px;
  display: block;
  width: 100%;
  background: #fff;
  padding: 0 45px;
}
.item-contact-page .contact-thumb i {
  position: relative;
  z-index: 1;
}
.item-contact-page .contact-thumb {
  margin-bottom: 23px !important;
}
.banner-slider .banner-info {
  /* height: auto;*/
}
.about-customer li::before {
  content: "\f00c";
  font-family: "FontAwesome";
}
.about-banner-history .banner-info .desc::before {
  content: "\f10d";
  font-family: "FontAwesome";
}
.about-content-page::before {
  display: none;
}
.about-content-page {
  position: relative;
  padding: 0 15px;
}
.about-content-page > div {
  position: relative;
  padding: 40px 0;
}
.about-content-page > div::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 1px;
  content: "";
  background: #e5e5e5;
  z-index: 1;
  display: block;
}
.about-title-number .number {
  line-height: 68px;
}
.about-title-number > p {
  margin-bottom: 0;
}
.about-title-number {
  padding-bottom: 42px;
  margin-bottom: 0;
}
.item-about-faq .desc::before,
.item-about-faq h3::before {
  display: none;
}
.item-about-faq h3 span.first-text {
  position: absolute;
  top: -10px;
  text-transform: uppercase;
  font-size: 60px;
  color: #f4f4f4;
  left: -20px;
  z-index: -1;
}
.item-about-faq .desc span.first-text {
  position: absolute;
  top: 15px;
  text-transform: uppercase;
  font-size: 60px;
  color: #f4f4f4;
  left: -20px;
  z-index: -1;
}
.intro-about-team h3 {
  margin: 0;
  padding: 30px 0;
}
.content-about-team .desc {
  margin-bottom: 25px;
}
.price-table-color span.start {
  margin-bottom: 10px;
}
.wishlist_table tr td,
.wishlist_table tr th.wishlist-delete,
.wishlist_table tr th.product-checkbox {
  text-align: left;
}
.woocommerce .product-remove a.remove {
  margin: auto;
}
.woocommerce table.wishlist_table {
  font-size: 100%;
}
.compare-link,
.wishlist-link {
  line-height: normal;
  display: inline-block;
}
.compare-link > span,
.wishlist-link > span {
  display: none;
}
/*
.item-post .post-info .desc {
  margin-bottom: 20px;
}*/
.yith-wcwl-add-to-wishlist + div {
  display: inline-block;
  clear: inherit;
}
.detail-info > .compare.button,
.detail-info > .yith-wcwl-add-to-wishlist {
  display: none !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 #e0e0e0;
  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 {
  display: inline-block;
  position: relative;
  color: #666;
  font-weight: 700;
}
.btn-filter i {
  margin-right: 5px;
}
.box-attr-filter {
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  margin-top: 35px;
  opacity: 0;
  padding: 20px 0;
  position: absolute;
  top: 65px;
  visibility: hidden;
  width: 100%;
  z-index: 9985;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.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 #e0e0e0;
  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 #e0e0e0;
  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: #ecb122;
}
.range-filter .ui-slider-handle.ui-state-default.ui-corner-all {
  background: #666;
  cursor: pointer;
  height: 10px;
  margin-left: -5px;
  top: -3px;
  width: 10px;
  border: none;
  border-radius: 50%;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  display: none;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  text-align: left;
}
.range-filter .slider-range {
  border: none;
  border-radius: 0;
  height: 3px;
  display: inline-block;
  margin: 0 20px 0 5px;
  vertical-align: middle;
  width: 250px;
  background: #e5e5e5;
}
.attr-price-filter {
  display: inline-block;
}
.attr-price-filter label {
  font-weight: 400;
}
.list-filter.list-inline li {
  padding: 0 10px;
}
.wrap-item.loadding .ajax-loading {
  display: block !important;
}
.filter-yes .js-content-main {
  clear: both;
}
.filter-col .box-attr-filter::before {
  display: none;
}
.filter-col .item-box-attr {
  display: block;
  float: left;
}
.filter-col.filter-2-col .item-box-attr {
  width: 50%;
}
.filter-col.filter-3-col .item-box-attr {
  width: 33.3333%;
}
.filter-col.filter-4-col .item-box-attr {
  width: 25%;
}
.filter-col.filter-2-col .item-box-attr:nth-child(2n+1),
.filter-col.filter-3-col .item-box-attr:nth-child(3n+1),
.filter-col.filter-4-col .item-box-attr:nth-child(4n+1) {
  clear: both;
}
.filter-col .box-attr-filter {
  clear: both;
}
.filter-col .list-filter {
  margin: 0 -15px;
}
.filter-col .item-box-attr {
  text-align: left;
}
.filter-col.filter-col-list .list-filter li,
.filter-col.filter-col-list .list-filter {
  list-style: none;
  display: list-item;
}
.element-filter {
  position: relative;
}
.element-filter.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  border: solid #a21414;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 2px;
  right: -11px;
}
.filter-noresult {
  padding: 100px 0;
  border: 1px solid #e0e0e0;
}
.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 {
  background: #ecb122;
  color: #fff;
}
.mini-cart-box.dropdown-box {
  display: inline-block;
}
.detail-gallery .carousel li {
  min-height: 50px;
}
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0 !important;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  display: block;
  max-width: 100%;
}
.account-manager .dropdown-list li i {
  min-width: 20px;
}
.account-manager .dropdown-list {
  width: 170px;
}
/* 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: #ecb122;
  border-color: #ecb122;
  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, 0.8);
  cursor: pointer;
}
.login-popup-content {
  position: absolute;
  width: 500px;
  max-width: 100%;
  background-color: #fff;
  color: #555;
  overflow: hidden;
  z-index: 1000;
  margin: 0 auto;
  top: 15%;
  left: 0;
  right: 0;
}
.popup-form {
  max-width: 300px;
  margin: 0 auto;
  display: none;
}
.login-popup-content-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9998;
}
.popup-form .submit {
  margin: 20px 0 25px;
  position: relative;
}
.popup-form.active {
  display: block;
}
.login-popup-content {
  padding: 50px 0;
}
.popup-form .form-header h2,
.popup-form > h2 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px;
  text-align: center;
}
.popup-form .desc.note {
  margin: -20px 0 20px;
  color: #999;
  font-size: 12px;
}
.popup-form .extra-field .woocommerce-privacy-policy-text p {
  color: #999;
  font-size: 12px;
}
.popup-form .form-header .desc,
.popup-form > .desc {
  text-align: center;
  color: #999;
  margin-bottom: 10px;
}
.popup-form .form-header {
  margin-bottom: 30px;
}
.popup-form form > p,
.popup-form .form-field {
  position: relative;
  margin-bottom: 30px;
}
.popup-form form .extra-field > p > label,
.popup-form form > p > label {
  position: static;
}
.popup-form label:not(.rememberme) {
  text-align: left;
  color: #999;
  position: absolute;
  font-weight: normal;
  top: 6px;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  z-index: 0;
}
.popup-form input:not(.button) {
  border-width: 0 0 1px;
  width: 100%;
  max-width: 100%;
  padding: 0;
  z-index: 1;
  position: relative;
  background: transparent;
}
.popup-form input.button {
  width: 100%;
}
.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 #e0e0e0;
}
.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: 0.05s border-color ease-in-out;
  transition: 0.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: #ecb122;
}
.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: #bf2c2c;
  left: 0;
  width: 100%;
}
.popup-form .input-focus .input-focus-line {
  background-color: #fab502;
  left: 0;
  width: 100%;
}
.close-login-form {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #333;
  opacity: .5;
  font-weight: 300;
  font-size: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1001;
}
.popup-form .forgetmenot label {
  font-size: 14px;
  font-weight: normal;
}
.popup-form .submit i {
  position: absolute;
  color: #fff;
  right: 15px;
  top: 13px;
}
.ms-error,
.ms-done {
  display: none;
}
.popup-form .message {
  border-left: 4px solid #00a0d2;
  padding: 12px;
  margin-left: 0;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 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, 0.1);
  color: #999;
  font-size: 12px;
}
/*End custom*/
/*Tool Panel*/
a.dm-color {
  border: 1px solid #e0e0e0;
  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: #ecb122;
  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: #ecb122;
}
#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 0.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 #e0e0e0;
  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: #ecb122;
  font-weight: 600;
  font-size: 60px;
}
.info-404 h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 28px 0 18px;
}
.info-404 {
  text-align: center;
  max-width: 375px;
}
.info-404 p {
  color: #999;
  margin-bottom: 43px;
}
.content-default-404 {
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 50px;
}
/*End 404*/
.search-no-results .wg-search-form {
  margin-top: 45px;
  max-width: 580px;
}
.widget .list-mini-cart-item {
  margin-bottom: 20px;
}
/*Custom cart/checkout*/
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
.cart-collaterals {
  padding: 30px 30px 20px;
  background: #f9f9f9;
  position: relative;
  margin-bottom: 70px;
}
.woocommerce .cart_totals table.shop_table td,
.woocommerce .cart_totals table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  padding: 15px 0;
}
.woocommerce table.shop_table {
  border: 0;
  margin-bottom: 50px;
}
table.shop_table .product-name {
  min-width: 200px;
}
.woocommerce-cart .cart-custom .wc-proceed-to-checkout a.checkout-button {
  display: block;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th {
  border: 0;
  padding: 20px 10px;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-cart table.cart td:first-child {
  padding: 20px 0;
}
.woocommerce table.shop_table tr,
.woocommerce-cart table.cart tr {
  border-bottom: 1px solid #e0e0e0;
}
.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: 24px;
  color: #000;
  font-weight: bold;
  margin-top: 0;
}
.cart-subtotal .amount,
.order-total .amount,
.product-subtotal .amount {
  color: #ecb122;
  font-weight: 700;
  font-size: 14px;
}
.item-info-cart .product-delete {
  padding-top: 5px;
}
.woocommerce a.remove {
  color: black!important;
}
.woocommerce a.remove:hover {
  color: red!important;
  background: transparent;
}
.woocommerce-cart-form .product-price > span,
.woocommerce-cart-form .product-price ins,
.cart-subtotal .amount {
  font-weight: normal;
}
.woocommerce .checkout-custom .col2-set .col-1,
.woocommerce-page .checkout-custom .col2-set .col-2 {
  float: none;
  width: 100%;
}
#ship-to-different-address {
  padding: 0 23px;
  margin-top: -10px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
#order_review_heading {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  color: #000;
  margin-bottom: 37px;
}
.woocommerce form .form-row label {
  color: #000;
}
.select2-dropdown {
  border: 1px solid #e0e0e0;
  border-radius: 0px;
}
.woocommerce-billing-fields > h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  color: #000;
  margin-bottom: 21px;
}
.woocommerce-additional-fields > h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  color: #000;
  margin-bottom: 21px;
}
.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;
}
#ship-to-different-address-checkbox {
  width: 16px;
  height: 16px;
  vertical-align: top;
  top: 3px;
}
.checkout-custom .col2-set {
  margin-bottom: 0;
}
.col2-set {
  margin-bottom: 32px;
}
#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 #e0e0e0;
  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 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-top: 0px;
}
p.lost_password {
  margin-bottom: 0px;
  margin-top: 10px;
  padding: 0px 3px;
}
.woocommerce-form-login > .form-row .button {
  margin-top: 10px;
}
.woocommerce-form-register p:last-child {
  margin-bottom: 0px;
}
.woocommerce-form-register > .form-row .button {
  margin-top: 15px;
}
.woocommerce-privacy-policy-text {
  margin-top: 15px;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox {
  margin-left: 15px;
  vertical-align: middle;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox input[type=checkbox] {
  vertical-align: middle;
  margin-top: 0px;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox span {
  vertical-align: middle;
  font-weight: 400;
  color: #666;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox:hover span {
  font-style: italic;
}
.woocommerce-account .addresses .title h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.woocommerce-MyAccount-content address {
  line-height: 25px;
  margin-bottom: 0px;
}
.edit-account legend {
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0 0px;
  color: #000;
  border-bottom: none;
  position: relative;
  margin-bottom: 32px;
}
.edit-account legend:after {
  content: '';
  height: 2px;
  width: 50px;
  background: #ecb122;
  left: 0;
  bottom: -15px;
  position: absolute;
}
.edit-account p:last-child {
  margin-bottom: 0px;
}
.edit-account button[type="submit"] {
  margin-top: 10px;
}
.edit-account .form-row span em {
  color: #999;
  margin-top: 5px;
  display: block;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #e0e0e0;
  border-radius: 0px;
}
/***************************************/
/***************************************/
/***************************************/
/********* Begin Style Carica **********/
/***************************************/
/***************************************/
/**************************************
[Master Stylesheet]
Project: Carica
Version: 1.0
Author: MX-Bach
[Table Content]
1. General style
    - Title style
    - Flex Box element parent
2. Home 1
    - Header home 1
    - Footer home 1
    - Main content home 1
3. Home 2
    - Header home 2
    - Footer home 2
    - Main content home 2
4. Home 3
    - Header home 3
    - Footer home 3
    - Main content home 3
5. Media min width
    -
6. Media max width
    - 1024
    - 1023
    - 991
    - 990
    - 768
    - 767
    - 667
    - 600
    - 568
    - 567
    - 480
    - 375
    - 320
************************************/
/* General style */
.z-index5 {
  z-index: 5;
}
.element-text-block p:last-child {
  margin-bottom: 0px;
}
.submit-form:hover::after {
  color: #ecb122;
}
.pull-right .mini-cart1 .dropdown-list,
.pull-right .account-manager .dropdown-list,
.pull-right .currency-language .dropdown-list {
  left: auto;
  right: 0;
}
.account-manager .dropdown-list i {
  margin-right: 7px;
}
/* Title style */
.bottom-line-title {
  font-weight: 700;
  color: #000;
  font-size: 18px;
  margin: 0px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 15px;
  position: relative;
}
.bottom-line-title:after {
  content: '';
  height: 2px;
  width: 50px;
  background: #ecb122;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.bottom-line-title2 {
  font-weight: 700;
  color: #000;
  font-size: 36px;
  margin: 0px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 9px;
  position: relative;
}
.bottom-line-title2:after {
  content: '';
  height: 4px;
  width: 70px;
  background: #ecb122;
  position: absolute;
  bottom: -9px;
  left: 0;
}
.bottom-line-title3 {
  font-weight: 700;
  color: #000;
  font-size: 36px;
  margin: 0px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 18px;
  position: relative;
  text-align: center;
}
.bottom-line-title3:after {
  content: '';
  height: 4px;
  width: 70px;
  background: #ecb122;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
}
.bottom-line-title4 {
  font-weight: 700;
  color: #000;
  font-size: 60px;
  margin: 0px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 9px;
  position: relative;
}
.bottom-line-title4:after {
  content: '';
  height: 4px;
  width: 70px;
  background: #ecb122;
  position: absolute;
  bottom: -9px;
  left: 0;
}
/* 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*/
/*End General style */
/*--------------------------------------------------------------------*/
/* Home 1 */
/* Header home 1 */
.logo-carica a {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 36px;
  color: #000;
  position: relative;
}
.logo-carica a:before {
  content: '';
  height: 10px;
  width: 10px;
  background: #ecb122;
  position: absolute;
  border-radius: 50%;
  top: 20px;
  left: 10px;
}
.logo-carica a:hover {
  color: #ecb122;
}
.logo-carica a:hover:before {
  background: #000;
}
.header-top1 {
  margin-top: 28px;
  padding-bottom: 33px;
  border-bottom: 1px solid #e6e6e6;
}
body.wrap-home1 > .wrap {
  padding: 0px 65px;
}
.page-content-box.wrap-home1 .wrap {
  box-shadow: none;
}
.menu-header-home-boxed {
  padding-top: 40px;
}
.menu-header-home-boxed .block-search-element {
  margin-left: -55px;
}
.menu-sticky-on .menu-header-home-boxed {
  padding-top: 0px;
}
.menu-sticky-on .menu-header-home-boxed .group-account-social-cart {
  margin-top: 7px;
}
.menu-sticky-on .menu-header-home-boxed .search-form {
  border-bottom: none;
}
.menu-header-home-boxed .main-nav1 > ul > li:first-child > a {
  padding-left: 0px;
}
.s7up-header-page-header-home-boxed .fixed-header > .container {
  max-width: 1200px!important;
}
.main-nav1 > ul > li > a {
  font-size: 18px;
  color: #000;
}
.mini-cart1 .mini-cart-number {
  height: 20px;
  line-height: 22px;
  min-width: 20px;
  background: #ecb122;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  top: -16px;
  right: -12px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.mini-cart1 .mini-cart-link:hover .mini-cart-number {
  color: #fff;
}
.social-style-wishlist a {
  position: relative;
}
.social-style-wishlist .count-wishlist {
  position: absolute;
  height: 20px;
  line-height: 22px;
  min-width: 20px;
  background: #ecb122;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  top: -16px;
  right: -12px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.social-style-wishlist a:hover .count-wishlist {
  color: #fff;
}
.group-account-social-cart {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 3px;
}
.group-account-social-cart > div {
  margin: 0px 12px;
}
/* End header home 1 */
/* Footer home 1 */
.logo-footer-h1 {
  margin-bottom: 27px;
  margin-top: -20px;
}
.addess-footer-h1 li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 16px;
  line-height: 24px;
}
.addess-footer-h1 li:last-child {
  margin-bottom: 0px;
}
.addess-footer-h1 li i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 24px;
  color: #ecb122;
}
.link-footer-h1 .bottom-line-title {
  margin-bottom: 25px;
}
.link-footer-h1 li {
  margin-bottom: 18px;
}
.link-footer-h1 li:last-child {
  margin-bottom: 0px;
}
.instagram-footer-h1 {
  margin-bottom: 30px;
}
.footer-home-boxed {
  padding-top: 15px;
}
.footer-home-boxed .vc_column-inner {
  margin-bottom: 46px;
}
.images-list-default {
  margin-top: -3px;
}
.images-list-default ul {
  margin-bottom: 0px;
  margin: 0px -20px;
}
.images-list-default ul li {
  padding-right: 20px;
  padding-left: 20px;
}
.footer-home-boxed-bottom {
  padding: 42px 0px 25px;
  border-top: 1px solid #e0e0e0;
}
.footer-home-boxed-bottom .vc_column-inner {
  margin-bottom: 10px;
}
.footer-home-boxed-bottom .social-list {
  margin-top: 4px;
}
.social-list {
  margin: 0px -10px;
}
.social-list a {
  padding: 0px 10px;
  color: #999999;
  font-size: 18px;
}
.social-list a:hover {
  color: #ecb122;
}
/* End Footer home 1 */
/* Main content home 1 */
.slider-home1 {
  margin-top: 45px;
}
/* End main content home 1 */
/* End Home 1 */
/*-----------------------------------------------------------------*/
/* Home 2 */
/* Header home 2 */
.group-account-social-cart-h2 {
  margin-top: 3px;
  margin-left: -12px;
  margin-right: -12px;
}
.group-account-social-cart-h2 > div {
  margin: 0px 12px;
}
.group-account-social-cart-h2 .element-text-block {
  margin-right: 70px;
}
.group-account-social-cart-h2 .social-style-wishlist {
  margin-top: -2px;
}
.group-account-social-cart-h2 .social-style-wishlist i {
  font-size: 27px;
}
.menu-search-h2 .block-search-element {
  margin-left: 35px;
}
.menu-search-h2 .main-nav4 {
  margin-top: 6px;
}
.menu-search-h2 .element-menu-style4 {
  margin-top: 6px;
}
.header-home-main {
  padding: 50px 0px 47px;
  z-index: 99;
}
.header-home-main .logo-carica {
  margin-top: -5px;
}
.header-home-main .main-nav > ul > li:first-child > a {
  padding-left: 0px;
}
.header-home-category {
  padding-top: 70px;
}
.header-home-category .main-nav > ul > li:first-child > a {
  padding-left: 0px;
}
.fixed-header .header-home-category {
  padding-top: 10px;
}
.fixed-header .header-home-category .search-form {
  border-bottom: none;
}
.currency-language {
  margin: 0px -20px;
  margin-top: 7px;
}
.currency-language .language-current,
.currency-language .currency-current {
  font-size: 18px;
  color: #000;
}
.currency-language .language-current i,
.currency-language .currency-current i {
  font-size: 12px;
  color: #666;
  margin-left: 9px;
}
.currency-language > li {
  padding: 0px 20px;
  border-right: 1px solid #e0e0e0;
}
.currency-language > li:last-child {
  border-right: none;
}
.currency-language p {
  margin-bottom: 0px;
  line-height: inherit;
}
/* End header home 2 */
/* Footer home 2 */
.footer-home-carousel {
  background: #f4f5f7;
  padding-top: 109px;
  padding-bottom: 17px;
}
.footer-home-carousel .wpb_wrapper {
  margin-bottom: 30px;
}
.footer-home-carousel-bottom {
  background: #f4f5f7;
  padding: 43px 0px 22px;
  border-top: 1px solid #e0e0e0;
}
.footer-home-carousel-bottom .vc_column-inner {
  margin-bottom: 10px;
}
/* End Footer home 2 */
/* Main content home 2 */
/* End main content home 2 */
/* End Home 2 */
/*-----------------------------------------------------------------*/
/* Home 3 */
/* Header home 3 */
/* End header home 3 */
/* Footer home 3 */
/* End Footer home 3 */
/* Main content home 3 */
/* End main content home 3 */
/* End Home 3 */
/*-----------------------------------------------------------------*/
/* Inner Page */
.bread-crumb {
  float: left;
  margin-top: 5px;
}
.product-control {
  float: right;
}
.product-control a {
  height: 30px;
  line-height: 33px;
  width: 30px;
  text-align: center;
  background: #7a7a7b;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  margin: 0px 0.5px;
}
.product-control a:hover {
  color: #fff;
  background: #ecb122;
}
.history-control {
  float: right;
}
.history-control a {
  height: 30px;
  line-height: 33px;
  width: 30px;
  text-align: center;
}
.main-wrap-shop {
  margin-bottom: 50px;
}
.related-product .product-slider .item-product {
  margin: 0 15px 0px;
}
.style-gallery-horizontal .detail-gallery {
  margin-right: 20px;
}
.product-title-single {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 18px;
}
.woocommerce-product-rating a {
  color: #999;
}
.detail-info .product-price {
  margin-bottom: 16px;
}
.detail-info .qty-label {
  display: none;
}
.detail-info .detail-qty {
  height: 45px;
  width: 170px;
  border-radius: 22px;
}
.detail-info .detail-qty .qty-val {
  height: 43px;
}
.detail-info .detail-qty a.qty-down {
  height: 43px;
  line-height: 43px;
  width: 60px;
  border-radius: 22px 0px 0px 22px;
}
.detail-info .detail-qty a.qty-up {
  height: 43px;
  line-height: 43px;
  width: 60px;
  border-radius: 0px 22px 22px 0px;
}
.compare-wishlist-product-single {
  margin-bottom: 35px;
}
.compare-wishlist-product-single .compare-link > span,
.compare-wishlist-product-single .wishlist-link > span {
  display: inline-block;
  margin-left: 10px;
  color: #000;
  font-weight: 700;
  margin-right: 30px;
  vertical-align: middle;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.compare-wishlist-product-single a:hover > span {
  color: #ecb122;
}
.compare-wishlist-product-single i {
  font-size: 20px;
  color: #010101;
  vertical-align: middle;
}
.share-text {
  display: none;
}
.product-detail .single-list-social .share-text {
  display: inline-block;
  margin-bottom: 0px;
  color: #333;
}
.product-detail .single-list-social {
  text-align: center;
  margin-top: 40px;
}
.product-detail .single-list-social .share-text,
.product-detail .single-list-social ul {
  display: inline-block;
  vertical-align: middle;
}
.wrap-detail-gallery .mid {
  position: relative;
  cursor: crosshair;
}
.wrap-detail-gallery .mid:before {
  content: "\e936";
  font-family: "Linearicons";
  position: absolute;
  top: 25px;
  font-size: 24px;
  left: 25px;
}
.video-product-mid iframe {
  width: 100%;
  border: none;
}
.video-product-mid > img {
  display: none!important;
}
.video-product {
  position: relative;
  display: inline-block;
}
.video-product i {
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: rgba(76, 76, 76, 0.7);
  color: #fff;
  line-height: 40px;
  margin: auto;
}
.style-gallery-vertical .detail-gallery {
  padding-left: 100px;
  position: relative;
}
.style-gallery-vertical .detail-gallery .carousel li {
  margin: 0px;
  margin-bottom: 30px;
}
.style-gallery-vertical .gallery-control {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0px;
}
.style-gallery-vertical .gallery-control > a {
  top: 100%;
  margin-top: 15px;
  border: 1px solid #eee;
  border-radius: 50%;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
}
.style-gallery-vertical .gallery-control > a.prev {
  left: 2px;
}
.style-gallery-vertical .gallery-control > a.next {
  right: 2px;
}
.style-gallery-vertical .gallery-control i {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  display: inline-block;
}
.style-gallery-vertical .detail-info {
  padding-left: 20px;
}
.list-product-group p {
  margin-bottom: 0px;
}
.list-product-group thead {
  background: #f4f5f7;
}
.list-product-group thead th {
  border: none;
  color: #000;
  padding: 10px 20px;
}
.list-product-group .product-price > span,
.list-product-group .product-price ins,
.list-product-group .product-price del {
  font-size: 14px;
}
.list-product-group .product-title {
  margin-bottom: 12px;
}
.list-product-group .product-price {
  margin-bottom: 0px;
}
.list-product-group .stock {
  margin-top: 8px;
}
.list-product-group tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
.list-product-group .group-qty {
  text-align: right;
}
.list-product-group .detail-qty {
  display: inline-block;
  width: 120px;
}
.list-product-group .detail-qty a.qty-down,
.list-product-group .detail-qty a.qty-up {
  width: 40px;
}
.woocommerce div.product .list-product-group form.cart .group_table td {
  padding: 20px 0px;
}
.woocommerce div.product .list-product-group form.cart .button {
  float: none;
}
.detail-info .detail-attr {
  display: block;
  margin-bottom: 16px;
}
.detail-info .detail-attr .title-atttr {
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.detail-info .detail-attr .swatch-label {
  margin-right: 15px;
  margin-top: 5px;
}
.detail-info .detail-attr .select-box select {
  margin-bottom: 7px;
  border-radius: 20px;
}
.detail-info .variations_form {
  margin-top: -7px;
}
.woocommerce div.detail-info form.cart .variations {
  margin-bottom: 37px;
}
.box-product-content {
  margin-top: 30px;
  margin-bottom: 50px;
}
.box-product-content .banner-advs {
  text-align: right;
}
.box-product-content .title {
  margin-top: 90px;
  font-size: 30px;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}
.box-product-content.last-child {
  margin-bottom: 0px;
}
.box-product-content-siderbar {
  margin-bottom: 50px;
}
.box-product-content-siderbar .banner-advs {
  text-align: right;
}
.box-product-content-siderbar .title {
  margin-top: 0px;
  font-size: 30px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 700;
}
.box-product-content1 {
  margin-top: 27px;
  margin-bottom: 50px;
}
.box-product-content1 .banner-advs {
  text-align: right;
}
.box-product-content1 .title {
  margin-top: 0px;
  font-size: 30px;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}
.box-product-content2-siderbar {
  margin-bottom: -40px;
}
.box-product-content2-siderbar ul i {
  margin-right: 10px;
}
.box-product-content2 {
  margin-bottom: 80px;
}
.box-product-content2 ul i {
  margin-right: 10px;
}
.related-product {
  margin-top: 90px;
  padding-top: 83px;
  border-top: 1px solid #e5e5e5;
}
.related-product .title {
  text-align: center;
  font-weight: 700;
  color: #000;
  position: relative;
  margin-bottom: 70px;
}
.related-product .title:after {
  content: '';
  height: 4px;
  width: 70px;
  background: #ecb122;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.related-product .owl-carousel .owl-nav button.owl-prev,
.related-product .owl-carousel .owl-nav button.owl-next {
  height: 45px;
  width: 45px;
  line-height: 45px;
  top: 34%;
}
.css-together-check .famibt-product-title {
  font-weight: 400;
  color: #000;
}
.css-together-check .famibt-product-title strong {
  color: #000;
}
.css-together-check .product-price {
  display: inline-block;
  color: #666;
  font-weight: 400;
}
.css-together-check input {
  margin-right: 5px;
}
.css-together-check label {
  margin-bottom: 10px;
}
.css-together-check .famibt-item:last-child label {
  margin-bottom: 0px;
}
.famibt-product-inner .product-thumb {
  overflow: visible;
  position: relative;
}
.famibt-products-wrap .product-info {
  padding-top: 15px;
}
.famibt-product-inner .product-thumb-together:before {
  content: "+";
  position: absolute;
  font-size: 1.714em;
  line-height: 1.458em;
  height: 1.458em;
  width: 1.458em;
  border-radius: 50%;
  top: 33%;
  left: -0.729em;
  display: inline-block;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1000;
  color: #999;
}
.famibt-wrap {
  border: 1px solid #e0e0e0;
  padding: 0px 30px;
  margin-bottom: 100px;
}
.famibt-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 45px;
  margin-bottom: 16px;
}
.famibt-wrap .border-right-e0 {
  border-right: 1px solid #e0e0e0;
}
.famibt-right-part {
  text-align: center;
}
.famibt-right-part .product-price > span,
.famibt-right-part .product-price ins {
  font-size: 24px;
}
.famibt-right-part .total-price-html {
  margin-bottom: 17px;
  color: #ecb122;
  font-weight: 700;
}
.famibt-right-part .for-items-text {
  font-size: 12px;
  margin-bottom: 35px;
  display: inline-block;
}
.famibt-right-part .famibt-add-all-to-cart-btn-wrap .button {
  border: none;
  background: #000;
  color: #fff;
  height: 45px;
  line-height: 45px;
  border-radius: 22.5px;
  font-weight: 700;
}
.famibt-left-part {
  margin-bottom: 38px;
}
.latest-products {
  margin-top: 88px;
}
.default-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 0px 25px;
  border-radius: 20px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.default-button:hover {
  background: #ecb122;
  color: #fff;
}
.default-button1 {
  display: inline-block;
  height: 40px;
  line-height: 39px;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 0px 25px;
  border-radius: 20px;
  border: none;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.default-button1:hover {
  background: #ecb122;
  color: #fff;
}
.default-button1:after {
  content: "\e944";
  font-family: "Linearicons";
  margin-left: 10px;
}
.default-button1-50 {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 0px 25px;
  border-radius: 25px;
  border: none;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.default-button1-50:hover {
  background: #ecb122;
  color: #fff;
}
.default-button1-50:after {
  content: "\e944";
  font-family: "Linearicons";
  margin-left: 10px;
}
.default-button2 {
  display: inline-block;
  height: 40px;
  line-height: 42px;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 0px 25px;
  border-radius: 20px;
  border: none;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.default-button2 .text {
  color: #fff;
  max-width: 0;
  opacity: 0;
  display: inline-block;
  text-decoration: none;
  transition: max-width 0.3s ease-out 0.3s, margin-right 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s, color;
}
.default-button2:hover {
  color: #fff;
  background: #ecb122;
}
.default-button2:hover .text {
  color: #fff;
  margin-right: 10px;
  opacity: 1;
  max-width: 150px;
  transition: max-width 1s ease-out 0.1s, opacity 1s ease-out 0.1s, color 0.2s;
}
.default-title {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  position: relative;
}
.default-title:after {
  content: "";
  height: 4px;
  width: 70px;
  background: #ecb122;
  position: absolute;
  bottom: -17px;
  left: 0;
}
.box-product-content3 {
  margin-top: 100px;
}
.box-product-content3 .default-title {
  margin-top: 0px;
}
.box-product-content3 .description {
  margin-top: 58px;
  margin-bottom: 43px;
}
.box-product-content3 .banner-info {
  height: 240px;
}
.box-product-content4 .description {
  margin-top: 58px;
  margin-bottom: 43px;
}
.box-product-content4 .default-button1:after {
  margin-left: 0px;
}
.box-product-content4 .element-text-block {
  margin-top: 230px;
  margin-left: 300px;
}
.wg-product-slider .product-thumb {
  width: 80px;
  border: none!important;
}
.wg-product-slider .product-title {
  margin-bottom: 12px;
  font-size: 14px;
}
.wg-product-slider .product-price {
  margin-bottom: 0px;
}
.wg-product-slider .product-info {
  padding: 0px;
  padding-left: 20px;
}
.wg-product-slider .wrap-rating {
  margin-bottom: 14px;
}
.wg-product-slider .item-product {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.wg-product-slider .item .item-product:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.banner-widget h3 {
  font-weight: 700;
  font-size: 24px;
  margin-top: 0px;
}
.banner-widget .banner-info {
  height: 60px;
  padding-left: 40px;
}
.woocommerce a.button.addtocart-style-icon {
  padding: 0px!important;
  height: 45px;
  line-height: 45px;
  width: 45px;
  border-radius: 50%;
  background: #fff;
  color: #000;
}
.woocommerce a.button.addtocart-style-icon:hover {
  color: #ecb122;
  background: #fff!important;
}
.wrap-rating .number-rate {
  margin-left: 10px;
}
.item-product-grid .product-extra-link {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  height: 45px;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-product-grid .product-extra-link a {
  height: 45px;
  line-height: 45px;
  width: 45px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: inline-block;
  margin: 0px 2px;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  padding: 0px;
}
.item-product-grid .product-extra-link a:hover {
  color: #ecb122;
  background: #fff;
}
.item-product-grid .product-extra-link a i {
  line-height: inherit;
}
.item-product-grid .product-extra-link a.compare-link.added {
  font-size: 0px;
}
.item-product-grid .product-extra-link a.compare-link.added:before {
  content: "\e8da";
  font-family: "Linearicons" !important;
  font-size: 20px;
  color: #ecb122;
}
.item-product-grid .product-extra-link a.wishlist-link.added {
  color: #ecb122;
}
.item-product-list .product-extra-link-icon {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  height: 45px;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-product-list .product-extra-link-icon a {
  height: 45px;
  line-height: 45px;
  width: 45px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: inline-block;
  margin: 0px 2px;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}
.item-product-list .product-extra-link-icon a:hover {
  color: #ecb122;
  background: #fff;
}
.item-product-list .product-extra-link-icon a i {
  line-height: inherit;
}
.item-product-list .product-extra-link-icon a.compare-link.added {
  font-size: 0px;
}
.item-product-list .product-extra-link-icon a.compare-link.added:before {
  content: "\e8da";
  font-family: "Linearicons" !important;
  font-size: 20px;
  color: #ecb122;
}
.item-product-list .product-extra-link-icon a.wishlist-link.added {
  color: #ecb122;
}
.item-product-list:hover .product-extra-link-icon {
  opacity: 1;
}
.tooltip-inner {
  border-radius: 3px;
  font-family: 'roboto', sans-serif;
  background: #333;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #333;
}
.item-product-grid {
  text-align: center;
}
.item-product-grid:hover .product-extra-link {
  opacity: 1;
}
.item-product-grid .product-info {
  padding-top: 18px;
  padding-bottom: 20px;
}
.item-product-grid .product-title {
  margin-bottom: 10px;
}
.item-product-grid .product-price {
  margin-bottom: 0px;
}
.item-product-grid .wrap-rating {
  margin-bottom: 15px;
}
.attribute_pl_color {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 3px;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.attribute_pl_color .item-color-attribute {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 6px;
  position: relative;
  cursor: pointer;
}
.attribute_pl_color .item-color-attribute:before {
  content: '';
  position: absolute;
  height: 18px;
  width: 18px;
  border: 1px solid #999;
  border-radius: 50%;
  left: -3px;
  top: -3px;
  margin: auto;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.show_attribute_color .item-product-grid:hover .attribute_pl_color {
  opacity: 1;
  z-index: 1;
}
.show_attribute_color .item-product-grid:hover .wrap-rating {
  opacity: 0;
}
.attribute_pl_color .item-color-attribute.active:before {
  opacity: 1;
}
.columns-shop-filter {
  display: inline-block;
  margin: 0px -12px;
  color: #999;
}
.columns-shop-filter > li {
  padding-right: 12px;
  padding-left: 12px;
  border-right: 1px solid #e0e0e0;
  cursor: pointer;
  line-height: 15px;
}
.columns-shop-filter > li:last-child {
  border-right: none;
}
.columns-shop-filter > li.active {
  color: #000;
}
.columns-shop-filter > li:hover {
  color: #ecb122;
}
.columns-title-filter {
  display: inline-block;
  margin: 0px;
  color: #999;
  margin-right: 20px;
  line-height: 15px;
  margin-bottom: 50px;
}
.sidebar-shop-top {
  display: inline-block;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #e0e0e0;
  line-height: 15px;
  margin-bottom: 47px;
  color: #999;
  cursor: pointer;
}
.sidebar-shop-top:hover {
  color: #ecb122;
}
.top-filter-shop.grid-style .woocommerce-result-count {
  display: inline-block;
  float: none;
  margin-bottom: 42px;
}
.top-filter-shop.grid-style .woocommerce-result-count {
  color: #999;
}
.top-filter-shop.grid-style .result-count-sidebar {
  text-align: right;
}
.container-sidebar-shop-top-button {
  text-align: left;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 340px;
  max-width: none;
  overflow: hidden;
  z-index: 10001;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform .25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: translate3d(-340px, 0, 0);
  transform: translate3d(-340px, 0, 0);
}
.container-sidebar-shop-top-button .close-top-sidebar-btn {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  background: #ecb122;
}
.container-sidebar-shop-top-button > .sidebar {
  overflow-y: auto;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}
.container-sidebar-shop-top-button > .sidebar::-webkit-scrollbar {
  width: 4px;
}
.container-sidebar-shop-top-button > .sidebar::-webkit-scrollbar-track {
  background-color: #F5F5F5;
  border-radius: 0px;
}
.container-sidebar-shop-top-button > .sidebar::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #ccc;
}
.container-sidebar-shop-top-button .widget-title > i {
  display: none;
}
.container-sidebar-shop-top-button.active {
  transform: none;
  -webkit-transform: none;
}
.admin-bar .container-sidebar-shop-top-button {
  margin-top: 32px;
}
.group-filter-by .widget_price_filter {
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 45px;
}
.group-filter-by .widget_price_filter .widget-title {
  font-size: 18px;
  color: #010101;
  margin-bottom: 33px;
}
.group-filter-by .attribute-type-color {
  margin-top: -5px;
}
.group-filter-by .widget_custom_html {
  padding: 0px;
  margin: 0px;
  border-bottom: none;
}
.group-filter-by .widget_custom_html .widget-title {
  margin-bottom: 35px;
}
.group-filter-by .widget_s7upf_attribute_filter {
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 45px;
}
.group-filter-by .widget_s7upf_attribute_filter .widget-title {
  font-size: 18px;
  color: #010101;
  margin-bottom: 35px;
}
.group-filter-by .widget_s7upf_attribute_filter:last-child {
  margin-bottom: 0px;
  margin-top: 54px;
}
.group-filter-by .widget_s7upf_attribute_filter:last-child .widget-title {
  margin-bottom: 30px;
}
.breadcrumb-element {
  padding: 60px 0px 90px;
}
.header5 {
  padding: 33px 100px 0px;
}
.header5 .logo-carica {
  margin-top: -5px;
  margin-right: 70px;
}
.header5 .main-nav > ul > li:first-child > a {
  padding-left: 0px;
}
.header5 .group-account-social-cart-h2 {
  margin-top: 9px;
}
.bread-crumb-header5 {
  padding: 0px 100px;
}
.header5 .group-account-social-cart-h2 > div.block-search-element {
  margin-right: 70px;
}
.header5 .main-nav1 {
  margin-top: 8px;
}
.shop-page-category {
  margin-top: 84px;
}
.shop-page-category .loadmore {
  margin-top: 42px;
}
.shop-full-boder .top-filter-shop {
  padding: 0px 100px;
}
.shop-full-boder .product-thumb {
  border: 1px solid #dadada;
}
.shop-full-boder .list-col-item {
  margin-right: -1px;
}
.shop-full-boder .item-product-grid .product-info {
  padding-top: 30px;
  padding-bottom: 32px;
}
.shop-full-boder .product-loadmore {
  margin-top: 60px;
}
.product-loadmore .li-arrow-down {
  margin-left: 10px;
}
.product-loadmore.loadding .li-arrow-down {
  display: none;
}
.footer5-full {
  background: #f4f5f7;
  padding: 91px 100px 45px;
}
.coppy-right-header5-full {
  background: #f4f5f7;
  padding: 0px 100px;
}
.voucher-footer5 li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 16px;
  line-height: 24px;
}
.voucher-footer5 li:last-child {
  margin-bottom: 0px;
}
.voucher-footer5 li i {
  position: absolute;
  left: 0px;
  top: 8px;
  font-size: 24px;
}
.top-filter-shop.list-style {
  margin-bottom: 35px;
}
.top-filter-shop.list-style .woocommerce-result-count {
  color: #999;
  margin-top: 5px;
  margin-bottom: 0px;
}
.top-filter-shop.list-style .show-by {
  text-align: right;
}
.top-filter-shop.list-style .show-by .number {
  text-align: left;
}
.item-product-list .wrap-rating {
  margin-bottom: 8px!important;
}
.item-product-list .product-title {
  font-size: 24px;
}
.product-list-view .item-product-list {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e0e0e0;
}
.product-list-view .product:last-child .item-product-list {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.product-list-view nav.woocommerce-pagination {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #e0e0e0;
}
.widget_product_categories .product-categories > li > a {
  color: #000;
}
.widget_product_categories .product-categories > li > a:hover {
  color: #ecb122;
}
.widget_product_categories .children li a {
  position: relative;
}
.widget_product_categories .children li a:before {
  content: '';
  background: #ccc;
  height: 5px;
  width: 5px;
  position: absolute;
  top: 6px;
  left: -14px;
  border-radius: 50%;
}
.widget_product_categories .count {
  color: #ccc;
}
.widget_product_categories .cat-parent {
  position: relative;
}
.widget_product_categories .cat-parent i {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 12.5px;
  color: #ccc;
  font-size: 10px;
}
.widget_product_categories .cat-parent i:hover {
  color: #ecb122;
}
.widget_product_categories .product-categories > .cat-parent:first-child i {
  top: 5px;
}
.widget_categories .children li a,
.sidebar-widget .children li a,
.widget_categories .sub-menu li a,
.sidebar-widget .sub-menu li a {
  position: relative;
  color: #666;
}
.widget_categories .children li a:hover,
.sidebar-widget .children li a:hover,
.widget_categories .sub-menu li a:hover,
.sidebar-widget .sub-menu li a:hover {
  color: #ecb122;
}
.widget_categories .children li a:before,
.sidebar-widget .children li a:before,
.widget_categories .sub-menu li a:before,
.sidebar-widget .sub-menu li a:before {
  content: '';
  background: #ccc;
  height: 5px;
  width: 5px;
  position: absolute;
  top: 6px;
  left: -14px;
  border-radius: 50%;
}
.widget_s7upf_attribute_filter .attribute-type-default .count {
  color: #999;
  float: right;
}
.banner-category .vc_column_container > .vc_column-inner {
  padding-left: 5px;
  padding-right: 5px;
}
.banner-category.vc_row {
  margin-left: -5px;
  margin-right: -5px;
}
.banner-category.vc_row .banner-category1 {
  margin-right: -15px;
}
.banner-category.vc_row .banner-category2 {
  margin: 0px 15px;
}
.banner-category.vc_row .banner-category3 {
  margin-left: -15px;
}
.banner-category.vc_row .title {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 6px;
}
.banner-category.vc_row .banner-info {
  top: auto;
  left: 40px;
  bottom: 30px;
}
.banner-category.vc_row .banner-advs {
  margin-bottom: 10px;
}
.banner-info p:last-child {
  margin-bottom: 0px;
}
.box-dropcap {
  text-align: justify;
  margin-bottom: 35px;
  margin-top: -8px;
}
.box-dropcap .dropcap {
  font-size: 90px;
  color: #000;
  line-height: 75px;
  padding-right: 8px;
  float: left;
}
.content-single1 {
  margin-bottom: 43px;
  font-style: italic;
  text-align: justify;
}
.title-content-post {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 35px;
}
.content-single2 {
  margin-bottom: 30px;
  text-align: justify;
}
blockquote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  font-size: 18px;
  color: #000;
  text-align: justify;
  padding: 0px;
  padding-left: 30px;
  border-left: 2px solid #ecb122;
  margin-bottom: 30px;
}
blockquote p,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  line-height: 35px;
  font-style: normal;
}
.content-single3 {
  margin-bottom: 40px;
  text-align: justify;
}
.content-single4 {
  margin-bottom: 35px;
  text-align: justify;
}
.content-single5 {
  text-align: justify;
}
.list-single-post {
  margin-bottom: 35px;
  padding-left: 17px;
}
.list-single-post li {
  margin-bottom: 15px;
}
.detail-content-wrap > p:last-child {
  margin-bottom: 0px;
}
.detail-content-wrap {
  margin-bottom: 95px;
}
.sv-post-like {
  text-transform: uppercase;
  margin: 6px 0px;
  display: inline-block;
}
.sv-post-like i {
  color: #000;
  font-size: 18px;
  vertical-align: middle;
  margin-right: 10px;
}
.like-share-single-post {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.like-share-single-post .single-post-social {
  text-align: right;
  text-transform: uppercase;
}
.like-share-single-post .single-list-social {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.like-share-single-post .share-icon {
  color: #000;
}
.like-share-single-post .share-icon:hover {
  color: #ecb122;
}
.author-thumb img {
  padding: 4px;
  border: 1px solid #e0e0e0;
  background: #fff;
}
.like-share-single-post {
  margin-bottom: 100px;
}
.single-info-author .name-author {
  margin-bottom: 0px;
  margin-top: 45px;
  font-weight: 700;
  position: relative;
}
.single-info-author .name-author:before {
  content: '';
  width: 50px;
  height: 2px;
  background: #ecb122;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: -23px;
}
.tag-list-single {
  border: 1px solid #e0e0e0;
  text-align: center;
  padding: 50px 0px 45px;
}
.tag-list-single a {
  height: 38px;
  border: 1px solid #e0e0e0;
  display: inline-block;
  line-height: 38px;
  padding: 0px 20px;
  vertical-align: middle;
  margin-bottom: 4px;
}
.tag-list-single span {
  font-weight: 700;
  vertical-align: middle;
  margin-right: 15px;
}
.title-single-related-post {
  color: #000;
  font-size: 36px;
  text-align: center;
}
.background-related-post {
  background: #f4f5f7;
  margin-top: 100px;
  padding-bottom: 96px;
}
.blog-comment-detail .button-close-comment {
  margin-top: 100px;
}
.close-comment-active {
  margin-top: 100px;
}
.close-comment-active > .comments {
  margin-top: 43px;
}
.content-sidebar-not .single-post-thumb,
.content-sidebar-not .content-post-default,
.content-sidebar-not .like-share-single-post,
.content-sidebar-not .single-info-author,
.content-sidebar-not .tag-list-single,
.content-sidebar-not .blog-comment-detail,
.content-sidebar-not .reply-comment {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.image-header-post {
  position: relative;
  height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.image-header-post:before {
  content: '';
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
}
.image-header-post img {
  width: 100%;
}
.image-header-post .post-meta-info {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 190px;
  top: 0;
  bottom: 0;
  text-align: center;
}
.image-header-post .post-meta-info .title-single-post {
  font-size: 60px;
  font-weight: 700;
  max-width: 600px;
  margin: auto;
  line-height: 64px;
  position: relative;
  margin-bottom: 52px;
}
.image-header-post .post-meta-info .title-single-post:before {
  content: '';
  position: absolute;
  width: 70px;
  height: 2px;
  background: #ecb122;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -21px;
}
.image-header-post .meta-image-header .get-category a {
  color: #fff;
}
.image-header-post .meta-image-header .get-category a:hover {
  color: #ecb122;
}
.image-header-post .meta-image-header > li:before {
  content: '/';
}
.image-header-post .meta-image-header > li:first-child:before {
  content: '';
}
.meta-single-post > li:before {
  content: '/';
}
.meta-single-post > li:first-child:before {
  content: '';
}
.meta-single-post {
  margin-bottom: 60px;
  text-align: center;
}
.meta-single-post a {
  color: #999;
}
.meta-single-post a:hover {
  color: #ecb122;
}
.comment-list li li:last-child .item-comment {
  border-top: 1px solid #e0e0e0;
  margin-top: 50px;
  padding-top: 50px;
}
.comment-list {
  padding-bottom: 50px;
  border-bottom: 1px solid #e0e0e0;
}
.line-bottom {
  position: relative;
}
.line-bottom:after {
  content: '';
  height: 4px;
  width: 70px;
  background: #ecb122;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: -15px;
}
.line-bottom-2px-70px {
  position: relative;
}
.line-bottom-2px-70px:after {
  content: '';
  height: 2px;
  width: 70px;
  background: #ecb122;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: -15px;
}
.comment-title-single-post {
  margin-top: -10px;
  margin-bottom: 65px;
}
.item-post-style2 .post-info .post-title {
  margin-top: 30px;
  margin-bottom: 33px;
  position: relative;
}
.item-post-style2 .post-info .post-title:after {
  content: '';
  height: 2px;
  width: 70px;
  position: absolute;
  left: 0;
  bottom: -12px;
  background: #ecb122;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-post-style2 .get-date {
  color: #999;
}
.item-post-style2 .get-category a {
  color: #ecb122;
}
.item-post-style2 .meta-box li:after {
  content: ' /';
}
.item-post-style2 .meta-box li:last-child:after {
  content: '';
}
.item-post-style2 .post-thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(236, 177, 34, 0.7);
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-post-style2 .post-thumb i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  font-size: 23px;
  color: #fff;
  margin: auto;
  height: 25px;
  width: 25px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-post-style2:hover i {
  opacity: 1;
  z-index: 1;
}
.item-post-style2:hover .post-thumb:before {
  opacity: 1;
  z-index: 1;
}
.item-post-style2:hover .post-info .post-title:after {
  width: 100%;
}
.post-title .fa-star,
.title-single-post .fa-star {
  margin-left: 5px;
}
.item-post-list-default {
  margin-bottom: 100px;
}
.item-post-list-default .media-item-default {
  margin-bottom: 50px;
}
.item-post-list-default .post-title {
  margin-bottom: 36px;
  line-height: 30px;
  margin-top: -8px;
}
.item-post-list-default .desc {
  margin-bottom: 31px;
}
.item-post-list-default .post-info {
  max-width: 830px;
  margin: auto;
}
.list-post-wrap > div:last-child .item-post-list-default {
  margin-bottom: 0px;
}
.item-post-list-default2 {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e0e0e0;
}
.item-post-list-default2 .media-item-default {
  margin-bottom: 50px;
}
.item-post-list-default2 .post-title {
  margin-bottom: 36px;
  line-height: 30px;
  margin-top: -8px;
}
.item-post-list-default2 .desc {
  margin-bottom: 31px;
}
.item-post-list-default2 .line-bottom-2px-70px:after {
  right: auto;
}
.list-post-wrap > div:last-child .item-post-list-default2 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.meta-post-item-default {
  margin-bottom: 28px;
}
.meta-post-item-default .get-date,
.meta-post-item-default a {
  color: #999;
}
.meta-post-item-default a:hover {
  color: #ecb122;
}
.meta-post-item-default li:after {
  content: ' /';
}
.meta-post-item-default li:last-child:after {
  content: '';
}
.media-item-default .video .icon-video {
  background: rgba(255, 255, 255, 0.3);
  width: 100px;
  height: 100px;
  display: inline-block;
  line-height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  text-align: center;
}
.media-item-default .video i {
  font-size: 36px;
  background: #fff;
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.media-item-default .video .icon-video:hover i {
  background: #000;
  color: #ecb122;
}
.icon-play {
  background: rgba(255, 255, 255, 0.3);
  width: 100px;
  height: 100px;
  display: inline-block;
  line-height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  text-align: center;
}
.icon-play i {
  font-size: 36px;
  background: #fff;
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.icon-play:hover i {
  background: #000;
  color: #ecb122;
}
.banner-style-video::before {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 50px;
  right: 50px;
  content: "";
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  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;
}
.banner-style-video::after {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 50px;
  right: 50px;
  content: "";
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  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;
}
.banner-style-video:hover::before,
.banner-style-video:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.banner-style-video video {
  width: 100%;
}
.banner-style-video .icon-play {
  opacity: 0;
}
.banner-style-video:hover .icon-play {
  opacity: 1;
}
.banner-style-video .icon-play:hover .li-camera:before {
  content: "\e96b";
}
.banner-style-video .icon-play.play:hover .li-camera:before {
  content: "\e96a";
}
.dropdown-box {
  text-align: left;
}
.call-now-header-boxed i {
  font-size: 23px;
  margin-right: 10px;
  vertical-align: middle;
}
.logo-carica h1 {
  line-height: 36px;
}
.header-home-boxed {
  padding-top: 45px;
  padding-bottom: 33px;
  border-bottom: 1px solid #e0e0e0;
}
.header-home-boxed .logo-carica {
  margin-top: -8px;
}
.header-home-boxed .currency-language {
  margin-top: 9px;
}
.header-home-boxed .currency-language .language-current,
.header-home-boxed .currency-language .currency-current {
  font-size: 14px;
}
.slider-home-boxed {
  margin-bottom: 115px;
  margin-top: 43px;
}
.slider-home-boxed .banner-info {
  margin-left: 170px;
  height: 240px;
  max-width: 250px;
}
.slider-home-boxed .banner-info h2 {
  line-height: 53px;
  margin-top: 28px;
  margin-bottom: 39px;
}
.slider-home-boxed:hover .owl-theme .owl-nav button.owl-next {
  right: 50px;
}
.slider-home-boxed:hover .owl-theme .owl-nav button.owl-prev {
  left: 50px;
}
.banner1-home-boxed {
  background: #f4f5f7;
  margin-bottom: 135px;
}
.banner1-home-boxed .title {
  font-weight: 100;
  line-height: 60px;
  margin-bottom: 47px;
}
.banner1-home-boxed .title:after {
  right: auto;
}
.banner1-home-boxed ul {
  color: #000;
}
.banner1-home-boxed ul li {
  font-weight: 700;
  margin-bottom: 13px;
}
.banner1-home-boxed ul li i {
  margin-right: 10px;
}
.banner1-home-boxed .element-text-block {
  padding-left: 70px;
  padding-top: 83px;
}
.banner1-home-boxed .description {
  margin-bottom: 27px;
  max-width: 410px;
}
.banner1-home-boxed .banner-advs {
  margin-left: 40px;
}
.element-tabs-style1 .title-tab-element {
  display: inline-block;
  float: left;
  margin-right: 50px;
  position: relative;
}
.element-tabs-style1 .title-tab-element:after {
  content: '';
  height: 4px;
  width: 70px;
  background: #ecb122;
  left: 0;
  margin: auto;
  position: absolute;
  bottom: -15px;
}
.element-tabs-style1 .title-tab > li {
  margin: 0px 4px;
  float: none;
}
.element-tabs-style1 .nav > li > a {
  padding: 0px 25px;
  position: relative;
  margin: 0px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  border-radius: 20px;
  font-weight: 700;
  color: #666;
}
.element-tabs-style1 .nav > li > a:after {
  /* content: '';
      height: 12px;
      width: 1px;
      background: #e0e0e0;
      position: absolute;
      right: 0;
      top: 3px;*/
}
.element-tabs-style1 .nav > li:last-child > a:after {
  display: none;
}
.element-tabs-style1 .nav-tabs > li.active > a,
.element-tabs-style1 .nav-tabs > li.active > a:focus,
.element-tabs-style1 .nav-tabs > li.active > a:hover {
  color: #000;
  background-color: #fff;
  /*border: none;
    border-bottom-color: transparent;*/
  border-color: #ecb122;
}
.element-tabs-style1 .title-tab {
  padding-top: 20px;
}
.element-tabs-style1 .nav-tabs > li > a:hover {
  color: #000;
  border-color: #ecb122;
}
.element-tabs-style1 .nav > li > a:focus,
.element-tabs-style1 .nav > li > a:hover {
  background: transparent;
}
.element-tabs-style1 .tab-header {
  margin-bottom: 65px;
}
.element-tabs-style1 .filter-product {
  text-align: right;
  margin-top: -105px;
  margin-bottom: 64px;
  display: inline-block;
  float: right;
}
.element-tabs-style1 .filter-product.active .box-attr-filter {
  top: -5px;
}
.product-tab-home-boxed {
  margin-bottom: 130px;
}
.product-tab-home-boxed .item-product-grid .product-info {
  padding-bottom: 17px;
}
.banner-category-home-boxed {
  margin: 0px -15px;
  margin-top: 50px;
  margin-bottom: 150px;
}
.banner-category-home-boxed .group-navi-small .owl-nav {
  top: -70px;
}
.banner-category-home-boxed .banner-advs {
  margin: 0px 15px;
}
.banner-category-home-boxed .banner-advs .banner-info {
  height: 50px;
  top: auto;
  line-height: 50px;
  bottom: -50px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.banner-category-home-boxed .banner-advs .banner-info .title {
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  padding: 0px 20px;
}
.banner-category-home-boxed .banner-advs .banner-info .title:hover {
  color: #ecb122;
  background: #000;
}
.banner-category-home-boxed .banner-advs .banner-info .title:after {
  content: "\e944";
  font-family: "Linearicons" !important;
  float: right;
  font-weight: 400;
}
.banner-category-home-boxed .banner-advs:hover .banner-info {
  bottom: 0px;
}
.mailchimp-home-boxed {
  border: 20px solid #f4f5f7;
  border-radius: 50px;
  padding: 100px 50px 95px;
  margin-bottom: 135px;
}
.mailchimp-home-boxed .bottom-line-title2 {
  margin-top: -8px;
}
.form-newsletter-style1 .mc4wp-form {
  height: 50px;
  line-height: 50px;
  background: #f4f5f7;
  border-radius: 25px;
  position: relative;
}
.form-newsletter-style1 .mc4wp-form input[type=email] {
  border: none;
  height: 50px;
  line-height: 50px;
  background: transparent;
  width: 100%;
  padding: 0px 25px;
  border-radius: 25px;
}
.form-newsletter-style1 .mc4wp-form button[type=submit] {
  border: none;
  height: 50px;
  line-height: 50px;
  padding: 0px 25px;
  background: #000;
  color: #fff;
  border-radius: 25px;
  position: absolute;
  right: 0;
  top: 0;
}
.form-newsletter-style1 .mc4wp-form button[type=submit]:after {
  content: "\e944";
  font-family: "Linearicons";
  margin-left: 10px;
}
.form-newsletter-style1 .mc4wp-form button[type=submit]:hover {
  background: #ecb122;
}
/* End Inner Page */
.slick-slide {
  margin: 0px 35px;
}
.banner-slider-home-carousel {
  margin-bottom: 150px;
}
.banner-slider-home-carousel .banner-info {
  height: 270px;
  max-width: 500px;
  right: auto;
  padding-left: 120px;
}
.banner-slider-home-carousel .banner-info .title {
  line-height: 60px;
}
.banner-slider-home-carousel .banner-info .description {
  margin-top: 37px;
  text-transform: uppercase;
  margin-bottom: 41px;
}
.banner-slider-home-carousel .slick-prev {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -640px;
  z-index: 1;
  font-size: 16px;
  color: #fff;
  min-width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s;
  opacity: 0.3;
  background: #000;
  border-radius: 50%;
}
.banner-slider-home-carousel .slick-prev:hover {
  opacity: 1;
}
.banner-slider-home-carousel .slick-next {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -640px;
  z-index: 1;
  font-size: 16px;
  color: #fff;
  min-width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s;
  opacity: 0.3;
  background: #000;
  border-radius: 50%;
}
.banner-slider-home-carousel .slick-next:hover {
  opacity: 1;
}
.banner-slider-home-carousel .line-scale .adv-thumb-link::before {
  top: 50px;
  bottom: 50px;
  left: 50px;
  right: 50px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.banner-slider-home-carousel .line-scale .adv-thumb-link::after {
  top: 50px;
  bottom: 50px;
  left: 50px;
  right: 50px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.item-service-style1 {
  border: 1px solid #e0e0e0;
  position: relative;
  margin-top: 50px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-service-style1 .icon-link {
  height: 100px;
  width: 100px;
  line-height: 100px;
  display: inline-block;
  background: #000;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -50px;
}
.item-service-style1 .info-service {
  margin-top: 84px;
}
.item-service-style1 .info-service .description {
  padding: 0px 70px 48px 70px;
}
.item-service-style1 .info-service .title {
  position: relative;
  margin-bottom: 35px;
}
.item-service-style1 .info-service .title:after {
  content: '';
  height: 4px;
  width: 70px;
  background: #ecb122;
  position: absolute;
  bottom: -11px;
  left: 0;
  margin: auto;
  right: 0;
}
.item-service-style1:hover {
  border-color: #ecb122;
}
.item-service-style1:hover .icon-link {
  background: #ecb122;
  color: #000;
}
.product-home-carousel {
  margin-top: 50px;
  margin-bottom: 130px;
}
.box-service-home-carousel {
  margin-bottom: 100px;
}
.box-service-home-carousel .item-service-style1 {
  margin-bottom: 30px;
}
.owl-carousel.group-navi .owl-nav button.owl-prev,
.owl-carousel.group-navi .owl-nav button.owl-next {
  opacity: 1;
}
.owl-carousel.group-navi .owl-nav button.owl-prev {
  left: -30px;
}
.owl-carousel.group-navi:hover .owl-nav button.owl-prev {
  left: -30px;
}
.owl-carousel.group-navi:hover .owl-nav button.owl-next {
  right: 0px;
}
.owl-carousel.group-navi-line .owl-nav button.owl-prev,
.owl-carousel.group-navi-line .owl-nav button.owl-next {
  opacity: 1;
}
.owl-carousel.group-navi-line {
  margin-bottom: 40px;
}
.group-navi-line .owl-nav {
  position: absolute;
  right: 0px;
  left: 0px;
  margin: auto;
  bottom: -35px;
}
.group-navi-line .owl-nav:before {
  left: 0px;
  right: 50%;
  height: 1px;
  content: '';
  background: #e0e0e0;
  position: absolute;
  margin-left: 15px;
  margin-right: 48px;
  top: -11px;
}
.group-navi-line .owl-nav:after {
  left: 50%;
  right: 0;
  height: 1px;
  content: '';
  background: #e0e0e0;
  position: absolute;
  margin-right: 15px;
  margin-left: 48px;
  top: -11px;
}
.owl-carousel.group-navi-line .owl-nav button.owl-prev {
  height: 30px;
  line-height: 33px;
  width: 30px;
  font-size: 14px;
  background: #7f7f7f;
  left: 50%;
  margin-left: -30.5px !important;
}
.owl-carousel.group-navi-line .owl-nav button.owl-prev:hover {
  background: #000;
}
.owl-carousel.group-navi-line .owl-nav button.owl-next {
  height: 30px;
  line-height: 33px;
  width: 30px;
  font-size: 14px;
  background: #7f7f7f;
  right: 50%;
  margin-right: -30.5px !important;
}
.owl-carousel.group-navi-line .owl-nav button.owl-next:hover {
  background: #000;
}
.owl-carousel.group-navi-line:hover .owl-nav button.owl-prev {
  left: 50%;
}
.owl-carousel.group-navi-line:hover .owl-nav button.owl-next {
  right: 50%;
}
.item-service-style2 .icon-link {
  display: inline-block;
  width: 300px;
  height: 300px;
  line-height: 395px;
  background: #f3f3f3;
  border-radius: 50%;
}
.item-service-style2 .info-service .title {
  margin-top: 22px;
}
.item-service-style2:hover .icon-link {
  color: #ecb122;
}
.box-category-home-carousel {
  margin-bottom: 143px;
}
.box-category-home-carousel .banner-slider {
  margin-top: 20px;
}
.banner-video-home-categories {
  margin-top: 60px;
  margin-bottom: 10px;
}
.banner1-home-cate {
  overflow: hidden;
}
.banner1-home-cate .banner-info {
  top: auto;
  padding-left: 40px;
  bottom: -50px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.banner1-home-cate .banner-info h3 {
  margin-top: 10px;
  margin-bottom: 37px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.banner1-home-cate .banner-info .default-button1 {
  opacity: 0;
}
.banner1-home-cate:before {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
}
.banner1-home-cate:hover:before {
  z-index: 1;
  opacity: 1;
}
.banner1-home-cate:hover .banner-info {
  bottom: 30px;
}
.banner1-home-cate:hover .banner-info h3 {
  margin-bottom: 27px;
}
.banner1-home-cate:hover .banner-info .default-button1 {
  opacity: 1;
}
.gropup-banner123-home-cate.vc_row {
  margin-left: -5px;
  margin-right: -5px;
}
.gropup-banner123-home-cate.vc_row .vc_column_container > .vc_column-inner {
  padding-left: 5px;
  padding-right: 5px;
}
.gropup-banner123-home-cate.vc_row .b-left {
  margin-right: -15px;
}
.gropup-banner123-home-cate.vc_row .b-right {
  margin-left: -15px;
}
.gropup-banner123-home-cate.vc_row .b-center {
  margin: 0px 15px;
}
.gropup-banner123-home-cate.vc_row .banner1-home-cate {
  margin-bottom: 10px;
}
.gropup-banner45-home-cate.vc_row {
  margin-bottom: 119px;
  margin-left: -5px;
  margin-right: -5px;
}
.gropup-banner45-home-cate.vc_row .banner1-home-cate {
  margin-bottom: 10px;
}
.gropup-banner45-home-cate.vc_row .vc_column_container > .vc_column-inner {
  padding-left: 5px;
  padding-right: 5px;
}
.element-tabs-style2 .nav-tabs > li {
  float: none;
}
.element-tabs-style2 .nav-tabs > li a {
  display: inline-block;
  border: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  padding-left: 20px;
}
.element-tabs-style2 .nav-tabs > li a:before {
  content: "\e972";
  font-family: "Linearicons" !important;
  position: absolute;
  left: 0;
}
.element-tabs-style2 .title-tab {
  margin: 0px;
}
.element-tabs-style2 .title-tab > li {
  margin: 0px;
  margin-bottom: 16px;
}
.element-tabs-style2 .nav-tabs > li.active > a,
.element-tabs-style2 .nav-tabs > li.active > a:focus,
.element-tabs-style2 .nav-tabs > li.active > a:hover,
.element-tabs-style2 .nav-tabs > li > a:hover {
  color: #ecb122;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.product-tab-home-category {
  margin-bottom: 98px;
  margin-top: 50px;
}
.product-tab-home-category .tab-header ul {
  padding-top: 45px;
  padding-left: 40px;
}
.product-tab-home-category > .row {
  display: flex;
  display: -webkit-flex;
  /* Safari */
}
.product-tab-home-category > .row > .col-md-3 {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-direction: row-reverse;
}
.product-tab-home-category > .row > .col-md-3 .tab-header {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-tab-home-category .tab-header a {
  color: #fff;
}
.product-tab-home-category .group-navi .owl-nav {
  width: 31px;
  top: -65px;
}
.product-tab-home-category .owl-carousel.group-navi .owl-nav button.owl-prev,
.product-tab-home-category .owl-carousel.group-navi .owl-nav button.owl-next {
  height: 30px;
  width: 30px;
  line-height: 34px;
}
.brand-home-cate {
  padding: 90px 0px;
  margin-top: 20px;
  background: #f4f5f7;
  margin-bottom: 130px;
}
.brand-home-cate .owl-carousel .owl-item img {
  width: auto;
  mix-blend-mode: darken;
}
.brand-home-cate .owl-carousel .owl-item a {
  background: #f4f5f7;
}
.brand-home-cate img {
  opacity: 0.5;
  margin: auto;
}
.brand-home-cate a:hover img {
  opacity: 1;
}
.brand-home-main {
  margin-bottom: 130px;
}
.brand-home-main .owl-carousel .owl-item img {
  width: auto;
}
.brand-home-main img {
  opacity: 0.5;
  margin: auto;
}
.brand-home-main a:hover img {
  opacity: 1;
}
.brand-home-main .banner-advs {
  padding: 0px 15px;
}
.brand-home-main .banner-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.post-home-cate {
  margin-top: 50px;
  margin-bottom: 115px;
}
.post-home-cate .group-navi .owl-nav {
  width: 31px;
  top: -65px;
}
.post-home-cate .owl-carousel.group-navi .owl-nav button.owl-prev,
.post-home-cate .owl-carousel.group-navi .owl-nav button.owl-next {
  height: 30px;
  width: 30px;
  line-height: 34px;
}
.item-service-style3 {
  position: relative;
  border: 20px solid #f4f5f7;
  border-radius: 30px;
  padding: 40px 0px;
  padding-right: 20px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-service-style3 .info-service {
  padding-left: 95px;
  padding-right: 15px;
}
.item-service-style3 .info-service .title {
  margin-bottom: 15px;
}
.item-service-style3 .icon-link {
  position: absolute;
  left: 40px;
  top: 43px;
}
.item-service-style3:hover {
  border-color: #ecb122;
}
.item-service-style3:hover .icon-link {
  color: #ecb122;
}
.service-home-cate {
  margin-bottom: 105px;
}
.service-home-cate .item-service-style3 {
  margin-bottom: 30px;
}
.banner-slider-home-main {
  margin-top: -140px;
}
.banner-slider-home-main .banner-info h2 {
  margin-top: 13px;
  position: relative;
  margin-bottom: 72px;
}
.banner-slider-home-main .banner-info h2:after {
  content: '';
  height: 4px;
  width: 70px;
  background: #ecb122;
  position: absolute;
  bottom: -10px;
  left: 0px;
}
.banner-slider-home-main .banner-info .default-button1 {
  margin-top: 44px;
}
.banner-slider-home-main .banner-info p {
  max-width: 470px;
}
.banner-slider-home-main .slider-content-text {
  max-width: 600px;
}
.banner-slider-home-main .owl-dots {
  bottom: 40px;
  position: absolute;
  width: 100%;
}
.banner-slider-home-main .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 4px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #000;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.banner-slider-home-main .owl-theme .owl-dots .owl-dot.active span,
.banner-slider-home-main .owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
  width: 40px;
}
.gropup-banner12-home-main.vc_row {
  margin-top: 150px;
  margin-bottom: 110px;
  margin-left: -10px;
  margin-right: -10px;
}
.gropup-banner12-home-main.vc_row .banner1-home-cate {
  margin-bottom: 20px;
}
.gropup-banner12-home-main.vc_row .vc_column_container > .vc_column-inner {
  padding-left: 10px;
  padding-right: 10px;
}
.gropup-banner12-home-main.vc_row .b-left {
  margin-right: -4px;
}
.gropup-banner12-home-main.vc_row .b-right {
  margin-left: 5px;
}
.product-tab-home-main {
  margin-bottom: 95px;
}
.product-tab-home-main .element-tabs-style1 .nav > li > a:after {
  display: none;
}
.product-tab-home-main .element-tabs-style1 .nav > li > a {
  padding: 0px 25px;
  font-weight: 700;
  color: #666;
}
.product-tab-home-main .element-tabs-style1 .nav > li > a:hover {
  color: #000;
}
.product-tab-home-main .element-tabs-style1 .nav-tabs > li.active > a,
.product-tab-home-main .element-tabs-style1 .nav-tabs > li.active > a:focus,
.product-tab-home-main .element-tabs-style1 .nav-tabs > li.active > a:hover {
  color: #000;
}
.product-tab-home-main .element-tabs-style1 .tab-header {
  margin-bottom: 44px;
}
.product-tab-home-main .element-tabs-style1 .title-tab {
  padding-top: 25px;
}
.product-tab-home-main .owl-carousel .owl-nav button.owl-prev,
.product-tab-home-main .owl-carousel .owl-nav button.owl-next {
  height: 30px;
  width: 30px;
  line-height: 33px;
  top: 37%;
}
.product-tab-home-main .owl-carousel:hover .owl-nav button.owl-prev {
  left: 0px;
}
.product-tab-home-main .owl-carousel:hover .owl-nav button.owl-next {
  right: 0px;
}
.gropup-banner46-home-main.vc_row {
  margin-bottom: 110px;
  margin-left: -10px;
  margin-right: -10px;
}
.gropup-banner46-home-main.vc_row .banner1-home-cate {
  margin-bottom: 20px;
}
.gropup-banner46-home-main.vc_row .vc_column_container > .vc_column-inner {
  padding-left: 10px;
  padding-right: 10px;
}
.countdown-style-default {
  display: inline-block;
}
.countdown-style-default .number {
  font-size: 48px;
  color: #000;
  font-weight: 700;
  height: 100px;
  width: 100px;
  display: inline-block;
  line-height: 100px;
  text-align: center;
  border: 3px solid #ecb122;
  border-radius: 50%;
}
.countdown-style-default .time_circles > div {
  float: left;
  text-align: center;
  width: 110px!important;
}
.countdown-style-default .text {
  display: block;
  text-transform: uppercase;
  margin-top: 10px;
}
.banner-countdown-home-main {
  margin: 0px;
  margin-bottom: 130px;
}
.banner-countdown-home-main .bottom-line-title2 {
  margin-bottom: 37px;
}
.banner-countdown-home-main .description {
  margin-bottom: 42px;
  max-width: 470px;
}
.banner-countdown-home-main .countdown-style-default {
  margin-bottom: 42px;
  margin-left: -3px;
  margin-right: -3px;
}
.banner-countdown-home-main .textDiv_Days {
  display: none;
}
.banner-countdown-home-main .banner-info {
  height: 410px;
}
.post-home-main {
  margin-top: 50px;
  margin-bottom: 115px;
}
.mailchimp-home-main {
  border: 20px solid #f4f5f7;
  border-radius: 50px;
  padding: 100px 50px;
  margin-bottom: 150px;
}
.instagram-home-main {
  margin-bottom: 150px;
}
.instagram-slider .fa-instagram {
  font-size: 30px;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.8);
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
}
.service-home-main {
  margin-bottom: 120px;
}
.service-home-main .item-service-style3 {
  margin-bottom: 30px;
}
.testimonials-home-main {
  margin-bottom: 135px;
  background: #f4f5f7;
  padding: 127px 0px 120px;
}
.testimonials-home-main .social-list {
  margin-bottom: 15px;
}
.testimonials-home-main .social-list a {
  font-size: 60px;
  color: #000;
}
.testimonials-home-main .banner-slider .description {
  margin: auto;
  line-height: 29px;
  margin-bottom: 55px;
  max-width: 810px;
  font-weight: 100;
  position: relative;
}
.testimonials-home-main .banner-slider .description:before {
  content: '';
  height: 2px;
  width: 50px;
  background: #ecb122;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -27px;
}
.testimonials-home-main .banner-slider h3 {
  margin-bottom: 6px;
}
.testimonials-home-main .owl-carousel .owl-nav button.owl-prev,
.testimonials-home-main .owl-carousel .owl-nav button.owl-next {
  height: 50px;
  width: 50px;
  line-height: 54px;
  top: 37%;
  font-size: 14px;
}
.testimonials-home-main .owl-carousel .owl-nav button.owl-prev {
  left: 0px;
}
.testimonials-home-main .owl-carousel .owl-nav button.owl-next {
  right: 0px;
}
.testimonials-home-main .owl-carousel:hover .owl-nav button.owl-prev {
  left: 0px;
}
.testimonials-home-main .owl-carousel:hover .owl-nav button.owl-next {
  right: 0px;
}
.footer-home-main {
  padding-top: 15px;
}
.footer-home-main .vc_column-inner {
  margin-bottom: 46px;
}
.footer-home-main-bottom {
  padding: 42px 0px 25px;
  border-top: 1px solid #e0e0e0;
}
.footer-home-main-bottom .vc_column-inner {
  margin-bottom: 10px;
}
.item-post-grid-style1 .post-info {
  padding-top: 33px;
}
.item-post-grid-style1 .post-info .get-date {
  color: #999;
}
.item-post-grid-style1 .post-info .get-category a {
  color: #999;
}
.item-post-grid-style1 .post-info .get-category a:hover {
  color: #ecb122;
}
.item-post-grid-style1 .post-info .meta-box > li {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #999;
  line-height: 12px;
}
.item-post-grid-style1 .post-info .meta-box > li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}
.item-post-grid-style1 .post-title {
  position: relative;
  margin-bottom: 36px;
}
.item-post-grid-style1 .post-title:before {
  position: absolute;
  content: '';
  height: 2px;
  width: 50px;
  background: #ecb122;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
.header-home-collection {
  padding: 53px 0px;
}
.header-home-collection .main-nav {
  margin-left: -105px;
}
.header-home-collection .block-search-element {
  margin-right: 80px;
}
.banner-slider-home-collection {
  margin-top: -150px;
  margin-bottom: 150px;
}
.banner-slider-home-collection h2 {
  margin-bottom: 23px;
}
.banner-slider-home-collection p {
  margin-bottom: 0px;
}
.banner-slider-home-collection .title24 {
  margin-bottom: 18px;
  display: inline-block;
}
.banner-slider-home-collection .default-button1 {
  margin-top: 43px;
}
.banner-slider-home-collection p {
  max-width: 380px;
}
.banner-slider-home-collection .owl-dots {
  bottom: 40px;
  position: absolute;
  width: 100%;
}
.banner-slider-home-collection .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 4px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #000;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.banner-slider-home-collection .owl-theme .owl-dots .owl-dot.active span,
.banner-slider-home-collection .owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
  width: 40px;
}
.banner1-home-collection {
  /*min-height: 940px;*/
}
.banner1-home-collection .description {
  margin-top: 42px;
  margin-bottom: 42px;
  max-width: 390px;
}
.banner1-home-collection .number {
  font-weight: 100;
  color: #999;
  margin-bottom: 3px;
  line-height: 60px;
  margin-left: -4px;
}
.banner1-home-collection .banner-info-about2 {
  z-index: 1;
  margin-top: -30px;
  position: relative;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.banner1-home-collection:hover .banner-info-about2 {
  padding-left: 60px;
}
.banner2-home-collection {
  margin-left: 120px;
}
.banner2-home-collection .description {
  margin-top: 42px;
  margin-bottom: 42px;
  max-width: 390px;
}
.banner2-home-collection .number {
  font-weight: 100;
  color: #999;
  margin-bottom: 3px;
  line-height: 60px;
  position: absolute;
  left: -95px;
  top: 7px;
}
.banner2-home-collection .banner-info-about2 {
  z-index: 1;
  position: relative;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  float: left;
  margin-left: 58px;
  margin-top: -15px;
}
.banner2-home-collection .adv-thumb-link {
  max-width: 300px;
  float: left;
}
.banner2-home-collection:hover .banner-info-about2 {
  margin-left: -35px;
}
.banner3-home-collection {
  /*min-height: 898px;*/
  margin-left: 120px;
  margin-top: 150px;
}
.banner3-home-collection .description {
  margin-top: 42px;
  margin-bottom: 42px;
  max-width: 380px;
}
.banner3-home-collection .number {
  font-weight: 100;
  color: #999;
  margin-bottom: 3px;
  line-height: 60px;
  margin-left: -4px;
}
.banner3-home-collection .banner-info-about2 {
  z-index: 1;
  margin-top: -30px;
  position: relative;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.banner3-home-collection:hover .banner-info-about2 {
  padding-left: 60px;
}
.banner4-home-collection {
  margin-top: 115px;
  max-width: 500px;
  /* min-height: 886px;*/
}
.banner4-home-collection .description {
  margin-top: 42px;
  margin-bottom: 42px;
  max-width: 390px;
}
.banner4-home-collection .number {
  font-weight: 100;
  color: #999;
  margin-bottom: 3px;
  line-height: 60px;
  margin-left: -4px;
}
.banner4-home-collection .banner-info-about2 {
  z-index: 1;
  margin-top: -30px;
  position: relative;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.banner4-home-collection:hover .banner-info-about2 {
  padding-left: 60px;
}
.banner5-home-collection {
  margin-left: -62px;
  margin-top: 115px;
  /* min-height: 1041px;*/
}
.banner5-home-collection .description {
  margin-top: 42px;
  margin-bottom: 42px;
  max-width: 380px;
}
.banner5-home-collection .number {
  font-weight: 100;
  color: #999;
  margin-bottom: 3px;
  line-height: 60px;
  margin-left: -4px;
}
.banner5-home-collection .banner-info-about2 {
  z-index: 1;
  margin-top: -30px;
  position: relative;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.banner5-home-collection:hover .banner-info-about2 {
  padding-left: 60px;
}
.overlay-image.banner-about2 .adv-thumb-link::after {
  background: rgba(255, 255, 255, 0.8);
}
.item-post-style3 .box-item-post {
  border: 20px solid #f4f5f7;
  border-radius: 30px;
  position: relative;
  padding: 40px 60px 45px 90px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-post-style3 .box-item-post .format-post-type {
  position: absolute;
  left: 33px;
  top: 45px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-post-style3 .box-item-post .post-title {
  position: relative;
  margin-bottom: 30px;
}
.item-post-style3 .box-item-post .post-title:before {
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  width: 70px;
  background: #ecb122;
  bottom: -10px;
}
.item-post-style3 .box-item-post .get-date {
  color: #999;
}
.item-post-style3 .box-item-post .get-category a {
  color: #ecb122;
}
.item-post-style3 .box-item-post .meta-box {
  margin-bottom: 28px;
}
.item-post-style3 .box-item-post .desc {
  margin-bottom: 28px;
}
.item-post-style3 .box-item-post .author {
  color: #999;
}
.item-post-style3 .box-item-post .author a {
  color: #ecb122;
}
.item-post-style3 .box-item-post:hover {
  border-color: #ecb122;
}
.item-post-style3 .box-item-post:hover .format-post-type {
  color: #ecb122;
}
.post-home-collection {
  margin-top: 115px;
  margin-bottom: 195px;
}
.group-navi-bottom .owl-nav {
  position: absolute;
  right: 0px;
  left: 0px;
  margin: auto;
  bottom: -35px;
}
.owl-carousel.group-navi-bottom .owl-nav button.owl-prev {
  font-size: 24px;
  background: #fff;
  color: #fff;
  left: 50%;
  margin-left: -50.5px !important;
  background: rgba(0, 0, 0, 0.5);
}
.owl-carousel.group-navi-bottom .owl-nav button.owl-prev:hover {
  background: #000;
  color: #ecb122;
}
.owl-carousel.group-navi-bottom .owl-nav button.owl-next {
  font-size: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  right: 50%;
  margin-right: -50.5px !important;
}
.owl-carousel.group-navi-bottom .owl-nav button.owl-next:hover {
  background: #000;
  color: #ecb122;
}
.owl-carousel.group-navi-bottom .owl-nav button.owl-prev,
.owl-carousel.group-navi-bottom .owl-nav button.owl-next {
  opacity: 1;
}
.group-navi-small .owl-nav {
  position: absolute;
  right: 15px;
  top: -40px;
  width: 61px;
  margin: auto;
}
.owl-carousel.group-navi-small .owl-nav button.owl-prev,
.owl-carousel.group-navi-small .owl-nav button.owl-next {
  opacity: 1;
  height: 30px;
  width: 30px;
  line-height: 33px;
}
.owl-carousel.group-navi-small .owl-nav button.owl-prev {
  left: 0px;
}
.owl-carousel.group-navi-small:hover .owl-nav button.owl-next {
  right: 0px;
}
/*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 {
  display: none;
}
.wrap-search-overlay .search-form {
  background: #fff;
  margin: auto;
  height: 50px;
  border: none;
  border-radius: 0;
  max-width: 670px;
  padding: 0px 20px;
  width: 350px;
}
.wrap-search-overlay .search-form input[type="text"] {
  height: 50px;
  font-size: 18px;
  font-weight: 400;
}
.wrap-search-overlay .submit-form {
  border-radius: 0;
  width: 60px;
  margin: 0;
}
.wrap-search-overlay .submit-form::after {
  border-radius: 0;
  line-height: 50px;
  font-size: 24px;
}
.wrap-search-overlay .search-form .dropdown-box {
  width: 230px;
}
.wrap-search-overlay .search-form .dropdown-link {
  padding: 14px 20px;
  font-size: 18px;
  border: none;
  font-weight: 400;
}
.wrap-search-overlay .search-form .dropdown-link::after {
  top: 15px;
}
/*End Search Popup*/
.fixed-header .header-home-main {
  padding: 8px 0px 0px;
}
.fixed-header .header-home-main .search-form {
  border-bottom: none;
}
.fixed-header .header-home-collection {
  padding: 10px 0px 0px;
}
.fixed-header .header-home-collection .search-form {
  border-bottom: none;
}
.service-home-main .item-service-style3 {
  margin-left: 15px;
  margin-right: 15px;
}
.service-home-main .banner-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.service-home-cate .item-service-style3 {
  margin-left: 15px;
  margin-right: 15px;
}
.service-home-cate .banner-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.header-home-carousel {
  padding-top: 50px;
}
.fixed-header .header-home-carousel {
  padding-top: 8px;
}
.fixed-header .header-home-carousel .search-form {
  border-bottom: none;
}
.banner-sider-home-carousel {
  margin-top: 45px;
}
.box-service-home-carousel .banner-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.box-service-home-carousel .owl-item {
  padding: 0px 15px;
}
.header-inner-page {
  padding: 50px 0px 40px;
}
.widget_categories .cat-item {
  position: relative;
}
.widget_categories .cat-item .icon-up-dow {
  font-size: 10px;
  position: absolute;
  top: 12.5px;
  right: 0px;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.widget_categories .cat-item .icon-up-dow:hover {
  color: #ecb122;
}
.widget_categories > ul > li:first-child .icon-up-dow {
  top: 3px;
}
.widget_categories li,
.widget_pages li,
.widget_nav_menu li,
.widget_archive li {
  font-size: 12px;
  color: #999;
}
.widget_categories li a,
.widget_pages li a,
.widget_nav_menu li a,
.widget_archive li a {
  color: #000;
  font-size: 14px;
}
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_nav_menu li a:hover,
.widget_archive li a:hover {
  color: #ecb122;
}
.item-post-wg {
  clear: both;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
}
.item-post-wg .post-thumb {
  width: 28%;
  float: left;
}
.item-post-wg .post-info {
  width: 72%;
  float: left;
  padding-left: 20px;
}
.item-post-wg .post-info .post-title {
  margin-bottom: 10px;
  line-height: 21px;
  margin-top: -5px;
}
.item-post-wg .post-info .the-date {
  font-size: 12px;
  color: #999;
}
.wg-post-list .item-post-wg:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.about-box1 {
  margin-bottom: 82px;
  margin-top: 84px;
}
.about-box1 h2 {
  margin-top: -12px;
}
.about-box1 h3 {
  margin-bottom: 14px;
  line-height: 36px;
}
.about-box1 p {
  color: #666;
}
.about-box2 {
  margin-bottom: 95px;
}
.about-box2 h3 {
  margin-bottom: 14px;
  line-height: 36px;
}
.about-box2 p {
  color: #666;
  max-width: 370px;
}
.banner-video-about {
  margin-bottom: 62px;
}
.banner-video-about video {
  max-height: 600px;
}
.box-our-team {
  padding-bottom: 67px;
}
.box-our-team .banner-slider {
  margin-top: 59px;
  margin-left: -15px;
  margin-right: -15px;
}
.box-our-team .banner-slider .banner-advs {
  padding: 0px 15px;
}
.box-our-team .banner-slider h2 {
  margin-top: 20px;
  margin-bottom: 4px;
}
.box-our-team .banner-slider span {
  color: #999;
  font-style: italic;
}
.progress-custom.vc_progress_bar {
  margin-top: 37px;
}
.progress-custom.vc_progress_bar .vc_single_bar .vc_label {
  position: absolute;
  top: -33px;
  padding: 0px;
  color: #000;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  width: 100%;
}
.progress-custom.vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
  float: right;
}
.progress-custom.vc_progress_bar .vc_single_bar {
  height: 5px;
  background: #e5e5e5;
  margin-top: 32px;
  margin-bottom: 75px;
}
.progress-custom.vc_progress_bar .vc_single_bar .vc_bar {
  background: #000;
}
.map-contact {
  margin-top: 100px;
  margin-bottom: 100px;
}
.map-contact .bottom-line-title4 {
  margin-top: -23px;
  margin-bottom: 43px;
}
.map-contact .contact-box-text {
  margin-bottom: 28px;
}
.map-contact .contact-box-text h3 {
  margin-bottom: 8px;
}
.map-contact .contact-box-text p {
  max-width: 380px;
}
.contact-form7 {
  text-align: center;
  padding-bottom: 75px;
}
.contact-form7 textarea,
.contact-form7 input[type="text"],
.contact-form7 input[type="email"] {
  width: 100%;
  border-color: #c8c8c8;
  margin-bottom: 20px;
}
.contact-form7 input[type="text"],
.contact-form7 input[type="email"] {
  height: 50px;
  padding: 0px 20px;
}
.contact-form7 textarea {
  padding: 20px;
  margin-bottom: 16px;
}
.contact-form7 .wpcf7-form-control-wrap {
  display: block;
  line-height: normal;
}
.contact-form7 .default-button1 {
  margin-top: 10px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
}
.footer-inner-page {
  border-top: 1px solid #e0e0e0;
  padding-top: 50px;
}
.blog-list-view {
  margin-bottom: 50px;
}
.box-related-product {
  padding-top: 83px;
  margin-bottom: 46px;
  border-top: 1px solid #e0e0e0;
}
.box-related-product .owl-carousel:hover .owl-nav button.owl-next {
  right: -45px;
}
.box-related-product .owl-carousel:hover .owl-nav button.owl-prev {
  left: -45px;
}
.box-related-product .owl-carousel .owl-nav button.owl-prev,
.box-related-product .owl-carousel .owl-nav button.owl-next {
  height: 45px;
  width: 45px;
  line-height: 50px;
  top: 33%;
}
.box-related-product .bottom-line-title2 {
  text-align: center;
  font-size: 30px;
}
.box-related-product .bottom-line-title2:after {
  margin: auto;
  right: 0;
}
.box-related-product .product-slider-view {
  margin-top: 60px;
}
.woocommerce div.product .woocommerce-variation-price p.price,
.woocommerce div.product .woocommerce-variation-price span.price {
  color: #ecb122;
}
body.postid-78 .box-related-product {
  padding-top: 0px;
  border-top: none;
  margin-top: -15px;
}
body.page-template-vertialheader-templage #header {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 370px;
  height: 100%;
  z-index: 202;
  outline: none;
  border-right: 1px solid #e0e0e0;
}
body.page-template-vertialheader-templage .vertical-header-main .vertical-header-content {
  margin-left: 370px;
}
.mini-cart-page-vertical-header {
  padding: 38px 0px;
}
.bareadcrumd-page-vertical-header {
  margin-bottom: 100px;
}
.shop-page-vertical-header {
  margin-bottom: 100px;
}
.footer-page-vertical-header {
  padding-top: 100px;
}
.main-header-vertical .wpb_wrapper {
  padding-left: 55px;
  padding-right: 55px;
}
.main-header-vertical .wpb_wrapper .wpb_wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
.main-header-vertical .logo-carica {
  margin-top: 40px;
  margin-bottom: 90px;
}
.main-header-vertical .search-form {
  width: 230px;
  margin-bottom: 75px;
}
.main-header-vertical .currency-language .language-current,
.main-header-vertical .currency-language .currency-current {
  height: 50px;
  display: inline-block;
  line-height: 50px;
}
.main-header-vertical .currency-language {
  margin-left: 0px;
  margin-right: 0px;
  display: inline-block;
  border: 1px solid #e0e0e0;
  margin-bottom: 90px;
}
.main-header-vertical .currency-language .dropdown-list {
  left: -26px;
}
.main-header-vertical .currency-language > li {
  padding: 0px 15px;
}
.main-header-vertical .element-menu-style3 {
  margin-bottom: 69px;
}
.element-menu-style3 > ul > li {
  display: block;
}
.element-menu-style3 .sub-menu {
  background: #fff none repeat scroll 0 0;
  display: none;
  margin: 0;
  opacity: 1;
  visibility: visible;
  position: static;
  box-shadow: none;
  border-top: 1px solid #e0e0e0;
  padding-left: 15px;
}
.element-menu-style3 .btn-toggle-menu3 {
  cursor: pointer;
}
.element-menu-style3 .btn-toggle-menu3::after {
  position: absolute;
  font-family: fontAwesome;
  content: "\f107";
  top: 11px;
  line-height: 37px;
  width: 37px;
  text-align: center;
  right: -15px;
}
.element-menu-style3 .btn-toggle-menu3.active::after {
  content: "\f106";
}
.element-menu-style3 li.menu-item-has-children {
  position: relative;
}
.element-menu-style3 .sub-menu {
  list-style: none;
  z-index: 999;
  text-align: left;
}
.element-menu-style3 > ul li > a {
  padding: 20px 0;
  display: inline-block;
}
.element-menu-style3 .sub-menu li {
  border-bottom: 1px solid #e0e0e0;
}
.element-menu-style3 > ul li:first-child > a {
  border: medium none!important;
}
.element-menu-style4 > ul > li {
  display: block;
  border-bottom: 1px solid #e0e0e0;
}
.element-menu-style4 > ul > li:last-child {
  border-bottom: none;
}
.element-menu-style4 > ul {
  padding: 20px;
}
.element-menu-style4 .sub-menu {
  background: #fff none repeat scroll 0 0;
  display: none;
  margin: 0;
  opacity: 1;
  visibility: visible;
  position: static;
  box-shadow: none;
  border-top: 1px solid #f1f1f1;
  padding-left: 15px;
}
.element-menu-style4 .btn-toggle-menu3 {
  cursor: pointer;
}
.element-menu-style4 .btn-toggle-menu3::after {
  position: absolute;
  font-family: fontAwesome;
  content: "\f107";
  top: 11px;
  line-height: 35px;
  width: 35px;
  text-align: center;
  right: -10px;
  border-radius: 50%;
  /*border: 1px solid #eee;*/
  height: 35px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.element-menu-style4 .btn-toggle-menu3:hover::after {
  /*   background: #222;
    color: #ecb122;
    border-color: #2222;*/
}
.element-menu-style4 .btn-toggle-menu3.active::after {
  content: "\f106";
}
.element-menu-style4 li.menu-item-has-children {
  position: relative;
}
.element-menu-style4 .sub-menu {
  list-style: none;
  z-index: 999;
  text-align: left;
}
.element-menu-style4 > ul li > a {
  padding: 20px 0;
  display: inline-block;
}
.element-menu-style4 .sub-menu li {
  border-bottom: 1px solid #f1f1f1;
}
.element-menu-style4 .sub-menu li:last-child {
  border-bottom: none;
}
.element-menu-style4 > ul li:first-child > a {
  border: medium none!important;
}
body.page-template-vertialheader-templage.admin-bar #header {
  padding-top: 32px;
}
.header-vertial {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.header-vertial::-webkit-scrollbar {
  width: 4px;
}
.header-vertial::-webkit-scrollbar-track {
  background-color: #F5F5F5;
  border-radius: 0px;
}
.header-vertial::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #ecb122;
}
.header-vertial .list-product-search {
  min-width: 230px;
}
/*Begin Toggle Mobile header vertial*/
.toggle-mobile-header-vertial {
  display: none;
  height: 30px;
  width: 30px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  position: absolute;
  right: -65px;
  top: 36px;
}
.admin-bar .toggle-mobile-header-vertial {
  top: 80px;
}
.header-page.active .toggle-mobile-header-vertial {
  right: -35px;
}
.toggle-mobile-header-vertial span {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  top: 50%;
  background: #ecb122;
}
.toggle-mobile-header-vertial::before,
.toggle-mobile-header-vertial::after {
  content: '';
  position: absolute;
  top: 0;
  height: 4px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background: #ecb122;
}
.toggle-mobile-header-vertial::before {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.toggle-mobile-header-vertial::after {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.active.header-page .toggle-mobile-header-vertial::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.active.header-page .toggle-mobile-header-vertial::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.active.header-page .toggle-mobile-header-vertial span {
  display: none;
}
/*End Toggle Mobile Menu*/
.woocommerce table.shop_attributes td p {
  padding: 8px;
}
.menu-fixed .main-nav-vertical {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  background: #fff;
  width: 330px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  transform: translateX(-110%);
  -webkit-transform: translateX(-110%);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  overflow-x: hidden;
  overflow-y: scroll;
  border-right: 1px solid #e0e0e0;
}
.menu-fixed .main-nav-vertical::-webkit-scrollbar {
  width: 4px;
}
.menu-fixed .main-nav-vertical::-webkit-scrollbar-track {
  background-color: #F5F5F5;
  border-radius: 0px;
}
.menu-fixed .main-nav-vertical::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #ccc;
}
.close-menu-fixed {
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  display: inline-block;
  float: right;
  color: #fff;
  margin-right: 0px;
}
.close-menu-fixed:hover {
  color: #fff;
}
.title-menu-fixed h3 {
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
}
.admin-bar .menu-fixed .main-nav-vertical {
  margin-top: 32px;
}
.menu-fixed .main-nav-vertical.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.menu-fixed .btn-menu-fixed {
  font-size: 23px;
  cursor: pointer;
}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: #fff;
}
.page-cart-woo .group-filter-by {
  display: none;
}
.page-blog-sidebar {
  margin-bottom: 0px;
}
.title-shop-page {
  margin-top: -15px;
}
/*Theme unit test*/
p.no-comments {
  margin-top: 40px;
}
.get-comment-content > table,
.detail-content-wrap > table,
.entry-content > table {
  padding: 10px;
}
.get-comment-content > table th,
.detail-content-wrap > table th,
.entry-content > table th,
.get-comment-content > table td,
.detail-content-wrap > table td,
.entry-content > table td {
  padding: 10px;
}
.get-comment-content > ul,
.detail-content-wrap > ul,
.entry-content > ul {
  list-style-type: disc;
}
.get-comment-content > ul ul,
.detail-content-wrap > ul ul,
.entry-content > ul ul {
  list-style-type: disc;
}
.get-comment-content > ul li,
.detail-content-wrap > ul li,
.entry-content > ul li,
.get-comment-content > ol li,
.detail-content-wrap > ol li,
.entry-content > ol li {
  line-height: 30px;
}
.get-comment-content > dl dd,
.detail-content-wrap > dl dd,
.entry-content > dl dd {
  margin-top: 5px;
  margin-bottom: 15px;
}
.get-comment-content > ol ul,
.detail-content-wrap > ol ul,
.entry-content > ol ul {
  list-style-type: disc;
}
.get-comment-content > address,
.detail-content-wrap > address,
.entry-content > address {
  line-height: 30px;
}
#wp-comment-cookies-consent {
  margin-top: 0px;
}
label[for="wp-comment-cookies-consent"] {
  margin-left: 10px;
  font-weight: 400;
}
p.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: .68;
  font-weight: 100;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
.alignleft .wp-block-button__link {
  margin-right: 30px;
}
.alignright .wp-block-button__link {
  margin-left: 30px;
}
.wp-block-pullquote {
  margin-bottom: 25px;
}
.has-background-dim {
  color: #fff;
}
.has-background-dim .wp-block-cover__inner-container {
  z-index: 1;
}
.has-background-dim.alignleft {
  margin-right: 2em;
}
.wp-block-table {
  margin-bottom: 30px;
}
.wp-block-pullquote blockquote {
  margin-bottom: 0px;
}
.wp-block-file .wp-block-file__button {
  display: inline-block;
}
.has-background-dim.alignright {
  margin-left: 2em;
}
.aligncenter {
  text-align: center;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  margin-top: 15px;
}
p.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: .68;
  font-weight: 100;
  margin: .1em .1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
  padding-left: 30px;
  border-left: 2px solid #ecb122;
}
.wp-block-embed-twitter {
  margin-right: 30px;
  clear: both;
}
.content-single-blog iframe.wp-embedded-content {
  position: static!important;
}
.has-large-font-size {
  font-size: 36px;
  line-height: 48px;
}
.has-larger-font-size {
  font-size: 42px;
  line-height: 52px;
}
.header-top-default .logo h1 {
  color: #000;
  font-weight: 700;
  font-size: 36px;
}
.header-nav-default .main-nav > ul > li > a {
  height: 60px;
  line-height: 60px;
}
.content-post-default .meta-single-post {
  margin-bottom: 83px;
}
.title-page-default {
  margin-top: -16px;
  margin-bottom: 34px;
}
.wp-caption {
  margin-bottom: 20px;
}
.wp-caption .wp-caption-text {
  margin-top: 15px;
  color: #999;
}
.list-6-item .item-product-grid .product-extra-link,
.list-5-item .item-product-grid .product-extra-link {
  height: 0px;
}
.list-6-item .item-product-grid .product-extra-link a,
.list-5-item .item-product-grid .product-extra-link a {
  height: 30px;
  line-height: 30px;
  width: 30px;
  font-size: 14px;
  margin: 0px 1px;
}
.content-sidebar-right .list-4-item .item-product-grid .product-extra-link,
.content-sidebar-left .list-4-item .item-product-grid .product-extra-link {
  height: 0px;
}
.content-sidebar-right .list-4-item .item-product-grid .product-extra-link a,
.content-sidebar-left .list-4-item .item-product-grid .product-extra-link a {
  height: 30px;
  line-height: 30px;
  width: 30px;
  font-size: 14px;
  margin: 0px 1px;
}
.content-sidebar-right .list-4-item .woocommerce a.button.addtocart-style-icon,
.content-sidebar-left .list-4-item .woocommerce a.button.addtocart-style-icon {
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.list-5-item .woocommerce a.button.addtocart-style-icon,
.list-6-item .woocommerce a.button.addtocart-style-icon {
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.overflow-inherit {
  overflow: inherit!important;
}
.woocommerce #review_form #respond .form-submit input {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 25px;
}
.available_product {
  color: #00ac08;
  margin-bottom: 18px;
  margin-top: 20px;
}
.element-tabs-style1 .filter-product .btn-filter {
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 0px 25px;
}
.element-tabs-style1 .filter-product .btn-filter:hover {
  color: #000;
  border-color: #ecb122;
}
.product-tab-home-boxed .title-tab {
  padding-top: 4px;
}
.widget_s7upf_category_fillter .smoke {
  margin-left: 5px;
}
.woocommerce div.style-gallery-horizontal form.cart .button.single_add_to_cart_button {
  margin-left: 0px;
}
#wp-comment-cookies-consent {
  vertical-align: middle;
}
.fixed-header .vc_row[data-vc-full-width].vc_hidden {
  opacity: 1;
}
.owl-carousel {
  display: block;
}
/*Media min width*/
@media (min-width: 767px) {
  .element-menu-style2 .buton-menu {
    font-size: 23px;
    cursor: pointer;
  }
  .element-menu-style2 .main-nav {
    position: fixed;
    display: none;
    margin-top: 20px;
  }
  .element-menu-style2 .main-nav li.has-mega-menu > .mega-menu {
    left: 0px!important;
  }
  .element-menu-style2.active .buton-menu i:before {
    content: "\e935";
  }
}
/* End min width 1024*/
@media (max-width: 1750px) {
  .home-collection-full-width .container,
  .home-carousel-full-width .container {
    max-width: 1366px !important;
  }
}
@media (max-width: 1680px) {
  .item-service-style2 .icon-link {
    display: inline-block;
    width: 250px;
    height: 250px;
    line-height: 330px;
  }
  .item-service-style2 .icon-link i {
    font-size: 100px;
  }
  .header-home-collection .main-nav {
    margin-left: -60px;
  }
  .footer-home-carousel .follow-instagram li {
    max-width: 70px;
    margin: 4px;
  }
  .home-collection-full-width .container,
  .home-carousel-full-width .container {
    max-width: 1450px !important;
  }
  .banner2-home-collection .banner-info-about2 {
    max-width: 300px;
  }
  .item-service-style1 .info-service .description {
    padding: 0px 30px 48px 30px;
  }
}
@media (max-width: 1440px) {
  .header-home-collection .main-nav {
    margin-left: -20px;
  }
  .item-service-style1 .info-service .description {
    padding: 0px 30px 48px 30px;
  }
  .s7up-footer-page-footer-home-boxed .follow-instagram li {
    max-width: 75px;
  }
  .wrap-home1.page-content-box .wrap {
    max-width: 1200px !important;
  }
  body.page-content-box.wrap-home1 *[data-vc-full-width] {
    max-width: 100%;
  }
  body.wrap-home1 > .wrap {
    padding: 0px 30px;
  }
  .fixed-header .menu-header-home-boxed {
    padding: 0px 30px;
  }
  .main-header-vertical .search-form {
    width: 255px;
    margin-bottom: 30px;
  }
  .main-header-vertical .logo-carica {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .element-menu-style3 > ul li > a {
    padding: 15px 0;
  }
  .main-header-vertical .element-menu-style3 {
    margin-bottom: 25px;
  }
  .main-header-vertical .currency-language {
    margin-bottom: 40px;
  }
  .main-header-vertical .wpb_wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
  body.page-template-vertialheader-templage .vertical-header-main .vertical-header-content {
    margin-left: 300px;
  }
  body.page-template-vertialheader-templage #header {
    width: 300px;
  }
  .vertical-header-content .follow-instagram li {
    max-width: 70px;
  }
  .home-collection-full-width .container,
  .home-carousel-full-width .container {
    max-width: 1200px !important;
  }
}
/* End max width 1440*/
@media (max-width: 1366px) {
  .item-service-style2 .icon-link {
    /* width: 260px;
    height: 260px;
    line-height: 360px;*/
  }
  .footer-home-carousel .follow-instagram a {
    max-width: 70px;
  }
  .banner-slider-home-carousel .slick-prev {
    margin-left: -428px;
  }
  .banner-slider-home-carousel .slick-next {
    margin-right: -428px;
  }
  .home-collection-full-width .container,
  .home-carousel-full-width .container {
    max-width: 1200px !important;
  }
  .banner2-home-collection .banner-info-about2 {
    max-width: 270px;
  }
  .banner2-home-collection .adv-thumb-link {
    max-width: 200px;
  }
  .banner5-home-collection {
    margin-left: 120px;
  }
  .addess-footer-h1 li {
    word-break: break-all;
  }
}
/* End max width 1366*/
@media (max-width: 1199px) {
  .footer-home-carousel .intagram-col {
    /* clear: both;*/
  }
  .footer-home-carousel .follow-instagram li {
    max-width: 60px;
    margin: 4px;
  }
}
/* End max width 1200*/
@media (max-width: 1170px) {
  .post-home-collection {
    margin-top: 40px;
    margin-bottom: 120px;
  }
  .banner-slider-home-collection {
    margin-bottom: 70px;
  }
  .banner-slider-home-carousel .slick-prev {
    margin-left: -576px;
  }
  .banner-slider-home-carousel .slick-next {
    margin-right: -576px;
  }
  .header-home-collection .main-nav {
    margin-left: 0px;
  }
  .banner2-home-collection .banner-info-about2 {
    width: 44%;
    margin-left: 15px;
  }
  .banner2-home-collection .adv-thumb-link {
    max-width: 50%;
  }
  .banner2-home-collection {
    margin-left: 50px;
  }
  .banner1-home-collection {
    min-height: auto;
  }
  .banner3-home-collection {
    min-height: auto;
    margin-top: 60px;
    margin-left: 50px;
  }
  .banner4-home-collection {
    margin-top: 60px;
    min-height: auto;
  }
  .banner5-home-collection {
    margin-left: 50px;
    margin-top: 60px;
    min-height: auto;
  }
}
.mini-cart-box.dropdown-box .product-mini-cart .product-thumb {
  width: 90px;
  min-width: 79px;
}
.mini-cart-box.dropdown-box .product-mini-cart .product-info {
  max-width: 160px;
}
/* Create a custom checkbox */
.checkmark-content {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkmark-content input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark-content .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #e0e0e0;
}
.checkmark-content:hover input ~ .checkmark {
  background-color: #e0e0e0;
}
.checkmark-content input:checked ~ .checkmark {
  background-color: #fff;
}
.checkmark-content .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkmark-content input:checked ~ .checkmark:after {
  display: block;
}
.checkmark-content .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 8px;
  border: solid #666;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* end a custom checkbox */
.header-home-boxed .currency-language .dropdown-list {
  right: 0;
  left: auto;
}
.z-index1022 {
  z-index: 1022;
}
.banner-slider-home-main .banner-slider {
  background: #f3f3f3;
}
.widget_shopping_cart .mini-cart-total .pull-left {
  color: #000000;
}
.widget_recent_comments ul li {
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
.widget_recent_comments ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.element-menu-style4 .has-mega-menu,
.element-menu-style3 .has-mega-menu {
  position: relative;
}
.element-menu-style4 .has-mega-menu .mega-menu,
.element-menu-style3 .has-mega-menu .mega-menu {
  display: none;
  padding-left: 15px;
}
.element-menu-style4 .mega-menu,
.element-menu-style3 .mega-menu {
  width: 100%!important;
}
.element-menu-style4 .mega-menu .mega-menu-shop .wpb_column,
.element-menu-style3 .mega-menu .mega-menu-shop .wpb_column {
  width: 100%;
}
.element-menu-style4 .mega-menu .mega-list-cat {
  margin-top: 20px;
}
.main-nav .mega-menu-shop {
  padding: 10px 20px;
}
.woocommerce-Reviews #commentform input[type="text"] {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  width: auto;
  display: inline-block;
}
.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 {
  color: #000;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
.tc-extra-product-options .tmcp-field-wrap .price.tc-price .amount {
  color: #222;
  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:#ecb122;
}
/*Media max width*/
@media (max-width: 1024px) {
  .bottom-line-title4 {
    font-size: 36px;
  }
  .about-box1 h3,
  .about-box2 h3 {
    font-size: 24px;
  }
  .map-contact .bottom-line-title4 {
    margin-top: -10px;
  }
  .box-our-team .banner-slider h2 {
    font-size: 18px;
  }
  .map-contact .contact-box-text h3 {
    font-size: 18px;
  }
  .banner-category.vc_row .banner-category3 {
    margin-left: -11px;
  }
  .banner-category.vc_row .banner-category2 {
    margin: 0px 14px;
  }
  .banner-category.vc_row .banner-category1 {
    margin-right: -11px;
  }
  .slick-slide {
    margin: 0px 15px;
  }
  .banner-countdown-home-main .countdown-style-default {
    display: none;
  }
  .banner-countdown-home-main .description {
    margin-bottom: 10px;
  }
  .banner-countdown-home-main .banner-info {
    height: 230px;
  }
  .gropup-banner12-home-main.vc_row {
    margin-top: 70px;
    margin-bottom: 30px;
  }
  .product-tab-home-main {
    margin-bottom: 20px;
  }
  .gropup-banner46-home-main.vc_row {
    margin-bottom: 50px;
  }
  .banner-countdown-home-main {
    margin-bottom: 50px;
  }
  .post-home-main {
    margin-bottom: 35px;
  }
  .mailchimp-home-main {
    margin-bottom: 70px;
  }
  .instagram-home-main {
    margin-bottom: 70px;
  }
  .service-home-main {
    margin-bottom: 40px;
  }
  .brand-home-main {
    margin-bottom: 65px;
  }
  .testimonials-home-main {
    padding: 93px 0px 80px;
  }
  .testimonials-home-main {
    margin-bottom: 56px;
  }
  .style-gallery-vertical .detail-gallery {
    padding-left: 80px;
  }
  .style-gallery-vertical .detail-gallery .carousel li {
    margin-bottom: 10px;
  }
  .style-gallery-vertical .detail-info {
    padding-left: 0px;
  }
  body.page-template-vertialheader-templage .vertical-header-main .vertical-header-content {
    margin-left: 0px;
  }
  .page-template-vertialheader-templage .wrap > .header-page {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
  }
  .page-template-vertialheader-templage .wrap > .header-page.active {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
  }
  .toggle-mobile-header-vertial {
    display: block;
  }
  .item-service-style2 .icon-link {
    display: inline-block;
    width: 200px;
    height: 200px;
    line-height: 250px;
  }
  .item-service-style2 .icon-link i {
    font-size: 70px;
  }
  .banner-slider-home-carousel {
    margin-bottom: 100px;
  }
  .box-service-home-carousel {
    margin-bottom: 50px;
  }
  .product-home-carousel {
    margin-bottom: 80px;
  }
  .banner-slider-home-carousel .banner-info .title {
    line-height: 48px;
    font-size: 36px;
  }
  .banner-slider-home-carousel .slick-prev {
    left: 15px;
    margin-left: 0px;
    opacity: 0;
  }
  .banner-slider-home-carousel .slick-next {
    right: 15px;
    margin-right: 0px;
    opacity: 0;
  }
  .banner-slider-home-carousel:hover .slick-next,
  .banner-slider-home-carousel:hover .slick-prev {
    opacity: 1;
  }
  .item-service-style1 .info-service .description {
    padding: 0px 20px 48px 20px;
  }
  .item-service-style1 .info-service .title {
    font-size: 24px;
  }
  .wrap-search-overlay {
    display: block;
  }
  .block-search-element {
    display: none;
  }
  .menu-header-home-boxed .wrap-search-overlay {
    text-align: right;
    margin-top: 5px;
  }
  body.wrap-home1 > .wrap {
    padding: 0px;
  }
  .menu-search-h2 .block-search-element {
    margin-left: 15px;
  }
  .menu-search-h2 .wrap-search-overlay {
    margin-top: 7px;
    margin-left: 20px;
  }
  .banner-slider-home-collection .banner-slider.bg-slider .item-slider {
    height: 700px;
  }
  .header-home-category {
    padding-top: 50px;
  }
  .banner-video-home-categories {
    margin-top: 45px;
  }
  .gropup-banner45-home-cate.vc_row {
    margin-bottom: 40px;
  }
  .product-tab-home-category {
    margin-bottom: 20px;
  }
  .brand-home-cate {
    padding: 50px 0px;
    margin-bottom: 50px;
  }
  .post-home-cate {
    margin-bottom: 40px;
  }
  .service-home-cate {
    margin-bottom: 25px;
  }
  .group-account-social-cart-h2 .element-text-block {
    margin-right: 15px;
  }
  .header-home-collection .main-nav > ul > li > a {
    padding: 0 10px;
  }
  .box-category-home-carousel {
    margin-bottom: 90px;
  }
  .sidebar-right {
    padding-left: 0px;
  }
  .sidebar-left {
    padding-right: 0px;
  }
}
/* End max width 1024*/
/* End max width 1023*/
@media (max-width: 991px) {
  .footer-home-carousel .intagram-col {
    clear: both;
  }
  .product-detail .detail-gallery {
    margin-bottom: 50px;
  }
  .style-gallery-horizontal .detail-gallery {
    margin-right: 0px;
  }
  .box-category-home-carousel {
    margin-bottom: 60px;
  }
  .banner-slider-home-carousel {
    margin-bottom: 70px;
  }
  .box-service-home-carousel {
    margin-bottom: 30px;
  }
  .product-home-carousel {
    margin-bottom: 60px;
  }
  .box-category-home-carousel .banner-slider {
    margin-top: 10px;
  }
  .header-home-collection .logo-carica {
    margin-bottom: 10px;
  }
  .header-home-collection {
    padding: 30px 0px;
  }
  .menu-header-home-boxed .block-search-element {
    margin-left: -15px;
    margin-right: 20px;
  }
  .main-nav > ul > li > a {
    padding: 0 12px;
  }
  .search-form {
    width: 215px;
  }
  .slider-home-boxed {
    margin-bottom: 70px;
  }
  .banner1-home-boxed {
    margin-bottom: 85px;
  }
  .product-tab-home-boxed {
    margin-bottom: 80px;
  }
  .banner-category-home-boxed {
    margin-bottom: 100px;
  }
  .mailchimp-home-boxed,
  .mailchimp-home-main {
    padding: 50px 50px 45px;
    margin-bottom: 85px;
  }
  .banner1-home-boxed .element-text-block {
    padding-left: 40px;
    padding-top: 60px;
  }
  /*.gropup-banner12-home-main.vc_row{
    margin-top: 100px;
    margin-bottom: 60px;
  }
  .product-tab-home-main {
    margin-bottom: 56px;
  }
  .gropup-banner46-home-main.vc_row {
    margin-bottom: 80px;
  }*/
  .countdown-style-default .number {
    font-size: 24px;
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  /*.banner-countdown-home-main .countdown-style-default {
    margin-bottom: 20px;
  }
  .banner-countdown-home-main .description {
    margin-bottom: 20px;
  }
  .banner-countdown-home-main .banner-info {
    height: 315px;
  }
  .post-home-main {
    margin-bottom: 55px;
  }
  .instagram-home-main {
    margin-bottom: 100px;
  }
  .service-home-main {
    margin-bottom: 70px;
  }
  .brand-home-main {
    margin-bottom: 80px;
  }*/
  .testimonials-home-main {
    padding: 77px 0px 70px;
  }
  .banner-slider-home-main .banner-slider.bg-slider .item-slider {
    height: 650px;
  }
  .banner-slider-home-collection {
    margin-bottom: 70px;
  }
  .post-home-collection {
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .group-navi-bottom .owl-nav {
    bottom: 0px;
  }
  .item-post-style3 .box-item-post .format-post-type {
    left: 20px;
    top: 25px;
    font-size: 24px;
  }
  .item-post-style3 .box-item-post {
    border-width: 10px;
    padding: 20px 20px 25px 60px;
  }
  .footer-home-carousel {
    padding-top: 70px;
  }
  .banner3-home-collection,
  .banner2-home-collection,
  .banner5-home-collection {
    margin-left: 10px;
  }
  .banner4-home-collection,
  .banner5-home-collection,
  .banner3-home-collection {
    margin-top: 40px;
  }
  .banner2-home-collection .adv-thumb-link {
    max-width: 42%;
  }
  .banner2-home-collection .banner-info-about2 {
    margin-left: 15px;
  }
  .social-list a {
    padding: 0px 8px;
  }
  .banner-slider-home-collection h2 {
    font-size: 36px;
  }
  .gropup-banner123-home-cate.vc_row .b-center {
    margin-left: 10px;
    margin-right: 10px;
  }
  .gropup-banner123-home-cate.vc_row .b-left {
    margin-right: -10px;
  }
  .gropup-banner123-home-cate.vc_row .b-right {
    margin-left: -10px;
  }
  .banner1-home-cate .banner-info {
    padding-left: 25px;
  }
  .item-product-list .product-info {
    padding-top: 20px;
  }
  .header-nav-default .main-nav > ul > li > a {
    font-size: 14px;
  }
}
/* End max width 991*/
/* End max width 900*/
@media (max-width: 768px) {
  .box-our-team {
    padding-bottom: 30px;
  }
  .banner-video-about {
    margin-bottom: 30px;
  }
  .banner-video-about {
    margin-bottom: 30px;
  }
  .about-box2 {
    margin-bottom: 50px;
  }
  .about-box1 {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .contact-form7 {
    padding-bottom: 35px;
  }
  .map-contact {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .detail-content-wrap {
    margin-bottom: 50px;
  }
  .like-share-single-post {
    margin-bottom: 50px;
  }
  .single-info-author {
    margin-bottom: 50px;
  }
  .background-related-post {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .blog-comment-detail .button-close-comment,
  .close-comment-active,
  .leave-comments,
  .post-control-full {
    margin-top: 50px;
  }
  .post-control-full {
    margin-bottom: 35px;
  }
  .single-related-post {
    margin-top: 50px;
  }
  .shop-page-category .loadmore {
    margin-top: 0px;
  }
  .banner-category.vc_row .banner-category3 {
    margin-left: -10px;
  }
  .banner-category.vc_row .banner-category2 {
    margin: 0px 10px;
  }
  .banner-category.vc_row .banner-category1 {
    margin-right: -10px;
  }
  .main-page-default {
    margin: 50px 0 0px;
  }
  .banner1-home-boxed .title {
    font-size: 40px;
  }
  .banner1-home-boxed .element-text-block {
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .element-tabs-style1 .title-tab-element {
    font-size: 24px;
    margin-right: 30px;
  }
  .element-tabs-style1 .title-tab {
    padding-top: 8px;
  }
  .bottom-line-title2 {
    font-size: 24px;
  }
  .images-list-default ul li {
    padding-right: 10px;
    padding-left: 10px;
  }
  .images-list-default ul {
    margin: 0px -10px;
  }
  .banner-slider-home-main .banner-info h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }
  .banner-countdown-home-main .description {
    /*display: none;*/
  }
  .banner-countdown-home-main .banner-info {
    height: 200px;
  }
  .bottom-line-title3 {
    font-size: 24px;
  }
  .banner-countdown-home-main {
    margin-left: 15px;
    margin-right: 15px;
  }
  .banner-slider-home-main .banner-slider .banner-info {
    height: 272px;
  }
  .widget_shopping_cart .mini-cart-button a {
    padding: 0 20px !important;
  }
}
/* End max width 768*/
@media (max-width: 767px) {
  .gropup-banner12-home-main.vc_row .b-right {
    margin-left: 0px;
  }
  .gropup-banner12-home-main.vc_row .b-left {
    margin-right: 0px;
  }
  .element-menu-style4 .btn-toggle-menu3::after {
    right: 10px;
  }
  .element-menu-style4 .sub-menu {
    background: #f9f9f9;
  }
  .element-menu-style4 > ul {
    padding: 0px;
  }
  .element-menu-style4 .sub-menu {
    padding-left: 0px;
  }
  .element-menu-style4 > ul li > a {
    padding-left: 20px;
  }
  .element-menu-style4 > ul ul li > a {
    padding-left: 40px;
  }
  .element-menu-style4 > ul ul ul li > a {
    padding-left: 60px;
  }
  .main-nav > ul li > a {
    padding: 20px!important;
  }
  .main-nav > ul ul li > a {
    padding-left: 40px!important;
  }
  .main-nav > ul ul ul li > a {
    padding-left: 60px!important;
  }
  .main-nav > ul {
    /*border-bottom: none;*/
  }
  .main-nav > ul::-webkit-scrollbar {
    width: 4px;
  }
  .main-nav > ul::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 0px;
  }
  .main-nav > ul::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #ccc;
  }
  .main-nav > ul {
    overflow-x: auto;
    max-height: 350px;
  }
  .main-nav .sub-menu li {
    border-bottom: 1px solid #f1f1f1;
  }
  .sidebar-right {
    margin-top: 50px;
  }
  /*.header-home-main{
    background: #fff;
    position: fixed!important;
    margin-left: 0px!important;
    left: 0!important;
    padding-left: 0px !important;
  }
  .s7up-header-page-header-home-main{
    height: 135px;
  }
  .s7up-header-page-header-inner-page .breadcrumb-element{
    margin-top: 92px;
  }*/
  .product-tab-home-category > .row {
    display: block;
  }
  .banner-slider-home-main .slider-content-text {
    margin-top: 25px;
  }
  .bottom-line-title4 {
    margin-bottom: 30px;
  }
  .about-box1 h3,
  .about-box2 h3 {
    font-size: 18px;
  }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    height: 35px;
    width: 35px;
    line-height: 40px;
    margin-top: -17px !important;
  }
  .media-item-default .video .icon-video,
  .icon-play {
    width: 70px;
    height: 70px;
  }
  .media-item-default .video i,
  .icon-play i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
  .item-post-list-default2 .post-title {
    font-size: 24px;
  }
  .item-post-list-default2 .media-item-default {
    margin-bottom: 30px;
  }
  .item-post-list-default .post-title {
    font-size: 24px;
  }
  .item-post-list-default {
    margin-bottom: 50px;
  }
  .item-post-list-default .media-item-default {
    margin-bottom: 30px;
  }
  .single-info-author .author-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .shop-page-category {
    margin-top: 50px;
  }
  .banner-category.vc_row .banner-category3 {
    margin-left: 0px;
  }
  .banner-category.vc_row .banner-category2 {
    margin: 0px;
    margin-bottom: 10px;
  }
  .banner-category.vc_row .banner-category1 {
    margin-right: 0px;
  }
  .filter-2-col .item-attr-title {
    display: block;
  }
  .filter-2-col .item-attr-content {
    text-align: left;
  }
  .filter-2-col .range-filter .slider-range {
    width: 200px;
  }
  .filter-2-col .attr-price-filter {
    display: block;
  }
  .filter-2-col .box-attr-filter::before {
    display: none;
  }
  .item-product-list .product-info {
    padding-top: 20px;
  }
  .product-tab-home-category .group-navi .owl-nav {
    top: -22px;
  }
  .product-tab-home-category > .row > .col-md-3 .tab-header {
    margin-bottom: 50px;
  }
  .product-tab-home-category .tab-header ul {
    padding-bottom: 30px;
  }
  .post-home-cate .group-navi .owl-nav {
    top: -45px;
  }
  .footer-home-main-bottom,
  .footer-home-carousel-bottom,
  .footer-home-boxed-bottom {
    text-align: center;
  }
  .footer-home-main-bottom .footer-coppy-right,
  .footer-home-carousel-bottom .footer-coppy-right,
  .footer-home-boxed-bottom .footer-coppy-right {
    margin-bottom: 10px;
  }
  .banner-countdown-home-main .description {
    display: none;
  }
  .famibt-wrap .border-right-e0 {
    border-right: none;
  }
  .famibt-right-part {
    margin-bottom: 50px;
    text-align: left;
  }
  .famibt-title {
    margin-top: 20px;
  }
  .total-price-wrap .famibt-title {
    margin-top: 0px;
  }
  .banner-slider-home-carousel .banner-info {
    height: 155px;
    padding-left: 40px;
  }
  .banner-slider-home-carousel .banner-info .description {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .banner-slider-home-carousel .banner-info .title {
    line-height: 30px;
    font-size: 24px;
  }
  .banner-slider-home-carousel {
    margin-bottom: 50px;
  }
  .box-service-home-carousel {
    margin-bottom: 7px;
  }
  .product-home-carousel {
    margin-top: 30px;
  }
  .product-home-carousel {
    margin-bottom: 38px;
  }
  .box-category-home-carousel {
    margin-bottom: 40px;
  }
  .header-home-carousel {
    padding-top: 30px;
  }
  .header-home-carousel .menu-search-h2 {
    margin-bottom: 20px;
  }
  .menu-search-h2 .wrap-search-overlay {
    margin-left: 20px;
  }
  .element-menu-style2 .buton-menu {
    display: none;
  }
  .slider-home-boxed .banner-info {
    margin-left: 70px;
  }
  .slider-home-boxed:hover .owl-theme .owl-nav button.owl-prev {
    left: 15px;
    height: 30px;
    width: 30px;
    line-height: 33px;
  }
  .slider-home-boxed:hover .owl-theme .owl-nav button.owl-next {
    right: 15px;
    height: 30px;
    width: 30px;
    line-height: 33px;
  }
  .slider-home-boxed .banner-info h2 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: initial;
  }
  .slider-home-boxed.bg-slider .item-slider {
    height: 400px;
  }
  .banner1-home-boxed .element-text-block {
    padding: 20px;
  }
  .banner1-home-boxed .banner-advs {
    margin-left: 0px;
  }
  .element-tabs-style1 .title-tab-element {
    display: block;
    width: 100%;
    margin: 0px;
    margin-bottom: 40px;
  }
  .element-tabs-style1 .filter-product {
    margin-top: -128px;
    display: none;
  }
  .mailchimp-home-boxed .bottom-line-title2 {
    margin-bottom: 30px;
  }
  .mailchimp-home-boxed {
    padding: 25px 25px 30px;
  }
  .mailchimp-home-boxed {
    border-width: 10px;
  }
  .mailchimp-home-main .bottom-line-title2 {
    margin-bottom: 30px;
  }
  .mailchimp-home-main {
    padding: 25px 25px 30px;
  }
  .mailchimp-home-main {
    border-width: 10px;
  }
  .footer-home-boxed-bottom .social-list {
    text-align: left;
  }
  .slider-home-boxed {
    margin-top: 35px;
  }
  .slider-home-boxed {
    margin-bottom: 50px;
  }
  .banner1-home-boxed {
    margin-bottom: 55px;
  }
  .element-tabs-style1 .tab-header {
    margin-bottom: 45px;
  }
  .product-tab-home-boxed {
    margin-bottom: 50px;
  }
  .banner-category-home-boxed {
    margin-top: 30px;
  }
  .banner-category-home-boxed .group-navi-small .owl-nav {
    top: -45px;
  }
  .banner-category-home-boxed {
    margin-bottom: 60px;
  }
  .mailchimp-home-boxed {
    margin-bottom: 50px;
  }
  .header-home-main .main-nav .toggle-mobile-menu {
    margin-top: -7px;
  }
  .header-home-main {
    padding: 30px 0px 27px;
    z-index: 99;
  }
  .gropup-banner12-home-main.vc_row {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .product-tab-home-main .element-tabs-style1 .tab-header {
    margin-bottom: 30px;
  }
  .product-tab-home-main {
    margin-bottom: 6px;
  }
  .banner-countdown-home-main .countdown-style-default {
    display: none;
  }
  .banner-countdown-home-main .banner-info {
    height: 140px;
  }
  .banner-countdown-home-main {
    margin-bottom: 40px;
  }
  .gropup-banner46-home-main.vc_row {
    margin-bottom: 40px;
  }
  .post-home-main {
    margin-top: 30px;
  }
  .post-home-main {
    margin-bottom: 15px;
  }
  .mailchimp-home-main {
    margin-bottom: 50px;
  }
  .instagram-home-main {
    margin-bottom: 50px;
  }
  .brand-home-main {
    margin-bottom: 50px;
  }
  .service-home-main {
    margin-bottom: 20px;
  }
  .testimonials-home-main {
    margin-bottom: 50px;
  }
  .footer-home-main-bottom .text-right,
  .footer-home-carousel-bottom .text-right,
  .footer-home-boxed-bottom .text-right {
    text-align: center;
  }
  .banner-slider-home-main .banner-info h2 {
    font-size: 24px;
  }
  .banner-slider-home-main .banner-info h3 {
    font-size: 18px;
  }
  .item-service-style3 .info-service {
    padding-left: 75px;
  }
  .item-service-style3 .icon-link {
    left: 20px;
    top: 35px;
  }
  .item-service-style3 {
    border-width: 10px;
    padding: 30px 0px;
  }
  .banner-slider-home-collection {
    margin-bottom: 50px;
  }
  .banner4-home-collection,
  .banner5-home-collection,
  .banner3-home-collection {
    margin-top: 20px;
  }
  .banner3-home-collection,
  .banner2-home-collection,
  .banner5-home-collection {
    margin-left: 0px;
  }
  .banner2-home-collection .banner-info-about2 {
    width: 100%;
    float: none;
  }
  .banner2-home-collection .adv-thumb-link {
    max-width: max-content;
    float: none;
  }
  /* .banner2-home-collection:hover .banner-info-about2 {
    margin-left: 0px;
    margin-top: 0px;
  }*/
  .post-home-collection {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .banner-slider-home-collection .banner-slider.bg-slider .item-slider {
    height: 600px;
  }
  .header-home-category .logo-carica {
    text-align: left;
  }
  .header-home-category .menu-search-h2 {
    margin-bottom: 30px;
  }
  .header-home-category {
    padding-top: 35px;
  }
  .gropup-banner123-home-cate.vc_row .b-center {
    margin-left: 0px;
    margin-right: 0px;
  }
  .gropup-banner123-home-cate.vc_row .b-right {
    margin-left: 0px;
  }
  .gropup-banner123-home-cate.vc_row .b-left {
    margin-right: 0px;
  }
  .gropup-banner45-home-cate.vc_row {
    margin-bottom: 30px;
  }
  .product-tab-home-category {
    margin-top: 30px;
  }
  .product-tab-home-category {
    margin-bottom: 0px;
  }
  .brand-home-cate {
    margin-bottom: 40px;
  }
  .post-home-cate {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .banner1-home-collection .banner-info-about2,
  .banner4-home-collection .banner-info-about2,
  .banner3-home-collection .banner-info-about2,
  .banner5-home-collection .banner-info-about2,
  .banner2-home-collection .banner-info-about2 {
    margin-top: 30px;
    padding-left: 0px;
    max-width: 100%;
    display: inline-block;
  }
  .banner1-home-collection .banner-info-about2 .number,
  .banner4-home-collection .banner-info-about2 .number,
  .banner3-home-collection .banner-info-about2 .number,
  .banner5-home-collection .banner-info-about2 .number,
  .banner2-home-collection .banner-info-about2 .number {
    display: none;
  }
  .banner1-home-collection .banner-info-about2 .description,
  .banner4-home-collection .banner-info-about2 .description,
  .banner3-home-collection .banner-info-about2 .description,
  .banner5-home-collection .banner-info-about2 .description,
  .banner2-home-collection .banner-info-about2 .description {
    max-width: 100%;
  }
  .banner1-home-collection:hover .banner-info-about2,
  .banner4-home-collection:hover .banner-info-about2,
  .banner3-home-collection:hover .banner-info-about2,
  .banner5-home-collection:hover .banner-info-about2,
  .banner2-home-collection:hover .banner-info-about2 {
    padding-left: 15px;
  }
  .banner2-home-collection .banner-info-about2 {
    margin-left: 0px;
  }
  .banner2-home-collection:hover .banner-info-about2 {
    margin-left: 0px;
  }
  .top-filter-shop.grid-style .result-count-sidebar {
    text-align: left;
  }
  .columns-title-filter {
    margin-bottom: 25px;
  }
  .image-header-post .post-meta-info {
    height: 120px;
  }
  .image-header-post .post-meta-info .title-single-post {
    font-size: 40px;
    line-height: 40px;
  }
  .image-header-post {
    height: 350px;
  }
  .header-nav-default {
    padding: 10px 0px 15px 0px;
  }
  .menu-search-h2 .element-menu-style4 {
    margin-top: 0px;
  }
  .header-nav-default {
    background: transparent;
    padding: 0px;
  }
  .header-nav-default .main-nav .toggle-mobile-menu {
    margin-top: -45px;
  }
  .header-top-default {
    padding-bottom: 0px;
  }
  .header-top-default .logo h1 {
    margin-left: 50px;
  }
}
/* End max width 767*/
@media (max-width: 667px) {
  .banner-slider-home-carousel .line-scale .adv-thumb-link::before,
  .banner-slider-home-carousel .line-scale .adv-thumb-link::after {
    display: none;
  }
  .header-home-main .logo-carica {
    text-align: left;
  }
  .banner-slider-home-main {
    margin-top: -110px;
  }
  .banner-style-video::after {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .banner-style-video::before {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
/* End max width 667 : Iphone 6,7,8 */
/* End max width 600 */
/*End max-width: 568 Iphone 5*/
@media (max-width: 567px) {
  .login-popup-content {
    width: 350px;
  }
  .col-xs-hidden {
    display: none;
  }
  .tag-list-single {
    padding: 30px 0px;
  }
  .tag-list-single span {
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .post-control-full .prev-post span {
    padding-left: 40px;
  }
  .post-control-full .title {
    display: none;
  }
  .post-control-full a i {
    height: 30px;
    width: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .post-control-full .prev-post span {
    padding-left: 40px;
    line-height: 30px;
  }
  .post-control-full .next-post span {
    padding-right: 40px;
    line-height: 30px;
  }
  .menu-fixed .main-nav-vertical {
    width: 100%;
  }
  .banner-slider-home-main .banner-slider .banner-info {
    height: 252px;
  }
}
/*End max-width: 567 : col ss*/
@media (max-width: 480px) {
  .banner-slider-home-main .banner-slider .banner-info {
    height: 160px;
  }
  .banner-slider-home-collection .default-button1 {
    margin-top: 10px;
  }
  .banner-slider-home-collection h2 {
    margin-bottom: 8px;
  }
  .banner-slider-home-collection p.title16 {
    display: none;
  }
  .loadmore {
    min-width: auto;
  }
  .menu-header-home-boxed .wrap-search-overlay {
    text-align: left;
  }
  .product-tab-home-category .tab-header ul {
    padding-top: 45px;
    padding-left: 30px;
  }
  .product-tab-home-category .title-tab > li {
    display: inline-block;
    min-width: 50%;
    float: left;
  }
  .footer-home-main-bottom .images-list-default ul li,
  .footer-home-carousel-bottom .images-list-default ul li,
  .footer-home-boxed-bottom .images-list-default ul li {
    padding-right: 5px;
    padding-left: 5px;
  }
  .footer-home-main-bottom .social-list a,
  .footer-home-carousel-bottom .social-list a,
  .footer-home-boxed-bottom .social-list a {
    padding: 0px 5px;
  }
  .mailchimp-home-main .form-newsletter-style1 .mc4wp-form input[type=email],
  .mailchimp-home-boxed .form-newsletter-style1 .mc4wp-form input[type=email] {
    padding: 0px 15px;
  }
  .mailchimp-home-main,
  .mailchimp-home-boxed {
    border: none;
    padding: 0px;
  }
  .element-tabs-style1 .title-tab > li {
    margin-bottom: 10px;
    display: inline-block;
  }
  .header-home-carousel .currency-language {
    display: none;
  }
  .banner-countdown-home-main .bottom-line-title2 {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .banner-countdown-home-main .banner-info {
    height: 90px;
  }
  .banner-countdown-home-main .banner-info .default-button1 {
    height: 30px;
    line-height: 29px;
    padding: 0px 15px;
  }
  .banner1-home-cate .default-button1 {
    height: 30px;
    line-height: 29px;
    padding: 0px 15px;
  }
  .banner1-home-cate:hover .banner-info {
    bottom: 20px;
  }
  .banner1-home-cate .banner-info h2 {
    font-size: 18px;
  }
  .banner1-home-cate:hover .banner-info h3 {
    margin-bottom: 15px;
  }
  .tab-style2 .list-tag-detail li a {
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .box-product-content .title {
    margin-top: 0px;
  }
  .box-product-content {
    margin-top: 0px;
  }
  .product-detail {
    margin-bottom: 40px;
  }
  .box-related-product {
    padding-top: 56px;
    margin-bottom: 0px;
  }
  .woocommerce a.button.addtocart-style-icon,
  .item-product-grid .product-extra-link a {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 14px;
  }
  .product-control {
    display: none;
  }
  .content-page {
    margin: 50px 0 50px;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 50px;
  }
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 40px;
  }
  .slider-home-boxed .banner-info {
    margin-left: 0px;
    max-width: 100%;
    text-align: center;
  }
  .image-header-post .post-meta-info .title-single-post {
    font-size: 36px;
  }
  .title-content-post,
  .title-single-related-post,
  .comment-title-single-post,
  .leave-comments .comment-reply-title {
    font-size: 24px;
  }
  .icon-404 .number {
    font-size: 80px;
    line-height: 240px;
  }
  .icon-404 {
    width: 300px;
    height: 300px;
  }
  .detail-tab-content {
    padding-top: 0px;
  }
  .banner-slider-home-main .banner-info p.title16 {
    display: none;
  }
  .banner-slider-home-main .banner-info .default-button1 {
    margin-top: 0px;
  }
  .banner-slider-home-main .banner-slider.bg-slider .item-slider {
    height: 450px;
  }
}
/*End max-width: 480*/
@media (max-width: 375px) {
  .tab-style2 .detail-tab-title ul li {
    display: block;
  }
  .like-share-single-post .col-sm-6 {
    width: 100%;
    text-align: center;
  }
  .like-share-single-post .col-sm-6 .single-post-social {
    text-align: center;
  }
  .banner-slider-home-carousel .banner-info {
    height: 121px;
    padding-left: 0px;
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
  .banner-slider-home-carousel .banner-info .description {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .banner-slider-home-carousel .banner-info .title {
    line-height: 30px;
    font-size: 18px;
  }
  .header-home-main .logo-carica a:before,
  .header-home-carousel .logo-carica a:before,
  .header-home-category .logo-carica a:before {
    height: 6px;
    width: 6px;
    top: 15px;
    left: 8px;
  }
  .header-home-main .logo-carica a,
  .header-home-carousel .logo-carica a,
  .header-home-category .logo-carica a {
    font-size: 27px;
  }
  .header-home-main .group-account-social-cart-h2 > div,
  .header-home-carousel .group-account-social-cart-h2 > div,
  .header-home-category .group-account-social-cart-h2 > div {
    margin-left: 5px;
    margin-right: 5px;
  }
  .header-home-main .social-style-wishlist .count-wishlist,
  .header-home-carousel .social-style-wishlist .count-wishlist,
  .header-home-category .social-style-wishlist .count-wishlist,
  .header-home-main .mini-cart1 .mini-cart-number,
  .header-home-carousel .mini-cart1 .mini-cart-number,
  .header-home-category .mini-cart1 .mini-cart-number {
    display: none;
  }
  .header-home-category .menu-search-h2 {
    margin-bottom: 0px;
  }
  .header-home-carousel .menu-search-h2 {
    margin-bottom: 0px;
  }
  .header-home-boxed .logo-carica a:before {
    height: 6px;
    width: 6px;
    top: 15px;
    left: 8px;
  }
  .header-home-boxed .logo-carica a {
    font-size: 27px;
  }
  .header-nav-default .main-nav .toggle-mobile-menu {
    margin-top: -35px;
  }
  .header-top-default .logo h1 {
    font-size: 24px;
  }
}
/*End max-width: 375*/
@media (max-width: 320px) {
  .compare-wishlist-product-single a.add_to_wishlist {
    margin-bottom: 10px;
  }
}
/*End max-width: 320*/
