.mb-author .mb-author1 p {
  clear: both;
}
.mb-author .content-box h3 a {
  font-weight: 500;
  font-size: 14px;
}
.st-comment-form {
  margin-top: 40px;
}
img {
  height: auto;
}
.audio {
  width: 100%;
}
.live-search-on .list-product-search {
  display: none;
  padding: 20px 10px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  overflow: visible;
  left: 0;
  right: 0;
  max-height: 250px;
  z-index: 10000;
  background: #fff;
  width: 100%;
  overflow-y: auto;
  text-align: center;
}
.live-search-on .list-product-search .item-search-pro {
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
  display: flex;
  clear: both;
}
.live-search-on .list-product-search .item-search-pro .product-thumb {
  width: 25%;
  float: left;
}
.live-search-on .list-product-search .item-search-pro .search-ajax-title {
  width: 75%;
  float: left;
}
.live-search-on .list-product-search .item-search-pro .search-ajax-title h3 {
  margin: 0px;
}
.live-search-on.active .list-product-search {
  display: block;
}
.content-blog .introduce a.read-more {
  padding: 6px 27px;
  border: 1px solid #ccc;
  display: inline-block;
  color: #333;
  text-transform: capitalize;
  margin-top: 30px;
}
.content-blog .introduce a.read-more:hover {
  color: #ff3e3e;
  border: 1px solid #ff3e3e;
}
.content-blog .audio iframe {
  width: 100%;
}
.content-blog .introduce h2 {
  line-height: 40px;
}
.mb-product-slider-7 .brand-logo a {
  height: 46px;
}
.mb-product-slider-7 .tab-pane .item {
  width: 25%;
}
.mb-product-slider-7 .tab-pane .item:before {
  z-index: 99;
}
.mb-product-slider-7 .compare {
  transform: translateX(630px);
  -o-transform: translateX(630px);
  -moz-transform: translateX(630px);
  -webkit-transform: translateX(630px);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.mb-product-slider-7 .product-extra-link .button.add_to_cart_button,
.mb-product-slider-7 .product-extra-link .button.product_type_simple {
  padding: 3px 20px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #fff;
  line-height: 24px;
}
.mb-product-slider-7 .item:hover a.box-hidden {
  transform: translateX(0);
  -webkit-transform: translateX(-2px);
}
.woocommerce .product-extra-link a.button {
  line-height: 24px;
  display: inline-flex;
}
.woocommerce .product-extra-link a.mb-compare-wishlist {
  padding: 8px 8px;
}
.product-extra-link a {
  line-height: 24px;
}
.wrap-product-comment {
  display: block;
}
.brand-showcase .brand-logo a:hover {
  background-color: transparent;
}
.brand-showcase .brand-logo a:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.brand-showcase .brand-logo a {
  height: auto;
  overflow: hidden;
}
.view-page .current {
  padding: 2px 11px;
  border: 1px solid #ccc;
  color: #ff3e3e;
  margin-right: -2px;
}
.mb-media-post {
  margin-bottom: 20px;
}
.category .mb-archive .introduce ul {
  padding: 0px;
}
.category .mb-archive .introduce ul li {
  padding: 0px;
  border-bottom: none;
}
.category .mb-archive .introduce ul li:last-child {
  margin-bottom: 0px;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
/*-------------------------------------*/
.form-wrapper {
  width: 270px;
}
.form-wrapper input {
  width: 180px;
  height: 40px;
  padding: 10px 5px;
  float: left;
  border: 0;
  background: #eee;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.form-wrapper input:focus {
  outline: 0;
  background: #fff;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
}
.form-wrapper input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic;
}
.form-wrapper input:-moz-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic;
}
.form-wrapper input:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic;
}
.form-wrapper button {
  overflow: visible;
  position: relative;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 40px;
  width: 90px;
  font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
  color: #fff;
  text-transform: uppercase;
  background: #ff3e3e;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.form-wrapper button:hover {
  background: #e54040;
}
.form-wrapper button:active,
.form-wrapper button:focus {
  background: #ff3e3e;
}
.form-wrapper button:before {
  content: '';
  position: absolute;
  border-width: 8px 8px 8px 0;
  border-style: solid solid solid none;
  border-color: transparent #ff3e3e transparent;
  top: 12px;
  left: -6px;
}
.form-wrapper button:hover:before {
  border-right-color: #ff3e3e;
}
.form-wrapper button:focus:before {
  border-right-color: #ff3e3e;
}
.form-wrapper button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.category .sidebar-widget ul li:last-child {
  margin-bottom: 0px;
}
.sidebar-widget {
  margin-bottom: 30px;
}
.sidebar-widget img {
  height: auto;
}
.sidebar-widget ul {
  padding-left: 20px;
}
.sidebar-widget ul li:last-child {
  margin-bottom: 0px;
}
.sidebar-widget .widget-title {
  background-color: #ff3e3e;
  text-align: left;
  padding: 10px 15px;
  color: #fff;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.sidebar-widget > ul {
  padding: 20px;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
}
.sidebar-widget > ul li {
  padding: 8px 0;
  text-align: left;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.sidebar-widget > ul li a {
  /*text-transform: capitalize;*/
  color: #666;
  font-size: 14px;
  display: block;
}
.sidebar-widget > ul li a:hover {
  color: #ff3e3e;
}
.sidebar-widget > ul li:hover {
  border-bottom: 1px solid #ff3e3e;
}
.sidebar-widget select {
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 5px 10px;
}
.sidebar-widget label {
  font-weight: 500;
  margin-top: 10px;
}
.widget_archive ul li a {
  display: inline-block;
}
.sidebar-widget > ul li.current-cat a {
  color: #ff3e3e;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar table caption {
  background-color: #eee;
  text-align: center;
  padding: 8px 10px;
  font-weight: 700;
}
.widget_calendar table th {
  background-color: #eee;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 2em;
}
.widget_calendar table td {
  border: 1px solid #eee;
  text-align: center;
  font-size: 14px;
  line-height: 2em;
}
.widget_calendar table tbody td a {
  color: #ff3e3e;
}
.widget_calendar table tfoot td {
  border: 0;
  padding: 0;
}
.widget_calendar table tfoot td#prev {
  text-align: left;
}
.widget_calendar table tfoot td#next {
  text-align: right;
}
.widget_calendar table tfoot a {
  display: inline-block;
  margin-top: 10px;
  background-color: #666;
  border: 1px solid #666;
  color: #fff;
  padding: 3px 15px;
}
.widget_calendar table tfoot a:hover {
  background-color: transparent;
  color: #111;
}
.widget_categories ul li {
  display: block;
  border: none;
  padding: 0px;
}
.widget_categories ul li a {
  padding: 8px 0px;
  display: block;
}
.widget_pages ul li {
  display: block;
  border: none;
  padding: 0px;
}
.widget_pages ul li:hover {
  border: none;
}
.widget_pages ul li a {
  padding: 8px 0px;
  display: inline-block;
}
.widget_categories ul li {
  border-bottom: 1px solid #eee;
}
.widget_categories ul li a {
  display: inline-block;
}
.widget_categories ul li .children li:last-child {
  border-bottom: none;
}
.widget_search .widget-title,
.widget_text .widget-title {
  margin-bottom: 15px;
}
.upto .box-discount .save span.number {
  margin-left: 0px;
}
.widget_rss .widget-title {
  margin-bottom: 15px;
}
.widget_rss .widget-title a {
  color: #fff;
}
.widget_tag_cloud .tagcloud {
  border: 1px solid #ccc;
  border-top: none;
  padding: 20px;
  text-align: center;
  display: inline-block;
}
.widget_tag_cloud .tagcloud a {
  color: #333;
  min-width: 49.3%;
  text-align: left;
  padding: 8px 13px;
  text-transform: capitalize;
  margin: 0.5px;
  float: left;
  background-color: #eee;
  font-size: 14px!important;
}
.widget_tag_cloud .tagcloud a:hover {
  color: #fff;
  background-color: #ff3e3e;
}
.widget_nav_menu ul {
  padding-left: 15px;
}
.widget_nav_menu a {
  padding: 8px 0;
  text-transform: capitalize;
  color: #666;
  font-size: 14px;
  display: block;
}
.widget_nav_menu a:hover {
  color: #ff3e3e;
}
.widget_nav_menu .menu {
  padding: 20px;
  border: 1px solid #ccc;
}
.widget_nav_menu .menu-item {
  float: none;
}
.widget_nav_menu .menu-item ul li {
  text-align: left;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  padding: 0px;
}
.widget_nav_menu .menu-item ul li a {
  padding: 8px 0;
  text-transform: capitalize;
  color: #666;
  font-size: 14px;
  display: block;
}
.widget_nav_menu .menu-item ul li a:hover {
  color: #ff3e3e;
}
.vc_row[data-vc-full-width] {
  overflow: inherit!important;
}
.mb_box_style_classic_1 {
  padding: 0px 15px;
}
.mb_box_style_classic_1 .title p {
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
}
.mb_box_style_classic_3 .ifo-box a p {
  font-size: 18px;
}
.box-gallery-3 .box-img {
  overflow: hidden;
}
.mb_box_style_services {
  padding: 0px;
  margin-bottom: 0px;
}
.mb_box_style_services .title p {
  margin: 0px;
}
.mb_box_style_services .box-item {
  color: #333333;
}
.mb_box_style_services .box-item h3 {
  color: #333333;
}
.mb_box_style_services .box-item h3 p {
  text-transform: inherit;
}
.mb_box_style_services .box-item .info a {
  color: #333333;
}
.mb_box_style_testimonial {
  margin-bottom: 0px;
}
.mb-blog-default {
  margin-top: 0px;
}
.mb-blog-default .item:nth-child(3n+1) {
  clear: both;
}
.mb-blog-default .item .box-item {
  margin-bottom: 30px;
}
.view-page ul.page-numbers {
  padding-left: 0px;
}
.view-page ul.page-numbers li {
  display: inline-block;
}
.mb-element-link .menu-item {
  float: none;
}
.mb-element-link .menu-item > ul {
  padding-left: 0px;
}
.mb-team-number-slider {
  margin-bottom: 0px;
}
.mb-team-number-slider .name {
  line-height: 50px;
}
.header-default .mb-menu .menu-item ul li:first-child {
  padding-left: 0px;
}
.mb-menu > ul > li > ul li {
  padding: 0px;
}
.mb-menu > ul > li > ul li a {
  padding: 10px 15px;
}
.mb-menu ul.menu li:hover > ul {
  opacity: 1;
  top: 100%;
  margin-top: 0;
  visibility: visible;
}
.mb-menu ul.menu > li > ul li ul.sub-menu {
  position: absolute;
  z-index: 999;
  padding: 15px 0;
  width: 200px;
  background-color: #fff;
  border: 1px solid #ccc;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  top: 0px;
  opacity: 0;
}
.mb-menu ul.menu > li > ul li:hover > ul {
  opacity: 1;
}
.logo a {
  display: inline-block;
}
.mb-search-element input[type="submit"] {
  height: 38px;
}
.mb-search-element .text_search {
  padding-right: 35px!important;
}
.mb-search-element .text_search::-webkit-input-placeholder {
  color: #999;
}
.mb-search-element .text_search::-moz-placeholder {
  color: #999;
}
.mini-cart-box.left {
  float: left;
}
.mini-cart-box.text-center {
  float: none;
}
.woocommerce .mini-cart-content a.remove {
  color: #666!important;
  border: 1px solid #ccc;
  border-radius: 100%;
  padding: 3px 0px;
  height: 25px;
  width: 25px;
}
.woocommerce .mini-cart-content a.remove:hover {
  color: #fff!important;
}
.woocommerce-breadcrumb .fa {
  margin: 0px 10px;
}
.mb_banner_shop {
  margin-top: -33px;
  z-index: 0;
  background: #ccc;
}
.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 0px;
}
.woocommerce .mb_pagination_woo > span {
  display: inline-block;
  float: left;
  line-height: 33px;
}
.woocommerce .mb_pagination_woo nav.woocommerce-pagination {
  display: inline-block;
}
.woocommerce .mb_pagination_woo nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce .mb_pagination_woo nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce .mb_pagination_woo nav.woocommerce-pagination ul li .page-numbers {
  padding: 2px 11px;
  border: 1px solid #ccc;
  color: #333;
  margin-right: 2px;
  line-height: 26px;
}
.woocommerce .mb_pagination_woo nav.woocommerce-pagination ul li .page-numbers.current {
  color: #ff3e3e;
  background: #fff;
}
.woocommerce .mb_pagination_woo nav.woocommerce-pagination ul li .page-numbers:hover {
  color: #ff3e3e;
  background: #fff;
}
.mb_list_product .item img.thumb-bottom,
.mb_list_product .item .thumb-top,
.mb_list_product .item .no-thumb {
  padding: 20px 20px 7px;
}
.mb_list_product .item .ifo-product .price {
  margin-bottom: 0px;
  border: none;
  text-align: center;
}
.mb_list_product .item .ifo-product .price .woocommerce-Price-amount {
  color: #ff4b4b;
  font-size: 24px;
  padding: 0 8px;
  font-weight: 400;
  text-decoration: none;
}
.mb_list_product .item .ifo-product .price del .woocommerce-Price-amount {
  color: #000;
  padding: 0 8px;
  font-size: 18px;
  text-decoration: line-through;
}
.mb_list_product .item .ifo-product .price ins {
  color: #ff3e3e;
  text-decoration: none;
}
.mb_list_product .item .ifo-product .price ins .woocommerce-Price-amount {
  color: #ff4b4b;
  font-size: 24px;
  padding: 0 8px;
  font-weight: 400;
  text-decoration: none;
}
.mb_list_product .item .ifo-product .product-extra-link {
  text-align: center;
  margin-top: 0px;
}
.mb_list_product .item .ifo-product .product-extra-link .add_to_cart_button {
  padding: 3px 20px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #fff;
  background-color: #ff3e3e;
  text-transform: uppercase;
  position: relative;
  font-weight: 100;
  border-radius: 0px;
}
.mb_list_product .item .ifo-product .product-extra-link .added_to_cart.wc-forward {
  background: #ff3e3e;
  padding: 3px 15px;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 24px;
}
.mb_list_product .item .ifo-product .product-extra-link .compare,
.mb_list_product .item .ifo-product .product-extra-link .wishlist,
.mb_list_product .item .ifo-product .product-extra-link .mb-compare-wishlist {
  color: #fff;
  background-color: #ff3e3e;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  border-radius: 0px;
  padding: 3px 8px;
  font-size: 13px;
  margin-right: 4px;
}
.mb_list_product .item .ifo-product .product-extra-link .compare.added,
.mb_list_product .item .ifo-product .product-extra-link .wishlist.added,
.mb_list_product .item .ifo-product .product-extra-link .mb-compare-wishlist.added {
  font-weight: 200;
  line-height: 14px;
}
.mb_list_product .col-md-4:nth-child(3n+1) {
  clear: both;
}
.mb_list_product .col-md-3:nth-child(4n+1) {
  clear: both;
}
.mb_list_product .col-md-6:nth-child(2n+1) {
  clear: both;
}
.product-content .item > a {
  padding: 0px;
}
.woocommerce span.onsale {
  border-radius: 0px;
  background: green;
  z-index: 10;
  padding: 7px 14px;
  line-height: 13px;
  font-weight: 400;
  font-size: 14px;
  min-height: initial;
  left: -10px;
}
.woocommerce span.onsale:before {
  border-color: #005000 #005000  transparent transparent;
  border-width: 5px;
  left: 0;
  position: absolute;
  top: 100%;
  border-style: solid;
  content: "";
  height: 0;
  width: 0;
}
.st-default {
  padding: 30px 0px 50px 0px;
}
.mb-box-after-list-product p {
  color: #666;
}
.mb-box-after-list-product .mb-woocommerce-ordering {
  text-align: center;
  color: #666;
}
.mb-box-after-list-product .mb-woocommerce-ordering select {
  padding: 2px 10px;
  /*text-transform: capitalize;*/
  border: 1px solid #ccc;
  width: 150px;
  text-align: center;
  display: block;
}
.mb-box-after-list-product .woocommerce-ordering {
  float: none;
  text-align: center;
  display: inline-block;
  color: #666;
}
.mb-box-after-list-product .st-post-per-page {
  color: #666;
  text-align: right;
  display: block;
}
.mb-box-after-list-product .st-post-per-page .form-post-per-page {
  display: inline-block;
}
.mb-box-after-list-product .st-post-per-page select {
  width: 65px;
}
.storelike-botton ul li a,
.woocommerce .storelike-botton ul li a {
  color: #fff;
  background-color: #ff3e3e;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 21px;
  border-radius: 0px;
}
.col-md-3 .product-extra-link a.compare,
.col-md-4 .product-extra-link a.compare {
  transform: translateX(400px);
  -o-transform: translateX(400px);
  -moz-transform: translateX(400px);
  -webkit-transform: translateX(400px);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.col-md-3 .product-extra-link a.wishlist,
.col-md-4 .product-extra-link a.wishlist {
  transform: translateX(-400px);
  -o-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -webkit-transform: translateX(-400px);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.col-md-3 .item:hover a.box-hidden,
.col-md-4 .item:hover a.box-hidden {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.mb_list_product.list .item {
  display: inline-block;
  width: 100%;
}
.mb_list_product.list .item .ifo-product .product-extra-link {
  text-align: left;
  margin-top: 22px;
}
.mb_list_product.list .item .ifo-product > .price {
  position: relative;
}
.mb_list_product.list .item .ifo-product > .price .availability {
  position: absolute;
  right: 0;
  top: 3px;
}
.mb_list_product.list .item .ifo-product > .price .availability span.instock {
  background: #3F6FB1;
  border-radius: 50%;
  padding: 7px 5px;
}
.mb_list_product.list .item .ifo-product .price .box-price {
  display: block;
  min-height: 45px;
}
.mb_list_product.list .item .ifo-product .price .box-price span.price {
  display: block;
  text-align: left;
  border-top: 1px solid #ededed;
}
.mb_list_product.list .item .ifo-product .price .box-price span.price .woocommerce-Price-amount {
  line-height: 47px;
}
.mb_list_product.list .item .ifo-product .compare {
  margin-right: 4px;
}
.mb_list_product.list .item .ifo-product .compare.added {
  font-weight: 200;
  line-height: 14px;
  display: inline-block;
}
.mb_list_product.list .item .product-extra-link a.mb-wishlist {
  transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -webkit-transition: none;
  transition: none;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: #fff;
  background-color: #ff3e3e;
  border-radius: 0px;
  padding: 8px 20px;
  font-weight: 100;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #fff;
  background-color: #ff3e3e;
  opacity: 0.8;
}
.product-content .mb_list_product.list .item {
  border: none;
}
.woocommerce .mb_list_product.list span.onsale {
  left: 5px;
}
.woocommerce .star-rating {
  color: #FFB400;
}
.woocommerce .star-rating:before {
  color: #FFB400;
}
/*Begin Wishlist Popup*/
.wishlist-mask {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.wishlist-popup {
  background: #fff none repeat scroll 0 0;
  border: 10px solid rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  padding: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 470px;
  z-index: 9999;
}
.wishlist-button a {
  background: #858785 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 3px;
}
.popup-icon {
  font-size: 30px;
}
.wishlist-alert {
  margin: 10px 0 20px;
}
.product-popup-content {
  padding: 0 15px;
}
.wishlist-popup .popup-icon {
  color: #f40;
}
.wishlist-button a:hover {
  background: #f40;
}
/*End Wishlist Popup*/
.navslider > a.hi-button {
  text-transform: uppercase;
  position: relative;
  color: #fff;
  background-color: #ff3e3e;
  padding: 1px 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: inline-block;
  margin: 0 4px;
}
.navslider {
  padding: 0px;
}
.detail-product .mid {
  padding: 10px;
}
.thumb-carousel ul li {
  margin-bottom: auto;
  display: block;
  margin-bottom: 12px;
}
.detail-product .carousel li.active {
  border: 0;
}
.detail-product .carousel li.active img {
  border: 1px solid #ff3e3e;
}
.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%;
}
.mb-rating-add-review {
  display: inline-block;
  padding: 5px 0px;
}
.mb-rating-add-review .woocommerce-review-link {
  color: #999;
}
.woocommerce div.product .summary .product_title {
  font-size: 25px;
  margin: 0 0 20px;
  line-height: 21px;
  color: #000;
}
.woocommerce div.product .summary div > p {
  text-align: justify;
  color: #666;
  margin: 0;
  margin-bottom: 15px;
}
.woocommerce div.product .summary div > p.price {
  margin: 6px 0px 0px;
  padding: 6px 0px;
}
.woocommerce div.product .summary div > p.price .woocommerce-Price-amount {
  opacity: 1;
  color: #ff4b4b;
  padding: 0 8px;
  font-size: 18px;
}
.woocommerce div.product .summary div > p.price del {
  opacity: 1;
}
.woocommerce div.product .summary div > p.price del .woocommerce-Price-amount {
  text-decoration: line-through;
  color: #000;
}
.woocommerce div.product .summary div > p.price ins {
  text-decoration: none;
}
.woocommerce div.product .summary div > p.price ins .woocommerce-Price-amount {
  color: #ff4b4b;
  padding: 0 8px;
  font-size: 24px;
  font-weight: 200;
  text-decoration: none;
}
.woocommerce .detail-product span.onsale {
  left: 5px;
}
a.woocommerce-review-link {
  color: #999;
}
.woocommerce div.product form.cart .variations label {
  color: #666;
  font-size: 14px;
}
.woocommerce div.product .woocommerce-variation-price span.price .woocommerce-Price-amount {
  color: #000;
  font-weight: 400;
}
.woocommerce div.product .woocommerce-variation-price span.price del {
  opacity: 1;
  color: #999;
  text-decoration: line-through;
}
.woocommerce div.product .woocommerce-variation-price span.price del .woocommerce-Price-amount {
  color: #999;
}
.woocommerce div.product .woocommerce-variation-price span.price ins {
  text-decoration: none;
  margin-left: 10px;
}
.woocommerce div.product .woocommerce-variation-price span.price ins .woocommerce-Price-amount {
  color: #ff4b4b;
  font-weight: 600;
}
.woocommerce .quantity .qty {
  width: 120px;
  border: 1px solid #ccc;
  color: #666;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  text-align: left;
  padding: 6px 6px 6px 15px;
  margin-top: 0px;
}
.woocommerce div.product form.cart .button {
  padding: 9px 25px;
  color: #fff;
  border: none;
  background: #ff3e3e;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.woocommerce div.product form.cart .button::before {
  content: "\f290";
  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;
  margin-right: 10px;
}
.woocommerce-variation-add-to-cart {
  margin-top: 15px;
}
.entry-summary .yith-wcwl-add-to-wishlist {
  display: none;
}
.detail-product .post-share {
  border: none;
}
.mb-post-next-pre {
  padding: 25px 0px;
}
#blog-detail > .product-ifo {
  border-bottom: 1px solid #ccc;
}
#blog-detail .post-share p {
  margin-bottom: 0px;
}
#blog-detail .post-share > ul {
  margin-bottom: 0px;
}
.product_meta .posted_in,
.product_meta .tagged_as {
  display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0px;
  padding: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0px 10px 0px 0px;
  color: #555;
  padding: 0px;
  border-radius: 0px;
  background: transparent;
  border-color: #ddd;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.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:hover {
  background: #eee;
  border-color: #fff;
}
.woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid #ddd;
  border-top: none;
  margin-top: -2px;
  padding: 15px 28px 15px 28px;
  color: #666;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description > h2 {
  font-size: 18px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information > h2 {
  font-size: 18px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
  font-size: 18px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-color: #ddd;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
  border-bottom: 1px dotted #dddddd;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-radius: 0px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .meta strong {
  font-size: 13px;
  font-weight: 600;
}
.woocommerce #reviews .comment-reply-title {
  font-size: 18px;
}
.woocommerce #reviews .comment-form {
  margin-top: 20px;
}
.woocommerce #reviews .comment-form label {
  font-weight: 500;
}
.woocommerce p.stars a {
  color: #FFB400;
}
.woocommerce #respond input#submit {
  left: auto;
  padding: 9px 25px;
  color: #fff;
  border: none;
  background: #ff3e3e;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.woocommerce #respond input#submit:hover {
  background: #FF6565;
  color: #fff;
}
.upsell-product .wrap-product-content .product-content,
.product-compare .wrap-product-content .product-content {
  display: inline-block !important;
}
.main-detail-page .upsell-product .navslider,
.main-detail-page .product-compare .navslider {
  margin-bottom: 15px;
}
.related-product .product-compare,
.upsell-product .product-compare {
  transform: translateX(400px);
  -o-transform: translateX(400px);
  -moz-transform: translateX(400px);
  -webkit-transform: translateX(400px);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.related-product .title,
.cross-sells-product .title {
  display: inline-block;
}
.related-product .title h3,
.cross-sells-product .title h3 {
  font-size: 20px;
}
.related-product .wrap-product-content,
.cross-sells-product .wrap-product-content {
  margin: 0px -15px;
}
.woocommerce .related-product span.onsale,
.woocommerce .upsell-product span.onsale,
.woocommerce .cross-sells-product span.onsale {
  top: 1px;
}
.upsell-product {
  margin-bottom: 30px;
}
div.quantity span {
  color: #666;
  font-weight: bold;
  min-width: 64px;
  display: inline-block;
  padding-right: 5px;
}
.st-variation-button-woo span .fa {
  position: absolute;
  left: 3px;
  top: 2px;
  color: #fff;
  opacity: 0;
  font-size: 12px;
}
.st-variation-button-woo a.selected span .fa {
  opacity: 1;
}
.st-variation-button-woo .phoen_swatches {
  padding: 0 8px;
  border: 1px solid #ccc;
  color: #333;
  margin-right: 10px;
}
.st-variation-button-woo .phoen_swatches:hover {
  background-color: #ff3e3e;
  color: #fff;
  border: 1px solid #ff3e3e;
}
.st-variation-button-woo a.selected .phoen_swatches {
  background-color: #ff3e3e;
  color: #fff;
  border: 1px solid #ff3e3e;
}
.st-variation-button-woo .mb-color-white {
  border: 1px solid #ccc;
}
.st-variation-button-woo .mb-color-white .fa {
  color: #000;
}
.woocommerce .variation_buttons_wrapper {
  display: inline-block;
}
.woocommerce .variations_form .value {
  margin-bottom: 15px;
}
.woocommerce .variations_form .value .label {
  padding: 0px;
  text-transform: capitalize;
  min-width: 60px;
  display: inline-block;
  text-align: left;
}
.mini-cart-remove > a {
  border: 1px solid #ccc;
  border-radius: 100%;
  padding: 0px 7px;
  color: #666;
}
.mini-cart-remove > a:hover {
  background: #ff3e3e;
  color: #fff;
  border-color: #ff3e3e;
}
ul.list-mini-cart-item {
  max-height: 200px;
  overflow-y: auto;
}
.mini-cart-content .widget_shopping_cart_content > ul li {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
}
.woocommerce table.shop_table.cart {
  border: none;
}
.woocommerce table.shop_table.cart a.remove {
  color: #666666!important;
}
.woocommerce table.shop_table.cart a.remove:hover {
  background: transparent;
  color: #ff3e3e !important;
}
.woocommerce table.shop_table.cart th {
  color: #2b2b2b;
}
.woocommerce table.shop_table.cart img {
  width: 80px;
}
.woocommerce table.shop_table.cart .product-name a {
  color: #333333;
  text-transform: capitalize;
}
.woocommerce table.shop_table.cart .product-name a:hover {
  color: #ff3e3e;
}
.woocommerce table.shop_table.cart .product-name dl.variation dt {
  font-weight: 600;
}
.woocommerce table.shop_table.cart .product-name dl.variation dd {
  margin-bottom: 0px;
}
.woocommerce table.shop_table.cart tbody .product-price {
  color: #ff3e3e;
  font-weight: 600;
}
.woocommerce table.shop_table.cart tbody .product-subtotal {
  font-weight: 600;
  color: #333;
}
.woocommerce table.shop_table.cart tbody .actions {
  padding-top: 20px;
}
.woocommerce table.shop_table.cart tbody .actions .input-text {
  border: 1px solid #ddd;
}
.woocommerce table.shop_table.cart tbody .actions .button {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #fff;
  background: #ff3e3e;
  border-radius: 0px;
  font-weight: 500;
  line-height: 19px;
}
.woocommerce table.shop_table.cart tbody .actions .button:hover {
  background: #FF6565;
}
.woocommerce table.shop_table.cart .quantity .qty {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 200px;
}
.cart-collaterals .cross-sells h2 {
  font-size: 18px;
  color: #333;
}
.cart-collaterals .cart_totals h2 {
  font-size: 18px;
  color: #333;
}
.cart-collaterals .cart_totals table.shop_table {
  border: none;
}
.cart-collaterals .cart_totals table.shop_table tr th {
  color: #333333;
}
.cart-collaterals .cart_totals table.shop_table tr td[data-title="Subtotal"] {
  color: #333333;
}
.cart-collaterals .cart_totals table.shop_table tr td[data-title="Total"] {
  color: #ff3e3e;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  /* display: inline-block; */
  vertical-align: top;
  text-align: center;
  color: #fff;
  background: #ff3e3e;
  border-radius: 0px;
  font-weight: 500;
  line-height: 19px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
  background: #FF6565;
}
.cross-sells-product .owl-controls {
  display: none!important;
}
.cross-sells-product .compare {
  transform: translateX(630px);
  -o-transform: translateX(630px);
  -moz-transform: translateX(630px);
  -webkit-transform: translateX(630px);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.woocommerce-checkout .woocommerce-info {
  margin-top: 30px!important;
}
.woocommerce-checkout input.input-text {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
}
.woocommerce-checkout input.button {
  vertical-align: top;
  text-align: center;
  color: #fff;
  background: #ff3e3e;
  border-radius: 0px;
  font-weight: 500;
  line-height: 19px;
}
.woocommerce-checkout input.button:hover {
  background: #FF6565;
  color: #fff;
}
.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-shipping-fields > h3 {
  font-size: 18px;
  color: #333333;
}
.woocommerce-checkout .woocommerce-billing-fields label,
.woocommerce-checkout .woocommerce-shipping-fields label {
  color: #333;
  font-weight: 500;
}
.woocommerce-checkout .woocommerce-billing-fields textarea,
.woocommerce-checkout .woocommerce-shipping-fields textarea {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.woocommerce-checkout h3#order_review_heading {
  font-size: 18px;
  color: #333333;
}
.woocommerce-checkout table.shop_table {
  border: none;
}
.woocommerce-checkout table.shop_table tr th {
  color: #333333;
}
.woocommerce-checkout table.shop_table tbody tr td {
  color: #333;
}
.woocommerce-checkout table.shop_table .cart-subtotal td,
.woocommerce-checkout table.shop_table .order-total td {
  color: #ff3e3e;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #fff;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  vertical-align: top;
  text-align: center;
  color: #fff;
  background: #ff3e3e;
  border-radius: 0px;
  font-weight: 500;
  line-height: 19px;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background: #FF6565;
  color: #fff;
}
.woocommerce-checkout #payment ul.payment_methods li {
  color: #333333;
}
.woocommerce-checkout #payment ul.payment_methods li label {
  font-weight: 500;
}
.woocommerce-thankyou-order-received {
  font-size: 30px;
  color: #6dab3c;
  text-transform: uppercase;
  margin: 30px 0px;
}
.woocommerce .order_details {
  padding: 0px;
}
.woocommerce .order_details li {
  font-size: 12px;
  color: #333;
}
.woocommerce .order_details li strong {
  margin-top: 10px;
  color: #666;
}
body.woocommerce-order-received .woocommerce h2 {
  font-size: 18px;
  color: #129ac1;
}
body.woocommerce-order-received .woocommerce table.order_details a {
  color: #333;
}
body.woocommerce-order-received .woocommerce table.order_details a:hover {
  color: #ff3e3e;
}
body.woocommerce-order-received .woocommerce table.order_details td.product-name dl.variation dd {
  margin-bottom: 0px;
}
body.woocommerce-order-received .woocommerce table.order_details tfoot td {
  color: #129ac1;
}
body.woocommerce-order-received .woocommerce .title h3 {
  text-align: left;
  font-size: 18px;
  color: #4cadc9;
}
body.woocommerce-order-received .woocommerce address {
  color: #333;
  padding-left: 10px;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
}
button::-moz-focus-inner {
  padding: 0;
  margin: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 15px;
  top: 15px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  outline: none !important;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.mfp-close-btn-in .mfp-close {
  color: #ffffff;
  background: #ff3e3e;
  border-radius: 50%;
  opacity: 1;
  width: 30px;
  height: 30px;
  padding: 0px;
  line-height: 34px;
}
.mfp-close-btn-in .mfp-close:hover {
  opacity: 0.8;
}
.mb-popup-product {
  position: inherit;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-a {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  background: #000;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  background: #444;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  padding-right: 36px;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-3d-unfold .mfp-content {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
  -moz-transform: rotateY(-60deg);
  -o-transform: rotateY(-60deg);
  -ms-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
  -moz-transform: rotateY(60deg);
  -o-transform: rotateY(60deg);
  -ms-transform: rotateY(60deg);
  transform: rotateY(60deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-dialog {
  background: #fff;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}
.mfp-search-dialog {
  width: 100%;
  height: 250px !important;
}
@media (max-width: 992px) {
  .mfp-search-dialog {
    height: 150px !important;
  }
  .mfp-search-dialog .full-center {
    position: relative !important;
  }
}
.mfp-dialog-full {
  margin: 0;
  max-width: none;
  padding: 0;
  overflow: auto;
  height: 100vh;
}
.mfp-dialog-full::-webkit-scrollbar {
  width: 7px;
  background-color: #e6e6e6;
}
.mfp-dialog-full::-webkit-scrollbar-thumb {
  background-color: #808080;
}
.mfp-dialog-full::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}
.mfp-dialog-full::-webkit-scrollbar-thumb:active {
  background-color: #4d4d4d;
}
/*
.mfp-dialog-full::-webkit-scrollbar-tack {
  background-color: #4d4d4d;
}*/
.mfp-subscribe-dialog {
  max-width: 800px;
  padding: 0;
}
.mfp-subscribe-dialog .widget-title {
  margin-bottom: 10px;
}
.mfp-subscribe-dialog .mfp-close {
  color: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.mb-popup-product {
  background: #ffffff;
  padding: 15px;
}
.woocommerce .woocommerce-message {
  margin-top: 30px!important;
}
.woocommerce .woocommerce-message a {
  padding: 8px 20px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #fff;
  background-color: #ff3e3e;
  text-transform: uppercase;
  position: relative;
  font-weight: 100;
  border-radius: 0px;
}
.woocommerce .woocommerce-message a:hover {
  color: #fff;
  background: #FF6262;
}
.mb-element-slider-1 .product-extra-link a.add_to_cart_button,
.mb-element-slider-2 .product-extra-link a.add_to_cart_button,
.mb-element-slider-3 .product-extra-link a.add_to_cart_button,
.mb-element-column-product .product-extra-link a.add_to_cart_button {
  padding: 3px 20px;
}
.mb-element-slider-1 .product-extra-link a.compare,
.mb-element-slider-2 .product-extra-link a.compare,
.mb-element-slider-3 .product-extra-link a.compare,
.mb-element-column-product .product-extra-link a.compare {
  margin-right: 3px;
}
.mb-element-slider-1 .product-extra-link a.wc-forward,
.mb-element-slider-2 .product-extra-link a.wc-forward,
.mb-element-slider-3 .product-extra-link a.wc-forward,
.mb-element-column-product .product-extra-link a.wc-forward {
  background: #ff3e3e;
  padding: 3px 16px;
}
.mb-element-slider-1 .product-extra-link a.mb-wishlist,
.mb-element-slider-2 .product-extra-link a.mb-wishlist,
.mb-element-slider-3 .product-extra-link a.mb-wishlist,
.mb-element-column-product .product-extra-link a.mb-wishlist {
  transform: translateX(-260px);
  -o-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -webkit-transform: translateX(-260px);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.mb-element-slider-1 .price del,
.mb-element-slider-2 .price del,
.mb-element-slider-3 .price del,
.mb-element-column-product .price del {
  text-decoration: none;
}
.mb-element-slider-1 .price ins,
.mb-element-slider-2 .price ins,
.mb-element-slider-3 .price ins,
.mb-element-column-product .price ins {
  text-decoration: none;
}
.col-sm-2 .list-box-footer ul.follow li.bb-icon {
  margin-bottom: 14px;
}
a.wc-forward {
  background: #ff3e3e;
  padding: 3px 16px;
}
.mini-cart-qty {
  margin-top: 10px;
  color: #666;
}
.info-list .product-rating {
  margin-top: 0px;
  height: auto;
  width: 100%;
}
.info-list .product-rating .woocommerce-product-rating {
  margin-bottom: 0px!important;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  padding-bottom: 2px;
  padding-top: 2px;
}
.info-list .product-rating .woocommerce-product-rating .star-rating {
  display: inline-block;
  float: left;
  margin-bottom: 0px;
  margin-top: 5px;
  margin-right: 10px;
}
.info-list .product-rating .woocommerce-product-rating .woocommerce-review-link {
  display: inline-block;
  float: left;
  color: #d3d3d3;
}
.info-list .product-rating .woocommerce-product-rating .woocommerce-review-link .mb-review {
  color: #666;
  border-left: 1px solid #eee;
  margin-left: 10px;
  padding-left: 10px;
}
.info-list .product-rating .woocommerce-product-rating .woocommerce-review-link:hover .mb-review {
  color: #ff3e3e;
}
.mb-element-slider-2,
.mb-element-slider-4 {
  margin-bottom: 0px;
}
.mb-element-slider-2 .price .woocommerce-Price-amount,
.mb-element-slider-4 .price .woocommerce-Price-amount {
  font-size: 24px;
}
.mb-element-slider-2 .price ins,
.mb-element-slider-4 .price ins {
  padding: 0px 8px;
}
.mb-element-slider-2 .price del,
.mb-element-slider-4 .price del {
  padding: 0px 8px;
}
.mb-element-slider-2 .price del .woocommerce-Price-amount,
.mb-element-slider-4 .price del .woocommerce-Price-amount {
  font-size: 18px;
  color: #000000;
}
.mb-element-slider-2 .new-product .owl-carousel .owl-wrapper-outer,
.mb-element-slider-4 .new-product .owl-carousel .owl-wrapper-outer {
  padding-bottom: 35px;
  padding-top: 0px;
}
.mb-element-slider-2 .new-product .load-more,
.mb-element-slider-4 .new-product .load-more {
  margin: 0px;
  margin-top: 25px;
  display: inline-block;
  left: inherit;
  top: inherit;
  position: relative;
}
.mb-element-slider-2 .item:hover a.box-hidden,
.mb-element-slider-4 .item:hover a.box-hidden {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.mb-element-slider-2 .item:hover,
.mb-element-slider-4 .item:hover {
  border-bottom: none;
}
.mb-element-slider-2 .box-item-2 .item:hover h3,
.mb-element-slider-4 .box-item-2 .item:hover h3 {
  padding: 0px 15px 15px 15px;
}
.st-title {
  margin: 0 0 6px;
}
.st-title a {
  font-weight: 500;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
}
.st-title a:hover {
  color: #ff3e3e;
}
.mb-single-instock .instock {
  background: #3F6FB1;
  border-radius: 50%;
  padding: 9px 3px !important;
}
.single-product .outofstock .summary .extra-link {
  padding: 0px;
  margin: 0px;
  border: none;
}
.single-product .summary .out-of-stock {
  display: none;
}
.single-product .summary .woocommerce-product-rating {
  border-bottom: 1px solid #ededed;
}
.single-product .summary .woocommerce-product-rating .mb-review {
  border-left: 1px solid #eee;
  padding: 0px 0px 0px 8px;
  color: #999;
}
.mb-element-slider-3 .item:hover a.box-hidden,
.mb-element-column-product .item:hover a.box-hidden,
.mb-element-slider-4 .item:hover a.box-hidden,
.mb-element-tab-product .item:hover a.box-hidden {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.mb-element-slider-3 .item,
.mb-element-column-product .item,
.mb-element-slider-4 .item,
.mb-element-tab-product .item {
  padding-top: 15px;
}
.mb-element-slider-3 .box-item-2 .item:hover h3,
.mb-element-column-product .box-item-2 .item:hover h3,
.mb-element-slider-4 .box-item-2 .item:hover h3,
.mb-element-tab-product .box-item-2 .item:hover h3 {
  padding: 0px 15px 15px 15px;
}
.mb-element-slider-3 .ifo-product .price,
.mb-element-column-product .ifo-product .price,
.mb-element-slider-4 .ifo-product .price,
.mb-element-tab-product .ifo-product .price {
  color: #000;
  padding: 0 8px;
  font-size: 18px;
}
.mb-element-slider-3 .ifo-product .price ins,
.mb-element-column-product .ifo-product .price ins,
.mb-element-slider-4 .ifo-product .price ins,
.mb-element-tab-product .ifo-product .price ins {
  color: #ff4b4b;
}
.mb-element-slider-3 .ifo-product .price del,
.mb-element-column-product .ifo-product .price del,
.mb-element-slider-4 .ifo-product .price del,
.mb-element-tab-product .ifo-product .price del {
  text-decoration: line-through;
  font-size: 16px;
}
.mb-element-slider-3 .owl-prev,
.mb-element-column-product .owl-prev,
.mb-element-slider-4 .owl-prev,
.mb-element-tab-product .owl-prev {
  margin-right: 35px;
}
.mb-element-slider-3 .item:hover,
.mb-element-column-product .item:hover,
.mb-element-slider-4 .item:hover,
.mb-element-tab-product .item:hover {
  border: 1px solid #ccc;
}
.mb-element-slider-3 .owl-prev {
  margin-right: 85px;
}
.mb-element-slider-3 .owl-carousel .owl-wrapper-outer {
  padding-bottom: 30px;
}
.add_to_cart_button.loading {
  text-align: center;
}
.add_to_cart_button.loading:after {
  color: #fff;
  display: none!important;
  position: absolute!important;
  right: 4px!important;
}
.storelike-header-home-3 .mb-mini-cart .mini-cart-box > a {
  padding: 6px 8px;
  border: 1px solid #eee;
}
.storelike-header-home-3 .mb-mini-cart .mini-cart-box > a i.fa-angle-down {
  margin-left: 5px;
}
.mb-element-slider-4 .item:hover {
  border: 1px solid #6597b1;
}
.mb-element-slider-4 .product-name {
  padding: 0px 8px;
}
.box-shop .box-item-2 .item:hover .ifo-product {
  bottom: -98px;
}
.mb-element-slider-4,
.mb-element-tab-product {
  background: transparent;
}
.mb-element-slider-4 a.add_to_cart_button,
.mb-element-tab-product a.add_to_cart_button {
  padding: 3px 20px;
  line-height: 24px;
}
.mb-element-slider-4 a.compare,
.mb-element-tab-product a.compare {
  margin-right: 4px;
}
.mb-element-slider-4 .compare,
.mb-element-tab-product .compare {
  transform: translateX(630px);
  -o-transform: translateX(630px);
  -moz-transform: translateX(630px);
  -webkit-transform: translateX(630px);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.mb-element-tab-product .ifo-product .price del {
  margin-right: 16px;
}
.mb-element-tab-product .ifo-product .price del .woocommerce-Price-amount {
  color: #000;
}
.mb-element-tab-product .ifo-product .price ins .woocommerce-Price-amount {
  font-size: 24px;
}
.mb-element-tab-product .ifo-product .product-name {
  padding: 0px 8px;
}
.mb-element-slider-4 {
  padding-bottom: 0px;
}
.mb-icon-element {
  float: none;
}
.mb-header-default .title {
  text-align: inherit;
}
.content-gridview .item {
  display: block;
}
.contact-box input[type="reset"] {
  padding: 8px 30px;
  border: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #666;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  margin: 25px 5px 0 0;
}
.contact-box input[type="reset"]:hover {
  background-color: #ff3e3e;
}
.contact-box p {
  padding: 0px;
}
.contact-box p input {
  margin: 5px 0px 18px!important;
}
.contact-box p textarea {
  margin-bottom: 35px!important;
}
.content-blog .blog-info .introduce h2 {
  line-height: normal;
}
.widget_s7upf_listpostswidget ul {
  border: 1px solid #ccc;
  border-top: none;
}
.widget_s7upf_listpostswidget .box-img {
  width: 30%;
}
.widget_s7upf_listpostswidget .content-post {
  margin-left: 0px;
  padding-left: 15px;
  width: 70%;
}
.widget_s7upf_listpostswidget .content-post h3 {
  margin: 0px;
}
.widget_s7upf_list_products .mb-review {
  display: none;
}
.widget_s7upf_list_products .list-best-seller {
  border: 1px solid #ccc;
  border-top: none;
}
.widget_s7upf_list_products .list-best-seller .price {
  font-size: 15px;
  color: #ff3e3e;
}
.widget_s7upf_list_products .list-best-seller .price del {
  color: #000;
}
.widget_s7upf_list_products .list-best-seller .price ins {
  font-size: 20px;
  text-decoration: none;
}
.widget_s7upf_product_filter .shop-by ul {
  padding: 0px;
}
.s7upf_widget_layered_nav.woocommerce ul li a {
  padding: 0 30px;
}
.s7upf_widget_layered_nav.woocommerce ul li a.box-color {
  padding: 0px;
}
.s7upf_widget_layered_nav.woocommerce ul li a.box-size {
  padding: 0px;
}
.s7upf_widget_layered_nav.woocommerce ul li a.box-price {
  padding: 0px;
}
.s7upf_widget_layered_nav .shop-by ul li li a:before {
  border: 1px solid #ccc;
}
.s7upf_widget_layered_nav .shop-by ul li li.class_white_bg_color a i {
  color: #333333;
}
.shop-by .main-box > ul li > a.active i {
  transition: none;
  -webkit-transform: none;
}
.shop-by .main-box > ul li li.style-default a.active i {
  color: #333;
}
.woocommerce .button.mb-button-filter-price {
  margin-top: 15px;
  color: #fff;
  background: #ff3e3e;
  border-radius: 0px;
  font-weight: 500;
}
.woocommerce .button.mb-button-filter-price:hover {
  background: #FF6565;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  margin-top: 30px;
  background: #ff3e3e;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #ccc;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #ff3e3e;
  border: none;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  margin-top: 15px;
  color: #fff;
  background: #ff3e3e;
  border-radius: 0px;
  font-weight: 500;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background: #FF6565;
}
.widget_search .form-wrapper input {
  padding: 10px;
}
.mb-media-post img {
  height: auto;
}
.main-content {
  margin-top: 60px;
}
.z-index-3 {
  z-index: 3;
}
.mb-product-element .main-content {
  margin-top: 0px;
}
.mb-product-element .item img {
  height: auto;
}
.mb-element-slider-1 .price .woocommerce-Price-amount {
  color: #ff3e3e;
}
.mb-element-slider-1 .price ins .woocommerce-Price-amount {
  font-size: 20px;
}
.mb-element-slider-1 .price del .woocommerce-Price-amount {
  color: #333;
  text-decoration: line-through;
}
.mb-header-element {
  margin-bottom: 0px;
}
.mb-element-categories {
  padding: 0px;
  margin: 0px;
}
.box-sign-up {
  position: relative;
  text-align: center;
}
.box-sign-up input[type="email"] {
  color: #999;
  background-color: rgba(48, 43, 39, 0.5);
  width: 45%;
  padding: 10px 15px;
  border: 1px solid #999;
}
.box-sign-up input[type="email"]::-webkit-input-placeholder {
  color: #999;
}
.box-sign-up button {
  border: none;
  padding: 0px;
  position: absolute;
  right: 27%;
  background-color: rgba(48, 43, 39, 0.1);
  margin-right: 1px;
  top: 1px;
}
.mb-element-blog-list,
.mb-element-info-link {
  margin-top: 0px;
}
.mb-mini-cart {
  margin: 0px;
}
.mb-mini-cart .mini-cart-box > a {
  padding: 5px 0px;
  border: none;
}
.mb-header-element-line-default {
  margin: 0px;
}
.mailchimp2 .box-sign-up input[type="email"] {
  background: #fff;
}
.post-thumbnail img {
  height: auto;
}
.media-blog iframe {
  width: 100%;
}
.mb-box-testimonial_slider {
  margin-top: 0px;
}
.mb-top-header-element .top-header {
  border-top: none;
  border-bottom: none;
}
.margin-bottom-eee {
  border-bottom: 1px solid #eee;
}
.mb-list-category-element ul li {
  padding: 8px 0;
  text-align: left;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.mb-product-style-list .price .woocommerce-Price-amount {
  font-size: 18px;
}
.mb-product-style-list .price del .woocommerce-Price-amount {
  font-size: 15px;
}
.mb-product-style-list .price ins .woocommerce-Price-amount {
  font-size: 20px;
}
.mb-product-style-list .ifo-product .product-name {
  padding: 0px;
}
a.woocommerce-review-link {
  color: #666;
}
.woocommerce .woocommerce-product-rating .star-rating {
  font-size: 13px;
}
.price .woocommerce-Price-amount {
  font-size: 18px;
  color: #ff3e3e;
}
.price del .woocommerce-Price-amount {
  color: #333;
}
.price ins {
  text-decoration: none;
}
.price ins .woocommerce-Price-amount {
  font-size: 20px;
}
.mb-box .mb_box_style_classic_3 {
  margin-bottom: 23px;
}
.mb-welcome .enter-email .box-sign-up input[type="email"] {
  background-color: #fff;
  padding: 5px 15px;
  width: 80%;
  color: #666;
}
.mb-welcome .enter-email .box-sign-up input[type="email"]::-webkit-input-placeholder {
  color: #666;
}
.mb-welcome .enter-email .box-sign-up input[type="email"]::-moz-placeholder {
  color: #666;
}
.mb-welcome .enter-email button {
  right: 10%;
}
.mb-welcome .enter-email button i {
  color: #6597b1;
  font-size: 18px;
}
.mb-element-blog-silder {
  padding-bottom: 0px;
  background: transparent;
}
.mb-vertical-link-element {
  border-top: none;
}
.float-none {
  float: none;
}
.mb-link-classic-box {
  margin-top: 25px;
}
.mb-link-classic-box ul {
  margin: 0px;
  padding: 0px;
}
.nav-box > ul > li.menu-item-has-children:after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fff;
  bottom: -1px;
  left: 0;
  opacity: 0;
  z-index: 9999;
}
.nav-box > ul > li:hover:after {
  opacity: 1;
}
.mb-background-fixed {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  background-attachment: fixed;
  margin-bottom: 92px;
  background-position: top center;
}
.mb-background-mask:before {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 9;
}
.mb-background-mask-footer:before {
  position: absolute;
  background-color: rgba(48, 43, 39, 0.5);
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 9;
}
.mb-element-link .menu-item ul li.has-children:hover > ul {
  text-align: left;
}
body.admin-bar .mb-menu-fixed.fixed-header {
  top: 32px;
}
.mb-menu-fixed.fixed-header {
  top: 0px;
  left: 0px !important;
  padding: 0px;
  background: #fff;
}
.mb-menu-fixed.fixed-header .mb-element-link,
.mb-menu-fixed.fixed-header .menu-fixed-none {
  display: none;
}
.mb-element-slider-3 .price .woocommerce-Price-amount {
  font-size: 14px;
}
.mb-element-slider-3 .price ins .woocommerce-Price-amount {
  font-size: 18px;
}
.mb-banner-classic-2 {
  margin-top: 0px;
}
.product-extra-link a[title="View Cart"] {
  background: #ff3e3e;
  padding: 3px 20px;
  text-transform: uppercase;
  color: #fff;
}
.product-extra-link a.added.add_to_cart_button {
  display: none!important;
}
.widget_s7upf_list_products .ifo-product .product-name {
  padding: 0px;
}
.widget_s7upf_list_products .price .woocommerce-Price-amount {
  font-size: 20px;
}
.widget_s7upf_list_products .price del .woocommerce-Price-amount {
  font-size: 15px;
}
.ifo-member .box-icon {
  margin: 30px 0 5px;
}
.ifo-member .box-icon a {
  height: 35px;
  width: 35px;
  display: inline-block;
  padding: 6px;
}
.mb-map-element {
  border: 1px solid #ccc;
  padding: 20px;
}
.mb-page-404 .search-widget {
  display: inline-block;
}
.mb-page-404 .page-header {
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.mb-page-404 .page-header .page-title {
  font-size: 40px;
  color: #666;
}
.mb-page-404 .page-content {
  margin-bottom: 30px;
}
.mb-banner {
  background-repeat: no-repeat;
  background-size: cover;
}
.woocommerce a.button.wc-backward {
  padding: 10px 20px;
  color: #fff;
  background-color: #ff3e3e;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0px;
}
.introduce-product .box-rating {
  border: none;
}
.main-box .box-price {
  margin-top: 3px;
}
.nav-box li li.mega_menu:hover {
  background: none;
}
@media (min-width: 768px) {
  .nav-box > ul .mb_mega_menu > ul.sub-menu {
    width: 840px;
    height: 345px;
    padding: 30px;
    left: 50%;
    margin-left: -199px;
  }
  .storelike-header-2 .nav-box > ul .mb_mega_menu > ul.sub-menu {
    width: 840px;
    height: 345px;
    padding: 30px;
    left: -1px;
    margin-left: 0px;
  }
}
.mega-menu .box-img {
  width: 100%;
}
.mega-menu .box-categories {
  width: 100%;
}
.mega-menu .box-categories > ul {
  margin: 0px;
}
.mega-menu .box-categories ul li:first-child {
  padding: 5px 15px 5px 23px;
}
.mega-menu .box-categories ul li:hover a {
  color: #ff3e3e;
}
.mb-header-default h3 {
  margin-top: 0px;
}
.mb-media-post iframe {
  width: 100%;
}
/*Begin page my account*/
.woocommerce .login .button {
  background: #ff3e3e;
  color: #fff;
  border-radius: 0px;
}
.woocommerce .login .button:hover {
  background: #ff3e3e;
  opacity: 0.8;
  color: #fff;
}
ul.menu > li.current-menu-parent > a,
ul.menu > li.current-menu-item > a {
  color: #ff3e3e;
}
ul.menu ul li.current-menu-item > a {
  background: #ff3e3e;
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid #f1002d;
  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: #ff3e3e;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #ff3e3e;
}
.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: #ff3e3e;
  border-radius: 0px;
  color: #fff;
  font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-content .button: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: #ff3e3e;
  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;
}
/*End page my account*/
.end-footer-2 #back-to-top {
  background-color: #ff3e3e;
  border-color: #ff3e3e;
  color: #fff;
}
.end-footer-2 #back-to-top i {
  color: #fff;
}
.mb-tweets {
  margin-top: 0px;
}
.menu-item .mb-icon-menu {
  margin-left: 5px;
}
.header-default .mb-menu .menu-item ul li.mega_menu {
  padding: 0px;
}
.header-default .mb-menu .menu-item ul li.mega_menu .contact-box p {
  padding: 0px;
}
.mb-menu > ul > li > ul li.mega_menu a {
  padding: 0px;
}
.nav-box li li.mega_menu:hover a {
  background-color: transparent;
}
.header-default .mb-menu .menu-item .box-categories ul li:first-child {
  padding: 5px 15px 5px 23px;
}
.mega-menu .box-categories > ul {
  display: block;
}
.mb-price-instock > .price {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.mb-price-instock .price .mb-price-html {
  padding: 4px 0px;
  display: inline-block;
}
.mb-price-instock .price .mb-price-html del,
.mb-price-instock .price .mb-price-html ins {
  padding: 0px 8px;
}
.mb-price-instock .price .mb-price-html .woocommerce-Price-amount {
  font-size: 24px;
}
.mb-price-instock .price .mb-price-html del .woocommerce-Price-amount {
  font-size: 18px;
  color: #000;
}
.mb-element-tab-product.seller .owl-prev {
  top: 31%;
  margin-top: 0px;
}
.mb-element-tab-product.seller .owl-next {
  top: 31%;
  margin-top: 0px;
}
.mb-slider-categories {
  margin: 0px -15px;
}
.mb-element-slider-categories {
  padding: 0px;
  margin: 0px;
}
.mb-element-slider-categories .owl-prev:hover,
.mb-element-slider-categories .owl-next:hover {
  background: #ff3e3e;
}
.mb-element-slider-categories .owl-prev {
  margin-left: 15px;
}
.mb-element-slider-categories .owl-next {
  margin-right: 15px;
}
.mb-element-slider-categories .wrap-item .item {
  margin: 0px 15px;
}
.mb-element-slider-categories .owl-pagination {
  position: absolute;
  bottom: -15%;
  left: 0;
  right: 0;
  text-align: center;
}
.mb-element-slider-categories .owl-pagination .owl-page {
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.mb-element-slider-categories .owl-pagination .owl-page span {
  background-color: #fff;
  padding: 0px 3px 0px 3px;
  font-size: 4px;
  margin: 0 8px;
  border: 1px solid #ccc;
}
.mb-element-slider-categories .owl-pagination .owl-page.active span {
  border: 1px solid transparent;
  background-color: #6597b1;
}
.banner-slide .slide-info {
  position: inherit;
  left: inherit;
  margin-top: 0px;
  top: inherit;
}
.banner-slide .slide-info .btn-1,
.banner-slide .slide-info .btn-2,
.banner-slide .slide-info .btn-3,
.banner-slide .slide-info a {
  position: absolute;
}
.banner-slide .slide-info a {
  left: -50%;
  margin: auto;
  margin-bottom: -100px;
}
.banner-slide .slide-info .btn-1 {
  top: 0%;
  margin-top: -400px;
  right: 0;
}
.banner-slide .slide-info .btn-2 {
  margin-left: -400px;
  margin-top: 0px;
}
.banner-slide .active .slide-info {
  position: absolute;
  left: 50%;
  margin-top: -57px;
  top: 50%;
}
.banner-slide .active .slide-info .btn-1 {
  margin-top: -90px;
}
.banner-slide .active .slide-info .btn-2 {
  margin-top: 0px;
}
.banner-slide .active .slide-info .btn-3 {
  margin-bottom: 70px;
}
.banner-slide .active .slide-info .btn-1,
.banner-slide .active .slide-info .btn-2,
.banner-slide .active .slide-info .btn-3,
.banner-slide .active .slide-info a {
  position: relative;
  left: -50%;
  top: inherit;
  margin-right: 0px;
  margin-left: 0px;
}
.mb_banner_shop {
  background-size: cover;
}
.storelike-content .mb-tag {
  margin-bottom: 15px;
  color: #999;
}
.storelike-content > h1,
.storelike-content > h2,
.storelike-content > h3,
.storelike-content > h4,
.storelike-content > h5,
.storelike-content > h6 {
  color: #333;
}
.storelike-content > ul li {
  list-style: disc;
}
.storelike-content ul li {
  list-style: disc;
}
.storelike-content ol li {
  list-style: decimal;
}
.storelike-content ol ul li {
  list-style: disc;
}
.storelike-content ol ul li ol li {
  list-style: decimal;
}
.storelike-content dd {
  margin-bottom: 20px;
}
.storelike-content address {
  font-style: italic;
}
.storelike-content > table th,
.storelike-content > table td {
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
}
.storelike-content > table th a,
.storelike-content > table td a {
  color: #337ab7;
}
.storelike-content > table th a:hover,
.storelike-content > table td a:hover {
  color: #ff3e3e;
}
.storelike-content .post-password-form input[type="submit"] {
  padding: 3px 10px;
}
.storelike-content .post-password-form input[type="submit"]:hover {
  opacity: 0.8;
}
.st-default .mb-comment > ul.comments-list {
  padding-left: 0px;
}
.comment-content p {
  margin: 0 0 10px;
}
.page-links a,
.page-links > span {
  border: 1px solid #eaeaea;
  display: inline-block;
  font-size: 12px;
  height: 2em;
  line-height: 2;
  text-align: center;
  width: 2em;
}
.page-links {
  margin-bottom: 20px;
}
.page-links a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #ff3e3e;
  border: 1px solid #ff3e3e !important;
  color: #fff;
}
.page-links a:hover {
  color: #fff;
  opacity: 0.8;
}
.mb-post-sticky .introduce {
  background: #f7f5f5;
  padding-bottom: 15px;
  padding-top: 15px;
  border-radius: 7px;
}
.mb-post-sticky .introduce > .title,
.mb-post-sticky .introduce > .text,
.mb-post-sticky .introduce > .mb-tag {
  padding-left: 15px;
  padding-right: 15px;
}
.mb-post-sticky .introduce > .read-more {
  margin-left: 15px;
}
.wp-caption {
  max-width: 100%;
  margin-bottom: 1.6842em;
}
.wp-caption-text {
  color: #707070;
  line-height: 1.5;
  padding: 0.5em 0;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.2632em;
}
.mb-post-single-sticky .post-name {
  width: 97%;
}
.mb-post-single-sticky i.fa-thumb-tack {
  color: #ff3e3e;
  font-size: 25px;
  float: right;
}
.alignright {
  display: inline;
  float: right;
  margin: 0.4211em 0 1.6842em 1.6842em;
}
.alignleft {
  display: inline;
  float: left;
  margin: 0.4211em 1.6842em 1.6842em 0;
}
.blog-item.sticky .post-name i {
  color: #ff3e3e;
}
.comment-content dd {
  margin-bottom: 20px;
}
.comment-content > h1,
.comment-content > h2,
.comment-content > h3,
.comment-content > h4,
.comment-content > h5,
.comment-content > h6 {
  color: #333;
}
.comment-content > table th,
.comment-content > table td {
  padding: 10px 10px;
  border-bottom: 1px dotted #ccc;
}
.comment-content > table th a:hover,
.comment-content > table td a:hover {
  color: #ff3e3e;
}
.comment-content > table th {
  color: #333;
  border-bottom: 1px solid #ccc;
}
.comment-content > ul li {
  list-style: disc;
}
.comment-content > ol li {
  list-style: decimal;
}
.comment-content address {
  font-style: italic;
}
.woocommerce-checkout #payment ul.payment_methods li {
  list-style: none;
}
.woocommerce .button.mb-button-filter-price:hover {
  color: #fff;
}
.mb-comment ul.comments-list li.pingback .main-comment {
  border: none;
}
/**
 * 6.5 Gallery images
 * -----------------------------------------------------------------------------
 */
.gallery {
  margin-bottom: 20px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(46%);
  max-width: calc(46%);
}
.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(29.3%);
  max-width: calc(29.3%);
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(21%);
  max-width: calc(21%);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(16%);
  max-width: calc(16%);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(12.6%);
  max-width: calc(12.6%);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(10.28%);
  max-width: calc(10.28%);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(8.5%);
  max-width: calc(8.5%);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(7.1%);
  max-width: calc(7.1%);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
.gallery-columns-4.gallery-size-thumbnail figure.gallery-item:nth-of-type(4n+1) {
  clear: left;
}
.tab-content blockquote {
  border-left: 5px solid #eee;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
  transition: all 0.5s;
  bottom: -100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
  bottom: 0;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.gallery:before {
  content: "";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery:before,
.gallery:after {
  content: "";
  display: table;
}
.entry-content .gallery {
  background: transparent;
  min-height: 300px;
}
.gallery figure {
  width: auto!important;
}
.post_categoty a {
  color: #999;
}
.post_categoty a:hover {
  color: #333;
}
.mb-tag {
  padding-left: 0px;
  padding-top: 10px;
  font-size: 12px;
}
.mb-tag a {
  color: #999;
}
.mb-tag a:hover {
  color: #333;
}
/*
figure.wp-caption{
  width: 100%!important;
}*/
/*end gallery*/
.mb-post-sticky.post-style-two_column {
  background: transparent;
}
.posted_in,
.tagged_as,
.sku_wrapper {
  color: #666;
  font-size: 14px;
  font-weight: 600;
}
.posted_in .sku,
.tagged_as .sku,
.sku_wrapper .sku {
  font-weight: 100;
}
.posted_in a,
.tagged_as a,
.sku_wrapper a {
  font-weight: 100;
  color: #666;
  text-transform: lowercase;
}
.posted_in a:first-child,
.tagged_as a:first-child,
.sku_wrapper a:first-child {
  text-transform: none;
}
.posted_in a:hover,
.tagged_as a:hover,
.sku_wrapper a:hover {
  color: #ff3e3e;
}
.content-blog .introduce .post-name,
.mb-comment .comment-reply-title,
.mb-comment .comments-title {
  font-size: 20px;
}
.post-share {
  border-bottom: none;
}
.title-page {
  color: #333;
  margin-bottom: 30px;
}
.mb-post-next-pre {
  border-top: 1px solid #ccc;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.sidebar-widget select {
  margin-top: 15px;
}
.no-results {
  text-align: center;
}
.no-results .page-content .search-widget {
  margin: auto;
}
.introduce .author123 {
  color: #999;
}
.introduce .author123:hover {
  color: #333;
}
.our-services .box-item .title {
  margin-top: -78px;
}
.mb-product-slider-7.brand-showcase {
  margin-top: 50px;
}
.mb-review-woo .comment-form input,
.mb-review-woo .comment-form textarea {
  padding: 0px 10px;
}
.mb-review-woo .comment-form input::-webkit-input-placeholder {
  color: #cccccc;
}
.mb-review-woo .comment-form input::-moz-placeholder {
  color: #cccccc;
}
.mb-review-woo .comment-form input:-moz-placeholder {
  color: #cccccc;
}
.mb-review-woo .comment-form textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.mb-review-woo .comment-form textarea::-moz-placeholder {
  color: #cccccc;
}
.mb-review-woo .comment-form textarea:-moz-placeholder {
  color: #cccccc;
}
.woocommerce-account-fields #createaccount {
  position: relative;
  display: inline-block;
}
.woocommerce-account-fields span {
  display: inline-block;
  color: #333;
  font-weight: 500;
}
@media (min-width: 769px) {
  .mb-product-slider-7 .box-product .item:nth-child(4n+1) {
    clear: both;
  }
  .mb-element-slider-3 .box-product .col-md-4:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 768px) {
  .header-default .nav-box ul ul li > ul {
    display: none;
  }
  .header-default .nav-box ul ul li:hover > ul {
    display: block;
  }
}
@media (max-width: 1024px) {
  .mb_list_product .item .ifo-product .price .woocommerce-Price-amount {
    font-size: 20px;
  }
  .mb_list_product .item .ifo-product .price del .woocommerce-Price-amount {
    font-size: 14px;
  }
  .mb_list_product .item .ifo-product .price ins .woocommerce-Price-amount {
    font-size: 18px;
  }
  .detail-product .detail-gallery .carousel {
    height: 70%!important;
  }
  .thumb-carousel ul li {
    margin-bottom: 8px;
    height: 70px!important;
  }
  .widget_search .search-widget {
    width: 100%;
  }
  .widget_search .search-widget input {
    width: 60%;
  }
  .widget_search .search-widget button {
    width: 40%;
  }
  .mb-hd-default .logo a h1 {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .mb_list_product .col-md-4:nth-child(3n+1) {
    clear: none;
  }
  .mb_list_product .col-md-4:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 768px) {
  .mb-product-slider-7 .tab-pane .item {
    width: 50%;
  }
  .box-gallery-3 .box-bottom .box-text h3 {
    font-size: 30px;
  }
  .box-clothing-slide > p {
    margin-right: 43px;
  }
  .mb-box-after-list-product .col-md-4 {
    display: block;
    text-align: center;
  }
  .mb-box-after-list-product .col-md-4 .woocommerce-result-count {
    float: none;
  }
  .mb-box-after-list-product .col-md-4 .st-post-per-page {
    text-align: center;
  }
  .woocommerce table.shop_table.cart {
    margin-top: 0px;
  }
  .woocommerce table.shop_table.cart td {
    border: none;
  }
  .woocommerce table.shop_table.cart tbody tr.cart_item:nth-child(2n+1) {
    background: #f5eaea;
  }
  .mb-element-tab-product .nav-tabs {
    text-align: center;
  }
  .mb-element-tab-product .nav-tabs li {
    float: none;
  }
  .banner h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .mb-product-slider-7 .tab-pane .item {
    width: 100%;
  }
  .storelike-content > ul {
    text-align: left;
  }
  .mb-hd-default .mb-menu {
    width: 100%;
    margin-right: 0px;
  }
  .mb-hd-default .mb-menu > ul > li > ul li:last-child a {
    border-bottom: none;
  }
  .mb-hd-default .mb-menu > ul > li > ul li a {
    padding: 8px 0px 8px 15px;
  }
  .mb-menu ul.menu > li > ul li ul.sub-menu {
    opacity: 1;
  }
  .introduce .title ul li:last-child {
    margin-right: 0px;
  }
  .media-blog iframe {
    height: auto;
  }
  .content-blog .media-blog {
    margin-bottom: 20px;
  }
  .mb-comment .comment-reply-title {
    font-size: 20px;
  }
  .mb-menu .sub-menu {
    display: none;
  }
  .introduce .title ul {
    text-align: center;
  }
  .woocommerce .woocommerce-breadcrumb a {
    display: inline-block;
  }
  .storelike-header-home-3 .nav-box.nav-box-home2 > ul {
    margin-left: 0px;
  }
  .storelike-mini-home2 .mini-cart-box.cart-box {
    position: relative;
    float: none;
    text-align: center;
    top: 0;
  }
  .storelike-header-2 .nav-box.nav-box-home2 > ul {
    left: -30px;
    top: 40px;
  }
  .storelike-header-2 .col-sm-3.wpb_column {
    width: 80%;
    float: right;
  }
  .storelike-header-2 .nav-box-home2 {
    position: absolute;
  }
  .mega-menu .box-categories ul li:hover {
    border: none;
  }
  .nav-box > ul > li > ul {
    opacity: 1;
    visibility: visible;
  }
  .nav-box ul li:hover > ul {
    visibility: visible;
  }
  .nav-box > ul {
    height: 300px;
    overflow-y: scroll;
  }
  .menu-item .mb-icon-menu {
    padding: 5px 10px;
    float: right;
    font-size: 15px;
  }
  .nav-box > ul > li > ul,
  .mb-menu ul.menu > li > ul li ul.sub-menu {
    position: relative;
    width: 100%;
    border: none;
    box-shadow: none;
  }
  .mb-menu ul.menu > li > ul li ul.sub-menu {
    left: auto;
    width: 100%;
    border: none;
    padding: 0px 0px 0px 15px;
  }
  .nav-box ul li:hover > ul {
    box-shadow: none;
  }
  .header-default .nav-box li li:hover > a {
    color: #333;
  }
  .nav-box li li:hover a {
    background: #fff;
  }
  .mb-menu ul.menu > li > ul .mb-icon-menu {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
  .mb-menu > ul > li > ul li a {
    padding: 10px 0px 10px 15px;
    border-bottom: 1px solid #eee;
  }
  .mb-breadcrumb .tp-breadcrumb,
  .mb-breadcrumb .col-md-4 {
    text-align: center;
  }
  .mb-breadcrumb .box-right {
    float: none;
  }
  .s7upf_widget_layered_nav .main-box {
    padding-bottom: 20px;
  }
  .list-table {
    width: 100%;
  }
  .logo {
    text-align: center;
  }
  .logo a {
    padding: 0px;
  }
  .mb-element-link .menu-item {
    text-align: center;
  }
  .nav-box > ul {
    width: 100%;
    margin-right: 0px;
  }
  #back-to-top {
    bottom: 30px;
    background-color: #ff3e3e;
    color: #fff;
  }
  #back-to-top i {
    color: #fff;
  }
}
@media (max-width: 667px) {
  .banner h2 {
    font-size: 40px;
  }
  .banner h3 {
    font-size: 20px;
  }
  .mb-comment .mb-text {
    width: 100%;
  }
  .st-comment-form {
    margin-top: 20px;
  }
}
@media (max-width: 568px) {
  .mb-comment .comment-reply-title {
    font-size: 18px;
  }
  .welcome .enter-email {
    padding: 25px 10px 35px 10px;
  }
  .mb-welcome .enter-email .box-sign-up input[type="email"] {
    width: 100%;
    padding-right: 40px;
  }
  .box-sign-up button {
    right: 0;
  }
  .woocommerce div.product form.cart div.quantity {
    float: none;
    margin-bottom: 10px;
  }
  .woocommerce div.product form.cart div.quantity .qty {
    width: 100%;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
  }
  .mb_date {
    position: relative;
    float: none;
    width: 100%;
    background: transparent;
    padding: 0px 15px;
  }
  .mb_date .kkk {
    background: #ff3e3e;
    padding: 5px;
  }
}
@media (max-width: 480px) {
  .mb-element-link .menu-item {
    display: block;
  }
  .banner h2 {
    font-size: 25px;
  }
  .banner h3 {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .nav-box > ul {
    width: 100%;
    margin-right: 0px;
  }
}
