/******************************************************************************/
/************************* CSS FOR ALL LAYOUTS ********************************/
/******************************************************************************/
/*-----------------------------------------------------------------------
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: #fff;
}
.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: 100;
  /* IE8 filter*/
  filter: alpha(opacity=10000);
  -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 #fff;
  border-bottom: 1px solid #fff;
  -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 #fff;
  border-left: 1px solid #fff;
  -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;
  /* IE8 filter*/
  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;
  /* IE8 filter*/
  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;
  /* IE8 filter*/
  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;
  /* IE8 filter*/
  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;
  /* IE8 filter*/
  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;
  /* IE8 filter*/
  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;
  /* IE8 filter*/
  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;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: inherit;
  display: block;
  margin: 16px 0 10px;
}
/* TreeView */
div.vg-legend-category-treeview {
  background-color: #fff;
  margin-bottom: 30px;
}
div.vg-legend-category-treeview .treecontrol {
  margin: 0 0 15px;
}
div.vg-legend-category-treeview .treeview .hover {
  color: #f0ce16 !important;
}
div.vg-legend-category-treeview .treeview.filetree span.folder,
div.vg-legend-category-treeview .treeview.filetree span.file {
  background: none;
  padding-left: 0;
}
div.vg-legend-category-treeview .treeview.filetree li.expandable span.folder {
  background: none;
}
div.vg-legend-category-treeview .treeview .hitarea {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 100;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-left: 0;
  background: none;
  text-align: center;
}
div.vg-legend-category-treeview .treeview .hitarea:after {
  content: '\f273';
  font-family: 'Material-Design-Iconic-Font';
}
div.vg-legend-category-treeview .treeview .hitarea:hover {
  color: #f0ce16;
}
div.vg-legend-category-treeview .treeview .expandable-hitarea:after {
  content: '\f278';
}
div.vg-legend-category-treeview .treeview li {
  position: relative;
  display: block;
  background: none;
  padding: 17px 0;
  border-bottom: 1px solid #cfcfcf;
}
div.vg-legend-category-treeview .treeview li:last-child {
  border-bottom: 1px solid transparent;
}
div.vg-legend-category-treeview .treeview li a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #393939;
}
div.vg-legend-category-treeview .treeview li a:hover {
  padding: 0 10px;
}
div.vg-legend-category-treeview .treeview li span {
  padding: 0;
  background: none;
}
div.vg-legend-category-treeview .treeview li .counter {
  margin: 0 5px;
}
div.vg-legend-category-treeview .treeview li.collapsable {
  padding-bottom: 0;
}
div.vg-legend-category-treeview .treeview ul {
  margin: 0;
  padding: 10px 15px;
  padding-right: 0;
}
div.vg-legend-category-treeview .treeview ul li {
  padding: 13px 0;
}
div.vg-legend-category-treeview .treeview ul .hitarea {
  top: 13px;
}
/* Widget Start */
.widget-title {
  display: block;
  width: 100%;
  margin: 0 0 25px;
  position: relative;
}
.widget-title:after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #f0ce16;
}
.widget-title h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 15px;
}
.widget-title.header-widget-title {
  text-align: left;
}
.widget-title.footer-widget-title:after {
  height: 1px;
}
.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: #f0ce16;
  margin: 15px 0 0;
}
.wpb_heading {
  display: block;
  width: 100%;
  margin: 0 0 35px;
  position: relative;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.1em;
}
.wpb_heading:after {
  content: '';
  display: block;
  width: 89px;
  height: 2px;
  background: #f0ce16;
  margin: 10px 0 0;
}
.wpb_heading.style2 {
  font-size: 22px;
  letter-spacing: 0.03em;
}
.wpb_heading.style2:after {
  width: 60px;
}
.wpb_heading.style3 {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 10px;
  font-size: 22px;
  letter-spacing: 0.03em;
  color: #101010;
}
.wpb_heading.style3:after {
  position: absolute;
  bottom: -1px;
  left: 0;
}
.wpb_heading.style4 {
  text-align: center;
}
.wpb_heading.style4:after {
  margin: 15px auto 0;
  background-color: #393939;
}
.wpb_heading.style4.left {
  text-align: left;
}
.wpb_heading.style4.left:after {
  margin: 15px 0 0;
}
.wpb_heading.style5 {
  text-align: center;
  padding: 0 0 10px;
}
.wpb_heading.style5:before,
.wpb_heading.style5:after {
  content: '';
  width: 60px;
  height: 2px;
  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);
  background-color: #f0ce16;
}
.wpb_heading.style5:after {
  width: 40px;
  bottom: -5px;
}
.wpb_heading.style5.left {
  text-align: left;
}
.wpb_heading.style5.left:before,
.wpb_heading.style5.left:after {
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.wpb_heading.style6 {
  color: #fff;
}
.wpb_heading.style6::first-letter {
  color: #fff;
}
/* Top Bar Start */
.top-bar {
  font-size: 13px;
  line-height: 16px;
  position: relative;
  z-index: 1000;
}
.top-bar .widget {
  display: inline-block;
  margin: 0 5px;
}
.top-bar .widget:first-child {
  margin-left: 0;
}
.top-bar .widget:last-child {
  margin-right: 0;
}
.topbar-widget ul li,
.header-widget ul li {
  display: inline-block;
  vertical-align: top;
  padding: 15px 10px;
  line-height: 16px;
  width: auto;
}
.topbar-widget ul li a,
.header-widget ul li a {
  display: inline-block;
  font-size: 13px;
}
.topbar-widget ul li:after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  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%);
  background-color: transparent;
}
.topbar-widget ul li:first-child {
  padding-left: 0;
}
.topbar-widget ul 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: #fff;
  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: -1px;
  left: 101%;
}
.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: #393939 !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: 40px 0;
}
.logo-background {
  display: block;
  width: 215px;
  height: 50px;
  background: url(../images/logo/1/logo.png) center center no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.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: #f0ce16;
}
.vina-product-search form {
  position: relative;
  background-color: #fff;
  border: 2px solid #fff;
  padding: 13px 5px 13px 155px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}
.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: #393939;
}
.vina-product-search form input[type=text] {
  display: block;
  width: 100%;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-left-width: 1px;
  padding: 0 15px !important;
  line-height: 24px;
  height: 24px;
}
.vina-product-search form .select-category {
  position: absolute;
  top: 5px;
  left: 0;
  width: 155px;
}
.vina-product-search form .select-category:after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 20px;
  color: #393939;
  line-height: 40px;
  z-index: 0;
}
.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: 40px;
  position: relative;
  z-index: 10;
  background: none;
}
.vina-product-search form select::-ms-expand {
  display: none;
}
.vina-product-search form button {
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: #393939;
  color: #fff;
  overflow: hidden;
  text-indent: -999px;
  width: 80px;
  height: 44px;
  line-height: 44px;
  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: #000 !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: 20px;
}
.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;
}
.mini_cart_inner:hover .mcart-border {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: translate(0, 6px);
  -moz-transform: translate(0, 6px);
  -ms-transform: translate(0, 6px);
  -o-transform: translate(0, 6px);
  transform: translate(0, 6px);
}
.mini_cart_inner a {
  display: block;
}
.mini_cart_inner .shopping_cart {
  padding: 15px 0;
  line-height: 30px;
  height: 60px;
}
.mini_cart_inner .shopping_cart span {
  display: inline-block;
  vertical-align: top;
}
.mini_cart_inner .shopping_cart .sub-title,
.mini_cart_inner .shopping_cart .cart-total-price {
  display: none;
}
.mini_cart_inner .shopping_cart .icon-cart {
  display: inline-block;
  position: relative;
}
.mini_cart_inner .shopping_cart .icon-cart i {
  font-size: 20px;
  line-height: 36px;
}
.mini_cart_inner .shopping_cart .cart-quantity {
  display: block;
  position: absolute;
  top: -4px;
  right: -14px;
  background: #e91113;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  min-width: 20px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.mini_cart_inner:hover a {
  color: #f0ce16;
}
.mini_cart_inner:hover span {
  color: #f0ce16;
}
.mcart-border {
  opacity: 0;
  visibility: hidden;
  width: 300px;
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 0;
  font-size: 13px;
  background: #fff;
  color: #393939;
  padding: 10px 15px;
  text-align: left;
  border: 2px solid #393939;
  -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:after {
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: normal;
  right: 20px;
  left: auto;
  position: absolute;
  top: -15px;
  opacity: 1;
  z-index: 9999;
  color: #393939;
  margin: 0 auto;
  width: 14px;
}
.mcart-border .total {
  padding-top: 15px !important;
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: normal;
  clear: both;
  border-top: 1px solid #eee;
  padding-top: 10px;
  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 a {
  color: #393939 !important;
}
.mcart-border .buttons a:hover {
  color: #fff !important;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding-left: 0 !important;
  padding-right: 15px;
  margin-bottom: 10px;
  display: block;
}
.woocommerce ul.cart_list li .product-details,
.woocommerce ul.product_list_widget li .product-details {
  padding-left: 65px;
}
.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: #393939 !important;
  font-weight: normal;
  margin-bottom: 8px;
}
.woocommerce ul.cart_list li .product-image,
.woocommerce ul.product_list_widget li .product-image {
  border: 1px solid #e5e5e5;
  float: left;
  position: relative;
  width: 50px;
}
.woocommerce ul.cart_list li .product-image .quantity,
.woocommerce ul.product_list_widget li .product-image .quantity {
  background-color: #f0ce16;
  border-radius: 40px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  left: -10px;
  line-height: 20px;
  overflow: visible;
  position: absolute;
  text-align: center;
  top: -10px;
  min-width: 20px;
  z-index: 1;
}
.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: 50px;
}
.woocommerce ul.cart_list li a.remove,
.woocommerce ul.product_list_widget li a.remove {
  color: red !important;
  left: auto !important;
  right: 0;
}
.woocommerce ul.cart_list li a.remove:hover,
.woocommerce ul.product_list_widget li a.remove:hover {
  color: #393939 !important;
  background: none !important;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-weight: normal;
  font-size: 16px;
}
.woocommerce ul.cart_list li .quantity,
.woocommerce ul.product_list_widget li .quantity {
  display: inline-block;
  height: auto;
  line-height: 18px;
  margin-top: 6px;
}
.woocommerce ul.cart_list li .amount,
.woocommerce ul.product_list_widget li .amount {
  display: inline-block;
  font-size: 14px;
}
.woocommerce ul.cart_list li .amount:hover,
.woocommerce ul.product_list_widget li .amount:hover {
  color: #f0ce16;
}
.widget.header-widget ul li {
  text-align: left;
}
.widget.header-widget ul li.icon-user,
.widget.header-widget ul li.icon-wishlist {
  padding: 6px 0;
}
.widget.header-widget ul li.icon-user a,
.widget.header-widget ul li.icon-wishlist a {
  font-size: 0;
  width: 35px;
  height: 35px;
  position: relative;
  display: block;
}
.widget.header-widget ul li.icon-user a:after,
.widget.header-widget ul li.icon-wishlist a:after {
  content: '\f207';
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  width: 100%;
  font-size: 23px;
  line-height: 38px;
  margin-left: 0;
  text-align: center;
}
.widget.header-widget ul li.icon-user a:hover:after,
.widget.header-widget ul li.icon-wishlist a:hover:after {
  color: #f0ce16;
}
.widget.header-widget ul li.icon-user > ul,
.widget.header-widget ul li.icon-wishlist > ul {
  text-align: left;
}
.widget.header-widget ul li.icon-user > ul > li,
.widget.header-widget ul li.icon-wishlist > ul > li {
  padding: 10px !important;
}
.widget.header-widget ul li.icon-user > ul > li > a,
.widget.header-widget ul li.icon-wishlist > ul > li > a {
  width: auto !important;
  height: auto !important;
  font-size: 13px !important;
}
.widget.header-widget ul li.icon-wishlist a:after {
  content: '\f15e';
}
/* Main Menu Start */
.vg-bottom-bar {
  background: #101010;
  color: #fff;
}
.vg-bottom-bar a {
  color: #fff;
}
.vg-bottom-bar a:hover {
  color: #f0ce16;
}
/* Socials Start */
/* Brand Start */
.brand-inner {
  border-top: 1px solid #e5e5e5;
  padding: 30px 0;
}
.brand-inner .owl-item {
  padding: 0 10px;
}
.brand-inner .owl-theme .owl-controls .owl-buttons div {
  top: 50%;
}
.brand-inner img {
  display: block;
  margin: 0 auto;
}
.brand-content {
  display: none;
}
/* Newsletter Start */
.vg-newsletter-form {
  background-color: #101010;
  padding: 30px 0;
  color: #fff;
  text-align: center;
}
.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: #f0ce16;
  -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: #333 !important;
  color: #fff;
}
.vg-newsletter-form .widget_wysija_cont .wysija-input {
  float: none;
  border: none;
  display: inline-block;
  width: 100% !important;
  background: #1f1f1f !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;
}
/* 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: 23px !important;
  padding: 7px 0 !important;
}
.ft-contact-info li i {
  font-size: 15px;
  color: #f0ce16;
  margin-right: 3px;
}
.ft-contact-info li .text-label {
  margin: 0 5px;
}
.widget-footer ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}
.widget-footer ul li a:hover {
  padding-left: 10px;
}
.widget-footer.woocommerce .star-rating span {
  color: #0b8dca;
}
.widget-footer .product-price,
.widget-footer .compare-list .price,
.widget-footer .price {
  color: #fff !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 {
  border-color: #fff;
  color: #fff;
}
.widget-footer.widget_vgw_social_media a:hover {
  border-color: #f0ce16;
}
.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: #f0ce16;
  background: transparent;
}
/* Footer Start */
footer {
  background-color: #1f1f1f;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}
.footer {
  padding: 40px 0 25px;
}
/* Copyright Footer Start */
.bottom-footer {
  background-color: #101010;
  padding: 20px 0;
  font-size: 14px;
  line-height: 22px;
}
.bottom-footer a {
  color: #f0ce16;
}
.bottom-footer a:hover {
  text-decoration: underline;
}
.colbottomft {
  text-align: center;
}
.colbottomft:last-child {
  text-align: right;
}
.colbottomft:last-child.text-center {
  text-align: center;
}
.colbottomft:first-child {
  text-align: left;
}
.colbottomft:first-child.text-center {
  text-align: center;
}
/* Front Page Start */
/* Static Box Start */
.block-static {
  padding: 20px 0;
}
.block-static .content-box {
  padding-left: 15px;
}
.block-static .content-box p {
  margin-bottom: 0;
}
.block-static h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
.block-static .icon {
  display: block;
  width: 70px;
  height: 50px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../images/icons/icon0.png) no-repeat;
}
.block-static .icon.icon-1 {
  background-position: left top;
}
.block-static .icon.icon-4 {
  background-position: left bottom;
}
.block-static .icon.icon-2 {
  background-position: left -50px;
}
.block-static .icon.icon-3 {
  background-position: left -100px;
}
.block-static.static-full {
  text-align: center;
}
.block-static.static-full .icon-box,
.block-static.static-full .content-box {
  display: block;
  width: 100%;
}
.block-static.static-full .content-box {
  padding-left: 0;
}
.block-static.static-full .icon {
  margin: 0 auto 25px;
}
.block-static.style1 .box-col {
  border-width: 0;
  border-style: solid;
  border-color: #393939;
  border-right-width: 1px;
}
.block-static.style1 .box-col:last-child {
  border-right-width: 0;
}
.block-static.style1 h3 {
  text-transform: uppercase;
}
.block-static.style3 {
  border: 1px solid #f0ce16;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 0 20px;
}
.block-static.style3 .box-col-inner {
  padding: 20px 0;
  border-bottom: 1px solid #cfcfcf;
}
.block-static.style3 .box-col:last-child .box-col-inner {
  border-bottom: none;
}
.block-static.style3 h3 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 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;
  padding: 0 15px;
  margin-bottom: 25px;
  background: #fff;
  border-width: 0;
  border-style: solid;
  border-color: #f2f2f2;
  border-right-width: 1px;
  /* 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;
  /* IE8 filter*/
  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;
  /* IE8 filter*/
  filter: alpha(opacity=100);
}
.vgw-item-i:hover .product-label span {
  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);
}
.vgw-item-i:hover .button-group > div {
  opacity: 1;
  /* IE8 filter*/
  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 .product-image {
  position: relative;
  overflow: hidden;
}
.vgw-item-i .product-image > a {
  display: block;
}
.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;
  /* IE8 filter*/
  filter: alpha(opacity=0);
}
.vgw-item-i .product-image .second img {
  display: block;
  margin: 0 auto;
}
.vgw-item-i .product-content {
  padding: 15px 0;
  position: relative;
}
.vgw-item-i .product-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.vgw-item-i .product-title a:hover {
  color: #f0ce16;
}
.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-label span {
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
  -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 .product-desc {
  margin-bottom: 15px;
}
.vgw-item-i .button-group {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 100;
  -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 10px 0 0;
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
}
.vgw-item-i .button-group > div:first-child {
  margin-left: 0;
}
.vgw-item-i .button-group > div:last-child {
  margin-right: 0;
}
.vgw-item-i .button-group a {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -999px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #393939;
  border: 1px solid #393939;
  color: #fff;
  text-align: center;
  position: relative;
}
.vgw-item-i .button-group 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;
}
.vgw-item-i .button-group a:hover {
  background-color: #f0ce16;
  border-color: #f0ce16;
}
.vgw-item-i .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);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.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:before {
  content: '\f1cb';
}
.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: #f0ce16;
  border: 1px solid #f0ce16;
  -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-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 0);
  -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: #f0ce16;
  border-color: #f0ce16;
}
.vgw-item-i .button-group .yith-wcwl-wishlistaddedbrowse.show a {
  background-color: #f0ce16;
  border-color: #f0ce16;
}
.vgw-item-i .button-group .yith-wcwl-wishlistaddedbrowse a {
  background-color: #f0ce16;
  border-color: #f0ce16;
}
.vgw-item-i .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);
  -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: #f0ce16;
  border-color: #f0ce16;
}
.vgw-item-i .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);
  -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:hover .product-rating,
.vgw-item-i.vgw-vertical:hover .product-price {
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
  -webkit-transform: translate(15px, 0);
  -moz-transform: translate(15px, 0);
  -ms-transform: translate(15px, 0);
  -o-transform: translate(15px, 0);
  transform: translate(15px, 0);
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.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-bottom: 10px;
}
.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;
  /* IE8 filter*/
  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;
  /* IE8 filter*/
  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.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;
  /* 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);
}
.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;
  /* IE8 filter*/
  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: #e91113;
  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: #fff;
  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;
  /* IE8 filter*/
  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;
  /* IE8 filter*/
  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-1 .button-group {
  top: 15px;
  left: 15px;
  right: auto;
}
.vgw-item-i.effect-1 .button-group > div {
  display: block;
  margin-bottom: 10px;
}
.vgw-item-i.effect-1 .button-group .add-to-cart {
  -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.effect-1 .button-group .vgw-wishlist {
  -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.effect-1 .button-group .vgw-compare {
  -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.effect-1 .button-group .vgw-quickview {
  -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.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-2:hover .button-group > div {
  -webkit-animation: flipInX 0.8s linear;
  -moz-animation: flipInX 0.8s linear;
  -ms-animation: flipInX 0.8s linear;
  -o-animation: flipInX 0.8s linear;
  animation: flipInX 0.8s linear;
}
.vgw-item-i.effect-2:hover .button-group .vgw-wishlist {
  -webkit-animation: flipInX 1s linear;
  -moz-animation: flipInX 1s linear;
  -ms-animation: flipInX 1s linear;
  -o-animation: flipInX 1s linear;
  animation: flipInX 1s linear;
}
.vgw-item-i.effect-2:hover .button-group .vgw-compare {
  -webkit-animation: flipInX 1.2s linear;
  -moz-animation: flipInX 1.2s linear;
  -ms-animation: flipInX 1.2s linear;
  -o-animation: flipInX 1.2s linear;
  animation: flipInX 1.2s linear;
}
.vgw-item-i.effect-2:hover .button-group .vgw-quickview {
  -webkit-animation: flipInX 1.4s linear;
  -moz-animation: flipInX 1.4s linear;
  -ms-animation: flipInX 1.4s linear;
  -o-animation: flipInX 1.4s linear;
  animation: flipInX 1.4s linear;
}
.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.effect-3:hover .button-group > div {
  -webkit-animation: bounceIn 0.8s linear;
  -moz-animation: bounceIn 0.8s linear;
  -ms-animation: bounceIn 0.8s linear;
  -o-animation: bounceIn 0.8s linear;
  animation: bounceIn 0.8s linear;
}
.vgw-item-i.effect-3:hover .button-group .vgw-wishlist {
  -webkit-animation: bounceIn 1s linear;
  -moz-animation: bounceIn 1s linear;
  -ms-animation: bounceIn 1s linear;
  -o-animation: bounceIn 1s linear;
  animation: bounceIn 1s linear;
}
.vgw-item-i.effect-3:hover .button-group .vgw-compare {
  -webkit-animation: bounceIn 1.2s linear;
  -moz-animation: bounceIn 1.2s linear;
  -ms-animation: bounceIn 1.2s linear;
  -o-animation: bounceIn 1.2s linear;
  animation: bounceIn 1.2s linear;
}
.vgw-item-i.effect-3:hover .button-group .vgw-quickview {
  -webkit-animation: bounceIn 1.4s linear;
  -moz-animation: bounceIn 1.4s linear;
  -ms-animation: bounceIn 1.4s linear;
  -o-animation: bounceIn 1.4s linear;
  animation: bounceIn 1.4s linear;
}
.woo-vertical .vgw-item {
  padding: 0 15px;
}
.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: #393939;
}
.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: #f0ce16;
}
.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.vc_row {
  margin-left: 0;
  margin-right: 0;
  background: #fff;
}
.group-featured .vc_column_container {
  min-height: 650px;
}
.group-featured .vc_column_container:first-child {
  border-width: 0;
  border-style: solid;
  border-color: #cfcfcf;
  border-right-width: 1px;
}
.group-featured .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.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;
}
.wpb_row .vc_tta.vc_general .vc_tta-tabs-list {
  position: absolute;
  top: -78px;
  right: -15px;
  z-index: 100;
  margin: 0 !important;
  padding: 0 !important;
}
.wpb_row .vc_tta.vc_general .vc_tta-tab {
  margin: 0 15px;
}
.wpb_row .vc_tta.vc_general .vc_tta-tab > a {
  color: #101010;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid transparent;
  padding: 10px 0;
  font-size: 15px;
  line-height: 23px;
  -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 {
  color: #101010 !important;
  font-weight: 700;
  background-color: transparent;
  border-bottom-color: #f0ce16 !important;
}
.wpb_row .vc_tta.vc_general .vc_tta-tab.vc_active:hover > a {
  font-weight: 700;
}
.wpb_row .vc_tta.vc_general .vc_tta-tab:hover > a {
  font-weight: 400;
}
.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: #fff !important;
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0;
  overflow: visible !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: #393939;
  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: #f0ce16;
}
.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: #f0ce16;
}
.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: #393939;
}
.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: #393939;
}
.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: #393939;
}
/* Post Carousel */
.item-i,
.vgp-item-i {
  position: relative;
  padding: 0 15px;
}
.item-i .post-content,
.vgp-item-i .post-content {
  background: #fff;
  padding: 15px 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 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.item-i .post-title a:hover,
.vgp-item-i .post-title a:hover {
  color: #f0ce16;
}
.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(57, 57, 57, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: rgba(57, 57, 57, 0.7);
}
.item-i .post-readmore a:hover,
.vgp-item-i .post-readmore a:hover {
  color: #393939;
  border-color: #393939;
}
.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;
}
.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-content {
  position: relative;
}
.vgp-item-i .post-meta {
  display: block;
  padding: 15px;
  background: #1f1f1f;
  color: #ccc;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  z-index: 100;
}
.vgp-item-i .post-meta li {
  display: inline-block;
  vertical-align: top;
}
.vgp-item-i .post-meta li:last-child {
  float: right;
}
.vgp-item-i .post-meta span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.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: #f0ce16;
}
.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: #999;
}
.vgp-item-i .post-readmore a {
  padding: 0;
  border: none;
}
.vgp-item-i .post-readmore a:after {
  display: inline-block;
  content: '\f2ee';
  font-family: 'Material-Design-Iconic-Font';
  margin-left: 10px;
}
.vgp-item-i .post-readmore a:hover:after {
  -webkit-animation: shake 1s;
  -moz-animation: shake 1s;
  -ms-animation: shake 1s;
  -o-animation: shake 1s;
  animation: shake 1s;
}
.post-carousel.h-readmore .vgp-item-i .post-readmore {
  display: none;
}
.post-carousel.style1 .vgp-item-i .post-content {
  padding: 15px;
}
.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: #f0ce16;
  font-size: 17px;
  line-height: 26px;
  padding: 16px 20px;
  color: #fff;
  -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: #fff;
}
.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: #f0ce16;
  background-color: none;
  border: 1px solid #f0ce16;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.banner-text .btn:hover {
  background-color: #f0ce16;
  color: #fff;
}
.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: #f0ce16;
}
.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: #f0ce16;
  background-color: transparent;
  color: #f0ce16;
}
.banner-text.style1 .btn:before {
  content: '\f1cb';
  font-family: 'Material-Design-Iconic-Font';
  margin-right: 10px;
}
.banner-text.style1 .btn:hover {
  background-color: #f0ce16;
  color: #fff;
}
.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: #fff;
  color: #393939;
}
.banner-text.style3 .btn:hover {
  background-color: #f0ce16;
  color: #fff;
}
/* Inner Page Start */
.main-container {
  padding-bottom: 30px;
}
.page-template-front-page .main-container {
  padding-bottom: 0;
}
.site-breadcrumb {
  margin-bottom: 80px;
  padding: 50px 0;
  background: url(../images/bg_breadcrumb.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
}
#breadcrumbs {
  color: #f0ce16;
  text-transform: capitalize;
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}
#breadcrumbs li {
  display: inline-block;
  vertical-align: top;
}
#breadcrumbs a {
  color: #fff;
}
#breadcrumbs a:hover {
  color: #f0ce16;
}
#breadcrumbs .separator {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  color: #fff;
}
.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 */
.category-image-desc {
  margin-bottom: 25px;
}
.archive-content {
  overflow: hidden;
}
.shop-products .vgw-item-i {
  margin-bottom: 0;
  padding: 0;
  border-right-width: 0;
}
.shop-products .vgw-item {
  margin-bottom: 35px !important;
  border-width: 0;
  border-style: solid;
  border-color: #e5e5e5;
  border-right-width: 1px;
  -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.grid-view .vgw-item-i .list-col8 .listview {
  display: none;
}
.shop-products.list-view .vgw-item {
  width: 100%;
  padding-bottom: 30px;
  border: none !important;
  border-bottom: 1px solid #cfcfcf !important;
}
.shop-products.list-view .vgw-item:last-child {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
.shop-products.list-view .vgw-item-i .list-col8 .gridview {
  display: none;
}
.shop-products.list-view .vgw-item-i .list-col8 .listview {
  display: block;
}
.shop-products.list-view .vgw-item-i .product-desc {
  margin-bottom: 35px;
}
.shop-products.list-view .vgw-item-i .button-group {
  position: static;
}
.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: 9px 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: #f0ce16;
}
.all-subcategories li mark {
  background-color: transparent;
  color: #393939;
  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: 1px solid #e5e5e5;
  border-bottom: none;
  margin: 20px 0 0;
  padding: 15px 0 0;
}
.toolbar .view-mode {
  float: left;
  line-height: 30px;
}
.toolbar .view-mode a {
  color: #393939;
  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 #f0ce16;
}
.toolbar .view-mode a:hover i {
  color: #f0ce16;
}
.toolbar .view-mode a.active {
  border: 1px solid #f0ce16;
}
.toolbar .view-mode a.active i {
  color: #f0ce16;
}
.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: #393939;
  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: #f0ce16;
  background: #f0ce16;
  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;
  /* Carousel Thumbnail */
}
.single-product-image:hover .product-label span {
  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);
}
.single-product-image .product-label {
  top: 0;
  left: 0;
}
.single-product-image .product-label span {
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
  -webkit-transform: translate(-15px, 0);
  -moz-transform: translate(-15px, 0);
  -ms-transform: translate(-15px, 0);
  -o-transform: translate(-15px, 0);
  transform: translate(-15px, 0);
}
.single-product-image .thumbnails {
  padding-top: 0 !important;
}
.single-product-image .thumbnails .owl-item {
  padding: 0 15px;
}
.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 .owl-buttons div {
  top: 50%;
}
/* Product Info Start */
.single-product-info p {
  margin-bottom: 0;
}
.single-product-info p.price {
  display: none;
}
.single-product-info h1 {
  font-size: 24px;
  line-height: 30px;
}
.single-product-info .woocommerce-product-rating {
  margin-top: 15px;
  color: #f0ce16;
}
.single-product-info .woocommerce-product-rating .star-rating {
  margin-right: 10px;
}
.single-product-info .product-price {
  font-size: 30px;
  line-height: 30px;
  color: #393939 !important;
  margin: 20px 0 0;
}
.single-product-info .product-price del {
  color: rgba(57, 57, 57, 0.5) !important;
  font-size: 24px;
  line-height: 30px;
}
.single-product-info .short-description {
  margin-top: 15px;
  color: #666;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
}
.single-product-info .short-description p {
  margin-bottom: 15px;
  line-height: 24px;
  color: #666;
}
.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: #393939;
  display: block;
  font-size: 15px;
  text-transform: capitalize;
  margin-top: 20px;
}
.single-product-info .in-stock.stock {
  display: none;
}
.single-product-info .in-stock span {
  color: rgba(240, 206, 22, 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: #393939;
  margin-right: 7px;
  font-weight: 700;
}
.single-product-info .cart {
  margin-top: 15px;
  /* Variable Product */
  /* Grouped Product */
}
.single-product-info .cart .quantity {
  display: block;
  float: none !important;
  margin: 0 0 25px !important;
}
.single-product-info .cart .single_add_to_cart_button {
  display: inline-block;
  margin-right: 10px;
  -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;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 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 {
  background-color: #393939;
  color: #fff;
}
.single-product-info .cart .single_add_to_cart_button.alt:hover {
  background-color: #f0ce16;
  border-color: #f0ce16;
}
.single-product-info .cart .single_add_to_cart_button.disabled {
  padding: 8px 25px;
  background-color: #393939 !important;
}
.single-product-info .cart label {
  color: #393939;
}
.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;
}
.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: #393939;
  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 .quantity {
  margin-bottom: 0 !important;
}
.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;
}
.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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #393939;
  border: 1px solid #393939;
  color: #fff;
  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: #f0ce16;
  border-color: #f0ce16;
}
.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: #f0ce16;
  border-color: #f0ce16;
}
.single-product-info .action-buttons .vgw-compare a:before {
  content: '\f1b5';
}
.single-product-info .action-buttons .vgw-compare a.added {
  background-color: #f0ce16;
  border-color: #f0ce16;
}
.single-product-info .product_meta {
  padding-top: 10px;
  margin-top: 20px;
  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;
}
/* Woocommerce Tab Start */
.woocommerce div.product .woocommerce-tabs {
  /* Panel Woocommerce Tab */
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 30px 0 40px;
  padding: 0;
  text-align: center;
}
.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: 20px 0;
  -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:after {
  border: none;
  background-color: transparent;
  bottom: 0;
  width: 75px;
  height: 2px;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child a {
  border-right-width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover:after {
  background-color: #f0ce16;
  -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: #393939;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #9c9c9c;
  padding: 0 35px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 26px;
  border-width: 0;
  border-style: solid;
  border-color: #9c9c9c;
  border-right-width: 1px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  font-size: 14px;
  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(57, 57, 57, 0.55);
  border-radius: 0;
  box-shadow: none;
  background: none !important;
  color: rgba(57, 57, 57, 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: #393939 !important;
  color: #fff !important;
  text-shadow: none;
  border-color: #393939 !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;
}
#quick_view_container .images {
  width: 100%;
}
#quick_view_container .product_infos {
  padding: 0;
}
#quick_view_container .product_infos h1 {
  font-size: 26px;
}
#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: #393939;
}
#quick_view_container .product_infos .action-buttons {
  display: none;
}
#quick_view_container .product_infos .label {
  font-size: 14px;
  text-transform: uppercase;
  color: #393939;
}
#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: rgba(57, 57, 57, 0.7) !important;
  border: 2px solid rgba(57, 57, 57, 0.7) !important;
  font-size: 14px !important;
  padding: 8px 20px !important;
}
#quick_view_container .product_infos .single_add_to_cart_button:hover {
  background-color: #393939 !important;
  border: 2px solid #393939 !important;
}
#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: 45px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.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 #393939;
}
.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.list .post-content.none-thumb {
  padding: 0 !important;
  width: 100%;
}
.post.sticky .post-wrapper {
  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.sticky .entry-title {
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
}
.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;
  text-align: center;
}
.post .post-thumbnail a {
  display: block;
  margin: 0 auto;
  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: 18px;
  line-height: 24px;
  text-transform: capitalize;
}
.post .entry-meta {
  margin-top: 15px;
  font-size: 13px;
  line-height: 16px;
  text-transform: capitalize;
  color: rgba(57, 57, 57, 0.6);
}
.post .entry-meta a {
  color: rgba(57, 57, 57, 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;
}
.post .entry-meta a:hover {
  color: #393939;
}
.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: #fff;
  background: #393939;
  -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: #393939;
  margin-right: 7px;
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
  z-index: 99;
  min-width: 100px;
  color: #fff !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 #393939;
  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: 15px;
  padding-top: 15px;
  border-top: 1px solid #f1f1f1;
  line-height: 23px;
  color: rgba(57, 57, 57, 0.7);
}
.post .entry-summary p .more-link,
.post .entry-content p .more-link {
  display: none;
}
.post .entry-content {
  color: #393939;
  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: 26px;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.nav-links {
  margin: 0 0 30px;
  padding: 15px;
  background-color: #f5f5f5;
}
.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;
}
.nav-links .nav-next a:after {
  content: '\f301';
  font-family: 'Material-Design-Iconic-Font';
  display: inline-block;
  margin-left: 8px;
}
.nav-links .nav-previous a:before {
  content: '\f2ff';
  font-family: 'Material-Design-Iconic-Font';
  display: inline-block;
  margin-right: 8px;
}
.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: #393939;
  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 #393939;
  text-transform: uppercase;
  font-style: normal;
  color: #393939;
}
.comments-area .reply a:hover {
  color: #fff;
  background: #393939;
}
.comments-area .children {
  padding-left: 50px;
}
.comment-respond {
  padding: 40px 0;
}
.comment-reply-title {
  font-size: 20px;
  line-height: 30px;
  text-transform: none;
  margin-bottom: 20px;
}
.comment-reply-title:after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #393939;
  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: #393939;
  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: #393939;
}
.comment-form .submit:hover {
  background: #393939;
  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: 55px;
}
.about-page .site-breadcrumb {
  margin-bottom: 0;
}
.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: #f0ce16;
  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(57, 57, 57, 0.5);
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  font-size: 18px;
  color: rgba(57, 57, 57, 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: #393939;
  background-color: #393939;
  color: #fff;
}
.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 #fff;
  -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(57, 57, 57, 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: #393939;
  border-color: #393939;
  color: #fff;
}
.wpcf7-form .wpcf7-submit:hover {
  border-color: #f0ce16;
  background-color: #f0ce16;
}
.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: #fff;
  background: url('../images/404.jpg') no-repeat;
  background-position: center -100px;
  background-size: 100% auto;
}
.page-404 .logo-text {
  color: #fff;
}
.page-404 .page-content {
  padding-top: 280px;
}
.page-404 h3 {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 20px;
}
.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: #f0ce16;
}
.page-404 form {
  display: inline-block;
  width: 100%;
  position: relative;
  max-width: 400px;
}
.page-404 .input_text {
  padding: 0 15px;
  font-size: 14px;
  color: #393939;
  border: 2px solid #fff;
  background-color: #fff;
  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: #f0ce16;
}
/* 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 legend {
  border-bottom: none;
  color: #f0ce16;
  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: #393939 !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;
  width: 470px;
  text-transform: uppercase;
}
.woocommerce table.shop_table .product-name a {
  font-size: 14px;
  font-weight: 300;
  display: block;
  color: #393939 !important;
  display: inline-block;
  font-weight: 600;
}
.woocommerce table.shop_table .product-name a:hover {
  color: #f0ce16 !important;
}
.woocommerce table.shop_table .product-name strong {
  display: inline-block;
  font-weight: 300;
}
.woocommerce table.shop_table .product-name .variation {
  color: #393939;
  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: #393939;
  border: none;
  color: #fff;
}
.woocommerce .actions .coupon .button:hover {
  background: #f0ce16;
}
.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: #393939;
  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: #535353;
}
.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: #393939;
  border: none;
  color: #fff;
  float: right;
  margin: 0;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals .shipping-calculator-form .button:hover {
  background: #535353;
}
.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: #393939;
  text-decoration: none;
}
.woocommerce .cart-collaterals .cart_totals h2 a:hover,
.woocommerce .cart-collaterals .shipping_calculator h2 a:hover {
  color: #f0ce16;
}
.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: 'Lato', 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: #393939;
}
#order_review .shop_table tfoot th {
  background: none;
  color: #393939;
  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: #f0ce16;
  border-color: #f0ce16;
  color: #fff !important;
}
#order_review #payment .place-order #place_order:hover {
  background: #393939;
  border-color: #393939;
}
.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: #393939;
  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: #393939;
  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: #f0ce16;
  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: #f0ce16;
  font-size: 14px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: 'Lato', 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: #393939;
  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: #393939;
  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: #393939;
  -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: #f0ce16;
  border-color: #f0ce16;
}
.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 .top-bar,
.layout-4 .top-bar,
.layout-5 .top-bar {
  background-color: #1f1f1f;
  color: #fff;
}
.layout-1 .top-bar a,
.layout-4 .top-bar a,
.layout-5 .top-bar a {
  color: #fff;
}
.layout-1 .top-bar a:hover,
.layout-4 .top-bar a:hover,
.layout-5 .top-bar a:hover {
  color: #f0ce16;
}
.layout-1 .header,
.layout-4 .header,
.layout-5 .header {
  background-color: #1f1f1f;
  color: #fff;
}
.layout-1 .header a,
.layout-4 .header a,
.layout-5 .header a {
  color: #fff;
}
.layout-1 .header a:hover,
.layout-4 .header a:hover,
.layout-5 .header a:hover {
  color: #f0ce16;
}
.widget.topbar-widget ul li:hover > a {
  color: #f0ce16;
}
.widget.topbar-widget ul li:hover > ul > li > a {
  color: #393939;
}
.widget.topbar-widget ul li > ul > li:hover > a {
  color: #f0ce16 !important;
}
.widget.topbar-widget ul li:hover:before {
  color: #f0ce16;
}
.layout-2 .top-bar,
.layout-3 .top-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.layout-2 .top-bar .line,
.layout-3 .top-bar .line {
  display: none;
}
.layout-2 .logo-background,
.layout-3 .logo-background {
  background: url(../images/logo/2/logo.png) center center no-repeat;
}
.layout-2 .logo-footer .logo-background,
.layout-3 .logo-footer .logo-background {
  background: url(../images/logo/2/logo-bottom.png) center center no-repeat;
}
.layout-2 .widget.topbar-widget ul li:after,
.layout-3 .widget.topbar-widget ul li:after {
  background-color: #cfcfcf;
}
.layout-2 .vina-product-search form,
.layout-3 .vina-product-search form {
  border-color: #f0ce16;
}
.layout-4 .search-inside,
.layout-5 .search-inside {
  text-align: right;
  position: relative;
}
.layout-4 .vina-product-search,
.layout-5 .vina-product-search {
  position: absolute;
  z-index: 1000;
  top: 5px;
  right: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
  visibility: hidden;
  overflow: hidden;
}
.layout-4 .vina-product-search.active,
.layout-5 .vina-product-search.active {
  width: 550px;
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  visibility: visible;
}
.layout-1 .widget.header-widget ul li.icon-user a:after,
.layout-2 .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 {
  color: #fff;
}
.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-1 .widget.header-widget ul li.icon-wishlist a:hover:after,
.layout-2 .widget.header-widget ul li.icon-wishlist a:hover:after {
  color: #f0ce16;
}
.layout-6 .widget.topbar-widget ul li:after,
.layout-7 .widget.topbar-widget ul li:after {
  background-color: #cfcfcf;
}
.layout-6 .logo-background,
.layout-7 .logo-background {
  background: url(../images/logo/6/logo.png) center center no-repeat;
}
.layout-6 .vina-product-search form,
.layout-7 .vina-product-search form {
  border-color: #cfcfcf;
}
.layout-6 .vg-header-static i,
.layout-7 .vg-header-static i {
  color: #f0ce16;
}
.layout-6 .vg-bottom-bar,
.layout-7 .vg-bottom-bar {
  background: #f0ce16;
}
.layout-6 .vg-bottom-bar a:hover,
.layout-7 .vg-bottom-bar a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.layout-6 .widget.header-widget ul li.icon-user a:after,
.layout-7 .widget.header-widget ul li.icon-user a:after,
.layout-6 .widget.header-widget ul li.icon-wishlist a:after,
.layout-7 .widget.header-widget ul li.icon-wishlist a:after {
  color: #fff;
}
.layout-6 .widget.header-widget ul li.icon-user a:hover:after,
.layout-7 .widget.header-widget ul li.icon-user a:hover:after,
.layout-6 .widget.header-widget ul li.icon-wishlist a:hover:after,
.layout-7 .widget.header-widget ul li.icon-wishlist a:hover:after {
  color: rgba(255, 255, 255, 0.8);
}
.layout-6 .mini_cart_inner:hover span,
.layout-7 .mini_cart_inner:hover span {
  color: rgba(255, 255, 255, 0.8);
}
.layout-6 .mini_cart_inner:hover span.cart-quantity,
.layout-7 .mini_cart_inner:hover span.cart-quantity {
  color: #fff;
}
/* Layout 01 Start */
.layout-1 .top-bar .line {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
/* Layout 02 Start */
/* Layout 03 Start */
.layout-3 {
  /* Woocommerce Start */
  /* Post Carousel Start */
}
.layout-3 .mini_cart_inner .shopping_cart {
  height: auto;
  padding: 10px 0 0;
}
.layout-3 .mini_cart_inner .shopping_cart .cart-total-price {
  display: inline-block;
  line-height: 36px;
  font-weight: bold;
  margin-left: 18px;
}
.layout-3 .mini_cart_inner .shopping_cart .cart-total-price .woocommerce-Price-currencySymbol {
  margin: 0 2px;
}
.layout-3 .brand-logos {
  padding: 40px 0;
  margin: 20px 0 50px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.layout-3 .product-label {
  left: auto;
  right: 15px;
}
.layout-3 .vgw-item-i: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;
}
.layout-3 .vgw-item-i .product-content {
  position: static;
}
.layout-3 .vgw-item-i .button-group {
  top: 15px;
  left: 15px;
  right: auto;
}
.layout-3 .vgw-item-i .button-group > div {
  display: block;
  margin-bottom: 10px;
}
.layout-3 .vgw-item-i .button-group .add-to-cart {
  -webkit-transform: translate(-30px, 0);
  -moz-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  -o-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}
.layout-3 .vgw-item-i .button-group .vgw-wishlist {
  -webkit-transform: translate(-25px, 0);
  -moz-transform: translate(-25px, 0);
  -ms-transform: translate(-25px, 0);
  -o-transform: translate(-25px, 0);
  transform: translate(-25px, 0);
}
.layout-3 .vgw-item-i .button-group .vgw-compare {
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
}
.layout-3 .vgw-item-i .button-group .vgw-quickview {
  -webkit-transform: translate(-15px, 0);
  -moz-transform: translate(-15px, 0);
  -ms-transform: translate(-15px, 0);
  -o-transform: translate(-15px, 0);
  transform: translate(-15px, 0);
}
.layout-3 .vgw-item-i.vgw-vertical .product-content {
  position: relative;
}
.layout-3 .vgw-item-i.vgw-vertical .button-group {
  top: 45px;
}
.layout-3 .vgw-item-i.vgw-vertical .button-group > div {
  display: inline-block;
  margin: 0 5px 0 0;
}
.layout-3 .woo-carousel-2 .vgw-item-i:hover .button-group > div {
  opacity: 1;
  /* IE8 filter*/
  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;
}
.layout-3 .woo-carousel-2 .vgw-item-i .button-group {
  position: absolute;
}
.layout-3 .woo-carousel-2 .vgw-item-i .button-group > div {
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
}
.layout-3 .woo-carousel-2 .vgw-item-i .button-group .add-to-cart {
  -webkit-transform: translate(-30px, 0) !important;
  -moz-transform: translate(-30px, 0) !important;
  -ms-transform: translate(-30px, 0) !important;
  -o-transform: translate(-30px, 0) !important;
  transform: translate(-30px, 0) !important;
}
.layout-3 .woo-carousel-2 .vgw-item-i .button-group .vgw-wishlist {
  -webkit-transform: translate(-25px, 0) !important;
  -moz-transform: translate(-25px, 0) !important;
  -ms-transform: translate(-25px, 0) !important;
  -o-transform: translate(-25px, 0) !important;
  transform: translate(-25px, 0) !important;
}
.layout-3 .woo-carousel-2 .vgw-item-i .button-group .vgw-compare {
  -webkit-transform: translate(-20px, 0) !important;
  -moz-transform: translate(-20px, 0) !important;
  -ms-transform: translate(-20px, 0) !important;
  -o-transform: translate(-20px, 0) !important;
  transform: translate(-20px, 0) !important;
}
.layout-3 .woo-carousel-2 .vgw-item-i .button-group .vgw-quickview {
  -webkit-transform: translate(-15px, 0) !important;
  -moz-transform: translate(-15px, 0) !important;
  -ms-transform: translate(-15px, 0) !important;
  -o-transform: translate(-15px, 0) !important;
  transform: translate(-15px, 0) !important;
}
.layout-3 .woo-carousel-2 .vgw-item-i .button-group .vgw-quickview {
  position: static;
}
.layout-3 .woo-carousel-2 .vgw-item-i .button-group .vgw-quickview a {
  background-color: #393939;
  border-color: #393939;
  color: #fff;
}
.layout-3 .woo-carousel-2 .vgw-item-i .button-group .vgw-quickview a:hover {
  background-color: #f0ce16;
  border-color: #f0ce16;
  color: #fff;
}
.layout-3 .item-i .post-content,
.layout-3 .vgp-item-i .post-content {
  padding: 15px 0;
}
/* Layout 04 Start */
.layout-4 .top-bar {
  background-color: #171717;
}
.layout-4 .main-navigation {
  text-align: right;
}
.layout-4 .brand-inner {
  border-top: none;
}
/* Layout 05 Start */
.layout-5 .header {
  background-color: #171717;
  padding: 25px 0;
}
.layout-5 .logo-background {
  background: url(../images/logo/5/logo.png) center center no-repeat;
}
.layout-5 .functions-inside {
  text-align: right;
}
.layout-5 .functions-inside .widget.header-widget ul li > ul {
  text-align: left;
  left: auto;
  right: 0;
}
.layout-5 .functions-inside .widget.header-widget ul li > ul ul {
  right: 100%;
}
.layout-5 .col-funcstion {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.layout-5 .col-funcstion:last-child {
  padding-right: 15px;
}
.layout-5 .col-funcstion.languages-inside {
  margin-right: 30px;
  text-align: left;
}
.layout-5 .click-search {
  padding: 0 10px;
}
.layout-5 .mini_cart_inner .shopping_cart {
  padding: 13px 0;
}
.layout-5 .ecommerce-inside .widget {
  border: none !important;
  padding: 0 10px;
}
.layout-5 .ecommerce-inside .widget:after {
  display: none;
}
/* Layout 06 Start */
.layout-6 {
  /* Post Carousel Start */
}
.layout-6 .top-bar {
  background-color: #f5f5f5;
}
.layout-6 .logo-footer .logo-background {
  background: url(../images/logo/6/logo-bottom.png) center center no-repeat;
}
.layout-6 .brand-inner {
  border-top: none;
}
.layout-6 .item-i .post-content,
.layout-6 .vgp-item-i .post-content {
  background: #f2f2f2;
}
/* Layout 07 Start */
.layout-7 .top-bar {
  border-bottom: 1px solid #cfcfcf;
}
.layout-7 .logo-footer .logo-background {
  background: url(../images/logo/7/logo-bottom.png) center center no-repeat;
}
/* Layout 08 Start */
.layout-8 .top-bar {
  border-bottom: 1px solid #cfcfcf;
}
.layout-8 #logo-wrapper {
  text-align: center;
}
.layout-8 .logo-background {
  margin: 0 auto;
  background: url(../images/logo/8/logo.png) center center no-repeat;
}
.layout-8 .logo-footer .logo-background {
  margin: 0;
}
.layout-8 .vina-product-search form {
  margin: 3px 0;
  padding: 10px 0;
  max-width: 250px;
  border-color: #393939;
}
.layout-8 .vina-product-search form .select-category {
  display: none;
}
.layout-8 .vina-product-search form input[type=text] {
  border: none !important;
}
.layout-8 .vina-product-search form button {
  width: auto;
  background-color: #393939;
  color: #fff;
  height: 48px;
  line-height: 48px;
  top: -2px;
  right: -2px;
  padding: 0 30px;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  -ms-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  z-index: 100;
}
.layout-8 .vina-product-search form button:hover {
  background-color: #ae950b;
}
.layout-8 .vg-bottom-bar {
  background: none;
  color: #393939;
}
.layout-8 .vg-bottom-bar a {
  color: #393939;
}
.layout-8 .main-navigation {
  border-top: 1px solid #cfcfcf;
  text-align: center;
}
.layout-8 .brand-logos {
  border-top: 1px solid #cfcfcf;
  padding: 45px 0 0;
}
.layout-8 .widget-footer .widget-title h3 {
  color: #393939;
}
.layout-8 .widget-footer ul li a {
  color: #666;
}
.layout-8 .widget-footer ul li a:hover {
  color: #f0ce16;
}
.layout-8 .widget-footer.woocommerce .star-rating span {
  color: #f0ce16;
}
.layout-8 .widget-footer .product-price,
.layout-8 .widget-footer .compare-list .price,
.layout-8 .widget-footer .price {
  color: #666 !important;
}
.layout-8 .widget-footer .product-price > del,
.layout-8 .widget-footer .compare-list .price > del,
.layout-8 .widget-footer .price > del {
  color: rgba(102, 102, 102, 0.7);
}
.layout-8 .widget-footer.widget_vgw_social_media a {
  border-color: #666;
  color: #666;
}
.layout-8 .widget-footer.widget_vgw_social_media a:hover {
  border-color: #f0ce16;
  color: #fff;
}
.layout-8 .widget-bottomft.widget_vgw_social_media a {
  color: #acacac;
}
.layout-8 .widget-bottomft.widget_vgw_social_media a:hover {
  color: #393939;
}
.layout-8 footer,
.layout-8 .bottom-footer {
  background-color: #fff;
  color: #666;
}
.layout-8 .footer {
  padding: 0 0 25px;
}
.layout-8 .footer .line {
  border-top: 1px solid #cfcfcf;
  margin-bottom: 70px;
}
.layout-8 .bottom-footer {
  border-top: 1px solid #cfcfcf;
  padding-bottom: 10px;
}
.layout-8 .colbottomft {
  line-height: 20px;
}
.layout-8 .block-static {
  padding: 0 0 40px;
  margin-bottom: 35px;
  border-bottom: 1px solid #cfcfcf;
}
.layout-8 .block-static .icon {
  background: url(../images/icons/icon5.png) no-repeat;
}
.layout-8 .block-static .icon.icon-1 {
  background-position: left top;
}
.layout-8 .block-static .icon.icon-4 {
  background-position: left bottom;
}
.layout-8 .block-static .icon.icon-2 {
  background-position: left -50px;
}
.layout-8 .block-static .icon.icon-3 {
  background-position: left -100px;
}
.layout-8 .block-static h3 {
  margin-bottom: 5px;
}
/* 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: #333 !important;
  box-shadow: 0 0 10px #cfcfcf;  
  min-height: 80px;
}
#vg-header-wrapper.fixed a {
  color: #fff;
}
#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 {
  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: none !important;
}
#vg-header-wrapper.fixed #navigation {
  width: 100%;
  padding-left: 260px;
  padding-right: 140px;
}
#vg-header-wrapper.fixed .main-navigation {
  text-align: left !important;
  border-top: none !important;
}
#vg-header-wrapper.fixed .main-navigation ul li a {
  padding-top: 30px;
  padding-bottom: 30px;
}
#vg-header-wrapper.fixed .main-navigation ul ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#vg-header-wrapper.fixed .ecommerce-wrap,
#vg-header-wrapper.fixed .functions-wrap {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1000;
  width: auto;
}
.layout-3 #vg-header-wrapper.fixed .mini_cart_inner .shopping_cart .cart-total-price {
  display: none;
}
.layout-3 #vg-header-wrapper.fixed .widget.header-widget ul li.icon-user a,
.layout-3 #vg-header-wrapper.fixed .widget.header-widget ul li.icon-wishlist a,
.layout-3 #vg-header-wrapper.fixed .mini_cart_inner .shopping_cart .icon-cart i {
  color: #fff;
}
.layout-3 #vg-header-wrapper.fixed .widget.header-widget ul li.icon-user a:hover,
.layout-3 #vg-header-wrapper.fixed .widget.header-widget ul li.icon-wishlist a:hover,
.layout-3 #vg-header-wrapper.fixed .mini_cart_inner .shopping_cart .icon-cart i:hover {
  color: rgba(255, 255, 255, 0.6);
}
.layout-4 #vg-header-wrapper.fixed .search-wrap {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1000;
  width: auto;
}
.layout-4 #vg-header-wrapper.fixed .search-inside {
  display: block;
}
.layout-5 #vg-header-wrapper.fixed #navigation {
  padding-right: 300px;
}
.sticky_logo {
  display: none;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1000;
  max-width: 245px;
  height: 50px;
}
.sticky_logo .logo-background {
  background: url(../images/logo/logo.png) no-repeat;
}
/* Current Menu Item */
.main-navigation ul li.current-menu-item a {
  color: #f0ce16;
}
.main-navigation ul li:first-child a {
  padding-left: 0;
}
/* 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: #f0ce16;
}
.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: #f0ce16;
  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: #f0ce16;
  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;
}
