/*add style*/
.breadcrumb > ul,
.breadcrumb > ul > li {
  display: inline-block;
}
.liked {
  color: #ff0000;
}
[data-icon]:before {
  content: attr(data-icon);
}
[data-icon]:before,
.icon-gear:before,
.icon-like:before,
.icon-unlike:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.icon-like:before {
  content: "\f004";
}
.icon-unlike:before {
  content: "\f08a";
}
.icon-gear:before {
  content: "\f013";
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
a.sv-post-like {
  font-weight: normal;
  display: inline-block;
  width: auto;
  -moz-transition: all 0.3s ease-out 0.2s;
  -webkit-transition: all 0.3s ease-out 0.2s;
  -o-transition: all 0.3s ease-out 0.2s;
}
a.sv-post-like.liked {
  color: #da1b1b;
}
a.sv-post-like:hover,
a.sv-post-like:active,
a.sv-post-like:focus,
a.liked:hover,
a.liked:active,
a.liked:focus {
  color: #000;
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.header .vc_row[data-vc-full-width] {
  overflow: inherit !important;
}
.remove-hidden.vc_row[data-vc-full-width] {
  overflow: inherit !important;
}
.vc_row.css-padding-wpb_column .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
.vc_row.css-padding-wpb_column .wpb_column .mega-menu .wpb_column {
  padding-left: 15px;
  padding-right: 15px;
}
/*Menu fixed style*/
.fixed-header {
  position: fixed !important;
  top: -100px;
  left: 15px !important;
  z-index: 9998;
  -webkit-transition: top 0.5s ease-out 0s !important;
  transition: top 0.5s ease-out 0s !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.admin-bar .fixed-header.active {
  top: 32px;
}
.fixed-header.active {
  top: 0;
}
.menu-fixed-content.fixed-header {
  background: #fbfbfb;
  width: 100%;
  left: 0 !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  max-width: 100%;
  display: block;
}
.st-default {
  margin-top: 30px;
}
.no-results .search-form .btn-search {
  border-radius: 0px;
}
.default-footer .copyright {
  margin-bottom: 15px;
}
.mb-header-default .logo h1 {
  margin: 0px;
}
.content-pages {
  margin-top: 30px;
}
.bread-crumb {
  /*margin-bottom: 0px;*/
}
.title-post {
  position: relative;
}
.title-post i {
  position: absolute;
  right: 0;
  color: #FFC000;
  font-size: 16px;
}
iframe {
  width: 100%;
  height: 260px;
  border: none;
}
.video_host_media,
audio {
  width: 100%;
}
.blog-post-item-style1 {
  /*border: 1px solid #ccc;*/
  margin-bottom: 30px;
}
.blog-post-item-style1 .adv-thumb-link > img {
  margin: 0 auto;
  width: auto;
}
.blog-post-item-style1 .title-post {
  margin: 10px 0px;
}
.blog-post-item-style1 .date-comment {
  /* margin-top: 10px;*/
}
.blog-post-item-style1 .mb-category-list a {
  padding: 0px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #999;
}
.blog-post-item-style1 .mb-category-list a:hover {
  color: #FFC000;
}
.blog-post-item-style1 .mb-category-list i {
  margin-right: 5px;
  color: #555;
}
.blog-post-item-style1 .mb-tag-list {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.blog-post-item-style1 .mb-tag-list i {
  margin-right: 5px;
  color: #555;
}
.blog-post-item-style1 .mb-tag-list a {
  margin: 0px 5px 5px 5px;
  display: inline-block;
  text-transform: capitalize;
}
.blog-post-item-style1 .desc {
  margin-bottom: 10px;
}
.blog-post-item-style1 .post-info {
  padding: 20px;
  border: 1px solid #ccc;
  margin-top: -1px;
}
.blog-post-item-style1 iframe,
.blog-post-item-style1 .video_host_media,
.blog-post-item-style1 .audio {
  margin-bottom: -8px;
}
.blog-post-item-style1 .btn-arrow {
  margin-top: 15px;
}
.pagi-bar .page-numbers {
  color: #666;
  display: inline-block;
  border: 1px solid #e5e5e5;
  height: 32px;
  line-height: 32px;
  min-width: 32px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 0 -5px;
}
.pagi-bar .page-numbers.current {
  background: #ffc000;
  border-color: #ffc000;
  color: #fff;
  position: relative;
}
.pagi-bar .page-numbers.next,
.pagi-bar .page-numbers.prev {
  padding: 0 15px;
}
.mb-post-per-page {
  padding: 4px 10px;
  position: relative;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.mb-post-per-page .dropdown-list {
  background: #fff;
  position: absolute;
  right: -1px;
  left: -1px;
  top: 29px;
  padding: 5px;
  border: 1px solid #e5e5e5;
  text-align: center;
  border-top-color: #fff;
  display: none;
  z-index: 9;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.mb-post-per-page .dropdown-list li {
  margin-bottom: 1px;
}
.mb-post-per-page .dropdown-list li a {
  background: #fafafa;
  display: block;
}
.mb-post-per-page .dropdown-list li a:hover {
  background: #FFC000;
  color: #fff;
}
.mb-post-per-page:hover .dropdown-list {
  display: block;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.show-bar.select-box {
  width: auto;
  padding-right: 35px;
}
.bread-crumb a {
  color: #999;
}
.bread-crumb a:hover {
  color: #FFC000;
}
.item-comment {
  width: 100%;
}
.comments-list ul.children {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 0 50px;
}
.leave-comment .title-leave-comment {
  margin: 0 0 25px;
}
.single .mb-category-list a {
  padding: 0px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #999;
}
.single .mb-category-list a:hover {
  color: #FFC000;
}
.single .blog-info {
  margin-bottom: 30px;
}
.single .blog-info > .desc iframe {
  height: 360px;
}
.single .mb-tag-list a {
  margin: 0px 5px 5px 5px;
  display: inline-block;
  text-transform: capitalize;
}
.post-social-share {
  margin-top: 0px;
}
.mb-media-video-post iframe {
  /*  height: 450px;*/
}
.post-gallery .image-slider img {
  width: 100%;
}
.search-form {
  position: relative;
  margin: auto;
}
.search-form .btn-search {
  background-image: url("../images/icons/icon-search.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #666;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 40px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.search-form input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  color: #999;
  height: 40px;
  padding: 0 20px;
}
.error-404 {
  margin-bottom: 30px;
}
.error-404 .search-form {
  width: 50%;
}
.mb-comment-post > h2 {
  margin-bottom: 25px;
}
.sidebar-widget ul {
  padding: 0px;
  list-style: none;
}
.sidebar-widget ul li {
  padding: 0px;
  margin-bottom: 10px;
}
.sidebar .widget_nav_menu ul li a,
.sidebar .widget_meta ul li a,
.sidebar .widget_pages ul li a,
.sidebar .widget_categories ul li a,
.sidebar .widget_recent_entries ul li a,
.sidebar .widget_archive ul li a {
  /*display: block;*/
  padding-left: 15px;
  position: relative;
}
.sidebar .widget_nav_menu ul li a:before,
.sidebar .widget_meta ul li a:before,
.sidebar .widget_pages ul li a:before,
.sidebar .widget_categories ul li a:before,
.sidebar .widget_recent_entries ul li a:before,
.sidebar .widget_archive ul li a:before {
  content: "\f105";
  font-family: fontawesome;
  color: #FFC000;
  margin-right: 10px;
  left: 0px;
  position: absolute;
  top: 2px;
}
body.boxed .mb-header-default {
  border-bottom: none;
  border-top: none;
}
body.boxed .mb-header-default .nav-search5 {
  box-shadow: 0 0 0 1px #e5e5e5 inset;
}
.currency-current > i,
.language-current > i {
  margin-left: 5px;
}
.element-mini-cart .mini-cart-box {
  display: inline-block;
  position: relative;
}
.element-menu-style1.fixed-ontop {
  padding: 0px;
  background: transparent;
  box-shadow: none;
}
body.admin-bar .element-menu-style1.fixed-ontop {
  margin-top: 32px;
}
.element-menu-style1 .smart-search,
.element-menu-style3 .smart-search,
.element-menu-style4 .smart-search {
  display: inline-block;
  float: none;
}
.element-menu-style1 .smart-search .smart-search-form,
.element-menu-style3 .smart-search .smart-search-form,
.element-menu-style4 .smart-search .smart-search-form {
  float: none;
  margin-left: 0px;
  padding-right: 0px;
  position: relative;
  width: auto;
  margin-bottom: 0;
}
.element-menu-style1 .smart-search .smart-search-form input[type="text"],
.element-menu-style3 .smart-search .smart-search-form input[type="text"],
.element-menu-style4 .smart-search .smart-search-form input[type="text"] {
  width: 72%;
  margin-left: -1px;
}
.element-menu-style1 .smart-search .smart-search-form .blog-search,
.element-menu-style3 .smart-search .smart-search-form .blog-search,
.element-menu-style4 .smart-search .smart-search-form .blog-search {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  display: block;
  height: 40px;
  padding: 0 20px 0 10px;
  position: relative;
  text-align: left;
  width: 100%;
}
.element-menu-style1 .smart-search .smart-search-form .blog-search .btn-search-cat,
.element-menu-style3 .smart-search .smart-search-form .blog-search .btn-search-cat,
.element-menu-style4 .smart-search .smart-search-form .blog-search .btn-search-cat {
  padding: 0px;
  overflow: hidden;
  border: none;
  height: 38px;
  position: static;
}
.element-menu-style1 .smart-search .smart-search-form .blog-search .btn-search-cat:after,
.element-menu-style3 .smart-search .smart-search-form .blog-search .btn-search-cat:after,
.element-menu-style4 .smart-search .smart-search-form .blog-search .btn-search-cat:after {
  right: 5px;
}
.element-menu-style1 .smart-search .smart-search-form .blog-search span,
.element-menu-style3 .smart-search .smart-search-form .blog-search span,
.element-menu-style4 .smart-search .smart-search-form .blog-search span {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.element-menu-style1 .smart-search .smart-search-form.cart_box_hide input[type="text"],
.element-menu-style3 .smart-search .smart-search-form.cart_box_hide input[type="text"],
.element-menu-style4 .smart-search .smart-search-form.cart_box_hide input[type="text"] {
  width: 100%;
}
.element-search-product .btn-search-cat {
  background: transparent;
}
.element-search-product .select-search-category {
  z-index: 9999;
}
.element-search-product .smart-search-form {
  float: none;
  margin-left: 0px;
  padding-right: 0px;
  position: relative;
  width: auto;
}
.element-search-product .smart-search-form input[type="text"] {
  width: 72%;
  margin-left: -1px;
  background: transparent;
}
.element-search-product .smart-search-form .blog-search {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  display: block;
  height: 40px;
  padding: 0 20px 0 10px;
  position: relative;
  text-align: left;
  width: 100%;
}
.element-search-product .smart-search-form .blog-search .btn-search-cat {
  padding: 0px;
  overflow: hidden;
  border: none;
  height: 38px;
  position: static;
}
.element-search-product .smart-search-form .blog-search .btn-search-cat:after {
  right: 5px;
}
.element-search-product .smart-search-form .blog-search span {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.element-search-product .smart-search-form.cart_box_hide input[type="text"] {
  width: 100%;
}
.element-search-product.pull-center {
  margin: auto;
}
.list-cat-search li.active a {
  background: #FFC000;
  color: #fff;
}
.live-search-true .list-product-search::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.live-search-true .list-product-search::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.live-search-true .list-product-search::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#FFC000), to(#FFC000), color-stop(0.6, #FFC000));
}
.live-search-true .list-product-search.fancybox-margin {
  margin-right: auto;
}
.live-search-true .list-product-search {
  display: none;
  padding: 20px 10px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  overflow: visible;
  right: 0;
  max-height: 250px;
  z-index: 99999;
  background: #fff;
  overflow-y: auto;
  text-align: center;
  width: 255px;
}
.live-search-true .list-product-search .item-search-pro {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0px;
  clear: both;
  display: table;
  margin: 0;
  width: 100%;
}
.live-search-true .list-product-search .item-search-pro .product-thumb {
  width: 70px;
  float: left;
  display: table-cell;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.live-search-true .list-product-search .item-search-pro .product-thumb .quickview-link {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  margin: auto;
  color: #fff;
  transform: scale(0);
  -webkit-transform: scale(0);
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: #66cc33;
}
.live-search-true .list-product-search .item-search-pro .product-thumb:hover .quickview-link {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.live-search-true .list-product-search .item-search-pro .product-info {
  padding-left: 20px;
  display: table-cell;
  vertical-align: top;
  text-align: left;
  width: 100%;
}
.live-search-true .list-product-search .item-search-pro .product-info .product-title {
  margin: 0 0 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.live-search-true .list-product-search .item-search-pro .product-info .product-price {
  color: #FFC000;
}
.live-search-true .list-product-search .item-search-pro .product-info .product-price del {
  font-size: 14px;
  color: #999;
}
.live-search-true .list-product-search .item-search-pro .product-info .product-price del:after {
  top: 10px;
}
.live-search-true.active .list-product-search {
  display: block;
}
.vc_row[data-vc-full-width] {
  overflow: visible!important;
}
.bg-color {
  background: #FFC000;
}
.element-banner-slider1 {
  margin-top: 0px;
}
.element-banner-slider1.dot-false {
  padding-bottom: 0px;
}
.element-banner-slider2.dot-true {
  padding-bottom: 40px;
}
.element-banner-slider4 .owl-controls .owl-buttons {
  position: relative;
  bottom: 190px;
}
.item-adv1 .banner-info.pos-top {
  bottom: auto;
  top: 55px;
}
.element-banner2 .btn-caret:hover {
  color: #FFC000;
}
.element-category-box1.margin-category-box1 {
  margin-top: -142px;
  margin-bottom: 47px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #FFC000;
}
.element-category-box2.not-title,
.element-testimonial1.not-title {
  margin-top: 35px;
}
.element-category-box2 {
  margin-bottom: 0px;
}
.element-blog-style1 .mb-media-video-post iframe {
  height: 260px;
}
.latest-news-slider .post-item2 {
  margin-bottom: 30px;
}
.thumb-highlight.format-image a::before {
  content: "\f03e";
}
.thumb-highlight.format-gallery a::before {
  content: "\f009";
}
.thumb-highlight.format- a::before {
  content: "\f0c1";
}
.thumb-highlight.format-audio a::before {
  content: "\f028";
}
.thumb-highlight.format-quote a::before {
  content: "\f10d";
}
.element-blog-style6 .more-video {
  max-height: 360px;
  overflow-y: auto;
  overflow-x: hidden;
  direction: rtl;
}
.element-blog-style6 .more-video .more-video-content {
  direction: ltr;
}
.element-blog-style6 .more-video::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
  direction: ltr;
}
.element-blog-style6 .more-video::-webkit-scrollbar {
  width: 1px;
  background-color: #F5F5F5;
  margin-right: 10px;
  direction: ltr;
}
.element-blog-style6 .more-video::-webkit-scrollbar-thumb {
  direction: ltr;
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#FFC000), to(#FFC000), color-stop(0.6, #FFC000));
}
.element-blog-style7 .post-thumb .cat-label {
  padding: 0px;
}
.element-blog-style7 .post-thumb .cat-label a {
  padding: 1px 10px;
  background: #FFC000;
  color: #fff;
}
.element-info-box3 .social-network a,
.element-social-network .social-network a {
  width: 40px;
  font-size: 25px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.element-info-box3 .social-network a:hover,
.element-social-network .social-network a:hover {
  border-radius: 50%;
}
.social-network a {
  background: #FFC000;
}
.email-form input[type="email"] {
  border: 1px solid #e5e5e5;
  color: #999;
  height: 40px;
  padding: 0 15px;
  width: 100%;
}
.bread-crumb .delimiter {
  margin: 0 7px 0 5px;
  color: #f0f0f0;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background-color: #666666;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: top;
  padding: 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  width: auto;
  border-radius: 0px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #FFC000;
  color: #fff;
}
.product-extra-link > a.compare-link.added {
  background-image: none;
  width: auto;
  padding: 0px 5px;
}
.woocommerce .product-extra-link a.wc-forward {
  display: none;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  top: 0px;
}
.product-price .price {
  color: #FFC000;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.product-price .price .amount > span {
  border: none;
  color: #FFC000;
  display: inline-block;
  height: auto;
  line-height: inherit;
  margin: 0;
  text-align: inherit;
  width: auto;
}
.product-price .price del {
  font-size: 14px;
}
.product-price .price del .amount > span {
  color: #999;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #FFC000;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 14px;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  font-weight: 400;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1;
}
.grid-shop-product .product-extra-link .button {
  margin: 0px -3px;
}
.list-shop-product .product-extra-link {
  margin-top: 30px;
}
.item-product .new-label.co-on-sale {
  left: 55px;
}
.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 {
  width: 100%;
  float: none;
}
.product-detail .summary > .yith-wcwl-add-to-wishlist,
.product-detail .summary > .compare {
  display: none;
}
.detail-tags label {
  margin-right: 5px;
}
.detail-tags a:after {
  content: none;
}
.share-product-detail a {
  height: 29px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
}
.share-product-detail a.share-face {
  width: 86px;
  background-image: url("../images/icons/face.jpg");
}
.share-product-detail a.share-twitter {
  width: 64px;
  background-image: url("../images/icons/tw.jpg");
}
.share-product-detail a.share-pin {
  width: 43px;
  background-image: url("../images/icons/pin.jpg");
}
.share-product-detail a.share-google {
  width: 37px;
  background-image: url("../images/icons/google.jpg");
}
.woocommerce div.product form.cart .button {
  color: #fff;
  background: #666666;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.woocommerce div.product form.cart .button:hover {
  background: #FFC000;
}
.summary input[type=number]::-webkit-inner-spin-button,
.summary input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.woocommerce .quantity .qty {
  width: 100%;
}
.title-qty {
  display: inline-block;
  float: left;
  margin-right: 20px;
  line-height: 40px;
}
.woocommerce .sidebar-yes .detail-gallery {
  margin-right: 20px;
}
.woocommerce .sidebar-yes .summary .detail-info {
  margin-left: 0px;
}
.woocommerce .sidebar-yes .summary .detail-info .detail-qty {
  margin-right: 20px;
}
.single_excerpt_product p {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 27px;
  margin-top: 15px;
  padding-bottom: 30px;
  color: #555;
  line-height: 24px;
}
.woocommerce div.product .single_add_to_cart_product {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  margin-top: 20px;
  padding-bottom: 30px;
}
.woocommerce div.product .single_add_to_cart_product form.cart {
  margin-bottom: 0px;
}
.woocommerce div.product form.cart .variations select {
  min-width: 100%;
}
.summary table.variations {
  display: block;
}
.summary table.variations tbody {
  display: block;
}
.summary table.variations select {
  height: 34px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  display: block;
  width: 100%;
  color: #666;
  padding: 0 35px 0 12px;
  border: 1px solid #e5e5e5;
}
.summary table.variations tr {
  margin-bottom: 15px;
  display: block;
}
.summary table.variations tr .label {
  margin-bottom: 28px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  color: #333;
}
.summary table.variations tr:last-child {
  margin-bottom: 0px;
}
.summary table.variations .tawcvs-swatches .swatch-label {
  border: 1px solid #e5e5e5;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 30px;
  color: #555;
  margin-right: 5px;
  float: left;
}
.summary table.variations .tawcvs-swatches .swatch-color {
  height: 22px;
  position: relative;
  width: 22px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0px 0px;
}
.summary table.variations .tawcvs-swatches .swatch-color span {
  display: none;
  position: absolute;
  top: -33px;
  left: -38px;
  text-align: center;
  width: 100px;
  background: #333;
  border-radius: 3px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  color: #fff;
}
.summary table.variations .tawcvs-swatches .swatch-color span:before {
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  font-family: fontAwesome;
  content: "\f0d7";
  color: #333;
  position: absolute;
  bottom: -8px;
  top: auto;
  left: 50%;
  margin-left: -4px;
}
.summary table.variations .tawcvs-swatches .swatch-color:hover span {
  display: block;
}
.summary table.variations .tawcvs-swatches .swatch-label.selected {
  border: 1px solid #ff607c;
}
.summary table.variations .tawcvs-swatches .swatch-color.selected {
  border: 1px solid #ff607c;
}
.summary table.variations .tawcvs-swatches .swatch-color.selected::after {
  background-color: #ff607c;
  background-image: url(../images/icons/icon-v.png);
  background-position: center center;
  background-repeat: no-repeat;
  bottom: -1px;
  content: "";
  height: 12px;
  position: absolute;
  right: -1px;
  width: 12px;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 400;
}
.woocommerce div.product form.cart .variations {
  padding: 0px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  line-height: normal;
}
.woocommerce div.product form.cart .reset_variations {
  font-size: 13px;
  margin-top: 13px;
  display: inline-block !important;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 0px;
}
.price {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.price del {
  margin-right: 5px;
  position: relative;
  color: #999;
}
.price del::after {
  background: #999 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
}
.summary .woocommerce-variation {
  margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  background: none repeat scroll 0 0 #f5f5f5;
  margin: 0px;
  padding: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background: transparent;
  padding: 0px;
  margin: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  background: #FFC000;
  color: #fff;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
  display: block;
  border: 1px solid #e5e5e5;
  padding: 30px;
  margin-top: -1px;
}
.woocommerce #reviews #comments .woocommerce-Reviews-title {
  margin: 0 0 18px;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
.woocommerce .woocommerce-tabs #tab-additional_information > h2 {
  margin: 0 0 18px;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
.woocommerce table.shop_attributes th {
  font-weight: 500;
}
.woocommerce table.shop_attributes td {
  padding: 0px 15px;
}
.woocommerce table.shop_attributes {
  margin-bottom: 0px;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 70px;
  padding: 0px;
  border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 100px;
  padding: 20px;
  padding-bottom: 5px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
  color: #555;
  line-height: 24px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .mb-review-rating {
  float: right;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 14px;
  color: #555;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
  color: #999;
}
.woocommerce #review_form #respond .comment-reply-title {
  margin: 0 0 18px;
  text-transform: inherit;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  display: block;
}
.woocommerce #review_form #respond .comment-form > p {
  position: relative;
  margin-bottom: 10px;
  min-height: 40px;
  padding-left: 105px;
}
.woocommerce #review_form #respond .comment-form > p label {
  font-weight: 400;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  top: 0;
}
.woocommerce #review_form #respond .comment-form > p input {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  height: 40px;
  max-width: 400px;
  padding: 0 15px;
  width: 100%;
}
.woocommerce #review_form #respond .comment-form > p input.submit {
  width: auto;
  margin-top: 10px;
  padding: 0px 20px;
  border: none;
}
.woocommerce #review_form #respond .comment-form > p.comment-notes {
  position: relative;
  margin-bottom: 20px;
  min-height: inherit;
  padding-left: 0px;
}
.woocommerce #review_form #respond .comment-form .comment-form-rating {
  position: relative;
  margin-bottom: 10px;
  min-height: 40px;
  padding-left: 105px;
}
.woocommerce #review_form #respond .comment-form .comment-form-rating label {
  font-weight: 400;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  top: 0;
}
.woocommerce #review_form #respond .comment-form .comment-form-rating p.stars {
  margin-top: 12px;
  display: inline-block;
  margin-bottom: 0px;
}
.woocommerce #review_form #respond textarea {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.upsell-product.no-title {
  margin-top: 75px;
}
.woocommerce table.shop_table.cart {
  border: none;
  padding: 0px;
}
.woocommerce table.shop_table.cart th,
.woocommerce table.shop_table.cart td {
  border: none;
}
.woocommerce a.remove {
  margin: auto;
  line-height: 25px;
}
.woocommerce table.shop_table.cart tbody th,
.woocommerce table.shop_table.cart tbody td {
  border-top: 1px dashed #e5e5e5;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 200px;
  border: 1px solid #e5e5e5;
  height: 40px;
}
.woocommerce table.shop_table.cart tbody td.product-quantity .title-qty {
  display: none;
}
.woocommerce table.shop_table.cart tbody td.product-quantity .detail-qty {
  width: 100px;
  display: inline-block;
}
.woocommerce table.shop_table.cart tbody td.actions {
  padding-top: 15px;
}
.woocommerce table.shop_table.cart thead th {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
.woocommerce .cart-collaterals .cart_totals > h2 {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 25px;
  text-transform: uppercase;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background-color: #666666;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: top;
  padding: 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  width: auto;
  border-radius: 0px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  background: #FFC000;
}
.mb-cross-selss {
  width: 48%;
  float: left;
  margin-top: 25px;
}
.mb-cross-selss .title18 {
  margin-bottom: 20px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form.checkout textarea {
  padding: 5px 10px;
  border: 1px solid #e5e5e5;
}
.woocommerce form.checkout .select2-container--default .select2-selection--single {
  padding: 3px 10px;
  border: 1px solid #e5e5e5;
  height: 35px;
  border-radius: 0px;
}
.woocommerce form.checkout .shop_table {
  border: none;
  padding: 0px;
}
.woocommerce form.checkout .shop_table th,
.woocommerce form.checkout .shop_table td {
  border: none;
}
.woocommerce form.checkout .shop_table thead th {
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce form.checkout .shop_table tbody td {
  border-bottom: 1px dashed #e5e5e5;
}
.woocommerce form.checkout .shop_table tfoot th,
.woocommerce form.checkout .shop_table tfoot td {
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce form.checkout .shop_table tfoot th,
.woocommerce form.checkout .shop_table tfoot td {
  border-bottom: 1px solid #e5e5e5;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #FFC000;
  margin-bottom: 50px;
  border-radius: 0px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: #fff;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: '';
  display: block;
  border: 1em solid #ffffff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
.woocommerce input.button.alt {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background-color: #666666;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: top;
  padding: 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  width: auto;
  border-radius: 0px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.woocommerce form.checkout label {
  font-size: 14px;
  font-weight: 400;
}
.woocommerce form .form-row .input-checkbox {
  position: relative;
}
.woocommerce-form__label-for-checkbox span {
  font-weight: 400;
}
.woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3,
.woocommerce-checkout > h3,
.woocommerce-order-details > h2 {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
}
.woocommerce form .form-row input#coupon_code {
  height: 40px;
}
.woocommerce-thankyou-order-received {
  font-size: 30px;
  color: #66cc33;
}
ul.woocommerce-order-overview {
  padding: 0px;
}
.woocommerce .woocommerce-order .woocommerce-table--order-details {
  border: none;
  padding: 0px;
}
.woocommerce .woocommerce-order .woocommerce-table--order-details th,
.woocommerce .woocommerce-order .woocommerce-table--order-details td {
  border: none;
}
.woocommerce .woocommerce-order .woocommerce-table--order-details thead th {
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce .woocommerce-order .woocommerce-table--order-details tbody td {
  border-bottom: 1px dashed #e5e5e5;
}
.woocommerce .woocommerce-order .woocommerce-table--order-details tfoot th,
.woocommerce .woocommerce-order .woocommerce-table--order-details tfoot td {
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid #FFC000;
  margin-top: 30px;
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0px;
  padding: 0px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  padding: 0px 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  font-size: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #333;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #FFC000;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #FFC000;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f0e4";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f1b8";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\f019";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f124";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f007";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f08b";
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content .button {
  /*padding: 8px 20px;
      background: @main_color;
      border-radius: 0px;
      color: #fff;
      font-weight: 600;
      &:hover{
        color: #fff;
        background: #FF6565;
      }*/
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account fieldset {
  margin-top: 25px;
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account fieldset legend {
  font-family: 'Roboto', arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #FFC000;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 20px;
  display: inline-block;
  border: none;
}
.woocommerce-account .woocommerce-MyAccount-content table {
  border: none;
}
.woocommerce-account .woocommerce-MyAccount-content table thead tr th {
  border: none;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}
.woocommerce-account .woocommerce-MyAccount-content table tbody tr td {
  border: none;
  border-top: 1px dashed #e6e6e6;
}
.woocommerce-account .woocommerce-MyAccount-content table tbody tr:first-child td {
  border-top: none;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses {
  margin-top: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses .title {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses .title h3 {
  font-family: 'Roboto', arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 1px;
  color: #737373;
  font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-content .input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.woocommerce-account .woocommerce-MyAccount-content h3 {
  font-family: 'Roboto', arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #737373;
  font-size: 16px;
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content label {
  margin-bottom: 5px;
}
.woocommerce-account .woocommerce-MyAccount-content .form-row {
  padding: 0px;
}
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"] {
  margin-top: 20px;
}
.element-banner5.no-content {
  padding-right: 0px;
}
.panel > .table-bordered {
  border: 1px solid #ddd;
}
.sort-paginav .shop_order.sort-bar {
  min-width: 170px;
}
.list-cat-icon2 > ul > li.no-icon-image > a::before {
  display: none;
}
.list-cat-icon2 > ul.hide_category_icon > li > a {
  padding-left: 0px;
}
.mb-filer-selection .amount > span {
  border: 1px solid #e5e5e5;
  color: #adadad;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  text-align: center;
  width: 65px;
}
.mb-filer-selection .filter-attribute-content {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 28px;
  padding-bottom: 8px;
}
.mb-filer-selection .filter-attribute-content h3.title14 {
  margin-bottom: 28px;
}
.mb-filer-selection .filter-attribute-content .style-attribute-type-color li {
  margin: 0 3px 10px;
}
.mb-filer-selection .filter-attribute-content .style-attribute-type-color li a {
  border: 1px solid #e5e5e5;
  display: block;
  height: 22px;
  position: relative;
  width: 22px;
}
.mb-filer-selection .filter-attribute-content .style-attribute-type-color li a.active {
  border: 1px solid #FFC000;
}
.mb-filer-selection .filter-attribute-content .style-attribute-type-color li a.active:after {
  background-image: url(../images/icons/icon-v.png);
  background-position: center center;
  background-repeat: no-repeat;
  bottom: -1px;
  content: "";
  height: 12px;
  position: absolute;
  right: -1px;
  width: 12px;
  background-color: #FFC000;
}
.mb-filer-selection .filter-attribute-content .style-attribute-type-color li:first-child {
  margin-left: 0px;
}
.mb-filer-selection .filter-attribute-content .style-attribute-type-label li {
  display: inline-block;
}
.mb-filer-selection .filter-attribute-content .style-attribute-type-label li a {
  border: 1px solid #e5e5e5;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  padding: 0px 8px;
  color: #555;
  margin-right: 5px;
  min-width: 30px;
}
.mb-filer-selection .filter-attribute-content .style-attribute-type-label li a.active {
  border-color: #FFC000;
}
.mb-filer-selection .filter-attribute-content .style-attribute-type-default a {
  position: relative;
  padding-left: 15px;
}
.mb-filer-selection .filter-attribute-content .style-attribute-type-default a:before {
  position: absolute;
  top: 1px;
  left: 0;
  font-family: fontAwesome;
  content: "\f105";
}
.mb-filer-selection .filter-attribute-content .style-attribute-type-default a.active {
  color: #FFC000;
}
.mb-filer-selection .current-shop {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.mb-filer-selection .current-shop .list-none {
  padding-left: 15px;
}
.mb-filer-selection .style-attribute-type-image a {
  margin-right: 5px;
}
.mb-filer-selection .style-attribute-type-image a img {
  width: 50px;
  border: 1px solid #ccc;
  padding: 2px;
}
.mb-filer-selection .style-attribute-type-image a:hover img {
  border-color: #FFC000;
}
.mb-filer-selection .style-attribute-type-image a.active img {
  border-color: #FFC000;
}
.swatch-color.mau_trang {
  border: 1px solid #e5e5e5;
}
.mb-filter-attribute .filter-attribute-content:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.yith-woocompare-widget .clear-all {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0px 20px;
  margin-left: 5px;
}
.yith-woocompare-widget a.compare {
  float: left;
}
.yith-woocompare-widget ul.products-list li:not( .list_empty ) {
  margin-bottom: 20px;
  padding: 5px 30px 5px 0px;
  border-bottom: none;
}
.yith-woocompare-widget ul.products-list li .remove {
  left: auto;
  right: 0px;
}
.yith-woocompare-widget ul.products-list li .title {
  text-transform: capitalize;
  font-size: 14px;
}
.input-box input[type="email"] {
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  color: #999;
  height: 36px;
  padding: 0 15px;
  display: block;
  width: 100%;
}
.mb-element-product-style10 .product-extra-link2 .add_to_cart_button,
.mb-element-product-style11 .product-extra-link2 .add_to_cart_button {
  background: url(../images/icons/icon-cart.png) no-repeat left center !important;
  padding-left: 35px;
  color: #555!important;
  height: 30px;
  line-height: 30px;
}
.wpb-js-composer .vc_tta-tabs.s7up-tabs .vc_tta-tabs-container,
.wpb-js-composer .vc_tta-tabs.s7up-tabs .vc_tta-tabs-list {
  overflow: initial!important;
}
.wpb-js-composer .vc_tta.s7up-tabs .vc_tta-tab.vc_active > a::before {
  display: block;
  height: 20px!important;
  width: 20px!important;
  right: 100%;
  top: -41px !important;
  border: 2px solid #FFC000 !important;
  background: #FFC000 none repeat scroll 0 0 !important;
  border-radius: 50%!important;
  content: "";
  left: 50%;
  margin-left: -10px;
  position: absolute;
}
.s7up-tabs.vc_tta .vc_tta-tabs-container {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 42px!important;
  padding-top: 30px!important;
  overflow: initial!important;
}
.s7up-tabs.vc_tta .vc_tta-tabs-container ul.vc_tta-tabs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.s7up-tabs.vc_tta .vc_tta-tabs-container ul.vc_tta-tabs-list > li {
  margin: 0 35px;
}
.s7up-tabs.vc_tta .vc_tta-tabs-container ul.vc_tta-tabs-list > li > a {
  display: block;
  position: relative;
  padding: 0px;
  background: transparent;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.s7up-tabs.vc_tta .vc_tta-tabs-container ul.vc_tta-tabs-list > li > a:before {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  content: "";
  height: 20px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: -41px;
  width: 20px;
}
.s7up-tabs.vc_tta .vc_tta-tabs-container ul.vc_tta-tabs-list > li a:hover {
  background: transparent;
  color: #FFC000;
}
.s7up-tabs.vc_tta .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_active a {
  background: transparent;
  color: #FFC000;
}
.s7up-list-brand6 {
  margin-left: 0;
  margin-right: 0;
}
.s7up-list-brand6 .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.fixed-bg-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.wpb-js-composer .s7up-tabs.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  background: transparent!important;
  border: none!important;
  padding: 0px!important;
}
.wpb-js-composer .s7up-tabs.vc_tta-tabs .vc_tta-panels {
  background: transparent!important;
  border: none!important;
}
.mb-mailchimp.submit_name_true .email-form input[type="submit"],
.mb-map-find.submit_name_true .email-form input[type="submit"] {
  background-image: none;
}
.signup-box-line::after {
  background: #e5e5e5 none repeat scroll 0 0;
  bottom: 40px;
  content: "";
  left: 50%;
  position: absolute;
  top: 40px;
  width: 1px;
}
.mb-element-product-style10 {
  margin-bottom: 0px;
}
.element-link > h2.title14 span::after {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 100%;
  margin: -1px 0 0 10px;
  position: absolute;
  top: 50%;
  width: 1200px;
}
.element-heading-style1.text-left .title-underline span::after {
  left: 0;
  margin-left: 0px;
}
.element-heading-style1.text-right .title-underline span::after {
  left: auto;
  right: 0;
  margin-left: 0px;
}
.element-heading-style2 > h2.title14 {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0px;
  padding-bottom: 8px;
}
.element-heading-style3 > h2.title14 {
  border-bottom: medium none;
  overflow: hidden;
}
.element-heading-style3 > h2.title14 span {
  display: inline-block;
  position: relative;
}
.element-heading-style3 > h2.title14 span::after {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 100%;
  margin: -1px 0 0 10px;
  position: absolute;
  top: 50%;
  width: 1200px;
}
.element-info-box2 .desc a:hover {
  color: #FFC000;
}
.element-blog-style4 .post-info .title-post a:hover {
  color: #FFC000;
}
.mb-style-minicart .mini-cart-qty {
  display: inline-block;
}
.mb-style-minicart .product-thumb {
  position: relative;
}
.mb-style-minicart .product-thumb .remove {
  position: absolute;
  top: 3px;
  left: 3px;
  opacity: 0;
  font-size: 14px;
  color: red;
  line-height: 14px;
  z-index: 1;
}
.mb-style-minicart .product-thumb .woocommerce-Price-amount {
  font-size: 18px;
  color: #333;
}
.mb-style-minicart .product-thumb .woocommerce-Price-amount del {
  font-size: 14px;
}
.mb-style-minicart:hover .product-thumb .remove {
  opacity: 1;
}
.mb-style-minicart:hover .product-thumb .remove:hover {
  background: transparent;
  color: red!important;
}
.woocommerce .product-mini-cart.table {
  margin-bottom: 20px;
}
.list-mini-cart-item {
  max-height: 205px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 10px;
}
.list-mini-cart-item::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.list-mini-cart-item::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}
.list-mini-cart-item::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#FFC000), to(#FFC000), color-stop(0.6, #FFC000));
}
.mini-cart-content {
  z-index: 999999;
}
.fancybox-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.fancybox-inner::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}
.fancybox-inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#FFC000), to(#FFC000), color-stop(0.6, #FFC000));
}
.wishlist-popup.fancybox-margin {
  margin-right: auto;
}
.wishlist-mask {
  z-index: 999999;
}
.zoomContainer {
  z-index: 995;
}
.zoomContainer .zoomWindowContainer {
  z-index: 995;
}
.fancybox-outer {
  background: #fff;
  padding: 10px;
}
.fancybox-inner {
  overflow-x: hidden!important;
  overflow-y: auto!important;
}
.fancybox-wrap {
  width: auto!important;
}
.gallery-control .carousel ul li {
  height: auto!important;
}
.single-post .mb-media,
.single-post .post-video,
.single-post .post-audio {
  margin-bottom: 30px;
}
.woocommerce .list-product-group .mb-grouped-quantity {
  width: 20%;
}
.woocommerce .list-product-group .mb-grouped-quantity .title-qty {
  display: none;
}
.woocommerce .list-product-group .mb-grouped-quantity .quantity {
  width: 100px;
  margin-right: 0px;
}
.woocommerce .list-product-group .product-thumb {
  width: 30%;
}
.woocommerce .list-product-group .product-thumb img {
  padding: 5px;
  border: 1px solid #e5e5e5;
}
.woocommerce .list-product-group .product-info {
  width: 50%;
  padding: 5px 15px;
}
.woocommerce .list-product-group li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce .list-product-group li:last-child {
  border-bottom: none;
}
.woocommerce .product-type-external .single_add_to_cart_product .cart {
  margin-bottom: 0px;
}
.woocommerce .product-type-external .single_add_to_cart_product .cart .button {
  background: #666666;
}
.woocommerce .product-type-external .single_add_to_cart_product .cart .button:hover {
  background: #FFC000;
}
.main-nav > ul > li a .mb-icon-menu {
  margin-left: 5px;
}
.main-nav > ul > li .sub-menu > li.menu-item-has-children > a > i {
  position: absolute;
  right: 0px;
  top: 11px;
}
.main-nav > ul > li .sub-menu > li.menu-item-has-children > a > i:before {
  content: "\f105";
}
.main-nav > ul > li.menu-item-has-children.has-mega-menu {
  position: static;
}
.main-nav > ul > li.menu-item-has-children.has-mega-menu > .sub-menu {
  width: 1170px;
  padding: 30px 30px 25px;
}
.main-nav > ul > li.menu-item-has-children.has-mega-menu > .sub-menu > li {
  padding: 0px;
}
.main-nav > ul > li.current-menu-ancestor > a,
.main-nav > ul > li.active > a,
.main-nav > ul > li .sub-menu > li.current-menu-ancestor > a,
.main-nav > ul > li .sub-menu > li.active > a {
  color: #FFC000;
}
.mb-border-left {
  border-left: 1px solid #e5e5e5;
}
.btn-search-cat span {
  line-height: 40px;
}
a.shop-button:hover {
  color: #fff;
}
.mb-element-product-style10 .product-extra-link2 .button,
.mb-element-product-style11 .product-extra-link2 .button {
  background: url(../images/icons/icon-cart.png) no-repeat left center !important;
  padding-left: 35px;
  color: #555;
  height: 30px;
  line-height: 30px;
}
.mb-element-product-style10 .product-extra-link2 .button:hover,
.mb-element-product-style11 .product-extra-link2 .button:hover {
  color: #FFC000;
}
.mb-element-product-style10 .product-extra-link2 .add_to_cart_button:hover,
.mb-element-product-style11 .product-extra-link2 .add_to_cart_button:hover {
  color: #FFC000 !important;
}
.language-box,
.currency-box,
.profile-box {
  z-index: 19999;
}
.element-menu-style3.fixed-ontop {
  background: #fff;
  padding: 0px;
}
.element-menu-style2.header-nav8.fixed-ontop {
  background: #666;
  padding: 0px;
}
body.admin-bar .element-menu-style3.fixed-ontop,
body.admin-bar .element-menu-style2.fixed-ontop {
  margin-top: 32px;
}
.mb_button_catalog i {
  margin-right: 10px;
}
.title-element-default {
  font-size: 25px;
  margin-bottom: 20px!important;
  text-align: center;
  color: #FFC000;
}
.features-page .about-service-icon a {
  font-size: 28px;
  color: #FFC000;
  display: none;
}
/*Begin Teams*/
.team-gallery-thumb .fancybox {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
  margin: auto;
  text-align: center;
  width: 40px;
  z-index: 9;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.team-gallery-thumb:hover .fancybox {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.item-team-gallery h3 {
  margin: 0 0 20px;
}
.team-social-network {
  margin-left: -3px;
  margin-top: 20px;
}
.team-social-network li {
  margin: 0 3px;
}
.team-gallery-thumb {
  margin-bottom: 20px;
}
.team-social-network a {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #555;
  display: block;
  height: 40px;
  text-align: center;
  width: 40px;
  line-height: 40px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.list-team-box {
  margin-bottom: 100px;
}
.list-team-box .team-gallery,
.list-team-box .team-circle {
  margin-bottom: 50px;
}
.item-team-circle {
  position: relative;
}
.item-team-circle1 {
  z-index: 104;
}
.team-circle-thumb {
  background: #000 none repeat scroll 0 0;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.team-circle-thumb:hover .team-cirle-image {
  margin-left: 30px;
  transform: scale(0.5) translateX(100%) rotate(360deg);
  -webkit-transform: scale(0.5) translateX(100%) rotate(360deg);
  border: 10px solid rgba(0, 0, 0, 0.1);
}
.team-circle-thumb > img {
  width: 100%;
}
.team-cirle-image {
  border-radius: 50%;
  width: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.info-circle-thumb {
  left: 0;
  opacity: 0;
  padding: 45px 45px 0;
  position: absolute;
  text-align: center;
  top: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  visibility: hidden;
  width: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.info-circle-thumb .desc {
  color: #ccc;
}
.team-circle-thumb:hover .info-circle-thumb {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility: visible;
}
.item-team-circle2 {
  z-index: 103;
}
.item-team-circle3 {
  z-index: 102;
}
.item-team-circle4 {
  z-index: 101;
}
.team-circle-info > h3 {
  margin: 15px 0 10px;
}
.item-team-rectang {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.item-team-rectang:hover .team-circle-info {
  bottom: 0;
}
.item-team-rectang .team-circle-info {
  background: rgba(255, 255, 255, 0.9);
  bottom: -60px;
  left: 0;
  padding: 0 20px 15px;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.team-circle-info {
  text-align: center;
}
.item-member1 .member-social {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: -60px;
  padding: 40px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-member1 .member-social a {
  color: #fff;
  margin: 7px;
}
.member-social > a {
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  width: 30px;
}
.item-member1 .member-social a:hover {
  background: rgba(0, 0, 0, 0.3);
}
.item-member1 .member-info > h3 {
  margin-bottom: 15px;
  padding: 15px 0;
}
.member-info > h3 {
  border-bottom: 1px solid #e5e5e5;
}
.member-thumb {
  overflow: hidden;
  position: relative;
}
.item-member1 .member-thumb:hover .member-social {
  left: 0;
}
.team-rectang {
  margin-bottom: 50px;
}
.title-pages {
  margin-bottom: 50px;
}
.title-pages h2 {
  overflow: hidden;
}
.title-pages h2 span {
  padding: 0 30px;
  position: relative;
  display: inline-block;
  z-index: 9;
}
.title-pages h2 span::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 4px;
  right: 100%;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 1200px;
}
.title-pages h2 span::after {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 4px;
  left: 100%;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 1200px;
}
.title-pages .title14 {
  margin-bottom: 5px;
}
.item-member2 .member-info {
  padding-top: 50px;
}
.item-member2 .member-info > h3 {
  margin-bottom: 25px;
  padding-bottom: 27px;
}
.item-member2 .member-info > p {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.item-member2 .member-social > a {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  margin-right: 7px;
}
.item-member2 .member-social > a:hover {
  background: #000 none repeat scroll 0 0;
}
.box-member1 {
  margin-bottom: 50px;
}
.team-social-network a:hover {
  color: #fff;
}
.item-member2 .member-social {
  background: transparent;
}
/*End Teams*/
.post-title-comment h2.title14 {
  font-weight: bold;
}
.title-leave-comment {
  margin-bottom: 10px;
}
.default-footer .copyright {
  color: #555;
}
.default-footer .copyright a {
  color: #FFC000;
}
.content-single .blog-item .post-thumbnail {
  margin: 20px 0px;
}
.mb-comment-post .comment-info {
  padding-left: 0px;
}
.mb-comment-post .comment-info .author-avatar {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
/*Tool Panel*/
.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: #FFC000;
  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: 99999;
  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;
}
.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 .widget-indexdm-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
#widget_indexdm .widget-indexdm-inner::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}
#widget_indexdm .widget-indexdm-inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#484848), to(#484848), color-stop(0.6, #484848));
}
#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 {
  margin-bottom: 30px;
}
#widget_indexdm .dm-header .header-button > a:hover {
  /*background: #ff607c;*/
}
#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;
  width: 100%;
  position: relative;
  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;
  top: 60px;
}
#widget_indexdm .dm-content .item-content > a:after {
  content: 'View Demo';
  display: block;
  align-self: flex-start;
  position: absolute;
  z-index: 5;
  color: #fff;
  opacity: 0;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
#widget_indexdm .dm-content .item-content > a:hover:after {
  align-self: center;
  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;
  z-index: 99998;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  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;
}
#indexdm_img.active > div {
  -webkit-animation: mymove 30s infinite;
  -webkit-animation-play-state: running;
  animation: mymove 30s infinite;
  animation-play-state: running;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
#indexdm_img.background {
  display: flex;
}
@-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;
}
/*Tool Panel color*/
.active .dm-open-color i.fa-long-arrow-right,
.dm-open-color i.fa-long-arrow-left {
  display: none;
}
.active .dm-open-color i.fa-long-arrow-left {
  display: block;
}
.dm-button-color {
  position: absolute;
  background: #FFC000;
  border-radius: 0 3px 3px 0;
  color: #fff;
  top: 50px;
  right: -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-color.dm-support {
  top: 310px;
  background-position: center -43px;
}
.dm-button-color.dm-guide {
  top: 370px;
  background-position: center -93px;
}
.dm-button-color:before {
  content: attr(data-title-close);
  display: inline-block;
}
.dm-button-color:focus,
.dm-button-color:hover {
  color: #fff;
}
.dm-button-color i {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  font-size: 20px;
}
.active .dm-button-color:before {
  content: attr(data-title);
}
#widget_indexdm_color {
  background: #fff;
  z-index: 9999;
  width: 170px;
  position: fixed;
  top: 200px;
  bottom: 0;
  left: -170px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-align: center;
  height: 395px;
  box-shadow: 3px 7px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 3px 3px 0;
}
#widget_indexdm_color.active {
  left: 0;
}
#widget_indexdm_color .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_color .widget-indexdm-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
#widget_indexdm_color .widget-indexdm-inner::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}
#widget_indexdm_color .widget-indexdm-inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#484848), to(#484848), color-stop(0.6, #484848));
}
#widget_indexdm_color .dm-header {
  text-align: center;
}
#widget_indexdm_color .dm-header .header-description {
  color: #111;
  margin: 15px 0 30px;
}
#widget_indexdm_color .dm-header .header-description h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
#widget_indexdm_color .dm-header .header-description h3 span {
  font-size: 24px;
}
#widget_indexdm_color .dm-header .header-description h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #CCC;
  padding: 10px 0px;
}
#widget_indexdm_color .dm-header .header-description h2 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
}
@-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_color .mobile-content {
  margin-bottom: 30px;
}
#widget_indexdm_color .mobile-content h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.choose-main-color .list-main-color a {
  background: red;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
}
.choose-main-color .list-main-color span {
  text-transform: uppercase;
  margin-left: 28px;
  display: inline-block;
}
.choose-main-color .list-main-color li.active .styleswitch:before {
  position: absolute;
  content: "\f00c";
  color: #fff;
  font-size: 30px;
  font: normal normal normal 14px/1 FontAwesome;
  left: 4px;
  top: 3px;
  font-weight: bold;
}
.choose-main-color .list-main-color {
  padding: 0px;
  list-style: none;
}
.choose-main-color .list-main-color li {
  margin: 10px 0px;
}
@media (max-width: 767px) {
  #widget_indexdm_color {
    display: none !important;
  }
}
/*End tool panel color*/
.sub-menu {
  pointer-events: none;
}
li.menu-item-has-children:hover > .sub-menu {
  pointer-events: inherit;
}
.percent-config span {
  font-size: 30px;
  color: #FFC000;
}
.single-product .sidebar-no .product-detail .detail-gallery .item-product {
  width: 80%;
  float: right;
}
.single-product .sidebar-no .product-detail .detail-gallery .gallery-control .carousel ul li a {
  margin: 0px auto 10px auto;
}
.single-product .sidebar-no .product-detail .detail-gallery .gallery-control .carousel ul li a.active::before {
  top: 50%;
  right: 0px;
  left: auto;
  content: "\f0da";
  margin-top: -6px;
  margin-right: -6px;
}
.single-product .sidebar-no .product-detail .detail-gallery .gallery-control .prev,
.single-product .sidebar-no .product-detail .detail-gallery .gallery-control .next {
  background-position: center;
  transform: rotate(-90deg);
}
.entry-summary .title-detail {
  margin-top: 5px;
}
.mid.item-product .product-label {
  z-index: 89999;
}
.out-stock-mb i {
  color: red;
}
.video-product-popup {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1000;
  color: #fff;
  height: 35px;
  line-height: 35px;
}
.video-product-popup:before {
  height: 35px;
  content: "\f04b";
  background-image: none;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  line-height: 35px;
}
.video-product-popup span {
  color: #555;
}
.video-product-popup:hover,
.video-product-popup:focus {
  color: #fff;
}
.fancybox-overlay {
  z-index: 993;
}
.fancybox-overlay.video-product-single {
  z-index: 1001;
}
.s7up-product-detail-style2 .summary {
  position: relative;
}
.s7up-product-detail-style2 .fancybox-buttons img {
  margin-bottom: 10px;
  box-shadow: 0px 0px 3px #ccc;
}
.video-product-style2-popup.btn-arrow {
  background: #fafafa;
  width: auto;
  color: #555;
}
.video-product-style2-popup.btn-arrow:before {
  content: "\f04b";
  background-image: none;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  line-height: 40px;
  color: #fff;
  background-color: #666666;
}
.video-product-style2-popup.btn-arrow:hover {
  color: #fff;
}
.woocommerce .s7up-product-detail-style3 .summary {
  position: relative;
}
.woocommerce .s7up-product-detail-style3 .detail-info {
  margin-left: 0px;
}
.woocommerce .s7up-product-detail-style3 .detail-info .detail-qty {
  width: 100px;
}
.woocommerce .s7up-product-detail-style3 .detail-info .single_add_to_cart_product {
  margin-top: 5px;
}
.woocommerce .s7up-product-detail-style3 .single_excerpt_product p {
  border-bottom: none;
  padding-bottom: 0px;
}
.woocommerce .s7up-product-detail-style3 .fancybox-buttons img {
  margin-bottom: 10px;
  box-shadow: 0px 0px 3px #ccc;
}
.woocommerce .s7up-product-detail-style3 .countdown-product.flip-clock-wrapper ul {
  width: 25px;
  height: 25px;
  padding-left: 33px;
}
.woocommerce .s7up-product-detail-style3 .countdown-product.flip-clock-wrapper ul li {
  line-height: 25px;
  width: 24px;
}
.element-banner5 .banner-slider .banner-thumb {
  position: relative;
}
.element-banner5 .banner-slider .banner-thumb .title-info {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: -50px;
  left: 0;
  color: #fff;
  padding: 10px 30px;
  margin-top: -15px;
  right: 0;
  text-align: center;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.element-banner5 .banner-slider .banner-thumb a:hover .title-info {
  bottom: 0px;
}
.countdown-product {
  margin-top: 5px;
}
.map-matker-content .abc {
  text-align: center;
}
.map-matker-content .abc img {
  margin: 10px 0px;
}
.element-banner-style8.black .title30::after {
  background: #333;
}
.element-product-style4 .woocommerce .product-extra-link2 a {
  background: url(../images/icons/icon-cart.png) no-repeat left center;
  padding-left: 35px;
  margin: 12px 0 0;
  height: 30px;
  line-height: 30px;
  color: #555;
  display: inline-block;
}
.element-product-style4 .woocommerce .product-extra-link2 a:hover {
  background-color: transparent;
  color: #FFC000;
}
.element-product-style4 .woocommerce .product-extra-link2 .added_to_cart.wc-forward {
  display: none;
}
.element-product-style3 .countdown-product {
  margin-top: 30px;
}
.color-white-product7 .intro-box1 {
  color: #fff;
}
.color-white-product7 .intro-box1 .desc {
  color: #fff;
}
.color-white-product7 .product-info .product-title a {
  color: #fff;
}
.color-white-product7 .product-info .price del span {
  color: #fff;
}
.color-white-product7 .product-info del::after {
  background: #fff none repeat scroll 0 0;
}
.bg-parallax-box7 {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.siderbar-home8 .title-widget {
  background: #666 none repeat scroll 0 0;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-bottom: none;
  color: #fff;
}
.siderbar-home8 .widget-product-slider .group-navi .owl-buttons {
  top: -45px;
}
.siderbar-home8 .widget-product-slider .group-navi .owl-buttons .owl-prev,
.siderbar-home8 .widget-product-slider .group-navi .owl-buttons .owl-next {
  background-color: #666666;
  border: none;
}
.siderbar-home8 .mb-widget-product-categories .title-widget:before {
  content: "\f0c9";
  font-family: fontawesome;
  margin-right: 8px;
}
.siderbar-home8 .mb-widget-product-categories .list-cat-icon2 {
  background: #f5f5f5 none repeat scroll 0 0;
}
.siderbar-home8 .mb-widget-product-categories .list-cat-icon2 > ul > li > a::before {
  background: transparent;
}
.siderbar-home8 .mb-widget-product-categories .list-cat-icon2 > ul > li > a {
  padding: 10px 0 10px 60px;
}
.siderbar-home8 .mb-widget-product-categories .list-cat-icon2 > ul > li {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 0px;
}
.siderbar-home8 .mb-widget-product-categories .list-cat-icon2 > ul > li > a:hover {
  background: #FFC000;
  color: #fff;
}
.siderbar-home8 .mb-widget-product-categories .title-widget {
  margin-bottom: 0px;
}
.product-extra-link > a.wishlist-link.added,
.product-extra-link > a.compare-link.added {
  background-color: #FFC000;
  color: #fff;
}
.woocommerce button.button:disabled[name="update_cart"] {
  padding: 0 20px;
}
.vertical-true.detail-gallery .mid {
  width: 80%;
  float: right;
}
.vertical-true.detail-gallery .gallery-control {
  width: 20%;
  text-align: center;
}
.vertical-true.detail-gallery .gallery-control .carousel ul li a {
  width: 70px;
  height: 70px;
}
.vertical-true.detail-gallery .gallery-control .prev,
.vertical-true.detail-gallery .gallery-control .next {
  background-position: center;
  transform: rotate(-90deg);
}
.vertical-true.detail-gallery .gallery-control .carousel ul li a.active::before {
  top: 50%;
  right: 0px;
  left: auto;
  content: "\f0da";
  margin-top: -6px;
  margin-right: -6px;
}
.quantity input[type=number] {
  -moz-appearance: textfield;
}


/* Plugin woocommerce-tm-extra-product-options*/
.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.6%;
  vertical-align: top;
  border: 1px solid #e1e1e1;
  padding: 10px;
  margin-right: 10px;
  margin-top: 10px;
  color: #2a3640;
}
.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: #2a3640;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.tc-extra-product-options .tmcp-field-wrap .price.tc-price .amount{
  color: #FFC000;
  font-size: 14px!important;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.tc-extra-product-options .tmcp-field-wrap .price.tc-price del .amount{
  font-weight: 400;
}
.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: #FFC000;
}
.tm-has-options form.cart label.qty-label{
  line-height: 60px;
}
/*End woocommerce-tm-extra-product-options*/

/* -------------- MEDIA ----------------------- */
@media (min-width: 1260px) {
  body.boxed .vc_row[data-vc-full-width] {
    /*  max-width: 1260px!important;
      margin: auto;
      left: -45px!important;
      padding-left: 30px!important;
      padding-right: 30px!important;*/
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .grid-shop-product .row > .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
  .grid-shop-product .row > .col-sm-4:nth-child(3n+1) {
    clear: both;
  }
  .grid-shop-product .row > .col-sm-3:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .grid-shop-product .row > .col-md-3:nth-child(4n+1) {
    clear: both;
  }
  .grid-shop-product .row > .col-md-4:nth-child(3n+1) {
    clear: both;
  }
  .grid-shop-product .row > .col-md-6:nth-child(2n+1) {
    clear: both;
  }
}

@media (max-width: 1280px) {
  .wrap-language-search.css-search-responsive {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding-left: 10px;
  }
  .element-category-box1.margin-category-box1 {
    margin-top: 55px;
  }
}
@media (max-width: 1259px) {
  body.boxed .wrap {
    margin: auto;
  }
}
@media (max-width: 1024px) {
  .main-nav > ul > li.menu-item-has-children.has-mega-menu > .sub-menu {
    width: 1024px;
  }
  .mb-border-left {
    border-left: none;
  }
  .wrap-language-search .smart-search {
    width: 250px;
  }
  .element-info-box3 .social-network a {
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    width: 35px;
  }
  .woocommerce .s7up-product-detail-style3 form.cart .button {
    margin-top: 10px;
  }
}
@media (max-width: 990px) {
  .main-nav > ul > li.menu-item-has-children.has-mega-menu > .sub-menu {
    width: 990px;
  }
  .woocommerce .s7up-product-detail-style3 .video-product-style2-popup.btn-arrow {
    margin-top: 3px;
  }
  .element-search-product .smart-search-form input[type="text"] {
    width: 100%;
  }
  .element-menu-style1 .smart-search .smart-search-form input[type="text"],
  .element-menu-style3 .smart-search .smart-search-form input[type="text"],
  .element-menu-style4 .smart-search .smart-search-form input[type="text"] {
    width: 81%;
  }
  .mb-comment-post li.depth-4 .item-comment .post-date-comment {
    position: relative;
  }
}
@media (max-width: 880px) {
  .main-nav > ul > li.menu-item-has-children.has-mega-menu > .sub-menu {
    width: 880px;
  }
  .wrap-language-search .smart-search {
    width: 145px;
  }
}
@media (max-width: 768px) {
  .title-tab8 > ul > li > a {
    padding: 0 5px;
  }
  .main-nav > ul > li.menu-item-has-children.has-mega-menu > .sub-menu {
    width: 768px;
  }
  .element-menu-style1 .smart-search .smart-search-form input[type="text"],
  .element-menu-style3 .smart-search .smart-search-form input[type="text"],
  .element-menu-style4 .smart-search .smart-search-form input[type="text"] {
    width: 81%;
  }
  .mb-comment-post li.depth-3 .item-comment .post-date-comment {
    position: relative;
  }
}
@media (max-width: 767px) {
  .main-nav .sub-menu{
    transition: none;
    -webkit-transition: none;
  }
  .element-menu-style4 {
    margin: 0px -15px;
  }
  .woocommerce .s7up-product-detail-style3 form.cart .button {
    margin-top: 0px;
  }
  .woocommerce .s7up-product-detail-style3 .video-product-style2-popup.btn-arrow {
    margin-top: 0px;
  }
  .home1-topbar-responsive {
    display: inline-block;
  }
  .home1-language-responsive {
    display: inline-block;
    float: right;
  }
  .wrap-language-search .smart-search {
    width: 250px;
  }
  body.boxed .nav-search5 .main-nav {
    padding-left: 15px;
  }
  .wrap-language-search.css-search-responsive {
    width: auto;
  }
  .special-box {
    margin-bottom: 0px;
  }
  .main-nav > ul > li a .mb-icon-menu {
    position: absolute;
    right: 0;
    top: 13px;
  }
  .main-nav > ul > li.menu-item-has-children li.menu-item-has-children > a i:before {
    content: "\f107";
  }
  .main-nav > ul {
    max-height: 320px;
    overflow-y: auto;
  }
  .main-nav > ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
  }
  .main-nav > ul::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
  }
  .main-nav > ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#FFC000), to(#FFC000), color-stop(0.6, #FFC000));
  }
  .main-nav > ul > li .sub-menu {
    box-shadow: none!important;
  }
  .main-nav .sub-menu > li {
    margin-right: 0px;
  }
  .main-nav > ul > li.menu-item-has-children.has-mega-menu > .sub-menu {
    width: 100%;
    padding: 10px;
  }
  .woocommerce table.shop_table.shop_table_responsive td.product-price {
    margin: 0px;
  }
}
@media (max-width: 600px) {
  .single-product .sidebar-no .product-detail .detail-gallery .item-product,
  .vertical-true.detail-gallery .mid {
    width: 70%;
  }
  .vertical-true.detail-gallery .gallery-control {
    width: 30%;
  }
  .sort-paginav.pull-right {
    text-align: center;
    float: none!important;
  }
  .comments-list ul.children {
    padding: 0 0 0 20px;
  }
  .item-comment .author-avatar {
    width: 70px;
  }
  .home1-topbar-responsive {
    display: block;
  }
  .home1-language-responsive {
    display: block;
    float: none;
  }
  .element-menu-style1 .wrap-language-search {
    margin-right: 0px;
  }
}
@media (max-width: 480px) {
  .single-product .sidebar-no .product-detail .detail-gallery .item-product,
  .vertical-true.detail-gallery .mid {
    width: 70%;
  }
  .vertical-true.detail-gallery .gallery-control {
    width: 30%;
  }
  .vertical-true.detail-gallery .gallery-control .carousel ul li a {
    width: 50px;
    height: 50px;
  }
}
/* fix css */
.social-network i:before{
	line-height: 40px;
}
.element-menu-style1 .smart-search .smart-search-form{
	margin-bottom: 0;
}
.detail-qty>a>i:before{
	line-height: 21px;
}
.header-nav8.element-menu-style2{
	background: rgba(255,255,255,0);
}
.slick-slide{
	height: inherit;
}