/******************************************************************************/
/************************* CSS FOR ALL LAYOUTS ********************************/
/******************************************************************************/
/*------------------------------------------------------------------
[Table of contents]

This theme compiles .less files into .css files. Please open "less" folder to see all LESS file.

1. Theme variables
	1.1 Fonts
	1.2 Colors
	1.3 Defined colors
2. Global CSS
	2.1 Import Fonts
	2.2 HTML Elements
	2.3 Top bar
	2.4 Header default
	2.5 Menu
	2.6 Mobile menu
	2.7 Page Builder Style
		2.7.1 Slideshow
		2.7.2 Banner Style
		2.7.3 Tooltip Style
		2.7.4 Tab Product
		2.7.5 Title Style
		2.7.6 Latest News
		2.7.7 Our Brands
	2.8 WooCommerce onsale label
	2.9 Bottom
	2.10 Footer
	2.11 Added to cart popup
	2.12 Quick view
	2.13 Content
		2.10.1 Page headers
		2.10.2 List products
		2.10.3 Shop toolbar
		2.10.4 Product page
		2.10.5 Contact page
		2.10.6 Cart page
		2.10.7 Full width template
		2.10.8 Default page template
		2.10.9 Page content
		2.10.10 cart page & checkout page
		2.10.11 Checkout page
		2.10.12 Blog page
		2.10.13 Error 404 page
		2.10.14 Sidebars
		2.10.15 Carousel buttons
		2.10.16 Portfolio page
		2.10.17 Single project
	2.14 Page Other
		2.14.1 About Us
		2.14.2 Page 404
		2.14.3 Page Services
		2.14.4 Home Page 2
		2.14.5 Home Page 3
		2.14.6 Home Page 4
	2.15 Page Load
3. Responsive CSS
-------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
0. Variables Less
*/
/* CSS3 PROPERTIES */
/* Border Radius */
/*-----------------------------------------------------------------------
1. Globally Applied Styles
*/
/* Banner */
.banner-box,
.widget_sp_image {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.banner-box.style-1 a,
.widget_sp_image.style-1 a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  color: #ffffff;
}
.banner-box.style-1 a img,
.widget_sp_image.style-1 a img {
  webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner-box.style-1 a:hover:before,
.widget_sp_image.style-1 a:hover:before,
.banner-box.style-1 a:hover:after,
.widget_sp_image.style-1 a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-box.style-1 a:before,
.widget_sp_image.style-1 a:before,
.banner-box.style-1 a:after,
.widget_sp_image.style-1 a:after {
  position: absolute;
  content: '';
  z-index: 1;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  opacity: 0;
}
.banner-box.style-1 a:before,
.widget_sp_image.style-1 a:before {
  top: 15%;
  right: 7%;
  bottom: 15%;
  left: 7%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.banner-box.style-1 a:after,
.widget_sp_image.style-1 a:after {
  top: 7%;
  right: 15%;
  bottom: 7%;
  left: 15%;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.banner-box.style-1 img,
.widget_sp_image.style-1 img {
  margin: 0 auto;
  position: relative;
  display: block;
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.banner-box.style-1:before,
.widget_sp_image.style-1:before {
  position: absolute;
  top: -150px;
  left: -150px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  z-index: 1;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, -1, 30deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, -1, 30deg) translate3d(0, -100%, 0);
}
.banner-box.style-1:hover:before,
.widget_sp_image.style-1:hover:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, -1, 30deg) translate3d(0, 200%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, -1, 30deg) translate3d(0, 300%, 0);
}
.banner-box.style-1:hover img,
.widget_sp_image.style-1:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.banner-box.style-2 figure,
.widget_sp_image.style-2 figure {
  overflow: hidden;
}
.banner-box.style-2 figure:after,
.widget_sp_image.style-2 figure:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner-box.style-2 img,
.widget_sp_image.style-2 img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner-box.style-2:hover,
.widget_sp_image.style-2:hover {
  background: -webkit-linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
  background: linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
}
.banner-box.style-2:hover img,
.widget_sp_image.style-2:hover img {
  opacity: 0.7;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.banner-box.style-2:hover figure:after,
.widget_sp_image.style-2:hover figure:after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
.banner-box.style-3 figure:before,
.widget_sp_image.style-3 figure:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  z-index: 1000;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner-box.style-3 img,
.widget_sp_image.style-3 img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  -o-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner-box.style-3:hover figure:before,
.widget_sp_image.style-3:hover figure:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.banner-box.style-3:hover img,
.widget_sp_image.style-3:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.banner-box.style-4 figure:before,
.widget_sp_image.style-4 figure:before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1000;
}
.banner-box.style-4 img,
.widget_sp_image.style-4 img {
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner-box.style-4:hover figure:before,
.widget_sp_image.style-4:hover figure:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-box.style-4:hover img,
.widget_sp_image.style-4:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.logo-center {
  text-align: center;
}
.logo-center .logo-background {
  display: block;
  margin: 0 auto;
}
.logo-text {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: inherit;
  display: block;
  margin: 27px 0 0px;
  line-height: 35px;
}
/* TreeView */
div.vg-genius-category-treeview {
  margin-bottom: 30px;
}
div.vg-genius-category-treeview .treecontrol {
  margin: 0 0 15px;
}
div.vg-genius-category-treeview .treeview .hover {
  color: #e8b11d !important;
}
div.vg-genius-category-treeview .treeview.filetree span.folder,
div.vg-genius-category-treeview .treeview.filetree span.file {
  background: none;
  padding-left: 0;
}
div.vg-genius-category-treeview .treeview.filetree li.expandable span.folder {
  background: none;
}
div.vg-genius-category-treeview .treeview .hitarea {
  position: absolute;
  top: 12px;
  right: 23px;
  z-index: 100;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-left: 0;
  background: none;
  text-align: center;
}
div.vg-genius-category-treeview .treeview .hitarea:after {
  content: '\f2f2';
  font-family: 'Material-Design-Iconic-Font';
  font-size: 22px;
}
div.vg-genius-category-treeview .treeview .hitarea:hover {
  color: #e8b11d;
}
div.vg-genius-category-treeview .treeview .expandable-hitarea:after {
  content: '\f2f6';
}
div.vg-genius-category-treeview .treeview li {
  position: relative;
  display: block;
  background: none;
  padding: 13px 0;
}
div.vg-genius-category-treeview .treeview li:last-child {
  border-bottom: 1px solid transparent;
}
div.vg-genius-category-treeview .treeview li a {
  display: inline-block;
  font-size: 14px;
  padding: 0 30px;
  line-height: 20px;
  color: #4a4a4a;
}
div.vg-genius-category-treeview .treeview li a:before {
  content: "\f009";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  color: #666666;
  font-size: 6px;
  font-weight: 400;
  font-family: "FontAwesome";
}
div.vg-genius-category-treeview .treeview li span {
  padding: 0;
  background: none;
  display: inline-block !important;
}
div.vg-genius-category-treeview .treeview li .counter {
  margin: 0 5px;
}
div.vg-genius-category-treeview .treeview li.collapsable {
  padding-bottom: 0;
}
div.vg-genius-category-treeview .treeview li:hover,
div.vg-genius-category-treeview .treeview li.collapsable {
  background: #ececec;
}
div.vg-genius-category-treeview .treeview ul {
  margin: 0;
  padding: 10px 15px;
  padding-right: 0;
}
div.vg-genius-category-treeview .treeview ul li {
  padding: 13px 0;
}
div.vg-genius-category-treeview .treeview ul .hitarea {
  top: 13px;
}
/* Widget Start */
.widget-title {
  display: block;
  width: 100%;
  margin: 0 0 30px;
  position: relative;
}
.widget-title:after {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #e8b11d;
}
.widget-title h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 10px 0;
}
.widget-title.header-widget-title {
  text-align: left;
}
.widget-title.footer-widget-title:after {
  height: 1px;
}
.widget-title.center {
  text-align: center;
}
.widget-title.center:after {
  left: 50%;
  margin-left: -20px;
}
.widgettitle {
  display: block;
  width: 100%;
  margin: 0 0 25px;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
.widgettitle:after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #e8b11d;
  margin: 15px 0 0;
}
.vg-title {
  display: block;
  width: 100%;
  margin: 0 0 25px !important;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  padding-left: 19px;
  border: 1px solid #E1E1E1;
  background: #ffffff;
}
.vg-title h2 {
  display: inline-block;
  position: relative;
  line-height: 48px;
  margin-bottom: 0;
  font-size: 16px;
  color: #4a4a4a;
}
.vg-title h2:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e8b11d;
}
.vg-title h2::first-letter {
  color: #4a4a4a !important;
}
.vg-title h2 a {
  display: inline-block;
}
.vg-title.center {
  background: transparent;
  text-align: center;
  color: #ffffff;
}
.vg-title.center h2 {
  color: #ffffff;
}
.vg-title.center h2:after {
  width: 30%;
  left: 35%;
}
.vg-title.center h2 a {
  color: #ffffff;
}
.vg-title.center h2::first-letter {
  color: #ffffff !important;
}
.vg-title.menu {
  border: 1px solid #e5e5e5 !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0;
}
.vg-title.menu h2 {
  line-height: 50px;
  padding: 0 30px;
  background: #d7d7d7;
  display: block;
}
.vg-title.menu h2:after {
  display: none;
}
.vg-title.menu h2:before {
  display: block;
  float: right;
  content: "\f0c9";
  color: #2d2d2d;
  text-align: center;
  margin-left: 15px;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 400;
}
.wpb_content_element {
  margin-bottom: 0;
}
/* Top Bar Start */
.top-bar {
  font-size: 13px;
  line-height: 16px;
  position: relative;
  z-index: 1000;
}
.top-bar .widget {
  display: block;
  margin: 0;
  margin-top: 15px;
}
.top-bar .widget:first-child {
  margin-left: 0;
  margin-top: 0;
}
.top-bar .widget:last-child {
  margin-right: 0;
}
.top-bar .widget.widget_nav_menu ul.menu {
  float: right;
  width: auto;
}
.top-bar .widget.widget_nav_menu .widget-title.header-widget-title {
  display: none;
}
.top-bar .widget img {
  margin-bottom: 10px;
}
.topbar-widget ul li {
  display: inline-block;
  vertical-align: top;
  padding: 16px 17px 13px 16px;
  line-height: 16px;
  width: auto;
}
.topbar-widget ul li a {
  display: inline-block;
  font-size: 11px;
}
.topbar-widget ul li:after {
  border-right: 1px dotted #686868;
  position: absolute;
  top: 15px;
  right: -2px;
  content: "";
  height: 14px;
}
.topbar-widget ul.top li:first-child {
  padding-left: 0;
}
.topbar-widget ul.menu > li:last-child {
  padding-right: 0;
}
.topbar-widget ul li:last-child:after {
  display: none;
}
.topbar-widget ul li.menu-item-has-children a,
.header-widget ul li.menu-item-has-children a {
  display: inline-block;
}
.topbar-widget ul li.menu-item-has-children a:after,
.header-widget ul li.menu-item-has-children a:after {
  display: inline-block;
  content: '\f107';
  font-family: 'FontAwesome';
  margin-left: 7px;
}
.topbar-widget ul li.menu-item-has-children ul li a:after,
.header-widget ul li.menu-item-has-children ul li a:after {
  display: none;
}
.topbar-widget ul li > ul,
.header-widget ul li > ul {
  display: block;
  min-width: 150px;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: #ffffff;
  padding: 0;
  border: 1px solid #ecf0f1;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  transform: translate(-50%, 15px);
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.topbar-widget ul li > ul ul,
.header-widget ul li > ul ul {
  top: 0;
  left: 100%;
}
.topbar-widget ul li:hover > ul,
.header-widget ul li:hover > ul {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  visibility: visible;
}
.topbar-widget ul li > ul > li,
.header-widget ul li > ul > li {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #ecf0f1;
}
.topbar-widget ul li > ul > li:first-child,
.header-widget ul li > ul > li:first-child {
  padding-left: 15px;
}
.topbar-widget ul li > ul > li:last-child,
.header-widget ul li > ul > li:last-child {
  border-bottom: none;
}
.topbar-widget ul li > ul > li > a,
.header-widget ul li > ul > li > a {
  color: #4a4a4a !important;
}
.topbar-widget ul li > ul li:after,
.header-widget ul li > ul li:after {
  display: none;
}
.topbar-widget ul li.icon-flag a,
.header-widget ul li.icon-flag a {
  display: block;
  padding-left: 28px;
  background: url(../images/lang/icon-flag-1.jpg) no-repeat;
  background-position: left center !important;
}
.topbar-widget ul li.icon-flag.fre a,
.header-widget ul li.icon-flag.fre a {
  background: url(../images/lang/icon-flag-2.jpg) no-repeat;
}
.topbar-widget ul li.icon-flag.ger a,
.header-widget ul li.icon-flag.ger a {
  background: url(../images/lang/icon-flag-3.jpg) no-repeat;
}
.topbar-widget ul li.icon-flag.slo a,
.header-widget ul li.icon-flag.slo a {
  background: url(../images/lang/icon-flag-4.jpg) no-repeat;
}
.topbar-widget ul li.fa:before {
  margin: 0 7px 0 0;
  font-size: 15px;
}
.col-topbar:last-child .topbar-widget ul li > ul {
  text-align: left;
  left: auto;
  right: 0;
}
.col-topbar:last-child .topbar-widget ul li > ul ul {
  right: 100%;
}
/* Header Content Start */
.header {
  padding: 20px 0 0px;
  position: relative;
  z-index: 200;
}
.header .top3 {
  vertical-align: top;
  margin-bottom: 30px;
  text-align: left;
}
.header .top3.header-wishlist,
.header .top3.header-cart {
  margin-right: 30px;
  display: inline-block;
  margin-bottom: 0;
}
.header .top3.header-cart {
  margin-right: 0;
}
.header .widget-title.header-widget-title {
  display: none;
}
#logo-wrapper,
.search-wrap {
  margin-bottom: 41px;
}
.logo-background {
  display: inline-block;
  width: 138px;
  height: 62px;
  background: url(../images/logo/1/logo.png) center center no-repeat;
  text-indent: -9999px;
}
.logo-center .logo-background {
  margin: 0 auto 30px;
}
/* Search Start */
.click-search {
  display: block;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.click-search i {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.click-search:hover i {
  color: #e8b11d;
}
.vina-product-search form {
  position: relative;
  background-color: #ffffff;
  border: 2px solid #e8b11d;
  padding: 5px 0 4px 148px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  margin-top: 21px;
}
.vina-product-search form:before,
.vina-product-search form:after {
  content: '';
  display: table;
}
.vina-product-search form:after {
  clear: both;
}
.vina-product-search form label {
  display: none;
}
.vina-product-search form select,
.vina-product-search form input,
.vina-product-search form button {
  outline: none;
  border: none;
  color: #4a4a4a;
}
.vina-product-search form input[type=text] {
  display: block;
  width: 98%;
  border: 0;
  padding: 0 15px 0 34px !important;
  line-height: 28px;
  height: 28px;
  color: #9d9d9d;
  font-size: 12px;
}
.vina-product-search form .select-category {
  position: absolute;
  top: 5px;
  left: 0;
  width: 148px;
}
.vina-product-search form .select-category:after {
  content: '';
  position: absolute;
  top: -1px;
  right: -7px;
  width: 13px;
  height: 27px;
  background: url('../images/bi-li-search.png') no-repeat;
}
.vina-product-search form select {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0 20px;
  height: 28px;
  line-height: 28px;
  z-index: 10;
  background: none;
  font-size: 12px;
  cursor: pointer;
}
.vina-product-search form select::-ms-expand {
  display: none;
}
.vina-product-search form .SumoSelect {
  width: 180px;
}
.vina-product-search form .SumoSelect > .CaptionCont {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0;
  outline: none !important;
  padding: 4px 20px;
  cursor: pointer;
  z-index: 11;
  font-size: 12px;
}
.vina-product-search form .SumoSelect > .CaptionCont > span {
  cursor: pointer;
  padding-right: 25px;
}
.vina-product-search form .SumoSelect > .optWrapper {
  border-radius: 0;
}
.vina-product-search form .SumoSelect > .optWrapper > .options li {
  width: 100%;
  padding: 9px 15px;
}
.vina-product-search form .SumoSelect > .optWrapper > .options li label {
  margin-bottom: 0;
  font-weight: 400;
  color: #303030 !important;
  font-size: 12px;
}
.vina-product-search form button {
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  background-color: #4a4a4a;
  color: #ffffff;
  overflow: hidden;
  text-indent: -999px;
  width: 41px;
  height: 41px;
  line-height: 41px;
  padding: 0 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.vina-product-search form button:hover {
  background-color: #000000 !important;
}
.vina-product-search form button:after {
  content: '\f002';
  font-family: 'FontAwesome';
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
}
.vg-header-static {
  text-align: right;
}
.vg-header-static img {
  display: inline-block;
  height: 57px;
}
/* Woocommerce Header Start */
.ecommerce-inside {
  display: block;
  width: 100%;
  text-align: right;
}
.ecommerce-inside .widget {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0 20px;
}
.ecommerce-inside .widget:last-child:after {
  display: none;
}
.ecommerce-inside .widget:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 30px;
  background: #cfcfcf;
  -webkit-transform: translate(0, -14px);
  -moz-transform: translate(0, -14px);
  -ms-transform: translate(0, -14px);
  -o-transform: translate(0, -14px);
  transform: translate(0, -14px);
}
.vg-bottom-bar .ecommerce-inside .widget {
  padding: 0 7px;
  border: none !important;
}
.vg-bottom-bar .ecommerce-inside .widget:after {
  display: none;
}
.vg-bottom-bar .ecommerce-inside .widget:last-child {
  padding-right: 20px;
}
.mini_cart_inner {
  position: relative;
  text-align: left;
  min-height: 102px;
}
.mini_cart_inner:hover .mcart-border {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.mini_cart_inner a {
  display: block;
}
.mini_cart_inner .shopping_cart {
  padding: 23px 0px 0px 60px;
  line-height: 30px;
}
.mini_cart_inner .shopping_cart span {
  display: inline-block;
  vertical-align: top;
}
.mini_cart_inner .shopping_cart .sub-title {
  line-height: normal;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  display: block;
  padding-left: 2px;
  color: #4a4a4a !important;
}
.mini_cart_inner .shopping_cart .cart-total-price {
  color: #f65656 !important;
  font-weight: 700;
  display: block;
  position: relative;
  line-height: 15px;
}
.mini_cart_inner .shopping_cart .cart-total-price:after {
  content: '\f0d7';
  font-family: "FontAwesome";
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 11px;
  line-height: normal;
  color: #4a4a4a;
}
.mini_cart_inner .shopping_cart .cart-total-price span {
  color: #f65656 !important;
}
.mini_cart_inner .shopping_cart .icon-cart {
  display: inline-block;
  position: absolute;
  top: 21px;
  left: 6px;
  float: left;
  width: 41px;
  height: 41px;
  text-align: center;
  background: #308eb4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.mini_cart_inner .shopping_cart .icon-cart i {
  font-size: 20px;
  line-height: 36px;
  color: #fff;
}
.mini_cart_inner .shopping_cart .cart-quantity {
  display: block;
  position: absolute;
  top: -2px;
  right: -14px;
  background: #308eb4;
  border: 2px solid #fff;
  color: #ffffff;
  font-size: 11px;
  line-height: 18px;
  min-width: 22px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.mcart-border {
  opacity: 0;
  visibility: hidden;
  width: 300px;
  position: absolute;
  z-index: 10000;
  top: 90%;
  right: 0;
  font-size: 13px;
  background: #ffffff;
  color: #4a4a4a;
  padding: 15px 0px 0px;
  text-align: left;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  text-align: center;
}
.mcart-border .loading {
  background-color: #fff;
  background-image: url('../images/loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.mcart-border.loading .loading {
  display: block;
}
.mcart-border > * {
  text-align: left;
}
.mcart-border .total {
  padding: 15px 25px 10px !important;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  clear: both;
  border-top: 0 !important;
  position: relative;
  display: block;
}
.mcart-border .total .amount {
  float: right;
}
.mcart-border .total:before,
.mcart-border .total:after {
  content: '';
  display: table;
}
.mcart-border .total:after {
  clear: both;
}
.mcart-border .buttons {
  margin-bottom: 0;
  background: #e8b11d;
  padding: 25px;
  text-align: center;
}
.mcart-border .buttons a {
  color: #4a4a4a !important;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  min-width: 156px;
  line-height: 18px !important;
}
.mcart-border .buttons a:hover {
  color: #ffffff !important;
}
.mcart-border .buttons a.checkout {
  margin-top: 22px;
}
.mcart-border .buttons a.view-cart {
  color: #ffffff !important;
  border-color: #ffffff;
}
.mcart-border .cart_list {
  padding: 20px 25px 0px !important;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding-left: 0 !important;
  padding-right: 15px;
  margin-bottom: 0;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 5px;
}
.woocommerce ul.cart_list li .product-details,
.woocommerce ul.product_list_widget li .product-details {
  padding-left: 88px;
}
.woocommerce ul.cart_list li .product-details dl,
.woocommerce ul.product_list_widget li .product-details dl {
  display: inline-block;
  border-left: 0;
  padding-left: 0;
  float: left;
  width: 100%;
}
.woocommerce ul.cart_list li .product-details dl dd,
.woocommerce ul.product_list_widget li .product-details dl dd {
  margin: 0;
  padding: 0;
}
.woocommerce ul.cart_list li .product-details dl dt,
.woocommerce ul.product_list_widget li .product-details dl dt {
  padding: 0;
  text-transform: capitalize;
}
.woocommerce ul.cart_list li .product-name,
.woocommerce ul.product_list_widget li .product-name {
  color: #4a4a4a !important;
  font-weight: 500;
  margin-bottom: 5px;
}
.woocommerce ul.cart_list li .product-image,
.woocommerce ul.product_list_widget li .product-image {
  border: 1px solid #e5e5e5;
  float: left;
  position: relative;
  width: 75px;
  margin-right: 13px;
}
.woocommerce ul.cart_list li .product-image img,
.woocommerce ul.product_list_widget li .product-image img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  width: 75px;
}
.woocommerce ul.cart_list li a.remove,
.woocommerce ul.product_list_widget li a.remove {
  color: #2d2d2d !important;
  left: auto !important;
  right: 0;
  top: -2px !important;
  font-size: 18px;
  font-weight: 700;
  right: -2px;
}
.woocommerce ul.cart_list li a.remove:hover,
.woocommerce ul.product_list_widget li a.remove:hover {
  color: #4a4a4a !important;
  background: none !important;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-weight: 500;
  font-size: 12px;
}
.woocommerce ul.cart_list li .quantity,
.woocommerce ul.product_list_widget li .quantity {
  display: block;
  height: auto;
  line-height: 18px;
  margin-top: 0;
  margin-right: 0;
  font-size: 12px;
  color: #9a9a9a;
}
.woocommerce ul.cart_list li .amount,
.woocommerce ul.product_list_widget li .amount {
  display: inline-block;
  font-size: 14px;
  color: #e8b11d;
  font-weight: 600;
  margin-top: 5px;
}
.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 0;
  padding-bottom: 24px;
}
.widget.header-widget ul li {
  text-align: left;
}
.widget.header-widget ul li.icon-wishlist {
  padding: 6px 0;
}
.widget.header-widget ul li.icon-wishlist a {
  font-size: 0;
  width: 41px;
  height: 41px;
  text-align: center;
  background: #636363;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: block;
  margin-top: 15px;
}
.widget.header-widget ul li.icon-wishlist a:after {
  content: '\f08a';
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  width: 100%;
  font-size: 16px;
  line-height: 41px;
  margin-left: 0;
  text-align: center;
}
.widget.header-widget ul li.icon-wishlist a:hover:after {
  color: #e8b11d;
}
.widget.header-widget ul li.icon-wishlist > ul {
  text-align: left;
}
.widget.header-widget ul li.icon-wishlist > ul > li {
  padding: 10px !important;
}
.widget.header-widget ul li.icon-wishlist > ul > li > a {
  width: auto !important;
  height: auto !important;
  font-size: 13px !important;
}
/* Main Menu Start */
.vg-bottom-bar {
  color: #ffffff;
  z-index: 199;
  position: relative;
}
.vg-bottom-bar .row {
  margin: 0;
  background: #2d2d2d;
}
.vg-bottom-bar a {
  color: #ffffff;
}
.vg-bottom-bar a:hover {
  color: #e8b11d;
}
.layout-1.page-template-front-page .vg-bottom-bar,
.layout-3.page-template-front-page .vg-bottom-bar {
  display: inline-block;
  width: 100%;
  margin-bottom: -26px;
}
/* Socials Start */
/* Brand Start */
.brand-inner {
  padding: 38px 0;
}
.brand-inner .owl-item {
  padding: 0 10px;
}
.brand-inner .owl-theme .owl-controls {
  top: auto;
  right: auto;
  left: auto;
  position: static;
}
.brand-inner .owl-theme .owl-controls .owl-buttons div {
  top: 39%;
  position: absolute;
}
.brand-inner .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -20px;
  opacity: 0;
}
.brand-inner .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -20px;
  opacity: 0;
}
.brand-inner .owl-carousel .owl-wrapper-outer {
  margin: 0;
  padding: 0;
}
.brand-inner .brand-image img {
  display: block;
  margin: 0 auto;
}
.brand-inner:hover .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0;
  opacity: 1;
}
.brand-inner:hover .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0;
  opacity: 1;
}
.owl-theme.brand-logos .owl-controls {
  top: auto;
  right: auto;
  left: auto;
  position: static;
}
.owl-theme.brand-logos .owl-controls .owl-buttons div {
  top: 39%;
  position: absolute;
}
.owl-theme.brand-logos .owl-controls .owl-buttons div.owl-prev {
  left: -20px;
  opacity: 0;
}
.owl-theme.brand-logos .owl-controls .owl-buttons div.owl-next {
  right: -20px;
  opacity: 0;
}
.owl-theme.brand-logos:hover .owl-buttons div.owl-prev {
  left: 0;
  opacity: 1;
}
.owl-theme.brand-logos:hover .owl-buttons div.owl-next {
  right: 0;
  opacity: 1;
}
.brand-content {
  display: none;
}
.vg-brand-logo {
  position: relative;
  z-index: 100;
}
.vg-brand-logo .widget-title {
  display: none;
}
/* Newsletter Start */
.vg-newsletter-form {
  color: #ffffff;
}
.vg-newsletter-form .widget_wysija {
  margin-bottom: 0;
}
.vg-newsletter-form .widget_wysija .widget-title,
.vg-newsletter-form .widget_wysija .widget_wysija_cont {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.vg-newsletter-form .widget_wysija .widget-title {
  width: auto;
}
.vg-newsletter-form .widget_wysija .widget-title:after {
  display: none;
}
.vg-newsletter-form .widget_wysija .widget-title h3 {
  margin-bottom: 0;
}
.vg-newsletter-form .widget_wysija_cont {
  width: 100%;
  max-width: 560px;
}
.vg-newsletter-form .widget_wysija_cont:before,
.vg-newsletter-form .widget_wysija_cont:after {
  content: '';
  display: table;
}
.vg-newsletter-form .widget_wysija_cont:after {
  clear: both;
}
.vg-newsletter-form .widget_wysija_cont p label {
  display: none;
}
.vg-newsletter-form .widget_wysija_cont .wysija-submit-wrap {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  color: #e8b11d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.vg-newsletter-form .widget_wysija_cont .wysija-submit-wrap:after {
  display: block;
  width: 100%;
  content: '\f194';
  font-family: 'Material-Design-Iconic-Font';
  font-size: 18px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.vg-newsletter-form .widget_wysija_cont .wysija-submit-wrap:hover {
  background-color: #333333 !important;
  color: #fff;
}
.vg-newsletter-form .widget_wysija_cont .wysija-input {
  float: none;
  border: none;
  display: inline-block;
  width: 100% !important;
  background: #2d2d2d !important;
  padding: 15px 30px;
  color: rgba(255, 255, 255, 0.7);
  height: 50px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}
.vg-newsletter-form .widget_wysija_cont .wysija-submit {
  position: relative;
  z-index: 100;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  background-color: transparent;
}
.vg-newsletter-form .widget_wysija_cont > form {
  border: 0;
  position: relative;
}
.vg-newsletter-form .widget_wysija_cont > form > * {
  display: block;
  margin: 0;
  background: none !important;
  box-shadow: none;
  border: 0;
  height: 50px;
  outline: none !important;
  float: none;
}
.vg-newsletter-form .widget_wysija_cont > form > *.wysija-paragraph {
  width: 100%;
}
.vg-newsletter-form .widget_wysija_cont > form > *.wysija-paragraph > .formError {
  margin-left: 0;
  -webkit-transform: translate(0px, -4px);
  -moz-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  -o-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}
.vg-newsletter-form .widget_wysija_cont > form > *.wysija-paragraph > .formError .formErrorContent {
  line-height: 13px;
}
.shortcode_wysija {
  color: #ffffff;
}
.shortcode_wysija.widget_wysija_cont {
  width: 100%;
}
.shortcode_wysija.widget_wysija_cont:before,
.shortcode_wysija.widget_wysija_cont:after {
  content: '';
  display: table;
}
.shortcode_wysija.widget_wysija_cont:after {
  clear: both;
}
.shortcode_wysija.widget_wysija_cont p label {
  display: none;
}
.shortcode_wysija.widget_wysija_cont .title-newsletter {
  float: left;
  width: 34%;
}
.shortcode_wysija.widget_wysija_cont .title-newsletter h4,
.shortcode_wysija.widget_wysija_cont .title-newsletter h3,
.shortcode_wysija.widget_wysija_cont .title-newsletter h5 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  line-height: 40px;
  border: 0;
  margin-bottom: 0;
}
.shortcode_wysija.widget_wysija_cont .title-newsletter p {
  font-size: 12px;
  color: #d6d6d6;
  font-style: italic;
  margin-bottom: 9px;
}
.shortcode_wysija.widget_wysija_cont .wysija-submit-wrap {
  display: none;
}
.shortcode_wysija.widget_wysija_cont .wysija-input {
  display: block;
  border: 2px solid white;
  background: transparent;
  padding: 10px 60px 10px 10px;
  line-height: 20px;
  height: 40px;
  border-radius: 25px;
  color: #ffffff;
  font-size: 12px;
  width: 100%;
  margin-top: 0;
}
.shortcode_wysija.widget_wysija_cont .wysija-paragraph {
  margin-top: 15px;
  position: relative;
}
.shortcode_wysija.widget_wysija_cont .wysija-paragraph:after {
  display: block;
  content: "\f1d9";
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 36px;
  position: absolute;
  top: 2px;
  right: 18px;
}
.shortcode_wysija.widget_wysija_cont .wysija-paragraph:hover {
  color: #e8b11d;
}
.shortcode_wysija.widget_wysija_cont .wysija-submit {
  position: relative;
  z-index: 100;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  background-color: transparent;
}
.shortcode_wysija.widget_wysija_cont > form {
  border: 0;
  position: relative;
}
.shortcode_wysija.widget_wysija_cont > form > * {
  display: block;
  margin: 0;
  background: none !important;
  box-shadow: none;
  border: 0;
  outline: none !important;
  float: none;
}
.shortcode_wysija.widget_wysija_cont > form > *.wysija-paragraph {
  float: left;
  width: 66%;
}
.shortcode_wysija.widget_wysija_cont > form > *.wysija-paragraph > .formError {
  margin-left: 0;
  -webkit-transform: translate(0px, -4px);
  -moz-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  -o-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}
.shortcode_wysija.widget_wysija_cont > form > *.wysija-paragraph > .formError .formErrorContent {
  line-height: 13px;
}
/* Widget Footer Start */
.ft-about-me {
  padding-right: 80px;
}
.logo-footer {
  margin-bottom: 30px;
}
.ft-static-content {
  margin-bottom: 10px;
}
.ft-contact-info li {
  line-height: 20px !important;
  padding: 7px 0 !important;
}
.ft-contact-info li i {
  font-size: 15px;
  margin-right: 3px;
  min-width: 28px;
}
.ft-contact-info li .text-label {
  margin: 0 5px;
}
.widget-footer ul li a {
  font-size: 12px;
  line-height: 30px;
  display: inline-block;
}
.widget-footer ul li a:before {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 6px;
  margin: 0 10px 0 1px;
  display: inline-block;
  vertical-align: middle;
}
.widget-footer.woocommerce .star-rating span {
  color: #0b8dca;
}
.widget-footer .product-price,
.widget-footer .compare-list .price,
.widget-footer .price {
  color: #ffffff !important;
}
.widget-footer .product-price > del,
.widget-footer .compare-list .price > del,
.widget-footer .price > del {
  color: rgba(255, 255, 255, 0.7);
}
.widget-footer.widget_vgw_social_media a {
  color: #a0a0a0;
}
.widget-footer.widget_vgw_social_media a:hover {
  color: #e8b11d;
}
.copyright {
  line-height: 29px;
}
.copyright a {
  color: #e8b11d;
}
.widget-bottomft.widget_vgw_social_media a {
  width: 22px;
  height: 22px;
  border: none;
  margin: 0 12px 5px;
}
.widget-bottomft.widget_vgw_social_media a:after {
  line-height: 22px;
}
.widget-bottomft.widget_vgw_social_media a:hover {
  color: #e8b11d;
  background: transparent;
}
/* Footer Start */
footer {
  background-color: #f8f8f8;
  font-size: 12px;
  line-height: 22px;
}
footer .bottom {
  padding: 64px 0 35px;
}
footer .bottom .widget-title {
  margin-bottom: 17px;
}
footer .bottom .widget-title:after {
  top: -12px;
}
footer .bottom .widget ul li,
footer .bottom .widget ol li {
  padding: 0;
}
footer .widget_product_categories ul li .children li,
footer .widget_categories ul li .children li {
  background: transparent;
}
.footer {
  background: #2d2d2d;
  color: #ffffff;
}
.footer .container {
  padding: 15px;
}
.footer .widget ul li a,
.footer .widget ol li a {
  color: #a0a0a0;
}
.footer .tagcloud a {
  color: #a0a0a0;
}
.footer .widget_rss h3 a.rsswidget {
  color: #a0a0a0;
}
.footer .screen-reader-text,
.footer select,
.footer .input_text,
.footer input[type="text"],
.footer input[type="search"] {
  color: #464646;
}
/* Front Page Start */
/* Static Box Start */
.block-static {
  color: #fff;
  font-size: 12px;
}
.block-static.black {
  color: #4a4a4a;
  border: 1px solid #d7d7d7;
}
.block-static.black .block-icon .icon-banner {
  color: #4a4a4a;
}
.block-static.black h1,
.block-static.black h2,
.block-static.black h3,
.block-static.black h4,
.block-static.black h5,
.block-static.black h6 {
  color: #4a4a4a;
}
.block-static h1,
.block-static h2,
.block-static h3,
.block-static h4,
.block-static h5,
.block-static h6 {
  color: #fff;
}
.block-static h3 {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
}
.block-static .block-icon {
  float: left;
}
.block-static .block-icon .icon-banner {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 50px;
  color: white;
  text-shadow: 4px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-static .block-icon .icon-banner:before {
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-static:hover .icon-banner:before {
  webkit-animation: burst 1200ms linear infinite;
  -moz-animation: burst 1200ms linear infinite;
  -ms-animation: burst 1200ms linear infinite;
  -o-animation: burst 1200ms linear infinite;
  animation: burst 1200ms linear infinite;
}
.block-static.box2:hover .icon-banner:before {
  -webkit-animation: spin 1200ms linear infinite;
  -moz-animation: spin 1200ms linear infinite;
  -ms-animation: spin 1200ms linear infinite;
  -o-animation: spin 1200ms linear infinite;
  animation: spin 1200ms linear infinite;
}
.block-static.box3:hover .icon-banner:before {
  -webkit-animation: passing-reverse 1200ms linear infinite;
  -moz-animation: passing-reverse 1200ms linear infinite;
  -ms-animation: passing-reverse 1200ms linear infinite;
  -o-animation: passing-reverse 1200ms linear infinite;
  animation: passing-reverse 1200ms linear infinite;
}
.block-static .info {
  min-height: 100px;
  padding: 20px 5px;
}
/* Product Start */
.item-i {
  padding: 0 15px;
}
.item-i .product-image {
  border: 1px solid #cfcfcf;
}
.item-i .product-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.item-i .product-content {
  padding: 15px 0;
}
.item-i .product-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.vgw-item-i {
  position: relative;
  background: #fff;
  border: 1px solid #E1E1E1;
  text-align: center;
  /* Style */
}
.vgw-item-i:before,
.vgw-item-i:after {
  content: '';
  display: table;
}
.vgw-item-i:after {
  clear: both;
}
.vgw-item-i:hover .product-image img.primary_image {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: bounceOut 0.5s;
  -moz-animation: bounceOut 0.5s;
  -ms-animation: bounceOut 0.5s;
  -o-animation: bounceOut 0.5s;
  animation: bounceOut 0.5s;
}
.vgw-item-i:hover .product-image img.one_image {
  -webkit-animation: bounce 0.8s;
  -moz-animation: bounce 0.8s;
  -ms-animation: bounce 0.8s;
  -o-animation: bounce 0.8s;
  animation: bounce 0.8s;
}
.vgw-item-i:hover .product-image .second {
  opacity: 1;
  filter: alpha(opacity=100);
}
.vgw-item-i:hover .product-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #e8b11d;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.vgw-item-i:hover .button-group > div {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.vgw-item-i .product-image {
  overflow: hidden;
  position: relative;
}
.vgw-item-i .product-image > a {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.vgw-item-i .product-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vgw-item-i .product-image .second {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.vgw-item-i .product-image .second img {
  display: block;
  margin: 0 auto;
}
.vgw-item-i .product-content {
  padding: 15px 5px;
  position: relative;
}
.vgw-item-i .product-title {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.vgw-item-i .product-title a:hover {
  color: #e8b11d;
}
.vgw-item-i .product-rating {
  float: none;
  display: inline-block;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 73px;
}
.vgw-item-i .product-rating .star-rating {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0 !important;
}
.vgw-item-i .product-desc {
  margin-bottom: 15px;
}
.vgw-item-i .button-group {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 100;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vgw-item-i .button-group > div {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.vgw-item-i .button-group a {
  display: inline-block;
  width: 29px;
  height: 29px;
  padding: 0px 8px;
  font-size: 11px;
  overflow: hidden;
  text-indent: -999px;
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-align: center;
  position: relative;
  line-height: 29px;
  border-radius: 0px !important;
}
.vgw-item-i .button-group a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 27px;
  content: '';
  font-family: 'Material-Design-Iconic-Font';
  font-size: 16px;
  text-indent: 0;
}
.vgw-item-i .button-group a:hover {
  background-color: #ffffff;
  color: #e8b11d;
}
.vgw-item-i .button-group .add-to-links {
  display: block;
  text-align: center;
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.vgw-item-i .button-group .add-to-links > div {
  display: inline-block;
  margin: 0 4.5px;
}
.vgw-item-i .button-group .add-to-cart {
  -webkit-transform: translate(0, -15px);
  -moz-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
  transform: translate(0, -15px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.vgw-item-i .button-group .add-to-cart p {
  margin: 0;
}
.vgw-item-i .button-group .add-to-cart .add_to_cart_inline {
  position: relative;
  overflow: hidden;
}
.vgw-item-i .button-group .add-to-cart a {
  text-indent: 0;
  width: auto;
  display: inline-block;
  min-width: 104px;
}
.vgw-item-i .button-group .add-to-cart a.added {
  display: none !important;
}
.vgw-item-i .button-group .add-to-cart a.added_to_cart {
  background-color: #e8b11d;
  border: 1px solid #e8b11d;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  padding: 0;
}
.vgw-item-i .button-group .vgw-wishlist {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.vgw-item-i .button-group .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.vgw-item-i .button-group .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.vgw-item-i .button-group .yith-wcwl-add-to-wishlist a:before {
  content: '\f15e';
}
.vgw-item-i .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  background-color: #e8b11d;
  border-color: #e8b11d;
  color: #ffffff;
}
.vgw-item-i .button-group .yith-wcwl-wishlistaddedbrowse.show a {
  background-color: #e8b11d;
  border-color: #e8b11d;
}
.vgw-item-i .button-group .yith-wcwl-wishlistaddedbrowse a {
  background-color: #e8b11d;
  border-color: #e8b11d;
}
.vgw-item-i .button-group .vgw-compare {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.vgw-item-i .button-group .vgw-compare a:before {
  content: '\f1b5';
}
.vgw-item-i .button-group .vgw-compare a.added {
  background-color: #e8b11d;
  border-color: #e8b11d;
}
.vgw-item-i .button-group .vgw-quickview {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.vgw-item-i .button-group .vgw-quickview a:before {
  content: '\f15c';
}
.vgw-item-i.vgw-vertical {
  padding: 10px 0;
  margin-bottom: 0;
  border: none !important;
}
.vgw-item-i.vgw-vertical .product-image,
.vgw-item-i.vgw-vertical .product-content {
  width: 30%;
  float: left;
}
.vgw-item-i.vgw-vertical .product-content {
  width: 70%;
  padding: 0 0 0 15px;
}
.vgw-item-i.vgw-vertical .product-title,
.vgw-item-i.vgw-vertical .product-price {
  margin-top: 10px;
  margin-bottom: 0px;
}
.vgw-item-i.vgw-vertical .product-rating {
  margin-bottom: 5px;
}
.vgw-item-i.vgw-vertical .button-group {
  top: 45px;
  left: 15px;
}
.vgw-item-i.vgw-timer {
  border-right-width: 0;
}
.vgw-item-i.vgw-timer:hover .button-group > div {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.vgw-item-i.vgw-timer .product-content {
  position: relative;
}
.vgw-item-i.vgw-timer .button-group {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
}
.vgw-item-i.vgw-timer .button-group > div {
  margin: 0 5px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.vgw-item-i.vgw-timer .button-group .add-to-cart {
  -webkit-transform: translate(15px, 0);
  -moz-transform: translate(15px, 0);
  -ms-transform: translate(15px, 0);
  -o-transform: translate(15px, 0);
  transform: translate(15px, 0);
}
.vgw-item-i.vgw-timer .button-group .vgw-wishlist {
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
.vgw-item-i.vgw-timer .button-group .vgw-compare {
  -webkit-transform: translate(25px, 0);
  -moz-transform: translate(25px, 0);
  -ms-transform: translate(25px, 0);
  -o-transform: translate(25px, 0);
  transform: translate(25px, 0);
}
.vgw-item-i.vgw-timer .button-group .vgw-quickview {
  -webkit-transform: translate(30px, 0);
  -moz-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  -o-transform: translate(30px, 0);
  transform: translate(30px, 0);
}
.vgw-item-i.vgw-timer .product-rating {
  margin-top: 5px;
}
.vgw-item-i.timer-large {
  padding: 15px 0 0;
  border: none !important;
}
.vgw-item-i.timer-large:last-child {
  margin-bottom: 0;
}
.vgw-item-i.timer-large .product-image img {
  max-height: 480px;
}
.vgw-item-i.timer-large .product-content {
  position: relative;
  padding: 15px;
}
.vgw-item-i.timer-large .product-label span {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.vgw-item-i.timer-large .button-group {
  position: absolute;
  left: auto;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.vgw-item-i.timer-large .button-group > div {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.vgw-item-i.timer-large .box-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  color: #909090;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  padding: 40px 10px;
  border: 5px solid #eeeeee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-transform: uppercase;
  min-width: 130px;
  min-height: 130px;
  background: rgba(255, 255, 255, 0.5);
}
.vgw-item-i.timer-large .box-timer .day,
.vgw-item-i.timer-large .box-timer .hour,
.vgw-item-i.timer-large .box-timer .min,
.vgw-item-i.timer-large .box-timer .sec {
  float: none;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 0;
  position: relative;
  text-align: center;
}
.vgw-item-i.timer-large .box-timer .day span,
.vgw-item-i.timer-large .box-timer .hour span,
.vgw-item-i.timer-large .box-timer .min span,
.vgw-item-i.timer-large .box-timer .sec span {
  background: none;
  color: #f65656;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  padding: 0;
}
.vgw-item-i.timer-large .box-timer .day span:after,
.vgw-item-i.timer-large .box-timer .hour span:after,
.vgw-item-i.timer-large .box-timer .min span:after,
.vgw-item-i.timer-large .box-timer .sec span:after {
  display: inline-block;
  content: ':';
  margin: 0 3px;
  font-size: 12px;
}
.vgw-item-i.timer-large .box-timer .day i,
.vgw-item-i.timer-large .box-timer .hour i,
.vgw-item-i.timer-large .box-timer .min i,
.vgw-item-i.timer-large .box-timer .sec i {
  display: none;
}
.vgw-item-i.timer-large .box-timer .sec span:after {
  display: none;
}
.vgw-item-i.timer-lagre-2 {
  border-right-width: 0;
  background: none;
}
.vgw-item-i.timer-lagre-2 .box-timer,
.vgw-item-i.timer-lagre-2 .product-image,
.vgw-item-i.timer-lagre-2 .product-content {
  padding: 15px;
  background: #ffffff;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 15px 0 #cfcfcf;
  -moz-box-shadow: 0 0 15px 0 #cfcfcf;
  -ms-box-shadow: 0 0 15px 0 #cfcfcf;
  -o-box-shadow: 0 0 15px 0 #cfcfcf;
  box-shadow: 0 0 15px 0 #cfcfcf;
}
.vgw-item-i.timer-lagre-2 .box-timer {
  position: relative;
  padding: 10px 15px;
  padding-right: 120px;
}
.vgw-item-i.timer-lagre-2 .box-timer:after {
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 100;
  width: 100px;
  height: 100px;
  content: '\f333';
  font-family: 'Material-Design-Iconic-Font';
  line-height: 100px;
  font-size: 86px;
  color: #dedede;
}
.vgw-item-i.timer-lagre-2 .box-timer .day,
.vgw-item-i.timer-lagre-2 .box-timer .hour,
.vgw-item-i.timer-lagre-2 .box-timer .min,
.vgw-item-i.timer-lagre-2 .box-timer .sec {
  padding: 0 10px;
}
.vgw-item-i.timer-lagre-2 .box-timer .day span,
.vgw-item-i.timer-lagre-2 .box-timer .hour span,
.vgw-item-i.timer-lagre-2 .box-timer .min span,
.vgw-item-i.timer-lagre-2 .box-timer .sec span {
  margin-top: 8px;
}
.vgw-item-i.timer-lagre-2 .product-label {
  left: 30px;
}
.vgw-item-i.timer-lagre-2 .product-desc {
  display: block;
}
.vgw-item-i.timer-lagre-2 .button-group {
  position: static;
  margin-bottom: 20px;
}
.vgw-item-i.timer-lagre-2 .button-group > div {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.vgw-item-i.hidden-desc .product-desc {
  display: none;
}
.vgw-item-i.hidden-image .product-image {
  display: none;
}
.vgw-item-i.effect-1:hover .product-image img.primary_image {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: zoomOut 1s;
  -moz-animation: zoomOut 1s;
  -ms-animation: zoomOut 1s;
  -o-animation: zoomOut 1s;
  animation: zoomOut 1s;
}
.vgw-item-i.effect-1:hover .product-image img.secondary_image {
  -webkit-animation: bounceInDown 0.6s;
  -moz-animation: bounceInDown 0.6s;
  -ms-animation: bounceInDown 0.6s;
  -o-animation: bounceInDown 0.6s;
  animation: bounceInDown 0.6s;
}
.vgw-item-i.effect-1:hover .product-image img.one_image {
  -webkit-animation: swing 0.8s;
  -moz-animation: swing 0.8s;
  -ms-animation: swing 0.8s;
  -o-animation: swing 0.8s;
  animation: swing 0.8s;
}
.vgw-item-i.effect-1:hover .product-image .second {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
}
.vgw-item-i.effect-1:hover .button-group > div {
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.vgw-item-i.effect-1 .product-content {
  position: static;
}
.vgw-item-i.effect-1 .product-label {
  left: auto;
  right: 15px;
}
.vgw-item-i.effect-2:hover .product-image img.primary_image {
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
  -webkit-animation: fadeOutUp 0.6s;
  -moz-animation: fadeOutUp 0.6s;
  -ms-animation: fadeOutUp 0.6s;
  -o-animation: fadeOutUp 0.6s;
  animation: fadeOutUp 0.6s;
}
.vgw-item-i.effect-2:hover .product-image img.secondary_image {
  -webkit-animation: fadeInUp 0.6s;
  -moz-animation: fadeInUp 0.6s;
  -ms-animation: fadeInUp 0.6s;
  -o-animation: fadeInUp 0.6s;
  animation: fadeInUp 0.6s;
}
.vgw-item-i.effect-2:hover .product-image img.one_image {
  -webkit-animation: jello 0.8s;
  -moz-animation: jello 0.8s;
  -ms-animation: jello 0.8s;
  -o-animation: jello 0.8s;
  animation: jello 0.8s;
}
.vgw-item-i.effect-2:hover .product-image .second {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
}
.vgw-item-i.effect-3:hover .product-image img.primary_image {
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
  -webkit-animation: fadeOutRight 0.6s;
  -moz-animation: fadeOutRight 0.6s;
  -ms-animation: fadeOutRight 0.6s;
  -o-animation: fadeOutRight 0.6s;
  animation: fadeOutRight 0.6s;
}
.vgw-item-i.effect-3:hover .product-image img.secondary_image {
  -webkit-animation: fadeInRight 0.6s;
  -moz-animation: fadeInRight 0.6s;
  -ms-animation: fadeInRight 0.6s;
  -o-animation: fadeInRight 0.6s;
  animation: fadeInRight 0.6s;
}
.vgw-item-i.effect-3:hover .product-image img.one_image {
  -webkit-animation: rubberBand 0.8s;
  -moz-animation: rubberBand 0.8s;
  -ms-animation: rubberBand 0.8s;
  -o-animation: rubberBand 0.8s;
  animation: rubberBand 0.8s;
}
.vgw-item-i.effect-3:hover .product-image .second {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
}
.vgw-item-i .button-group .add-to-cart a.added + a.added_to_cart:hover {
  color: #fff !important;
}
.woo-vertical .vgw-item {
  padding: 9px 19px;
  border: 2px solid #EBEBEB;
  background: #fff;
}
.woo-vertical .vgw-item .vgw-item-i.vgw-vertical {
  border-bottom: 1px solid #F2F2F2 !important;
  text-align: left;
}
.woo-vertical .vgw-item .vgw-item-i.vgw-vertical:last-child {
  border-bottom: 0 !important;
}
.woo-vertical-large .vgw-vertical {
  padding: 25px 10px;
  border-bottom: 1px solid #cfcfcf !important;
}
.woo-vertical-large .vgw-vertical:hover .product-rating,
.woo-vertical-large .vgw-vertical:hover .product-price {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.woo-vertical-large .vgw-vertical .product-image {
  width: 45%;
}
.woo-vertical-large .vgw-vertical .product-content {
  width: 55%;
  padding: 0 0 0 25px;
}
.woo-vertical-large .vgw-vertical .product-desc {
  display: block !important;
}
.woo-vertical-large .vgw-vertical .button-group {
  position: static;
}
.woo-vertical-large.owl-theme .owl-controls {
  position: relative;
  margin: 0;
  padding: 20px 0;
}
.woo-vertical-large.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 100;
}
.woo-vertical-large.owl-theme .owl-controls .owl-buttons div {
  position: static;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  margin: 0 3px !important;
  background: rgba(0, 0, 0, 0);
  width: 30px;
  height: 30px;
  line-height: 30px;
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  color: #4a4a4a;
}
.woo-vertical-large.owl-theme .owl-controls .owl-buttons div:before {
  line-height: 30px;
  font-size: 24px;
}
.woo-vertical-large.owl-theme .owl-controls .owl-buttons div:hover {
  color: #e8b11d;
}
.woo-vertical-sidebar .vgw-item-i {
  padding: 15px 0;
}
.woo-vertical-sidebar .vgw-item-i .button-group > div {
  margin: 0 5px 0 0;
}
.woo-vertical-sidebar .vgw-item-i .button-group a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.woo-vertical-sidebar .vgw-item-i .button-group a:before {
  line-height: 28px;
  font-size: 13px;
}
.group-featured-2 .woo-carousel {
  background: #fff;
  padding: 15px;
}
.group-featured-2 .vgw-item-i.vgw-timer {
  padding: 25px 15px;
}
.group-featured-2 .vgw-item-i.vgw-timer .box-timer {
  margin-top: 28px;
}
.timer-product {
  padding: 90px 0;
}
.group-vertical-products.home2 .vgw-item-i.vgw-vertical {
  padding: 20px 0;
}
.group-vertical-products.home2 .vgw-item-i.vgw-vertical:hover .product-rating,
.group-vertical-products.home2 .vgw-item-i.vgw-vertical:hover .product-price {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.group-vertical-products.home2 .vgw-item-i.vgw-vertical .button-group {
  position: static;
}
/* Tab Prodcut */
.vc_tta-tabs-container {
  overflow: visible !important;
}
.tab-products .vc_tta.vc_general .vc_tta-tabs-list {
  position: absolute;
  right: 80px;
  top: -73px;
}
.wpb_row .vc_tta.vc_general .vc_tta-tabs-list {
  margin: 0 !important;
  padding: 0 !important;
}
.wpb_row .vc_tta.vc_general .vc_tta-tab {
  margin: 0;
}
.wpb_row .vc_tta.vc_general .vc_tta-tab > a {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid transparent  !important;
  padding: 10px  !important;
  font-size: 12px;
  line-height: 27px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.wpb_row .vc_tta.vc_general .vc_tta-tab.vc_active > a,
.wpb_row .vc_tta.vc_general .vc_tta-tab:hover > a {
  background: transparent  !important;
}
.wpb_row .vc_tta.vc_general .vc_tta-panels {
  background-color: transparent !important;
  border: none !important;
}
.wpb_row .vc_tta.vc_general .vc_tta-panel-body {
  background-color: transparent !important;
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0 !important;
  overflow: visible !important;
}
.wpb_row .vc_tta.vc_general.style2 {
  margin-top: 23px;
}
.wpb_row .vc_tta.vc_general.style2 .vc_tta-icon {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
.wpb_row .vc_tta.vc_general.style2 .vc_tta-icon:before {
  width: 64px;
  height: 64px;
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  line-height: 64px;
  font-size: 22px;
}
.wpb_row .vc_tta.vc_general.style2 .vc_tta-tabs-list {
  text-align: center;
}
.wpb_row .vc_tta.vc_general.style2 .vc_tta-tab {
  min-width: 180px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.wpb_row .vc_tta.vc_general.style2 .vc_tta-tab > a {
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 !important;
}
.wpb_row .vc_tta.vc_general.style2 .vc_tta-title-text:not(:empty):not(:first-child),
.wpb_row .vc_tta.vc_general.style2 .vc_tta-title-text:not(:empty) ~ * {
  margin-left: 0;
  font-weight: 500;
}
.wpb_row .vc_tta.vc_general.style2 .vc_tta-tab.vc_active .vc_tta-icon:before,
.wpb_row .vc_tta.vc_general.style2 .vc_tta-tab:hover .vc_tta-icon:before {
  background: #ffffff;
}
.wpb_row .vc_tta.vc_general.style2 .vc_tta-tabs-container {
  margin: 0 0 60px 0 !important;
  position: relative;
}
.wpb_row .vc_tta.vc_general.style2 .vc_tta-tabs-container:after {
  width: 110%;
  left: -5%;
  height: 2px;
  background: #EBEBEB;
  top: 30px;
  content: "";
  position: absolute;
  z-index: -1;
}
.wpb_row .vc_tta.vc_general.style2 .vc_tta-panels-container {
  margin: -30px;
  padding: 30px;
  background: #ffffff;
}
.wpb_row .vc_tta.vc_general.style2 .vc_tta-panel {
  margin: 1px !important;
}
.vc_tta-container {
  margin-bottom: 0 !important;
}
.tab-products-2 .vc_tta.vc_general .vc_tta-tabs-list,
.tab-products-3 .vc_tta.vc_general .vc_tta-tabs-list,
.tab-products-4 .vc_tta.vc_general .vc_tta-tabs-list {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-bottom: 45px !important;
  overflow: visible;
  text-align: center;
}
.tab-products-2 .vc_tta.vc_general .vc_tta-tab,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab {
  margin: 0 20px;
}
.tab-products-2 .vc_tta.vc_general .vc_tta-tab > a,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab > a,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab > a {
  color: #9c9c9c;
  padding: 0;
  font-size: 22px;
  line-height: 26px;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: none !important;
  position: relative;
}
.tab-products-2 .vc_tta.vc_general .vc_tta-tab > a span,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab > a span,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab > a span {
  display: block;
  position: relative;
  padding: 15px 0;
}
.tab-products-2 .vc_tta.vc_general .vc_tta-tab > a span:before,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab > a span:before,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab > a span:before,
.tab-products-2 .vc_tta.vc_general .vc_tta-tab > a span:after,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab > a span:after,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab > a span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 89px;
  height: 2px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tab-products-2 .vc_tta.vc_general .vc_tta-tab > a span:after,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab > a span:after,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab > a span:after {
  width: 58px;
  bottom: -5px;
}
.tab-products-2 .vc_tta.vc_general .vc_tta-tab.vc_active > a,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab.vc_active > a,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab.vc_active > a,
.tab-products-2 .vc_tta.vc_general .vc_tta-tab:hover > a,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab:hover > a,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab:hover > a {
  color: #4a4a4a;
  font-weight: 900;
}
.tab-products-2 .vc_tta.vc_general .vc_tta-tab.vc_active > a span:before,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab.vc_active > a span:before,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab.vc_active > a span:before,
.tab-products-2 .vc_tta.vc_general .vc_tta-tab:hover > a span:before,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab:hover > a span:before,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab:hover > a span:before,
.tab-products-2 .vc_tta.vc_general .vc_tta-tab.vc_active > a span:after,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab.vc_active > a span:after,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab.vc_active > a span:after,
.tab-products-2 .vc_tta.vc_general .vc_tta-tab:hover > a span:after,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab:hover > a span:after,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab:hover > a span:after {
  background-color: #e8b11d;
}
.tab-products-2 .vc_tta.vc_general .vc_tta-tab.vc_active:hover > a,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab.vc_active:hover > a,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab.vc_active:hover > a {
  font-weight: 900;
}
.tab-products-3 .vc_tta.vc_general .vc_tta-tabs-list {
  border-bottom: 1px solid #cfcfcf;
  text-align: left;
}
.tab-products-3 .vc_tta.vc_general .vc_tta-tabs-list:after {
  content: '';
  display: block;
  width: 90px;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 100;
  background-color: #e8b11d;
}
.tab-products-3 .vc_tta.vc_general .vc_tta-tab {
  margin: 0 35px 0 0;
}
.tab-products-3 .vc_tta.vc_general .vc_tta-tab > a span:before,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab > a span:after {
  display: none;
}
.tab-products-3 .vc_tta.vc_general .vc_tta-tab.vc_active > a,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab:hover > a {
  color: #4a4a4a;
}
.tab-products-4 .vc_tta.vc_general .vc_tta-tab > a span:after {
  display: none;
}
.tab-products-4 .vc_tta.vc_general .vc_tta-tab.vc_active > a,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab:hover > a {
  color: #4a4a4a;
}
.tab-products-4 .vc_tta.vc_general .vc_tta-tab.vc_active > a span:before,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab:hover > a span:before,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab.vc_active > a span:after,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab:hover > a span:after {
  background-color: #4a4a4a;
}
/* Post Carousel */
.item-i,
.vgp-item-i {
  position: relative;
  padding: 0 15px;
}
.item-i .post-content,
.vgp-item-i .post-content {
  padding: 35px 0 0;
}
.item-i .post-content .post-content,
.vgp-item-i .post-content .post-content {
  padding: 0;
  margin-top: 15px;
}
.item-i .post-title,
.vgp-item-i .post-title {
  margin-bottom: 0;
}
.item-i .post-title a,
.vgp-item-i .post-title a {
  display: block;
  font-size: 14px;
  color: #2d2d2d;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 45px;
  position: relative;
}
.item-i .post-title a:before,
.vgp-item-i .post-title a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 70px;
  height: 2px;
  background: #e8b11d;
}
.item-i .post-title a:hover,
.vgp-item-i .post-title a:hover {
  color: #e8b11d;
}
.item-i .post-readmore,
.vgp-item-i .post-readmore {
  margin-top: 15px;
}
.item-i .post-readmore a,
.vgp-item-i .post-readmore a {
  display: inline-block;
  padding: 7px 12px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  border: 2px solid rgba(74, 74, 74, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: rgba(74, 74, 74, 0.7);
}
.item-i .post-readmore a:hover,
.vgp-item-i .post-readmore a:hover {
  color: #4a4a4a;
  border-color: #4a4a4a;
}
.vgp-item-i:hover .post-image img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.vgp-item-i .post-image {
  overflow: hidden;
  position: relative;
}
.vgp-item-i .post-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.vgp-item-i .post-image .post-readmore {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 10;
}
.vgp-item-i .post-image .post-readmore a {
  display: inline-block;
  font-size: 11px;
  line-height: 34px;
  height: 34px;
  text-transform: uppercase;
  vertical-align: top;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 0 25px;
  border-radius: 20px;
  font-weight: 700;
  background: transparent;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.vgp-item-i .post-image .post-readmore a:hover {
  background: #ffffff;
  color: #e8b11d;
}
.vgp-item-i .post-image:after {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
}
.vgp-item-i .post-image:hover .post-readmore {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
}
.vgp-item-i .post-image:hover:after {
  opacity: 0.8;
  /* IE8 filter*/
  filter: alpha(opacity=80);
}
.vgp-item-i .post-content {
  position: relative;
}
.vgp-item-i .post-meta {
  display: block;
  padding: 0px;
  font-size: 11px;
  line-height: 14px;
  z-index: 100;
  color: #999;
}
.vgp-item-i .post-meta li {
  display: inline-block;
  vertical-align: top;
}
.vgp-item-i .post-meta span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.vgp-item-i .post-meta span.post-date {
  margin-left: 0;
}
.vgp-item-i .post-meta a {
  color: #ccc;
}
.vgp-item-i .post-meta i {
  margin-left: 5px;
  font-style: normal;
}
.vgp-item-i .post-meta .post-author {
  color: #e8b11d;
}
.vgp-item-i .post-meta .post-author i {
  margin-left: 0;
  margin-right: 2px;
  color: #ccc;
}
.vgp-item-i .post-desc {
  margin-top: 15px;
  color: #7b7b7b;
  font-size: 12px;
}
.post-carousel.h-readmore .vgp-item-i .post-readmore {
  display: none;
}
.post-carousel.style2 .vgp-item-i .post-content {
  padding: 15px;
  background: #f2f2f2;
}
/* Categories Front Page */
.title-category {
  margin-bottom: 0;
}
.title-category .wpb_heading {
  display: block;
  background-color: #e8b11d;
  font-size: 17px;
  line-height: 26px;
  padding: 16px 20px;
  color: #ffffff;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.title-category .wpb_heading::first-letter {
  font-size: 17px;
  color: #ffffff;
}
.title-category .wpb_heading:before {
  display: inline-block;
  vertical-align: top;
  content: "\f197";
  font-family: 'Material-Design-Iconic-Font';
  margin-right: 10px;
  font-size: 22px;
  line-height: 24px;
}
.title-category .wpb_heading:after {
  display: none;
}
.vgw-category {
  padding: 0 20px;
  height: 440px;
  overflow: hidden;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.vgw-category.open {
  height: auto !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Banner Static Start */
.banner-static {
  /*.vc_column_container{
		position:static;
	}*/
}
.banner-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  margin-bottom: 0;
}
.banner-text {
  position: relative;
  z-index: 100;
  color: #f1f1f1;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  max-width: 550px;
  margin: 0 auto;
}
.banner-text h2,
.banner-text h3,
.banner-text h4,
.banner-text h5 {
  display: block;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
}
.banner-text .desc {
  margin-top: 15px;
  margin-bottom: 30px;
}
.banner-text .btn {
  display: inline-block;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #e8b11d;
  background-color: none;
  border: 1px solid #e8b11d;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.banner-text .btn:hover {
  background-color: #e8b11d;
  color: #ffffff;
}
.banner-text.style1 {
  text-align: left;
  margin: 0;
  max-width: 100%;
}
.banner-text.style1 h2 {
  font-size: 44px;
  line-height: 50px;
}
.banner-text.style1 h2 b {
  color: #e8b11d;
}
.banner-text.style1 h3 {
  font-size: 36px;
  line-height: 40px;
}
.banner-text.style1 ul {
  margin: 30px 0;
}
.banner-text.style1 ul li {
  margin-bottom: 10px;
}
.banner-text.style1 ul li:before {
  content: '\f111';
  font-family: 'FontAwesome';
  margin: 0 10px;
  font-size: 8px;
  display: inline-block;
  vertical-align: top;
}
.banner-text.style1 .btn {
  border-color: #e8b11d;
  background-color: transparent;
  color: #e8b11d;
}
.banner-text.style1 .btn:before {
  content: '\f1cb';
  font-family: 'Material-Design-Iconic-Font';
  margin-right: 10px;
}
.banner-text.style1 .btn:hover {
  background-color: #e8b11d;
  color: #ffffff;
}
.banner-text.style2 {
  max-width: 880px;
}
.banner-text.style2 h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
.banner-text.style3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-text.style3 .btn {
  border-color: transparent;
  background-color: #ffffff;
  color: #4a4a4a;
}
.banner-text.style3 .btn:hover {
  background-color: #e8b11d;
  color: #ffffff;
}
/* Inner Page Start */
.main-container {
  padding-bottom: 30px;
}
.page-template-front-page .main-container {
  padding-bottom: 0;
}
.site-breadcrumb {
  margin-bottom: 39px;
  padding: 0;
  font-size: 15px;
  line-height: 18px;
}
.site-breadcrumb .page-title {
  margin: 20px 0 0;
}
#breadcrumbs {
  color: #e8b11d;
  background: transparent;
  margin: 0;
  padding: 5px 0;
  font-size: 12px;
  line-height: 33px;
  border-bottom: 1px solid #ebebeb;
}
#breadcrumbs li {
  display: inline-block;
  vertical-align: top;
}
#breadcrumbs a:hover {
  color: #e8b11d;
}
#breadcrumbs .separator {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.breadcrumbs .separator {
  padding: 0 14px;
}
.page-header {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.page-title {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.10em;
}
/* Woocommerce Shop Start */
.archive-content {
  overflow: hidden;
}
.shop-products .vgw-item-i {
  margin-bottom: 0;
  padding: 0;
}
.shop-products .vgw-item {
  margin-bottom: 35px !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.shop-products .vgw-item.first {
  clear: both;
}
.shop-products .vgw-item .vgw-item-i > div {
  padding: 0;
}
.shop-products.grid-view .vgw-item-i .list-col8 .listview {
  display: none;
}
.shop-products.list-view .vgw-item {
  width: 100%;
  padding-bottom: 30px;
}
.shop-products.list-view .vgw-item:last-child {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
.shop-products.list-view .vgw-item-i {
  text-align: left;
  border: 0;
}
.shop-products.list-view .vgw-item-i:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.shop-products.list-view .vgw-item-i .list-col8 .gridview {
  display: none;
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
}
.shop-products.list-view .vgw-item-i .list-col8 .listview {
  display: block;
}
.shop-products.list-view .vgw-item-i .product-content {
  padding: 10px 15px 15px 30px;
}
.shop-products.list-view .vgw-item-i .product-image {
  border: 1px solid #e6e4e4;
}
.shop-products.list-view .vgw-item-i .product-image .button-group {
  display: none;
}
.shop-products.list-view .vgw-item-i .product-title {
  font-size: 16px;
  margin-bottom: 20px;
}
.shop-products.list-view .vgw-item-i .product-desc {
  margin-bottom: 35px;
}
.shop-products.list-view .vgw-item-i .button-group {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  text-align: left;
}
.shop-products.list-view .vgw-item-i .product-price,
.shop-products.list-view .vgw-item-i .compare-list .price,
.shop-products.list-view .vgw-item-i .price {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.shop-products.list-view .vgw-item-i .product-price del,
.shop-products.list-view .vgw-item-i .compare-list .price del,
.shop-products.list-view .vgw-item-i .price del {
  font-size: 16px;
}
.shop-products.list-view .vgw-item-i .listview .button-group a {
  color: #4a4a4a;
  margin-bottom: 0;
  margin-right: 10px;
  border-color: #ccc;
  font-weight: 500;
  width: auto;
  min-width: 44px;
  height: 44px;
  line-height: 44px;
}
.shop-products.list-view .vgw-item-i .listview .button-group a:before {
  line-height: 40px;
  font-size: 16px;
}
.shop-products.list-view .vgw-item-i .listview .button-group a:hover,
.shop-products.list-view .vgw-item-i .listview .button-group a.added_to_cart,
.shop-products.list-view .vgw-item-i .listview .button-group a.added {
  color: #fff;
}
.shop-products.list-view .vgw-item-i .listview .button-group .yith-wcwl-wishlistexistsbrowse a {
  color: #fff;
}
.shop-products.list-view .vgw-item-i .listview .button-group .add-to-cart {
  display: inline-block;
}
.shop-products.list-view .vgw-item-i .listview .button-group > div {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.shop-products.list-view .vgw-item-i .add-to-cart {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.shop-products.list-view .vgw-item-i .add-to-cart a {
  width: auto;
  height: auto;
  text-indent: 0;
  font-size: 15px;
  line-height: 20px;
  padding: 0 20px;
  text-transform: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.shop-products.list-view .vgw-item-i .add-to-cart a:before {
  position: static;
  width: auto;
  margin-right: 10px;
  line-height: 20px;
}
.all-subcategories {
  margin: 0 -15px;
  margin-bottom: 25px;
}
.all-subcategories li {
  list-style: none;
  display: block;
  width: 33.3333%;
  float: left;
  padding: 0 15px 25px;
}
.all-subcategories li a {
  display: block;
}
.all-subcategories li img {
  display: block;
  margin: 0 auto 15px;
}
.all-subcategories li h3 {
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.all-subcategories li h3:hover {
  color: #e8b11d;
}
.all-subcategories li mark {
  background-color: transparent;
  color: #4a4a4a;
  padding: 0;
  margin: 0 10px;
  font-size: 16px;
  line-height: 26px;
}
/* Shop toolbar */
.toolbar {
  overflow: hidden;
  margin: 0px 0 30px;
  position: relative;
  padding: 0 0 15px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.toolbar.bottom {
  border-top: 0;
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.toolbar .view-mode {
  float: left;
  line-height: 30px;
}
.toolbar .view-mode a {
  color: #4a4a4a;
  display: block;
  float: left;
  font-size: 20px;
  margin-right: 10px;
  border: 1px solid #e5e5e5;
  width: 35px;
  height: 35px;
  overflow: hidden;
  text-indent: -999px;
}
.toolbar .view-mode a i {
  display: block;
  float: left;
  width: 33px;
  height: 33px;
  line-height: 34px;
  text-indent: 0;
  text-align: center;
}
.toolbar .view-mode a strong {
  font-size: 14px;
  -webkit-transform: translate(4px, -4px);
  -moz-transform: translate(4px, -4px);
  -ms-transform: translate(4px, -4px);
  -o-transform: translate(4px, -4px);
  transform: translate(4px, -4px);
  display: inline-block;
}
.toolbar .view-mode a:hover {
  border: 1px solid #e8b11d;
}
.toolbar .view-mode a:hover i {
  color: #e8b11d;
}
.toolbar .view-mode a.active {
  border: 1px solid #e8b11d;
}
.toolbar .view-mode a.active i {
  color: #e8b11d;
}
.toolbar .woocommerce-result-count {
  float: left;
  margin: 0 0 0 25px;
  line-height: 35px;
}
.toolbar .woocommerce-ordering {
  float: right;
  margin: 0;
  line-height: 30px;
  display: inline-block;
}
.toolbar .woocommerce-ordering select {
  border-radius: 0px;
  height: 35px;
  outline: none !important;
  border: 1px solid #ddd;
  padding: 0 0px 0 10px;
}
.toolbar .woocommerce-pagination {
  text-align: right;
}
.toolbar .woocommerce-pagination ul.page-numbers {
  border: none;
  margin: 0;
  display: block;
}
.toolbar .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
  vertical-align: top;
  border: none;
  margin: 0 4px;
  float: none;
}
.toolbar .woocommerce-pagination ul.page-numbers li a,
.toolbar .woocommerce-pagination ul.page-numbers li span {
  padding: 0;
  display: block;
  color: #4a4a4a;
  min-width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  font-weight: 300;
  background: none;
  border: 1px solid #cfcfcf;
}
.toolbar .woocommerce-pagination ul.page-numbers li a.current,
.toolbar .woocommerce-pagination ul.page-numbers li span.current,
.toolbar .woocommerce-pagination ul.page-numbers li a:hover,
.toolbar .woocommerce-pagination ul.page-numbers li span:hover {
  border-color: #e8b11d;
  background: #e8b11d;
  color: #fff;
}
/* Product View Start */
.product-view .images,
.product-view .summary {
  float: none !important;
  width: 100% !important;
}
/* Product Images Start */
div.pp_woocommerce div.ppt {
  display: none !important;
}
.pp_gallery ul {
  text-align: center;
}
.pp_gallery li {
  float: none !important;
  display: inline-block !important;
  margin: 0 4px !important;
}
.pp_gallery li:before,
.pp_gallery li:after {
  content: '';
  display: table;
}
.pp_gallery li:after {
  clear: both;
}
div.pp_woocommerce .pp_gallery ul li a {
  box-shadow: none !important;
}
.pp_gallery ul a img {
  height: 100% !important;
  width: auto !important;
}
.single-product-image {
  position: relative;
  overflow: hidden;
  /* Carousel Thumbnail */
}
.single-product-image .product-label {
  top: 0;
  left: 0;
}
.single-product-image .woocommerce-main-image {
  display: block;
  border: 1px solid #e5e5e5;
  margin-bottom: 16px;
}
.single-product-image .thumbnails {
  padding-top: 0 !important;
}
.single-product-image .thumbnails .owl-item {
  padding: 0 16px;
}
.single-product-image .thumbnails .owl-item a {
  position: relative;
}
.single-product-image .thumbnails a {
  display: block;
  float: none !important;
  width: 100% !important;
  border: 1px solid #e5e5e5;
  margin: 0 !important;
  padding: 5px;
  overflow: hidden;
}
.single-product-image .thumbnails.owl-theme .owl-controls {
  top: 40%;
  width: 100%;
  right: 0;
  pointer-events: none;
}
.single-product-image .thumbnails.owl-theme .owl-controls .owl-buttons div {
  background: #ffffff;
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
}
.single-product-image .thumbnails.owl-theme .owl-controls .owl-buttons div.owl-prev {
  float: left;
  pointer-events: all;
}
.single-product-image .thumbnails.owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
  pointer-events: all;
}
.single-product-image .thumbnails:hover .owl-controls .owl-buttons div {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
}
/* Product Info Start */
.single-product-info p {
  margin-bottom: 0;
}
.single-product-info p.price {
  display: none;
}
.single-product-info h1 {
  font-size: 18px;
  line-height: 30px;
}
.single-product-info .woocommerce-product-rating {
  margin-top: 15px;
  color: #e8b11d;
}
.single-product-info .woocommerce-product-rating .star-rating {
  margin-right: 10px;
}
.single-product-info .product-price {
  font-size: 14px;
  line-height: 30px;
  margin: 20px 0 0;
}
.single-product-info .product-price del {
  color: rgba(74, 74, 74, 0.5) !important;
  font-size: 12px;
  line-height: 30px;
}
.single-product-info .short-description {
  margin-top: 15px;
  font-size: 12px;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.single-product-info .short-description p {
  margin-bottom: 15px;
  line-height: 24px;
}
.single-product-info .short-description p:last-child {
  margin-bottom: 0;
}
.single-product-info .addthis_native_toolbox {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.single-product-info .in-stock {
  color: #4a4a4a;
  display: block;
  font-size: 12px;
  text-transform: capitalize;
  margin-top: 20px;
}
.single-product-info .in-stock.stock {
  display: none;
}
.single-product-info .in-stock span {
  color: rgba(232, 177, 29, 0.8);
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
}
.single-product-info .in-stock span.out-stock {
  color: #ec4646;
}
.single-product-info .in-stock span.title {
  text-transform: capitalize;
  color: #4a4a4a;
  margin-right: 7px;
  font-weight: 700;
}
.single-product-info .cart {
  padding-top: 0;
  margin-bottom: 0 !important;
  /* Variable Product */
  /* Grouped Product */
}
.single-product-info .cart .quantity {
  display: inline-block;
  float: left !important;
  margin: 0 26px 0 0 !important;
  padding: 25px 0;
}
.single-product-info .cart .single_add_to_cart_button {
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 8px 25px;
}
.single-product-info .cart .single_add_to_cart_button:before {
  content: '\f1cb';
  font-family: 'Material-Design-Iconic-Font';
  margin-right: 10px;
}
.single-product-info .cart .single_add_to_cart_button.button {
  float: none !important;
  vertical-align: top !important;
}
.single-product-info .cart .single_add_to_cart_button.alt {
  color: #ccc;
  background-color: #ffffff;
  border-color: #ccc;
  margin: 25px 10px 25px 0;
}
.single-product-info .cart .single_add_to_cart_button.alt:hover {
  background-color: #e8b11d;
  border-color: #e8b11d;
}
.single-product-info .cart .single_add_to_cart_button.disabled {
  padding: 8px 25px;
  background-color: #4a4a4a !important;
}
.single-product-info .cart label {
  color: #4a4a4a;
}
.single-product-info .cart.variations_form {
  width: 100%;
}
.single-product-info .cart.variations_form .action-buttons {
  display: none;
}
.single-product-info .cart .variations {
  margin-bottom: 0 !important;
  padding-top: 25px;
  border-bottom: 1px solid #e5e5e5 !important;
}
.single-product-info .cart .variations:before,
.single-product-info .cart .variations:after {
  content: '';
  display: table;
}
.single-product-info .cart .variations:after {
  padding-bottom: 20px;
}
.single-product-info .cart .variations tr {
  float: left;
  margin: 0 0 10px;
  width: 48%;
}
.single-product-info .cart .variations tr:last-child {
  float: right;
}
.single-product-info .cart .variations tr:last-child:first-child {
  float: left !important;
}
.single-product-info .cart .variations .label {
  display: block;
  color: #4a4a4a;
  border: 0;
  font-size: 15px;
  margin: 0 0 10px;
  padding: 0;
  text-transform: capitalize;
  width: 100%;
  text-align: left;
}
.single-product-info .cart .variations .label label {
  font-weight: 700;
  margin: 0;
}
.single-product-info .cart .variations .label:after {
  content: ':';
  margin-left: 3px;
}
.single-product-info .cart .variations .value {
  display: block;
  width: 100%;
  border: 0 !important;
  padding: 0;
}
.single-product-info .cart .variations .value select {
  display: block;
  height: 36px;
  padding: 10px 0 10px 10px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  background: transparent;
  font-size: 12px;
  line-height: 16px;
  color: #b5b5b5;
  border: 1px solid #e5e5e5;
  margin: 0 !important;
}
.single-product-info .cart .variations .value select:focus {
  outline: none;
}
.single-product-info .cart .single_variation_wrap {
  margin-bottom: 15px;
}
.single-product-info .cart .single_variation_wrap .stock {
  display: none;
}
.single-product-info .cart .single_variation_wrap .variations_button {
  float: left;
}
.single-product-info .cart .single_variation_wrap .quantity {
  display: inline-block;
  margin: 0 20px 10px 0 !important;
}
.single-product-info .cart .single_variation_wrap .action-buttons {
  display: inline-block !important;
}
.single-product-info .cart .group_table {
  padding: 25px 0 0;
}
.single-product-info .cart .group_table .quantity {
  margin-bottom: 0 !important;
  padding: 0;
}
.single-product-info .cart .group_table tr:before,
.single-product-info .cart .group_table tr:after {
  content: '';
  display: table;
}
.single-product-info .cart .group_table tr:after {
  padding-bottom: 20px;
}
.single-product-info .cart .group_table td {
  display: inline-block;
  padding: 0 !important;
}
.single-product-info .cart .group_table td:first-child {
  float: left;
  margin-right: 25px;
}
.single-product-info .cart .group_table td.label {
  line-height: normal;
  margin-bottom: 5px;
}
.single-product-info .cart .group_table td.label label {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}
.single-product-info .cart .group_table td.price {
  display: block;
  margin-bottom: 0;
}
.single-product-info .cart .group_table td.price .product-price {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.single-product-info .cart .group_table td.price .product-price del {
  font-size: 12px;
  line-height: 20px;
}
.single-product-info p.cart {
  float: left;
  margin: 0 !important;
}
.single-product-info .action-buttons {
  display: inline-block;
  vertical-align: top;
  padding: 25px 0;
}
.single-product-info .action-buttons > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.single-product-info .yith-wcwl-add-to-wishlist,
.single-product-info .compare.button {
  display: none;
}
.single-product-info .action-buttons .yith-wcwl-add-to-wishlist,
.single-product-info .action-buttons .compare.button {
  display: block;
}
.single-product-info .action-buttons a {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -999px;
  color: #ccc;
  border: 2px solid #ccc;
  background-color: #ffffff;
  text-align: center;
  position: relative;
}
.single-product-info .action-buttons a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 38px;
  content: '';
  font-family: 'Material-Design-Iconic-Font';
  font-size: 16px;
  text-indent: 0;
}
.single-product-info .action-buttons a:hover {
  background-color: #e8b11d;
  border-color: #e8b11d;
  color: #ffffff;
}
.single-product-info .action-buttons .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.single-product-info .action-buttons .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.single-product-info .action-buttons .yith-wcwl-add-to-wishlist a:before {
  content: '\f15e';
}
.single-product-info .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  background-color: #e8b11d;
  border-color: #e8b11d;
  color: #ffffff;
}
.single-product-info .action-buttons .vgw-compare a:before {
  content: '\f1b5';
}
.single-product-info .action-buttons .vgw-compare a.added {
  background-color: #e8b11d;
  border-color: #e8b11d;
}
.single-product-info .product_meta {
  padding-top: 10px;
  margin-top: 0;
  border-top: 1px solid #e5e5e5;
}
.single-product-info .product_meta .sku_wrapper,
.single-product-info .product_meta .posted_in,
.single-product-info .product_meta .tagged_as {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
.single-product-info .product_meta .sku_wrapper a,
.single-product-info .product_meta .posted_in a,
.single-product-info .product_meta .tagged_as a,
.single-product-info .product_meta .sku_wrapper span,
.single-product-info .product_meta .posted_in span,
.single-product-info .product_meta .tagged_as span {
  font-weight: normal;
}
/* Woocommerce Tab Start */
.woocommerce div.product .woocommerce-tabs {
  /* Panel Woocommerce Tab */
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 30px 0 40px;
  padding: 0;
  border: 1px solid #e9e9e9;
  overflow: visible;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 11px 19px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
  border: none;
  background-color: transparent;
  width: 100%;
  height: 2px;
  left: 0;
  right: auto;
  z-index: 100;
  content: "";
  top: -12px;
  position: absolute;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child a {
  border-right-width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a:after {
  background-color: #e8b11d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
  color: #4a4a4a;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #9c9c9c;
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs .panel {
  font-size: 12px;
  line-height: 22px;
  min-height: 175px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews h2 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 20px;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews h3 {
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 20px;
}
.woocommerce div.product .woocommerce-tabs .panel .shop_attributes {
  border: none;
}
.woocommerce div.product .woocommerce-tabs .panel .shop_attributes th {
  font-weight: 300;
}
.woocommerce div.product .woocommerce-tabs .panel .shop_attributes td {
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews h3 {
  margin: 0 0 20px;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist {
  margin: 0 0 25px;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .avatar {
  background: none;
  border: none;
  padding: 0;
  width: 60px;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text {
  border: 1px solid #cfcfcf;
  border-radius: 0;
  margin-left: 80px;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text:before {
  background: #fff;
  border-bottom: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  content: "";
  display: block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text strong {
  font-size: 13px;
  font-weight: 300;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews #review_form .comment-form label {
  font-weight: 300;
  margin: 0 0 5px;
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews #review_form .comment-form input {
  border: 1px solid #cfcfcf;
  height: 32px;
  padding: 0 0 0 10px;
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews #review_form .comment-form textarea {
  border: 1px solid #cfcfcf;
  height: 122px;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  max-height: 250px;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews #review_form .comment-form .form-submit #submit {
  border: 2px solid rgba(74, 74, 74, 0.55);
  border-radius: 0;
  box-shadow: none;
  background: none !important;
  color: rgba(74, 74, 74, 0.55) !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: 34px;
  line-height: 30px;
  padding: 0 20px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: auto;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews #review_form .comment-form .form-submit #submit:hover {
  background: #4a4a4a !important;
  color: #fff !important;
  text-shadow: none;
  border-color: #4a4a4a !important;
}
/* Related / Up Sell / Cross Sell */
.cart-collaterals {
  margin-top: 30px;
}
.related,
.up-sells,
.cross-sells {
  margin-top: 40px;
  margin-bottom: 15px;
}
.related .owl-item > div,
.up-sells .owl-item > div,
.cross-sells .owl-item > div {
  width: 100%;
}
.related .shop-products,
.up-sells .shop-products,
.cross-sells .shop-products {
  margin: 0 !important;
  padding: 0 !important;
}
/* Quick View */
#placeholder_product_quick_view {
  width: 870px;
  margin: 5% auto;
  max-width: 96%;
  min-height: 400px;
  max-height: 85%;
  overflow-y: auto;
}
.woocommerce-variation-price {
  padding: 10px 0 0;
  line-height: normal;
}
#quick_view_container .images {
  width: 100%;
}
#quick_view_container .product_infos {
  padding: 0;
}
#quick_view_container .product_infos h1 {
  font-size: 18px;
}
#quick_view_container .product_infos .product_price {
  margin-bottom: 20px;
}
#quick_view_container .product_infos .product_price p {
  margin-bottom: 0;
}
#quick_view_container .product_infos .product_price p.price {
  display: none;
}
#quick_view_container .product_infos .product_excerpt {
  margin: 0 0 20px;
  line-height: 24px;
}
#quick_view_container .product_infos .stock {
  margin-bottom: 20px;
  color: #4a4a4a;
}
#quick_view_container .product_infos .action-buttons {
  display: none;
}
#quick_view_container .product_infos .label {
  font-size: 14px;
  text-transform: uppercase;
  color: #4a4a4a;
}
#quick_view_container .product_infos table th,
#quick_view_container .product_infos table td {
  padding: 0 0 15px;
}
#quick_view_container .product_infos .single_add_to_cart_button {
  background-color: #fff;
  border: 2px solid #ccc;
  font-size: 14px !important;
  padding: 8px 20px !important;
  color: #ccc;
}
#quick_view_container .product_infos .single_add_to_cart_button:hover {
  color: #fff;
}
#quick_view_container .owl-carousel .owl-wrapper-outer {
  height: auto !important;
}
#quick_view_container .thumbnails a {
  display: block;
  width: 100% !important;
  padding: 5px !important;
  margin: 0 !important;
}
/* Blog Page Start */
.post.first {
  clear: both;
}
.post.list .post-wrapper {
  margin-bottom: 35px;
  padding-bottom: 25px;
}
.post.list:nth-child(2n+1) .byline,
.post.list:nth-child(2n+1) .comments-link {
  right: auto;
  left: 10px;
}
.post.list:nth-child(2n+1) .byline a,
.post.list:nth-child(2n+1) .comments-link a {
  right: auto;
  left: 100%;
  margin-left: 7px;
}
.post.list:nth-child(2n+1) .byline a:before,
.post.list:nth-child(2n+1) .comments-link a:before {
  right: 100%;
  border-left: none;
  border-right: 5px solid #4a4a4a;
}
.post.list:nth-child(2n+2) .post-thumbnail {
  float: right;
}
.post.list:nth-child(2n+2) .post-content {
  padding: 0 20px 0 0;
}
.post.list .post-thumbnail,
.post.list .post-content {
  width: 45%;
  float: left;
}
.post.list .post-content {
  width: 55%;
  padding: 0 0 0 20px;
}
.post:hover .post-thumbnail img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.post .post-thumbnail {
  overflow: hidden;
}
.post .post-thumbnail img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.post .post-wrapper {
  position: relative;
  margin-bottom: 35px;
}
.post .post-wrapper:before,
.post .post-wrapper:after {
  content: '';
  display: table;
}
.post .post-wrapper:after {
  clear: both;
}
.post .post-content {
  padding: 15px 0;
}
.post .entry-title {
  font-size: 22px;
  line-height: 24px;
  text-transform: capitalize;
}
.post .entry-meta {
  margin-top: 15px;
  font-size: 13px;
  line-height: 20px;
  text-transform: capitalize;
  color: rgba(74, 74, 74, 0.6);
}
.post .entry-meta a {
  color: rgba(74, 74, 74, 0.6);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 20px;
}
.post .entry-meta a:hover {
  color: #4a4a4a;
}
.post .entry-meta i {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 16px;
  margin-right: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post .entry-meta span {
  display: inline-block;
}
.post .screen-reader-text {
  display: none;
}
.post .meta {
  display: inline-block;
  margin: 0 15px 7px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post .byline,
.post .comments-link {
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 99;
  min-width: 40px;
  height: 40px;
  margin: 0;
  padding: 10px 3px;
  color: #ffffff;
  background: #4a4a4a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.post .byline i,
.post .comments-link i {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
}
.post .byline a,
.post .comments-link a {
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translate(-15px, -50%);
  -moz-transform: translate(-15px, -50%);
  -ms-transform: translate(-15px, -50%);
  -o-transform: translate(-15px, -50%);
  transform: translate(-15px, -50%);
  padding: 5px 10px;
  background: #4a4a4a;
  margin-right: 7px;
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
  z-index: 99;
  min-width: 100px;
  color: #ffffff !important;
}
.post .byline a:before,
.post .comments-link a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #4a4a4a;
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.post .byline:hover i,
.post .comments-link:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.post .byline:hover a,
.post .comments-link:hover a {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.post .posted-on time.updated {
  display: none;
}
.post .posted-on time.updated.published {
  display: inline-block;
}
.post .comments-link {
  top: 65px;
}
.post .entry-summary,
.post .entry-content {
  margin-top: 0;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
  line-height: 23px;
  color: rgba(74, 74, 74, 0.7);
}
.post .entry-summary p .more-link,
.post .entry-content p .more-link {
  display: none;
}
.post .entry-content {
  color: #4a4a4a;
  line-height: 24px;
}
.post .entry-content p {
  margin: 0 0 15px;
}
.post .tags-links {
  display: block;
  margin: 30px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid #e5e5e5;
  text-transform: uppercase;
}
.post .tags-links i {
  margin-right: 3px;
}
.post .tags-links a {
  display: inline-block;
  margin: 0 3px;
}
.post .more-link {
  margin-top: 15px;
}
.post .more-link a {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
}
.post .more-link a:after {
  display: inline-block;
  content: '\f301';
  font-family: 'Material-Design-Iconic-Font';
  margin: 0 10px;
}
.post .more-link a:hover:after {
  -webkit-animation: shake 1s;
  -moz-animation: shake 1s;
  -ms-animation: shake 1s;
  -o-animation: shake 1s;
  animation: shake 1s;
}
/* Single */
.single-post .post .post-wrapper {
  margin-bottom: 25px;
}
.single-post .post .post-content {
  padding: 20px 0 0;
}
.single-post .post .entry-title {
  font-size: 32px;
  line-height: 38px;
}
.nav-links {
  margin: 0 0 30px;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.nav-links:before,
.nav-links:after {
  display: table;
  content: '';
}
.nav-links:after {
  clear: both;
}
.nav-links > div {
  float: left;
  width: 50%;
}
.nav-links .nav-next {
  float: right;
  text-align: right;
}
.comments-area .comments-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.comments-area article {
  padding: 10px;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
  font-style: normal;
}
.comments-area .comment-meta {
  background-color: transparent;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 40px;
}
.comments-area .comment-meta:before,
.comments-area .comment-meta:after {
  display: table;
  content: '';
}
.comments-area .comment-meta:after {
  clear: both;
}
.comments-area .comment-author {
  float: left;
  text-transform: uppercase;
  font-size: 15px;
}
.comments-area .comment-author img {
  margin-right: 15px;
  width: 40px;
  height: 40px;
}
.comments-area .comment-metadata {
  float: right;
  text-align: right;
}
.comments-area .edit-link {
  margin-left: 7px;
}
.comments-area .comment-content {
  padding: 15px 0 10px;
  font-size: 14px;
}
.comments-area .reply {
  text-align: right;
}
.comments-area .reply a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #4a4a4a;
  text-transform: uppercase;
  font-style: normal;
  color: #4a4a4a;
}
.comments-area .reply a:hover {
  color: #ffffff;
  background: #4a4a4a;
}
.comments-area .children {
  padding-left: 50px;
}
.comment-respond {
  padding: 40px 0;
}
.comment-reply-title {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.comment-reply-title:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: #4a4a4a;
  margin-top: 8px;
}
.comment-form p {
  margin-bottom: 20px;
}
.comment-form .comment-notes {
  margin-bottom: 30px;
}
.comment-form label {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.comment-form input,
.comment-form textarea {
  display: block;
  width: 100%;
  outline: none;
  border: 2px solid #e5e5e5;
  color: #4a4a4a;
  padding: 8px 15px;
}
.comment-form .submit {
  outline: none;
  display: inline-block;
  width: auto;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-color: #4a4a4a;
}
.comment-form .submit:hover {
  background: #4a4a4a;
  color: #fff;
}
.comment-form .comment-form-author {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.comment-form .comment-form-email {
  width: 50%;
  float: right;
  padding-left: 20px;
}
.comment-form .comment-form-url {
  clear: both;
}
/* About Page Start */
i strong {
  display: none;
}
.about-page .wpb_heading {
  margin-bottom: 15px;
}
.about-page .center {
  color: #fff;
}
.about-page .center .wpb_heading {
  color: #fff;
}
.about-page .site-breadcrumb {
  margin-bottom: 0;
}
.our-process h1,
.our-process h2,
.our-process h3,
.our-process h4,
.our-process h5,
.our-process h6 {
  color: #fff;
}
.intro {
  padding: 60px 40px;
}
.intro .vc_column_container > .vc_column-inner {
  padding: 0;
}
.team-image {
  margin-bottom: 15px;
  overflow: hidden;
}
.team-image:hover img {
  opacity: 0.8;
  /* IE8 filter*/
  filter: alpha(opacity=80);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team-title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.team-title .job {
  color: #e8b11d;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-title .job:after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background-color: #e5e5e5;
  margin: 2px auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-title .name {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-socials {
  text-align: center;
}
.team-socials li {
  display: inline-block;
  margin: 0 4px;
}
.team-socials li a {
  display: block;
}
.team-socials li i {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid rgba(74, 74, 74, 0.5);
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  font-size: 18px;
  color: rgba(74, 74, 74, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-socials li i:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 33px;
  text-indent: 0;
  text-align: center;
}
.team-socials li i:hover {
  border-color: #4a4a4a;
  background-color: #4a4a4a;
  color: #ffffff;
}
.result-wrap .vc_column_container > .vc_column-inner {
  padding: 0;
}
.result-box {
  padding: 100px 0px;
  background-color: #2d3035;
  color: #fff;
  text-align: center;
}
.result-box.style2 {
  background-color: #212327;
}
.result-box i {
  font-size: 44px;
  color: #0ccfa8;
}
.result-box .timer {
  display: block;
  font-size: 30px;
  color: #fff;
  margin: 20px 0 13px;
  line-height: 40px;
}
.result-box .counter-text {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.our-process {
  color: rgba(255, 255, 255, 0.8);
  background-attachment: fixed;
}
.sub-heading {
  max-width: 60%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.process-item {
  text-align: center;
}
.process-item i {
  font-size: 45px;
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.process-item h3 {
  font-size: 14px;
  margin: 30px 0 0;
  text-transform: uppercase;
}
/* Contact Us Start */
.wpcf7-form {
  /* Edit */
}
.wpcf7-form label,
.wpcf7-form input,
.wpcf7-form textarea {
  display: block;
  outline: none;
  border: none;
}
.wpcf7-form p {
  margin-bottom: 30px;
}
.wpcf7-form label {
  text-transform: uppercase;
}
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  max-width: 100%;
  padding: 8px 15px;
  margin-top: 10px;
  font-weight: 400;
  line-height: 30px;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.wpcf7-form input:hover,
.wpcf7-form textarea:hover,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: rgba(74, 74, 74, 0.5);
}
.wpcf7-form textarea {
  min-height: 70px;
  max-height: 100px;
}
.wpcf7-form .wpcf7-submit {
  margin: 0 auto;
  width: auto;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 26px;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  color: #ffffff;
}
.wpcf7-form .wpcf7-submit:hover {
  border-color: #e8b11d;
  background-color: #e8b11d;
}
.wpcf7-form .field-wrap {
  width: 50%;
  float: left;
  padding-right: 15px;
  margin-bottom: 35px;
  clear: both;
}
.wpcf7-form .field-wrap.right {
  clear: none;
  padding-left: 15px;
  padding-right: 0;
}
.wpcf7-form .field-wrap.full-wrap {
  width: 100%;
  clear: both;
  float: none;
  padding: 0;
}
.contact-page {
  padding: 0;
}
.contact-page .site-breadcrumb {
  margin-bottom: 0;
}
.contact-page .map {
  max-height: 650px;
  overflow: hidden;
}
.contact-page .map p {
  margin: 0;
}
.contact-page iframe {
  width: 100%;
  border: none;
}
.contact-form {
  padding: 100px 50px;
}
.contact-form .wpcf7-form {
  padding: 50px 30px 10px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.contact-info {
  padding: 0 100px;
}
.contact-item {
  margin-bottom: 35px;
  position: relative;
  text-align: center;
  font-size: 15px;
}
.contact-item i {
  display: block;
  margin: 0 auto 15px !important;
  font-size: 30px;
  color: #0ccfa8;
}
.contact-item h3 {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 24px;
  margin: 0 0 8px;
}
.contact-item.style2 {
  text-align: left;
  padding-left: 50px;
}
.contact-item.style2 i {
  position: absolute;
  top: 0;
  left: 0;
}
/* FAQs Start */
.faqs-page {
  padding-bottom: 50px;
}
.faqs-page .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel {
  margin-bottom: 20px;
}
.faqs-page .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
  background-color: #f5f9fa;
  border: 2px solid #e6ebed !important;
  text-transform: uppercase;
  margin: 0 !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  border-radius: 3px !important;
  overflow: hidden;
}
.faqs-page .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: transparent;
}
.faqs-page .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title {
  font-size: 16px;
}
.faqs-page .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.faqs-page .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
  padding: 20px 0;
  overflow: hidden !important;
}
/* 404 Page Strat */
.page-404 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
  background: url('../images/404.png');
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}
.page-404 h2 {
  font-size: 200px;
  line-height: 200px;
  color: #fff;
}
.page-404 h3 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 50px;
  color: #fff;
}
.page-404 label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 20px;
  width: 100%;
}
.page-404 label a {
  color: #e8b11d;
}
.page-404 form {
  display: inline-block;
  width: 100%;
  position: relative;
  max-width: 400px;
}
.page-404 .input_text {
  padding: 0 15px;
  font-size: 14px;
  color: #4a4a4a;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  height: 46px;
  border-radius: 3px;
  box-shadow: none;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-404 .button {
  position: absolute;
  top: 0px;
  right: 15px;
  background-color: transparent;
  border: none;
  height: 46px;
}
.page-404 .button:hover {
  color: #e8b11d;
}
/* Cart Page Start */
.woocommerce .main-container form h3 {
  font-size: 14px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.woocommerce .main-container form label {
  margin: 0 0 5px;
}
.woocommerce .main-container form label input[type="checkbox"] {
  margin-left: 10px;
}
.woocommerce .main-container form fieldset {
  float: left;
  margin: 20px 0;
  width: 100%;
}
.woocommerce .main-container form fieldset genius {
  border-bottom: none;
  color: #e8b11d;
  font-size: 14px;
  margin: 0 0 10px;
  padding: 0;
  text-transform: uppercase;
}
.woocommerce .main-container form select {
  border: 1px solid #cfcfcf;
  height: 32px;
}
.woocommerce table.shop_table {
  background: #fff;
  border-color: #cfcfcf;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-radius: 0;
  margin: 0 0 30px;
  font-size: 14px;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-width: 0;
  border-style: solid;
  border-color: #e5e5e5;
  border-right-width: 1px;
  border-bottom-width: 1px;
  display: table-cell;
}
.woocommerce table.shop_table th {
  font-size: 15px !important;
  padding: 10px;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 400 !important;
  text-align: center;
  color: #4a4a4a !important;
}
.woocommerce table.shop_table th.product-remove {
  border-left: none;
}
.woocommerce table.shop_table .product-thumbnail {
  max-width: 76px;
}
.woocommerce table.shop_table .product-thumbnail img {
  width: 76px;
}
.woocommerce table.shop_table .product-name {
  padding-left: 15px;
  text-align: left;
  text-transform: uppercase;
}
.woocommerce table.shop_table .product-name a {
  font-size: 14px;
  font-weight: 300;
  display: block;
  color: #4a4a4a !important;
  display: inline-block;
  font-weight: 600;
}
.woocommerce table.shop_table .product-name a:hover {
  color: #e8b11d !important;
}
.woocommerce table.shop_table .product-name strong {
  display: inline-block;
  font-weight: 300;
}
.woocommerce table.shop_table .product-name .variation {
  color: #4a4a4a;
  font-size: 12px;
  margin: 5px 0 0;
  text-transform: none;
}
.woocommerce table.shop_table .product-name .variation dt {
  font-weight: 300;
}
.woocommerce table.shop_table .product-name .variation dd {
  margin: 0 0 3px;
  padding: 0;
}
.woocommerce table.shop_table .product-price {
  border-right-width: 0;
  margin-bottom: 0;
}
.woocommerce table.shop_table .product-price del,
.woocommerce table.shop_table .product-price ins {
  display: block !important;
  margin: 0 !important;
  text-align: center;
}
.woocommerce table.shop_table .product-quantity {
  border-left-width: 1px;
}
.woocommerce table.shop_table .product-subtotal {
  font-size: 20px;
  color: #444;
  font-weight: 600;
  margin: 10px 0 12px;
}
.woocommerce table.shop_table .product-remove {
  text-align: center;
}
.woocommerce table.shop_table .product-remove a.remove {
  background-color: transparent !important;
  background-image: url(../images/cart-remove.png) !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  display: inline-block;
  height: 11px;
  overflow: hidden;
  text-indent: -9999px;
  width: 11px;
  -webkit-transition: none;
  transition: none;
}
.woocommerce table.shop_table .product-remove a.remove:hover {
  background-position: center bottom !important;
}
.woocommerce table.shop_table .cart-subtotal th,
.woocommerce table.shop_table .shipping th,
.woocommerce table.shop_table .order-total th {
  font-size: 14px;
  text-transform: capitalize;
}
.woocommerce table.shop_table .cart-subtotal th {
  border-bottom: none;
}
.woocommerce table.shop_table .buttons-cart td {
  border-left: none;
  padding: 20px;
}
.woocommerce table.shop_table .buttons-cart .button {
  float: right;
  text-transform: uppercase;
}
.woocommerce table.shop_table .buttons-cart .button.continue {
  float: left;
}
.woocommerce .actions {
  float: left;
  width: 100%;
}
.woocommerce .actions .coupon {
  float: left;
  width: 100%;
}
.woocommerce .actions .coupon label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
  width: 100%;
}
.woocommerce .actions .coupon .input-text {
  border: 1px solid #cfcfcf;
  height: 40px;
  margin: 0 0 20px;
  max-width: 100%;
  padding: 0 10px;
  width: 370px;
}
.woocommerce .actions .coupon .button {
  background: #4a4a4a;
  border: none;
  color: #fff;
}
.woocommerce .actions .coupon .button:hover {
  background: #e8b11d;
}
.woocommerce .actions .cart-total-wrapper .total-cost {
  float: left;
  margin: 0;
  width: 100%;
}
.woocommerce .actions .cart-total-wrapper .total-cost h3 {
  text-align: right;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals {
  float: left;
  width: 100%;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals h2 {
  display: none;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals .wc-proceed-to-checkout a {
  margin: 0;
  float: right;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals .wc-proceed-to-checkout a.checkout-button {
  background: #4a4a4a;
  border: none;
  color: #fff;
  font-size: 14px;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  background: #646464;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table {
  float: right;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table th {
  font-weight: 300;
  padding-right: 0;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table th,
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table td {
  padding-left: 0;
  padding-top: 0;
  vertical-align: middle !important;
  padding: 7px 0;
  text-align: center !important;
  display: table-cell !important;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table th:before,
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table td:before {
  display: none;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table th p,
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table td p {
  margin: 0;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table .shipping th {
  max-width: 100px;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table .shipping #shipping_method li {
  padding: 0;
  margin: 0 0 5px;
  text-indent: 0;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table .shipping #shipping_method li .shipping_method {
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table .order-total th,
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table .order-total td {
  font-size: 14px;
  text-transform: uppercase;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals .shipping-calculator-form {
  float: right;
  margin: 10px 0 0;
  max-width: 100%;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals .shipping-calculator-form .form-row {
  margin-bottom: 5px;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals .shipping-calculator-form input,
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals .shipping-calculator-form select {
  background: #fff;
  border: 1px solid #cfcfcf;
  height: 32px;
  padding: 0 0 0 10px;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals .shipping-calculator-form .button {
  background: #4a4a4a;
  border: none;
  color: #fff;
  float: right;
  margin: 0;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals .shipping-calculator-form .button:hover {
  background: #646464;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .shipping_calculator {
  background: #fff;
  border: 1px solid #cec3b6;
  margin-bottom: 10px;
  padding: 12px 15px;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce .cart-collaterals .shipping_calculator h2 {
  border-bottom: 1px solid #e8e8e8;
  margin-top: 0;
}
.woocommerce .cart-collaterals .cart_totals h2 a,
.woocommerce .cart-collaterals .shipping_calculator h2 a {
  color: #4a4a4a;
  text-decoration: none;
}
.woocommerce .cart-collaterals .cart_totals h2 a:hover,
.woocommerce .cart-collaterals .shipping_calculator h2 a:hover {
  color: #e8b11d;
}
.woocommerce .cart-collaterals .cart_totals h2 a:after,
.woocommerce .cart-collaterals .shipping_calculator h2 a:after {
  font-size: 14px;
}
.woocommerce .cart-collaterals .cart_totals .order-total,
.woocommerce .cart-collaterals .shipping_calculator .order-total {
  font-size: 15px;
}
/* Checkout page */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  height: auto;
  max-width: 100%;
  padding: 10px;
}
#customer_details {
  float: left;
  padding-right: 80px;
  width: 55%;
}
#order_review {
  float: left;
  width: 45%;
}
#order_review .order-review {
  background: #ececec;
  margin-bottom: 40px;
  padding: 30px;
}
#order_review .order-review .shop_table {
  background: none;
  margin: 0;
}
.woocommerce-checkout #payment div.payment_box:before {
  top: -13px;
  border-bottom-color: white;
}
.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields {
  float: left;
  margin: 0 0 30px;
  width: 100%;
}
.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-shipping-fields h3 {
  font-size: 20px;
  font-weight: 300;
}
.woocommerce .woocommerce-billing-fields h3 label,
.woocommerce .woocommerce-shipping-fields h3 label {
  margin-right: 5px;
}
.woocommerce .woocommerce-billing-fields h3 label.checkbox,
.woocommerce .woocommerce-shipping-fields h3 label.checkbox {
  font-size: 20px !important;
}
.woocommerce .woocommerce-billing-fields label,
.woocommerce .woocommerce-shipping-fields label {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.woocommerce .woocommerce-billing-fields label.checkbox,
.woocommerce .woocommerce-shipping-fields label.checkbox {
  font-size: 16px;
  font-weight: 300;
}
.woocommerce .woocommerce-billing-fields #order_comments,
.woocommerce .woocommerce-shipping-fields #order_comments {
  height: 80px;
  padding: 10px;
}
#order_review_heading {
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 20px;
  text-transform: uppercase;
  width: 100%;
}
#order_review .shop_table .product-name {
  border-left: none;
  text-align: left;
  text-transform: none;
}
#order_review .shop_table .product-name strong {
  margin-left: 15px;
}
#order_review .shop_table .cart-subtotal th,
#order_review .shop_table .shipping th,
#order_review .shop_table .order-total th {
  border-top: none;
  border-bottom: 1px solid #cfcfcf;
}
#order_review .shop_table .order-total .amount {
  font-size: 20px;
  font-weight: 300;
}
#order_review .shop_table .product-total {
  text-align: center;
}
#order_review .shop_table .product-total .amount {
  color: #4a4a4a;
}
#order_review .shop_table tfoot th {
  background: none;
  color: #4a4a4a;
  padding-right: 25px;
  text-align: left;
}
#order_review .shop_table tfoot td {
  font-weight: 300;
  padding-right: 20px;
  text-align: right;
  border-top: none;
}
#order_review #payment {
  border-radius: 0;
}
#order_review #payment a:hover {
  text-decoration: underline;
}
#order_review #payment a.about_paypal {
  margin-left: 15px;
}
#order_review #payment .payment_methods {
  border: none;
  padding: 20px;
}
#order_review #payment .payment_methods li {
  margin: 0 0 15px;
}
#order_review #payment .payment_methods .payment_box {
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  margin: 10px 0;
  padding: 25px;
  text-shadow: none;
  width: 100%;
}
#order_review #payment .payment_methods .payment_box:after {
  border-color: transparent transparent #fff;
}
#order_review #payment .place-order {
  border: none;
  padding: 20px;
}
#order_review #payment .place-order #place_order {
  background: #e8b11d;
  border-color: #e8b11d;
  color: #fff !important;
}
#order_review #payment .place-order #place_order:hover {
  background: #4a4a4a;
  border-color: #4a4a4a;
}
.checkout_coupon {
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  margin: 0 0 20px;
  min-height: 1px !important;
}
.checkout_coupon .form-row {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout_coupon .input-text {
  border: 1px solid #cfcfcf;
  height: 36px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 370px;
}
.checkout-login form.login {
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  margin: 0 0 20px;
}
.checkout-login form.login .form-row {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-login form.login label {
  margin-bottom: 5px;
}
.checkout-login form.login #rememberme {
  margin: 0 3px 0 15px;
}
.checkout-login form.login .lost_password {
  float: left;
  margin: 10px 0 0;
}
.checkout-login form.login .input-text {
  border: 1px solid #cfcfcf;
  height: 36px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 370px;
}
.checkout-done h2,
.checkout-done h2.title {
  font-size: 20px;
  margin: 20px 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
.checkout-done .order_summary {
  float: left;
  margin: 10px 0;
  width: 100%;
  background: transparent;
  padding: 0;
}
.checkout-done .order_summary li {
  list-style: none;
  border: 1px solid #cfcfcf;
  border-right: 0;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
}
.checkout-done .order_summary li:last-of-type {
  border: 1px solid #cfcfcf;
}
.checkout-done .order_summary strong {
  display: inline-block;
  font-size: 14px;
  padding-left: 5px;
}
.checkout-done .bacs_details {
  padding: 0;
}
.checkout-done .shop_table .product-name {
  border-left: none;
  padding-left: 20px;
}
.checkout-done .shop_table .product-total {
  padding-right: 20px;
}
.checkout-done .shop_table td.product-name {
  padding-left: 20px;
  text-align: center;
}
.checkout-done .shop_table td.product-total {
  padding-right: 20px;
}
.checkout-done .shop_table tfoot th {
  background: none;
  border-left: none;
  border-top: none;
  color: #4a4a4a;
  font-weight: 300;
  padding-right: 20px;
  text-align: center;
}
.checkout-done .shop_table tfoot td {
  font-weight: 300;
  padding-right: 20px;
}
.checkout-done .shop_table tfoot td small {
  margin-left: 5px;
}
.checkout-done .customer_details {
  margin: 0;
}
.checkout-done .customer_details dt {
  font-weight: 300;
  margin: 0 0 5px;
}
.checkout-done .customer_details dd {
  margin: 0 0 15px;
}
.customer_login form.login,
.customer_login form.register {
  border: none;
  float: left;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}
.customer_login form.login .form-fields,
.customer_login form.register .form-fields {
  border-bottom: none;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  color: #4a4a4a;
  float: left;
  min-height: 250px;
  padding: 20px 25px;
  width: 100%;
}
.customer_login form.login .form-fields h2,
.customer_login form.register .form-fields h2 {
  border-bottom: 1px solid #cfcfcf;
  font-size: 14px;
  margin: 0 0 14px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.customer_login form.login .form-fields .form-row,
.customer_login form.register .form-fields .form-row {
  margin: 0 0 8px;
  padding: 0;
}
.customer_login form.login .form-action,
.customer_login form.register .form-action {
  background: #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-top: none;
  float: left;
  padding: 8px 13px;
  width: 100%;
}
.customer_login form.login .form-action .lost_password,
.customer_login form.register .form-action .lost_password {
  float: left;
  line-height: 34px;
  margin: 0;
}
.customer_login form.login .form-action label,
.customer_login form.register .form-action label {
  float: right;
  font-weight: 300;
  line-height: 34px;
  margin: 0 20px 0 0;
}
.customer_login form.login .form-action label #rememberme,
.customer_login form.register .form-action label #rememberme {
  margin-right: 3px;
  margin-top: 0;
  position: relative;
  top: 1px;
}
.customer_login form.login .form-action .button,
.customer_login form.register .form-action .button {
  float: right;
}
h2.recent-orders-title {
  color: #e8b11d;
  font-size: 14px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.info-box {
  background: #fff;
  border: 1px solid #cfcfcf;
  float: left;
  margin: 0 0 30px;
  padding: 20px;
  width: 100%;
}
.info-box.recent-orders,
.info-box.my-address {
  border: none;
  padding: 0;
}
.info-box h2,
.info-box h2.title {
  color: #e8b11d;
  font-size: 14px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
.info-box table.shop_table {
  font-size: 14px;
}
.info-box table.shop_table th,
.info-box table.shop_table td {
  text-align: center;
  vertical-align: middle;
}
.info-box table.shop_table .order-number {
  border-left: none;
}
.info-box table.shop_table .button {
  margin: 0;
  padding: 0 30px;
}
.info-box table.shop_table.order_details td,
.info-box table.shop_table.order_details .product-total {
  text-align: left !important;
}
.info-box table.shop_table.order_details .product-total {
  text-align: left;
  padding: 10px 20px;
}
.info-box table.shop_table.order_details .product-name {
  border-left: none;
}
.info-box table.shop_table.order_details .product-name .variation {
  text-align: left;
}
.info-box table.shop_table.order_details thead .product-name {
  text-align: left !important;
  padding-left: 20px !Important;
}
.info-box table.shop_table.order_details tfoot th,
.info-box table.shop_table.order_details tfoot td {
  border-left: none;
  border-top: none;
  text-align: left;
  padding: 10px 20px;
}
.info-box .lost_reset_password {
  float: left;
  width: 100%;
}
.info-box .lost_reset_password .form-row .button {
  float: left;
}
.info-box.order-details-box {
  border: none;
  padding: 0;
}
.info-box.order-details-box .order-info {
  margin: 0 0 30px;
}
.info-box.order-details-box .shop_table .product-name {
  border-left: none;
}
.info-box.order-details-box .shop_table .product-total {
  padding-right: 20px;
  text-align: right;
}
.info-box.order-details-box .shop_table td.product-name {
  padding-left: 10px;
}
.info-box.order-details-box .shop_table td.product-total {
  padding-right: 20px;
}
.info-box.order-details-box .shop_table th {
  border-top: none;
}
.info-box.order-details-box .shop_table tfoot th {
  background: none;
  border-left: none;
  border-top: none;
  color: #4a4a4a;
  font-weight: 300;
  padding-right: 20px;
  text-align: right;
}
.info-box.order-details-box .shop_table tfoot td {
  font-weight: 300;
  padding-right: 20px;
  text-align: right;
}
.info-box.order-details-box .shop_table tfoot td small {
  margin-left: 5px;
}
.addresses {
  margin-top: 30px;
  line-height: 2;
}
.addresses .title h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 15px;
  width: 100%;
  font-weight: 300;
}
.addresses address {
  line-height: 2;
}
.myaccount_user {
  color: #4a4a4a;
  margin: 0 0 30px;
  padding: 0;
}
.myaccount_user a {
  text-decoration: underline;
}
#yith-wcwl-form .wishlist_table .product-remove {
  border-left: none;
}
#yith-wcwl-form .wishlist_table tr td.product-stock-status span.wishlist-in-stock {
  color: #22dd77;
  text-transform: capitalize;
  font-size: 14px;
}
#yith-wcwl-form .yith-wcwl-share ul {
  margin: 0;
  padding: 0;
}
/* Wishlist Start */
.wishlist-title {
  display: none;
}
.woocommerce table.wishlist_table thead th {
  border-top: none;
}
.woocommerce table.wishlist_table tfoot th,
.woocommerce table.wishlist_table tfoot td {
  border-top: none !important;
}
.woocommerce table.wishlist_table .product-name {
  width: 250px;
}
.woocommerce table.wishlist_table .product-price {
  border-right-width: 1px;
}
.woocommerce table.wishlist_table .product-price del,
.woocommerce table.wishlist_table .product-price ins {
  display: inline-block !important;
}
.woocommerce table.wishlist_table .product-add-to-cart {
  width: 180px;
}
.woocommerce table.wishlist_table .product-add-to-cart a {
  background-color: #4a4a4a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce table.wishlist_table .product-add-to-cart a:hover {
  background-color: #e8b11d;
  border-color: #e8b11d;
}
.woocommerce-MyAccount-navigation ul {
  padding: 0 15px;
  border: 1px solid #cfcfcf;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 15px 0;
  border-bottom: 1px solid #cfcfcf;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}
.woocommerce-MyAccount-navigation ul li a {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-MyAccount-navigation ul li:hover a {
  padding-left: 10px;
}
/*-----------------------------------------------------------------------
2. Layouts Styles 
*/
/* Layout Global Start */
.layout-1 .header,
.layout-4 .header {
  background-color: #ffffff;
}
.layout-1 .header a:hover,
.layout-4 .header a:hover {
  color: #e8b11d;
}
.top-bar {
  background-color: #2d2d2d;
  color: #a0a0a0;
  font-size: 11px;
}
.top-bar .widget ul li a,
.top-bar .widget ol li a {
  color: #a0a0a0;
}
.top-bar a {
  color: #a0a0a0;
}
.top-bar a:hover {
  color: #e8b11d;
}
.top-bar a.color {
  color: #e8b11d;
}
.top-bar ul.menu li a {
  text-transform: uppercase;
  color: #a0a0a0;
}
.widget.topbar-widget ul li:hover > a {
  color: #e8b11d;
}
.widget.topbar-widget ul li:hover > ul > li > a {
  color: #393939;
}
.widget.topbar-widget ul li > ul > li:hover > a {
  color: #e8b11d !important;
}
.widget.topbar-widget ul li:hover:before {
  color: #e8b11d;
}
/* Logo */
.preset-1 .logo-background {
  background: url(../images/logo/1/logo.png) center center no-repeat;
}
.preset-1.layout-2 .logo-background {
  background: url(../images/logo/1/logo_layout2.png) center center no-repeat;
}
.preset-1 .sticky_logo .logo-background {
  background: url(../images/logo/1/logo_layout2.png) no-repeat;
}
.preset-2 .logo-background {
  background: url(../images/logo/2/logo.png) center center no-repeat;
}
.preset-2.layout-2 .logo-background {
  background: url(../images/logo/2/logo_layout2.png) center center no-repeat;
}
.preset-2 .sticky_logo .logo-background {
  background: url(../images/logo/2/logo_layout2.png) no-repeat;
}
.preset-3 .logo-background {
  background: url(../images/logo/3/logo.png) center center no-repeat;
}
.preset-3.layout-2 .logo-background {
  background: url(../images/logo/3/logo_layout2.png) center center no-repeat;
}
.preset-3 .sticky_logo .logo-background {
  background: url(../images/logo/3/logo_layout2.png) no-repeat;
}
.layout-1 .widget.header-widget ul li.icon-user a:after,
.layout-2 .widget.header-widget ul li.icon-user a:after,
.layout-3 .widget.header-widget ul li.icon-user a:after,
.layout-4 .widget.header-widget ul li.icon-user a:after,
.layout-1 .widget.header-widget ul li.icon-wishlist a:after,
.layout-2 .widget.header-widget ul li.icon-wishlist a:after,
.layout-3 .widget.header-widget ul li.icon-wishlist a:after,
.layout-4 .widget.header-widget ul li.icon-wishlist a:after {
  color: #ffffff;
}
.layout-1 .widget.header-widget ul li.icon-user a:hover:after,
.layout-2 .widget.header-widget ul li.icon-user a:hover:after,
.layout-3 .widget.header-widget ul li.icon-user a:hover:after,
.layout-4 .widget.header-widget ul li.icon-user a:hover:after,
.layout-1 .widget.header-widget ul li.icon-wishlist a:hover:after,
.layout-2 .widget.header-widget ul li.icon-wishlist a:hover:after,
.layout-3 .widget.header-widget ul li.icon-wishlist a:hover:after,
.layout-4 .widget.header-widget ul li.icon-wishlist a:hover:after {
  color: #e8b11d;
}
/* Layout 01 Start */
.vgw-item-i .button-group .yith-wcwl-wishlistaddedbrowse.show a:hover {
  color: #ffffff;
}
#yith-wcwl-popup-message {
  margin-left: -125px !important;
}
/* Layout 02 Start */
body.layout-2 .vg-website-wrapper {
  background: #ffffff url('../images/backgrounds/bg_body_2.jpg') top center no-repeat;
}
body.layout-2 .vg-website-wrapper .vg-pusher {
  background-color: transparent;
}
body.layout-2 .top-bar {
  background: transparent;
}
body.layout-2 .top-bar .container {
  padding: 0;
  width: 1170px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.layout-2 .vg-bottom-bar .container {
  margin-bottom: 0px;
}
body.layout-2 .widget.header-widget ul li.icon-wishlist a {
  background: #f65656;
}
body.layout-2 .mini_cart_inner .shopping_cart .sub-title {
  color: #ffffff !important;
}
body.layout-2 .mini_cart_inner .shopping_cart .cart-total-price:after {
  color: #ffffff;
}
body.layout-2 .mini_cart_inner .shopping_cart .icon-cart {
  left: 0;
}
body.layout-2 .brand-inner {
  margin-bottom: -65px;
  background: #ffffff;
  -webkit-box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.3);
}
body.layout-2 .brand-inner .widget {
  padding: 0 10px;
}
body.layout-2 .brand-inner .widget.widget_vg_genius_brand_carousel {
  padding: 0;
}
body.layout-2 .vg-brand-logo ~ footer .bottom {
  padding-top: 113px;
}
body.layout-2 footer {
  color: #ffffff;
  background: url('../images/backgrounds/bg_footer_2.jpg') top center;
}
body.layout-2 footer .bottom {
  background: transparent;
}
body.layout-2 footer .bottom a {
  color: #999999;
}
body.layout-2 .footer {
  background: transparent;
}
body.layout-2 .footer .container {
  width: 1170px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
body.layout-2 .vg-title {
  padding: 0;
  border: 0;
  margin-bottom: 1px !important;
  background: transparent;
}
body.layout-2 .vg-title h2 {
  font-size: 20px;
}
body.layout-2 .vg-title h2:after {
  width: 47px;
  top: 3px;
}
body.layout-2 .tab-products .vc_tta.vc_general .vc_tta-tabs-list {
  right: 66px;
  top: -44px;
}
body.layout-2 .shop-products .vgw-item-i {
  border: 1px solid #f1f1f1;
}
body.layout-2 .owl-theme .owl-controls {
  top: -35px;
  right: 0;
}
body.layout-2 .owl-theme.vg-time .owl-controls {
  top: 30%;
  pointer-events: none;
  width: 100%;
}
body.layout-2 .owl-theme.vg-time .owl-controls .owl-buttons div {
  margin-left: 0;
  pointer-events: all;
}
body.layout-2 .owl-theme.vg-time .owl-controls .owl-buttons div.owl-prev {
  left: 10px;
  position: absolute;
  top: 0;
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
}
body.layout-2 .owl-theme.vg-time .owl-controls .owl-buttons div.owl-next {
  right: 10px;
  position: absolute;
  top: 0;
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
}
body.layout-2 .owl-theme.vg-time .owl-controls .owl-buttons div:before {
  color: #ffffff;
}
body.layout-2 .owl-theme.vg-time:hover .owl-controls .owl-buttons div.owl-prev {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
}
body.layout-2 .owl-theme.vg-time:hover .owl-controls .owl-buttons div.owl-next {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
}
body.layout-2 .mini_cart_inner .shopping_cart .icon-cart,
body.layout-2 .mini_cart_inner .shopping_cart .cart-quantity {
  background: #e8b11d;
}
.owl-carousel.vg-time .owl-wrapper-outer .vgw-item-i.vgw-timer {
  border: 3px solid #f1f1f1;
}
.owl-carousel.vg-time .owl-wrapper-outer .vgw-item-i.vgw-timer:last-child {
  border-bottom: 3px solid #f1f1f1 !important;
}
.owl-carousel.vg-time .owl-wrapper-outer .vgw-item-i.vgw-timer.timer3,
.owl-carousel.vg-time .owl-wrapper-outer .vgw-item-i.vgw-timer.timer3:last-child {
  border: 0 !important;
}
.owl-carousel.layout2 .owl-wrapper-outer {
  width: 100%;
  padding: 10px 0;
  margin-left: 0;
}
.owl-carousel.layout2 .owl-wrapper-outer .vgw-item-i {
  margin: 0;
  border: 0;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  overflow: visible;
}
.owl-carousel.layout2 .owl-wrapper-outer .vgw-item-i:hover {
  z-index: 100;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.owl-carousel.layout2 .owl-wrapper-outer .owl-item {
  overflow: visible;
  position: relative;
}
.owl-carousel.layout2 .owl-wrapper-outer .owl-item:hover {
  z-index: 100;
}
.owl-carousel.layout2 .owl-wrapper-outer .owl-item .vgw-item-i:last-child {
  border-bottom: 0;
}
.vgw-item-i.vgw-timer .button-group {
  top: 40%;
}
/* Layout 03 Start */
.layout-3 .widget.header-widget ul li.icon-wishlist a {
  background: #e8b11d;
}
.layout-3 .widget.header-widget ul li.icon-wishlist a:hover:after {
  color: #fff !important;
}
.layout-3 .top-bar a.color {
  color: #a0a0a0;
}
.layout-3 .shortcode_wysija.widget_wysija_cont .title-newsletter {
  float: none;
  width: 100%;
  text-align: center;
}
.layout-3 .shortcode_wysija.widget_wysija_cont > form > *.wysija-paragraph {
  float: none;
  margin: 28px auto 80px;
  max-width: 90%;
  width: 463px;
}
.layout-3 .owl-theme.brand-logos img {
  opacity: 0.5;
  /* IE8 filter*/
  filter: alpha(opacity=50);
}
.layout-3 .owl-theme.brand-logos img:hover {
  opacity: 0.8;
  /* IE8 filter*/
  filter: alpha(opacity=80);
}
/* Layout 04 Start */
.layout-4 .top-bar {
  background-color: #ffffff;
  border-bottom: 1px solid #EAEAEA;
}
.layout-4 .top-bar .widget ul li:after {
  display: none;
}
.layout-4 .top-bar a.color {
  color: #a0a0a0;
}
.layout-4 .vina-product-search form {
  border-color: #e0e0e0 !important;
}
.layout-4 .vina-product-search form button {
  background-color: #e0e0e0 !important;
}
.layout-4 .widget.header-widget ul li.icon-wishlist a {
  background: #e0e0e0;
}
.layout-4 .mini_cart_inner .shopping_cart .icon-cart,
.layout-4 .mini_cart_inner .shopping_cart .cart-quantity {
  background: #e0e0e0;
}
.layout-4 .mini_cart_inner .shopping_cart .cart-total-price span,
.layout-4 .woocommerce ul.cart_list li .amount,
.layout-4 .woocommerce ul.product_list_widget li .amount {
  color: #4a4a4a !important;
}
.layout-4 .top-bar ul.menu li a:hover,
.layout-4 .top-bar ul.menu li:hover a,
.layout-4 .top-bar a.color:hover,
.layout-4 .top-bar li:hover a,
.layout-4 .top-bar .color:hover {
  color: #4a4a4a !important;
}
.layout-4 .mcart-border .buttons {
  background: #e0e0e0 !important;
}
.layout-4 .brand-inner {
  border-top: none;
}
.layout-4 .vg-bottom-bar .container {
  margin-bottom: 0;
}
.layout-4 .vg-title {
  padding: 0;
  border: 0;
  margin-bottom: 30px !important;
  background: transparent;
}
.layout-4 .vg-title.menu {
  margin-bottom: 0px !important;
}
.layout-4 .vg-title h2 {
  font-size: 16px;
}
.layout-4 .vg-title h2:after {
  width: 47px;
  top: auto;
  bottom: 1px;
  height: 3px;
  background: #ccc !important;
}
.layout-4 .widgettitle {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 48px;
}
.layout-4 .widgettitle:after {
  margin: 0;
  width: 47px;
  top: auto;
  bottom: 1px;
  height: 3px;
  background: #ccc !important;
}
.layout-4 .tab-products .vc_tta.vc_general .vc_tta-tabs-list {
  top: -66px;
  right: 73px;
}
.layout-4 .owl-theme .owl-controls {
  top: -58px;
  right: 0;
}
.layout-4 .block-static h3 {
  font-size: 12px;
  line-height: 20px;
}
.layout-4 .block-static p {
  font-size: 10px;
}
.layout-4 .block-static .block-icon .icon-banner {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 40px;
}
.layout-4 .block-static .info {
  min-height: 70px;
  padding: 15px 5px;
}
.layout-4 .vgw-item-i.vgw-timer {
  margin: 0;
  border: 1px solid #E1E1E1;
}
.layout-4 .vgw-item-i.vgw-timer .button-group {
  top: 40%;
}
.layout-4 .vgw-item-i.vgw-vertical .product-title,
.layout-4 .vgw-item-i.vgw-vertical .product-price {
  margin-top: 0;
}
.layout-4 .woo-vertical .owl-item {
  margin-bottom: 40px;
}
.layout-4 #vg-header-wrapper.fixed .mini_cart_inner .shopping_cart .cart-total-price span {
  color: #fff !important;
}
.vg-time.vg-small .box-timer {
  margin-top: 22px;
  margin-bottom: 5px;
}
.vg-time.vg-small .box-timer .day,
.vg-time.vg-small .box-timer .hour,
.vg-time.vg-small .box-timer .min,
.vg-time.vg-small .box-timer .sec {
  min-width: 47px;
  margin: 0 6px;
  padding: 3px;
  background: #555 !important;
  border-bottom: 3px solid #313131 !important;
}
.vg-time.vg-small .box-timer .day,
.vg-time.vg-small .box-timer .min {
  margin-right: 2px;
}
.black .shortcode_wysija.widget_wysija_cont > form {
  color: #333;
}
.black .shortcode_wysija.widget_wysija_cont > form > *.wysija-paragraph {
  width: 100%;
  color: #333;
}
.black .shortcode_wysija.widget_wysija_cont .wysija-input {
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #c1c1c1;
}
.black .shortcode_wysija.widget_wysija_cont .wysija-input:focus {
  color: #333;
}
/* woo-vertical */
.woo-vertical .vgw-item .vgw-item-i.vgw-vertical {
  margin: 0;
  border: 0;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  overflow: visible;
}
.woo-vertical .vgw-item .vgw-item-i.vgw-vertical:hover {
  z-index: 100;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Sitcky Menu */
.admin-bar #vg-header-wrapper.fixed {
  top: 32px !important;
}
#vg-header-wrapper.fixed {
  top: 0 !important;
  left: 0 !important;
  z-index: 8000 !important;
  position: fixed !important;
  width: 100%;
  background: #2d2d2d !important;
  box-shadow: 0 0 10px #cfcfcf;
  -webkit-animation: fadeInDown 0.5s ease;
  -moz-animation: fadeInDown 0.5s ease;
  -ms-animation: fadeInDown 0.5s ease;
  -o-animation: fadeInDown 0.5s ease;
  animation: fadeInDown 0.5s ease;
  transform: translateZ(0);
}
#vg-header-wrapper.fixed a {
  color: #ffffff;
}
#vg-header-wrapper.fixed a:hover {
  color: rgba(255, 255, 255, 0.7);
}
#vg-header-wrapper.fixed .container,
#vg-header-wrapper.fixed .row,
#vg-header-wrapper.fixed [class*="col-"] {
  min-height: 0;
}
#vg-header-wrapper.fixed .top-bar,
#vg-header-wrapper.fixed #logo-wrapper,
#vg-header-wrapper.fixed .search-inside,
#vg-header-wrapper.fixed .vg-header-static,
#vg-header-wrapper.fixed .category-inside {
  display: none;
}
#vg-header-wrapper.fixed .sticky_logo {
  display: block;
}
#vg-header-wrapper.fixed .header {
  padding: 0;
  background: none !important;
}
#vg-header-wrapper.fixed .vg-bottom-bar {
  background: #2d2d2d;
}
#vg-header-wrapper.fixed .vg-bottom-bar .row {
  background: transparent;
}
#vg-header-wrapper.fixed .mini_cart_inner .shopping_cart .cart-quantity {
  border-color: #2d2d2d;
}
#vg-header-wrapper.fixed #navigation {
  width: 100%;
  padding-left: 180px;
  padding-right: 250px;
}
#vg-header-wrapper.fixed .main-navigation {
  text-align: left !important;
  border-top: none !important;
}
#vg-header-wrapper.fixed .main-navigation ul li {
  padding: 0;
}
#vg-header-wrapper.fixed .main-navigation ul li a {
  padding-top: 30px;
  padding-bottom: 30px;
  border-left: 0;
}
#vg-header-wrapper.fixed .main-navigation ul ul li {
  padding: 0 15px;
}
#vg-header-wrapper.fixed .main-navigation ul ul ul li {
  padding: 0;
}
#vg-header-wrapper.fixed .main-navigation ul ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 0;
}
#vg-header-wrapper.fixed .ecommerce-wrap,
#vg-header-wrapper.fixed .functions-wrap {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1000;
  width: auto;
}
#vg-header-wrapper.fixed .top-cart {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}
#vg-header-wrapper.fixed .mini_cart_inner .shopping_cart .sub-title,
#vg-header-wrapper.fixed .mini_cart_inner .shopping_cart .cart-total-price:after {
  color: #ffffff !important;
}
#vg-header-wrapper.fixed .mini_cart_inner .shopping_cart {
  padding: 15px 0px 18px 60px;
}
#vg-header-wrapper.fixed .mini_cart_inner .shopping_cart .icon-cart {
  top: 15px;
}
#vg-header-wrapper.fixed #logo-wrapper,
#vg-header-wrapper.fixed .search-wrap {
  margin-bottom: 0;
}
#vg-header-wrapper.fixed .mini_cart_inner {
  min-height: 73px;
}
#vg-header-wrapper.fixed .widget.header-widget ul li.icon-wishlist a {
  margin-top: 9px;
}
.sticky_logo {
  display: none;
  position: absolute;
  top: 5px;
  left: 15px;
  z-index: 10000;
}
.sticky_logo .logo-background {
  background: url(../images/logo/logo.png) no-repeat;
}
/* Current Menu Item */
.main-navigation ul li.current-menu-item a {
  color: #e8b11d;
}
/* Added to cart popup */
.atc-notice-wrapper {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  display: none;
  left: 50%;
  margin-left: -160px;
  max-width: 100%;
  position: fixed;
  top: 40%;
  width: 320px;
  z-index: 100000;
}
.atc-notice-wrapper .close {
  color: #333;
  font-size: 22px;
  opacity: 1;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.atc-notice-wrapper .close:hover {
  color: #e8b11d;
}
.atc-notice-wrapper h3 {
  border-bottom: 1px solid #cfcfcf;
  font-size: 16px;
  margin: 0 0 10px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
.atc-notice-wrapper .product-wrapper {
  float: left;
  padding: 0 10px;
  width: 100%;
}
.atc-notice-wrapper .product-image {
  float: left;
  width: 25%;
}
.atc-notice-wrapper .product-info {
  float: left;
  padding-left: 20px;
  width: 75%;
}
.atc-notice-wrapper .product-info h4 {
  font-size: 15px;
  margin: 0 0 10px;
}
.atc-notice-wrapper .product-info .price {
  float: left;
  margin: 0;
  width: 100%;
}
.atc-notice-wrapper .product-info .price .special-price {
  color: #e8b11d;
  font-size: 18px;
  font-weight: bold;
}
.atc-notice-wrapper .product-info .price .old-price {
  color: #999;
  font-size: 16px;
  margin-right: 10px;
  text-decoration: line-through;
}
.atc-notice-wrapper .buttons {
  background: #cfcfcf;
  float: left;
  margin: 10px 0 0;
  padding: 10px;
  width: 100%;
}
.atc-notice-wrapper .buttons .button {
  background: #e8b11d;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  float: right;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  text-shadow: none;
}
.atc-notice-wrapper .buttons .button:hover {
  background: #333;
}
.yith-woocompare-widget ul.products-list li .remove:before {
  display: none !important;
}
/* Category Menu */
.category-inside {
  z-index: 100;
  color: #393939;
}
.category-inside .topbar-widget ul.menu > li:last-child {
  padding-right: 32px;
}
.category-inside .category-inside-content {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: #fff;
  padding-top: 1px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.category-inside ul li {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.category-inside ul li:after {
  display: none;
}
.category-inside .widget_nav_menu ul li {
  display: block;
  padding: 15px 32px;
}
.category-inside .widget_nav_menu ul li a {
  font-size: 12px;
  display: block !important;
  color: #434343;
  line-height: normal;
  position: relative;
}
.category-inside .widget_nav_menu ul li a:before {
  content: "\f009";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  color: #434343;
  font-size: 6px;
  font-weight: 400;
  font-family: "FontAwesome";
  line-height: 17px;
}
.category-inside .widget_nav_menu ul li:first-child {
  padding-left: 32px;
}
.category-inside .widget_nav_menu ul li:hover {
  background: #e8b11d;
}
.category-inside .widget_nav_menu ul li:hover > a {
  color: #ffffff !important;
}
.category-inside .widget_nav_menu ul li:hover > a:hover {
  color: #ffffff;
}
.category-inside .widget_nav_menu ul li:hover.menu-item-has-children a:after {
  color: #ffffff;
}
.category-inside .widget_nav_menu ul li:hover > ul {
  z-index: 10;
  pointer-events: auto;
}
.category-inside .widget_nav_menu ul li:after {
  display: none;
}
.category-inside .widget_nav_menu ul li.menu-item-has-children a:after {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 19px;
  color: #434343;
  content: "\f0da";
  font-size: 12px;
  font-weight: 400;
  font-family: "FontAwesome";
}
.category-inside .widget_nav_menu ul li > ul {
  left: 100%;
  top: 0;
  border: 0;
  background: #ffffff;
  width: auto;
  z-index: -1;
  pointer-events: none;
}
.category-inside .widget_nav_menu ul li > ul li {
  padding: 10px 15px;
}
.category-inside .widget_nav_menu ul li > ul li:hover {
  background: transparent;
}
.category-inside .widget_nav_menu ul li > ul li a:before {
  content: "\f111";
  color: #c2c2c2;
}
.category-inside .widget_nav_menu ul li > ul li:last-child {
  padding-right: 15px;
}
.category-inside .widget_nav_menu ul li > ul li:first-child {
  padding-left: 15px;
}
.category-inside .widget_nav_menu ul li > ul li.menu-item-has-children > a:after {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 19px;
  color: #c2c2c2 !important;
  content: "\f0da";
  font-size: 12px;
  font-weight: 400;
  font-family: "FontAwesome";
  display: block;
}
.category-inside .category-inside-title {
  margin-bottom: 0;
  line-height: 51px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 0 17px;
  color: #ffffff;
  text-transform: uppercase;
}
.category-inside .category-inside-title:before {
  display: block;
  float: right;
  content: "\f0c9";
  color: #fff;
  text-align: center;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 400;
}
.category-inside.open .category-inside-title:before {
  content: "\f00d";
}
.category-inside .widget_nav_menu .mega-menu > ul > li {
  min-width: 250px;
  display: table-cell;
  padding: 20px 20px 5px !important;
}
.category-inside .widget_nav_menu .mega-menu > ul > li > a {
  line-height: 35px;
  font-weight: 600;
  text-transform: uppercase;
}
.category-inside .widget_nav_menu .mega-menu > ul > li > a:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #e8b11d;
  position: absolute;
  left: 0;
  top: 0;
}
.category-inside .widget_nav_menu .mega-menu > ul > li:hover {
  background: transparent;
}
.category-inside .widget_nav_menu .mega-menu > ul > li.menu-item-has-children > a:after {
  display: none;
}
.category-inside .widget_nav_menu .mega-menu > ul > li ul {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  visibility: visible;
  top: auto;
  left: auto;
  box-shadow: none;
}
.category-inside .widget_nav_menu .mega-menu > ul > li ul li {
  padding: 10px 0;
}
.category-inside .wp-caption-text,
.category-inside .gallery-caption,
.category-inside .bypostauthor {
  color: #fff;
}
.category-inside .widget_archive ul li a,
.category-inside .widget_categories ul li a {
  display: inline-block !important;
}
.category-inside .widget {
  padding: 10px;
}
.category-inside .widget.widget_nav_menu {
  padding: 0;
}
.category-inside .widget.widget_nav_menu h3 {
  padding: 0 10px;
}
.category-inside .widget.widget_nav_menu .widget-title:after {
  left: 10px;
}
.category-inside .widget.widget_categories ul li:last-child {
  padding-bottom: 10px;
}
.category-inside a {
  color: #393939;
}
/* Revo Slider */
.rev_slider_wrapper {
  z-index: 10;
}
.rev_slider .tp-caption .letter1 {
  letter-spacing: 7.6px !important;
}
.rev_slider .tp-caption .title2 {
  letter-spacing: 7.6px !important;
  position: relative;
  color: #e8b11d !important;
}
.rev_slider .tp-caption .title2:after {
  width: 88px;
  height: 5px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #e8b11d;
}
.rev_slider .tp-caption .sub:before {
  content: "";
  height: 2px;
  width: 115px;
  background: white;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.rev_slider .tp-caption.rev-btn {
  background: transparent !important;
}
.rev_slider .tp-caption.rev-btn:hover {
  color: #e8b11d !important;
  border: 2px solid #e8b11d !important;
}
.hesperiden.tparrows:hover {
  background: #e8b11d !important;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes burst {
  0% {
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes burst {
  0% {
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes passing-reverse {
  0% {
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    opacity: 0;
  }
}
@keyframes passing-reverse {
  0% {
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    opacity: 0;
  }
}
/* Carousel */
/* Time Product Carousel 2 */
.product-gallery-list {
  float: left;
  width: 10%;
  margin-right: 5%;
}
.product-gallery-list a img {
  max-width: 102px;
  margin-bottom: 17px;
}
.title_hot_deal {
  color: #ffffff;
  text-align: center;
  margin-bottom: 47px !important;
}
.title_hot_deal h1,
.title_hot_deal h2,
.title_hot_deal h3 {
  text-transform: uppercase;
  color: #fff;
}
.title_hot_deal p {
  font-size: 12px;
  font-style: italic;
  color: #d6d6d6;
  margin-bottom: 3px;
}
.title_hot_deal .border {
  display: inline-block;
  margin: 0 auto;
  width: 44px;
  height: 1px;
}
.vgw-item-i.timer3 {
  background: transparent;
  margin: 0;
  border: 0;
}
.vgw-item-i.timer3 .product-image {
  float: left;
  width: 46.2%;
  margin-left: -1px;
}
.vgw-item-i.timer3:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vgw-item-i.timer3:hover .product-image img.primary_image {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
.vgw-item-i.timer3 .full-content {
  width: 100%;
  background: #ffffff;
  float: left;
  text-align: left;
}
.vgw-item-i.timer3 .product-gallery-list + .full-content {
  width: 85%;
}
.vgw-item-i.timer3 .product-content {
  padding: 0;
  float: left;
  width: 53.8%;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 70px;
}
.vgw-item-i.timer3 .product-content .product-title {
  font-size: 24px;
  margin-bottom: 15px;
}
.vgw-item-i.timer3 .product-image img {
  width: 100%;
}
.vgw-item-i.timer3 .product-rating {
  margin-bottom: 10px;
}
.vgw-item-i.timer3 .product-desc {
  font-size: 12px;
  line-height: 25px;
  margin-bottom: 25px;
}
.vgw-item-i.timer3 .product-price {
  font-size: 24px;
}
.vgw-item-i.timer3 .product-price del {
  font-size: 18px;
}
.vgw-item-i.timer3 .box-timer {
  text-align: left;
  margin-top: 50px;
}
.vgw-item-i.timer3 .button-group {
  top: 40%;
}
.owl-carousel.time3 .owl-wrapper-outer {
  width: 100%;
  padding-left: 0;
  margin-left: 0;
}
/* banner category */
.vc_row.banner-category {
  margin-left: -8px;
  margin-right: -8px;
}
.vc_row.banner-category .vc_column_container > .vc_column-inner {
  padding-left: 8px;
  padding-right: 8px;
}
.box-static {
  position: relative;
  margin-bottom: 16px !important;
}
.box-static:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.box-static .banner-content {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  right: 0;
  text-align: center;
}
.box-static .banner-content a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 36px;
  border: 2px solid white;
  border-radius: 25px;
  padding: 0 35px;
  display: inline-block;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.box-static .banner-content a:hover {
  color: #ffffff;
}
.box-static:hover .banner-content a {
  opacity: 1;
  -webkit-animation: fadeInLeft 300ms ease-in-out;
  -moz-animation: fadeInLeft 300ms ease-in-out;
  -ms-animation: fadeInLeft 300ms ease-in-out;
  animation: fadeInLeft 300ms ease-in-out;
}
.box-static:hover:before {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.box-static img {
  margin: 0;
}
/* TreeView */
div.vg-genius-category-treeview .treeview li.lastCollapsable,
div.vg-genius-category-treeview .treeview li.lastExpandable {
  background: none;
}
.vg-genius-category-treeview {
  border: 1px solid #e5e5e5;
}
/* Banner Home 4 */
.banner-home4 .vc_col-sm-7 {
  width: 55.5%;
}
.banner-home4 .vc_col-sm-5 {
  width: 44.5%;
}
/* Custom Menu */
.main-container .widget_nav_menu .widgettitle {
  padding-left: 30px;
  background: #ececec;
  line-height: 49px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.main-container .widget_nav_menu .widgettitle:after {
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 31px;
  line-height: 49px;
  width: auto;
  background: transparent !important;
  text-shadow: none;
  height: auto;
}
#secondary .owl-theme .owl-controls {
  top: -46px;
  right: 0;
}
#secondary .woo-vertical .vgw-item {
  border: 1px solid #EBEBEB;
}
#secondary .vgw-item-i.vgw-vertical .product-title,
#secondary .vgw-item-i.vgw-vertical .product-price {
  margin-top: 0;
}
#secondary div.vg-genius-category-treeview {
  border: 0;
}
#secondary div.vg-genius-category-treeview .treeview li a {
  padding: 0;
}
#secondary div.vg-genius-category-treeview .treeview li:hover {
  background: transparent;
}
#secondary div.vg-genius-category-treeview .treeview li.collapsable {
  background: transparent;
}
#secondary div.vg-genius-category-treeview .treeview .hitarea {
  right: 0;
}
#secondary .widget ul li a:before,
#secondary .widget ol li a:before {
  content: "\f009";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  color: #666666;
  font-size: 6px;
  font-weight: 400;
  font-family: "FontAwesome";
}
#secondary .widget_recent_comments ul li a:before {
  display: none;
}
#secondary .widget_recent_comments ul li:before {
  content: "\f009";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  color: #666666;
  font-size: 6px;
  font-weight: 400;
  font-family: "FontAwesome";
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.category-image-desc img {
  margin-bottom: 20px;
}
.owl-carousel .vgw-item {
  padding: 6px 12px;
}
body.layout-4 .vgw-item {
  padding: 0px 12px;
}
body.layout-4 .shop-products .vgw-item {
  padding: 0px 15px;
}
.owl-carousel .owl-wrapper-outer {
  width: 101%;
}
.owl-carousel.shop-products .owl-wrapper-outer,
.owl-carousel.woo-vertical .owl-wrapper-outer,
.owl-carousel.vg-time .owl-wrapper-outer,
.owl-carousel.brand-logos .owl-wrapper-outer {
  width: 100%;
}
.owl-carousel.layout2 .vgw-item,
.owl-carousel.vg-time .vgw-item {
  padding: 0;
}
.owl-carousel.shop-products .vgw-item {
  padding: 0px 15px;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
/* Fix Unit */
.post.tag-sticky-2 .post-content,
.post.sticky .post-content,
.post.tag-sticky-2 .post-content.none-thumb,
.post.sticky .post-content.none-thumb {
  padding: 25px;
  background: #f5f5f5;
  border-bottom: none;
}
.post.sticky .sticky-post {
  display: inline-block;
  padding: 5px 15px;
  background: #333;
  color: #fff;
  margin-bottom: 15px;
}
.post .post-content.none-thumb {
  width: 100%;
  padding: 0;
}
.pagination a.current,
.pagination span.current,
.pagination a:hover,
.pagination span:hover {
  border-color: #e8b11d;
  background: #e8b11d;
  color: #fff;
}
.pagination a,
.pagination span {
  padding: 0 5px;
  color: #4a4a4a;
  min-width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  font-weight: 300;
  background: none;
  border: 1px solid #cfcfcf;
}
body.error404 .logo-inside {
  position: relative;
  z-index: 100;
}
#comments li.pingback {
  margin-bottom: 15px;
}
#vg-main-content-wrapper .widget ul li:last-child,
#vg-main-content-wrapper .widget ol li:last-child {
  padding-bottom: 0;
}
.vg-brand-logo ul,
.vg-brand-logo ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vg-brand-logo ul li a:before,
.vg-brand-logo ol li a:before {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 6px;
  margin: 0 10px 0 1px;
  display: inline-block;
  vertical-align: middle;
}
.cart_empty li {
  padding: 16px 17px 13px 16px !important;
}
/* Page Links */
.page-links {
  font-size: 14px;
  font-weight: 800;
  padding: 2em 0 3em;
  clear: both;
  margin: 0 0 1.5em;
}
.page-links .page-number {
  color: #767676;
  display: inline-block;
  padding: 0.5em 1em;
}
.page-links a {
  display: inline-block;
  -webkit-box-shadow: inset 0 -1px 0 #ffffff;
  box-shadow: inset 0 -1px 0 #ffffff;
  text-decoration: none;
  -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}
.page-links a .page-number {
  color: #222;
}
.site-content .page-title {
  margin-bottom: 30px;
}
.main-container .vc_row {
  background-position: top center !important;
}
/*Fix sticky Logo*/
#logo-wrapper img {
  max-width: 100% !important;
}
.site-logo-mobile {
  display: none;
}
/*Update WooCommerce 3.0.0*/
.flex-control-thumbs {
  margin-top: 5px !important;
}
.flex-control-thumbs .owl-item {
  padding: 2px;
}
.flex-control-thumbs li {
  width: 100% !important;
  padding: 14px;
}
.flex-control-thumbs li img {
  border: 1px solid #e5e5e5;
}
.woocommerce-product-gallery .flex-viewport {
  border: 1px solid #e5e5e5;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  top: 1em;
  right: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #e8b11d;
  color: #fff;
}
.single-product-image .flex-control-thumbs.owl-theme .owl-controls {
  top: 40%;
  width: 100%;
  right: 0;
  pointer-events: none;
}
.single-product-image .flex-control-thumbs.owl-theme .owl-controls .owl-buttons div {
  background: #ffffff;
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
}
.single-product-image .flex-control-thumbs.owl-theme .owl-controls .owl-buttons div.owl-prev {
  float: left;
  pointer-events: all;
}
.single-product-image .flex-control-thumbs.owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
  pointer-events: all;
}
.single-product-image .flex-control-thumbs:hover .owl-controls .owl-buttons div {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
}
#quick_view_container .images {
  opacity: 1 !important;
  /* IE8 filter*/
  filter: alpha(opacity=100) !important;
}
#quick_view_container .woocommerce-product-gallery__image {
  pointer-events: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  border: 2px solid #fff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  background: #fff;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: auto;
}
