/*
Theme Name: OneX
Theme URI: http://onex.new2new.com/
Author: villatheme.com
Author URI: https://villatheme.com
Description: Multipurpose Responsive WooCommerce WordPress Theme
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready,  translation-ready
Text Domain: onex
Domain Path: /languages/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#Alignment
#Lists
#table
#Gallery
#Main Menu
	## megamenu
	## sub menu
	## Touch interaction
#Top Bar
#Shortcode
	## Product
	## Icon Box
#Mini Cart
#Single Product
	## Product variable
#Content Product
#Magnific Popup CSS
#Blog
#Single Blog
#Page 404
#Footer
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
code {
  white-space: normal;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
input:focus,
textarea:focus,
a:focus {
  outline: none;
  box-shadow: 0 0 0;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
a:hover,
a:focus {
  text-decoration: none;
}
button:focus,
input:focus {
  outline: none;
}
/* Alignment */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
blockquote.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}
blockquote.alignright,
img.alignright {
  margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}
.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px;
}
.sticky .entry-date {
  display: none;
}
.bypostauthor > article .fn:before {
  content: "\f408";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px;
}
/* #Lists
================================================== */
ul,
ol {
  margin-bottom: 10px;
  margin-left: 15px;
}
ol {
  list-style: decimal;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 30px;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px;
}
/*#table*/
table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
th,
td {
  padding: 4px 6px;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
}
td {
  border-width: 0 1px 1px 0;
}
dd {
  margin-bottom: 24px;
}
select {
  border: 1px solid #e6e6e6;
  padding: 7px 12px 8px 12px;
  line-height: 18px;
}
select:focus {
  outline: none;
}
input[type=file]:focus {
  border-color: #e6e6e6;
  box-shadow: 0 0 0;
  outline: none;
}
/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */
.page-content .page-content-inner .gallery .gallery-item img {
  margin-bottom: 0;
}
.gallery {
  margin-bottom: 20px;
}
.gallery:after {
  content: "";
  display: table;
  clear: both;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
figure {
  max-width: 100%;
}
/* custom style select */
.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font: normal 11px/22px Arial, Sans-Serif;
  color: black;
  border: 1px solid #ccc;
}
.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 0 10px;
  font-weight: bold;
}
.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 9px;
  right: 6px;
}
.styledSelect:active,
.styledSelect.active {
  background-color: #eee;
}
.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
}
.options li {
  margin: 0 0;
  padding: 0 10px;
}
.options li:hover {
  background-color: #39f;
  color: white;
}
/* Top to bottom keyframes */
@-webkit-keyframes wpb_ttb {
  0% {
    -webkit-transform: translate(0, -10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes wpb_ttb {
  0% {
    -moz-transform: translate(0, -10%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes wpb_ttb {
  0% {
    -o-transform: translate(0, -10%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes wpb_ttb {
  0% {
    transform: translate(0, -10%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
/***********************
Main Menu
**********************/
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
.affix-top .sticky-logo {
  display: none;
}
.affix {
  left: 0;
  -webkit-box-shadow: 0 1px rgba(221, 221, 221, 0.33) 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px rgba(221, 221, 221, 0.33) 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px rgba(221, 221, 221, 0.33) 1px 2px rgba(0, 0, 0, 0.1);
}
.affix .no-sticky-logo {
  display: none;
}
.site-header.sticky-header,
.site-header.header_overlay {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0;
}
.site-header .navbar-nav > li {
  float: none;
  display: inline-block;
}
.site-header .vi-single-image-desc {
  text-transform: none;
  margin-top: 10px;
  display: block;
}
.admin-bar .site-header.sticky-header,
.admin-bar .site-header.header_overlay {
  top: 32px;
}
.sticky-header {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sticky-header.affix.menu-hidden {
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
}
.site-header:before,
.site-header:after {
  content: " ";
  display: table;
}
.site-header:after {
  clear: both;
}
.site-header.sticky-header.affix {
  position: fixed;
  top: 0;
}
.site-header.sticky-header.affix .topbar-header,
.site-header.sticky-header.affix .wrapper-logo {
  display: none;
}
.site-header.sticky-header.affix.header_v1 .width-navigation {
  text-align: right;
}
.site-header.sticky-header.affix.header_v1 .tm-table {
  position: relative;
}
.site-header.site-header_nav_left .hamburger-buntton_v3 {
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #111;
  width: 35px;
  display: inline-block;
  float: left;
  left: 0;
  position: fixed;
  z-index: 99;
}
.site-header.site-header_nav_left .hamburger-buntton_v3 .line {
  width: 25px;
  height: 2px;
  background-color: #ecf0f1;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-header.site-header_nav_left .hamburger-buntton_v3:hover {
  cursor: pointer;
}
.site-header.site-header_nav_left .hamburger-buntton_v3.is-active .line:nth-child(1),
.site-header.site-header_nav_left .hamburger-buntton_v3.is-active .line:nth-child(3) {
  width: 20px;
}
.site-header.site-header_nav_left .hamburger-buntton_v3.is-active .line:nth-child(1) {
  -webkit-transform: translateX(6px) rotate(45deg);
  -ms-transform: translateX(6px) rotate(45deg);
  -o-transform: translateX(6px) rotate(45deg);
  transform: translateX(6px) rotate(45deg);
}
.site-header.site-header_nav_left .hamburger-buntton_v3.is-active .line:nth-child(3) {
  -webkit-transform: translateX(6px) rotate(-45deg);
  -ms-transform: translateX(6px) rotate(-45deg);
  -o-transform: translateX(6px) rotate(-45deg);
  transform: translateX(6px) rotate(-45deg);
}
.site-header.site-header_nav_left .width-navigation {
  width: 0;
  height: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  left: -250px;
  background-color: #111;
  transition: 0.85s;
  padding-top: 60px;
  text-align: center;
}
.site-header.site-header_nav_left .width-navigation.is_active {
  left: 0;
  width: 250px;
}
.site-header.site-header_nav_left .width-navigation .navbar-nav > li {
  display: block;
  position: relative;
}
.site-header.site-header_nav_left .width-navigation .navbar-nav > li > a {
  padding: 15px;
}
.site-header.site-header_nav_left .width-navigation .navbar-nav > li .sub-menu,
.site-header.site-header_nav_left .width-navigation .navbar-nav > li .widget_shopping_cart_content {
  left: 250px;
  top: 0;
  margin-top: 0;
}
.site-header.site-header_nav_left .width-navigation .navbar-nav > li.menu-right ul > li {
  display: block;
}
.site-header.site-header_nav_left .width-navigation .width-logo {
  padding-bottom: 25px;
}
#wrapper-container {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#wrapper-container.active_home3 {
  margin-left: 250px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.menu-main-menu > .menu ul li {
  display: inline-block;
  list-style: none;
  padding: 10px 15px;
}
.drag-target {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  z-index: 998;
  cursor: url("images/close.png"), progress;
}
#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity;
}
.menu-main-menu > .menu ul li {
  display: inline-block;
  list-style: none;
  padding: 10px 15px;
}
.wrapper-logo .text-right aside {
  margin-left: 15px;
}
.wrapper-logo .text-right aside:first-child {
  margin-left: 0;
}
.wrapper-logo .minicart-style-1 .cart-title {
  margin-right: 10px;
}
/*******************************
Top Bar
********************************/
.widget-topbar-left,
.widget-topbar-right {
  width: 50%;
  float: left;
  padding: 9px 0;
  text-align: left;
}
.widget-topbar-left.full-width,
.widget-topbar-right.full-width {
  width: 100%;
  text-align: center;
}
.widget-topbar-left.full-width aside,
.widget-topbar-right.full-width aside {
  padding-left: 20px;
  padding-right: 20px;
}
.widget-topbar-left aside,
.widget-topbar-right aside {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.widget-topbar-left aside:after,
.widget-topbar-right aside:after {
  position: absolute;
  right: 0;
  top: -9px;
  bottom: -11px;
  content: "";
  width: 1px;
  background: #000;
  display: inline-block;
}
.widget-topbar-left aside:last-child:after,
.widget-topbar-right aside:last-child:after {
  display: none;
}
.widget-topbar-left .onex_social_links.basic li,
.widget-topbar-right .onex_social_links.basic li {
  margin-right: 0;
}
.widget-topbar-left .onex_social_links i.fa,
.widget-topbar-right .onex_social_links i.fa {
  font-size: inherit;
}
.widget-topbar-right {
  text-align: right;
}
.widget-topbar-right .widget_text > ul > li {
  padding: 0 25px;
  border-right: 1px solid #e1e1e1;
  margin: 0;
  line-height: 1;
}
.widget-topbar-right .widget_text > ul > li:last-child {
  padding-right: 0;
  border-right: 0;
}
.widget-topbar-right .widget_text > ul > li a {
  padding: 0;
}
.widget-topbar-left .widget_text > ul > li {
  padding: 0 25px;
  border-left: 1px solid #e1e1e1;
  margin: 0;
  line-height: 1;
}
.widget-topbar-left .widget_text > ul > li:first-child {
  padding-left: 0;
  border-left: 0;
}
.widget-topbar-left .widget_text > ul > li a {
  padding: 0;
}
.top-infor {
  margin: 0;
}
.top-infor li {
  display: inline-block;
  list-style: none;
  margin-right: 25px;
}
.top-infor li.email:before {
  content: "\f1d9";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
}
.top-infor li.phone:before {
  content: "\f095";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
}
.top-infor li.language:before {
  content: "\f0ac";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
}
.topbar-header {
  border-bottom: 1px solid;
}
.topbar-header .widget_nav_menu ul {
  margin: 0 -5px;
}
.topbar-header .widget_nav_menu ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  position: relative;
}
.topbar-header .widget_nav_menu ul li.menu-item-has-children:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107";
  margin-left: 5px;
}
.topbar-header .widget_nav_menu ul .sub-menu {
  display: none;
  position: absolute;
  top: auto;
  left: 0;
  min-width: 120px;
  padding: 5px;
  text-align: left;
}
.topbar-header .widget_nav_menu ul .sub-menu li {
  width: 100%;
}
.topbar-header .widget_nav_menu ul li:hover .sub-menu {
  display: block;
}
.topbar-header ul {
  margin: 0 -5px;
}
.topbar-header ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
/*************************
Shortcode
*************************/
.vi-heading {
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}
.vi-heading .title {
  margin-bottom: 6px;
}
.vi-heading.style1 {
  text-transform: uppercase;
}
.vi-heading.style1 .title {
  position: relative;
}
.vi-heading.style1 .title:before {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 2px;
  left: 0;
  background: #e7e7e7;
  content: "";
}
.vi-heading.style1 .title:after {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 2px;
  right: 0;
  background: #e7e7e7;
  content: "";
}
.vi-heading.style1 .title span {
  display: inline-block;
  margin: 0;
  position: relative;
  padding: 0 15px;
  line-height: 1;
}
.vi-heading.style1 .title span:before {
  position: absolute;
  top: 50%;
  height: 2px;
  width: 1000px;
  left: -1000px;
  background: #e7e7e7;
  content: "";
}
.vi-heading.style1 .title span:after {
  position: absolute;
  top: 50%;
  height: 2px;
  width: 1000px;
  right: -1000px;
  background: #e7e7e7;
  content: "";
}
.vi-heading.style1 .icon-heading {
  margin-bottom: 25px;
}
.vi-heading.style1 .description {
  padding: 10px 0 0;
}
.vi-heading.style2 {
  text-align: left;
}
.vi-heading.style2 .title {
  margin: 0 0 10px 0;
  line-height: 1;
}
.vi-heading.style2 .description:before {
  content: "";
  width: 15px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  background: #0cb9e7;
  margin-right: 20px;
}
.vi-heading.style3 {
  margin-bottom: 0;
}
.vi-heading.style3 .title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.vi-heading.style3 .title:after {
  content: "";
  width: 25px;
  height: 5px;
  border-top: 2px solid #0cb9e7;
  border-bottom: 2px solid #0cb9e7;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -12px;
}
.vi-heading.style3 .title span:before {
  content: "";
  width: 25px;
  height: 5px;
  border-top: 2px solid #6dc068;
  border-bottom: 2px solid #6dc068;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -39px;
  bottom: 0;
}
.vi-heading.style3 .title span:after {
  content: "";
  width: 25px;
  height: 5px;
  border-top: 2px solid #e7a82a;
  border-bottom: 2px solid #e7a82a;
  display: inline-block;
  position: absolute;
  right: 50%;
  bottom: 0;
  margin-right: -39px;
}
.vi-heading.style3 .description {
  max-width: 700px;
  margin: 0 auto;
}
.vi-heading.style3.text-left .title:after {
  left: 0;
  margin-left: 0;
}
.vi-heading.style3.text-left .title span:before {
  left: 26px;
  margin-left: 0;
}
.vi-heading.style3.text-left .title span:after {
  right: auto;
  margin-right: 0;
  left: 52px;
}
.vi-heading.style4 .vi-heading-inner {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
.vi-heading.style4 .vi-heading-inner:before,
.vi-heading.style4 .vi-heading-inner:after {
  content: "";
  position: absolute;
  width: 2px;
  top: 10px;
  bottom: 0;
  display: inline-block;
  left: 0;
}
.vi-heading.style4 .vi-heading-inner:after {
  left: auto;
  right: 0;
}
.vi-heading.style5 .description {
  margin: 20px auto 0 auto;
  max-width: 360px;
}
.vi-heading.style6 {
  position: relative;
  padding: 25px 25px 10px 25px;
  text-align: left;
}
.vi-heading.style6:before {
  content: "";
  height: 2px;
  width: 30px;
  background: #0cb9e7;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.vi-heading.style6:after {
  content: "";
  width: 2px;
  height: 30px;
  background: #0cb9e7;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.vi-heading.style6 .title {
  margin: 0;
}
.vi-heading.text-left {
  text-align: left;
}
.vi-heading.text-left .title {
  padding-left: 0 !important;
}
.vi-heading.text-right {
  text-align: right;
}
.vi-heading.text-right .title {
  padding-right: 0 !important;
}
.vi-heading.text-right.style6:before,
.vi-heading.text-right.style6:after {
  left: auto;
  right: 0;
}
.vi-heading.style7 {
  border-bottom: 1px solid #7c7c70;
  position: relative;
  overflow: initial;
  background: #FFFFFF;
}
.vi-heading.style7 > .title {
  padding: 20px 0;
  margin: 0;
}
.vi-heading.style7 .arrow_bottom {
  border-right: 1px solid #7c7c70;
  border-bottom: 1px solid #7c7c70;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  position: absolute;
  bottom: -8px;
  left: 50%;
}
.related-products .vi-heading .sub-title em {
  margin: 0 10px;
  width: 14px;
}
.related-products .vi-heading .sub-title em:before {
  font-size: 14px;
}
.grabbing {
  cursor: move;
}
.vi-testimonials .owl-theme .owl-controls .owl-page span {
  font-size: 0 !important;
  padding: 0 !important;
}
.vi-testimonials .item_testimonial {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.vi-testimonials .item_testimonial .testimonial-image {
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 30px auto;
}
.vi-testimonials .item_testimonial .title-regency {
  margin-bottom: 40px;
}
.vi-testimonials .item_testimonial .title-regency h5 {
  color: inherit;
}
.vi-testimonials .item_testimonial .title-regency h5 a,
.vi-testimonials .item_testimonial .title-regency h5 .regency {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
}
.vi-testimonials .item_testimonial .title-regency h5 .regency {
  margin-left: 10px;
  position: relative;
}
.vi-testimonials .item_testimonial .title-regency h5 .regency:before {
  content: "-";
  display: inline-block;
  margin-right: 10px;
}
.vi-testimonials.testimonial-style2 .item_testimonial .testimonial-image {
  margin-top: 40px;
}
.vi-testimonials.testimonial-style2 .item_testimonial .title-regency {
  margin-bottom: 15px;
}
.vi-testimonials.vi_anb_nav_control .owl-controls {
  display: none !important;
}
/**********************
Icon Box
**********************/
.sc-icon-boxed:before,
.sc-icon-boxed:after {
  content: " ";
  display: table;
}
.sc-icon-boxed:after {
  clear: both;
}
.sc-icon-boxed .box-icon {
  line-height: 1;
}
.icon-box-style-top {
  text-align: center;
}
.icon-box-style-top .box-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  border: 1px solid #cbccd0;
  margin: 0 auto 35px auto;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.icon-box-style-top .icon-box-content .title {
  margin-bottom: 30px;
  text-transform: uppercase;
  margin-top: 0;
}
.icon-box-style-top_left .box-icon {
  margin-bottom: 35px;
}
.icon-box-style-top_left .icon-box-content .title {
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-transform: uppercase;
  margin-top: 0;
  position: relative;
}
.icon-box-style-top_left .icon-box-content .title:before {
  content: "";
  width: 68px;
  height: 1px;
  border: 1px solid;
  position: absolute;
  left: 0;
  bottom: 0;
}
.vc_tta-container .vc_tta-tabs.vc_general.vc_tta-style-flat .vc_tta-tabs-list {
  overflow: hidden;
  margin: 0;
}
.vc_tta-container .vc_tta-tabs.vc_general.vc_tta-style-flat .vc_tta-tabs-list li {
  margin: 0;
}
.vc_tta-container .vc_tta-tabs.vc_general.vc_tta-style-flat .vc_tta-tabs-list .vc_tta-tab a {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  padding-bottom: 20px;
  padding-left: 0;
  padding-top: 20px;
  text-transform: uppercase;
  position: relative;
}
.vc_tta-container .vc_tta-tabs.vc_general.vc_tta-style-flat .vc_tta-tabs-list .vc_tta-tab a:before {
  background: #cdcdcd none repeat scroll 0 0;
  bottom: 0 !important;
  content: "";
  display: block !important;
  height: 1px;
  left: 0 !important;
  position: absolute;
  width: 40px !important;
}
.vc_tta-container .vc_tta-tabs.vc_general .vc_tta-panels-container .vc_tta-panels {
  background: transparent none repeat scroll 0 0;
}
.vi-shortcode-category-tabs .vi-nav-tabs {
  border-bottom: none;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: center;
  background: #f0f0f0;
  border-top: 1px solid #dcdcdc;
}
.vi-shortcode-category-tabs .vi-nav-tabs.list-tab-1 li {
  width: 100%;
}
.vi-shortcode-category-tabs .vi-nav-tabs.list-tab-2 li {
  width: 50%;
}
.vi-shortcode-category-tabs .vi-nav-tabs.list-tab-3 li {
  width: 33.33%;
}
.vi-shortcode-category-tabs .vi-nav-tabs.list-tab-4 li {
  width: 25%;
}
.vi-shortcode-category-tabs .vi-nav-tabs.list-tab-5 li {
  width: 20%;
}
.vi-shortcode-category-tabs .vi-nav-tabs li {
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
  margin: 0;
  list-style: none;
  background: transparent;
  border-right: 1px solid #dcdcdc;
}
.vi-shortcode-category-tabs .vi-nav-tabs li:last-child {
  border-right: none;
}
.vi-shortcode-category-tabs .vi-nav-tabs li.active,
.vi-shortcode-category-tabs .vi-nav-tabs li:hover {
  background: #fff;
  z-index: 2;
}
.vi-shortcode-category-tabs .vi-nav-tabs li.active a,
.vi-shortcode-category-tabs .vi-nav-tabs li:hover a,
.vi-shortcode-category-tabs .vi-nav-tabs li.active a:focus,
.vi-shortcode-category-tabs .vi-nav-tabs li:hover a:focus,
.vi-shortcode-category-tabs .vi-nav-tabs li.active a:active,
.vi-shortcode-category-tabs .vi-nav-tabs li:hover a:active,
.vi-shortcode-category-tabs .vi-nav-tabs li.active a:hover,
.vi-shortcode-category-tabs .vi-nav-tabs li:hover a:hover {
  border-radius: 0;
  border: none;
}
.vi-shortcode-category-tabs .vi-nav-tabs li a {
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 20px;
  border: none;
  margin: 0;
}
.vi-shortcode-category-tabs .vi-nav-tabs li a:focus,
.vi-shortcode-category-tabs .vi-nav-tabs li a:active,
.vi-shortcode-category-tabs .vi-nav-tabs li a:hover {
  border-radius: 0;
  border: none;
}
.related-products-slider .owl-item {
  cursor: pointer;
}
.vi-product-slider .product-slider {
  padding-left: 0;
  padding-right: 0;
}
.vi-product-slider .product-slider .owl-item .item-product {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.vi-product-slider.arrow-right .vi-heading {
  margin-bottom: 0;
  margin-top: 50px;
}
.vi-product-slider.arrow-right .vi-heading .slider-nav {
  text-align: right;
}
.vi-product-slider.arrow-right .vi-heading .slider-nav span {
  text-align: center;
}
.vi-product-slider.arrow-right .vi-heading .slider-nav span.next {
  margin-right: 0;
}
.vi-shortcode-category-tabs {
  position: relative;
}
.vi-shortcode-category-tabs div#preload-ajax.center {
  background: rgba(255, 255, 255, 0.7);
}
.vi-shortcode-category-tabs .tab-content {
  position: relative;
  margin-bottom: 0;
}
.vi-shortcode-category-tabs .tab-content .tab-pane {
  box-sizing: border-box;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform-origin: 0 0 0;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  width: 100%;
  transform: translateY(15%);
}
.vi-shortcode-category-tabs .tab-content .tab-pane.active {
  transform: translateY(0);
  opacity: 1;
  position: relative;
  z-index: 1;
}
.vi-shortcode-category-tabs .vi-product-slider .slider-nav {
  position: absolute;
  top: -100px;
  right: 0;
}
.vi-shortcode-category-tabs .vi-product-slider .slider-nav span {
  text-align: center;
}
.products-thumbs .related-products-slider {
  margin-right: -15px;
  margin-left: -15px;
}
.products-thumbs .related-products-slider .item-product {
  padding: 0 15px;
}
/*****************************
Product
*******************************/
.vi-product-plain .view-more {
  margin-top: 20px;
  margin-bottom: 35px;
  text-align: center;
}
.vi-product-plain .col-sm-6:nth-child(2n+1) {
  clear: both;
}
.vi-product-plain .col-sm-4:nth-child(3n+1) {
  clear: both;
}
.vi-product-plain .col-sm-3:nth-child(4n+1) {
  clear: both;
}
.tab-content {
  margin-bottom: 30px;
}
.tab-content .content-item-product {
  padding: 20px;
}
.tab-content .cols-pain {
  margin-bottom: 40px;
}
.tab-content .cols-pain:nth-child(2n+1) {
  clear: both;
}
.tab-content .view-more {
  width: 100%;
  clear: both;
}
.vi-product-grid .view-more {
  text-align: center;
}
.vi-product-slider {
  position: relative;
}
.vi-product-slider .product-grid {
  overflow: visible;
}
.vi-product-slider .product-grid .product-slider {
  margin: 0 -15px;
  padding: 0;
}
.vi-product-slider .product-grid .product-slider .owl-item {
  padding: 0 15px;
}
.vi-product-slider .product-grid .slider-nav span {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -32px;
  height: 65px;
  width: 65px;
  cursor: pointer;
  opacity: 0.4;
  background: url("images/arrow-slider.png");
}
.vi-product-slider .product-grid .slider-nav span i {
  font-size: 0;
}
.vi-product-slider .product-grid .slider-nav span.prev {
  left: -65px;
}
.vi-product-slider .product-grid .slider-nav span.next {
  right: -65px;
  background-position: -65px 0;
}
.vi-product-slider .product-grid .slider-nav span:hover {
  opacity: 0.8;
}
.vi-product-slider.category-product .item-cat {
  text-align: center;
  overflow: hidden;
}
.vi-product-slider.category-product .item-cat h5 {
  margin-bottom: 0;
  margin-top: 2px;
  padding: 28px 15px;
}
.vi-product-slider.category-product .item-cat a {
  color: #333;
  text-transform: uppercase;
}
.vi-product-slider.category-product .item-cat img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.vi-product-slider.category-product .item-cat:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.vi-product-slider .product-slider .owl-controls {
  margin-top: 80px;
}
.list-posts .sc-title-product {
  padding-bottom: 30px;
}
.list-posts .archive-blog .slider-nav span {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -32px;
  height: 65px;
  width: 65px;
  cursor: pointer;
  opacity: 0.4;
  background: url("images/arrow-slider.png");
}
.list-posts .archive-blog .slider-nav span i {
  font-size: 0;
}
.list-posts .archive-blog .slider-nav span.prev {
  left: -65px;
}
.list-posts .archive-blog .slider-nav span.next {
  right: -65px;
  background-position: -65px 0;
}
.list-posts .archive-blog .slider-nav span:hover {
  opacity: 0.8;
}
.sc-title-product {
  padding-bottom: 10px;
  position: relative;
  text-align: left;
}
.sc-title-product .slider-nav {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
}
.sc-title-product .slider-nav span {
  width: 54px;
  height: 54px;
  background: #fff;
  text-align: center;
  line-height: 58px;
  border-radius: 0;
  opacity: 1;
  display: inline-block;
  margin-top: -30px;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.sc-title-product .slider-nav span.prev {
  margin-right: -3px;
  position: relative;
}
.sc-title-product .title {
  margin: 0;
}
.vi-product-sc-list {
  background: #fff;
  position: relative;
}
.vi-product-sc-list:before {
  content: "";
  width: 2px;
  top: 0;
  display: inline-block;
  position: absolute;
  left: 30px;
  height: 20px;
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.vi-product-sc-list:hover:before {
  height: 47px;
  opacity: 1;
}
.vi-product-sc-list:hover .sc-title-product span.number-heading,
.vi-product-sc-list:hover .sc-title-product:before {
  opacity: 1;
}
.vi-product-sc-list .sc-title-product {
  padding-bottom: 20px;
}
.vi-product-sc-list .sc-title-product:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #8d8f93;
  width: auto;
  right: 40px;
  opacity: 0.2;
}
.vi-product-sc-list .sc-title-product span.number-heading {
  position: absolute;
  right: 0;
  bottom: -7px;
  opacity: 0.2;
  font-size: 18px;
}
.vi-product-sc-list .sc-title-product .title,
.vi-product-sc-list .sc-title-product .description {
  padding-left: 15px;
}
.vi-product-sc-list .category-product-list {
  margin-top: 40px;
  padding-bottom: 0;
}
.vi-product-sc-list .category-product-list .item-product:before,
.vi-product-sc-list .category-product-list .item-product:after {
  content: " ";
  display: table;
}
.vi-product-sc-list .category-product-list .item-product:after {
  clear: both;
}
.vi-product-sc-list .category-product-list .item-product .product-top a {
  position: relative;
  display: inline-block;
}
.vi-product-sc-list .category-product-list .item-product .product-top a span:not(.onsale) {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  text-align: center;
  color: #fff;
}
.vi-product-sc-list .category-product-list .item-product .product-top a span:not(.onsale) i {
  position: absolute;
  top: 50%;
  font-size: 18px;
  margin-left: -9px;
  margin-top: -9px;
}
.vi-product-sc-list .category-product-list .item-product .product-top a:hover span:not(.onsale) {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.vi-product-sc-list .category-product-list .item-product .product-desc .wrapper-product-price {
  margin-top: 5px;
}
.vi-product-sc-list .category-product-list .item-product .product-desc .wrapper-product-price ins {
  text-decoration: none;
}
.vi-product-sc-list .category-product-list .item-product .product-desc .wrapper-product-price del {
  opacity: 0.5;
  margin-right: 15px;
}
.vi-product-sc-list .category-product-list .item-product .controls .icon-links {
  margin-top: 20px;
}
.vi-product-sc-list .category-product-list .item-product .controls .icon-links li.add-to-cart a {
  padding: 12px;
  background: #f6f6f6;
}
.vi-product-sc-list .category-product-list .item-product .controls .icon-links li.add-to-cart a:before {
  font-size: 16px;
}
.vi-product-sc-list .category-product-list .item-product .controls .icon-links li.quick-view a {
  background: #f6f6f6;
}
.vi-product-sc-list .category-product-list .item-product .controls .icon-links li.quick-view a.loading.dark i {
  font-size: 16px;
}
.vi-product-sc-list .category-product-list .item-product .controls .icon-links li.quick-view a i {
  padding: 12px;
  font-size: 16px;
}
.vi-product-sc-list .category-product-list .item-product .controls .icon-links li .yith-wcwl-add-to-wishlist a,
.vi-product-sc-list .category-product-list .item-product .controls .icon-links li a.compare {
  background: #f6f6f6;
}
.vi-product-sc-list .category-product-list .item-product .controls .icon-links li .yith-wcwl-add-to-wishlist a:before,
.vi-product-sc-list .category-product-list .item-product .controls .icon-links li a.compare:before {
  padding: 12px;
  font-size: 16px;
}
.vi-product-sc-list .category-product-list.list_st_3 .item-product .product-top {
  float: left;
  width: 30%;
}
.vi-product-sc-list .category-product-list.list_st_3 .item-product .product-desc {
  width: 70%;
  float: left;
  padding-left: 20px;
}
.twitter-feed {
  text-align: center;
}
.twitter-feed .item-feed i.fa {
  font-size: 46px;
  margin-bottom: 30px;
  color: #8f8f8f;
}
.twitter-feed .item-feed p {
  font-style: italic;
  color: #8f8f8f;
  font-size: 120%;
}
.twitter-feed .item-feed .date {
  margin-top: 8px;
  text-transform: uppercase;
  color: #8f8f8f;
}
.list-unstyled li {
  list-style: none;
}
.list-posts {
  position: relative;
}
.list-posts .shortcode-blog .content-inner {
  border-bottom: none;
  margin-bottom: 30px;
  padding-bottom: 0;
  position: relative;
}
.list-posts .shortcode-blog .content-inner:before,
.list-posts .shortcode-blog .content-inner:after {
  content: " ";
  display: table;
}
.list-posts .shortcode-blog .content-inner:after {
  clear: both;
}
.list-posts .vi-product-slider {
  margin: 0;
}
.list-posts .vi-product-slider article {
  width: 33%;
  float: left;
}
.list-posts .vi-product-slider .owl-item article {
  width: 100%;
  float: none;
}
.list-posts.text_center .sc-title-product {
  text-align: left;
}
.list-posts .sc-title-product.blog_switch_grid {
  background: #FFFFFF;
  text-align: center;
  padding: 50px;
  z-index: 999;
}
.list-posts .sc-title-product.blog_switch_grid .wrapper-title-desc h2 {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 30px;
}
.list-posts .sc-title-product.blog_switch_grid .view-more {
  margin-top: 30px;
}
.list-posts .sc-title-product.blog_switch_grid .view-more a.btn-bottom {
  position: relative;
  padding: 15px 50px;
  border-radius: 50px;
  border: 1px solid;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  background-color: #2f3239;
  color: #FFFFFF;
}
.list-posts .sc-title-product.blog_switch_list.blog_list-03 {
  text-align: center;
}
.list-posts .archive-blog.blog_grid-01 .item-post {
  width: 50%;
  float: left;
  position: relative;
  margin-bottom: 50px;
}
.list-posts .archive-blog.blog_grid-01 .item-post:nth-last-child(1) {
  margin-bottom: 0;
}
.list-posts .archive-blog.blog_grid-01 .item-post article {
  margin-bottom: 0;
}
.list-posts .archive-blog.blog_grid-01 .item-post .overlay {
  z-index: 1;
  background: none;
}
.list-posts .archive-blog.blog_grid-01 article.has-post-thumbnail {
  position: relative;
  padding-bottom: 0;
  color: #fff;
}
.list-posts .archive-blog.blog_grid-01 article.has-post-thumbnail .content-inner {
  position: absolute;
  bottom: 0;
  padding: 0 50px;
  margin-bottom: 50px;
  z-index: 99;
}
.list-posts .archive-blog.blog_grid-01 article.has-post-thumbnail .content-inner header.entry-header .post-meta span.byline {
  display: none !important;
}
.list-posts .archive-blog.blog_grid-01 article.has-post-thumbnail .content-inner header.entry-header .post-meta span.date {
  float: left;
}
.list-posts .archive-blog.blog_grid-01 article.has-post-thumbnail .content-inner header.entry-header h2.blog_title {
  margin-top: 13px;
}
.list-posts .archive-blog.blog_grid-01 article.has-post-thumbnail .content-inner header.entry-header h2.blog_title > a {
  color: #ffffff;
}
.list-posts .archive-blog.blog_grid-01 article.has-post-thumbnail .content-inner .entry-summary p.read-more {
  display: none !important;
}
.list-posts .archive-blog.blog_switch_grid.blog_column_1 .item-post {
  width: 100%;
}
.list-posts .archive-blog.blog_switch_grid.blog_column_2 .item-post {
  width: 50%;
}
.list-posts .archive-blog.blog_switch_grid.blog_column_3 .item-post {
  width: 33.33%;
}
.list-posts .archive-blog.blog_switch_grid.blog_column_4 .item-post {
  width: 25%;
}
.list-posts .archive-blog.blog_switch_grid.blog_column_5 .item-post {
  width: 20%;
}
.list-posts .archive-blog.blog_switch_grid.blog_column_6 .item-post {
  width: 16.6666%;
}
.list-posts .archive-blog.blog_switch_grid .sc-title-product.vi-product-slider {
  width: 100%;
}
.list-posts .archive-blog.blog_switch_grid.vi-product-slider .item-post {
  width: auto;
}
.list-posts .archive-blog.blog_grid-02 article .post-formats-wrapper:before {
  position: absolute;
  content: "";
  background: rgba(185, 48, 48, 0.27);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.list-posts .archive-blog.blog_grid-02 article .post-formats-wrapper {
  position: relative;
}
.list-posts .archive-blog.blog_grid-02 article header .post-meta {
  display: none !important;
}
.list-posts .archive-blog.blog_grid-02 article .entry-summary p:first-child {
  display: none !important;
}
.list-posts .archive-blog.blog_grid-02 .item-post {
  width: 33.33%;
  float: left;
  position: relative;
  overflow: hidden;
}
.list-posts .archive-blog.blog_grid-02 .item-post img {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.list-posts .archive-blog.blog_grid-02 .item-post .item-inner-post {
  position: absolute;
  z-index: 12;
  left: 0;
  width: 100%;
  bottom: 5%;
  margin-top: 10px;
  transform: translateY(-5%);
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  -o-transform: translateY(-5%);
  color: #FFFFFF;
  padding: 0 50px;
}
.list-posts .archive-blog.blog_grid-02 .item-post .item-inner-post h2.blog_title {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
}
.list-posts .archive-blog.blog_grid-02 .item-post .item-inner-post p.read-more a {
  position: relative;
  padding: 12px 33px;
  border-radius: 50px;
  border: 1px solid;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  color: #FFFFFF;
}
.list-posts .archive-blog.blog_grid-02 .item-post .overlay {
  opacity: .6;
}
.list-posts .archive-blog.blog_grid-02 .item-post:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.category-product .item-cat {
  width: 25%;
  float: left;
  position: relative;
  overflow: hidden;
}
.category-product .item-cat img {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.category-product .item-cat .overlay {
  opacity: 0.8;
}
.category-product .item-cat .inner-item {
  position: absolute;
  z-index: 12;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
}
.category-product .item-cat .inner-item h2 {
  margin-top: 0;
  margin-bottom: 25px;
  display: block;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  text-transform: uppercase;
}
.category-product .item-cat .inner-item h2 a {
  color: #fff;
}
.category-product .item-cat .inner-item .shop-now {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  background: #fff;
  color: #333;
  padding: 10px 25px;
  line-height: 1;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: 600;
}
.category-product .item-cat .inner-item .shop-now i {
  margin-right: 8px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.category-product .item-cat:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.category-product .item-cat:hover .inner-item .shop-now,
.category-product .item-cat:hover h2 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.category-product.category-column-1 .item-cat {
  width: 100%;
}
.category-product.category-column-2 .item-cat {
  width: 50%;
}
.category-product.category-column-3 .item-cat {
  width: 33.33%;
}
.category-product.category-column-4 .item-cat {
  width: 25%;
}
.category-product.category-column-5 .item-cat {
  width: 20%;
}
.category-product.category-column-6 .item-cat {
  width: 16.6666%;
}
.list-our-team .inner-team-member {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  margin-right: 10px;
}
.list-our-team .inner-team-member:after {
  content: "";
  position: absolute;
  left: 10px;
  right: -10px;
  top: 65px;
  bottom: -10px;
  border: 1px solid #af8440;
}
.list-our-team .vi-teams-image {
  width: 110px;
  height: 110px;
  margin: 0 auto -55px auto;
  z-index: 9;
  position: relative;
}
.list-our-team .vi-teams-image img {
  width: 110px;
  height: 110px;
  border: 2px solid #af8440;
  border-radius: 50%;
}
.list-our-team .vi-teams-description {
  color: #fff;
  padding: 70px 30px 30px;
  position: relative;
  background: url("images/bg-team.jpg");
  z-index: 8;
}
.list-our-team .vi-teams-description h5 {
  text-transform: uppercase;
}
.list-our-team .vi-teams-description h5 a {
  color: #fff;
}
.list-our-team .vi-teams-description .description,
.list-our-team .vi-teams-description .vi-regency {
  opacity: 0.75;
}
.list-our-team .vi-teams-description .icon-title {
  background: url("images/icon-title-team.png");
  width: 90px;
  height: 10px;
  display: block;
  margin: 30px auto;
}
.list-our-team .vi-teams-description .socials {
  position: relative;
  margin-top: 50px;
}
.list-our-team .vi-teams-description .socials:before {
  content: "";
  width: 35px;
  height: 2px;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  top: -25px;
  background: #af8440;
}
.list-our-team .vi-teams-description .socials ul {
  margin: 0 -12px;
}
.list-our-team .vi-teams-description .socials ul li {
  list-style: none;
  opacity: 0.75;
  display: inline-block;
  margin: 0 12px;
}
.vi-shortcode-timeline {
  position: relative;
  margin-bottom: 20px;
}
.vi-shortcode-timeline.style1:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 18px;
  height: 99%;
  width: 2px;
  background: #dcdcdc;
}
.vi-shortcode-timeline .vi-timeline-dot {
  position: absolute;
  top: 15px;
  left: 14px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2f3239;
}
.vi-shortcode-timeline .vi-timeline-dot.dot-border:after {
  content: '';
  position: absolute;
  border: 1px solid #5970d8;
  width: 18px;
  height: 18px;
  top: -4px;
  border-radius: 50%;
  left: -4px;
}
.vi-shortcode-timeline .vi-timeline-dot.dot-border-bottom {
  bottom: -7px;
  top: auto;
}
.vi-shortcode-timeline .vi-timeline-block {
  position: relative;
}
.vi-shortcode-timeline .vi-timeline-block .vi-timeline-content {
  position: relative;
  margin-left: 60px;
  padding: 0 1em;
  clear: both;
  float: left;
  margin-bottom: 25px;
}
.vi-shortcode-timeline .vi-timeline-block .vi-timeline-content h2,
.vi-shortcode-timeline .vi-timeline-block .vi-timeline-content h3,
.vi-shortcode-timeline .vi-timeline-block .vi-timeline-content h4,
.vi-shortcode-timeline .vi-timeline-block .vi-timeline-content h5,
.vi-shortcode-timeline .vi-timeline-block .vi-timeline-content h6 {
  margin-top: 0;
}
.vi-shortcode-timeline .vi-timeline-block .vi-timeline-content .vi-onex-tl-left {
  margin-bottom: 75px;
  clear: both;
}
.vi-shortcode-timeline .vi-timeline-block .vi-timeline-content .vi-onex-tl-left .onex-timeline-heading {
  line-height: 32px;
  font-weight: 800;
  text-transform: uppercase;
}
.vi-shortcode-timeline .vi-timeline-block .vi-timeline-content .vi-onex-tl-left > img {
  margin-top: 30px;
}
.vi-shortcode-timeline .vi-timeline-block .vi-timeline-content .vi-onex-tl-right {
  margin-bottom: 85px;
  clear: both;
  float: left;
  width: 100%;
}
.vi-shortcode-timeline .vi-onex-content {
  margin-top: 20px;
}
.vi-shortcode-timeline .nav-tabs {
  border: 0;
}
.vi-shortcode-timeline .nav-tabs.flex-column li.nav-item {
  float: none;
  text-align: right;
}
.vi-shortcode-timeline .nav-tabs.flex-column li.nav-item a.nav-link {
  border: 0;
  padding-right: 0;
}
.vi-shortcode-timeline .nav-tabs.flex-column li.nav-item a.nav-link > h1,
.vi-shortcode-timeline .nav-tabs.flex-column li.nav-item a.nav-link > h2,
.vi-shortcode-timeline .nav-tabs.flex-column li.nav-item a.nav-link > h3,
.vi-shortcode-timeline .nav-tabs.flex-column li.nav-item a.nav-link > h4,
.vi-shortcode-timeline .nav-tabs.flex-column li.nav-item a.nav-link > h5,
.vi-shortcode-timeline .nav-tabs.flex-column li.nav-item a.nav-link > h6 {
  margin: 0;
}
.vi-shortcode-timeline .nav-tabs.flex-column li.nav-item a.nav-link:hover {
  border: 0;
}
.vi-shortcode-timeline .nav-tabs.flex-column li.nav-item.active a {
  color: #5970d8;
}
.vi-shortcode-timeline .tab-content.vertical .vi-onex-content {
  margin-top: 0;
}
.vi-shortcode-timeline .view-more {
  margin-top: 20px;
}
.vi-shortcode-timeline .view-more a {
  position: relative;
  padding: 14px 33px;
  border-radius: 50px;
  border: 1px solid;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #5970d8;
}
.vi-shortcode-timeline.style2 {
  display: flex;
  align-items: center;
}
.vi-widget-posts ul {
  margin: 0;
}
.vi-widget-posts ul li {
  margin-top: 9px;
  overflow: hidden;
}
.vi-widget-posts ul li:first-child {
  margin: 0;
}
.vi-widget-posts ul li .post-thumbnail {
  width: 33%;
  float: left;
  position: relative;
  overflow: hidden;
}
.vi-widget-posts ul li .post-thumbnail:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 150%;
  left: 100%;
  top: 100%;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.vi-widget-posts ul li .post-thumbnail:hover:after {
  left: -25%;
  top: -25%;
  height: 150%;
}
.vi-widget-posts ul li .post-description {
  width: 67%;
  padding-left: 20px;
  float: left;
}
.vi-widget-posts ul li .post-description .post-link {
  line-height: 1;
}
.vi-widget-posts ul li .post-description .post-excerpt {
  margin-top: 5px;
}
.vi-widget-posts ul li .post-description span {
  color: #4f4f4f;
  opacity: 0.75;
  font-size: 13px;
}
.vi-widget-posts ul li .post-description .date {
  display: block;
  margin-bottom: 5px;
}
.vi-widget-posts ul li h6 {
  margin: 0;
}
.onex_social_links {
  margin: 0 -4px;
}
.onex_social_links img {
  margin-bottom: 10px;
}
.onex_social_links li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important;
}
.onex_social_links li.text {
  padding-right: 10px;
}
.onex_social_links a {
  text-align: center;
  margin: 0 4px;
  display: inline-block;
}
.onex_social_links.basic li {
  margin-right: 20px;
}
.onex_social_links.basic li:last-child {
  margin-right: 0;
}
.onex_social_links i.fa {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 16px;
}
.onex_social_links.circle {
  border-radius: 0;
}
.onex_social_links.circle i.fa {
  border-radius: 50%;
  color: #989898;
  border: 1px solid #e1e1e1;
  width: 40px;
  line-height: 40px;
  height: 40px;
  font-size: 18px;
}
.onex_social_links.square a i {
  width: 44px;
  line-height: 42px;
  height: 44px;
  border: 2px solid #e1e1e1;
  font-size: 18px;
}
.wrapper_vi_search_form .vi-search-input {
  border: 1px solid #f0f0f0;
  border-radius: 0;
  -webkit-appearance: none;
  box-shadow: 0 0 0;
  min-width: 360px;
  height: auto;
  padding: 0 45px 0 15px;
  background: transparent;
  min-height: 42px;
  line-height: 42px;
}
.wrapper_vi_search_form form {
  position: relative;
}
.wrapper_vi_search_form form button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 44px;
  border: none;
  color: #6b6871;
  background: transparent;
  z-index: 9;
  border-left: 1px solid #f0f0f0;
  min-height: 42px;
  line-height: 42px;
}
.wrapper_vi_search_form form button:focus {
  outline: none;
}
.wrapper_vi_search_form form .header-search-close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 44px;
  text-align: center;
  z-index: 1;
  color: #6b6871;
  background: transparent;
  opacity: 0;
  border-left: 1px solid #f0f0f0;
  min-height: 42px;
  line-height: 42px;
}
.wrapper_vi_search_form .search-loading button {
  opacity: 0;
}
.wrapper_vi_search_form .search-loading .header-search-close {
  line-height: 42px;
  z-index: 1;
  opacity: 1;
}
.wrapper_vi_search_form .search-loading .header-search-close i {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.wrapper_vi_search_form .search-loading .header-search-close i:before {
  content: "\f110";
}
.form-sm .wrapper_vi_search_form .vi_search_form {
  width: 270px;
}
.form-sm .wrapper_vi_search_form .vi_search_form .vi-search-input {
  min-width: 270px;
  width: 270px;
}
.onex_Widget_Ajax_Search_class {
  position: relative;
}
.onex_Widget_Ajax_Search_class .vi-search-results {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  background: #fff;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  text-align: left;
  margin: 0;
  overflow: auto;
}
.onex_Widget_Ajax_Search_class .vi-search-results::-webkit-scrollbar {
  width: 6px;
}
.onex_Widget_Ajax_Search_class .vi-search-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.onex_Widget_Ajax_Search_class .vi-search-results::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.onex_Widget_Ajax_Search_class .vi-search-results li {
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
}
.onex_Widget_Ajax_Search_class .vi-search-results li a {
  color: #333;
  margin: 7px 15px;
  display: block;
}
.onex_Widget_Ajax_Search_class .vi-search-results li a span {
  color: inherit;
}
.onex_Widget_Ajax_Search_class .vi-search-results li .search-date {
  font-size: 11px;
  opacity: 0.7;
  font-style: italic;
  margin-left: 10px;
}
.onex_Widget_Ajax_Search_class.border-round .search-link {
  border: 2px solid;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  display: inline-block;
  line-height: 32px;
}
.onex_Widget_Ajax_Search_class.border-round .search-link i {
  margin-left: 2px;
}
/********************Search******************/
.vi_search_form_style_1 .search-link {
  cursor: pointer;
  vertical-align: middle;
  background: url('images/icon-search.png') no-repeat center;
  width: 25px;
  height: 25px;
  display: inline-block;
}
.vi_search_form_style_1 .search-link:hover {
  background-image: url('images/icon-search-active.png');
  background-repeat: no-repeat;
  background-position: center;
}
.vi_search_form_style_1 .wrapper-header-search-form .header-search-form-input {
  border: none;
  width: 50%;
  position: fixed !important;
  top: 100%;
  left: 50%;
  opacity: 0;
  max-width: 450px;
  margin-left: -225px;
  margin-top: -20px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.vi_search_form_style_1 .wrapper-header-search-form .vi_search_form .vi-search-input {
  padding: 10px 55px 10px 15px;
  font-size: 16px;
}
.vi_search_form_style_1 .wrapper-header-search-form .vi_search_form button {
  width: 55px;
  font-size: 20px;
}
.vi_search_form_style_1 .wrapper-header-search-form .vi_search_form button i {
  padding: 1px;
}
.vi_search_form_style_1 .wrapper-header-search-form .vi_search_form .header-search-close {
  width: 55px;
  font-size: 20px;
}
.vi_search_form_style_1 .wrapper-header-search-form .vi-search-results {
  left: 0;
}
.vi_search_form_style_1 .wrapper-header-search-form.open .search-popup-bg {
  z-index: 9999;
  background: rgba(11, 11, 11, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: url("images/close.png"), progress;
}
.vi_search_form_style_1 .wrapper-header-search-form.open .header-search-form-input {
  opacity: 1;
  z-index: 999999;
  top: 50%;
}
.vi_search_form_style_1 .wrapper-header-search-form.open .vi-search-input {
  background: #fff;
}
.vi_search_form_style_1 .wrapper-header-search-form.open .search-loading .header-search-close {
  line-height: 64px;
}
.vi_search_form_style_1 .search-loading .header-search-close {
  line-height: 40px;
}
.site-header.header_v1 .vi_search_form_style_1 .search-link {
  background: url('images/icon-search-active.png') no-repeat center;
}
.site-header.header_v1 .vi_search_form_style_1 .search-link:hover {
  background-image: url('images/icon-search-active.png');
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
  content: "\73\73\73\73\73";
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  padding-top: 0;
  line-height: 50px;
  border-top: 2px solid #262831;
  margin-bottom: 0;
}
.woocommerce a.product_type_simple,
.woocommerce-page a.product_type_simple,
.woocommerce a.product_type_variable,
.woocommerce-page a.product_type_variable {
  line-height: 13px !important;
  margin-top: 1px;
  vertical-align: middle;
}
.woocommerce div.product form.cart table td.label,
.woocommerce-page div.product form.cart table td.label {
  color: #333;
  font-size: 100%;
}
.woocommerce div.product form.cart .group_table,
.woocommerce-page div.product form.cart .group_table {
  border: none !important;
}
.woocommerce .price_slider_wrapper,
.woocommerce-page .price_slider_wrapper {
  padding-top: 20px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background: #262831;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  height: 0.2em;
  background: #f1f1f1;
  border-radius: 0;
  margin-bottom: 30px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content:before,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content:before {
  content: "";
  position: absolute;
  height: .2em;
  background: #f1f1f1;
  left: -0.5em;
  right: -0.5em;
  display: inline-block;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  width: 1em;
  height: 1em;
  background: #fff;
  top: -0.4em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce-page .widget_price_filter .price_slider_amount {
  font-size: 100%;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
  font-size: 100%;
  text-transform: uppercase;
}
.woocommerce .widget_price_filter .price_slider .ui-slider-handle:last-child,
.woocommerce-page .widget_price_filter .price_slider .ui-slider-handle:last-child {
  margin-left: -0.5em;
}
.woocommerce.hidden-nav .controls,
.woocommerce-page.hidden-nav .controls {
  display: none !important;
}
.owl-item .wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.input-text {
  border: 1px solid #f0f0f0;
  padding: 7px 15px;
}
#ship-to-different-address {
  position: relative;
}
#ship-to-different-address label {
  font-weight: normal;
  padding-left: 30px;
}
#ship-to-different-address #ship-to-different-address-checkbox {
  position: absolute;
  top: 12px;
  left: 0;
}
@media (min-width: 992px) {
  .product-grid .col-md-4:nth-child(3n+1),
  .category_list .col-md-4:nth-child(3n+1),
  .category_grid .col-md-4:nth-child(3n+1) {
    clear: both;
  }
  .product-grid .col-md-3:nth-child(4n+1),
  .category_list .col-md-3:nth-child(4n+1),
  .category_grid .col-md-3:nth-child(4n+1) {
    clear: both;
  }
  .product-grid .col-md-6:nth-child(2n+1),
  .category_list .col-md-6:nth-child(2n+1),
  .category_grid .col-md-6:nth-child(2n+1) {
    clear: both;
  }
}
.price_slider_amount .button {
  padding: 8px 15px !important;
  border-radius: 0 !important;
  color: #fff !important;
}
.woocommerce-account .woocommerce {
  text-align: center;
}
.woocommerce-account .woocommerce .login {
  max-width: 380px;
  margin: 0 auto;
}
.woocommerce-account .woocommerce .login .button {
  padding: 8px 15px !important;
  border-radius: 0 !important;
  color: #fff !important;
}
.woocommerce-account .woocommerce .login .button:hover {
  background: #181818 !important;
}
#review_form input[type="text"],
#review_form input[type="email"] {
  margin-bottom: 25px;
}
#review_form input[type="text"],
#review_form input[type="email"],
#review_form textarea {
  padding: 6px 15px;
  border: 2px solid #ddd;
  width: 100%;
  background: #f9f9f9;
}
.woocommerce table.shop_attributes {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_attributes td {
  padding: 8px;
}
.woocommerce-message .wc-forward {
  padding: 8px 15px !important;
  border-radius: 0 !important;
  color: #fff !important;
}
.woocommerce-message .wc-forward:hover {
  background: #181818 !important;
}
/* Ajax icon*/
div#preload-ajax {
  clear: both;
}
div#preload-ajax .preload-inner {
  position: absolute;
  width: auto;
  bottom: 0;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
}
div#preload-ajax .loading-inner {
  height: 24px;
  width: 70px;
  text-align: center;
}
div#preload-ajax .loading-inner span {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
div#preload-ajax .loading-inner span.loading-1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
div#preload-ajax .loading-inner span.loading-2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
div#preload-ajax .loading-inner span.loading-3 {
  background-color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
div#preload-ajax.center {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: none;
}
div#preload-ajax.center .preload-inner {
  bottom: 50%;
}
.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0;
}
/************************************
Single Product
************************************/
.woocommerce .buttons_added input::-webkit-outer-spin-button,
.woocommerce-page .buttons_added input::-webkit-outer-spin-button,
.woocommerce .buttons_added input::-webkit-inner-spin-button,
.woocommerce-page .buttons_added input::-webkit-inner-spin-button {
  display: none;
}
.woocommerce .top-content-single,
.woocommerce-page .top-content-single {
  background: #fff;
  margin-bottom: 60px;
  position: relative;
}
.woocommerce .top-content-single:before,
.woocommerce-page .top-content-single:before,
.woocommerce .top-content-single:after,
.woocommerce-page .top-content-single:after {
  content: " ";
  display: table;
}
.woocommerce .top-content-single:after,
.woocommerce-page .top-content-single:after {
  clear: both;
}
.woocommerce .buttons_added .minus,
.woocommerce-page .buttons_added .minus {
  border: 1px solid #ebebeb;
  border-right: none;
  padding: 8px 6px;
  border-radius: 0;
  background: transparent;
  font-weight: bold;
}
.woocommerce .buttons_added .plus,
.woocommerce-page .buttons_added .plus {
  border: 1px solid #ebebeb;
  border-left: none;
  padding: 8px 6px;
  border-radius: 0;
  background: transparent;
  font-weight: bold;
}
.woocommerce .buttons_added input,
.woocommerce-page .buttons_added input {
  float: left;
  min-height: 37px;
}
.woocommerce div.product,
.woocommerce-page div.product {
  /************************************
		Single Product
		************************************/
}
.woocommerce div.product .buttons_added .minus,
.woocommerce-page div.product .buttons_added .minus,
.woocommerce div.product .buttons_added .plus,
.woocommerce-page div.product .buttons_added .plus {
  padding: 12px 8px;
}
.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
  margin-top: 25px;
}
.woocommerce div.product .span.price,
.woocommerce-page div.product .span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price {
  margin: 0;
  color: inherit;
}
.woocommerce div.product .span.price span,
.woocommerce-page div.product .span.price span,
.woocommerce div.product p.price span,
.woocommerce-page div.product p.price span {
  display: inline;
  line-height: 1;
  font-size: 100%;
}
.woocommerce div.product .span.price del,
.woocommerce-page div.product .span.price del,
.woocommerce div.product p.price del,
.woocommerce-page div.product p.price del {
  font-size: 80%;
  opacity: 0.7;
}
.woocommerce div.product .span.price ins,
.woocommerce-page div.product .span.price ins,
.woocommerce div.product p.price ins,
.woocommerce-page div.product p.price ins {
  text-decoration: none;
  margin-left: 20px;
  font-weight: normal;
}
.woocommerce div.product .woocommerce-product-rating,
.woocommerce-page div.product .woocommerce-product-rating {
  display: block;
  margin: 15px 0 0;
  padding: 0 0 20px;
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-product-rating .count,
.woocommerce-page div.product .woocommerce-product-rating .count {
  position: relative;
  margin: 0 20px;
  padding: 0 20px;
  border-right: 1px solid #dfdfe0;
  border-left: 1px solid #dfdfe0;
}
.woocommerce div.product .woocommerce-product-rating .count i,
.woocommerce-page div.product .woocommerce-product-rating .count i {
  font-style: normal;
}
.woocommerce div.product .woocommerce-product-rating .star-rating span,
.woocommerce-page div.product .woocommerce-product-rating .star-rating span {
  color: #efce4a;
}
.woocommerce div.product .onsale,
.woocommerce-page div.product .onsale {
  border-radius: 0;
  color: #262831;
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  left: 40px;
  line-height: 1;
  min-height: inherit;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  top: 40px;
  z-index: 99;
  background: #fff;
}
.woocommerce div.product .onsale i,
.woocommerce-page div.product .onsale i {
  font-style: normal;
  background: #22242c;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 14px;
  margin-bottom: 7px;
  padding: 15px 7px;
}
.woocommerce div.product.sale .product_title .single-price,
.woocommerce-page div.product.sale .product_title .single-price {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.woocommerce div.product.sale .product_title .single-price p,
.woocommerce-page div.product.sale .product_title .single-price p {
  margin-bottom: 0;
}
.woocommerce div.product.sale .product_title .single-price del,
.woocommerce-page div.product.sale .product_title .single-price del {
  font-size: 70%;
}
.woocommerce div.product.sale .product_title .single-price ins,
.woocommerce-page div.product.sale .product_title .single-price ins {
  font-weight: normal;
  text-decoration: none;
}
.woocommerce div.product .woocommerce-review-link,
.woocommerce-page div.product .woocommerce-review-link {
  color: #333;
}
.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 50%;
  margin: 0;
}
.woocommerce div.product div.images img:hover,
.woocommerce-page div.product div.images img:hover {
  opacity: 0.9;
}
.woocommerce div.product div.images #carousel .flex-viewport,
.woocommerce-page div.product div.images #carousel .flex-viewport {
  margin: 10px 0 0 0;
}
.woocommerce div.product div.images #carousel .flex-viewport ul,
.woocommerce-page div.product div.images #carousel .flex-viewport ul {
  margin: 0;
}
.woocommerce div.product div.images #carousel,
.woocommerce-page div.product div.images #carousel {
  position: relative;
}
.woocommerce div.product div.images .flex-direction-nav,
.woocommerce-page div.product div.images .flex-direction-nav {
  margin: 0;
  padding: 0;
}
.woocommerce div.product div.images .flex-direction-nav a,
.woocommerce-page div.product div.images .flex-direction-nav a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  font-size: 18px;
  left: 0;
}
.woocommerce div.product div.images .flex-direction-nav a.flex-next,
.woocommerce-page div.product div.images .flex-direction-nav a.flex-next {
  right: 0;
  left: auto;
}
.woocommerce div.product div.images .flex-direction-nav a:hover,
.woocommerce-page div.product div.images .flex-direction-nav a:hover {
  background: #fff;
}
.woocommerce div.product div.images .flex-direction-nav a.flex-disabled,
.woocommerce-page div.product div.images .flex-direction-nav a.flex-disabled {
  display: none;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  float: left;
  width: 50%;
  padding-left: 30px;
}
.woocommerce div.product div.summary .description,
.woocommerce-page div.product div.summary .description {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.woocommerce div.product div.summary .feedback,
.woocommerce-page div.product div.summary .feedback {
  display: none;
}
.woocommerce div.product div.summary .single_add_to_cart_button,
.woocommerce-page div.product div.summary .single_add_to_cart_button {
  padding: 18px 25px;
  border-radius: 0;
  text-transform: uppercase;
  text-shadow: 0 0 0;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  font-weight: normal;
  border: none;
  background: #262831;
  position: relative;
  padding-left: 80px;
}
.woocommerce div.product div.summary .single_add_to_cart_button:before,
.woocommerce-page div.product div.summary .single_add_to_cart_button:before {
  content: "\e013";
  font: normal normal normal 18px/1 ElegantIcons;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background: #0cb9e7;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.woocommerce div.product div.summary .quantity .qty,
.woocommerce-page div.product div.summary .quantity .qty {
  padding: 12px 10px;
  border: 1px solid #ebebeb;
}
.woocommerce div.product div.summary form.cart,
.woocommerce-page div.product div.summary form.cart {
  display: inline-block;
  margin: 0 10px 20px 0;
  float: left;
  width: auto;
}
.woocommerce div.product div.summary form.cart div.quantity,
.woocommerce-page div.product div.summary form.cart div.quantity {
  margin-right: 15px;
}
.woocommerce div.product div.summary form.cart .variations,
.woocommerce-page div.product div.summary form.cart .variations {
  margin-bottom: 0;
}
.woocommerce div.product div.summary form.cart .variations label,
.woocommerce-page div.product div.summary form.cart .variations label {
  font-weight: normal;
  margin-top: 15px;
}
.woocommerce div.product div.summary form.cart .reset_variations,
.woocommerce-page div.product div.summary form.cart .reset_variations {
  color: #333;
  float: left;
  width: 100%;
}
.woocommerce div.product div.summary form.cart.variations_form,
.woocommerce-page div.product div.summary form.cart.variations_form {
  width: 100%;
  margin: 0 0 20px 0;
}
.woocommerce div.product div.summary form.cart.variations_form .variations,
.woocommerce-page div.product div.summary form.cart.variations_form .variations {
  float: left;
  width: 100%;
}
.woocommerce div.product div.summary form.cart.variations_form .variations td.label,
.woocommerce-page div.product div.summary form.cart.variations_form .variations td.label {
  text-transform: capitalize;
  margin-top: 10px;
}
.woocommerce div.product div.summary form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce-page div.product div.summary form.cart.variations_form .woocommerce-variation-add-to-cart {
  float: left;
  margin-top: 4px;
}
.woocommerce div.product div.summary form.cart.variations_form .woocommerce-variation,
.woocommerce-page div.product div.summary form.cart.variations_form .woocommerce-variation {
  clear: both;
  margin: 25px 0;
  display: inline-block;
  width: 100%;
}
.woocommerce div.product div.summary form.cart.variations_form .woocommerce-variation .woocommerce-variation-price,
.woocommerce-page div.product div.summary form.cart.variations_form .woocommerce-variation .woocommerce-variation-price {
  display: inline-block;
}
.woocommerce div.product div.summary form.cart.variations_form .woocommerce-variation .woocommerce-variation-price > span.price > span.amount,
.woocommerce-page div.product div.summary form.cart.variations_form .woocommerce-variation .woocommerce-variation-price > span.price > span.amount {
  font-weight: bold;
}
.woocommerce div.product div.summary form.cart.variations_form .woocommerce-variation .woocommerce-variation-price span,
.woocommerce-page div.product div.summary form.cart.variations_form .woocommerce-variation .woocommerce-variation-price span {
  display: inline;
  line-height: 1;
  color: inherit;
  font-size: 100%;
}
.woocommerce div.product div.summary form.cart.variations_form .woocommerce-variation .woocommerce-variation-price span ins,
.woocommerce-page div.product div.summary form.cart.variations_form .woocommerce-variation .woocommerce-variation-price span ins {
  text-decoration: none;
  margin-left: 20px;
}
.woocommerce div.product div.summary form.cart.variations_form .woocommerce-variation .woocommerce-variation-price span.amount,
.woocommerce-page div.product div.summary form.cart.variations_form .woocommerce-variation .woocommerce-variation-price span.amount {
  font-size: 140%;
}
.woocommerce div.product div.summary .single_variation_wrap .single_variation,
.woocommerce-page div.product div.summary .single_variation_wrap .single_variation {
  margin-bottom: 10px;
}
.woocommerce div.product div.summary .single_variation_wrap .single_variation .price,
.woocommerce-page div.product div.summary .single_variation_wrap .single_variation .price {
  display: block;
  margin-bottom: 10px;
}
.woocommerce div.product div.summary a.compare,
.woocommerce-page div.product div.summary a.compare {
  margin-right: 6px;
}
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist a,
.woocommerce-page div.product div.summary .yith-wcwl-add-to-wishlist a,
.woocommerce div.product div.summary a.compare,
.woocommerce-page div.product div.summary a.compare {
  background: #f0f0f0;
  color: #bebfc0;
  font-weight: normal;
  font-size: 0;
  border-radius: 0;
  display: inline-block;
}
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist a:before,
.woocommerce-page div.product div.summary .yith-wcwl-add-to-wishlist a:before,
.woocommerce div.product div.summary a.compare:before,
.woocommerce-page div.product div.summary a.compare:before {
  padding: 16px;
  content: "\e030";
  display: inline-block;
  font: normal normal normal 18px/1 ElegantIcons;
}
.woocommerce div.product div.summary .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce-page div.product div.summary .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce div.product div.summary .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce-page div.product div.summary .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\e030";
}
.woocommerce div.product div.summary a.compare:before,
.woocommerce-page div.product div.summary a.compare:before {
  content: "\e018";
}
.woocommerce div.product div.summary .product_meta,
.woocommerce-page div.product div.summary .product_meta {
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
}
.woocommerce div.product div.summary .product_meta > span,
.woocommerce-page div.product div.summary .product_meta > span {
  display: block;
}
.woocommerce div.product div.summary .stock.in-stock span,
.woocommerce-page div.product div.summary .stock.in-stock span {
  display: inline-block;
  background: #27ae60;
  color: #fff;
  padding: 5px 10px;
  line-height: 1;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  margin: 0;
  width: 100%;
  display: inline-block;
  background: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  background: #f0f0f0;
  border-top: 1px solid #dcdcdc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
  margin: 0;
  list-style: none;
  background: transparent;
  width: 25%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:last-child {
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover:before {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .entry-content,
.woocommerce-page div.product .woocommerce-tabs .entry-content {
  border-radius: 0;
  box-shadow: 0 0 0;
  border: none;
  overflow: hidden;
  padding: 50px 20px;
  margin: 0;
  background: transparent;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description,
.woocommerce-page div.product .woocommerce-tabs .woocommerce-Tabs-panel--description {
  text-align: center;
}
.woocommerce div.product.product-type-variable div.summary .yith-wcwl-add-to-wishlist,
.woocommerce-page div.product.product-type-variable div.summary .yith-wcwl-add-to-wishlist {
  margin: 0 20px 20px 0;
}
.woocommerce div.product .woo_share_social,
.woocommerce-page div.product .woo_share_social {
  background: #f0f0f0;
  padding: 40px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
}
.woocommerce div.product .woo_share_social li.text,
.woocommerce-page div.product .woo_share_social li.text {
  padding-right: 15px;
}
.woocommerce div.product .woo_share_social li a,
.woocommerce-page div.product .woo_share_social li a {
  padding-left: 0;
  padding-right: 5px;
  background: #fff;
  color: #b9b9bc;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.woocommerce div.product .woo_share_social li a.googleplus,
.woocommerce-page div.product .woo_share_social li a.googleplus {
  background-color: #dd4b39;
  color: #fff;
}
.woocommerce div.product .woo_share_social li a.facebook:hover,
.woocommerce-page div.product .woo_share_social li a.facebook:hover {
  background-color: #3b5999;
  color: #fff;
  opacity: 1;
}
.woocommerce div.product .woo_share_social li a.twitter:hover,
.woocommerce-page div.product .woo_share_social li a.twitter:hover {
  background-color: #55acee;
  color: #fff;
  opacity: 1;
}
.woocommerce div.product .woo_share_social li a.pinterest:hover,
.woocommerce-page div.product .woo_share_social li a.pinterest:hover {
  background-color: #bd081c;
  color: #fff;
  opacity: 1;
}
.woocommerce div.product .woo_share_social li a.linkedin:hover,
.woocommerce-page div.product .woo_share_social li a.linkedin:hover {
  background-color: #0077B5;
  color: #fff;
  opacity: 1;
}
.woocommerce .col-sm-9 div.product .onsale,
.woocommerce-page .col-sm-9 div.product .onsale {
  left: 30px;
  top: 30px;
}
.woocommerce .col-sm-9 div.product div.summary .woo_share_social,
.woocommerce-page .col-sm-9 div.product div.summary .woo_share_social {
  padding: 20px 10px;
  margin-top: 0;
}
.woocommerce .col-sm-9 div.product div.summary .woo_share_social li.text,
.woocommerce-page .col-sm-9 div.product div.summary .woo_share_social li.text {
  padding-right: 10px;
}
.woocommerce .wrapper-related-product,
.woocommerce-page .wrapper-related-product {
  padding-bottom: 60px;
}
.woocommerce .wrapper-related-product .upsells h2,
.woocommerce-page .wrapper-related-product .upsells h2,
.woocommerce .wrapper-related-product .related h2,
.woocommerce-page .wrapper-related-product .related h2 {
  padding-bottom: 50px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.woocommerce .wrapper-related-product .upsells,
.woocommerce-page .wrapper-related-product .upsells {
  padding-top: 50px;
}
.woocommerce #reviews #comments,
.woocommerce-page #reviews #comments {
  height: 100px;
}
.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
  background: rgba(255, 255, 255, 0.3);
  padding: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
  width: 60px;
  height: auto;
  border: none;
  padding: 0;
  position: static;
  margin-right: 20px;
  float: left;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  width: calc(100% - 80px);
  border: none;
  padding: 0;
  margin: 0;
  float: left;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text .star-rating {
  float: right;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating span,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text .star-rating span {
  color: #ffb600;
}
.woocommerce #review_form #respond #reply-title,
.woocommerce-page #review_form #respond #reply-title {
  margin-bottom: 25px;
  margin-top: 30px;
}
.woocommerce #review_form #respond textarea,
.woocommerce-page #review_form #respond textarea {
  border: 2px solid #f0f0f0;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.3);
}
.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input {
  text-shadow: none;
  box-shadow: none;
  border: none;
  padding: 8px 30px;
  line-height: 2;
  color: #fff;
  border-radius: 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce-page #review_form #respond .form-submit input:hover {
  background: #262626;
}
.woocommerce #review_form #respond .comment-form-rating,
.woocommerce-page #review_form #respond .comment-form-rating {
  margin-bottom: 15px;
}
.woocommerce #review_form #respond .comment-form-rating .stars a,
.woocommerce-page #review_form #respond .comment-form-rating .stars a {
  color: #ffb600;
  margin-right: 2px;
}
.woocommerce div.product form.cart .group_table td:first-child,
.woocommerce-page div.product form.cart .group_table td:first-child {
  width: auto;
}
.woo_share_social {
  clear: both;
  margin: 0;
  padding: 0;
}
.woo_share_social li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
.woo_share_social li:last-child {
  margin-right: 0;
}
.woo_share_social li:last-child a {
  padding-right: 0;
}
.woo_share_social li a {
  color: #000;
  display: inline-block;
  padding-left: 30px;
  font-size: 18px;
}
.woo_share_social li a.facebook {
  color: #46629e;
}
.woo_share_social li a.twitter {
  color: #5ea9dd;
}
.woo_share_social li a.pinterest {
  color: #a87b5e;
}
.woo_share_social li a.googleplus {
  color: #c52e25;
}
.woo_share_social li a:hover {
  opacity: 0.8;
}
#slider li,
#carousel li {
  list-style: none;
}
#reviews:focus {
  outline: none;
}
.single-product .site-content {
  padding-bottom: 30px;
}
/************************************
Content Product
************************************/
.woocommerce #reviews #comments:before,
.woocommerce #reviews #comments:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist {
  float: left;
}
.woocommerce .products ul,
.woocommerce-page .products ul {
  margin: 0;
  padding: 1px 0 0 1px;
}
.category-product-list {
  margin: 0 -1px 0 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}
.category-product-list .item-product {
  list-style: none;
  border: 1px solid #f0f0f0;
  border-left: none;
  border-top: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.category-product-list .item-product .controls {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  overflow: hidden;
}
.category-product-list .item-product .controls .icon-links {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -25px 0 0 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  z-index: 99;
}
.category-product-list .item-product .controls .icon-links li {
  display: inline-block;
  float: none;
  padding: 0;
  margin: 0 6px;
  vertical-align: middle;
}
.category-product-list .item-product .controls .icon-links li.quick-view a {
  color: rgba(38, 40, 49, 0.35);
  display: inline-block;
  vertical-align: middle;
}
.category-product-list .item-product .controls .icon-links li.quick-view a.loading.dark i {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome !important;
  width: auto;
  border: none;
}
.category-product-list .item-product .controls .icon-links li.quick-view a.loading.dark i:before {
  content: "\f110";
}
.category-product-list .item-product .controls .icon-links li.quick-view a i {
  display: inline-block;
  vertical-align: middle;
  padding: 16px;
  font-size: 18px;
}
.category-product-list .item-product .controls .icon-links li.add-to-cart a {
  padding: 18px 25px 17px 25px;
  text-transform: uppercase;
  text-shadow: 0 0 0;
  line-height: 1;
  margin-top: 0 !important;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 50px;
}
.category-product-list .item-product .controls .icon-links li.add-to-cart a.added {
  display: none;
}
.category-product-list .item-product .controls .icon-links li.add-to-cart a:before {
  content: "\e015";
  vertical-align: middle;
  font: normal normal normal 18px/1 ElegantIcons;
  margin-right: 9px;
  display: inline-block;
  margin-top: -4px;
}
.category-product-list .item-product .controls .icon-links li .feedback {
  display: none;
}
.category-product-list .item-product .controls .icon-links li .yith-wcwl-add-to-wishlist a,
.category-product-list .item-product .controls .icon-links li a.compare {
  font-weight: normal;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  border-radius: 50px;
}
.category-product-list .item-product .controls .icon-links li .yith-wcwl-add-to-wishlist a:before,
.category-product-list .item-product .controls .icon-links li a.compare:before {
  padding: 16px;
  content: "\e030";
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 18px/1 ElegantIcons;
}
.category-product-list .item-product .controls .icon-links li .yith-wcwl-wishlistaddedbrowse a:before,
.category-product-list .item-product .controls .icon-links li .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\e089";
}
.category-product-list .item-product .controls .icon-links li a.compare:before {
  content: "\e018";
}
.category-product-list .item-product .product-top {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.category-product-list .item-product .product-top .onsale,
.category-product-list .item-product .product-top .onnew {
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  right: 20px;
  line-height: 1;
  left: auto;
  border-radius: 3px;
  min-height: inherit;
  min-width: inherit;
  padding: 5px 8px;
  text-align: center;
  top: 20px;
  z-index: 10;
  background: #86d04a;
  position: absolute;
}
.category-product-list .item-product .product-top .onnew {
  right: auto;
  left: 20px;
  background: #f5824f;
}
.category-product-list .item-product .product-top .product-image:after {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  background: #000;
  opacity: 0.75;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.category-product-list .item-product .product-top .product-label {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 50px;
  z-index: 10;
  text-align: center;
}
.category-product-list .item-product .product-top .category-product-item .product-inner-tabs .product-image {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.category-product-list .item-product .product-top .product-image {
  position: relative;
  float: left;
  width: 100%;
}
.category-product-list .item-product .product-top .product-image .attachment-shop_catalog:last-child {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.category-product-list .item-product .product-top:hover .product-image .attachment-shop_catalog:last-child {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -moz-transform: scaleY(1);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
}
.category-product-list .item-product .product-desc {
  position: absolute;
  padding: 30px 40px;
  min-height: 116px;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.43);
}
.category-product-list .item-product .product-desc .product-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.category-product-list .item-product .product-desc .price {
  font-size: 18px;
  font-weight: bold;
}
.category-product-list .item-product .product-desc .price del {
  margin-right: 5px;
  font-size: 16px;
}
.category-product-list .item-product .product-desc .price ins {
  text-decoration: none;
}
.category-product-list .item-product .overlay {
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.category-product-list .item-product:hover .product-desc {
  z-index: 10;
  background: transparent;
}
.category-product-list .item-product:hover .product-desc .product-title a,
.category-product-list .item-product:hover .product-desc .price {
  color: #fff;
}
.category-product-list .item-product:hover .controls {
  top: 0;
}
.category-product-list .item-product:hover .controls .icon-links {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.category-product-list .item-product:hover .overlay {
  opacity: .8;
}
.category-product-list.no-padding {
  padding: 0 !important;
}
.shop-top {
  border: 1px solid #f0f0f0;
  border-bottom: none;
  text-align: right;
  padding-bottom: 5px;
}
.shop-top:before,
.shop-top:after {
  content: " ";
  display: table;
}
.shop-top:after {
  clear: both;
}
.shop-top .list-products-layout {
  margin: 0;
  float: left;
}
.shop-top .list-products-layout li {
  display: inline-block;
}
.shop-top .list-products-layout li span {
  border-top: 2px solid #262831;
  display: inline-block;
  cursor: pointer;
  color: #262831;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.shop-top .list-products-layout li.active span,
.shop-top .list-products-layout li:hover span {
  color: #fff;
  background-color: #262831;
}
.shop-top select {
  cursor: pointer;
}
.shop-top .result-limit {
  display: inline-block;
  position: relative;
  border-top: 5px solid transparent;
  float: left;
}
.shop-top .result-limit:after {
  content: "\f107";
  color: #666;
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 50%;
  width: 14px;
  z-index: 0;
  margin-top: -12px;
  line-height: 1;
}
.shop-top .result-limit span {
  padding-left: 20px;
  margin-right: 7px;
  text-transform: uppercase;
}
.shop-top select {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  height: 50px;
  line-height: 50px;
  box-shadow: 0 0 0;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  padding: 0 30px 0 15px;
  position: relative;
  z-index: 1;
}
.shop-top .woocommerce-ordering {
  display: inline-block;
  border-top: 5px solid transparent;
  margin: 0;
}
.wrapper-pagination {
  border: 1px solid #f0f0f0;
  border-top: none;
  padding: 0;
}
.wrapper-pagination .pagination .page-numbers {
  vertical-align: middle;
}
.wrapper-pagination .pagination .page-numbers > li > a,
.wrapper-pagination .pagination .page-numbers > li > span {
  border-top: none;
  border-bottom: none;
  margin: 0 0 0 -1px;
}
.wrapper-pagination .pagination .page-numbers > li > span.current {
  background-color: #5970d8;
  color: #FFFFFF;
  border: none;
  -webkit-box-shadow: 0px 0px 30px 1px rgba(89, 112, 216, 0.5);
  -moz-box-shadow: 0px 0px 30px 1px rgba(89, 112, 216, 0.5);
  box-shadow: 0px 0px 30px 1px rgba(89, 112, 216, 0.5);
}
.woocommerce-ordering {
  position: relative;
}
.woocommerce-ordering:after {
  content: "\f107";
  color: #666;
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 50%;
  width: 14px;
  z-index: 0;
  margin-top: -12px;
  line-height: 1;
}
.vi-product-grid-home .product-grid .item-product {
  border: none;
}
.vi-product-grid-home .product-grid .item-product.product_style_arrow::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 31.5px 32px 31.5px 0;
  border-color: transparent #ffffff transparent transparent;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
}
.vi-product-grid-home .product-grid .item-product.product_style_arrow {
  position: relative;
  border-right: 0;
}
.vi-product-grid-home .product-grid .item-product.clear_both {
  clear: both;
}
.vi-product-grid-home.product_style_sc-list .item-cat {
  position: relative;
  overflow: hidden;
}
.vi-product-grid-home.product_style_sc-list .item-cat img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.vi-product-grid-home.product_style_sc-list .item-cat .inner-item {
  position: absolute;
  z-index: 12;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
}
.vi-product-grid-home.product_style_sc-list .item-cat .inner-item h2 {
  margin-top: 0;
  margin-bottom: 25px;
  display: block;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity .35s,transform .35s;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  text-transform: uppercase;
}
.vi-product-grid-home.product_style_sc-list .item-cat .inner-item h2 a {
  color: #FFFFFF;
}
.vi-product-grid-home.product_style_sc-list .item-cat .inner-item a.shop-now {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity .35s,transform .35s;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  background: #333;
  color: #fff;
  padding: 10px 25px;
  line-height: 1;
  border-radius: 40px;
  font-weight: 600;
}
.vi-product-grid-home.product_style_sc-list .item-cat:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.vi-product-grid-home.product_style_sc-list .item-cat:hover h2,
.vi-product-grid-home.product_style_sc-list .item-cat:hover a.shop-now {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.vi-product-grid-home .sc-title-product {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 50px;
}
.vi-product-grid-home .sc-title-product .title {
  text-transform: uppercase;
}
.vi-product-grid-home .sc-title-product.style2 .title {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 25px;
}
.vi-product-grid-home .sc-title-product.style2 .title:after {
  content: '';
  width: 25px;
  height: 5px;
  border-top: 2px solid #0cb9e7;
  border-bottom: 2px solid #0cb9e7;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -12px;
}
.vi-product-grid-home .sc-title-product.style2 .title span::before {
  content: "";
  width: 25px;
  height: 5px;
  border-top: 2px solid #6dc068;
  border-bottom: 2px solid #6dc068;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -39px;
}
.vi-product-grid-home .sc-title-product.style2 .title span::after {
  content: "";
  width: 25px;
  height: 5px;
  border-top: 2px solid #e7a82a;
  border-bottom: 2px solid #e7a82a;
  display: inline-block;
  position: absolute;
  right: 50%;
  bottom: 0;
  margin-right: -39px;
}
.product_style_sc-list .product-grid .item-product {
  min-height: unset;
}
.vi-product-grid .view-more {
  margin-top: 15px;
  margin-bottom: 15px;
}
.vi-product-grid .view-more a.btn-bottom {
  position: relative;
  padding: 15px 50px;
  border-radius: 50px;
  border: 1px solid;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  background-color: #2f3239;
  color: #FFFFFF;
}
.woocommerce .shop_table,
.woocommerce-page .shop_table {
  border-radius: 0 !important;
}
.woocommerce .shop_table.cart thead tr,
.woocommerce-page .shop_table.cart thead tr {
  background-color: #f1f1f1;
}
.woocommerce .shop_table.cart thead tr th,
.woocommerce-page .shop_table.cart thead tr th {
  padding: 20px 17px;
  border: 0;
  text-transform: uppercase;
}
.woocommerce .shop_table.cart tbody tr td,
.woocommerce-page .shop_table.cart tbody tr td {
  border-top: 1px solid #dddddd;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  padding: 9px 20px;
}
.woocommerce .shop_table.cart tbody tr td.product-remove,
.woocommerce-page .shop_table.cart tbody tr td.product-remove {
  text-align: right;
}
.woocommerce .shop_table.cart tbody tr td.product-remove a.remove,
.woocommerce-page .shop_table.cart tbody tr td.product-remove a.remove {
  display: inline-block;
  border: 1px solid #969696;
  color: #969696 !important;
  font-size: 30px;
  font-weight: 100;
  line-height: 25px;
}
.woocommerce .shop_table.cart tbody tr td.product-remove a.remove:hover,
.woocommerce-page .shop_table.cart tbody tr td.product-remove a.remove:hover {
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.woocommerce .shop_table.cart tbody tr.cart_item:nth-child(2n),
.woocommerce-page .shop_table.cart tbody tr.cart_item:nth-child(2n) {
  background-color: #fbfbfb;
}
.woocommerce .shop_table.cart tbody tr .product-thumbnail img,
.woocommerce-page .shop_table.cart tbody tr .product-thumbnail img {
  width: 60px;
}
.woocommerce .shop_table.cart tbody tr .product-thumbnail,
.woocommerce-page .shop_table.cart tbody tr .product-thumbnail,
.woocommerce .shop_table.cart tbody tr .product-link,
.woocommerce-page .shop_table.cart tbody tr .product-link {
  display: inline-block;
}
.woocommerce .shop_table.cart tbody tr .product-thumbnail,
.woocommerce-page .shop_table.cart tbody tr .product-thumbnail {
  margin-right: 21px;
}
.woocommerce .shop_table.cart tbody tr .product-link a,
.woocommerce-page .shop_table.cart tbody tr .product-link a {
  color: #515151;
}
.woocommerce .return-to-shop .button,
.woocommerce-page .return-to-shop .button {
  background-color: #2a2a2a;
  color: #fffefe;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 0;
  padding: 15px 24px;
  display: inline-block;
}
.woocommerce .vi-coupon .button,
.woocommerce-page .vi-coupon .button,
.woocommerce .vi-update-cart .button,
.woocommerce-page .vi-update-cart .button,
.woocommerce .wc-proceed-to-checkout .button,
.woocommerce-page .wc-proceed-to-checkout .button,
.woocommerce .vi-coupon .button.alt,
.woocommerce-page .vi-coupon .button.alt,
.woocommerce .vi-update-cart .button.alt,
.woocommerce-page .vi-update-cart .button.alt,
.woocommerce .wc-proceed-to-checkout .button.alt,
.woocommerce-page .wc-proceed-to-checkout .button.alt {
  background-color: #2a2a2a;
  color: #fffefe;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 0;
  padding: 15px 24px;
  display: inline-block;
}
.woocommerce .vi-coupon .button:disabled[disabled],
.woocommerce-page .vi-coupon .button:disabled[disabled],
.woocommerce .vi-update-cart .button:disabled[disabled],
.woocommerce-page .vi-update-cart .button:disabled[disabled],
.woocommerce .wc-proceed-to-checkout .button:disabled[disabled],
.woocommerce-page .wc-proceed-to-checkout .button:disabled[disabled],
.woocommerce .vi-coupon .button.alt:disabled[disabled],
.woocommerce-page .vi-coupon .button.alt:disabled[disabled],
.woocommerce .vi-update-cart .button.alt:disabled[disabled],
.woocommerce-page .vi-update-cart .button.alt:disabled[disabled],
.woocommerce .wc-proceed-to-checkout .button.alt:disabled[disabled],
.woocommerce-page .wc-proceed-to-checkout .button.alt:disabled[disabled],
.woocommerce .vi-coupon .button:disabled,
.woocommerce-page .vi-coupon .button:disabled,
.woocommerce .vi-update-cart .button:disabled,
.woocommerce-page .vi-update-cart .button:disabled,
.woocommerce .wc-proceed-to-checkout .button:disabled,
.woocommerce-page .wc-proceed-to-checkout .button:disabled,
.woocommerce .vi-coupon .button.alt:disabled,
.woocommerce-page .vi-coupon .button.alt:disabled,
.woocommerce .vi-update-cart .button.alt:disabled,
.woocommerce-page .vi-update-cart .button.alt:disabled,
.woocommerce .wc-proceed-to-checkout .button.alt:disabled,
.woocommerce-page .wc-proceed-to-checkout .button.alt:disabled {
  opacity: 1;
  color: #fffefe;
  padding: 15px 24px;
}
.woocommerce .vi-coupon,
.woocommerce-page .vi-coupon {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.woocommerce .vi-coupon .input-text,
.woocommerce-page .vi-coupon .input-text {
  padding: 8px 20px;
  font-size: 13px;
}
.woocommerce .vi-update-cart,
.woocommerce-page .vi-update-cart {
  text-align: right;
  float: right;
  padding-right: 15px;
  padding-left: 15px;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  margin-top: 30px;
}
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
  border: 1px solid #ddd;
  border-right: none;
}
.woocommerce .cart-collaterals .cart_totals table tbody tr th,
.woocommerce-page .cart-collaterals .cart_totals table tbody tr th {
  background-color: #fbfbfb;
  font-weight: normal;
  color: #515151;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 0;
  border-left: 0;
  padding: 10px 20px;
  width: auto;
}
.woocommerce .cart-collaterals .cart_totals table tbody tr td,
.woocommerce-page .cart-collaterals .cart_totals table tbody tr td {
  padding: 10px 20px;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 0;
  border-left: 0;
}
.woocommerce .cart-collaterals .cart_totals table tbody tr td:first-child,
.woocommerce-page .cart-collaterals .cart_totals table tbody tr td:first-child {
  border-top: 0;
  border-right: 0;
}
.woocommerce .cart-collaterals .cross-sells .item-product,
.woocommerce-page .cart-collaterals .cross-sells .item-product {
  width: 50%;
}
.woocommerce .cart-collaterals .cross-sells .item-product:nth-child(2n+1),
.woocommerce-page .cart-collaterals .cross-sells .item-product:nth-child(2n+1) {
  clear: both;
}
.woocommerce .cart-collaterals .cross-sells .item-product:nth-child(4n+1),
.woocommerce-page .cart-collaterals .cross-sells .item-product:nth-child(4n+1) {
  clear: none;
}
.woocommerce .cart-collaterals .cross-sells .item-product:nth-child(4n+1),
.woocommerce-page .cart-collaterals .cross-sells .item-product:nth-child(4n+1) {
  clear: none;
}
.woocommerce .wc-ship-calculator .woocommerce-shipping-calculator .shipping-calculator-form .form-row,
.woocommerce-page .wc-ship-calculator .woocommerce-shipping-calculator .shipping-calculator-form .form-row {
  padding: 0;
  margin-bottom: 0;
}
.woocommerce .wc-ship-calculator .woocommerce-shipping-calculator .shipping-calculator-form .form-row input,
.woocommerce-page .wc-ship-calculator .woocommerce-shipping-calculator .shipping-calculator-form .form-row input,
.woocommerce .wc-ship-calculator .woocommerce-shipping-calculator .shipping-calculator-form .form-row select,
.woocommerce-page .wc-ship-calculator .woocommerce-shipping-calculator .shipping-calculator-form .form-row select {
  margin-bottom: 10px;
}
.woocommerce .wc-ship-calculator .woocommerce-shipping-calculator .button,
.woocommerce-page .wc-ship-calculator .woocommerce-shipping-calculator .button {
  background-color: #2a2a2a;
  color: #fffefe;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 0;
  padding: 16px 24px;
  display: inline-block;
  width: 100%;
}
.woocommerce .wc-ship-calculator .woocommerce-shipping-calculator .button:focus,
.woocommerce-page .wc-ship-calculator .woocommerce-shipping-calculator .button:focus {
  outline: none;
}
/************************************
Mini Cart
************************************/
.widget_shopping_cart {
  position: relative;
}
.widget_shopping_cart .minicart_hover {
  margin-top: 0;
  margin-bottom: 0;
}
.widget_shopping_cart .minicart_hover .cart-title {
  margin-right: 7px;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
.widget_shopping_cart .minicart_hover .cart-items-number {
  display: inline-block;
  position: relative;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}
.widget_shopping_cart .minicart_hover .cart-items-number .icon_bag_alt {
  font-size: 21px;
}
.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number {
  border-radius: 50%;
  top: -7px;
  display: block;
  font-size: 10px;
  font-weight: 700;
  height: 18px;
  right: -11px;
  line-height: 18px;
  width: 18px;
  padding: 0;
  position: absolute;
  text-align: center;
  background: #fff;
  color: #333 !important;
}
.widget_shopping_cart .widget_shopping_cart_content {
  background: #fff;
  left: auto;
  position: absolute;
  right: 0;
  top: auto;
  min-width: 330px;
  z-index: 9999;
  padding-top: 10px;
  padding-bottom: 20px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  margin-top: 35px;
  -webkit-transition: all 0.27s ease;
  -moz-transition: all 0.27s ease;
  -o-transition: all 0.27s ease;
  transition: all 0.27s ease;
}
.widget_shopping_cart .widget_shopping_cart_content:before {
  content: "";
  position: absolute;
  min-width: 330px;
  height: 15px;
  display: inline-block;
  left: 0;
  top: -15px;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget {
  max-height: 315px;
  overflow: auto;
  padding: 0 15px;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar {
  width: 6px;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li {
  padding: 15px 0;
  border-top: 1px solid #ddd;
  width: 100%;
  margin-left: 0 !important;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li a {
  text-align: left;
  max-width: 95%;
  color: #333;
  font-weight: normal;
  text-transform: uppercase;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li a img {
  margin-right: 15px;
  width: 65px !important;
  float: left;
  border: 1px solid #ddd;
  margin-left: 0;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li span {
  color: #333;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li dl {
  border-left: 0 none !important;
  float: left;
  padding-left: 0 !important;
  min-width: 60%;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li dl dd {
  margin: 0 !important;
  padding: 0 !important;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .quantity {
  float: right;
  padding: 0;
  text-align: left;
  margin-top: 5px;
  width: calc(100% - 80px);
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .quantity .amount {
  float: right;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove {
  left: auto !important;
  right: -10px;
  top: 15px !important;
  background: transparent;
  color: #333 !important;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove:before {
  font-size: 15px;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li:first-child {
  border-top: none;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget .empty {
  padding-top: 17px;
  text-align: center;
  color: #333;
}
.widget_shopping_cart .widget_shopping_cart_content .total {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 15px 0;
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
}
.widget_shopping_cart .widget_shopping_cart_content .total .amount {
  margin-left: 10px;
  font-size: 14px;
}
.widget_shopping_cart .widget_shopping_cart_content .total strong {
  color: #333;
  float: left;
  font-weight: normal;
  text-transform: uppercase;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons {
  text-align: center;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons a {
  border-radius: 50px;
  font-weight: 400;
  margin: 0 6px;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons a:hover {
  color: #fff;
  background: #0b0a0b;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons a.wc-forward:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f07a";
  margin-right: 7px;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons .checkout {
  position: relative;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons .checkout:before {
  content: "\f00c" !important;
}
.widget_shopping_cart:hover .widget_shopping_cart_content {
  margin-top: 15px;
  visibility: visible;
  opacity: 1;
}
.widget_shopping_cart .minicart_hover {
  padding-right: 12px;
}
.widget_shopping_cart.cart-border .minicart_hover {
  border: 2px solid;
  padding: 10px 30px 10px 20px;
  margin-top: -11px;
  margin-bottom: -10px;
}
header.header_v1 .widget_shopping_cart .widget_shopping_cart_content {
  min-width: 100%;
}
header.header_v1 .widget_shopping_cart .widget_shopping_cart_content p.buttons a.checkout {
  margin-top: 6px;
}
.tada {
  animation-name: tada;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
div.floating-cart {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 31px -1px rgba(0, 0, 0, 0.15);
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1000;
}
#ship-to-different-address {
  position: relative;
}
#ship-to-different-address label {
  font-weight: normal;
  padding-left: 30px;
}
#ship-to-different-address #ship-to-different-address-checkbox {
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce #payment #place_order {
  width: 100%;
  padding: 15px;
}
.woocommerce-checkout.checkout:after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-checkout.checkout .woocommerce-checkout-review-order-table {
  border-right: none;
}
.woocommerce-checkout.checkout .woocommerce-checkout-review-order-table td,
.woocommerce-checkout.checkout .woocommerce-checkout-review-order-table th {
  border-bottom: none;
}
.woocommerce-checkout.checkout #payment {
  border-radius: 0;
}
.woocommerce-checkout label {
  font-weight: normal;
  color: #999;
  font-style: italic;
}
.woocommerce-checkout .button {
  box-shadow: none;
  border-radius: 0 !important;
  text-align: center;
  vertical-align: top;
  margin: 0 2px;
  border: none;
  padding: 11px 25px;
  text-shadow: 0 0 0;
  text-transform: uppercase;
  font-size: 12px;
  background: #181818 !important;
  color: #fff !important;
}
.woocommerce-checkout .button:hover {
  color: #fff !important;
}
.woocommerce-checkout #customer_details {
  width: 70%;
  float: right;
  padding-left: 30px;
}
.woocommerce-checkout #order_review_heading {
  margin-top: 0;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  width: 30%;
  float: left;
}
.woocommerce-billing-fields h3,
#ship-to-different-address,
.woocommerce-shipping-fields h3 {
  margin-top: 0;
}
.woocommerce-billing-fields h3 label,
#ship-to-different-address label,
.woocommerce-shipping-fields h3 label {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
  font-style: normal;
}
.woocommerce-checkout .select2-container .select2-choice {
  border: 1px solid #f0f0f0;
  border-radius: 0;
  padding: 3px 8px;
}
.woocommerce-checkout .select2-drop-active {
  border: 1px solid #f0f0f0;
}
.woocommerce-checkout .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #f0f0f0;
}
.woocommerce-checkout .select2-search input {
  padding: 0 20px 0 5px !important;
}
/************************************************
Magnific Popup CSS
*************************************************/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  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;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.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;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-inline-holder .mfp-close {
  color: #333;
  right: 0;
  text-align: center;
  padding-right: 0;
  top: 0 !important;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.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;
  filter: alpha(opacity=100);
}
.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: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-inline-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-inline-holder .mfp-content {
  width: 100%;
  max-width: 760px;
}
.mfp-inline-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  overflow: hidden;
  height: 480px;
}
.mfp-iframe-scaler #content {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #fff;
}
/* Main image in popup */
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;
}
/* The shadow behind the image */
.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;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.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;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
  width: 4.5em;
}
.woocommerce .quantity.buttons_added input.qty,
.woocommerce-page .quantity.buttons_added input.qty {
  width: 3.5em;
}
.quickview #slider .slides li {
  display: none;
}
.quickview #slider .slides li:first-child {
  display: block;
}
.quickview .thumbnail_product {
  padding-right: 0;
}
.quickview .thumbnail_product ul.flex-direction-nav li a.flex-prev,
.quickview .thumbnail_product ul.flex-direction-nav li a.flex-next {
  top: 50%;
  bottom: auto;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin-top: -15px;
}
.quickview .thumbnail_product ul.flex-direction-nav li a.flex-prev:before,
.quickview .thumbnail_product ul.flex-direction-nav li a.flex-next:before {
  width: 100%;
  background: #fff;
}
.quickview .thumbnail_product ul.flex-direction-nav li a.flex-prev:after,
.quickview .thumbnail_product ul.flex-direction-nav li a.flex-next:after {
  display: none;
}
.quickview .thumbnail_product ul.flex-direction-nav li a.flex-prev i,
.quickview .thumbnail_product ul.flex-direction-nav li a.flex-next i {
  display: none;
}
.quickview .thumbnail_product ul.flex-direction-nav li a.flex-prev:hover:before,
.quickview .thumbnail_product ul.flex-direction-nav li a.flex-next:hover:before {
  background: #fff;
  color: #333;
  opacity: 0.8;
}
.quickview .thumbnail_product ul.flex-direction-nav li a.flex-next {
  left: auto;
  right: 0;
}
.quickview .thumbnail_product ul.flex-direction-nav li a.flex-next:before {
  line-height: 30px;
  content: "\24";
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.quickview .woocommerce-review-link {
  display: none;
}
.quickview .product-info .right .woocommerce-product-rating {
  margin-bottom: 10px !important;
}
.quickview .product-info .right .product_meta {
  padding-bottom: 20px;
}
.quickview .product-info {
  margin-bottom: 0;
  position: relative;
}
.quickview .product-info .left {
  padding-left: 15px;
  padding-top: 15px;
}
.quickview .product-info .right {
  text-align: left;
  padding-left: 15px;
}
.quickview .product-info .right .description {
  font-size: 12px;
  float: left;
  margin-top: 15px;
}
.quickview .product-info .right .woocommerce-product-rating .star-rating {
  float: left;
  margin-top: 5px;
  margin-bottom: 20px;
}
.quickview .product-info .right .product_meta > span {
  display: block;
}
.quickview .product-info .right .product_title {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 22px;
  margin-top: 30px;
  line-height: 28px;
}
.quickview .product-info .right .product_title .single-price {
  margin-top: 15px;
}
.quickview .product-info .right .price {
  font-weight: 800;
}
.quickview .product-info .right .price ins {
  text-decoration: none;
}
.quickview .product-info .right .price del {
  font-weight: normal;
  padding-right: 5px;
}
.quickview .product-info .right .cart {
  float: left;
  width: 100%;
  padding-top: 0;
}
.quickview .product-info .right .cart:before,
.quickview .product-info .right .cart:after {
  content: " ";
  display: table;
  clear: both;
}
.quickview .product-info .right .cart a {
  font-weight: normal;
}
.quickview .product-info .right .cart a .added:before {
  display: none !important;
}
.quickview .product-info .right .cart button.button {
  height: auto;
  line-height: inherit;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.quickview .product-info .right .cart .quantity {
  float: left;
  margin-right: 15px;
  height: auto;
}
.quickview .product-info .right .cart .quantity input {
  padding: 4px 0;
  border: 1px solid #ddd;
  width: 55px;
  height: auto;
  font-weight: normal;
  text-align: center;
}
.quickview .product-info .right .cart table,
.quickview .product-info .right .cart th,
.quickview .product-info .right .cart td {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.quickview .product-info .right .cart table .reset_variations,
.quickview .product-info .right .cart th .reset_variations,
.quickview .product-info .right .cart td .reset_variations {
  display: block;
}
.quickview .product-info .right .cart table label,
.quickview .product-info .right .cart th label,
.quickview .product-info .right .cart td label {
  font-weight: normal;
}
.quickview .product-info .right .cart table select,
.quickview .product-info .right .cart th select,
.quickview .product-info .right .cart td select {
  height: 30px;
  font-size: 12px;
}
.quickview .product-info .right .reset_variations {
  font-size: 12px;
}
.quickview .product-info .right .variations_form {
  margin-bottom: 0;
}
.quickview .product-info .right .woo-share {
  margin-left: 0;
  margin-top: 10px;
  width: 100%;
  float: left;
}
.quickview .product-info .right .woo-share .share_show {
  margin: 0;
}
.quickview .product-info .right .woo-share li {
  list-style: none;
  display: inline-block;
}
.quickview .product-info .right .woo-share li a {
  width: 24px;
  height: 24px;
  margin: 0 1px;
  text-align: center;
  color: #fff;
  line-height: 24px;
  display: inline-block;
}
.quickview .product-info .right .woo-share li a.facebook {
  background: #3b5999;
}
.quickview .product-info .right .woo-share li a.twitter {
  background: #61cae7;
}
.quickview .product-info .right .woo-share li a.pinterest {
  background: #d4232b;
}
.quickview .product-info .right .woo-share li a.googleplus {
  background: #f35633;
}
.quickview .product-info .right .woo-share li a:hover {
  opacity: 0.6;
}
.quickview .quick-view-detail {
  position: absolute;
  bottom: 10px;
  right: 20px;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
}
#carousel .flex-viewport {
  margin: 20px 0;
  overflow: hidden;
}
#carousel .flex-viewport ul {
  overflow: hidden;
}
#carousel .flex-viewport li {
  margin-right: 20px;
}
#content .cart .button {
  color: #fff;
  padding: 6px 20px;
  border-radius: 0;
  text-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
#content .cart .button:hover {
  background: #181818;
}
.quickview .variation ul {
  margin: 0;
}
.quickview .variation ul li {
  list-style: none;
}
.vi-widget-layered-nav li {
  margin: 0 0 2px;
}
.vi-widget-layered-nav li.pa_color {
  display: inline-block;
  margin: 0 2px 2px;
}
.vi-widget-layered-nav li.pa_color a span {
  display: inline-block;
}
.vi-widget-layered-nav li.pa_color a span.hidden_text {
  width: 40px;
  height: 23px;
  border: 1px solid #E0E0E0;
}
.yith-wcwl-add-to-wishlist {
  margin: 0;
  display: inline-block;
  position: relative;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
  visibility: visible;
  position: absolute;
  right: -16px;
  top: 50%;
  margin-top: -8px;
}
#yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart {
  font-weight: normal;
  line-height: 1;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 0;
}
#yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart:hover {
  background: #000;
  color: #fff;
}
#yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart:before {
  content: "\f07a";
  font: 14px/1 FontAwesome;
  margin-right: 10px;
  transition: background-color 500ms linear 0s;
}
/********wish list**********/
#yith-wcwl-form .wishlist_table {
  font-size: 100%;
}
#yith-wcwl-form .wishlist_table tbody tr .product-thumbnail {
  margin-right: 0;
}
#yith-wcwl-form .wishlist_table tbody tr td {
  padding: 9px;
}
#yith-wcwl-form .wishlist_table tbody tr td a.add_to_cart_button {
  background: #181818;
  color: #fff;
  padding: 7px 0;
}
#yith-wcwl-form .wishlist_table tbody tr td a.add_to_cart_button:hover {
  color: #fff;
}
/********Newlestter***********/
.mc4wp-form {
  margin: 0 auto;
}
.mc4wp-form:before,
.mc4wp-form:after {
  content: " ";
  display: table;
}
.mc4wp-form:after {
  clear: both;
}
.mc4wp-form input[type="email"] {
  padding: 10px 15px;
  border: none;
  background: #f0f0f0;
  width: 100%;
  border-radius: 50px;
  max-width: 470px;
}
.mc4wp-form input[type="email"]:-moz-placeholder {
  color: #262831;
}
.mc4wp-form input[type="email"]::-moz-placeholder {
  color: #262831;
}
.mc4wp-form input[type="email"]:-ms-input-placeholder {
  color: #262831;
}
.mc4wp-form input[type="email"]::-webkit-input-placeholder {
  color: #262831;
}
.mc4wp-form input[type="submit"] {
  padding: 10px 15px;
  border: none;
  max-width: 150px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-weight: normal;
  border-radius: 50px;
  color: #fff;
  width: 100%;
}
/************************************
Archive Blog
************************************/
.no-padding-top {
  padding-top: 0;
  padding-bottom: 0;
}
.wrapper-video .video-container {
  padding-bottom: 56.25%;
  padding-top: 0;
}
.archive-blog:before,
.single-blog:before,
.archive-blog:after,
.single-blog:after {
  content: " ";
  display: table;
}
.archive-blog:after,
.single-blog:after {
  clear: both;
}
.archive-blog article,
.single-blog article {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dcdcdc;
}
.archive-blog article.post_format-post-format-audio .post-formats-wrapper,
.single-blog article.post_format-post-format-audio .post-formats-wrapper {
  position: relative;
  padding-bottom: 27.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 25px;
}
.archive-blog article.post_format-post-format-audio .post-formats-wrapper iframe,
.single-blog article.post_format-post-format-audio .post-formats-wrapper iframe,
.archive-blog article.post_format-post-format-audio .post-formats-wrapper object,
.single-blog article.post_format-post-format-audio .post-formats-wrapper object,
.archive-blog article.post_format-post-format-audio .post-formats-wrapper embed,
.single-blog article.post_format-post-format-audio .post-formats-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.archive-blog article.post_format-post-format-video .post-formats-wrapper,
.single-blog article.post_format-post-format-video .post-formats-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 25px;
}
.archive-blog article.post_format-post-format-video .post-formats-wrapper iframe,
.single-blog article.post_format-post-format-video .post-formats-wrapper iframe,
.archive-blog article.post_format-post-format-video .post-formats-wrapper object,
.single-blog article.post_format-post-format-video .post-formats-wrapper object,
.archive-blog article.post_format-post-format-video .post-formats-wrapper embed,
.single-blog article.post_format-post-format-video .post-formats-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.archive-blog .post-formats-wrapper:after,
.single-blog .post-formats-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.archive-blog .sticky .content-inner,
.single-blog .sticky .content-inner {
  border-bottom: none;
  background: #f2f2f2;
  padding: 15px 20px !important;
}
.archive-blog .sticky .content-inner .entry-summary,
.single-blog .sticky .content-inner .entry-summary {
  padding: 0;
}
.archive-blog .sticky .content-inner .entry-header,
.single-blog .sticky .content-inner .entry-header {
  padding-bottom: 10px;
  padding-top: 10px;
}
.archive-blog .sticky .content-inner .entry-footer,
.single-blog .sticky .content-inner .entry-footer {
  margin-top: 10px;
  margin-bottom: 12px;
  padding-right: 15px;
}
.archive-blog .content-inner,
.single-blog .content-inner {
  position: relative;
}
.archive-blog .content-inner:after,
.single-blog .content-inner:after {
  content: "";
  display: table;
  clear: both;
}
.archive-blog .content-inner .entry-header .blog_title,
.single-blog .content-inner .entry-header .blog_title {
  margin: 25px 0 0;
  text-transform: uppercase;
}
.archive-blog .content-inner .entry-header .post-meta,
.single-blog .content-inner .entry-header .post-meta {
  margin-top: 15px;
  font-size: 90%;
  opacity: 0.8;
}
.archive-blog .content-inner .entry-header .post-meta:before,
.single-blog .content-inner .entry-header .post-meta:before,
.archive-blog .content-inner .entry-header .post-meta:after,
.single-blog .content-inner .entry-header .post-meta:after {
  content: " ";
  display: table;
}
.archive-blog .content-inner .entry-header .post-meta:after,
.single-blog .content-inner .entry-header .post-meta:after {
  clear: both;
}
.archive-blog .content-inner .entry-header .post-meta .byline,
.single-blog .content-inner .entry-header .post-meta .byline {
  float: left;
}
.archive-blog .content-inner .entry-header .post-meta .date,
.single-blog .content-inner .entry-header .post-meta .date {
  float: right;
}
.archive-blog .content-inner .entry-summary,
.single-blog .content-inner .entry-summary {
  padding-top: 25px;
}
.archive-blog .content-inner .read-more a,
.single-blog .content-inner .read-more a {
  position: relative;
  padding: 15px 50px;
  border-radius: 50px;
  border: 1px solid;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  text-transform: uppercase;
  color: inherit;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
}
.archive-blog .content-inner .entry-content,
.single-blog .content-inner .entry-content {
  position: relative;
}
.archive-blog .entry-footer,
.single-blog .entry-footer {
  margin-top: 20px;
}
.archive-blog .entry-footer:before,
.single-blog .entry-footer:before,
.archive-blog .entry-footer:after,
.single-blog .entry-footer:after {
  content: " ";
  display: table;
}
.archive-blog .entry-footer:after,
.single-blog .entry-footer:after {
  clear: both;
}
.next-prev-btn {
  display: none;
}
.pagination_style_load_more #infscr-loading {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  text-align: center;
}
/************************************
Page 404
************************************/
.error404 {
  background-size: cover;
  background-repeat: no-repeat;
}
.error404 .error-404 {
  max-width: 700px;
  margin: 40px auto 0 auto;
  text-align: center;
}
.error404 .error-404 h1 {
  letter-spacing: 6px;
  font-size: 28px;
}
.error404 .error-404 p {
  line-height: 26px;
}
.error404 .error-404 .icon-404 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.error404 .error-404 .btn {
  border: 1px solid #fff;
  border-radius: 0;
  margin: 2px;
  padding: 12px 35px;
}
.error404 .error-404 .btn:after {
  display: none;
}
/************************************
Single Blog
************************************/
.single-blog .woo_share_social {
  padding-top: 50px;
  text-align: center;
}
.single-blog .woo_share_social .text {
  display: none;
}
.single-blog .woo_share_social li a {
  padding: 0;
  margin: 0 10px;
  width: 40px;
  height: 40px;
  border: 1px solid;
  line-height: 40px;
  border-radius: 50%;
  font-size: 16px;
  color: #969696;
}
.single-blog .woo_share_social li a.googleplus:hover {
  color: #dd4b39;
}
.single-blog .woo_share_social li a.facebook:hover {
  color: #3b5999;
}
.single-blog .woo_share_social li a.twitter:hover {
  color: #55acee;
}
.single-blog .woo_share_social li a.pinterest:hover {
  color: #bd081c;
}
.single-blog .woo_share_social li a.linkedin:hover {
  color: #0077B5;
}
blockquote {
  font-style: italic;
  padding: 20px 35px;
  font-size: 100%;
  opacity: 0.7;
  position: relative;
}
blockquote:before {
  font: normal normal normal 100px/1 ElegantIcons;
  content: "\7b";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  color: #efeff0;
  z-index: -1;
  transform: rotate(180deg);
}
/* Comment post|page */
.comments-area {
  margin-top: 50px;
  border-top: 1px solid #dcdcdc;
  padding-top: 50px;
}
.comments-area .comment-list {
  margin: 0;
  list-style: none;
}
.comments-area .comment-list > li {
  margin-bottom: 30px;
}
.comments-area .comment-list-inner {
  padding-bottom: 50px;
}
.comments-area .comment-list-inner .comments-title {
  text-transform: uppercase;
  display: block;
  text-align: center;
  background: #fff;
  position: relative;
  margin: 0 0 50px 0;
}
.comments-area .comment-list-inner .comment-author.meta {
  color: #b3b3b3;
}
.comments-area .comment-list-inner .comment-author.meta strong {
  color: #000;
}
.comments-area .comment-list-inner > li {
  list-style: none outside none;
  margin-bottom: 25px;
}
.comments-area .comment-list-inner li .wrapper-comment {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.comments-area .comment-list-inner li .wrapper-comment:before,
.comments-area .comment-list-inner li .wrapper-comment:after {
  content: " ";
  display: table;
}
.comments-area .comment-list-inner li .wrapper-comment:after {
  clear: both;
}
.comments-area .comment-list-inner li .wrapper_avatar {
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.comments-area .comment-list-inner li .wrapper_avatar .avatar {
  border-radius: 50%;
}
.comments-area .comment-list-inner li .comment-right {
  width: calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  float: left;
  padding-left: 30px;
}
.comments-area .comment-list-inner li .comment-extra-info {
  margin-bottom: 15px;
}
.comments-area .comment-list-inner li .comment-extra-info:before,
.comments-area .comment-list-inner li .comment-extra-info:after {
  content: " ";
  display: table;
}
.comments-area .comment-list-inner li .comment-extra-info:after {
  clear: both;
}
.comments-area .comment-list-inner li .comment-extra-info .author-name {
  text-transform: uppercase;
  font-weight: 600;
}
.comments-area .comment-list-inner li .comment-extra-info .date {
  padding-left: 20px;
  color: #969696;
  font-size: 90%;
}
.comments-area .comment-list-inner li .comment-extra-info .date:before {
  content: "\f017";
  font: normal normal normal 18px/1 FontAwesome;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.comments-area .comment-list-inner li .reply_and_edit {
  text-transform: uppercase;
  font-weight: 600;
}
.comments-area .comment-list-inner li .reply_and_edit .comment-reply-link {
  margin-right: 15px;
}
.comments-area .comment-list-inner .children {
  margin-top: 0;
  padding-top: 0;
  margin-left: 80px;
}
.comments-area .comment-list-inner .children li {
  list-style: none;
}
.comments-area .comment-respond {
  /* Submit Button */
}
.comments-area .comment-respond .comment-reply-title {
  text-transform: uppercase;
  display: inline-block;
  background: #fff;
  position: relative;
  margin-top: 0;
}
.comments-area .comment-respond .comment-form:before,
.comments-area .comment-respond .comment-form:after {
  content: " ";
  display: table;
}
.comments-area .comment-respond .comment-form:after {
  clear: both;
}
.comments-area .comment-respond .comment-form .comment-form-author,
.comments-area .comment-respond .comment-form .comment-form-email,
.comments-area .comment-respond .comment-form .comment-form-url,
.comments-area .comment-respond .comment-form .comment-form-phone {
  width: 50%;
  float: left;
  padding-right: 15px;
  position: relative;
}
.comments-area .comment-respond .comment-form .comment-form-author:before,
.comments-area .comment-respond .comment-form .comment-form-email:before,
.comments-area .comment-respond .comment-form .comment-form-url:before,
.comments-area .comment-respond .comment-form .comment-form-phone:before {
  font: normal normal normal 18px/1 ElegantIcons;
  color: #191d30;
  opacity: 0.35;
  position: absolute;
  top: 14px;
  right: 12px;
}
.comments-area .comment-respond .comment-form .comment-form-email,
.comments-area .comment-respond .comment-form .comment-form-phone {
  padding-left: 15px;
  padding-right: 0;
}
.comments-area .comment-respond .comment-form .comment-form-email:before {
  content: "\e010";
}
.comments-area .comment-respond .comment-form .comment-form-author:before {
  content: "\e107";
  right: 28px;
}
.comments-area .comment-respond .comment-form .comment-form-phone:before {
  content: "\e00b";
}
.comments-area .comment-respond .comment-form .comment-form-url:before {
  content: "\e0e2";
  right: 28px;
}
.comments-area .comment-respond .comment-form .comment-form-comment {
  width: 100%;
  float: left;
  position: relative;
}
.comments-area .comment-respond .comment-form .comment-form-comment:before {
  font: normal normal normal 18px/1 ElegantIcons;
  content: "\e104";
  color: #191d30;
  opacity: 0.35;
  position: absolute;
  top: 14px;
  right: 12px;
}
.comments-area .comment-respond .comment-form .form-submit {
  width: 100%;
  float: left;
}
.comments-area .comment-respond textarea,
.comments-area .comment-respond input {
  width: 100%;
  border: 2px solid #ebebeb;
  padding: 8px 15px;
  border-radius: 0;
  color: #c5c5c5;
}
.comments-area .comment-respond textarea:focus,
.comments-area .comment-respond input:focus {
  border-color: #262831;
  color: #262831;
}
.comments-area .comment-respond textarea {
  height: 100px;
}
.comments-area .comment-respond .form-submit input#submit {
  width: auto;
  text-shadow: none;
  box-shadow: none;
  border: none;
  padding: 4px 20px;
  line-height: 2;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.comments-area .comment-respond .form-submit input#submit:hover {
  background-color: #262831;
}
.widget-area ul {
  margin-left: 0;
}
.widget-area aside {
  margin: 0 0 35px 0;
}
.widget-area aside .widget-title {
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.widget-area aside .widget-title:before {
  position: absolute;
  left: 0;
  width: 50px;
  height: 1px;
  content: "";
  bottom: -1px;
  z-index: 2;
}
.widget-area aside ul li {
  padding-top: 3px;
  padding-bottom: 3px;
  list-style: none;
}
.widget-area aside select {
  max-width: 100%;
  width: 100%;
  border: 1px solid #f0f0f0;
  padding: 6px 10px;
}
.widget-area aside select:focus {
  outline: none;
  box-shadow: 0 0 0;
}
.widget-area aside.widget_archive ul li,
.widget-area aside .product-categories li,
.widget-area aside.widget_categories ul li {
  text-align: right;
}
.widget-area aside.widget_archive ul li:before,
.widget-area aside .product-categories li:before,
.widget-area aside.widget_categories ul li:before,
.widget-area aside.widget_archive ul li:after,
.widget-area aside .product-categories li:after,
.widget-area aside.widget_categories ul li:after {
  content: " ";
  display: table;
}
.widget-area aside.widget_archive ul li:after,
.widget-area aside .product-categories li:after,
.widget-area aside.widget_categories ul li:after {
  clear: both;
}
.widget-area aside.widget_archive ul li a,
.widget-area aside .product-categories li a,
.widget-area aside.widget_categories ul li a {
  float: left;
}
.widget-area aside.widget_archive ul li:last-child,
.widget-area aside .product-categories li:last-child,
.widget-area aside.widget_categories ul li:last-child {
  border-bottom: 0;
}
.widget-area aside.widget_archive ul li .count,
.widget-area aside .product-categories li .count,
.widget-area aside.widget_categories ul li .count {
  float: right;
}
.widget-area aside.widget_categories ul li.cat-item {
  text-align: right;
}
.widget-area aside.widget_categories ul li.cat-item a {
  float: left;
}
.widget-area aside.widget_layered_nav ul li.wc-layered-nav-term {
  position: relative;
}
.widget-area aside.widget_layered_nav ul li.wc-layered-nav-term:after {
  content: "\56";
  font-family: 'ElegantIcons';
  position: absolute;
  color: #dcdcdc;
  right: 4px;
  top: 0;
  font-size: 17px;
  font-weight: lighter;
}
.widget-area aside.widget_layered_nav ul li.wc-layered-nav-term.chosen:after {
  content: "\5a";
}
.widget-area aside.widget_layered_nav ul li.wc-layered-nav-term.chosen a::before {
  content: '';
  margin: 0;
}
.widget-area .screen-reader-text {
  display: none;
}
.widget-area .widget_tag_cloud .tagcloud,
.widget-area .widget_product_tag_cloud .tagcloud {
  margin: 0 -5px;
}
.widget-area .widget_tag_cloud .tagcloud a,
.widget-area .widget_product_tag_cloud .tagcloud a {
  font-size: 100% !important;
  margin: 5px;
  padding: 5px 12px 5px 17px;
  display: inline-block;
  border: 2px solid #ebebeb;
  position: relative;
}
.widget-area .widget_tag_cloud .tagcloud a:before,
.widget-area .widget_product_tag_cloud .tagcloud a:before {
  content: "";
  width: 2px;
  top: 10px;
  bottom: 10px;
  left: 10px;
  background: #0cb9e7;
  display: inline-block;
  position: absolute;
}
.widget-area .woocommerce ul.cart_list li {
  margin-bottom: 20px;
  padding: 0;
}
.widget-area .woocommerce ul.cart_list li:last-child {
  margin-bottom: 0;
}
.widget-area .woocommerce ul.cart_list li img {
  width: 100px;
  float: left;
  margin-left: 0;
  margin-right: 15px;
}
.widget-area .woocommerce ul.product_list_widget li {
  margin-bottom: 20px;
  padding: 0;
}
.widget-area .woocommerce ul.product_list_widget li:last-child {
  margin-bottom: 0;
}
.widget-area .woocommerce ul.product_list_widget li .thumb-image {
  width: 90px;
  float: left;
  overflow: hidden;
}
.widget-area .woocommerce ul.product_list_widget li .thumb-image img {
  width: auto;
  margin: 0;
}
.widget-area .woocommerce ul.product_list_widget li .content {
  padding-left: 15px;
  width: calc( 100% - 90px);
  float: left;
}
.widget-area .woocommerce ul.product_list_widget li .content .woocommerce-Price-amount.amount {
  color: #5a626c;
}
.widget-area .woocommerce ul.product_list_widget li .content del .woocommerce-Price-amount.amount {
  font-weight: normal;
  color: #9a9696;
}
.widget-area .woocommerce ul.product_list_widget li .content ins {
  text-decoration: none;
}
.widget-area .woocommerce ul.product_list_widget li .content .posted_in a {
  font-style: italic;
  opacity: 0.7;
  line-height: 1;
  display: inline-block;
}
.widget-area .woocommerce ul.product_list_widget li .content p {
  margin-bottom: 10px;
}
.widget-area .woocommerce ul.product_list_widget li .content a {
  font-weight: normal;
}
.widget-area .widget_categories ul li,
.widget-area .widget_pages ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget-area .widget_categories ul li:last-child,
.widget-area .widget_pages ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget-area .widget_categories .children,
.widget-area .widget_pages .children {
  border-top: 1px solid #f0f0f0;
  margin-left: 20px;
  margin-top: 10px;
}
.widget-area #wp-calendar th {
  background: rgba(0, 0, 0, 0.05);
}
.widget-area #wp-calendar td,
.widget-area #wp-calendar th {
  text-align: center;
}
/* search */
.search-form,
.woocommerce-product-search {
  position: relative;
}
.search-form:after,
.woocommerce-product-search:after {
  content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -7px;
  color: #262831;
}
.search-form label,
.woocommerce-product-search label {
  width: 100%;
  display: inline-block;
  font-weight: normal;
  margin: 0;
}
.search-form label .screen-reader-text,
.woocommerce-product-search label .screen-reader-text {
  display: none;
}
.search-form .search-field,
.woocommerce-product-search .search-field {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  border: 2px solid #262831;
  padding: 10px 15px;
}
.search-form .search-submit,
.woocommerce-product-search .search-submit,
.search-form input[type="submit"],
.woocommerce-product-search input[type="submit"] {
  display: none;
  margin: 0;
  padding: 0 16px;
}
.widget_rss .rsswidget {
  font-weight: bold;
}
.widget_rss .rss-date {
  display: block;
  font-style: italic;
  font-size: 90%;
}
.widget_rss cite {
  color: #000;
  font-weight: bold;
}
.widget_nav_menu ul li {
  display: block;
}
.widget_nav_menu ul ul {
  margin: 0 0 0 25px;
}
.widget_nav_menu ul ul li {
  margin: 0;
  display: block;
}
.widget_nav_menu .sub-menu {
  text-transform: none;
}
.widget_nav_menu li.menu-item-has-children {
  padding-bottom: 0;
}
.widget_nav_menu .nav_desc {
  display: none;
}
.widget_recent_entries ul li .post-date {
  font-size: 12px;
  font-style: italic;
  display: block;
}
#secondary .widget_tag_cloud .tagcloud a {
  color: #333;
}
#secondary .widget_tag_cloud .tagcloud a:hover {
  color: #fff;
}
body.archive.woocommerce .site-content #secondary.widget-area aside {
  clear: both;
}
body.archive.woocommerce .site-content #secondary.widget-area aside > h1,
body.archive.woocommerce .site-content #secondary.widget-area aside > h2,
body.archive.woocommerce .site-content #secondary.widget-area aside > h3,
body.archive.woocommerce .site-content #secondary.widget-area aside > h4,
body.archive.woocommerce .site-content #secondary.widget-area aside > h5,
body.archive.woocommerce .site-content #secondary.widget-area aside > h6 {
  padding: 0 50px;
  border-bottom: 0;
  border-top: 1px solid #f0f0f0;
  line-height: 60px;
  margin-bottom: 0;
  pointer-events: none;
}
body.archive.woocommerce .site-content #secondary.widget-area aside > h1::before,
body.archive.woocommerce .site-content #secondary.widget-area aside > h2::before,
body.archive.woocommerce .site-content #secondary.widget-area aside > h3::before,
body.archive.woocommerce .site-content #secondary.widget-area aside > h4::before,
body.archive.woocommerce .site-content #secondary.widget-area aside > h5::before,
body.archive.woocommerce .site-content #secondary.widget-area aside > h6::before {
  content: none;
}
body.archive.woocommerce .site-content #secondary.widget-area aside > h1::after,
body.archive.woocommerce .site-content #secondary.widget-area aside > h2::after,
body.archive.woocommerce .site-content #secondary.widget-area aside > h3::after,
body.archive.woocommerce .site-content #secondary.widget-area aside > h4::after,
body.archive.woocommerce .site-content #secondary.widget-area aside > h5::after,
body.archive.woocommerce .site-content #secondary.widget-area aside > h6::after {
  content: "\f107";
  color: #666;
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  right: 55px;
  text-align: center;
  top: 50%;
  width: 14px;
  z-index: 0;
  margin-top: -12px;
  line-height: 1;
  cursor: pointer;
  pointer-events: all;
}
body.archive.woocommerce .site-content #secondary.widget-area aside > h1.arrow_up:after,
body.archive.woocommerce .site-content #secondary.widget-area aside > h2.arrow_up:after,
body.archive.woocommerce .site-content #secondary.widget-area aside > h3.arrow_up:after,
body.archive.woocommerce .site-content #secondary.widget-area aside > h4.arrow_up:after,
body.archive.woocommerce .site-content #secondary.widget-area aside > h5.arrow_up:after,
body.archive.woocommerce .site-content #secondary.widget-area aside > h6.arrow_up:after {
  content: '\f106';
  font-family: FontAwesome;
}
body.archive.woocommerce .site-content #secondary.widget-area aside > ul,
body.archive.woocommerce .site-content #secondary.widget-area aside > form {
  padding: 0 50px;
}
body.archive.woocommerce .site-content #secondary > h3.filter_title {
  padding: 0 50px;
  border-top: 1px solid #f0f0f0;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
/* display none until init */
.owl-carousel,
.vi-carousel {
  display: none;
  position: relative;
  -ms-touch-action: pan-y;
  /* fix */
}
.owl-carousel .owl-wrapper,
.vi-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper:after,
.vi-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer,
.vi-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight,
.vi-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item,
.vi-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-wrapper,
.vi-carousel .owl-wrapper,
.owl-carousel .owl-item,
.vi-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin: 28px 0;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: transparent;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
/* If PaginationNumbers is true */
.vi-product-slider .owl-theme .owl-controls .owl-page span.owl-numbers {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border: none;
  border-top: 2px solid;
  border-radius: 0;
  margin: 0 2px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: transparent !important;
  opacity: 1 !important;
  font-size: 100%;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
}
body {
  overflow-x: hidden;
}
a {
  color: inherit;
}
.search-results .page-header {
  margin-top: 0;
}
.search-results .page-header .page-title {
  margin-top: 0;
}
div#preload {
  position: fixed;
  background: #262626;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  text-align: center;
}
div#preload .preload-inner {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
}
div#preload a.no-sticky-logo {
  margin-bottom: 30px;
  display: block;
}
div#preload .loading-inner {
  margin: 40px auto 0;
  width: 70px;
  text-align: center;
}
div#preload .loading-inner span {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #dc4f45;
}
div#preload .loading-inner span.loading-1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
div#preload .loading-inner span.loading-2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
div#preload .loading-inner span.loading-3 {
  background-color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-webkit-keyframes bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  100%,
  80% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* flex slider */
.flexslider {
  position: relative;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: initial;
  box-shadow: none;
}
.flexslider .flex-direction-nav li a {
  text-decoration: none;
  overflow: hidden;
  text-shadow: none;
  box-shadow: none;
}
.flexslider .flex-direction-nav li a.flex-disabled {
  display: none;
}
.flexslider .flex-direction-nav li a.flex-prev:before {
  font: normal normal normal 18px/1 ElegantIcons;
  content: "\3c";
}
.flexslider .flex-direction-nav li a.flex-next:before {
  font: normal normal normal 18px/1 ElegantIcons;
  content: "\3d";
}
.flexslider ul.slides {
  margin: 0;
}
.flexslider ul.slides:before,
.flexslider ul.slides:after {
  content: " ";
  display: table;
}
.flexslider ul.slides:after {
  clear: both;
}
.flexslider ul.slides li {
  list-style: none;
  position: relative;
  overflow: hidden;
}
.flexslider ul.slides li a img {
  width: 100%;
  height: auto;
}
.flexslider ol.flex-control-nav {
  text-align: center;
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom: 20px !important;
  height: 15px;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.flexslider ol.flex-control-nav li {
  display: inline-block;
  margin: 0 2px;
}
.flexslider ol.flex-control-nav li a {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  display: inline-block;
  cursor: pointer;
  margin: 0 2px;
  box-shadow: none;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.flexslider ol.flex-control-nav li a.flex-active {
  background: rgba(255, 255, 255, 0.8);
}
.flexslider ol.flex-control-nav li a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.flexslider ul.flex-direction-nav {
  display: block;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.flexslider ul.flex-direction-nav li {
  position: static;
  list-style: none;
}
.flexslider ul.flex-direction-nav li a {
  background: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: 30px;
  line-height: 57px;
}
.flexslider ul.flex-direction-nav li a.flex-prev {
  left: 30px;
}
.flexslider ul.flex-direction-nav li a.flex-next {
  left: 82px;
}
.top_site_main {
  position: relative;
  text-align: center;
  background-size: cover;
}
.top_site_main.top-site-no-image {
  color: #fff;
}
.top_site_main .overlay-top-header {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0.4;
}
.top_site_main .page-title-wrapper .banner-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
}
.top_site_main .page-title-wrapper .banner-wrapper .heading_primary {
  margin: 0;
  color: inherit;
  display: inline-block;
  position: relative;
  line-height: 1;
  text-transform: uppercase;
}
.breadcrumbs-wrapper {
  text-transform: none;
  position: relative;
  z-index: 1;
}
.breadcrumbs-wrapper .vi-breadcrumb {
  margin: 10px 0 0 0;
  display: inline-block;
}
.breadcrumbs-wrapper .vi-breadcrumb li {
  display: inline-block;
  list-style: none;
  text-transform: none;
  margin-right: 2px;
}
.breadcrumbs-wrapper .vi-breadcrumb li a {
  color: inherit;
}
.breadcrumbs-wrapper .vi-breadcrumb li i,
.breadcrumbs-wrapper .vi-breadcrumb li.separate {
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 11px;
}
.breadcrumbs-wrapper .vi-breadcrumb li:last-child i {
  display: none;
}
.breadcrumbs-wrapper .woocommerce-breadcrumb {
  color: inherit;
  font-size: inherit;
  margin: 0;
}
.breadcrumbs-wrapper .woocommerce-breadcrumb a {
  color: inherit;
}
.breadcrumbs-wrapper .woocommerce-breadcrumb i {
  color: inherit;
  margin-left: 20px;
  margin-right: 5px;
}
.top-site-no-image {
  background: #181818;
}
/*******pagination*********/
.pagination {
  margin: 0;
  display: block;
  text-align: center;
}
.pagination .page-numbers {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  min-width: 32px;
  text-align: center;
}
.pagination .page-numbers > li {
  display: inline;
}
.pagination .page-numbers > li > a,
.pagination .page-numbers > li > span {
  color: #262831;
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  background: transparent;
  border: 1px solid #f0f0f0;
  margin: 0 4px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.boxed-area {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.site-content {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.no-padding-top {
  padding-top: 0;
  padding-bottom: 0;
}
.btn-default,
.btn {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #7f7f7f;
  border-radius: 3px;
  box-shadow: 0 0 0;
  line-height: 1;
  margin-bottom: 15px;
  padding: 15px 30px;
  position: relative;
}
.btn-default:hover,
.btn:hover,
.btn-default:focus,
.btn:focus,
.btn-default:active,
.btn:active {
  background: transparent;
  box-shadow: 0 0 0;
}
.btn-white {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.text-white {
  color: #fff;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p {
  color: #fff;
}
.text-white h1 a,
.text-white h2 a,
.text-white h3 a,
.text-white h4 a,
.text-white h5 a,
.text-white h6 a,
.text-white p a {
  color: #fff;
}
.title-contact {
  text-align: center;
}
.title-contact h5 {
  display: inline-block;
  background: #fff;
  position: relative;
  top: -12px;
  margin: 0;
  padding: 0 10px;
}
.btn-bottom {
  border: none;
  border-bottom: 2px solid;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 0 10px 0;
}
.wpcf7-form {
  padding: 45px 0;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.wpcf7-form .wpcf7-form-control-wrap:before {
  font: normal normal normal 18px/1 ElegantIcons;
  color: #191d30;
  opacity: 0.35;
  position: absolute;
  top: 14px;
  right: 12px;
}
.wpcf7-form .wpcf7-form-control-wrap.your-email:before {
  content: "\e010";
}
.wpcf7-form .wpcf7-form-control-wrap.your-name:before {
  content: "\e107";
  right: 28px;
}
.wpcf7-form .wpcf7-form-control-wrap.your-message {
  width: 100%;
  float: left;
  position: relative;
}
.wpcf7-form .wpcf7-form-control-wrap.your-message:before {
  font: normal normal normal 18px/1 ElegantIcons;
  content: "\e104";
  color: #191d30;
  opacity: 0.35;
  position: absolute;
  top: 14px;
  right: 12px;
}
.wpcf7-form .wpcf7-form-control-wrap textarea,
.wpcf7-form .wpcf7-form-control-wrap input {
  width: 100%;
  border: 2px solid #ebebeb;
  padding: 8px 15px;
  border-radius: 0;
  color: #c5c5c5;
}
.wpcf7-form .wpcf7-form-control-wrap textarea:focus,
.wpcf7-form .wpcf7-form-control-wrap input:focus {
  border-color: #262831;
  color: #262831;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  height: 200px;
}
.wpcf7-form .wpcf7-submit {
  padding: 9px 35px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  min-width: 180px;
  border-radius: 50px;
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: #2a2a2a;
}
.contact-info {
  margin: 0;
}
.contact-info li {
  line-height: 22px;
  list-style: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
  color: #8f8f8f;
}
.contact-info li:before {
  font: normal normal normal 18px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 6px;
}
.contact-info li.address:before {
  content: "\f018";
}
.contact-info li.email:before {
  content: "\f003";
}
.contact-info li.phone:before {
  content: "\f095";
}
.contact-info li label {
  display: block;
  color: #2a2a2a;
  font-size: 110%;
  font-weight: normal;
}
.contact-info li a {
  display: block;
  color: #8f8f8f;
}
.contact-info li br {
  display: none;
}
.page_login {
  max-width: 400px;
  margin: 0 auto;
}
.page_login .vi-heading {
  margin-bottom: 15px;
}
.page_login .sub-title {
  text-transform: none;
}
.page_login #loginform {
  max-width: 300px;
  margin: 0 auto;
}
.page_login #loginform label {
  display: block;
  color: #fff;
  font-weight: normal;
}
.page_login #loginform input {
  width: 100%;
  border: 1px solid #ddd;
  padding: 6px 10px;
  background: transparent;
  color: #fff;
}
.page_login #loginform input[type="checkbox"] {
  width: auto;
  float: left;
  margin-right: 5px;
  padding: 0;
}
.page_login #loginform #wp-submit {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.page_login #loginform #wp-submit:hover {
  background: transparent;
  border: 1px solid #fff;
  text-decoration: none;
}
.page_login .aa_logout {
  color: #fff;
  margin: 150px auto;
}
.page_login #wp-submit:hover {
  text-decoration: underline;
}
.footer_login {
  margin-top: 100px;
  text-align: center;
}
.footer_login .text-copyright {
  color: #fff;
}
.footer_login .text-copyright a:hover {
  text-decoration: underline;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background: transparent;
}
.padding-lr > .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}
#sb_instagram #sbi_images {
  width: auto;
  margin: 0 -5px;
}
.margin-bottom-2x {
  margin-bottom: 20px;
}
.margin-bottom-3x {
  margin-bottom: 30px;
}
.margin-bottom-4x {
  margin-bottom: 40px;
}
.margin-top-3x {
  margin-top: 30px;
}
.margin-top-4x {
  margin-top: 40px;
}
.margin-top-5x {
  margin-top: 50px;
}
.nav-horizontal > li {
  display: inline-block;
  margin: 0 !important;
  padding: 0 17px;
}
.border-left {
  border-left: 1px solid #e1e1e1;
}
.custom-instagram {
  margin: 0 -10px;
  overflow: hidden;
}
.custom-instagram li {
  width: 25%;
  float: left;
  padding: 10px;
  margin: 0 !important;
}
.widget_wmc_widget .wmc-list-currencies.pain-vertical > li {
  border: none;
  padding: 0;
  background: none;
  position: relative;
  padding-right: 17px;
}
.widget_wmc_widget .wmc-list-currencies.pain-vertical > li:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107";
}
.widget_wmc_widget .wmc-list-currencies.pain-vertical li .sub-currency {
  display: block;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  visibility: hidden;
  margin-top: 22px;
  opacity: 0;
  left: auto;
  right: -15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget_wmc_widget .wmc-list-currencies.pain-vertical li .sub-currency:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  display: inline-block;
  height: 10px;
}
.widget_wmc_widget .wmc-list-currencies.pain-vertical li .sub-currency li {
  line-height: 1;
  padding: 4px 30px;
  text-align: left;
  border: none;
  margin: 0;
}
.widget_wmc_widget .wmc-list-currencies.pain-vertical li .sub-currency li a {
  color: #9f9f9f;
}
.widget_wmc_widget .wmc-list-currencies.pain-vertical li .sub-currency li.active {
  background: transparent;
}
.widget_wmc_widget .wmc-list-currencies.pain-vertical li .sub-currency li.active a {
  font-weight: normal;
}
.widget_wmc_widget .wmc-list-currencies.pain-vertical li:hover .sub-currency {
  margin-top: 7px;
  visibility: visible;
  opacity: 1;
}
.contact-page .contact-form ul {
  list-style: none;
  margin: 30px 0 0;
}
.contact-page .contact-form ul:first-child {
  margin-top: 0;
}
.image-opacity .item {
  opacity: 0.3;
  text-align: center;
}
.image-opacity .item img {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.image-opacity .item:hover {
  opacity: 1;
}
.image-opacity .item:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.kc_image_gallery .kc-image-link {
  position: relative;
  display: inline-block;
}
.kc_image_gallery .kc-image-link:before {
  content: "";
  background: rgba(12, 185, 231, 0.85);
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.kc_image_gallery .kc-image-link:after {
  font: normal normal normal 36px/1 ElegantIcons;
  content: "\e101";
  position: absolute;
  top: 50%;
  margin-top: -18px;
  margin-left: -18px;
  color: #fff;
  left: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.kc_image_gallery .kc-image-link:hover:before,
.kc_image_gallery .kc-image-link:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.kc-image-overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-track li:focus {
  outline: none;
}
.vi-btn-rev {
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
}
.vi-btn-rev:after {
  content: "";
  height: 4px;
  display: block;
  line-height: 0;
  position: absolute;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  left: 0;
  right: 0;
  bottom: -4px;
}
.custom .tp-bullet {
  width: 66px !important;
  height: 6px !important;
}
.hermes .tp-bullet {
  width: 12px!important;
  height: 12px!important;
}
/*****************************
Footer
*******************************/
#powered {
  padding-top: 30px;
  padding-bottom: 20px;
}
#powered .white-color a {
  color: #fff;
}
#powered ul {
  margin: 0;
}
#powered ul li {
  list-style: none;
  margin: 0 5px;
  display: inline-block;
}
#powered .powered-table {
  display: table;
  width: 100%;
}
#powered .powered-table .col-sm-6 {
  display: table-cell;
  float: none;
}
.powered-table .widget-title {
  margin-bottom: 30px;
}
.footer,
.top_footer {
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer aside,
.top_footer aside {
  padding-left: 15px;
  padding-right: 15px;
}
.footer aside.col-sm-12,
.top_footer aside.col-sm-12 {
  padding: 0 0 25px;
}
.footer aside.col-sm-12:last-child,
.top_footer aside.col-sm-12:last-child {
  padding: 0;
}
.footer aside .widget-title,
.top_footer aside .widget-title {
  padding-bottom: 50px;
  margin-top: 50px;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
}
.footer aside.text-center .widget-title:before,
.top_footer aside.text-center .widget-title:before {
  left: 50%;
  margin-left: -12.5px;
}
.footer aside.widget_mc4wp_form_widget,
.top_footer aside.widget_mc4wp_form_widget {
  padding: 0 0 120px 0;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 50px;
}
.footer p,
.top_footer p {
  margin-bottom: 5px;
  line-height: 22px;
}
.footer p:last-child,
.top_footer p:last-child {
  margin-bottom: 0;
}
.footer ul,
.top_footer ul {
  margin: 0;
}
.footer ul li,
.top_footer ul li {
  list-style: none;
  margin-bottom: 15px;
}
.footer ul li:last-child,
.top_footer ul li:last-child {
  margin-bottom: 0;
}
.footer ul.menu-inline li,
.top_footer ul.menu-inline li {
  display: inline-block;
  margin-bottom: 0;
  padding: 0 10px;
}
.footer .widget_tag_cloud .tagcloud a,
.top_footer .widget_tag_cloud .tagcloud a {
  margin-bottom: 10px;
  margin-right: 3px;
  border: 1px solid;
  background: transparent;
}
.footer .widget_tag_cloud .tagcloud a:hover,
.top_footer .widget_tag_cloud .tagcloud a:hover {
  background: transparent !important;
}
.footer .onex_social_links i.fa,
.top_footer .onex_social_links i.fa {
  font-size: inherit;
}
.list-arrow li:before,
.list-arrow ul li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0da";
  margin-right: 8px;
}
.list-arrow.two-column li,
.list-arrow ul.two-column li {
  width: 50%;
  float: left;
}
.top_footer li,
.vi-widget-posts .list-unstyled li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.top_footer li:last-child,
.vi-widget-posts .list-unstyled li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.widget_tag_cloud .tagcloud a {
  background-color: rgba(255, 255, 255, 0.05);
  border: none;
  border-radius: 0;
  font-size: 100% !important;
  padding: 4px 10px;
  display: inline-block;
  color: #fff;
  margin-bottom: 4px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.scroll-to-top {
  transition: all 0.7s ease-in-out 0s;
}
.scroll-to-top.totop-circle {
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: -100px;
  cursor: pointer;
  height: 44px;
  line-height: 44px;
  width: 44px;
  overflow: auto;
  position: fixed;
  right: 25px;
  z-index: 9999;
}
.scroll-to-top.totop-circle i {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.scroll-to-top.totop-square {
  border: 2px solid;
  height: 70px;
  width: 50px;
  margin: 20px auto;
  text-align: center;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  padding-top: 10px;
}
.scroll-to-top.totop-square i {
  display: block;
}
.site-footer {
  position: relative;
}
.site-footer .totop-top-center {
  position: absolute;
  left: 50%;
}
.site-footer .totop-top-center.totop-circle {
  bottom: auto;
  top: -25px;
  margin-left: -25px;
}
.site-footer .totop-top-center.totop-square {
  border: 1px solid #e7e7e7;
  border-radius: 4px 4px 0 0;
  height: 42px;
  line-height: 42px;
  width: 50px;
  bottom: auto;
  top: -42px;
  margin-left: -21px;
}
.wrapper-copyright.wrapper-left {
  text-align: left;
}
.wrapper-copyright.wrapper-right {
  text-align: right;
}
.copyright.wrapper-left {
  text-align: right;
}
.copyright.wrapper-right {
  text-align: left;
}
#powered .text-center.copyright aside {
  padding-top: 10px;
  padding-bottom: 10px;
}
#powered .text-center.copyright aside:last-child {
  padding-bottom: 0;
}
.hover-border {
  text-align: center;
  position: relative;
}
.hover-border:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  top: -20px;
  left: 40px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.hover-border:after {
  content: "";
  height: 20px;
  width: 2px;
  position: absolute;
  top: -20px;
  left: 40px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.hover-border .textwidget {
  display: inline-block;
}
.hover-border .textwidget i {
  margin-right: 8px;
}
.hover-border .textwidget:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  right: 40px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.hover-border .textwidget:after {
  content: "";
  height: 20px;
  width: 2px;
  position: absolute;
  bottom: -20px;
  right: 40px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.footer .border-topleft li {
  position: relative;
  margin-bottom: 30px;
}
.footer .border-topleft li i {
  margin-right: 8px;
}
.footer .border-topleft li:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  top: -7px;
  left: -10px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  background: rgba(255, 255, 255, 0.2);
}
.footer .border-topleft li:after {
  content: "";
  height: 10px;
  width: 2px;
  position: absolute;
  top: -5px;
  left: -10px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  background: rgba(255, 255, 255, 0.2);
}
.footer .info-border-left {
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}
.footer .info-border-left li {
  margin-bottom: 0;
  padding: 10px 0 10px 15px;
  position: relative;
}
.footer .info-border-left li i {
  margin-right: 8px;
}
.footer .info-border-left li:before {
  content: "";
  top: 50%;
  left: -2px;
  bottom: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 2px;
  display: inline-block;
  position: absolute;
  z-index: 9;
}
.footer .info-border-left li:hover:before {
  top: 0;
  bottom: 0;
}
.social-footer li i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  margin-right: 8px;
  font-size: 12px;
}
.social-footer li a:hover i {
  background: #fff;
}
@media (min-width: 768px) {
  .contact-us .site-content .container-full {
    width: 750px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  body.archive.woocommerce .site-content #main.product_style_1 {
    padding: 0;
  }
  body.archive.woocommerce .site-content #secondary.widget-area {
    padding: 0;
  }
  .top-content-single .images #slider,
  .top-content-single .images #carousel {
    float: left;
  }
  .top-content-single .images #slider {
    width: 75%;
  }
  .top-content-single .images #carousel.thumbnail_product {
    width: 25%;
  }
  .top-content-single .images #carousel.thumbnail_product .flex-viewport {
    height: 597px;
  }
  .top-content-single .images #carousel.thumbnail_product .flex-viewport ul.slides {
    width: 100% !important;
  }
  .top-content-single .images #carousel.thumbnail_product .flex-viewport ul.slides li {
    float: none !important;
    margin: 0 auto 20px;
  }
  .top-content-single .images #carousel.thumbnail_product .flex-direction-nav a {
    transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    left: 50%;
  }
  .top-content-single .images #carousel.thumbnail_product .flex-direction-nav a.flex-prev {
    top: 0;
  }
  .top-content-single .images #carousel.thumbnail_product .flex-direction-nav a.flex-next {
    bottom: 0;
    top: auto;
  }
}
@media (min-width: 993px) {
  .contact-us .site-content .container-full {
    width: 970px;
  }
  .header_v1 {
    text-align: center;
  }
  .header_v1.affix {
    text-align: left;
  }
  .header_v1 .wrapper-logo {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .header_v1.affix-top .width-logo {
    display: none;
  }
  .header_v1.affix-top .width-navigation {
    width: 100%;
  }
  .header_v1 .wrapper-navigation .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .header_v1 .wrapper-navigation .container-fluid .navigation {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header_v1.site-header .navbar-nav > li.menu-right {
    /*float: right;*/
  }
  .header_v1.site-header .navbar-nav > li.menu-right .wrapper_vi_search_form .vi-search-input {
    border: none;
    background: #fff;
    min-height: 36px;
    line-height: 36px;
    min-width: 270px;
  }
  .header_v1.site-header .navbar-nav > li.menu-right .wrapper_vi_search_form form button,
  .header_v1.site-header .navbar-nav > li.menu-right .wrapper_vi_search_form form .header-search-close {
    border: none;
    min-height: 36px;
    line-height: 36px;
  }
  .header_v2 .container-full {
    padding-left: 40px;
  }
  .header_v2 .width-navigation {
    text-align: center;
  }
  .header_v2 .width-navigation .menu-right {
    float: right;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .header_v2 .width-navigation .menu-right ul > li {
    padding: 25px 25px;
  }
  .header_v2.menu_text_left .width-navigation {
    text-align: left;
  }
  .header_v2.menu_text_center .width-navigation {
    text-align: center;
  }
  .after_slider.sticky-header {
    position: relative;
  }
  .width-navigation .menu-right {
    margin: 0;
    line-height: 1;
    display: inline-block;
  }
  .width-navigation .menu-right:before,
  .width-navigation .menu-right:after {
    content: " ";
    display: table;
  }
  .width-navigation .menu-right:after {
    clear: both;
  }
  .width-navigation .menu-right .cart-title {
    display: inline-block;
    margin-right: 10px;
  }
  .width-navigation .menu-right.pull-right {
    padding-right: 0;
  }
  .width-navigation .navbar-nav {
    display: inline-block;
    width: 100%;
  }
  .width-navigation.table-right {
    text-align: right;
  }
  .header_v1.site-header.site-header_nav_left .width-navigation .navbar-nav > li.widget_area > .sub-menu.megacol {
    position: fixed;
    clear: both;
    top: 60px;
  }
  .header_v1.line_bottom .navbar-nav > li > a:after,
  .header_v1.line_bottom .navbar-nav > li > span.disable_link:after {
    bottom: -7px;
  }
  .sub-menu {
    text-transform: uppercase;
  }
  .navbar-nav > li.multicolumn [class*="submenu_columns"] .sub-menu {
    position: static !important;
    display: block !important;
    width: auto;
    border: none;
    box-shadow: 0 0 0;
    padding: 0;
  }
  .navbar-nav a i.fa {
    margin-right: 5px;
  }
  .navbar-nav > li.multicolumn [class*="submenu_columns"] > li,
  .navbar-nav [class*="submenu_columns"] > aside {
    float: left;
  }
  .submenu-widget {
    padding: 10px;
  }
  .navbar-nav .submenu_columns_2 > li,
  .navbar-nav .submenu_columns_2 > aside {
    width: 50%;
  }
  .navbar-nav .submenu_columns_3 > li,
  .navbar-nav .submenu_columns_3 > aside {
    width: 33.33333%;
  }
  .navbar-nav .submenu_columns_4 > li,
  .navbar-nav .submenu_columns_4 > aside {
    width: 25%;
  }
  .navbar-nav .submenu_columns_5 > li,
  .navbar-nav .submenu_columns_5 > aside {
    width: 20%;
  }
  .navbar-nav .dropdown_full_width {
    position: static;
  }
  .navbar-nav li.multicolumn .submenu_columns_1,
  .navbar-nav li.widget_area .submenu_columns_1 {
    width: 233px;
  }
  .navbar-nav li.multicolumn .submenu_columns_1 li,
  .navbar-nav li.widget_area .submenu_columns_1 li {
    width: 100%;
  }
  .navbar-nav li.multicolumn .submenu_columns_2,
  .navbar-nav li.widget_area .submenu_columns_2 {
    width: 466px;
  }
  .navbar-nav li.multicolumn .submenu_columns_3,
  .navbar-nav li.widget_area .submenu_columns_3 {
    width: 699px;
  }
  .navbar-nav li.multicolumn .submenu_columns_4,
  .navbar-nav li.widget_area .submenu_columns_4 {
    width: 932px;
  }
  .navbar-nav li.multicolumn .submenu_columns_5,
  .navbar-nav li.widget_area .submenu_columns_5 {
    width: 1165px;
  }
  .navbar-nav li.drop_to_center .submenu_columns_1 {
    left: -80px;
  }
  .navbar-nav li.drop_to_center .submenu_columns_2 {
    left: -191px;
  }
  .navbar-nav li.drop_to_center .submenu_columns_3 {
    left: -310px;
  }
  .navbar-nav li.drop_to_center .submenu_columns_4 {
    left: -425px;
  }
  .navbar-nav li.drop_to_center .submenu_columns_5 {
    left: -545px;
  }
  .navbar-nav li.dropdown_full_width .megacol {
    left: 15px;
    right: 15px;
    width: auto;
  }
  .navbar-nav li.drop_to_right .megacol {
    left: auto;
    right: 0;
  }
  .navbar-nav > li > span:hover {
    background: transparent;
  }
  .navbar-nav [class*="submenu_columns"] aside {
    float: left;
    text-align: left;
  }
  .widget_area aside ul li a,
  .widget_area aside ul li span {
    padding: 3px 0;
    display: inline-block;
  }
  .widget_area .widget_recent_entries li {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .navbar-nav.drop_to_right > .sub-menu {
    left: auto;
    right: 12px;
  }
  .drop_to_center.standard > .sub-menu {
    left: 0;
    margin-left: -80px !important;
  }
  .navbar-nav > li > .sub-menu.submenu-widget > li,
  .navbar-nav > li > .sub-menu.multicolumn > li {
    float: left;
    padding: 15px;
  }
  .navbar-nav > li > .sub-menu.submenu-widget.submenu_columns_1 > li,
  .navbar-nav > li > .sub-menu.multicolumn.submenu_columns_1 > li {
    float: none;
  }
  nav .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  /*********************************
    Megamenu
    *********************************/
  nav ul,
  nav ul ul,
  nav ul ul ul {
    margin: 0;
  }
  nav ul li,
  nav ul ul li,
  nav ul ul ul li {
    margin: 0;
  }
  .nav > li > a:hover,
  .nav > li > a:focus {
    background: transparent;
  }
  /*********************************
    Sub menu
    *********************************/
  .header_v3 .header-right > aside {
    line-height: 14px;
  }
  .header_v3 .header-right > aside .search-link {
    font-size: 16px;
  }
  .navbar-nav {
    float: none;
  }
  .navbar-nav > li {
    vertical-align: middle;
    display: inline-block;
    float: none;
  }
  .navbar-nav > li > a,
  .navbar-nav > li > span.disable_link {
    padding: 25px 22px;
    display: inline-block;
    position: relative;
    line-height: 14px;
    text-transform: uppercase;
  }
  .navbar-nav > li > .sub-menu {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    visibility: hidden;
    position: absolute;
    top: inherit;
    margin-top: 15px;
    opacity: 0;
  }
  .navbar-nav > li:hover > .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }
  .navbar-nav li .sub-menu {
    position: absolute;
    left: 0;
    z-index: 9999;
    padding: 34px 30px;
  }
  .navbar-nav li .sub-menu li {
    list-style: none;
    text-align: left;
    position: relative;
  }
  .navbar-nav li .sub-menu li a {
    text-decoration: none;
    font-weight: normal;
    padding: 8px 0;
    text-transform: none;
  }
  .navbar-nav li:hover > .sub-menu li a {
    text-decoration: none;
  }
  .navbar-nav li .sub-menu .sub-menu {
    left: 100%;
    top: 0;
  }
  .navbar-nav li .sub-menu li:hover .sub-menu {
    height: auto;
    z-index: 999;
  }
  .navbar-nav > li.standard > .sub-menu {
    min-width: 260px;
    margin-left: 0;
    font-size: 80%;
  }
  .navbar-nav > li.standard > .sub-menu li {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
  }
  .navbar-nav > li.standard > .sub-menu li .sub-menu {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    visibility: hidden;
    position: absolute;
    left: 100%;
    margin-left: 15px;
    top: -10px;
    width: 185px;
    padding: 12px 0 15px;
    margin-top: 0;
    list-style: none;
    opacity: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    z-index: -1;
  }
  .navbar-nav > li.standard > .sub-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
  }
  .navbar-nav > li.standard > .sub-menu li.menu-item-has-children > a {
    position: relative;
  }
  .navbar-nav > li.standard > .sub-menu li.menu-item-has-children > a:after {
    content: "\35";
    font: normal normal normal 18px/1 ElegantIcons;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
  }
  .navbar-nav > li.standard.drop_to_right li .sub-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 15px;
  }
  .navbar-nav > li.standard.drop_to_right li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-left: auto;
    margin-right: 0;
  }
  .navbar-nav li.multicolumn .megacol,
  .navbar-nav li.widget_area .megacol {
    padding-bottom: 15px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  }
  .navbar-nav li.multicolumn .megacol > li,
  .navbar-nav li.widget_area .megacol > li {
    padding: 0 15px;
  }
  .navbar-nav li.multicolumn .megacol > li > a,
  .navbar-nav li.widget_area .megacol > li > a,
  .navbar-nav li.multicolumn .megacol > li > span,
  .navbar-nav li.widget_area .megacol > li > span {
    padding: 0 0 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 1px solid #f6f6f6;
    display: block;
    font-weight: bold;
  }
  .navbar-nav li.multicolumn .megacol > li > a:hover,
  .navbar-nav li.widget_area .megacol > li > a:hover,
  .navbar-nav li.multicolumn .megacol > li > span:hover,
  .navbar-nav li.widget_area .megacol > li > span:hover {
    background: transparent;
  }
  .navbar-nav li.multicolumn .megacol .sub-menu,
  .navbar-nav li.widget_area .megacol .sub-menu {
    background: transparent;
    display: block !important;
  }
  .navbar-nav li.multicolumn .megacol .sub-menu a,
  .navbar-nav li.widget_area .megacol .sub-menu a,
  .navbar-nav li.multicolumn .megacol .sub-menu span.disable_link,
  .navbar-nav li.widget_area .megacol .sub-menu span.disable_link {
    padding: 8px 0;
    display: block;
  }
  .navbar-nav li.multicolumn .megacol .sub-menu li:last-child a,
  .navbar-nav li.widget_area .megacol .sub-menu li:last-child a,
  .navbar-nav li.multicolumn .megacol .sub-menu li:last-child span.disable_link,
  .navbar-nav li.widget_area .megacol .sub-menu li:last-child span.disable_link {
    border-bottom: none;
  }
  .header_v2 .navbar-nav > li,
  .header_v3 .navbar-nav > li {
    margin-left: -4px;
  }
  .header_v2 .navbar-nav > li > a,
  .header_v3 .navbar-nav > li > a,
  .header_v2 .navbar-nav > li > span.disable_link,
  .header_v3 .navbar-nav > li > span.disable_link {
    padding: 30px 25px;
  }
  .header_v2 .navbar-nav > li > span.search-link,
  .header_v3 .navbar-nav > li > span.search-link {
    padding: 37px 35px;
  }
  .navigation a small.nav_desc {
    text-transform: none;
    display: block;
    position: absolute;
    left: 100%;
    margin-left: -25px;
    font-size: 10px;
    background: #fe2740;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
    line-height: 16px;
    height: 16px;
    top: 7px;
    white-space: nowrap;
    font-weight: normal;
  }
  .navigation a small.nav_desc:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid #fe2740;
    border-right: 5px solid transparent;
    top: 16px;
    left: 5px;
    position: absolute;
  }
  .navigation .blue a small.nav_desc {
    background: #85d1be;
  }
  .navigation .blue a small.nav_desc:after {
    border-top: 5px solid #85d1be;
  }
  .navigation .container {
    position: relative;
  }
  .navigation .navbar-nav li.standard .sub-menu {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) 1px 2px rgba(0, 0, 0, 0.1);
  }
  .navigation .navbar-nav li.standard .sub-menu li {
    padding: 0 20px;
  }
  .navigation .navbar-nav li.standard .sub-menu li > a,
  .navigation .navbar-nav li.standard .sub-menu li > span.disable_link {
    padding: 7px 0;
    display: block;
    font-weight: normal;
    text-transform: none;
  }
  .navigation .navbar-nav li.standard > .sub-menu {
    padding: 15px 0;
  }
  .navigation .menu-right li {
    list-style: none;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
  }
  .navigation .menu-right li:last-child {
    padding-right: 0;
  }
  .navigation .tm-table {
    width: 100%;
  }
  .navigation .table-cell {
    display: inline-block;
    vertical-align: middle;
  }
  .navigation nav {
    position: static;
  }
  .nav > li .sub-menu .menu-category-description,
  .nav > li.multicolumn > .sub-menu .menu-category-description,
  .nav > li.widget_area > .sub-menu .menu-category-description {
    text-align: justify;
  }
  .nav > li.widget_area > .sub-menu {
    padding: 30px 15px;
  }
  .nav > li.widget_area > .sub-menu aside {
    margin-top: 20px;
  }
  .nav > li.widget_area > .megacol {
    padding: 0 0 15px 0;
  }
  .nav > li.widget_area > .megacol > .col-sm-12 {
    padding: 0;
    margin: 0 0 30px;
  }
  .nav > li.multicolumn > .sub-menu .sub-menu,
  .nav > li.widget_area > .sub-menu .sub-menu {
    box-shadow: 0 0 0;
  }
  .admin-bar .site-header.affix {
    top: 32px;
  }
  .width-navigation-left {
    text-align: left;
  }
  .width-navigation-left .navbar-nav {
    text-align: left;
  }
  .width-navigation-left li {
    list-style: none;
  }
  .mobile-logo-custom .sticky-logo-mobile,
  .mobile-logo-custom .no-sticky-logo-mobile {
    display: none;
  }
  .navbar-nav .icon-toggle {
    display: none;
  }
  .header-table {
    display: table;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-table > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .header-table .text-right aside {
    display: inline-block;
    vertical-align: middle;
  }
  .wrapper-logo .container .row .header-table {
    padding-left: 0;
    padding-right: 0;
  }
  .wrapper-navigation > .navigation > .tm-table {
    padding-left: 20px;
    padding-right: 30px;
  }
  .submenu-widget {
    text-align: left;
  }
  .submenu-widget .vi-product-category-wrapper .vi-product-list {
    margin-top: 0;
  }
  .submenu-widget .vi-product-category-wrapper .vi-product-list li a {
    padding: 4px 0;
  }
  .submenu-widget .widget-title {
    font-size: 100%;
    margin: 0;
    padding-bottom: 40px;
    text-transform: uppercase;
    position: relative;
  }
  .submenu-widget .widget-title:before {
    content: "";
    width: 35px;
    left: 0;
    position: absolute;
    bottom: 20px;
    height: 2px;
    display: inline-block;
  }
  .submenu-widget .vi-product-slider {
    margin-top: -38px;
  }
  .submenu-widget .vi-product-slider .slider-nav {
    margin-bottom: 10px;
    text-align: right;
  }
  .submenu-widget .vi-product-slider .slider-nav > span {
    text-align: center;
  }
  .submenu-widget .vi-product-slider .slider-nav > span.next {
    margin-right: 0;
  }
  .submenu-widget .vi-product-slider .vi-heading {
    margin: 0 auto;
  }
  .submenu-widget .vi-product-slider .add-to-cart .add_to_cart_button,
  .submenu-widget .vi-product-slider .add-to-cart .wc-forward {
    font-size: 0 !important;
  }
  .submenu-widget .vi-product-slider .product-title .price {
    float: left !important;
    margin-top: 10px;
    width: 100%;
  }
  .submenu-widget .vi-product-slider .product-title .price del {
    display: inline-block;
    margin-right: 4px;
  }
  .submenu-widget .vi-product-slider .star-rating {
    display: none !important;
  }
  .submenu-widget .vi-product-slider .item-product .product-top .onsale {
    width: 36px;
    height: 36px;
    line-height: 43px;
  }
  .submenu-widget .vi-product-slider .item-product .product-top .icon-links li {
    padding: 8px 4px;
  }
  .submenu-widget .vi-product-slider .item-product .product-top .icon-links li a {
    padding: 0;
  }
  .vi-product-category-wrapper .vi-product-list li {
    margin-bottom: 1px;
    text-transform: none;
  }
  .vi-product-category-wrapper .vi-product-list li:last-child {
    margin-bottom: 0;
  }
  .vi-product-category-wrapper .vi-product-list li.view-all {
    margin-top: 5px;
  }
  .vi-product-category-wrapper .vi-product-list li.view-all a {
    padding: 12px 25px;
    margin-bottom: 0;
    border-radius: 50px;
  }
  .menu_text_left {
    text-align: left;
  }
  .menu_text_right {
    text-align: right;
  }
  .archive-blog.blog_switch_grid > article {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
  }
  .archive-blog.blog_switch_grid.blog_column_2 > article {
    width: 50%;
    float: left;
  }
  .archive-blog.blog_switch_grid.blog_column_3 > article {
    width: 33.333%;
    float: left;
  }
  .archive-blog.blog_switch_grid.blog_column_4 > article {
    width: 25%;
    float: left;
  }
  .archive-blog.blog_switch_grid.blog_grid-02 > article {
    border: 0;
    padding-bottom: 0;
  }
  .archive-blog.blog_switch_grid.blog_grid-02 > article .content-inner {
    position: absolute;
    bottom: 0;
    padding: 10px;
  }
  .archive-blog.blog_switch_list.blog_list-02 > article {
    float: left;
    display: flex;
    align-items: center;
  }
  .archive-blog.blog_switch_list.blog_list-02 > article .post-formats-wrapper {
    width: 50%;
    float: left;
  }
  .archive-blog.blog_switch_list.blog_list-02 > article .content-inner {
    float: left;
    padding-left: 30px;
    width: 50%;
    text-align: center;
  }
  .archive-blog.blog_switch_list.blog_list-02 > article:nth-child(2n) .post-formats-wrapper {
    order: 2;
  }
  .archive-blog.blog_switch_list.blog_list-02 > article:nth-child(2n) .content-inner {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
  .contact-us .site-content .container-full {
    width: 1200px;
  }
  .woocommerce .product-grid .col-sm-col-5 {
    width: 20%;
  }
  .woocommerce .product-grid .col-sm-col-5:nth-child(4n+1) {
    clear: none;
  }
  .woocommerce .product-grid .col-sm-col-5:nth-child(5n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .navbar-nav li.multicolumn .submenu_columns_1,
  .navbar-nav li.widget_area .submenu_columns_1 {
    width: 194px;
  }
  .navbar-nav li.multicolumn .submenu_columns_2,
  .navbar-nav li.widget_area .submenu_columns_2 {
    width: 388px;
  }
  .navbar-nav li.multicolumn .submenu_columns_3,
  .navbar-nav li.widget_area .submenu_columns_3 {
    width: 582px;
  }
  .navbar-nav li.multicolumn .submenu_columns_4,
  .navbar-nav li.widget_area .submenu_columns_4 {
    width: 776px;
  }
  .navbar-nav li.multicolumn .submenu_columns_5,
  .navbar-nav li.widget_area .submenu_columns_5 {
    width: 970px;
  }
  .navbar-nav li.dropdown_full_width [class*="submenu_columns"].sub-menu {
    width: 100%;
  }
  .navbar-nav li.drop_to_center .submenu_columns_1 {
    left: -55px;
  }
  .navbar-nav li.drop_to_center .submenu_columns_2 {
    left: -152px;
  }
  .navbar-nav li.drop_to_center .submenu_columns_3 {
    left: -252px;
  }
  .navbar-nav li.drop_to_center .submenu_columns_4 {
    left: -347px;
  }
  .navbar-nav li.drop_to_center .submenu_columns_5 {
    left: -450px;
  }
  input {
    font-size: 16px;
  }
  .vi-testimonials.style1 .owl-theme .owl-buttons .owl-prev {
    left: 15px;
  }
  .vi-testimonials.style1 .owl-theme .owl-buttons .owl-next {
    right: 15px;
  }
  .vi-product-sc-list {
    padding: 25px 20px 0 20px;
  }
  .vi-product-sc-list:before {
    left: 20px;
  }
  .vi-product-sc-list .sc-title-product .title,
  .vi-product-sc-list .sc-title-product .description {
    padding-left: 0;
  }
  .vi-product-sc-list .sc-title-product {
    padding-bottom: 10px;
  }
  .vi-product-sc-list .category-product-list {
    margin-top: 20px;
  }
}
@media (min-width: 993px) and (max-width: 1024px) {
  .sc-category-html.sc-category-html-style_2 li .content-left .sub-title {
    margin-right: 15px;
  }
  .sc-category-html.sc-category-html-style_2 li .thumb-image .button a {
    padding: 6px 20px;
  }
  .fix-responsive.vi-product-slider .product-grid .slider-nav {
    display: none !important;
  }
  .sc-category-html.sc-category-html-style_1 li .thumb-image .content-inner {
    padding: 20px;
  }
  .kc_text_block .font-big {
    font-size: 50px;
  }
}
@media (min-width: 1170px) {
  .vi-shortcode-timeline.style1:before {
    left: 50%;
    margin-left: -2px;
  }
  .vi-shortcode-timeline .vi-timeline-dot {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin-left: -1px;
  }
  .vi-shortcode-timeline .vi-timeline-block {
    max-width: 800px;
    margin: 0 auto;
    clear: both;
  }
  .vi-shortcode-timeline .vi-timeline-block .vi-timeline-content {
    margin-left: 0;
    width: 45%;
    line-height: 32px;
    padding-bottom: 85px;
  }
  .vi-shortcode-timeline .vi-timeline-block .vi-timeline-content .vi-onex-tl-left {
    text-align: right;
  }
  .vi-shortcode-timeline .vi-timeline-block .vi-timeline-content .vi-onex-tl-right {
    position: absolute;
    left: 125%;
    top: 6px;
    float: left;
  }
  .vi-shortcode-timeline .vi-timeline-block:nth-child(even) .vi-timeline-content {
    float: right;
  }
  .vi-shortcode-timeline .vi-timeline-block:nth-child(even) .vi-timeline-content .vi-onex-tl-left {
    text-align: left;
  }
  .vi-shortcode-timeline .vi-timeline-block:nth-child(even) .vi-timeline-content .vi-onex-tl-right {
    left: auto;
    right: 125%;
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  input {
    font-size: 16px;
    border-radius: 0;
  }
  .category_grid .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
  .footer {
    padding-bottom: 30px;
  }
  .footer aside {
    width: 50%;
    margin-bottom: 30px;
  }
  .woocommerce div.product .product_title .single-price,
  .woocommerce-page div.product .product_title .single-price {
    float: left;
    margin-left: 0;
    margin-top: 5px;
  }
  .woocommerce div.product .product_title .single-price p,
  .woocommerce-page div.product .product_title .single-price p {
    margin-bottom: 4px;
  }
  .woocommerce div.product .woocommerce-tabs .panel,
  .woocommerce-page div.product .woocommerce-tabs .panel {
    padding: 15px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
    padding: 8px 15px !important;
  }
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary {
    padding-left: 15px;
    width: 50%;
  }
  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images {
    width: 50%;
  }
  .woocommerce .col-sm-9 div.product div.summary,
  .woocommerce-page .col-sm-9 div.product div.summary {
    padding-left: 15px;
    width: 50%;
  }
  .woocommerce .col-sm-9 div.product div.images,
  .woocommerce-page .col-sm-9 div.product div.images {
    width: 50%;
  }
  .vi-testimonials .testimonial_content {
    padding: 0 40px;
  }
  .vi-heading {
    margin: 40px auto 25px auto;
  }
  .heading-style_04 {
    margin-top: 0;
  }
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    width: 100%;
    padding-left: 0;
  }
  .navbar-nav li.drop_to_center .submenu_columns_2 {
    left: -157px;
  }
  .footer aside,
  .top_footer aside {
    width: 50%;
  }
  .vi-product-sc-list .category-product-list .item-product .product-top,
  .vi-product-sc-list .category-product-list .item-product .product-desc {
    width: 100%;
    padding-left: 0;
  }
  .vi-product-sc-list .category-product-list .item-product .product-desc {
    margin-top: 10px;
  }
  .vi-product-sc-list .category-product-list .item-product .product-top a {
    display: block;
  }
  .vi-product-sc-list .category-product-list .item-product .product-top a img {
    width: 100%;
  }
  .col-sm-9 .archive-blog.blog_list-01 article .post-formats-wrapper {
    width: 100%;
  }
  .col-sm-9 .archive-blog.blog_list-01 article .content-inner {
    width: 100%;
    padding: 20px 0;
  }
  .archive-blog.blog_list-02 article:nth-child(2n) .content-inner {
    text-align: left;
  }
  .archive-blog.blog_list-02 article .post-formats-wrapper {
    width: 100%;
  }
  .archive-blog.blog_list-02 article .content-inner {
    width: 100%;
    padding: 20px 0;
    margin: 0;
  }
  .archive-blog.blog_list-03 .post-formats-wrapper .post-formats-icon {
    bottom: -10px;
  }
  .archive-blog.blog_list-03 .content-inner {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: -20px;
  }
  .archive-blog.blog_list-03 .entry-content {
    padding: 50px 20px 0 20px;
  }
  .archive-blog.blog_switch_grid.blog_column_3 article {
    width: 50%;
  }
  .archive-blog.blog_switch_grid.blog_column_3 article:nth-child(3n+1) {
    clear: none;
  }
  .archive-blog.blog_switch_grid.blog_column_3 article:nth-child(2n+1) {
    clear: both;
  }
  .archive-blog.blog_switch_grid.blog_column_4 article {
    width: 50%;
  }
  .archive-blog.blog_switch_grid.blog_column_4 article:nth-child(4n+1) {
    clear: none;
  }
  .archive-blog.blog_switch_grid.blog_column_4 article:nth-child(2n+1) {
    clear: both;
  }
  .kc_text_block .font-big {
    font-size: 44px;
  }
}
@media (max-width: 992px) {
  /************
			Memu Mobile
		***********/
  .site-header .navbar-nav {
    margin: 0;
    text-align: left;
  }
  .site-header .navbar-nav li {
    list-style: none;
    position: relative;
    display: block;
    border-bottom: 1px solid #101010;
  }
  .sub-menu {
    position: relative;
  }
  .sub-menu li {
    border: none !important;
    border-top: 1px solid #101010 !important;
    margin: 0;
  }
  .sub-menu li > span.disable_link,
  .sub-menu li > a {
    margin-left: 15px;
  }
  .navbar-nav .sub-menu .sub-menu li > span.disable_link,
  .navbar-nav .sub-menu .sub-menu li > a {
    margin-left: 30px;
  }
  .nav > li > span,
  .nav > li > a {
    padding: 11px 15px;
  }
  .navbar-nav .wrapper_vi_search_form span.search-link {
    margin: 11px;
  }
  .side-nav {
    position: fixed;
    width: 240px;
    left: -105%;
    top: 0;
    margin: 0;
    height: 100%;
    padding-bottom: 60px;
    background-color: #000;
    z-index: 999;
    overflow-y: auto;
    will-change: left;
    text-align: left;
  }
  .side-nav.right-aligned {
    will-change: right;
    right: -105%;
    left: auto;
  }
  .side-nav .collapsible {
    margin: 0;
  }
  .side-nav > li.current-menu-item > a,
  .side-nav > li.current-menu-item a:hover {
    color: #fff;
  }
  .side-nav li {
    float: none;
  }
  .side-nav li .sub-menu {
    margin: 0;
  }
  .side-nav li .sub-menu > li.current-menu-item > a,
  .side-nav li .sub-menu > li.current-menu-item a:hover {
    color: #fff;
  }
  .side-nav a,
  .side-nav span {
    color: #ccc;
    display: block;
    padding: 10px 15px;
  }
  .icon-toggle {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
  }
  .sub-menu {
    display: none;
  }
  .menu-right {
    display: none !important;
  }
  .admin-bar #mobile-demo {
    padding-top: 60px;
  }
  .site-header .navigation {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .admin-bar header#masthead {
    top: 45px;
  }
  .admin-bar header#masthead.affix {
    top: 0;
  }
  header#masthead .table-cell {
    display: inline-block;
  }
  .navbar-toggle {
    float: none;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .header_v1 .wrapper-logo {
    display: none;
  }
  .header_v1 .width-logo .sticky-logo {
    display: inline-block;
  }
  .header_v1 .container-fluid,
  .header_v1 .container {
    padding-left: 0;
    padding-right: 0;
  }
  .menu-right {
    display: none;
  }
  .megacol {
    background: transparent !important;
  }
  .submenu-widget .background-zoom,
  .submenu-widget .widget-title {
    display: none;
  }
  .submenu-widget .vi-product-category-wrapper a,
  .submenu-widget .vi-single-image a {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }
  .submenu-widget .vi-product-category-wrapper .view-all a,
  .submenu-widget .vi-single-image .view-all a {
    display: inline-block;
  }
  .submenu-widget ul {
    margin: 0;
  }
  .submenu-widget ul li {
    margin-left: 0;
  }
  .submenu-widget ul li a {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }
  .submenu-widget .product-slider .owl-item {
    width: 100%;
  }
  .submenu-widget aside {
    width: 100%;
  }
  .side-nav li .sub-menu.submenu-widget {
    margin-left: 15px;
  }
  .site-header.site-header_nav_left .hamburger-buntton_v3 {
    top: 10px;
  }
  .site-header.site-header_nav_left .width-navigation {
    padding-top: 15px;
  }
  .site-header.site-header_nav_left .width-navigation .navbar-nav > li .sub-menu {
    left: 0;
  }
  .site-header.site-header_nav_left .side-nav#mobile-demo {
    padding-top: 0;
    position: static;
    background-color: transparent;
    left: 0;
  }
  /*******************************
	End Menu
	********************************/
  .woocommerce .product-grid li.item-product,
  .woocommerce-page .product-grid li.item-product {
    width: 50%;
    float: left;
  }
  .woocommerce .product-grid li.item-product:nth-child(2n+1),
  .woocommerce-page .product-grid li.item-product:nth-child(2n+1) {
    clear: both;
  }
  .woocommerce.product_style_sc-list .product-grid li.item-product {
    width: 100%;
  }
  .product-grid .item-product .product-image {
    width: 100%;
  }
  .product-grid .item-product .product-image img {
    width: 100%;
  }
  .product-grid .item-product.col-sm-4:nth-child(3n+1) {
    clear: none;
  }
  .product-grid .item-product.col-sm-3:nth-child(4n+1) {
    clear: none;
  }
  .vi-testimonials.style1 .item_testimonial {
    padding-left: 50px;
    padding-right: 50px;
  }
  .sc-category-html.sc-category-html-style_1 li .thumb-image:before {
    top: 332px;
    width: 1200px;
    height: 540px;
  }
  .sc-category-html.sc-category-html-style_1 li .thumb-image:hover:before {
    left: -500px;
  }
  .sc-category-html.sc-category-html-style_1 li .thumb-image img {
    width: 100%;
  }
  .vi-shortcode-category-tabs.text_left .tab_style_1,
  .vi-shortcode-category-tabs.text_right .tab_style_1 {
    text-align: center;
  }
  .comments-area .comment-respond .comment-form {
    padding: 20px;
  }
  .comments-area .comment-respond .comment-form .comment-form-author,
  .comments-area .comment-respond .comment-form .comment-form-email,
  .comments-area .comment-respond .comment-form .comment-form-url,
  .comments-area .comment-respond .comment-form .comment-form-phone {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .comments-area .comment-respond .comment-form .form-submit input#submit {
    margin-bottom: 10px;
  }
  .vi-product-slider .product-grid .slider-nav {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .wpb_button,
  .wpb_content_element,
  ul.wpb_thumbnails-fluid > li {
    margin-bottom: 15px !important;
  }
  .wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 15px;
  }
  input {
    font-size: 16px;
    border-radius: 0;
  }
  .alignleft,
  .alignright {
    float: none;
  }
  .vc_row.vc_row-o-full-height {
    min-height: initial !important;
  }
  .vc_row-full-height-fixer {
    display: none !important;
  }
  .vc_row.vc_row-o-content-middle {
    display: inline-block !important;
  }
  .footer aside {
    margin-bottom: 30px;
  }
  .footer aside.col-sm-12 {
    padding: 0;
  }
  .woocommerce .top-content-single,
  .woocommerce-page .top-content-single {
    padding: 10px 0;
  }
  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce div.product .col-sm-9 div.images,
  .woocommerce-page div.product .col-sm-9 div.images {
    margin-bottom: 0 !important;
    width: 50%;
  }
  .woocommerce div.product div.images #slider li a,
  .woocommerce-page div.product div.images #slider li a,
  .woocommerce div.product .col-sm-9 div.images #slider li a,
  .woocommerce-page div.product .col-sm-9 div.images #slider li a,
  .woocommerce div.product div.images #slider li .magnify,
  .woocommerce-page div.product div.images #slider li .magnify,
  .woocommerce div.product .col-sm-9 div.images #slider li .magnify,
  .woocommerce-page div.product .col-sm-9 div.images #slider li .magnify {
    width: 100%;
  }
  .woocommerce div.product div.images #slider li a img,
  .woocommerce-page div.product div.images #slider li a img,
  .woocommerce div.product .col-sm-9 div.images #slider li a img,
  .woocommerce-page div.product .col-sm-9 div.images #slider li a img,
  .woocommerce div.product div.images #slider li .magnify img,
  .woocommerce-page div.product div.images #slider li .magnify img,
  .woocommerce div.product .col-sm-9 div.images #slider li .magnify img,
  .woocommerce-page div.product .col-sm-9 div.images #slider li .magnify img {
    width: 100%;
  }
  .woocommerce div.product .product_title,
  .woocommerce-page div.product .product_title,
  .woocommerce div.product .col-sm-9 .product_title,
  .woocommerce-page div.product .col-sm-9 .product_title {
    margin-top: 0;
  }
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce div.product .col-sm-9 div.summary,
  .woocommerce-page div.product .col-sm-9 div.summary {
    padding-left: 20px;
    width: 50%;
  }
  .woocommerce div.product div.summary .product_title .single-price,
  .woocommerce-page div.product div.summary .product_title .single-price,
  .woocommerce div.product .col-sm-9 div.summary .product_title .single-price,
  .woocommerce-page div.product .col-sm-9 div.summary .product_title .single-price {
    float: none;
    margin-left: 0;
  }
  .woocommerce div.product .woocommerce-tabs .entry-content,
  .woocommerce-page div.product .woocommerce-tabs .entry-content,
  .woocommerce div.product .col-sm-9 .woocommerce-tabs .entry-content,
  .woocommerce-page div.product .col-sm-9 .woocommerce-tabs .entry-content {
    padding: 20px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
  .woocommerce div.product .col-sm-9 .woocommerce-tabs ul.tabs li a,
  .woocommerce-page div.product .col-sm-9 .woocommerce-tabs ul.tabs li a {
    padding: 9px 15px !important;
  }
  .woocommerce div.product .woo_share_social,
  .woocommerce-page div.product .woo_share_social,
  .woocommerce div.product .col-sm-9 .woo_share_social,
  .woocommerce-page div.product .col-sm-9 .woo_share_social {
    margin-top: 10px;
  }
  .woocommerce div.product .woo_share_social li a.googleplus,
  .woocommerce-page div.product .woo_share_social li a.googleplus,
  .woocommerce div.product .col-sm-9 .woo_share_social li a.googleplus,
  .woocommerce-page div.product .col-sm-9 .woo_share_social li a.googleplus {
    width: auto;
  }
  .heading-style_04 {
    margin-top: 0;
  }
  .vi-video-background .content-video {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #powered {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #powered .powered-table .col-sm-6 {
    display: block;
    margin-bottom: 20px;
    float: left;
  }
  .top_site_main {
    background-size: cover;
    background-position: 50% 50%;
  }
  .top_site_main .page-title-wrapper .article_heading {
    padding-top: 30px;
  }
  .top_site_main .page-title-wrapper .heading_primary {
    padding-bottom: 5px;
  }
  .vi-testimonials {
    padding: 40px 0;
  }
  .comments-area .comment-respond input {
    margin-bottom: 15px;
  }
  .comments-area .comment-respond textarea {
    margin-bottom: 10px;
  }
  .comments-area .comment-respond .comment-form .row {
    margin-bottom: 0;
  }
  .site-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sc-icon-boxed {
    padding: 20px 0;
  }
  .vi-testimonials .testimonial_content {
    padding: 0 5px;
  }
  .vi-woocommerce-product-category-tabs.tab_style_1 .tab-thumb-image {
    width: 40%;
    float: left;
  }
  .vi-woocommerce-product-category-tabs.tab_style_1 .col-md-8 {
    width: 60%;
    float: left;
  }
  .vi-woocommerce-product-category-tabs.tab_style_1 .col-md-8 .products-thumbs {
    display: none;
  }
  .tab-content .product-content .text-middle {
    display: block;
  }
  .tab-content .product-content .text-middle .text-right {
    text-align: left;
    margin-top: 15px;
  }
  .dealofday-timer .counter-group {
    margin: 30px -8px;
  }
  .padding-lr > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .topbar-header {
    display: none;
  }
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 25% !important;
    float: left;
  }
  #sb_instagram #sbi_images {
    float: none;
    width: auto;
  }
  #sb_instagram .sbi_photo {
    height: auto !important;
  }
  #sb_instagram .sbi_photo img {
    display: inline-block !important;
  }
  #powered .text-copyright {
    text-align: left;
  }
  .no-padding-top {
    padding-bottom: 0;
    padding-top: 0;
  }
  .text-right.onex_social_links {
    text-align: left;
  }
  .site-footer .text-right.onex_social_links,
  .site-footer .text-left {
    text-align: center;
  }
  .top_footer aside {
    margin-bottom: 20px;
  }
  .top_footer aside:last-child {
    margin-bottom: 0;
  }
  .vi-video .video-inner a > img {
    width: 100%;
  }
  .top_footer .widget-title,
  .top_footer .onex_social_links p {
    margin-bottom: 15px;
  }
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    width: 100%;
    padding-left: 0;
  }
  .woocommerce .product-grid li.item-product,
  .woocommerce-page .product-grid li.item-product {
    margin-bottom: 25px;
  }
  .product-grid {
    padding-top: 0;
    margin-bottom: 0;
  }
  .product-grid.category-product-list {
    margin-top: 15px;
  }
  .vi-product-plain .view-more {
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .top_footer {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .mc4wp-form input[type="email"] {
    padding: 15px;
  }
  .mc4wp-form input[type="submit"] {
    padding: 16px;
    margin-left: -5px;
  }
  .newsletter-horizontal.shortcode label {
    font-size: 100%;
    font-weight: normal;
  }
  .archive-blog article {
    margin-bottom: 20px;
  }
  .archive-blog,
  .single-blog {
    margin-bottom: 20px;
  }
  .archive-blog .content-single-inner .entry-header,
  .single-blog .content-single-inner .entry-header,
  .archive-blog .content-inner .entry-header,
  .single-blog .content-inner .entry-header {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .archive-blog .content-single-inner .entry-summary,
  .single-blog .content-single-inner .entry-summary,
  .archive-blog .content-inner .entry-summary,
  .single-blog .content-inner .entry-summary {
    padding-top: 15px;
  }
  .archive-blog .entry-footer,
  .single-blog .entry-footer {
    margin-top: 0;
  }
  .archive-blog .entry-footer .entry-meta,
  .single-blog .entry-footer .entry-meta {
    padding-top: 0;
  }
  .single-blog .entry-footer {
    margin-top: 20px;
  }
  .post-navigation {
    margin: 15px 0;
  }
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    margin: 15px 0;
    padding: 7px 10px;
  }
  .post-navigation .nav-next {
    margin-left: 10px;
  }
  .post-navigation .woo_share_social {
    padding: 15px 0;
    background: none;
  }
  .post-navigation .woo_share_social li.text {
    margin-right: 10px;
  }
  .vi-woocommerce-product-category-tabs .panel {
    box-shadow: 0 0 0;
    border: none;
    border-radius: 0;
  }
  .vi-woocommerce-product-category-tabs .panel-default {
    border: none;
  }
  .vi-woocommerce-product-category-tabs .panel-default > .panel-heading {
    background: transparent;
    border: none;
    border-radius: 0;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
  }
  .vi-woocommerce-product-category-tabs .panel-default > .panel-heading:after {
    content: "";
    width: 35px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: inline-block;
  }
  .vi-woocommerce-product-category-tabs .panel-body {
    padding: 0;
    border: none !important;
  }
  .shop-top .list-products-layout,
  .header-right {
    display: none;
  }
  .vc-zoom-wrapper img,
  .vc_single_image-wrapper,
  .wpb_single_image .vc_figure {
    width: 100%;
  }
  .vi-product-slider.category-product .item-cat img {
    width: 100%;
  }
  .table-responsive {
    border: none;
    margin-bottom: 0;
  }
  .vi-testimonials.style1 .owl-theme .owl-buttons .owl-prev {
    left: 15px;
  }
  .vi-testimonials.style1 .owl-theme .owl-buttons .owl-next {
    right: 15px;
  }
  .vi-testimonials .owl-theme .owl-buttons {
    display: none !important;
  }
  .vi-testimonials.style1 .owl-theme .owl-controls .owl-pagination {
    border: none;
  }
  .vi-testimonials.style1 .owl-theme .owl-controls .owl-pagination:after {
    display: none;
  }
  .vi-shortcode-category-tabs .tab_style_1 {
    padding-bottom: 0;
  }
  .vi-shortcode-category-tabs .tab_style_1 .text-tab {
    width: 100%;
    margin-bottom: 30px;
  }
  .vi-shortcode-category-tabs .tab_style_1 .text-tab:before,
  .vi-shortcode-category-tabs .tab_style_1 .text-tab:after {
    display: none !important;
  }
  .vi-shortcode-category-tabs .tab_style_1 li {
    text-align: center;
  }
  .vi-shortcode-category-tabs .panel-group .panel-default {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 0 0 !important;
  }
  .vi-shortcode-category-tabs .panel-group .panel-default .panel-heading {
    padding: 0;
    border-radius: 0 !important;
  }
  .vi-shortcode-category-tabs .panel-group .panel-default .panel-heading .panel-title a {
    display: block;
    padding: 10px 15px;
  }
  .vi-shortcode-category-tabs .panel-group .panel-default .panel-heading .panel-title a span {
    display: none;
  }
  .vi-shortcode-category-tabs .panel-group .panel-heading + .panel-collapse > .list-group,
  .vi-shortcode-category-tabs .panel-group .panel-heading + .panel-collapse > .panel-body {
    padding: 0;
    border: none;
  }
  .vi-shortcode-category-tabs .panel-group .panel-heading + .panel-collapse > .list-group .product-grid,
  .vi-shortcode-category-tabs .panel-group .panel-heading + .panel-collapse > .panel-body .product-grid {
    margin-top: 20px;
  }
  .vi-shortcode-category-tabs .panel-group .content-sc-post {
    margin-top: 25px;
  }
  .vi-shortcode-category-tabs .panel-group .content-sc-post article .content-inner,
  .vi-shortcode-category-tabs .panel-group .content-sc-post article .post-formats-wrapper {
    width: 100%;
  }
  .vi-shortcode-category-tabs .panel-group .content-sc-post article .content-inner {
    padding: 25px 0;
  }
  .vi-product-sc-list .category-product-list .item-product .product-top a {
    display: block;
  }
  .vi-product-sc-list .category-product-list .item-product .product-top a img {
    width: 100%;
  }
  .site-footer .wrapper-border-top {
    display: none;
  }
  .links-next-post .col-sm-6 {
    width: 50%;
    float: left;
  }
  .archive-blog.blog_list-01 article .post-formats-wrapper {
    width: 100%;
  }
  .archive-blog.blog_list-01 article .content-inner {
    width: 100%;
    padding: 20px 0;
  }
  .vi-testimonials.style2 .owl-theme .owl-controls .owl-pagination,
  .archive-blog.blog_switch_grid.vi-product-slider .slider-nav {
    display: none !important;
  }
  .archive-blog.blog_switch_grid.vi-product-slider {
    margin-left: 0;
    margin-right: 0;
  }
  .archive-blog.blog_switch_grid.vi-product-slider .content-inner {
    padding: 20px 15px !important;
  }
  .archive-blog.blog_switch_grid.vi-product-slider .product-slider .owl-controls {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .archive-blog.blog_list-02 article:nth-child(2n) .content-inner {
    text-align: left;
  }
  .archive-blog.blog_list-02 article .post-formats-wrapper {
    width: 100%;
  }
  .archive-blog.blog_list-02 article .content-inner {
    width: 100%;
    padding: 20px 0;
    margin: 0;
  }
  .archive-blog.blog_list-03 .post-formats-wrapper .post-formats-icon {
    bottom: -10px;
  }
  .archive-blog.blog_list-03 .content-inner {
    padding-right: 10px;
    padding-left: 10px !important;
    margin-top: -20px;
  }
  .archive-blog.blog_list-03 .entry-content {
    padding: 50px 10px 0 10px;
  }
  .archive-blog.blog_switch_grid.blog_column_3 article {
    width: 50%;
  }
  .archive-blog.blog_switch_grid.blog_column_3 article:nth-child(3n+1) {
    clear: none;
  }
  .archive-blog.blog_switch_grid.blog_column_3 article:nth-child(2n+1) {
    clear: both;
  }
  .archive-blog.blog_switch_grid.blog_column_4 article {
    width: 50%;
  }
  .archive-blog.blog_switch_grid.blog_column_4 article:nth-child(4n+1) {
    clear: none;
  }
  .archive-blog.blog_switch_grid.blog_column_4 article:nth-child(2n+1) {
    clear: both;
  }
  .vi-shortcode-category-tabs.heading_before_nav .vi-heading-bottom,
  .vi-shortcode-category-tabs.heading_after_nav .vi-heading-bottom,
  .vi-shortcode-category-tabs.heading_before_nav .panel-group:last-child,
  .vi-shortcode-category-tabs.heading_after_nav .panel-group:last-child {
    display: none !important;
  }
  .sc-category-html-style_4 li {
    margin-bottom: 20px;
  }
  .sc-category-html.sc-category-html-style_4 .thumb-image img {
    width: 100%;
  }
  .sc-category-html.sc-category-html-style_1 li .thumb-image .content-inner {
    padding: 20px;
  }
  .list-posts.row {
    margin: 0;
  }
  .list-posts.row .archive-blog.blog_switch_grid.blog_column_1 .item-post,
  .list-posts.row .archive-blog.blog_switch_grid.blog_column_2 .item-post,
  .list-posts.row .archive-blog.blog_switch_grid.blog_column_3 .item-post,
  .list-posts.row .archive-blog.blog_switch_grid.blog_column_4 .item-post,
  .list-posts.row .archive-blog.blog_switch_grid.blog_column_5 .item-post,
  .list-posts.row .archive-blog.blog_switch_grid.blog_column_6 .item-post {
    width: 100%;
    float: none;
  }
  .list-posts.row .archive-blog.blog_switch_grid.blog_column_1 .item-post article.has-post-thumbnail .content-inner,
  .list-posts.row .archive-blog.blog_switch_grid.blog_column_2 .item-post article.has-post-thumbnail .content-inner,
  .list-posts.row .archive-blog.blog_switch_grid.blog_column_3 .item-post article.has-post-thumbnail .content-inner,
  .list-posts.row .archive-blog.blog_switch_grid.blog_column_4 .item-post article.has-post-thumbnail .content-inner,
  .list-posts.row .archive-blog.blog_switch_grid.blog_column_5 .item-post article.has-post-thumbnail .content-inner,
  .list-posts.row .archive-blog.blog_switch_grid.blog_column_6 .item-post article.has-post-thumbnail .content-inner {
    position: relative;
  }
  .list-posts.row .archive-blog.blog_switch_grid.blog_column_1 .sc-title-product.blog_switch_grid,
  .list-posts.row .archive-blog.blog_switch_grid.blog_column_2 .sc-title-product.blog_switch_grid,
  .list-posts.row .archive-blog.blog_switch_grid.blog_column_3 .sc-title-product.blog_switch_grid,
  .list-posts.row .archive-blog.blog_switch_grid.blog_column_4 .sc-title-product.blog_switch_grid,
  .list-posts.row .archive-blog.blog_switch_grid.blog_column_5 .sc-title-product.blog_switch_grid,
  .list-posts.row .archive-blog.blog_switch_grid.blog_column_6 .sc-title-product.blog_switch_grid {
    padding: 5px;
  }
  .kc_column.kc_col-sm-12 .feature-responsive {
    padding-left: 0 !important;
  }
  .kc_text_block .font-big {
    font-size: 44px;
  }
  .category-product .item-cat {
    width: 100%;
  }
  .category-product.category-column-1 .item-cat,
  .category-product.category-column-2 .item-cat,
  .category-product.category-column-3 .item-cat,
  .category-product.category-column-4 .item-cat,
  .category-product.category-column-5 .item-cat,
  .category-product.category-column-6 .item-cat {
    width: 100%;
    text-align: center;
  }
  .vi-product-grid-home .product-grid .item-product {
    min-height: unset;
  }
}
@media (max-width: 600px) {
  .top_site_main {
    height: auto;
  }
  .col-sm-9 .category_list .grid-item.col-md-12 article.type-post .content-inner .post-formats-wrapper {
    width: 40%;
  }
  .col-sm-9 .category_list .grid-item.col-md-12 article.type-post .content-inner .entry-content {
    width: 60%;
  }
  .woocommerce .product-grid li.item-product,
  .woocommerce-page .product-grid li.item-product {
    width: 50%;
    float: left;
  }
  .woocommerce .product-grid li.item-product .icon-links li,
  .woocommerce-page .product-grid li.item-product .icon-links li {
    width: auto;
    float: none;
  }
  .woocommerce .product-grid li.item-product:nth-child(3n+1),
  .woocommerce-page .product-grid li.item-product:nth-child(3n+1) {
    clear: none;
  }
  .woocommerce .product-grid li.item-product:nth-child(2n+1),
  .woocommerce-page .product-grid li.item-product:nth-child(2n+1) {
    clear: both;
  }
  .woocommerce .vi-coupon,
  .woocommerce-page .vi-coupon {
    float: left;
    width: 100%;
  }
  .woocommerce .vi-update-cart,
  .woocommerce-page .vi-update-cart {
    width: 100%;
    margin-top: 25px;
    text-align: left;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals,
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
  }
  .woocommerce .shop_table .product-quantity .buttons_added,
  .woocommerce-page .shop_table .product-quantity .buttons_added {
    width: 100px;
  }
  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce .col-sm-9 div.product div.images,
  .woocommerce-page .col-sm-9 div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce .col-sm-9 div.product div.summary,
  .woocommerce-page .col-sm-9 div.product div.summary {
    width: 100%;
    padding-left: 0;
  }
  .woocommerce div.product .product_title,
  .woocommerce-page div.product .product_title,
  .woocommerce .col-sm-9 div.product .product_title,
  .woocommerce-page .col-sm-9 div.product .product_title {
    margin-top: 15px;
  }
  .scroll-to-top {
    right: 10px;
    height: 30px;
    width: 30px;
    font-size: 12px;
  }
  .top_footer {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .mc4wp-form input[type="email"] {
    padding: 15px;
  }
  .mc4wp-form input[type="submit"] {
    padding: 16px;
  }
  .newsletter-horizontal.shortcode label {
    display: none;
  }
  .comments-area .comment-respond .comment-form {
    padding: 0 15px;
  }
  .sc-category-html.sc-category-html-style_2 li .content-left .desc {
    display: none;
  }
  .sc-category-html.sc-category-html-style_2.sc-category-html-show-title li {
    padding-right: 10px;
    width: 100%;
    margin-bottom: 30px;
  }
  .sc-category-html.sc-category-html-style_2.sc-category-html-show-title li .heading-content {
    position: static;
    margin-top: 20px;
  }
  .sc-category-html.sc-category-html-style_2.sc-category-html-show-title li .heading-content .title:before,
  .sc-category-html.sc-category-html-style_2.sc-category-html-show-title li .heading-content .title:after {
    display: none !important;
  }
  .sc-category-html.sc-category-html-style_2.sc-category-html-show-title li:nth-child(2n) {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 85px;
  }
  .feature-responsive .content-title {
    font-size: 26px !important;
    line-height: 28px !important;
  }
  .feature-responsive .content-desc {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .vi_search_form_style_1 .wrapper-header-search-form .header-search-form-input {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .list-posts .col-sm-6 .type-post .content-inner .post-formats-wrapper,
  .list-posts .col-sm-6 .type-post .content-inner .entry-content,
  .list-posts .col-sm-6 .type-post .content-inner .product-thumbnail,
  .list-posts .col-sm-6 .type-post .content-inner .content-item-product {
    width: 100%;
    float: none;
    padding-top: 20px !important;
  }
  .list-posts .col-sm-6 .type-post .content-inner .post-formats-wrapper {
    overflow: hidden;
    padding-top: 0 !important;
  }
  .product_list .product-grid .col-md-12 .product-thumbnail,
  .vi-tab-product .product-grid .col-md-12 .product-thumbnail,
  .product_list .product-grid .col-md-6 .product-thumbnail,
  .vi-tab-product .product-grid .col-md-6 .product-thumbnail,
  .product_list .product-grid .cols-pain .product-thumbnail,
  .vi-tab-product .product-grid .cols-pain .product-thumbnail,
  .product_list .product-grid .col-md-12 .content-item-product,
  .vi-tab-product .product-grid .col-md-12 .content-item-product,
  .product_list .product-grid .col-md-6 .content-item-product,
  .vi-tab-product .product-grid .col-md-6 .content-item-product,
  .product_list .product-grid .cols-pain .content-item-product,
  .vi-tab-product .product-grid .cols-pain .content-item-product {
    width: 100%;
    float: none;
    border: none;
    padding-top: 20px !important;
  }
  .hidden-mobile {
    display: none;
  }
  .col-sm-9 .category_list .grid-item.col-md-12 article.type-post .content-inner .post-formats-wrapper {
    width: 100%;
  }
  .col-sm-9 .category_list .grid-item.col-md-12 article.type-post .content-inner .entry-content {
    width: 100%;
  }
  .vi-shortcode-category-tabs .vi-nav-tabs {
    text-align: left;
    margin: 0 0 10px 0;
  }
  .vi-shortcode-category-tabs .vi-nav-tabs > li {
    padding: 0 5px;
  }
  .vi-shortcode-category-tabs .vi-nav-tabs > li a {
    padding: 10px 2px;
  }
  .vi-shortcode-category-tabs .tab-content {
    margin-top: 30px;
  }
  .vi-shortcode-category-tabs .vi-product-slider .slider-nav {
    top: -65px;
  }
  .post-navigation .woo_share_social {
    float: left;
    padding-top: 5px;
  }
  .vi-shortcode-category-tabs.tab_style_1 .tab-thumb-image,
  .vi-shortcode-category-tabs.tab_style_1 .col-md-8 {
    width: 100%;
  }
  .vi-shortcode-category-tabs.tab_style_1 .tab-thumb-image {
    margin-bottom: 20px;
  }
  .dealofday-timer .counter-block .counter {
    width: 40px;
    height: 50px;
  }
  .dealofday-timer .counter-block .counter .number {
    font-size: 30px;
  }
  .dealofday-timer .counter-group {
    margin: 20px -8px;
  }
  .list-arrow.two-column li {
    width: 100%;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }
  .mc4wp-form input[type="email"] {
    padding: 12px;
    max-width: 270px;
  }
  .mc4wp-form input[type="submit"] {
    padding: 13px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    margin: 0 10px;
    padding: 15px 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:before,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
    top: 14px !important;
  }
}
@media (max-width: 420px) {
  .woocommerce-page .vi-coupon .coupon label,
  .woocommerce .vi-coupon .coupon label {
    display: none;
  }
  .woocommerce-page .vi-coupon .coupon .input-text,
  .woocommerce .vi-coupon .coupon .input-text {
    margin-bottom: 20px;
  }
  .woocommerce-page .product-grid li.item-product,
  .woocommerce .product-grid li.item-product {
    width: 100%;
    float: none;
  }
  .woocommerce-page .product-grid li.item-product .controls .icon-links li,
  .woocommerce .product-grid li.item-product .controls .icon-links li {
    width: auto;
  }
  .vi-product-plain .product-grid .item-product {
    width: 100%;
  }
  .links-next-post .col-sm-6 {
    width: 100%;
    margin-bottom: 15px;
    float: left;
  }
  #author-box .post-gravatar {
    float: none;
    margin: 0 auto 20px auto;
  }
  #author-box .author-text {
    width: 100%;
    padding-left: 0;
  }
  .vi-product-pain.product-layout_01 .product-grid .item-product {
    width: 100%;
  }
  .woocommerce .cart-collaterals .cross-sells .item-product,
  .woocommerce-page .cart-collaterals .cross-sells .item-product {
    width: 100%;
  }
  .archive-blog.blog_switch_grid.blog_column_3 article,
  .archive-blog.blog_switch_grid.blog_column_2 article,
  .archive-blog.blog_switch_grid.blog_column_4 article {
    width: 100%;
  }
  .archive-blog.blog_switch_grid.blog_column_3 article:nth-child(3n+1),
  .archive-blog.blog_switch_grid.blog_column_2 article:nth-child(3n+1),
  .archive-blog.blog_switch_grid.blog_column_4 article:nth-child(3n+1) {
    clear: none;
  }
  .archive-blog.blog_switch_grid.blog_column_3 article:nth-child(2n+1),
  .archive-blog.blog_switch_grid.blog_column_2 article:nth-child(2n+1),
  .archive-blog.blog_switch_grid.blog_column_4 article:nth-child(2n+1) {
    clear: both;
  }
  .kc_image_gallery.kc-grid .item-grid.grid-4 {
    width: 50% !important;
  }
}
@media (max-width: 380px) {
  .mc4wp-form input[type="email"] {
    max-width: 230px;
  }
  .archive-blog .format-standard .post-formats-wrapper,
  .archive-blog .format-gallery .post-formats-wrapper,
  .archive-blog .format-image .post-formats-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .archive-blog .format-standard .content-inner,
  .archive-blog .format-gallery .content-inner,
  .archive-blog .format-image .content-inner {
    width: 100%;
    padding-left: 0;
  }
  .archive-blog.blog_list-03 .content-inner {
    padding-left: 0 !important;
    margin-top: -45px;
  }
  .kc_text_block .font-big {
    font-size: 36px;
  }
}
@media (max-width: 320px) {
  .counter-block {
    padding: 10px 9px 0 9px;
  }
  .dealofday-timer .counter-block {
    margin: 0 5px;
  }
  .vi-shortcode-category-tabs .vi-nav-tabs > li {
    padding: 0 3px;
  }
  .vi-shortcode-category-tabs .vi-nav-tabs > li:last-child {
    padding-right: 0;
  }
  .vi-heading .description {
    font-size: 12px;
  }
  .heading-style_02 .description:after,
  .heading-style_02 .description:before {
    width: 20px;
  }
  .onex_social_links li {
    margin-bottom: 5px;
  }
  .mc4wp-form input[type="email"] {
    padding: 10px;
    max-width: 195px;
  }
  .mc4wp-form input[type="submit"] {
    padding: 11px;
  }
  #author-box .author-text h5 span {
    display: block;
    padding-left: 0;
  }
  .comments-area .comment-respond .comment-reply-title {
    padding: 0 20px;
  }
  .kc_image_gallery.kc-grid .item-grid.grid-4 {
    width: 100% !important;
  }
  .kc_text_block .font-big {
    font-size: 32px;
  }
}
