/*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.vc_row-no-padding .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
/*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;
}
/*-----------------  BEGIN COUSTOM THEME - MR_BACH -------------------*/
.comment-info .desc > ul ul {
  list-style-type: square;
}
.comment-info .desc > ul {
  list-style-type: square;
}
.blog-single-content > ul ul,
.entry-content > ul ul {
  list-style-type: square;
}
.blog-single-content > ol ul {
  list-style-type: square;
}
.blog-single-content > ul,
.entry-content > ul {
  list-style-type: square;
}
.logo .logo-title {
  margin: 0px;
}
.default-footer {
  padding: 15px 0px;
}
.default-footer .copyright {
  padding-top: 15px;
}
.default-footer .copyright a {
  color: #fff;
}
.blog-list-post {
  margin-top: 30px;
}
.post-gallery.mb-media .owl-theme.arrow-image .owl-controls .owl-buttons div.owl-next {
  right: -20px;
  width: auto;
  height: auto;
  padding: 3px 10px;
}
.post-gallery.mb-media .owl-theme.arrow-image .owl-controls .owl-buttons div.owl-next:hover {
  background: #58c56f;
}
.post-gallery.mb-media .owl-theme.arrow-image .owl-controls .owl-buttons div.owl-prev {
  left: -20px;
  width: auto;
  height: auto;
  padding: 3px 10px;
}
.post-gallery.mb-media .owl-theme.arrow-image .owl-controls .owl-buttons div.owl-prev:hover {
  background: #58c56f;
}
iframe {
  border: none;
  width: 100%;
  height: 400px;
}
.mb-media-audio-post iframe {
  border: none;
  width: 100%;
  height: 200px;
}
audio.mb-media-post {
  width: 100%;
}
.pagi-nav > .page-numbers {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  color: #555;
}
.pagi-nav > .current,
.pagi-nav > .current:hover {
  color: #58c56f;
  background: #fff;
  border-color: #58c56f;
}
.mb-category-list .post-categories {
  display: inline-block;
  list-style: none;
  padding: 0px;
  margin-left: 5px;
  margin-bottom: 0px;
}
.mb-category-list .post-categories li {
  display: inline-block;
}
.mb-category-list span {
  float: left;
}
.post-thumb .fancybox.btn-gal {
  z-index: 11;
}
.post-thumb a.fancybox-media {
  font-size: 18px;
  border-radius: 50%;
  margin: auto;
  transform: scale(0);
  -webkit-transform: scale(0);
  opacity: 0;
  text-align: center;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  height: 40px;
  line-height: 40px;
  width: 40px;
  background: #fff;
  color: #999;
}
.post-thumb:hover a.fancybox-media {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
.content-list-post .item-post-list .post-thumb {
  display: inline-block;
}
.content-single .media_single {
  margin-bottom: 21px;
}
.title-post {
  margin-bottom: 15px;
}
.blog-single-content {
	margin-top: 30px;
}
/*加入圖片修正*/
.blog-single-content img{
    max-width: 100%;
    height: auto !important;
}
.article-related .no_title {
  height: 20px;
}
.mb-comment-post .form-submit {
  display: inline-block;
  margin-top: 10px;
}
.mb-comment-post .form-submit:after {
  content: "\f30f";
  font-family: "ionicons";
  font-weight: 400;
  position: absolute;
  top: 18px;
  right: 30px;
  margin: 0;
  color: #fff;
}
.mb-comment-post .form-submit .contact-submit {
  margin-top: 0px;
}
.mb-comment-post .form-submit .contact-submit:hover {
  background: #ccc;
}
.mb-comment-post .comment-respond > h3 {
  font-weight: 700;
  margin-bottom: 22px;
  font-size: 30px;
  text-transform: lowercase;
  padding-left: 15px;
  padding-right: 15px;
}
.mb-comment-post ul.comments-list {
  list-style: none;
  padding-left: 0px;
}
.mb-comment-post ul.comments-list ul.children {
  list-style: none;
}
.mb-comment-post ul.comments-list .item-comment {
  border-radius: 4px;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.mb-comment-post ul.comments-list .item-comment .author-avatar {
  width: 100px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.mb-comment-post ul.comments-list .item-comment .author-avatar a {
  display: block;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}
.mb-comment-post ul.comments-list .item-comment .author-avatar a img {
  margin-right: 0px;
}
.mb-comment-post ul.comments-list .item-comment .comment-info {
  display: block;
  margin-left: 100px;
  padding: 20px;
  position: relative;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.mb-comment-post ul.comments-list .item-comment .comment-info > h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
  padding-right: 170px;
}
.mb-comment-post ul.comments-list .item-comment .comment-info .desc {
  margin: 0px;
}
.mb-comment-post ul.comments-list .item-comment .post-date-comment {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0px;
  margin: 0px;
}
.mb-comment-post ul.comments-list .item-comment .post-date-comment li {
  border-right: none;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
}
.mb-comment-post ul.comments-list .item-comment .post-date-comment li .comment-reply-link {
  color: #ccc;
  border-left: 1px solid #e5e5e5;
  margin-left: 6px;
  padding-left: 10px;
}
.mb-comment-post ul.comments-list .item-comment .post-date-comment li .comment-reply-link:hover {
  color: #58c56f;
}
.mb-comment-post ul.comments-list .item-comment .post-date-comment li .comment-reply-link:before {
  content: "\f122";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #58c56f;
  margin-right: 8px;
}
.mb-comment-post ul.comments-list .item-comment .post-date-comment span {
  color: #ccc;
}
.comment-respond > h2.title18 {
  margin-bottom: 18px;
}
.media-audio-blog audio {
  width: 100%;
}
.media-audio-blog iframe {
  height: 200px;
}
.post-control h3 {
  padding: 0px 10px;
}
.banner-page.banner-blog-page {
  margin-bottom: 10px;
}
.mb-media {
  padding-bottom: 23px;
}
.item-post-masonry .post-info {
  padding-top: 0px;
}
.sidebar-widget > ul {
  border: 1px solid #e5e5e5;
  padding: 20px;
}
.sidebar-widget ul {
  list-style: none;
}
.sidebar-widget ul li {
  margin-bottom: 8px;
}
.sidebar-widget ul li a {
  line-height: 23px;
  display: inline-block;
}
.sidebar-widget ul li a.active {
	font-weight:bold;
	color:#236a00;
}
/*.widget_categories{
  ul{
    list-style: none;
    li{
      margin-bottom: 8px;
      margin-top: 8px;
      >a{
        padding-left: 20px;
        position: relative;
        &:before{
          position: absolute;
          content: "";
          width: 12px;
          height: 12px;
          top: 5px;
          left: 0;
          border: 1px solid #e5e5e5;
          font-family: "ionicons";
          color: #fff;
          text-align: center;
          line-height: 10px;
          font-size: 16px;
          transition: all 0.5s ease-out 0s;
          -webkit-transition: all 0.5s ease-out 0s;
        }
        &:hover:before{
          content: "\f3fd";
          border-color: #58c56f;
          background: #58c56f;
        }

      }
    }
    li.current-cat > a{
      &:before{
        content: "\f3fd";
        border-color: #58c56f;
        background: #58c56f;
      }
    }
  }
}*/
.item-ads11 .info-ads11.no-image-ads11 {
  position: inherit;
}
.parallax.animate-background.vc_row {
  overflow: hidden!important;
}
.widget_categories ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_pages ul,
.widget_nav_menu ul {
  list-style: none;
}
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
  margin-bottom: 8px;
  margin-top: 8px;
  /* >a{
        padding-left: 20px;
        position: relative;
        &:before{
          position: absolute;
          content: "\f105";
          width: 12px;
          height: 12px;
          top: 5px;
          left: 0;
          font: normal normal normal 14px/1 FontAwesome;
          text-align: center;
          line-height: 10px;
          font-size: 16px;
          transition: all 0.5s ease-out 0s;
          -webkit-transition: all 0.5s ease-out 0s;
        }
        &:hover:before{
          color: @main_color;
          background: transparent;
        }
      }*/
}
.widget_categories ul li.current-cat > a,
.widget_archive ul li.current-cat > a,
.widget_recent_entries ul li.current-cat > a,
.widget_meta ul li.current-cat > a,
.widget_pages ul li.current-cat > a,
.widget_nav_menu ul li.current-cat > a {
  color: #58c56f;
}
.widget_rss .widget-title a {
  color: #fff;
}
.widget_rss ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.widget_rss ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.widget_search .search-form {
  border: 1px solid #eaeaec;
  padding: 20px;
}
.widget_calendar table,
.widget_calendar th,
.widget_calendar td {
  padding: 5px;
}
.widget_text img {
  margin: 15px 0px;
}
.widget_nav_menu ul {
  padding-left: 15px;
}
.widget_nav_menu ul.menu {
  padding-left: 0px;
}
.search-form-hover input[type="submit"] {
  height: 50px;
}
.vc_row[data-vc-full-width] {
  overflow: inherit!important;
}
.element-search-product {
  /* z-index: 1;*/
}
.element-search-product .dropdown-list {
  width: 200px;
}
.element-search-product .no-cats {
  padding: 0px;
}
.element-search-product ul li.active a {
  background: #58c56f;
  color: #fff;
}
.mb_header_fixed_top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.fixed-ontop {
  background: #fff;
}
.header-ontop.fixed-ontop {
  top: 32px;
}
.main-nav3.main-nav > ul > li.current-menu-parent > a {
  border-top: 1px solid #58c56f;
  border-bottom: 1px solid #58c56f;
}
.fixed-ontop .main-nav3.main-nav > ul > li > a,
.fixed-ontop .main-nav.main-nav4 > ul > li > a {
  color: #000;
}
.fixed-ontop .wrap-search-cart.light-icon .dropdown-link img {
  filter: none;
  -webkit-filter: none;
}
.fixed-ontop .wrap-search-cart.light-icon > li::after {
  background: #999;
}
.mb-logo-style3 {
  line-height: 120px;
}
.element-menu-style3 ul.wrap-search-cart {
  margin: 0px;
}
.element-menu-style3 ul.wrap-search-cart > li::after {
  top: 50px;
}
.element-menu-style3 ul.wrap-search-cart > li > .dropdown-box > a {
  line-height: 120px;
}
.element-menu-style3 ul.wrap-search-cart .dropdown-list {
  margin-top: 0px;
}
.element-menu-style3 ul.wrap-search-cart .dropdown-link::after {
  display: none;
}
.element-menu-style3 .main-nav > ul > li.menu-item-has-children > .sub-menu {
  margin: 0px;
}
.element-menu-style3 .main-nav > ul > li.menu-item-has-children > a::after {
  display: none;
}
.element-menu-style3 .main-nav > ul > li.current-menu-parent > a {
  background: rgba(255, 255, 255, 0.1);
}
.banner-countdown {
  width: 400px;
}
.banner-countdown.hide_day {
  width: 320px;
}
.banner-video {
  margin-bottom: 0px;
}
.banner-video .vd {
  height: 100vh;
}
.banner-video.vd_player::before {
  z-index: 1;
  bottom: 0px;
}
.mb-info-box-style1 .icon-intro i {
  font-size: 40px;
}
.item-slider.item-slider1 {
  margin-bottom: 0px;
}
.color-ccc {
  color: #ccc;
}
.mb-info-box-style3 .title60:hover {
  color: #58c56f;
}
.item-service5 .service-icon .data-chart {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  color: #fff;
  font-size: 50px;
  position: absolute;
  width: 170px;
  height: 170px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 180px;
  margin: auto;
  z-index: 1;
  background: #58c56f;
  border-radius: 50%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  font-weight: 700;
}
.item-service5 .service-icon .data-chart .after_chart {
  font-size: 30px;
  font-weight: 100;
  margin-left: 5px;
}
.show-data-chart.item-service5 .service-icon .percentage:hover .fa {
  opacity: 0;
}
.mb-banner-style1 .content-button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  margin: auto;
  text-align: center;
}
.mb-banner-style1 .content-button .btn-arrow {
  position: static;
}
.mb-banner-style1 {
  margin: 0px;
}
.banner-slider2 {
  margin-bottom: 0px;
}
.mb-banner-style4.position-right {
  float: right;
}
.office-banner4 .banner-info {
  border: 3px solid #58c56f;
}
.mb-banner-style8 {
  margin-bottom: 0px;
}
.mb-banner-style11 .banner-info {
  top: 40px;
  left: 50px;
  right: auto;
}
.mb-testimo-style2 i.icon {
  margin-left: 0px;
}
.mb-testimo-style2 .testimo-slider2.navigation-false {
  margin-top: 35px;
}
.mb-testimo-style4 .white {
  color: #cccccc;
}
.mb-testimo-style4 .btn-arrow.white {
  border-color: #cccccc;
}
.mb-testimo-style4 .btn-arrow.white:hover {
  border-color: #58c56f;
}
.mb-testimo-style4 .dot-rect span.bg-white {
  background: #ccc;
}
.mb-testimo-style4 .client-slider7 .owl-theme .owl-controls .owl-page span {
  background: #ccc;
}
.mb-testimo.mb-testimo-style4 .client-slider7 .owl-theme .owl-controls .owl-page.active span {
  background: #58c56f;
}
.mb-testimo.mb-testimo-style4 .btn-arrow.white:hover {
  border-color: #58c56f;
}
.vc_section[data-vc-full-width].vc_hidden {
  opacity: 1!important;
}
.parallax-footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  min-height: 200px;
}
.icon.ion-android-arrow-forward,
.icon.ion-android-arrow-back {
  margin-left: 0px;
  /*vertical-align: middle;*/
  display: initial;
}
.item-client5::before {
  color: #58c56f;
}
.mb-testimo-style7 .client-slider4 .owl-pagination .owl-page.active span {
  background: #fc0;
}
.mb-testimo-style7 a.color2:hover {
  color: #fc0;
}
.email-form2 form {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 50px;
}
.email-form2 form .mc4wp-form-fields:after {
  content: "\f30f";
  font-family: "ionicons";
  margin-left: 8px;
  font-weight: 400;
  width: 50px;
  left: auto;
  line-height: 50px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.email-form2 form:before {
  position: absolute;
  content: "\f0e0";
  font-family: fontAwesome;
  font-size: 18px;
  color: #999;
  top: 15px;
  left: 15px;
}
.email-form2 form input[type="email"] {
  height: 50px;
  border: navajowhite;
  display: block;
  width: 100%;
  background: transparent;
  color: #999;
  padding: 0 10px 0 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.email-form2 input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  opacity: 0;
  z-index: 9;
}
.footer-box2.email-box2.news-letter4 {
  padding: 0px;
}
.footer-box2.email-box2.news-letter4 .silver {
  color: #555;
}
.email-form3 input[type="email"] {
  font-size: 24px;
  border: none;
  color: #999;
  height: 50px;
}
.email-form3 input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  background: transparent;
  border: none;
  z-index: 9;
}
.email-form3 .mc4wp-form-fields:after {
  content: "\f30f";
  font-family: "ionicons";
  font-weight: 400;
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0;
  color: #fff;
  position: absolute;
  left: auto;
  right: 0px;
  text-align: center;
  background: #58c56f;
}
.mb-mailchimp-style3 .white {
  color: #ccc;
}
.mb-mailchimp-style3 form {
  width: 570px;
  position: relative;
  padding-right: 120px;
  background: #fff;
}
.form-newsletter5 form input[type="email"] {
  height: 50px;
  display: block;
  width: 100%;
  border: none;
  color: #999;
  padding: 0 20px;
}
.form-newsletter5 form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  width: 120px;
  text-transform: uppercase;
  color: #fff;
  background: #58c56f;
}
.list-inline-block li {
  /*margin: 0 10px;*/
  vertical-align: middle;
}
.team-social-network.list-inline-block li {
  margin: 0px 3px;
}
.header-ontop.fixed-ontop {
  top: -100px;
}
.header-ontop.fixed-ontop.fixed-active {
  top: 0px;
}
body.admin-bar .header-ontop.fixed-ontop.fixed-active {
  top: 32px;
}
.dot-line.float-text-left,
.dot-rect.float-text-left {
  margin-left: 0px;
}
.dot-line.float-text-right,
.dot-rect.float-text-left {
  margin-right: 0px;
}
.mb-text-header {
  margin-top: 0px;
  margin-bottom: 0px;
}
.max-width-300 > .vc_column-inner {
  max-width: 300px;
}
.dot-rect {
  margin-bottom: 14px;
}
.dot-line {
  margin-top: 7px;
}
.span-white span {
  color: #fff;
}
.see-new-collectd > .vc_column-inner {
  padding: 45px 60px;
  margin-bottom: 50px;
  background: #fc0;
}
.see-new-collectd > .vc_column-inner h2 {
  margin-top: 15px;
}
a.see-collect {
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #fff;
}
a.see-collect:hover {
  background: #58c56f;
  border-color: #58c56f;
  color: #fff;
}
.contact-footer4 .desc i.fa {
  background: #58c56f;
}
.mb-social-style1 li {
  margin: 0px 15px;
}
.mb-social-style2 li,
.mb-social-style3 li,
.mb-social-style5 li {
  margin: 0px 3px;
}
.footer-box2.follow-box2 {
  padding-left: 45px;
}
.list-footer-box2::before {
  left: 33.7%;
}
.list-footer-box2::after {
  left: 66.3%;
}
.mb-social-style4 li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.mb-social-style4 li a:hover {
  border-radius: 50%;
}
.list-footer-box5::after {
  left: 67.9%;
}
.list-footer-box5::before {
  left: 34.5%;
}
.mb-testimo-style5 {
  margin: 0px;
  padding: 0px;
}
.mb-social-style6 {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  background: #58c56f;
  color: #fff;
}
.mb-social-style6:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  color: #fff;
}
.gm-style-iw {
  text-align: center;
}
.gm-style-iw > div {
  position: relative;
  margin: auto;
  width: 180px!important;
}
.gm-style-iw .title-map {
  margin: 10px 0px;
  font-size: 18px;
  color: #58c56f;
}
.contact-form input[type="email"] {
  height: 50px;
  color: #555;
  border: 1px solid #e5e5e5;
  display: block;
  width: 100%;
  padding: 0 15px 0 50px;
}
.contact-form .contact-name::before,
.contact-form .contact-mail::before,
.contact-form .contact-message::before {
  z-index: 1;
}
.contact-form .contact-submit::after {
  right: 50px;
}
.contact-form input[type="submit"] {
  background: #58c56f;
}
span.wpcf7-not-valid-tip {
  margin-top: 5px;
  padding: 0px 15px;
}
.mb-mailchimp-style1.email-box2 .desc {
  margin-bottom: 0px;
}
.mb-blog-style1 .post-tag-author a {
  display: inline-block;
  color: #999;
}
.mb-blog-style1 .post-tag-author a:hover {
  color: #58c56f;
}
.mb-blog-style1 iframe {
  height: 208px;
}
.mb-blog-style1 .mb-media-video-post,
.mb-blog-style1 .mb-media-audio-post {
  padding-bottom: 20px;
}
.mb-blog-style1 .post-thumb.media {
  padding-bottom: 23px;
}
.post-tag-author a {
  text-transform: capitalize;
  display: inline-block;
}
.pagi-nav i.icon {
  vertical-align: middle;
  margin-left: 0px;
}
.mb-blog-style2 {
  margin-bottom: 0px;
}
.mb-blog-style2 .item-blog4 {
  padding: 0px;
}
.mb-blog-style2 .info {
  padding: 0px 30px;
}
.mb-blog-style2 .mb-media {
  padding-bottom: 0px;
}
.sort-order-bar .list-inline-block > li {
  /* margin: 0 10px;*/
}
.item-blog4 .banner-advts {
  margin: 0px;
}
.mb-blog-style2 .col-md-4:nth-child(3n+1),
.mb-blog-style1 .col-md-4:nth-child(3n+1),
.mb-element-product-style16 .col-md-4:nth-child(3n+1) {
  clear: both;
}
.mb-blog-style2 .col-md-3:nth-child(4n+1),
.mb-blog-style1 .col-md-3:nth-child(4n+1),
.mb-element-product-style16 .col-md-3:nth-child(4n+1) {
  clear: both;
}
.mb-blog-style2 .col-md-6:nth-child(2n+1),
.mb-blog-style1 .col-md-6:nth-child(2n+1),
.mb-element-product-style16 .col-md-6:nth-child(2n+1) {
  clear: both;
}
.mb-blog-style3 .item-post5.table > .post-thumb {
  width: 39.66%;
}
.mb-blog-style3 .item-post5.table > .post-thumb .post-thumb {
  width: 100%;
}
.mb-blog-style3 .mb-media {
  display: block;
}
.mb-blog-style3 .table.gallery {
  display: block;
}
.mb-blog-style3 .table.gallery > div {
  display: block;
  float: left;
}
.mb-blog-style3 .mb-media {
  padding-bottom: 0px;
}
.mb-blog-style3 .title_post:hover {
  color: #58c56f;
}
.mb-blog-style4 {
  margin-bottom: 0px;
}
.popular-post-slider5 .wrap-item.small-navi .owl-controls .owl-buttons div {
  color: #000;
}
.mb-blog-style6 .title14 a.title:hover {
  color: #58c56f;
}
.mb-blog-style7 {
  margin-bottom: 0px;
}
.mb-blog-style7.navigation-false .latest-slider2 {
  margin-top: 0px;
}
.mb-blog-style3 {
  margin-bottom: 0px;
}
.mb_separating_line .dot-rect {
  margin-bottom: 0px;
}
.dot-separating-line {
  width: 230px;
  overflow: hidden;
  margin: auto;
}
.mb-brand-style1.brand-slider5.border {
  margin-bottom: 0px;
}
.woocommerce .banner-page.banner-blog-page {
  margin-bottom: 30px;
}
.item-product2 .product-thumb {
  z-index: 1;
}
.woocommerce a.add_to_cart_button {
  background: transparent;
  padding: 0px;
  margin-bottom: 12px;
  display: block;
  font-size: 18px;
  line-height: normal;
  color: #555;
  transform: translateX(400px);
  -webkit-transform: translateX(400px);
  position: relative;
}
.woocommerce a.add_to_cart_button:hover {
  background: transparent;
  color: #58c56f;
}
.product-extra-link2 .wc-forward {
  display: none!important;
}
.product-extra-link2 .add_to_cart_button:after,
.product-extra-link2 .add_to_cart_button.loading:after {
  font-size: 8px;
  position: absolute;
  color: #ffffff;
  margin-left: 0px!important;
  right: -6px !important;
  top: -6px !important;
  background: #68c774;
  border-radius: 50%;
  height: 14px;
  line-height: 14px;
  width: 14px;
  text-align: center;
}
.woocommerce a.button.loading::after {
  margin-left: 0px!important;
  right: -6px;
  top: -6px;
}
.woocommerce a.button.loading {
  padding-right: 0;
}
.compare-link.added {
  font-size: 10px;
  color: #58c56f;
}
/*.compare-link.added:before{
  content: "\f0ec";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  opacity: 1;
  position: absolute;
  left: 8px;
}*/
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-weight: 700;
  font-size: 18px;
  color: #58c56f;
  font-family: 'Raleway', sans-serif;
  margin: 0 2px;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  color: #999;
  font-size: 14px;
  opacity: 1;
  font-weight: 400;
}
.product-label2 span {
  width: auto;
  padding: 0px 5px;
  min-width: 34px;
}
.link-btn.link-arrow.mb-addcart-link-list {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
  margin: 0 3px;
  border-radius: 0px;
  transform: none;
  -webkit-transform: none;
}
.woocommerce a.button.loading.mb-addcart-link-list {
  padding-right: 40px;
}
.woocommerce a.button.loading.mb-addcart-link-list:after {
  right: 20px;
  top: 0px;
}
.mb-info-type-list .wc-forward {
  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;
  vertical-align: top;
  margin: 0 3px;
  color: #555;
  padding-top: 0px!important;
  border: 1px solid #e5e5e5;
}
.mb-info-type-list .wc-forward:after {
  content: "\f30f";
  font-family: "ionicons";
  margin-left: 8px;
  font-weight: 400;
}
.mb-info-type-list .wc-forward:hover {
  color: #fff;
  background: #58c56f;
  border-color: #58c56f;
}
.mb-extra-link-type-grid .mb-wishlist span,
.mb-element-product-style18 .mb-wishlist span,
.mb-extra-link-type-grid .mb-compare span,
.mb-element-product-style18 .mb-compare span {
  display: none;
}
.mb-post-per-page .dropdown-list {
  width: 110px;
}
.mb-orderby-nav .dropdown-list {
  text-align: left;
  width: 250px;
}
.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 0px;
}
.woocommerce .product-extra-link2 a.button {
  background: transparent;
  display: block;
  font-size: 18px;
  margin-bottom: 12px;
  padding: 0px;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 100%;
  float: none;
}
.woocommerce-product-details__short-description {
  margin: 22px 0 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 21px;
}
.woocommerce-product-details__short-description > p {
  margin-bottom: 0px;
}
.mb-detail-product-default .product_meta {
  margin-bottom: 22px;
  margin-top: 22px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
input[type=number].qty-val::-webkit-inner-spin-button,
input[type=number].qty-val::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.woocommerce div.product .mb-detail-product-default form.cart div.quantity {
  float: none;
  margin: 0px;
}
.woocommerce div.product .mb-detail-product-default form.cart div.quantity .qty-val {
  border: none;
  background: transparent;
}
.quantity i.icon {
  vertical-align: middle;
  display: inline;
}
.qty-cart .addcart-link {
  border: none;
}
.product-thumb-link .mb-no-image {
  width: 80px;
  height: 80px;
  display: block;
  border: 2px solid #e5e5e5;
  text-align: center;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.product-thumb-link .mb-no-image i {
  line-height: 80px;
  color: #ccc;
  font-size: 25px;
}
.product-thumb-link:hover .mb-no-image {
  border: 5px solid #e5e5e5;
}
.detail-info .mb-form-cart-grouped .product-extra-link.style2 {
  width: 240px;
}
.mb-form-cart-grouped .single_add_to_cart_button {
  font: icon;
  background: transparent;
  border: none;
}
.mb-form-cart-grouped .mb-wishlist,
.mb-form-cart-grouped .mb-compare {
  color: #999;
}
.mb-form-cart-grouped .compare-link.added {
  font-size: 18px;
}
.product-extra-link .single_add_to_cart_button span {
  position: absolute;
  width: 80px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  top: 100%;
  left: 50%;
  margin-left: -40px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.product-extra-link .single_add_to_cart_button:hover span {
  opacity: 1;
  visibility: visible;
}
.product-extra-link .mb-addcart-grouped {
  display: table-cell;
  font-size: 18px;
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background: #fff;
}
.summary > .yith-wcwl-add-to-wishlist {
  display: none;
}
.summary > a.compare {
  display: none;
}
.silver-a a {
  color: #999;
}
.woocommerce div.product .product_meta .stock {
  color: #58c56f;
  font-size: 14px;
  display: inherit;
}
.woocommerce div.product .mb-detail-product-default form.cart .mb-grouped-qty-button {
  color: #fff;
  width: auto;
  height: auto;
  position: absolute;
  top: 20px;
  right: 0;
  text-align: center;
}
.woocommerce div.product .mb-detail-product-default form.cart .mb-grouped-qty-button a {
  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;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
  margin: 0 3px;
  border-radius: 0px;
  transform: none;
  -webkit-transform: none;
  width: 100%;
  background: #fff;
}
.woocommerce div.product .mb-detail-product-default form.cart .mb-grouped-qty-button a:hover {
  background: #58c56f;
}
.woocommerce div.product .stock {
  color: #58c56f;
}
.mb-form-cart-grouped .product-price span {
  font-weight: 700;
  color: #58c56f;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
}
.mb-form-cart-grouped .product-price del span {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
.mb-form-cart-grouped .silver.mb_grouped_stock .stock {
  color: #999;
}
.woocommerce div.product .woocommerce-tabs {
  margin-bottom: 70px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0px;
  margin: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  display: inline-block;
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000;
  background: #f9f9f9;
  padding: 0 20px;
  font-weight: 400;
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  background: #58c56f;
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0px;
  border: none;
}
.woocommerce div.product .woocommerce-tabs .panel > h2 {
  font-weight: 700;
  font-size: 30px;
  color: #555;
  margin-top: 0px;
  margin-bottom: 30px;
}
.table-shop table {
  border: none;
  padding: 0px;
}
.table-shop .table > tbody > tr > td,
.table-shop .table > tbody > tr > th,
.table-shop .table > tfoot > tr > td,
.table-shop .table > tfoot > tr > th,
.table-shop .table > thead > tr > td,
.table-shop .table > thead > tr > th {
  border: none;
}
.woocommerce-tabs .content-scroll {
  padding-right: 50px;
  padding-top: 20px;
}
.woocommerce #reviews #comments .woocommerce-Reviews-title {
  margin: 0 0 18px;
  text-transform: inherit;
  font-size: 18px;
  font-weight: 400;
}
.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;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 20px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 14px;
  color: #555;
}
.mb-review-rating {
  float: right;
}
.mb-review-rating span {
  display: none;
}
.comment-respond .comment-reply-title {
  margin: 0 0 18px;
  text-transform: inherit;
  font-size: 18px;
  display: inline-block;
}
.woocommerce #review_form #respond .comment-notes {
  margin-bottom: 33px;
}
.woocommerce #review_form #respond .comment-form-author,
.woocommerce #review_form #respond .comment-form-email,
.woocommerce #review_form #respond .comment-form-comment,
.woocommerce #review_form #respond .form-submit {
  margin-bottom: 10px;
  min-height: 40px;
  padding-left: 105px;
  position: relative;
}
.woocommerce #review_form #respond .comment-form-author label,
.woocommerce #review_form #respond .comment-form-email label,
.woocommerce #review_form #respond .comment-form-comment label,
.woocommerce #review_form #respond .form-submit label {
  font-weight: 400;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  top: 0;
}
.woocommerce #review_form #respond .comment-form-author input,
.woocommerce #review_form #respond .comment-form-email input,
.woocommerce #review_form #respond .comment-form-comment input,
.woocommerce #review_form #respond .form-submit input {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  height: 40px;
  max-width: 400px;
  padding: 0 15px;
  width: 100%;
}
.woocommerce #review_form #respond .comment-form-author textarea,
.woocommerce #review_form #respond .comment-form-email textarea,
.woocommerce #review_form #respond .comment-form-comment textarea,
.woocommerce #review_form #respond .form-submit textarea {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  max-height: 120px;
  padding: 10px 15px;
  width: 100%;
}
.woocommerce #review_form #respond .comment-form-rating {
  margin-bottom: 10px;
  min-height: 40px;
  padding-left: 105px;
  position: relative;
}
.woocommerce #review_form #respond .comment-form-rating label {
  font-weight: 400;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  top: 0;
}
.woocommerce #review_form #respond .comment-form-rating .stars {
  vertical-align: middle;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 0px;
}
.woocommerce p.stars a {
  color: #f9c341;
}
.woocommerce #reviews #comment {
  height: inherit;
}
.woocommerce #review_form #respond .form-submit input {
  border: medium none;
  margin-top: 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  background: #ccc;
  width: initial;
  font-weight: 400;
}
.woocommerce #review_form #respond .form-submit input:hover {
  background: #58c56f;
}
.woocommerce #review_form #respond .form-submit input:hover {
  background: #58c56f;
}
.woocommerce table.shop_attributes th {
  font-weight: 400;
  color: #58c56f;
}
.woocommerce table.shop_attributes td {
  padding: 8px;
}
.detail-related-slider .product-social5 span {
  display: none;
}
.detail-related-slider .product-price del {
  display: inline-grid;
}
.detail-related-slider .product-price del span {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
.mb-related-product-default > h2 {
  margin-bottom: 30px;
}
.mb-detail-sells {
  z-index: 11;
}
.tab-scroll {
  max-height: 300px;
  height: auto;
}
.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: 6px;
  background-color: #F5F5F5;
}
.fancybox-inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4D9C41), to(#58c56f), color-stop(0.6, #54DE5D));
}
.wishlist-popup.fancybox-margin {
  margin-right: auto;
}
.wishlist-mask {
  z-index: 999999;
}
.zoomContainer {
  z-index: 990;
}
.zoomContainer .zoomWindowContainer {
  z-index: 9992;
}
.woocommerce div.product form.cart div.variations {
  margin-bottom: 0px;
}
.woocommerce div.product form.cart div.variations .label {
  line-height: 35px;
  padding: 0px;
  min-width: 120px;
  text-align: left;
  display: inline-block;
}
.woocommerce div.product form.cart div.variations .label label {
  font-weight: 700;
  color: #000;
  font-size: 18px;
  margin: 0px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  float: left;
  margin-bottom: 15px;
  line-height: normal;
}
.woocommerce div.product form.cart div.variations .label .title {
  display: inline-block;
  margin: 0px 10px;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce div.product form.cart div.variations .label .title span {
  text-transform: capitalize;
}
.woocommerce div.product form.cart div.variations .value {
  padding: 0px;
}
.woocommerce div.product form.cart div.variations .value select {
  border: 1px solid #e5e5e5;
  height: 35px;
  padding: 5px;
  color: #555;
}
.woocommerce div.product form.cart div.variations .row-attribute {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #e5e5e5;
}
.woocommerce div.product form.cart div.variations .row-attribute:last-child {
  margin-bottom: 0px;
}
.woocommerce div.product form.cart .variations select {
  min-width: 100%;
}
.tawcvs-swatches span {
  cursor: pointer;
}
.tawcvs-swatches .swatch-color {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 3px;
  position: relative;
  border: 1px solid #e5e5e5;
}
.tawcvs-swatches .swatch-color span {
  display: none;
}
.tawcvs-swatches .swatch-color.selected {
  border: 1px solid #58c56f;
}
.tawcvs-swatches .swatch-color.selected:after {
  top: auto;
  left: auto;
  bottom: -1px;
  right: -1px;
  content: "\f3fd";
  position: absolute;
  width: 12px;
  height: 12px;
  color: #fff;
  text-align: center;
  line-height: 10px;
  font-size: 16px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  background: #58c56f;
  font-family: "ionicons";
  border: 1px solid #58c56f !important;
}
.tawcvs-swatches .swatch-label {
  display: inline-block;
  min-width: 22px;
  height: 22px;
  padding: 0px 4px;
  margin: 3px;
  position: relative;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 22px;
}
.tawcvs-swatches .swatch-label.selected {
  border: 1px solid #58c56f;
  background: #58c56f;
  color: #fff;
}
.tawcvs-swatches {
  display: inline-block;
}
.tawcvs-swatches .swatch-image {
  float: left;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 3px;
  position: relative;
}
.tawcvs-swatches .swatch-image img {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.tawcvs-swatches .swatch-image.selected img {
  border-color: #58c56f;
}
.tawcvs-swatches .swatch-image.selected:after {
  top: auto;
  left: auto;
  bottom: 0px;
  right: 0px;
  content: "\f3fd";
  position: absolute;
  width: 12px;
  height: 12px;
  color: #fff;
  text-align: center;
  line-height: 10px;
  font-size: 16px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  background: #58c56f;
  font-family: "ionicons";
  border: 1px solid #58c56f !important;
  border-radius: 0 0 6px 0;
}
.woocommerce-variation.single_variation {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
}
.woocommerce input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  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;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
  margin: 0 3px;
  border-radius: 0px;
  transform: none;
  -webkit-transform: none;
  background: #fff;
  color: #555;
}
.woocommerce input.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
  background: #58c56f;
  border-color: #58c56f;
  color: #fff;
}
.woocommerce .quantity .qty {
  border: none;
  height: 30px;
  line-height: 30px;
}
.woocommerce table.shop_table.cart,
.woocommerce table.woocommerce-checkout-review-order-table,
.woocommerce table.woocommerce-table--order-details,
.woocommerce table.shop_table {
  border: none;
  padding: 0px;
}
.woocommerce table.shop_table.cart th,
.woocommerce table.woocommerce-checkout-review-order-table th,
.woocommerce table.woocommerce-table--order-details th,
.woocommerce table.shop_table th,
.woocommerce table.shop_table.cart td,
.woocommerce table.woocommerce-checkout-review-order-table td,
.woocommerce table.woocommerce-table--order-details td,
.woocommerce table.shop_table td {
  border: none;
}
.woocommerce table.shop_table.cart tbody th,
.woocommerce table.woocommerce-checkout-review-order-table tbody th,
.woocommerce table.woocommerce-table--order-details tbody th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table.cart tbody td,
.woocommerce table.woocommerce-checkout-review-order-table tbody td,
.woocommerce table.woocommerce-table--order-details tbody td,
.woocommerce table.shop_table tbody td {
  border-top: 1px dashed #e5e5e5;
}
.woocommerce table.shop_table.cart tbody td.actions,
.woocommerce table.woocommerce-checkout-review-order-table tbody td.actions,
.woocommerce table.woocommerce-table--order-details tbody td.actions,
.woocommerce table.shop_table tbody td.actions {
  padding-top: 15px;
}
.woocommerce table.shop_table.cart tbody td .variation,
.woocommerce table.woocommerce-checkout-review-order-table tbody td .variation,
.woocommerce table.woocommerce-table--order-details tbody td .variation,
.woocommerce table.shop_table tbody td .variation {
  margin-top: 10px;
}
.woocommerce table.shop_table.cart tbody td .variation dt,
.woocommerce table.woocommerce-checkout-review-order-table tbody td .variation dt,
.woocommerce table.woocommerce-table--order-details tbody td .variation dt,
.woocommerce table.shop_table tbody td .variation dt {
  font-weight: 400;
  color: #58c56f;
}
.woocommerce table.shop_table.cart .detail-qty,
.woocommerce table.woocommerce-checkout-review-order-table .detail-qty,
.woocommerce table.woocommerce-table--order-details .detail-qty,
.woocommerce table.shop_table .detail-qty {
  height: 42px;
  line-height: 42px;
  width: 160px;
}
.woocommerce table.shop_table.cart .detail-qty a,
.woocommerce table.woocommerce-checkout-review-order-table .detail-qty a,
.woocommerce table.woocommerce-table--order-details .detail-qty a,
.woocommerce table.shop_table .detail-qty a {
  width: 43px;
}
.woocommerce a.remove:hover {
  background: #58c56f;
}
.woocommerce a.remove i {
  font-size: 15px;
}
.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 .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}
.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce-page .cart-collaterals .cart_totals > h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}
.woocommerce .cart-collaterals .cart_totals .shop_table,
.woocommerce-page .cart-collaterals .cart_totals .shop_table {
  border: none;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tbody td,
.woocommerce-page .cart-collaterals .cart_totals .shop_table tbody td,
.woocommerce .cart-collaterals .cart_totals .shop_table tbody th,
.woocommerce-page .cart-collaterals .cart_totals .shop_table tbody th {
  border-bottom: 0;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
  float: none;
}
.mb-cross-sells {
  margin-top: 30px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: #58c56f;
  border-color: #58c56f;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:after {
  content: "\f30f";
  font-family: "ionicons";
  margin-left: 0px;
  font-weight: 400;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover:after {
  margin-left: 10px;
  opacity: 1;
}
.woocommerce form .form-row input.input-text {
  height: 40px;
  border: 1px solid #e5e5e5;
  padding: 0px 10px;
}
.woocommerce form.checkout label {
  font-size: 14px;
  font-weight: 400;
}
.woocommerce form.checkout textarea {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 10px;
}
.woocommerce form.checkout .select2-container--default .select2-selection--single {
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.checkout .woocommerce-billing-fields h3,
.checkout .woocommerce-additional-fields h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.checkout #order_review_heading {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.woocommerce-order-details h2,
.woocommerce-order-details h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.woocommerce-order-details .wc-item-meta {
  padding: 0px;
  margin-top: 10px;
}
.woocommerce-order-details .wc-item-meta strong {
  font-weight: 400;
  color: #58c56f;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #58c56f;
}
#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 ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-color: #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;
}
#add_payment_method #payment label,
.woocommerce-cart #payment label,
.woocommerce-checkout #payment label {
  color: #fff;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  color: #555;
  border-color: #e5e5e5;
  text-transform: uppercase;
  background: #fff;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background: #58c56f;
  color: #fff;
}
.woocommerce-thankyou-order-received {
  font-size: 24px;
  color: #58c56f;
  font-weight: 600;
}
.woocommerce ul.woocommerce-order-overview {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce ul.woocommerce-order-overview li {
  font-size: 12px;
}
.woocommerce ul.woocommerce-order-overview li strong {
  font-size: 14px;
  margin-top: 8px;
}
.woocommerce-customer-details > address {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid #58c56f;
  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: #58c56f;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #58c56f;
}
.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: #58c56f;
  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;
}
.woocommerce-account table.my_account_orders .button {
  background: #fff;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
  font-weight: 400;
}
.woocommerce-account table.my_account_orders .button:hover {
  background: #58c56f;
  border-color: #58c56f;
  color: #fff;
}
.woocommerce-account table.my_account_orders td,
.woocommerce-account .woocommerce table.my_account_orders th {
  padding: 8px;
}
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 20px 0px;
  margin-top: 0px;
}
.woocommerce form.login p,
.woocommerce form.register p {
  padding: 0px;
  margin-bottom: 10px;
}
.woocommerce form.login p label,
.woocommerce form.register p label {
  line-height: 40px;
}
.woocommerce form.login p label span,
.woocommerce form.register p label span {
  font-weight: 400;
}
.woocommerce form.login p .button,
.woocommerce form.register p .button,
.woocommerce form.login p .woocommerce-form__label-for-checkbox,
.woocommerce form.register p .woocommerce-form__label-for-checkbox {
  margin-top: 10px;
  display: inline-block;
}
.woocommerce form.login .button,
.woocommerce form.register .button {
  margin: 0px;
}
.woocommerce form.login p.lost_password,
.woocommerce form.register p.lost_password {
  margin-bottom: 0px;
}
#customer_login .col-1 > h2,
#customer_login .col-2 > h2 {
  color: #58c56f;
  font-size: 24px;
}
.woocommerce div.product form.cart .reset_variations {
  font-size: 14px;
  margin: 0px 3px;
}
.woocommerce div.product form.cart .reset_variations i {
  margin-left: 5px;
  font-size: 11px;
}
.item-product-grid .product-extra-link.style2 {
  text-align: center;
}
.item-product-grid .product-extra-link.style2 a {
  display: inline-block;
  float: none;
}
.item-product2:hover .product-thumb .animation_default img {
  transform: none;
  -webkit-transform: none;
}
.pagi-nav {
  margin-top: 30px;
}
.mb-element-product-style1 .mb-orderby-nav .woocommerce-ordering {
  display: inline-block;
  margin-bottom: 0px;
}
.mb-element-product-style1 .mb-orderby-nav .woocommerce-ordering .orderby {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #999;
  padding: 0px 10px;
}
.mb-element-product-style1 .mb-orderby-nav .woocommerce-ordering:after {
  content: "\f0d7";
  font-family: fontAwesome;
  opacity: 1;
  position: static;
  height: auto;
  line-height: inherit;
  margin: 0 0px 0 -5px;
  color: #555;
}
.mb-element-product-style2 .mb-orderby-nav .woocommerce-ordering {
  display: inline-block;
  margin-bottom: 0px;
}
.mb-element-product-style2 .mb-orderby-nav .woocommerce-ordering .orderby {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #999;
  padding: 0px 10px;
}
.mb-element-product-style2 .mb-orderby-nav .woocommerce-ordering:after {
  content: "\f0d7";
  font-family: fontAwesome;
  opacity: 1;
  position: static;
  height: auto;
  line-height: inherit;
  margin: 0 0px 0 -5px;
  color: #555;
}
.mailchimp-footer2 .mb-mailchimp-style1.email-box2 .desc {
  margin-bottom: 40px;
}
.mb-element-product-style3 .product-extra-link.style1 a.addcart-link,
.mb-element-product-style4 .product-extra-link.style1 a.addcart-link {
  background: #fff;
  margin: 0px;
}
.mb-element-product-style3 .product-extra-link.style1 a.addcart-link:after,
.mb-element-product-style4 .product-extra-link.style1 a.addcart-link:after {
  display: none;
}
.mb-element-product-style3 .product-extra-link.style1 a.addcart-link:hover,
.mb-element-product-style4 .product-extra-link.style1 a.addcart-link:hover {
  background: #58c56f;
}
.mb-element-product-style3 .product-extra-link .wc-forward,
.mb-element-product-style4 .product-extra-link .wc-forward {
  background: #58c56f;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  -webkit-transition: all 0.5s ease-out 0s;
  border: 1px solid #58c56f;
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
  color: #fff;
  margin: 0px;
  width: auto;
  display: block;
  transform: scaleX(0) rotateX(90deg);
  -webkit-transform: scaleX(0) rotateX(90deg);
}
.mb-element-product-style3 .product-extra-link a.added,
.mb-element-product-style4 .product-extra-link a.added {
  display: none;
}
.mb-element-product-style3 .product-thumb:hover .product-extra-link.style1 a.wc-forward,
.mb-element-product-style4 .product-thumb:hover .product-extra-link.style1 a.wc-forward {
  transform: scaleX(1) rotateX(0);
  -webkit-transform: scaleX(1) rotateX(0);
}
.mb-element-product-style3 .no-units-sold.item-product1:hover .product-rate,
.mb-element-product-style4 .no-units-sold.item-product1:hover .product-rate {
  opacity: 1;
}
.mb-element-product-style3 .product-extra-link.no-wishlist .quickview-link,
.mb-element-product-style4 .product-extra-link.no-wishlist .quickview-link,
.mb-element-product-style3 .product-extra-link.no-compare .quickview-link,
.mb-element-product-style4 .product-extra-link.no-compare .quickview-link,
.mb-element-product-style3 .product-extra-link.no-wishlist .mb-wishlist,
.mb-element-product-style4 .product-extra-link.no-wishlist .mb-wishlist,
.mb-element-product-style3 .product-extra-link.no-compare .mb-wishlist,
.mb-element-product-style4 .product-extra-link.no-compare .mb-wishlist,
.mb-element-product-style3 .product-extra-link.no-wishlist .no-compare,
.mb-element-product-style4 .product-extra-link.no-wishlist .no-compare,
.mb-element-product-style3 .product-extra-link.no-compare .no-compare,
.mb-element-product-style4 .product-extra-link.no-compare .no-compare {
  width: 49%;
}
.mb-element-product-style3 .product-extra-link.no-wishlistno-compare .quickview-link,
.mb-element-product-style4 .product-extra-link.no-wishlistno-compare .quickview-link {
  width: 100%;
}
.mb-element-product-style3.woocommerce div.product {
  margin: 0 15px 30px;
}
.mb-element-product-style3.woocommerce .mb-label-product-element {
  top: 10px;
  left: 10px;
}
.mb-element-product-style5 .link-btn.link-arrow.mb-addcart-link-list {
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  max-width: 160px;
  margin: auto;
  z-index: 9;
  background: #58c56f;
  color: #fff;
  border-color: #58c56f;
}
.mb-element-product-style5 .item-product-feature:hover .addcart-link {
  bottom: 0;
}
.mb-element-product-style5 a.wc-forward {
  display: none;
}
.list-color a::before {
  top: 13px;
}
.list-color a[data-title]:hover:after {
  content: attr(data-title);
  padding: 2px 8px;
  color: #fff;
  position: absolute;
  left: -25px;
  top: 23px;
  white-space: nowrap;
  z-index: 20;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.list-color a {
  background: #868686;
}
.list-color a:hover {
  background: #58c56f;
}
.mb-label-product-element {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
}
.mb-element-product-style7.woocommerce .item-product {
  margin: 0 25px 50px;
}
.mb-element-product-style7.woocommerce div.product a.add_to_cart_button {
  margin: 0px;
  display: inline-block;
  font-size: 18px;
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  transform: none;
  -webkit-transform: none;
  color: #fff;
}
.mb-element-product-style7.woocommerce div.product a.add_to_cart_button.added,
.mb-element-product-style7.woocommerce div.product a.add_to_cart_button.loading {
  margin-right: 15px;
}
.mb-element-product-style7.woocommerce div.product a.button.loading::after {
  right: -14px;
  top: 0px;
}
.mb-element-product-style7.woocommerce div.product a.wc-forward {
  display: none;
}
.mb-element-product-style7.woocommerce div.product span.price {
  color: #fff;
  font-size: 18px;
}
.mb-element-product-style7.woocommerce div.product span.price del {
  color: #fff;
}
.mb-element-product-style7.woocommerce div.product span.price ins {
  font-weight: 700;
}
.no-deal-theday .deal-slider4 {
  padding: 0px;
}
.mb-element-product-style8 div.product {
  margin: 40px 10px;
}
.mb-element-product-style8 .deal-product4 .product-info .product-extra-link a.added,
.mb-element-product-style8 .deal-product4 .product-info .product-extra-link a.loading {
  margin-right: 15px;
}
.mb-element-product-style8 .deal-product4 .product-info .product-extra-link a.button.loading::after {
  right: -14px;
  top: 0px;
}
.mb-element-product-style8 .deal-product4 .product-info .product-extra-link a.mb-wishlist span,
.mb-element-product-style8 .deal-product4 .product-info .product-extra-link a.mb-compare span {
  bottom: 100%;
  top: auto;
}
.mb-element-product-style8 .deal-product4 .product-info .product-extra-link a.mb-wishlist span:before,
.mb-element-product-style8 .deal-product4 .product-info .product-extra-link a.mb-compare span:before {
  content: "\f0d7";
  top: auto;
  bottom: -15px;
}
.mb-element-product-style8 .deal-product4 .product-info .product-extra-link a {
  display: inline-block;
  font-size: 18px;
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  margin: 0px;
  transform: none;
  -webkit-transform: none;
}
.mb-element-product-style8 .deal-product4 .product-info .product-extra-link .wc-forward {
  display: none;
}
.mb-element-product-style9 {
  margin-bottom: 0px;
}
.mb-element-product-style9 .item-product.item-product4 .product-extra-link a.addcart-link {
  display: inline;
  padding: 0px;
  font-size: 18px;
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background: #fff;
  transform: none;
  -webkit-transform: none;
}
.mb-element-product-style9 .item-product.item-product4 .product-extra-link .wc-forward {
  display: none;
}
.mb-element-product-style9 .item-product.item-product4 .product-extra-link a.added,
.mb-element-product-style9 .item-product.item-product4 .product-extra-link a.loading {
  margin-right: 15px;
}
.mb-element-product-style9 .item-product.item-product4 .product-extra-link a.button.loading::after {
  right: -14px;
  top: 0px;
}
.mb-element-product-style9 div.product span.price {
  font-size: 18px;
}
.mb-element-product-style9 .item-product.item-product4 {
  margin-bottom: 40px;
}
.mb-element-product-style10 .item-product .product-extra-link3 a.addcart-link {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: #999;
  background: #fff;
  margin: 0 3px;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.mb-element-product-style10 .item-product .product-extra-link3 a.addcart-link:hover {
  background: #58c56f;
  color: #fff;
}
.mb-element-product-style10 .item-product .product-extra-link3 .wc-forward {
  display: none;
}
.mb-element-product-style10 .item-product .product-extra-link3 a.button.loading::after {
  right: 0px;
  top: 0px;
  font-size: 39px;
}
.mb-element-product-style10 .item-product .product-extra-link3 a.button.added::after {
  margin: 0px;
  position: absolute;
  top: -13px;
  right: -8px;
  color: #58c56f;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.mb-element-product-style10 .item-product .product-extra-link3 a.button.added:hover::after {
  color: #fff;
}
.mb-element-product-style10 .item-product .product-extra-link3 .mb-wishlist span,
.mb-element-product-style10 .item-product .product-extra-link3 .mb-compare span {
  /* display: none;*/
}
.mb-element-product-style10 .item-product .product-thumb:hover .product-extra-link3 > a.addcart-link {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.mb-element-product-style10 .product-info .cat-parent:after {
  background: #ccc;
  content: '';
  height: 10px;
  width: 1px;
  display: inline-block;
  margin-left: 5px;
}
.mb-element-product-style10 .product-info .cat .cat-parent:last-child:after {
  display: none;
}
.mb-element-product-style10 .pop-countdown {
  z-index: 1;
}
.mb-element-product-style11 .product-label3 > span,
.mb-element-product-style19 .product-label3 > span,
.mb-element-product-style20 .product-label3 > span {
  width: auto;
  padding: 0px 8px;
}
.mb-element-product-style11 .item-product .product-extra-link7 a.addcart-link,
.mb-element-product-style19 .item-product .product-extra-link7 a.addcart-link,
.mb-element-product-style20 .item-product .product-extra-link7 a.addcart-link {
  padding: 0px;
  display: inline-block;
  height: 56px;
  line-height: 56px;
  width: 56px;
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  text-align: center;
  opacity: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 18px;
  color: #333;
  transform: scale(0) translateY(0);
  -webkit-transform: scale(0) translateY(0);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.mb-element-product-style11 .item-product .product-extra-link7 a.addcart-link:hover,
.mb-element-product-style19 .item-product .product-extra-link7 a.addcart-link:hover,
.mb-element-product-style20 .item-product .product-extra-link7 a.addcart-link:hover {
  background: #58c56f;
  color: #fff;
}
.mb-element-product-style11 .item-product .product-extra-link7 .wc-forward,
.mb-element-product-style19 .item-product .product-extra-link7 .wc-forward,
.mb-element-product-style20 .item-product .product-extra-link7 .wc-forward {
  display: none;
}
.mb-element-product-style11 .item-product .product-extra-link7 a.button.loading::after,
.mb-element-product-style19 .item-product .product-extra-link7 a.button.loading::after,
.mb-element-product-style20 .item-product .product-extra-link7 a.button.loading::after {
  right: 0px;
  top: 0px;
  font-size: 56px;
}
.mb-element-product-style11 .item-product .product-extra-link7 a.button.added::after,
.mb-element-product-style19 .item-product .product-extra-link7 a.button.added::after,
.mb-element-product-style20 .item-product .product-extra-link7 a.button.added::after {
  margin: 0px;
  position: absolute;
  top: -15px;
  right: 0px;
  color: #58c56f;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.mb-element-product-style11 .item-product .product-extra-link7 a.button.added:hover::after,
.mb-element-product-style19 .item-product .product-extra-link7 a.button.added:hover::after,
.mb-element-product-style20 .item-product .product-extra-link7 a.button.added:hover::after {
  color: #fff;
}
.mb-element-product-style11 .item-product .product-extra-link7 .mb-wishlist span,
.mb-element-product-style19 .item-product .product-extra-link7 .mb-wishlist span,
.mb-element-product-style20 .item-product .product-extra-link7 .mb-wishlist span,
.mb-element-product-style11 .item-product .product-extra-link7 .mb-compare span,
.mb-element-product-style19 .item-product .product-extra-link7 .mb-compare span,
.mb-element-product-style20 .item-product .product-extra-link7 .mb-compare span {
  /* display: none;*/
}
.mb-element-product-style11 .item-product .product-thumb:hover .product-extra-link7 > a.addcart-link,
.mb-element-product-style19 .item-product .product-thumb:hover .product-extra-link7 > a.addcart-link,
.mb-element-product-style20 .item-product .product-thumb:hover .product-extra-link7 > a.addcart-link {
  opacity: 1;
  transform: scale(1) translateY(0);
  -webkit-transform: scale(1) translateY(0);
}
.mb-element-product-style11 .item-product,
.mb-element-product-style19 .item-product,
.mb-element-product-style20 .item-product {
  margin: 0 15px 30px!important;
}
.mb-element-product-style11 .pop-countdown,
.mb-element-product-style19 .pop-countdown,
.mb-element-product-style20 .pop-countdown {
  z-index: 1;
}
.mb-element-product-style19 .title-tab10 .list-inline-block li a {
  color: #555;
}
.mb-element-product-style19 .title-tab10 .list-inline-block li.active a::after {
  background: #555;
}
.mb-element-product-style12 .mb-label-product-element {
  left: 10px;
  top: 10px;
}
.mb-element-product-style12 .item-product a.addcart-link {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  width: 56px;
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  text-align: center;
  opacity: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 18px;
  color: #333;
  transform: scale(0) translateY(0);
  -webkit-transform: scale(0) translateY(0);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.mb-element-product-style12 .item-product a.addcart-link:hover {
  background: #58c56f;
  color: #fff;
}
.mb-element-product-style12 .item-product .wc-forward {
  display: none;
}
.mb-element-product-style12 .item-product a.button.loading::after {
  right: 0px;
  top: 0px;
  font-size: 56px;
}
.mb-element-product-style12 .item-product a.button.added::after {
  margin: 0px;
  position: absolute;
  top: -15px;
  right: 0px;
  color: #58c56f;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.mb-element-product-style12 .item-product a.button.added:hover::after {
  color: #fff;
}
.mb-element-product-style12 .item-product .mb-wishlist span,
.mb-element-product-style12 .item-product .mb-compare span {
  /*display: none;*/
}
.mb-element-product-style12 .item-product .product-thumb:hover .product-extra-link7 > a.addcart-link {
  opacity: 1;
  transform: scale(1) translateY(0);
  -webkit-transform: scale(1) translateY(0);
}
.mb-element-product-style12 .item-product {
  margin: 0 15px 30px!important;
}
.mb-element-product-style12 .pop-countdown {
  z-index: 1;
}
.mb-element-product-style12 .cat-name a {
  display: inline-block;
}
.mb-element-product-style12 .cat-name a:after {
  background: #ccc;
  content: '';
  height: 10px;
  width: 1px;
  display: inline-block;
  margin-left: 4px;
}
.mb-element-product-style12 .cat-name a:last-child:after {
  display: none;
}
.mb-element-product-style12 div.product span.price {
  font-size: 18px;
}
.product-box8 {
  margin-bottom: 0px;
}
.mb-element-product-style14 .content-product14 {
  display: flex;
}
.mb-element-product-style14 .banner-text {
  float: left;
}
.mb-element-product-style14 .mb-product14 {
  float: left;
  width: 75%;
}
.mb-element-product-style14 .mb-product14 .item-product2 {
  width: 100%;
}
.mb-element-product-style14 .group-navi .owl-buttons {
  position: absolute;
  right: auto;
  top: 1px;
  width: 42px;
  left: -43px;
  margin: auto;
  z-index: 13;
}
.mb-element-product-style14 .owl-theme .owl-controls .owl-buttons div {
  width: 20px;
  height: 20px;
  line-height: 20px;
  opacity: 1;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
  border-radius: inherit;
  color: #58c56f;
  font-size: 14px;
  position: absolute;
  top: 50%;
  background: #fff;
  z-index: 9;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.mb-element-product-style14 .owl-theme .owl-controls .owl-buttons div i::before {
  line-height: 20px;
}
.mb-element-product-style14 .box-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mb-element-product-style14 .mb-wishlist span,
.mb-element-product-style14 .mb-compare span {
  /* display: none;*/
}
.new-arr.mb-element-product-style14 {
  background: transparent;
}
.box-right.mb-element-product-style14 .group-navi .owl-buttons {
  right: -43px;
  left: auto;
}
.list-product-adv.new-arr.box-right .banner-text::after {
  left: -10px;
  right: auto;
  content: "\f0d9";
}
.mb-element-product-style14.width50 .mb-product14,
.mb-element-product-style14.width50.new-arr .banner-text {
  width: 50%;
}
.list-product-adv.width25 .banner-advts {
  width: 25%;
}
.mb-element-product-style15 .mb-wishlist span,
.mb-element-product-style15 .mb-compare span {
  /*  display: none;*/
}
.mb-element-product-style15 a.add_to_cart_button {
  display: inline-block;
  transform: none;
  -webkit-transform: none;
  margin: 0px 8px 0;
}
.mb-element-product-style15 .item-product-type .product-price ins {
  display: inline-block;
}
.mb-element-product-style15 .item-product-type.table {
  margin-bottom: 30px;
}
.mb-element-product-style16 div.product {
  margin-bottom: 30px;
}
.mb-element-product-style16 .product-thumb-link::before {
  background: transparent;
}
.mb-element-product-style16 .product-extra-link a.added:after {
  position: absolute;
  margin: 0px;
  font-size: 14px;
  top: -5px;
}
.mb-element-product-style16 .product-extra-link a.wc-forward {
  display: none;
}
.mb-element-product-style16 a.add_to_cart_button {
  display: inline-block;
  transform: none;
  -webkit-transform: none;
}
.mb-element-product-style16 .product-info {
  z-index: 10;
}
.mb-element-product-style17 .item-product-grid .product-thumb-cha {
  overflow: visible;
  z-index: 10;
}
.mb-element-product-style17 .item-product-grid .product-thumb-cha:hover .product-extra-link.style2 {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  opacity: 1;
}
.mb-element-product-style17 .item-product-grid .product-extra-link.style2 {
  z-index: 12;
}
.mb-element-product-style17 .product-label2 {
  z-index: 12;
}
.mb-element-product-style17 .item-product-grid .product-label2 {
  top: 11px;
  left: 11px;
}
.mb-element-product-style17 .link-addcart-detail .wc-forward {
  display: none;
}
.mb-element-product-style17 .link-addcart-detail .mb-addcart-link-list {
  background: #000;
}
.mb-element-product-style17 .link-btn.link-arrow.mb-addcart-link-list {
  margin: 0px;
  display: block;
  color: #fff;
  border: none;
}
.mb-element-product-style17 .product-slider5 .item-product-grid.box-share-off::before {
  bottom: -30px;
}
.detail-tab-info .table {
  border: none;
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.shop-content .col-md-12 .mb-detail-product-default .detail-info {
  margin-left: 30px;
}
.mb-element-product-style4 .mb-label-product-element {
  left: 10px;
  top: 10px;
}
.hide-mask-img-true a.product-thumb-link::before {
  display: none;
}
.tech-intro .title30 i {
  font-size: 60px;
  position: absolute;
  left: 0;
  top: 3px;
  color: #58c56f;
}
.download-catalog-button .title18 {
  height: 50px;
  line-height: 50px;
  background: #000;
  padding: 0 100px;
  color: #fff;
  display: inline-block;
}
.download-catalog-button .title18 .fa {
  font-size: 30px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.vc-question-box3 .round-arrow {
  margin: 0 0 0 170px;
  vertical-align: middle;
}
.vc-question-box3 p,
.vc-question-box3 h2 {
  display: inline-block;
}
.mb-element-product-style18 a.add_to_cart_button {
  transform: none;
  -webkit-transform: none;
  display: inline-block;
  margin: 0 8px;
}
.menu-header4-custom .fixed-ontop {
  background: #002776;
}
.menu-header4-custom .fixed-ontop .main-nav.main-nav4 > ul > li > a {
  color: #fff;
}
.element-product-style8 {
  margin-bottom: 0px;
}
.menu-home6-custom .main-nav1 > ul > li > a {
  color: #fff;
}
.menu-home6-custom .fixed-ontop {
  background: #313131;
}
.font-light-span span {
  font-family: 'Raleway', sans-serif;
}
.element-categories-style2,
.shop-gallery8 {
  margin-bottom: 0px;
}
.list-mini-cart-item {
  max-height: 205px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 10px;
}
.list-mini-cart-item .product-mini-cart {
  margin-bottom: 20px!important;
}
.list-mini-cart-item .product-mini-cart .product-price span {
  color: #58c56f;
  font-weight: 700;
  font-size: 18px;
}
.list-mini-cart-item .product-mini-cart .product-thumb {
  position: relative;
}
.list-mini-cart-item .product-mini-cart .product-thumb .remove {
  position: absolute;
  top: 3px;
  left: 0px;
  display: none;
  border-radius: 0px;
  z-index: 9;
}
.list-mini-cart-item .product-mini-cart:hover .remove {
  display: block;
}
.list-mini-cart-item .product-mini-cart .mini-cart-qty {
  display: inline-block;
}
.list-mini-cart-item .product-mini-cart .mini-cart-qty span {
  font-weight: 400;
}
.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(#58c56f), to(#58c56f), color-stop(0.6, #58c56f));
}
.mb-testimo-style2 {
  padding: 0px;
  margin-bottom: 0px;
}
section.error-404 {
  margin-bottom: 30px;
}
.error-404 .search-widget .btn-search {
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  vertical-align: top;
  color: #333;
  background: #fff;
  border: 1px solid #000;
}
.error-404 .search-widget .btn-search:after {
  content: "\f30f";
  font-family: "ionicons";
  margin-left: 8px;
  font-weight: 400;
}
.error-404 .search-widget .btn-search:hover {
  color: #fff;
  border-color: #58c56f;
  background: #58c56f;
}
.error-404 .search-widget .form-control {
  height: 40px;
}
.widget_s7upf_bloglistpostswidget .widget-post-list li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 17px;
  margin-bottom: 20px;
}
.widget_s7upf_bloglistpostswidget .widget-post-list li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.media_single .video_host_media {
  width: 100%;
}
.video_host_media {
  width: 100%;
}
.woocommerce.widget_price_filter form {
  border: 1px solid #e5e5e5;
  padding: 20px;
}
.woocommerce.widget_price_filter form .button {
  border: none;
  color: #fff;
  padding: 8px 15px;
  background: #58c56f;
  border-radius: 0px;
  font-weight: 400;
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
  background-color: #e8e8e8;
}
.woocommerce.widget_price_filter .ui-slider-horizontal {
  height: 1px;
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  top: -6px;
  border-radius: 0px;
  border: none;
  background: #58c56f;
}
.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #58c56f;
  margin-bottom: 20px;
}
.woocommerce.widget_layered_nav_filters > ul,
.woocommerce.widget_top_rated_products > ul,
.woocommerce.widget_recent_reviews > ul,
.woocommerce.widget_rating_filter > ul,
.woocommerce.widget_layered_nav > ul,
.woocommerce.widget_products > ul,
.woocommerce.widget_recently_viewed_products > ul {
  border: 1px solid #e5e5e5;
  padding: 20px;
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
  border: 1px solid #e5e5e5;
  padding: 20px;
}
.woocommerce.widget_shopping_cart .mini-cart-button .shop-button {
  padding: 0px 20px;
}
.woocommerce.widget_product_search form {
  position: relative;
}
.woocommerce.widget_product_search .search-field {
  box-shadow: none;
  margin-bottom: 0;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  padding-right: 75px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-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.widget_product_search input[type=submit] {
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  background: #58c56f;
  color: #fff;
  border-radius: 0px;
}
.tagcloud a {
  padding: 2px 8px;
  border: 1px solid #eee;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block;
  font-size: 14px!important;
}
.tagcloud a:hover {
  background: #58c56f;
  color: #fff;
  border-color: #58c56f;
}
.woocommerce .star-rating {
  color: #FAC441;
  font-size: 11px;
}
.widget.yith-woocompare-widget a.compare {
  border: 1px solid #58c56f;
  border-radius: 0px;
  font-weight: 400;
  padding: 8px 10px;
  color: #58c56f;
  background: #fff;
}
.widget.yith-woocompare-widget a.compare:hover {
  background: #58c56f;
  color: #fff;
}
.class_white_bg_color {
  border: 1px solid #e5e5e5;
}
.style-attribute-type-image a {
  width: 50px;
  height: 50px;
  border-radius: 8px;
}
.style-attribute-type-image a img {
  border-radius: 8px;
}
.style-attribute-type-image a:after {
  display: none;
}
.style-attribute-type-label a {
  border: 1px solid #e5e5e5;
  text-align: center;
  width: auto;
  height: auto;
  padding: 0px 8px;
}
.style-attribute-type-label a:after {
  display: none;
}
.style-attribute-type-label a:active {
  color: #58c56f;
}
.mb-filer-selection .current-category .remover {
  float: right;
}
.mb-filer-selection .range-filter .btn-filter-price {
  line-height: 30px;
}
.widget_product_categories .product-categories li a {
  padding-left: 20px;
  position: relative;
}
.widget_product_categories .product-categories li a:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 5px;
  left: 0;
  border: 1px solid #e5e5e5;
  font-family: "ionicons";
  color: #fff;
  text-align: center;
  line-height: 10px;
  font-size: 16px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.widget_product_categories .product-categories li a:hover:before {
  content: "\f3fd";
  border-color: #58c56f;
  background: #58c56f;
}
h2.no-products {
  background: #F7F6F7;
  padding: 15px;
  border-top: 3px solid #58c56f;
  font-weight: 400;
  font-size: 14px;
  margin: 0px;
}
h2.no-products i {
  margin-right: 8px;
}
.widget_s7upf_list_products .woocommerce div.product span.price {
  font-size: 18px;
}
.widget_s7upf_list_products div.table .product-info .product-title {
  font-weight: 400;
}
body.single-product .shop-content {
  margin-top: 30px;
  margin-bottom: 0px;
}
.shop-content {
  margin-top: 30px;
}
.wrap-search-cart > li {
  z-index: 13;
}
.mb-element-product-megamenu .item-product-mega {
  padding: 0 0 20px;
  margin: 0 0px 20px;
}
.mb-element-product-megamenu .item-product-mega:nth-child(2n+1) {
  clear: both;
}
.mb-element-product-megamenu div.product span.price {
  font-size: 18px;
}
.mb-element-product-megamenu .product-title {
  font-weight: 400;
  padding-right: 15px;
}
.banner-slider11 .banner-info h2,
.banner-slider11 .banner-info strong,
.banner-slider11 .banner-info span,
.banner-slider11 .banner-info label {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}
.element-menu-style1 .main-nav > ul > li.active > a,
.element-menu-style1 .main-nav > ul > li.current-menu-ancestor > a {
  color: #58c56f;
}
.element-menu-style1 .main-nav > ul > li .sub-menu > li.active > a {
  background: #58c56f;
  color: #fff;
}
.element-menu-style1 .main-nav > ul > li .sub-menu > li.current-menu-parent > a {
  color: #58c56f;
}
.element-menu-style1 .main-nav > ul > li .sub-menu > li.current-menu-parent:hover > a {
  color: #fff;
}
.element-menu-style2 .main-nav > ul > li.active > a,
.element-menu-style2 .main-nav > ul > li.current-menu-ancestor > a {
  border-top: 1px solid #58c56f;
  border-bottom: 1px solid #58c56f;
}
.element-menu-style2 .main-nav > ul > li .sub-menu > li.active > a {
  background: #58c56f;
  color: #fff;
}
.element-menu-style2 .main-nav > ul > li .sub-menu > li.current-menu-parent > a {
  color: #58c56f;
}
.element-menu-style2 .main-nav > ul > li .sub-menu > li.current-menu-parent:hover > a {
  color: #fff;
}
.element-menu-style3 .main-nav > ul > li.active > a,
.element-menu-style3 .main-nav > ul > li.current-menu-ancestor > a {
  background: rgba(255, 255, 255, 0.1);
  color: #58c56f;
}
.element-menu-style3 .main-nav > ul > li .sub-menu > li.active > a {
  background: #58c56f;
  color: #fff;
}
.element-menu-style3 .main-nav > ul > li .sub-menu > li.current-menu-parent > a {
  color: #58c56f;
}
.element-menu-style3 .main-nav > ul > li .sub-menu > li.current-menu-parent:hover > a {
  color: #fff;
}
.element-menu-style3 .main-nav.main-nav4 > ul > li:hover > a {
  color: #58c56f;
}
.element-menu-style4 .main-nav > ul > li.active > a:before,
.element-menu-style4 .main-nav > ul > li.current-menu-ancestor > a:before {
  color: #58c56f;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.element-menu-style4 .main-nav > ul > li .sub-menu > li.active > a {
  background: #58c56f;
  color: #fff;
}
.element-menu-style4 .main-nav > ul > li .sub-menu > li.current-menu-parent > a {
  color: #58c56f;
}
.element-menu-style4 .main-nav > ul > li .sub-menu > li.current-menu-parent:hover > a {
  color: #fff;
}
.element-menu-style4 .main-nav.main-nav4 > ul > li:hover > a {
  color: #58c56f;
}
.single-share a:hover,
.mini-cart-button .shop-button {
  color: #fff;
}
.mb-element-product-style15 a.addcart-link {
  background: transparent;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #58c56f;
}
.mb-info-box-style5 a.shop-button:hover {
  color: #fff;
}
.fixed-ontop.main-header2 {
  padding: 5px 0;
}
.fixed-ontop.main-header2 .main-nav > ul > li.menu-item-has-children > .sub-menu {
  margin: 13px 0 0;
}
.paddingbottom700 {
  padding-bottom: 700px;
}
.item-product-type.item-new-product3 .product-thumb {
  margin: 0 0 17px;
}
.woocommerce form .form-row.create-account .input-checkbox {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
.woocommerce form .form-row.create-account span {
  display: inline-block;
  float: left;
}
.product-label .new-label {
  background: #60d2f3;
  padding: 0px 10px;
  color: #fff;
}
.product-label .sale-label {
  background: #58c56f;
  color: #fff;
  padding: 0px 10px;
}
.client-info1 {
  padding: 0px 15px;
}
.client-info1 li {
  color: #000000;
}
.client-info1 .desc p {
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  color: #000;
}
.mb-element-product-style7.woocommerce div.product .product-extra-link a {
  margin: 0px;
  display: inline-block;
  font-size: 18px;
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  transform: none;
  -webkit-transform: none;
  color: #fff;
  padding: 0px;
  background: transparent;
}
.mb-element-product-style18 .product-price ins {
  display: inline-block;
}
.addcart-link,
.mb-extra-link-type-grid .mb-wishlist,
.mb-element-product-style18 .mb-wishlist,
.mb-extra-link-type-grid .mb-compare,
.mb-element-product-style18 .mb-compare {
  position: relative;
}
.addcart-link span,
.mb-extra-link-type-grid .mb-wishlist span,
.mb-element-product-style18 .mb-wishlist span,
.mb-extra-link-type-grid .mb-compare span,
.mb-element-product-style18 .mb-compare span {
  display: block;
  position: absolute;
  width: 80px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  top: 0;
  margin-top: -30px;
  left: 50%;
  margin-left: -40px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.addcart-link span:before,
.mb-extra-link-type-grid .mb-wishlist span:before,
.mb-element-product-style18 .mb-wishlist span:before,
.mb-extra-link-type-grid .mb-compare span:before,
.mb-element-product-style18 .mb-compare span:before {
  font-family: fontAwesome;
  content: "\f0d7";
  color: #333;
  position: absolute;
  bottom: -15px;
  top: auto;
  left: 50%;
  margin-left: -4px;
}
.addcart-link:hover span,
.mb-extra-link-type-grid .mb-wishlist:hover span,
.mb-element-product-style18 .mb-wishlist:hover span,
.mb-extra-link-type-grid .mb-compare:hover span,
.mb-element-product-style18 .mb-compare:hover span {
  visibility: inherit;
  opacity: 1;
}
.mb-element-product-style9 .product-info .product-title {
  margin: 0 0 10px;
}
.mb-element-product-style9 .product-info .product-price {
  margin: 10px -2px 7px;
}
.mb-element-product-style9 .product-info .product-price > .price {
  display: block;
}
.mb-element-product-style9 .product-info .product-price ins {
  display: inline-block;
}
.mb-element-product-style9 .product-info .product-extra-link {
  text-align: center;
}
.element-product-style8 .product-extra-link .addcart-link span {
  bottom: 100%;
  top: auto;
}
.element-product-style8 .product-extra-link .addcart-link span:before {
  content: "\f0d7";
  top: auto;
  bottom: -15px;
}
.mb-mailchimp-style3 li {
  margin: 0 10px;
}
.mb-element-product-style12 .mb-wishlist span {
  display: none;
}
.mb-element-product-style12 .quickview-link {
  z-index: 3;
}
.mb-element-product-style12 .product-extra-link7 .quickview-link {
  z-index: 3;
}
.mb-element-product-style12 .product-extra-link7 .quickview-link span {
  display: block;
  position: absolute;
  width: 80px;
  height: auto;
  line-height: 25px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  top: 7px;
  left: 80px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.mb-element-product-style12 .product-extra-link7 .quickview-link span:before {
  font-family: fontAwesome;
  content: "\f0d9";
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -4px;
}
.mb-element-product-style12 .product-extra-link7 .quickview-link:hover span {
  visibility: inherit;
  opacity: 1;
}
.mb-element-product-style12 .product-extra-link7 .addcart-link {
  z-index: 2;
}
.mb-element-product-style12 .product-extra-link7 .addcart-link span {
  display: block;
  position: absolute;
  width: 80px;
  height: auto;
  line-height: 25px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  top: 47px;
  left: 100px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.mb-element-product-style12 .product-extra-link7 .addcart-link span:before {
  font-family: fontAwesome;
  content: "\f0d9";
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -4px;
}
.mb-element-product-style12 .product-extra-link7 .addcart-link:hover span {
  visibility: inherit;
  opacity: 1;
}
.mb-element-product-style12 .product-extra-link7 .mb-compare {
  z-index: 1;
}
.mb-element-product-style12 .product-extra-link7 .mb-compare span {
  display: block;
  position: absolute;
  width: 80px;
  height: auto;
  line-height: 25px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  top: 7px;
  left: 43px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.mb-element-product-style12 .product-extra-link7 .mb-compare span:before {
  font-family: fontAwesome;
  content: "\f0d9";
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -4px;
}
.mb-element-product-style12 .product-extra-link7 .mb-compare:hover span {
  visibility: inherit;
  opacity: 1;
}
.mb-element-product-style11 .product-extra-link7 .mb-wishlist,
.mb-element-product-style19 .product-extra-link7 .mb-wishlist,
.mb-element-product-style20 .product-extra-link7 .mb-wishlist {
  z-index: 3;
}
.mb-element-product-style11 .product-extra-link7 .mb-wishlist span,
.mb-element-product-style19 .product-extra-link7 .mb-wishlist span,
.mb-element-product-style20 .product-extra-link7 .mb-wishlist span {
  display: block;
  position: absolute;
  width: 80px;
  height: auto;
  line-height: 25px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  top: 7px;
  left: 43px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.mb-element-product-style11 .product-extra-link7 .mb-wishlist span:before,
.mb-element-product-style19 .product-extra-link7 .mb-wishlist span:before,
.mb-element-product-style20 .product-extra-link7 .mb-wishlist span:before {
  font-family: fontAwesome;
  content: "\f0d9";
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -4px;
}
.mb-element-product-style11 .product-extra-link7 .mb-wishlist:hover span,
.mb-element-product-style19 .product-extra-link7 .mb-wishlist:hover span,
.mb-element-product-style20 .product-extra-link7 .mb-wishlist:hover span {
  visibility: inherit;
  opacity: 1;
}
.mb-element-product-style11 .product-extra-link7 .addcart-link,
.mb-element-product-style19 .product-extra-link7 .addcart-link,
.mb-element-product-style20 .product-extra-link7 .addcart-link {
  z-index: 2;
}
.mb-element-product-style11 .product-extra-link7 .addcart-link span,
.mb-element-product-style19 .product-extra-link7 .addcart-link span,
.mb-element-product-style20 .product-extra-link7 .addcart-link span {
  display: block;
  position: absolute;
  width: 80px;
  height: auto;
  line-height: 25px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  top: 47px;
  left: 100px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.mb-element-product-style11 .product-extra-link7 .addcart-link span:before,
.mb-element-product-style19 .product-extra-link7 .addcart-link span:before,
.mb-element-product-style20 .product-extra-link7 .addcart-link span:before {
  font-family: fontAwesome;
  content: "\f0d9";
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -4px;
}
.mb-element-product-style11 .product-extra-link7 .addcart-link:hover span,
.mb-element-product-style19 .product-extra-link7 .addcart-link:hover span,
.mb-element-product-style20 .product-extra-link7 .addcart-link:hover span {
  visibility: inherit;
  opacity: 1;
}
.mb-element-product-style11 .product-extra-link7 .mb-compare,
.mb-element-product-style19 .product-extra-link7 .mb-compare,
.mb-element-product-style20 .product-extra-link7 .mb-compare {
  z-index: 1;
}
.mb-element-product-style11 .product-extra-link7 .mb-compare span,
.mb-element-product-style19 .product-extra-link7 .mb-compare span,
.mb-element-product-style20 .product-extra-link7 .mb-compare span {
  display: block;
  position: absolute;
  width: 80px;
  height: auto;
  line-height: 25px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  top: 7px;
  left: 43px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.mb-element-product-style11 .product-extra-link7 .mb-compare span:before,
.mb-element-product-style19 .product-extra-link7 .mb-compare span:before,
.mb-element-product-style20 .product-extra-link7 .mb-compare span:before {
  font-family: fontAwesome;
  content: "\f0d9";
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -4px;
}
.mb-element-product-style11 .product-extra-link7 .mb-compare:hover span,
.mb-element-product-style19 .product-extra-link7 .mb-compare:hover span,
.mb-element-product-style20 .product-extra-link7 .mb-compare:hover span {
  visibility: inherit;
  opacity: 1;
}
.mb-element-product-style10 .product-extra-link3 .mb-compare span,
.mb-element-product-style10 .product-extra-link3 .mb-wishlist span,
.mb-element-product-style10 .product-extra-link3 .quickview-link span {
  display: block;
  position: absolute;
  width: 80px;
  height: auto;
  line-height: 25px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  top: 0;
  margin-top: -30px;
  left: 50%;
  margin-left: -40px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.mb-element-product-style10 .product-extra-link3 .mb-compare span:before,
.mb-element-product-style10 .product-extra-link3 .mb-wishlist span:before,
.mb-element-product-style10 .product-extra-link3 .quickview-link span:before {
  font-family: fontAwesome;
  content: "\f0d7";
  color: #333;
  position: absolute;
  bottom: -15px;
  top: auto;
  left: 50%;
  margin-left: -4px;
}
.mb-element-product-style10 .product-extra-link3 .mb-compare:hover span,
.mb-element-product-style10 .product-extra-link3 .mb-wishlist:hover span,
.mb-element-product-style10 .product-extra-link3 .quickview-link:hover span {
  visibility: inherit;
  opacity: 1;
}
.quickview-link span {
  display: block;
  position: absolute;
  width: 80px;
  height: auto;
  line-height: 25px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  top: 0;
  margin-top: -30px;
  left: 50%;
  margin-left: -40px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.quickview-link span:before {
  font-family: fontAwesome;
  content: "\f0d7";
  color: #333;
  position: absolute;
  bottom: -15px;
  top: auto;
  left: 50%;
  margin-left: -4px;
}
.quickview-link:hover span {
  visibility: inherit;
  opacity: 1;
}
.mb-element-product-style2 .mb-extra-link-type-grid a span,
.mb-element-product-style1 .mb-extra-link-type-grid a span {
  right: -21px;
  left: auto;
}
.mb-element-product-style2 .mb-extra-link-type-grid a span:before,
.mb-element-product-style1 .mb-extra-link-type-grid a span:before {
  right: 25px;
  left: auto;
}
.mb-element-product-style15 a.addcart-link:hover {
  background: transparent;
}
.mb-element-product-style15 .product-extra-link4 .mb-compare,
.mb-element-product-style15 .product-extra-link4 .mb-wishlist {
  position: relative;
}
.mb-element-product-style15 .product-extra-link4 .mb-compare span,
.mb-element-product-style15 .product-extra-link4 .mb-wishlist span {
  display: block;
  position: absolute;
  width: 80px;
  height: auto;
  line-height: 25px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  top: 0;
  margin-top: -30px;
  left: 50%;
  margin-left: -40px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.mb-element-product-style15 .product-extra-link4 .mb-compare span:before,
.mb-element-product-style15 .product-extra-link4 .mb-wishlist span:before {
  font-family: fontAwesome;
  content: "\f0d7";
  color: #333;
  position: absolute;
  bottom: -15px;
  top: auto;
  left: 50%;
  margin-left: -4px;
}
.mb-element-product-style15 .product-extra-link4 .mb-compare:hover span,
.mb-element-product-style15 .product-extra-link4 .mb-wishlist:hover span {
  visibility: inherit;
  opacity: 1;
}
.mb-element-product-style14 .mb-compare,
.mb-element-product-style14 .mb-wishlist,
.mb-element-product-style14 .quickview-link,
.mb-element-product-style14 .addcart-link {
  position: relative;
}
.mb-element-product-style14 .mb-compare span,
.mb-element-product-style14 .mb-wishlist span,
.mb-element-product-style14 .quickview-link span,
.mb-element-product-style14 .addcart-link span {
  display: block;
  position: absolute;
  width: 80px;
  height: auto;
  line-height: 25px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  top: 0;
  margin-top: -30px;
  right: -21px;
  left: auto;
  margin-left: -40px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.mb-element-product-style14 .mb-compare span:before,
.mb-element-product-style14 .mb-wishlist span:before,
.mb-element-product-style14 .quickview-link span:before,
.mb-element-product-style14 .addcart-link span:before {
  font-family: fontAwesome;
  content: "\f0d7";
  color: #333;
  position: absolute;
  bottom: -15px;
  top: auto;
  right: 25px;
  left: auto;
  margin-left: -4px;
}
.mb-element-product-style14 .mb-compare:hover span,
.mb-element-product-style14 .mb-wishlist:hover span,
.mb-element-product-style14 .quickview-link:hover span,
.mb-element-product-style14 .addcart-link:hover span {
  visibility: inherit;
  opacity: 1;
}
.mb-element-product-style12 .item-product .mb-wishlist span {
  display: none;
}
.woocommerce .summary .detail-full-gallery .bx-wrapper {
  padding-left: 90px;
}
.woocommerce .summary .detail-full-gallery .bx-pager {
  height: 100%;
  overflow-y: auto;
  top: 0;
  right: auto;
}
.woocommerce .summary .detail-full-gallery .bx-pager::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.woocommerce .summary .detail-full-gallery .bx-pager::-webkit-scrollbar {
  width: 0px;
  background-color: #F5F5F5;
}
.woocommerce .summary .detail-full-gallery .bx-pager::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#58c56f), to(#58c56f), color-stop(0.6, #58c56f));
}
.woocommerce .summary .detail-full-gallery .product-label2 {
  left: auto;
  right: 0;
}
.woocommerce .summary .detail-full-gallery a.bx-prev {
  left: 90px;
}
.woocommerce .summary .detail-full-gallery a.bx-next {
  right: 0;
}
.detail-full-gallery {
  margin-right: 0px;
  padding-right: 0px;
}
.detail-full-gallery .bx-wrapper {
  padding-left: 90px;
}
.detail-full-gallery .bx-pager {
  height: 100%;
  overflow-y: auto;
  top: 0;
  right: auto;
}
.detail-full-gallery .bx-pager::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.detail-full-gallery .bx-pager::-webkit-scrollbar {
  width: 0px;
  background-color: #F5F5F5;
}
.detail-full-gallery .bx-pager::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#58c56f), to(#58c56f), color-stop(0.6, #58c56f));
}
.detail-full-gallery .product-label2 {
  left: auto;
  right: 0;
}
.detail-full-gallery a.bx-prev {
  left: 90px;
}
.detail-full-gallery a.bx-next {
  right: 0;
}
.detail-related-slider .link-addcart-detail > div {
  display: inline-block;
}
.st-default article.page {
  margin-bottom: 30px;
}
.search-cat5 .dropdown-list li a {
  padding: 5px 10px;
  height: auto;
  line-height: normal;
}
.banner-page .banner-info {
  height: 50px;
}
.banner-page .banner-info .bread-crumb strong {
  display: block;
  margin: 0px;
  margin-top: 10px;
}
.item-post-list .post-date-comment {
  margin-bottom: 10px;
}
/*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 {
  position: absolute;
  background: #58c56f;
  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.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_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: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0px 3px 3px 0px;
}
#widget_indexdm_color.active {
  left: 0;
}
.img-demo {
  background-position: center top;
  display: none;
}
#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: 500;
  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;
  font-weight: 600;
  margin-left: 28px;
  display: inline-block;
}
.choose-main-color .list-main-color li.active .styleswitch:before {
  position: absolute;
  content: "\f3fd";
  color: #fff;
  font-size: 30px;
  font-family: "ionicons";
  left: 4px;
  top: -5px;
  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*/
.mb-element-product-style3 div.product {
  transition: all 0.5s ease-out 0s;
}
.mb-element-product-style3 div.product:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.mb-element-product-style5 div.product,
.mb-element-product-style15 div.product {
  margin-bottom: 60px;
  transition: all 0.5s ease-out 0s;
}
.mb-element-product-style5 div.product:hover,
.mb-element-product-style15 div.product:hover {
  box-shadow: 0px 0px 9px 0 rgba(0, 0, 0, 0.1);
}
.detail-related .item-product-grid .product_type_variable:after,
.detail-related .item-product-grid .product_type_grouped :after {
  display: none;
}
.banner-slider2 .prev:hover,
.banner-slider2 .next:hover {
  width: auto;
  height: 100px;
}
.mb-blog-style4 {
  margin-bottom: 0px;
  padding: 0 15px;
}
.mb-element-product-style15 .owl-buttons {
  position: absolute;
  top: -60px;
  right: 55px;
}
.mb-element-product-style15 .owl-theme .owl-controls .owl-buttons div.owl-next {
  left: 0;
  right: auto;
  background: #fff;
  color: #002776;
  border: 1px solid #e5e5e5;
}
.mb-element-product-style15 .owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: 2px;
  left: auto;
  background: #fff;
  color: #002776;
  border: 1px solid #e5e5e5;
}
.search-form-hover {
  padding-right: 0px;
}
.search-form-hover > input[type="text"] {
  padding-right: 100px;
}
.search-form-hover .list-product-search {
  margin-top: 10px;
}
.search-form-hover .list-product-search p {
  margin-bottom: 0px;
}
.live-search-on .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-on .list-product-search::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.live-search-on .list-product-search::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4D9C41), to(#58c56f), color-stop(0.6, #54DE5D));
}
.live-search-on .list-product-search.fancybox-margin {
  margin-right: auto;
}
.live-search-on .list-product-search {
  overflow: visible;
  max-height: 250px;
  overflow-y: auto;
}
.live-search-on .list-product-search .item-search-pro {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0px;
  clear: both;
  display: table;
  margin: 0;
  width: 360px;
}
.live-search-on .list-product-search .item-search-pro .product-thumb {
  width: 90px;
  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-on .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-on .list-product-search .item-search-pro .product-thumb:hover .quickview-link {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.live-search-on .list-product-search .item-search-pro .product-info {
  padding-left: 20px;
  display: table-cell;
  vertical-align: top;
  text-align: left;
  width: 100%;
}
.live-search-on .list-product-search .item-search-pro .product-info .product-title {
  margin: 0 0 7px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 23px;
}
.live-search-on .list-product-search .item-search-pro .product-info .product-price {
  color: #58c56f;
  font-size: 18px;
}
.live-search-on .list-product-search .item-search-pro .product-info .product-price del {
  font-size: 14px;
  color: #999;
}
body.browserIE .item-slider.item-slider1 .banner-info {
  height: auto;
}
.mb-social-style3 {
  margin-top: 15px;
}
.mb-brand-style1 {
  background: #fff;
}
.inner-subcribe10 .contact-form .list-inline-block input[type="email"] {
  padding: 0 10px 0 45px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  color: #fff;
}
.inner-subcribe10 .contact-form .list-inline-block input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.inner-subcribe10 .contact-form .list-inline-block input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.inner-subcribe10 .contact-form .list-inline-block input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.inner-subcribe10 .contact-form .list-inline-block input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.inner-subcribe10 .contact-form .contact-mail {
  margin: 0px;
}
.z-index1 {
  z-index: 1;
}
.inner-subcribe10 p.desc-mailchimp {
  margin: 10px 0 30px;
}
.mb-element-product-style19 .btn-arrow:hover {
  background: #58c56f;
  border-color: #58c56f;
}
.banner-slider11.banner-slider {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.banner-adv11.position-right .banner-info {
  left: auto;
  right: 80px;
  text-align: right;
}
.item-ads11 .left-info.banner-info {
  left: auto;
  right: 50%;
}
.item-service4 {
  margin-bottom: 30px;
}
.item-service4 .service-icon {
  display: inline-block;
  border-radius: 50%;
  font-size: 60px;
}
.item-service4 .service-icon:hover {
  color: #fff;
}
.item-service4 .service-icon.shapes {
  width: 200px;
  height: 200px;
  line-height: 200px;
  position: relative;
  overflow: hidden;
}
.item-service4 .service-icon.shapes {
  background: #F72894;
  background: -webkit-linear-gradient(#f72894, #ffffff);
  background: -o-linear-gradient(#f72894, #ffffff);
  background: -moz-linear-gradient(#f72894, #ffffff);
  background: linear-gradient(#f72894, #ffffff);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.item-service4 .service-icon.shapes .fa {
  position: relative;
  z-index: 10;
}
.item-service4 .service-icon.shapes::after {
  width: 0;
  height: 0;
  border-left: 130px solid transparent;
  border-right: 130px solid transparent;
  border-bottom: 100px solid #F72894;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -30px;
  content: "";
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-service4 .service-icon.shapes:hover::after {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.item-service4 .title18 {
  margin: 22px 0 7px;
}
.element-product-style8.woocommerce div.product .product-info span.price,
.woocommerce.element-product-style8 div.product .product-info span.price del {
  color: #fff;
}
.element-product-style8 .item-product-mason .product-extra-link7 > a.addcart-link {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 18px;
  color: #333;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  height: 56px;
  line-height: 56px;
  width: 56px;
  transform: none!important;
  -webkit-transform: none!important;
  opacity: 1;
  margin: 0 5px;
  position: relative;
  display: inline-block;
}
.element-product-style8 .product-thumb .product-extra-link7 > a {
  position: relative;
}
.product-extra-link7 a span {
  position: absolute;
  width: 80px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  top: 0;
  margin-top: -30px;
  left: 50%;
  margin-left: -40px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.product-extra-link7 a span:before {
  font-family: fontAwesome;
  content: "\f0d7";
  color: #333;
  position: absolute;
  bottom: -15px;
  top: auto;
  left: 50%;
  margin-left: -4px;
}
.product-extra-link7 a:hover span {
  opacity: 1;
  visibility: visible;
}
.element-product-style8 .quickview-link span {
  display: none;
}
.element-product-style8 .product .product-extra-link7 a.button.loading::after {
  right: 0px;
  top: 0px;
  font-size: 56px;
}
.element-product-style8 .product .product-extra-link7 .wc-forward {
  display: none;
}
.element-product-style8 .product .product-extra-link7 a.button.added::after {
  margin: 0px;
  position: absolute;
  top: -15px;
  right: 0px;
  color: #58c56f;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.banner-style-7 {
  margin-bottom: 0px;
}
.features-list .mb-service-style1 {
  position: relative;
  clear: both;
  margin-bottom: 20px;
  height: 100px;
}
.features-list .mb-service-style1 .service-thumb {
  position: absolute;
}
.features-list .mb-service-style1 .service-info {
  padding: 3px 0px 0px 119px;
  text-align: left;
}
.main-nav.main-nav12 > ul > li.active > a,
.main-nav.main-nav12 > ul > li.current-menu-ancestor > a,
.main-nav.main-nav10 > ul > li.active > a,
.main-nav.main-nav10 > ul > li.current-menu-ancestor > a {
  color: #58c56f;
}
.main-nav.main-nav11 > ul > li.active,
.main-nav.main-nav11 > ul > li.current-menu-ancestor {
  background: rgba(255, 255, 255, 0.1);
}
.main-nav.main-nav11 > ul > li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.main-nav.main-nav11 > ul > li:hover > a {
  color: #fff;
}
.main-nav > ul > li .sub-menu > li.active > a,
.main-nav > ul > li .sub-menu > li.current-menu-ancestor > a {
  background: #58c56f;
  color: #fff;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}
.banner-advts.hand-made .banner-info {
  position: absolute;
}
.banner-slider1-custom .banner-info .botton-line {
  position: relative;
  padding-bottom: 30px;
}
.banner-slider1-custom .banner-info .botton-line:after {
  content: '';
  height: 1px;
  background: #fff;
  width: 100px;
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 50%;
  margin-left: -50px;
}
.banner-slider1-custom .banner-info h2 {
  margin-bottom: 30px;
  line-height: 44px;
}
.banner-slider1-custom .banner-info h3 {
  margin-bottom: 30px;
}
.banner-slider1-custom .banner-info a.btn-arrow {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  padding: 0 20px;
  vertical-align: top;
  color: #fff;
}
.banner-slider1-custom .banner-info a.btn-arrow:hover {
  background: #58c56f;
  border-color: #58c56f;
}
.banner-slider1-custom .bx-pager {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 111;
}
.banner-slider1-custom .bx-pager a {
  margin: 0 3px;
  position: relative;
  display: inline-block;
  width: 56px;
  padding: 4px;
  border: 1px solid transparent;
}
.banner-slider1-custom .bx-pager a.active:after {
  content: "\f0d8";
  font-family: fontAwesome;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 50px;
  margin-left: -4px;
}
.banner-slider1-custom .bx-pager a.active {
  border-color: #fff;
}
.item-adv10 .banner-info .title24::after {
  position: absolute;
  height: 1px;
  width: 50px;
  content: "";
  background: #fff;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
}
.item-adv10 .banner-info .title24 {
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.mb-banner-style10 .banner-info .btn-arrow {
  color: #fff;
}
.mb-banner-style10 .banner-info .title18 {
  margin-bottom: 20px;
}
.mb-element-product-style19 .title-tab10 .list-inline-block li {
  margin: 0px;
}
.mb-element-product-style19 .title-tab10 .list-inline-block li a {
  height: 40px;
  line-height: 40px;
  border-width: 1px;
  border-style: solid;
  padding: 0 20px;
  vertical-align: top;
}
.mb-element-product-style19 .title-tab10 .list-inline-block li a:hover {
  color: #fff;
}
.mb-element-product-style19 .title-tab10 .list-inline-block li.active a {
  color: #fff;
}
.mb-element-product-style19 .product-price .amount {
  font-weight: 700;
  color: #f42892;
}
.mb-element-product-style19 .product-price del .amount {
  font-weight: 100;
  color: #333;
}
.mb-element-product-style19 .btn-arrow {
  color: #fff;
}
.mb-blog-style7 .post-info h3 {
  margin-top: 20px;
  margin-bottom: 30px;
  letter-spacing:2px;
  line-height:22px;
}
.banner-slider11.banner-slider .banner-info {
  height: 250px;
}
.banner-slider11 .owl-theme .owl-controls .owl-buttons .owl-prev {
  background: #fff;
  border: 1px solid #333;
  left: 20px;
  color: #333;
}
.banner-slider11 .owl-theme .owl-controls .owl-buttons .owl-next {
  background: #fff;
  border: 1px solid #333;
  right: 20px;
  color: #333;
}
.banner-slider11 .owl-theme .owl-controls .owl-pagination {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 40px;
  margin-top: 0px;
}
.item-ads11 {
  position: relative;
}
.item-ads11 .info-ads11 {
  position: absolute;
  z-index: 1;
}
.banner-slider1-custom .bx-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  margin-top: -25px;
  z-index: 111;
}
.banner-slider1-custom .bx-next {
  z-index: 111;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
}
.mb-social-style3 li a:hover {
  color: #fff;
}
.mb-element-product-style19 .product-price {
  min-height: 45px;
}
.mb-element-product-style20 .product-extra-link7 .mb-compare span,
.mb-element-product-style19 .product-extra-link7 .mb-compare span,
.mb-element-product-style11 .product-extra-link7 .mb-compare span {
  top: 35px;
  left: 80px;
}
.mb-element-product-style20 .product-extra-link7 .mb-wishlist span,
.mb-element-product-style19 .product-extra-link7 .mb-wishlist span,
.mb-element-product-style11 .product-extra-link7 .mb-wishlist span {
  top: 35px;
  left: 80px;
}
.mb-element-product-style20 .item-product .product-extra-link7 a.addcart-link,
.mb-element-product-style19 .item-product .product-extra-link7 a.addcart-link {
  padding: 0px;
}
.mb-element-product-style19 .quickview-link span,
.mb-element-product-style11 .quickview-link span {
  top: 50px;
  left: -40px;
}
.mb-element-product-style19 .quickview-link span:before,
.mb-element-product-style11 .quickview-link span:before {
  bottom: 0px;
  top: auto;
  left: auto;
  margin-left: -4px;
  content: "\f0da";
  right: -4px;
}
.mb_button_catalog.shop-button {
  background: #fff;
  color: #555;
  border: 1px solid #e5e5e5;
}
.mb_button_catalog.shop-button i {
  margin: 0px 5px;
}
.mb_button_catalog.shop-button:hover {
  border-color: #58c56f;
  color: #fff;
}
.hot-line {
  display: inline-block;
  padding: 10px 0px;
}
.hot-line a:hover {
  color: #fff;
}
.element-top-bar.top-header4 .dropdown-list {
  margin-top: 15px;
}
.comment-respond {
  margin-bottom: 20px;
  margin-top: 30px;
}
.st-default {
  margin-top: 30px;
}
.no-results .btn-search {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  vertical-align: top;
  border-radius: 0px;
  background: #fff;
  border: 1px solid #ccc;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.no-results .btn-search:after {
  content: "\f30f";
  font-family: "ionicons";
  margin-left: 8px;
  font-weight: 400;
}
.no-results .btn-search:hover {
  color: #fff;
  border-color: #58c56f;
  background: #58c56f;
}
.no-results .form-group {
  width: 50%;
  display: inline-block;
}
.no-results .form-group .form-control {
  height: 40px;
}
.not-found-header .page-title {
  font-size: 20px;
}
.post-date-comment i {
  margin-right: 5px;
}
.item-post-df {
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.item-post-df .post-info .desc {
  margin-top: 10px;
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.item-post-df .mb-media {
  padding-bottom: 10px;
}
.item-post-df .post-tag-author a {
  color: #999;
}
.item-post-df .post-tag-author a:hover {
  color: #58c56f;
}
.header-default .main-nav {
  margin-top: 0px;
  margin-right: 0px;
}
.header-default .main-header2 {
  padding: 0px;
}
.header-df .main-nav > ul > li.menu-item-has-children > a::after {
  display: none;
}
.header-df .main-nav > ul > li.menu-item-has-children > .sub-menu {
  margin-top: 0px;
}
.header-df .main-nav.main-nav11 > ul > li:last-child {
  border-right: none;
}
.header-df .logo-title {
  color: #fff;
  font-size: 30px;
  margin-top: 5px;
}
.detail-info .product-extra-link .single_add_to_cart_button span {
  top: 0;
}
.detail-info .mb-addcart-grouped .addcart-link {
  position: static;
}
.single-share .face {
  background: #4072BB;
}
.single-share .twitter {
  background: #29C5F6;
}
.single-share .google {
  background: #DD4A3A;
}
.content-list-post .item-post-list.item-post-df .post-thumb {
  display: block;
  text-align: center;
}
.content-list-post .item-post-list.item-post-df .post-thumb a {
  display: inline-block;
}
.list-cat-tags a {
  padding: 0px 10px 0 0;
  display: inline-block;
  color: #999;
}
.list-cat-tags a:hover {
  color: #58c56f;
}
.list-cat-tags.abc {
  padding: 0 0 0 15px;
}
.list-cat-tags.abc a:last-child {
  padding-right: 15px;
}
body.browserSafari .widget select {
  line-height: 40px;
  text-indent: 10px;
  -webkit-padding-start: 5px;
  -webkit-padding-end: 16px;
  -webkit-padding-before: 5px;
  -webkit-padding-after: 5px;
}
.post-date-comment .cat-style a,
.post-tag-author a {
  color: #999;
  margin: 0px 5px;
}
.post-date-comment .cat-style a:hover,
.post-tag-author a:hover {
  color: #58c56f;
}
.page-title-df {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 15px;
  border-left: 5px solid #555;
  background: #e9e9e9;
}
.post .post-tag-author {
  margin-bottom: 30px;
}
.logo img {
  margin-top: 5px;
}
body.woocommerce .main-content-shop {
  margin-bottom: 30px;
}
.woocommerce a.remove {
  border-radius: 5px;
  height: 25px;
  width: 25px;
}
.woocommerce .return-to-shop a.button {
  background: #58c56f;
  border-color: #58c56f;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
  vertical-align: top;
  margin: 0 3px;
  border-radius: 0px;
  transform: none;
  -webkit-transform: none;
}
/*update version 1.1*/
.box-profile .dropdown-list {
  right: -60px;
  left: auto;
}
body a.scroll-top {
  color: #fff;
}
.mb-icon-menu.fa {
  padding: 10px 5px;
}
/*update version 1.2*/
.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;
}
.style_gallery_vertical_on .gallery-control {
  left: 0;
  position: absolute;
  top: 0;
  width: 70px;
}
.gallery-control .carousel li {
  margin-bottom: 10px;
}
.gallery-control .carousel li a {
  display: block;
}
.detail-gallery {
  position: relative;
}
.style_gallery_vertical_on .gallery-control {
  left: 0;
  position: absolute;
  top: 0;
  width: 70px;
}
.style_gallery_vertical_on .gallery-control .carousel li {
  margin-bottom: 10px;
  float: none!important;
  width: 70px!important;
  height: 70px!important;
}
.gallery-control .carousel li a {
  display: block;
}
.style_gallery_vertical_off .carousel {
  margin: auto;
}
.style_gallery_vertical_off .gallery-control {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.style_gallery_vertical_off .gallery-control .carousel li {
  margin: 0px 5px;
  float: left;
  width: 70px!important;
  height: 70px!important;
}
.detail-gallery .gallery-control .carousel li a.active {
  border: 5px solid #e5e5e5;
}
.detail-gallery .control-button-gallery > a {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
  width: 30px;
  height: 30px;
  border: 1px solid #555;
  color: #555;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
}
.detail-gallery .control-button-gallery > a:hover {
  background: #58c56f;
  border-color: #58c56f;
  color: #fff;
}
.detail-gallery .control-button-gallery > a.mbprev {
  left: 0;
}
.detail-gallery .control-button-gallery > a.mbnext {
  right: 0;
}
.style_gallery_vertical_on .detail-gallery {
  padding-left: 80px;
}
.style_gallery_vertical_on .detail-gallery .control-button-gallery > a {
  top: auto;
  bottom: -50px;
}
.style_gallery_vertical_on .detail-gallery .control-button-gallery > a i {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  display: inline-block;
}
.intervale-10px {
  margin: 0px -5px;
}
.intervale-10px .item-product-mason {
  padding: 5px;
}
.mb-service-style4.custom-css .service-icon {
  background: #ccc;
}
.mb-service-style4.custom-css .service-icon:hover {
  background: #999;
}
.main-nav.main-nav12 > ul > li > a .mb-icon-menu {
  color: #fff;
}
.main-nav.main-nav12 > ul > li > a:hover .mb-icon-menu {
  color: #58c56f;
}
.element-product-style8 .item-product-mason .product-extra-link7 > a.addcart-link.product_type_external {
  padding: 0px;
}
.main-nav.main-nav12 > ul > li > a .mb-icon-menu {
  font-family: FontAwesome!important;
}
.mb-blog-default .post-thumb {
  margin-bottom: 20px;
}
.menu-home6-custom .header10 {
  background: transparent;
}
.menu-home6-custom .logo10 img {
  margin-top: 10px;
}
.border-white {
  border-color: #fff;
}
.header12 .fixed-ontop {
  background: #5c5858;
}
.header12 .fixed-ontop .logo.logo12 {
  margin-top: 0;
}
/*------------------- MEDIA ------------------------------*/
@media (min-width: 768px) {
  .main-nav > ul > li .sub-menu > li .mb-icon-menu {
    position: absolute;
    right: 10px;
    top: 0px;
  }
  /*.mb-icon-menu.fa{
    display: none;
  }*/
  .header-default .logo {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .content-list-post > .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
  .content-list-post > .col-sm-4:nth-child(3n+1) {
    clear: both;
  }
  .content-list-post > .col-sm-3:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .content-list-post > .col-md-2:nth-child(6n+1) {
    clear: both;
  }
  .content-list-post > .col-md-3:nth-child(4n+1) {
    clear: both;
  }
  .content-list-post > .col-md-4:nth-child(3n+1) {
    clear: both;
  }
  .content-list-post > .col-md-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 1440px) {
  .banner-slider8 .owl-pagination {
    bottom: 30px;
  }
}
@media (max-width: 1366px) {
  .item-slider8 .banner-info {
    padding-top: 18%;
  }
}
@media (max-width: 1200px) {
  .wrap-search-cart {
    margin: 23px 0px 0;
  }
}
@media (max-width: 1024px) {
  .banner-slider1-custom .banner-info {
    height: 350px;
  }
  .main-nav.main-nav11 {
    width: 100%;
  }
  .main-nav.main-nav4 > ul > li > a {
    height: 120px;
    line-height: 120px;
  }
  .vc-question-box3 .round-arrow {
    margin: 0px 10px;
  }
  .shop-gallery8 .item-gallery8 {
    width: 50%;
  }
  .see-new-collectd a {
    float: none!important;
    margin-top: 20px;
  }
  .see-new-collectd > .vc_column-inner {
    padding: 30px;
  }
  .main-nav > ul > li {
    margin: 0px 10px;
  }
}
@media (max-width: 1024px) {
  .parallax {
    background-attachment: inherit;
    background-size: cover;
  }
  .animate-background {
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 1023px) {
  .header-default .main-nav {
    text-align: left;
    margin-right: 0px;
  }
  .main-nav {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .main-nav.main-nav4 > ul > li > a {
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
  }
  .mb-logo-style3 {
    width: 100%;
    text-align: center;
  }
  .main-nav {
    width: 100%;
  }
  .shop-content .col-md-12 .mb-detail-product-default .detail-info {
    margin-left: 0px;
  }
  .mb-blog-style1 .col-md-4:nth-child(3n+1),
  .mb-element-product-style16 .col-md-4:nth-child(3n+1) {
    clear: none;
  }
  .mb-blog-style1 .col-md-3:nth-child(4n+1),
  .mb-element-product-style16 .col-md-3:nth-child(4n+1) {
    clear: none;
  }
  .mb-blog-style1 .col-md-6:nth-child(2n+1),
  .mb-element-product-style16 .col-md-6:nth-child(2n+1) {
    clear: none;
  }
}
@media (max-width: 990px) {
  .detail-gallery.hoz-control {
    margin: 0px 0px 50px 0px;
  }
  .max-width-300 > .vc_column-inner {
    max-width: none;
  }
  .footer-box2.follow-box2 {
    padding-left: 15px;
  }
}
@media (max-width: 860px) {
  .paddingbottom700 {
    padding-bottom: 80px;
  }
  .mb-element-product-style14 .mb-product14,
  .list-product-adv .banner-advts {
    width: 50%;
  }
  .technical-padding {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .mb-comment-post ul.comments-list .depth-3 .item-comment .post-date-comment {
    position: relative;
    right: unset;
    top: unset;
    margin-bottom: 10px;
  }
  .banner-slider1-custom .bx-pager {
    bottom: 40px;
  }
  .banner-slider1-custom .banner-info .title60 {
    font-size: 40px;
    line-height: 40px;
  }
  .header-df .main-nav.main-nav11 > ul > li {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .main-nav > ul li.active_menu > .sub-menu {
    display: block;
  }
  .header-df .main-nav .toggle-mobile-menu span,
  .header-df .main-nav .toggle-mobile-menu::after,
  .header-df .main-nav .toggle-mobile-menu::before {
    background: #fff;
  }
  .header-df .main-nav.main-nav11 {
    margin-top: 30px;
  }
  .main-nav > ul > li .sub-menu > li:hover > a,
  .main-nav.main-nav11 > ul > li:hover > a,
  .main-nav > ul > li .sub-menu > li.active > a,
  .main-nav > ul > li .sub-menu > li.current-menu-ancestor > a {
    color: #58c56f;
    background: #fff;
  }
  .blog-content .title-post,
  .title-page {
    font-size: 22px;
  }
  .header-default .main-header2 {
    position: relative;
    padding: 25px 0px 0px;
  }
  .header-default .main-header2 .main-nav {
    position: absolute;
    margin-top: -50px;
  }
  .banner-slider11 .owl-theme .owl-controls .owl-pagination {
    bottom: 10px;
  }
  .main-nav.main-nav11 {
    width: auto;
  }
  .banner-slider1-custom .banner-info {
    height: 300px;
  }
  .banner-slider1-custom .banner-info h3 {
    margin-bottom: 15px;
  }
  .banner-slider1-custom .banner-info .title60 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 30px;
  }
  .main-nav > ul > li.menu-item-has-children.has-mega-menu > .sub-menu {
    width: 99%;
  }
  .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(#58c56f), to(#58c56f), color-stop(0.6, #58c56f));
  }
  .main-nav.main-nav10 > ul > li > a,
  .main-nav.main-nav11 > ul > li > a,
  .main-nav.main-nav12 > ul > li > a {
    color: #333;
  }
  .woocommerce .quantity .qty {
    width: 30px;
  }
  .copyright5.text-right {
    text-align: inherit;
    margin-top: 10px;
  }
  .mb-blog-style6 {
    margin: 0px;
  }
  .mb-blog-style3 .item-post5 .post-info {
    padding-left: 0px;
    margin-top: 10px;
  }
  .mb-logo-style3 {
    width: auto;
    text-align: inherit;
    margin: 0px;
    line-height: inherit;
  }
  footer .design-by.text-right {
    text-align: inherit;
  }
  .download-catalog-button .title18 {
    float: none!important;
    margin-top: 20px;
    padding: 0 50px;
  }
  .list-product-adv.new-arr .banner-text,
  .mb-element-product-style14 .mb-product14,
  .list-product-adv .banner-advts,
  .mb-element-product-style14.width50 .mb-product14,
  .mb-element-product-style14.width50.new-arr .banner-text {
    width: 100%;
  }
  .list-product-adv.new-arr .banner-text {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .mb-element-product-style14 .content-product14 {
    display: block;
  }
  .list-product-adv.new-arr .banner-text {
    display: inline-table;
  }
  .list-product-adv.new-arr .banner-text::after {
    bottom: -18px;
    top: auto;
    content: "\f0d7";
    left: 50%;
  }
  .mb-element-product-style14 .group-navi .owl-buttons {
    position: inherit;
  }
  .mb-element-product-style14 .owl-theme .owl-controls .owl-buttons div {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: transparent;
    border-color: #58c56f;
  }
  .main-nav {
    width: auto;
  }
  .mb-blog-style2 .col-md-4:nth-child(3n+1) {
    clear: none;
  }
  .mb-blog-style2 .col-md-3:nth-child(4n+1) {
    clear: none;
  }
  .mb-blog-style2 .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .mb-blog-style2 .col-xs-6:nth-child(2n+1) {
    clear: both;
  }
  .mb-blog-style3 div.table {
    display: block;
  }
  .mb-blog-style3 .item-post5.table > .post-thumb {
    width: 100%;
    display: block;
  }
  .mb-blog-style3 .item-post5.table > .post-info {
    display: block;
  }
  .mb-icon-menu {
    position: absolute;
    content: "\f103";
    text-align: center;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    line-height: inherit;
    height: auto;
    top: 0;
    right: 0;
    margin: 0;
    left: auto;
    width: initial;
    opacity: 1;
    color: #58c56f;
    padding: 10px;
  }
  .main-nav > ul > li .sub-menu > li.menu-item-has-children > a::after,
  .main-nav > ul > li.menu-item-has-children > a::after {
    display: none;
  }
  .main-nav > ul .sub-menu > li {
    margin-right: 0px;
  }
  .main-nav > ul li > a {
    height: auto!important;
    line-height: 18px!important;
    padding: 10px 10px !important;
    padding-right: 30px!important;
    margin: 5px 0px;
  }
  .main-nav.active > ul {
    max-height: 320px;
    overflow-y: auto;
  }
}
@media (max-width: 667px) {
  .mb-mailchimp-style3 form {
    width: 400px;
  }
}
@media (max-width: 640px) {
  .mb-comment-post ul.comments-list ul.children {
    padding-left: 20px;
  }
  .banner-slider11.banner-slider .banner-info {
    height: 150px;
  }
  .banner-slider11.banner-slider .banner-info .text-special {
    display: none;
  }
  .mb-mailchimp-style3 form {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
  .woocommerce div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: block;
  }
  .mb-comment-post ul.comments-list .depth-4 .item-comment .comment-info > h3 {
    margin: 0 0 5px;
  }
  .mb-comment-post ul.comments-list .depth-4 .item-comment .post-date-comment {
    position: relative;
    right: unset;
    top: unset;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .mb-comment-post ul.comments-list .item-comment .author-avatar {
    width: 50px;
  }
  .mb-comment-post ul.comments-list .item-comment .comment-info {
    margin-left: 40px;
    padding: 10px;
  }
  .item-ads11 .info-ads11 {
    position: static;
  }
  .mb-comment-post ul.comments-list .item-comment .comment-info > h3 {
    padding-right: 0px;
  }
  .blog-content .title-post,
  .title-page {
    font-size: 20px;
  }
  .mb-comment-post ul.comments-list .item-comment .comment-info > h3 {
    margin: 0 0 5px;
  }
  .mb-comment-post ul.comments-list .item-comment .post-date-comment {
    position: relative;
    right: unset;
    top: unset;
    margin-bottom: 10px;
  }
  .title-tab11 .list-inline-block li {
    margin-bottom: 10px;
  }
  .banner-slider11.banner-slider .banner-info {
    height: 100px;
  }
  .banner-slider11.banner-slider .banner-info .title48 {
    font-size: 30px;
  }
  .banner-slider11.banner-slider .banner-info .title30 {
    font-size: 20px;
  }
  .banner-slider1-custom .banner-info {
    height: 170px;
  }
  .banner-slider1-custom .banner-info .title60 {
    font-size: 25px;
    line-height: 25px;
  }
  .banner-slider1-custom .banner-info h3 {
    font-size: 14px;
    line-height: 14px;
  }
  .banner-slider1-custom .bx-prev,
  .banner-slider1-custom .bx-next {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .banner-slider1-custom .bx-pager {
    display: none;
  }
  .mb-element-product-style19 .title-tab10 .list-inline-block li {
    margin-bottom: 10px;
  }
  .inner-subcribe10 .contact-form .list-inline-block li {
    margin-bottom: 10px;
  }
  .mb-mailchimp-style3 form {
    width: 280px;
  }
  .tech-intro .title30 {
    font-size: 22px;
  }
  .shop-gallery8 .item-gallery8 {
    width: 100%;
  }
  .custom-col-xs-6 .col-xs-6.wpb_column {
    width: 100%;
  }
  .email-form3 input[type="email"] {
    font-size: 18px;
  }
  .list-store3 .item-store3 {
    margin: 0 10px 30px 40px;
  }
  .header-default .logo-title {
    font-size: 25px;
  }
}

.main-wrapper{
	margin-top:3em;
	margin-bottom:10em;
}