/******************************************************************************/
/************************* CSS FOR ALL LAYOUTS ********************************/
/******************************************************************************/
/*-----------------------------------------------------------------------
0. Variables Less
*/
@font-face {
  font-family: 'bebas_neuebold';
  src: url('../assets/fonts/bebasneue_bold-webfont.woff2') format('woff2'), url('../assets/fonts/bebasneue_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bebas_neuebook';
  src: url('../assets/fonts/bebasneue_book-webfont.woff2') format('woff2'), url('../assets/fonts/bebasneue_book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bebas_neuelight';
  src: url('../assets/fonts/bebasneue_light-webfont.woff2') format('woff2'), url('../assets/fonts/bebasneue_light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bebas_neue_regularregular';
  src: url('../assets/fonts/bebasneue_regular-webfont.woff2') format('woff2'), url('../assets/fonts/bebasneue_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bebas_neuethin';
  src: url('../assets/fonts/bebasneue_thin-webfont.woff2') format('woff2'), url('../assets/fonts/bebasneue_thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* CSS3 PROPERTIES */
/* Border Radius */
/*-----------------------------------------------------------------------
1. Globally Applied Styles
*/
/* Slider VG Afela */
p {
  font-size: 14px;
  color: #7a7a7a;
  font-weight: normal;
  line-height: 26px;
}
.text-font {
  font-family: 'Montserrat', sans-serif;
}
.text-font.text-style1 {
  text-transform: uppercase;
  letter-spacing: 12px !important;
}
.text-big {
  position: relative;
}
.text-big:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 120px;
  top: -100%;
  left: 50%;
  background: #fff;
  -webkit-transform: translate(-100%, -100%);
  -moz-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  -o-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}
.text-big2 {
  text-transform: uppercase;
  position: relative;
}
.text-big2:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 120px;
  top: 60%;
  left: 50%;
  background: #fff;
  -webkit-transform: translate(-100%, 100%);
  -moz-transform: translate(-100%, 100%);
  -ms-transform: translate(-100%, 100%);
  -o-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}
.text-font2 {
  font-family: 'Playfair Display', serif;
}
.text-font3 {
  font-family: 'Poppins', sans-serif;
}
.text-slider-3 {
  font-family: 'Merriweather', sans-serif;
}
.play-btn {
  font-size: 0;
  display: inline-block;
  width: 77px;
  height: 77px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  border: 7px solid rgba(255, 255, 255, 0.2);
  background-clip: padding-box;
  transition: transform 1s linear;
  -moz-transition: transform 1s linear;
  -webkit-transition: transform 1s linear;
  -o-transition: transform 1s linear;
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}
.play-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -11px 0 0 -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #ffffff;
}
.play-btn:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
}
.play-btn:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}
.play-btn:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
.text-black {
  text-transform: uppercase;
}
.text-small,
.btn-slider {
  font-family: 'Raleway', sans-serif;
}
.btn-color {
  line-height: 17px;
  border-width: 2px;
  margin: 0px;
  padding: 13px 34px;
  letter-spacing: 1px;
  font-size: 13px;
  color: #fff;
  background: #2cb8a5;
  border: 1px solid #2cb8a5;
  text-transform: uppercase;
  font-weight: 500 !important;
}
.btn-color:hover {
  background: #fff;
  color: #2cb8a5;
}
.btn {
  font-size: 13px !Important;
  font-weight: bold !important;
  padding: 13px 34px;
}
.btn.btn-style2 {
  border: 2px solid #fff !important;
  border-radius: 0 !important;
  background: transparent;
  color: #fff;
}
.btn.btn-style2:hover {
  border-color: #2cb8a5 !important;
  background: #2cb8a5;
}
.btn.btn-style3 {
  padding: 13px 34px;
  border: 2px solid #2b2b2b !important;
  border-radius: 0 !important;
  background: #2b2b2b;
  color: #fff;
}
.btn.btn-style3:hover {
  opacity: 0.9;
}
.btn-2 {
  color: #fff;
}
.tp-bullet {
  background: rgba(255, 255, 255, 0) !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 2px solid rgba(255, 255, 255, 0.7) !important;
  display: inline-block;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}
.tp-bullet.selected,
.tp-bullet:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff !important;
  width: 6px !important;
  height: 6px !important;
  border: 2px solid rgba(0, 0, 0, 0) !important;
}
.tp-bullets {
  top: auto !important;
  bottom: 0;
}
/* Box-col-inner VG Afela */
.banner-text-box {
  padding: 100px 0 50px 0;
}
.box-col-inner {
  text-align: center;
}
.box-col-inner .icon-box i {
  line-height: 80px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 40px;
  text-align: center;
  background: #121212;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  color: #fff;
  cursor: pointer;
}
.box-col-inner .icon-box i:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -5px;
  left: -5px;
  padding: 5px;
  box-shadow: 0 0 0 2px #2cb8a5;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}
.box-col-inner .icon-box:hover i {
  background-color: #2cb8a5;
}
.box-col-inner .icon-box:hover i:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.box-col-inner .content-box h3 {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #121212;
  font-family: 'Montserrat', sans-serif;
}
.box-col-inner .content-box p {
  font-size: 14px;
  color: #7a7a7a;
  font-weight: normal;
  line-height: 26px;
}
.box-col-inner.style2 {
  text-align: left;
}
.box-col-inner.style2 .icon-box i {
  color: #bebebe;
  background: transparent;
  font-size: 55px;
}
.box-col-inner.style2 .icon-box i:after {
  display: none;
}
.box-col-inner.style2 .content-box p {
  font-family: 'Hind', serif;
  font-size: 15px;
  line-height: 30px;
}
.best-services {
  padding: 135px 0 65px 0;
}
.icon-boxes > div {
  border-right: 1px solid #e0e0e0;
  padding: 9% 5%;
  min-height: 600px;
}
.icon-boxes > div:last-child {
  border-right: none;
}
.icon-boxes .box-icons:hover .service-item-box {
  top: 38%;
}
.icon-boxes .box-icons:hover .service-item-box h3:before {
  color: #2cb8a5;
}
.icon-boxes .box-icons:hover .service-item-box > div {
  opacity: 1;
  visibility: visible;
}
.icon-boxes .service-item-wrap p {
  font-size: 14px;
  color: #7a7a7a;
  font-weight: normal;
  line-height: 26px;
}
.icon-boxes .service-item-box {
  position: absolute;
  padding: 0 20%;
  top: 48%;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
}
.icon-boxes .service-item-box h3 {
  font-size: 16px;
  margin-top: 30px;
  color: #121212;
  position: relative;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.icon-boxes .service-item-box h3:before {
  position: absolute;
  font-family: 'et-line';
  width: auto;
  height: auto;
  font-size: 55px;
  top: -90px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #bebebe;
  font-weight: normal;
}
.icon-boxes .service-item-box h3.icon-web:before {
  content: "\e002";
}
.icon-boxes .service-item-box h3.icon-mobile:before {
  content: "\e004";
}
.icon-boxes .service-item-box h3.icon-video:before {
  content: "\e011";
}
.icon-boxes .service-item-box > div {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pricing-parallax {
  background-attachment: fixed;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 110px;
}
.pricing-parallax .pricing-table {
  background-color: #f5f5f5;
  text-align: center;
  padding: 50px 20px;
  margin-bottom: 10px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.pricing-parallax .pricing-table.best {
  padding: 70px 20px;
  margin-top: -20px;
}
.pricing-parallax .pricing-table .pricing-title h3 {
  font-size: 12px;
  margin-bottom: 17px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #121212;
}
.pricing-parallax .pricing-table .pricing-price {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 20px;
}
.pricing-parallax .pricing-table .pricing-price .pricing-currency {
  display: inline-block;
  vertical-align: top;
  margin: 8px -10px 0 0px;
  font-size: 24px;
}
.pricing-parallax .pricing-table .pricing-price .number {
  font-size: 50px;
  vertical-align: -webkit-baseline-middle;
}
.pricing-parallax .pricing-table .pricing-price .pricing-term {
  font-size: 12px;
  display: block;
  color: #9e9e9e;
  font-weight: normal;
}
.pricing-parallax .pricing-table .pricing-features {
  color: #7a7a7a;
}
.pricing-parallax .pricing-table .pricing-features li {
  padding: 8px 0;
}
.pricing-parallax .pricing-table .pricing-button {
  margin-top: 38px;
}
.pricing-parallax .pricing-table .pricing-button .btn-md {
  font-size: 11px;
  padding: 10px 25px;
  color: #121212;
  background-color: #fff;
  border-radius: 0px;
}
.pricing-parallax .pricing-table .pricing-button .btn-md.btn-white:hover {
  color: #fff;
  background-color: #121212;
}
.pricing-parallax .pricing-table .pricing-button .btn-md.btn-color {
  border-radius: 0;
  background-color: #2cb8a5;
  color: #fff;
}
.pricing-parallax .pricing-table .pricing-button .btn-md.btn-color:hover {
  background-color: #fff;
}
.progress-about {
  padding: 100px 0px 75px 0;
}
.progress-about .progress-bars {
  margin-top: 60px;
}
.progress-about .progress-bars .vc_single_bar {
  border-radius: 0 !important;
  margin-bottom: 50px;
  box-shadow: none;
  height: 3px;
}
.progress-about .progress-bars .vc_single_bar .vc_label {
  left: 0px;
  position: absolute;
  top: -25px;
  font-weight: bold;
  color: #121212;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.progress-about .progress-bars .vc_single_bar .vc_bar {
  border-radius: 0 !important;
}
.progress-about .progress-bars .vc_single_bar .vc_bar:after {
  display: inline-block;
  content: attr(data-value) "%";
  position: absolute;
  top: -36px;
  right: -13px;
  color: #fff;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}
.progress-about .progress-bars .vc_single_bar .vc_bar:before {
  display: inline-block;
  content: url(../images/icons/progress-icon.jpg);
  position: absolute;
  top: -40px;
  right: -23px;
  background-size: cover;
  background-image: 100%;
}
.progress-about .about-description h4 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #121212;
  font-weight: 600;
  line-height: 1.5;
}
.progress-about .about-description p {
  font-size: 14px;
  color: #7a7a7a;
  font-weight: normal;
  line-height: 26px;
}
.progress-about .about-description > p:first-of-type {
  margin: 20px 0;
}
.bg-light {
  padding-top: 100px;
  padding-bottom: 65px;
}
.bg-light .promo-descr h3 {
  margin: 26px 0 20px;
  color: #121212;
  font-weight: 600;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
}
.bg-light .promo-descr p {
  margin-bottom: 24px;
}
.bg-light .promo-descr p:last-child {
  margin-bottom: 0;
}
.bg-light .promo-descr a.btn {
  background-color: #2b2b2b;
  margin-top: 10px;
  padding: 13px 34px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.14em;
  border: 2px solid transparent;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bg-light .promo-descr a.btn:hover {
  opacity: 0.9;
}
/* Portfolio VG Afela */
.vc_btn3-style-flat {
  display: inline-block !important;
  font-size: 13px !important;
  padding: 13px 34px !important;
  background-color: #2b2b2b !important;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  border: 2px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.vc_btn3-style-flat:hover {
  opacity: 0.9;
}
.project-grid {
  padding: 100px 0 70px 0;
}
.project-grid .vc_grid-container-wrapper .vc_grid-container ul.vc_grid-filter {
  margin-bottom: 50px;
}
.project-grid .vc_grid-container-wrapper .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item {
  background: transparent;
  padding: 0;
  margin: 0 !important;
}
.project-grid .vc_grid-container-wrapper .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item span {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  margin: 0 15px;
  color: #7a7a7a;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.2em;
}
.project-grid .vc_grid-container-wrapper .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item:hover,
.project-grid .vc_grid-container-wrapper .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item.vc_active {
  background: transparent;
}
.project-grid .vc_grid-container-wrapper .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item:hover span,
.project-grid .vc_grid-container-wrapper .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item.vc_active span {
  color: #fff !important;
}
.project-grid-2 > .vc_column-inner {
  padding: 0;
}
.project-grid-2 .vc_grid-container ul.vc_grid-filter {
  margin-bottom: 0;
  background-color: #121212;
}
.project-grid-2 .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item {
  background: transparent;
  padding: 0 !important;
  margin: 0 !important;
}
.project-grid-2 .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item span {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  margin: 0 15px;
  color: #7a7a7a;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.2em;
  padding: 40px 0;
}
.project-grid-2 .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item:hover,
.project-grid-2 .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item.vc_active {
  background: transparent;
}
.project-grid-2 .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item:hover span,
.project-grid-2 .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item.vc_active span {
  color: #fff !important;
}
.vc_grid-filter {
  margin-bottom: 50px;
}
.vc_grid-filter li.vc_grid-filter-item {
  padding: 0 !important;
  margin: 0 !important;
}
.vc_grid-filter li.vc_grid-filter-item span {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  margin: 0 15px;
  color: #7a7a7a;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.2em;
}
.vc_grid-filter li.vc_grid-filter-item:hover,
.vc_grid-filter li.vc_grid-filter-item.vc_active {
  background: transparent !important;
}
.vc_grid-filter li.vc_grid-filter-item:hover span,
.vc_grid-filter li.vc_grid-filter-item.vc_active span {
  color: #121212 !important;
}
.vc_gitem-post-data-source-post_excerpt p {
  color: #fff;
}
/* Single project */
.single-project .gallery,
.single-project .summary {
  width: 100% !important;
  float: none !important;
}
.single-project .gallery .lightbox-gallery img {
  margin: 0 auto;
  width: 100%;
}
.single-project .project-content {
  margin-top: 50px;
}
.single-project .project-content .page-header .page-title {
  font-size: 16px;
  letter-spacing: 0.2em;
}
.single-project .summary.entry-summary {
  padding: 0;
}
.single-project .summary.entry-summary .project_date {
  display: block;
  line-height: 30px;
  color: #121212;
}
.single-project .summary.entry-summary .project_date .day {
  font-size: 14px;
}
.single-project .summary.entry-summary .project_date .day b {
  font-weight: normal;
}
.single-project .summary.entry-summary .categories .title {
  float: left;
}
.single-project .summary.entry-summary ul.single-project-categories {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}
.single-project .summary.entry-summary ul.single-project-categories li {
  display: block;
  float: left;
  margin-left: 5px;
}
.single-project .summary.entry-summary ul.single-project-categories li:before {
  display: none;
}
.single-project .summary.entry-summary .client {
  margin-bottom: 0;
}
.single-project .summary.entry-summary .single-project-short-description {
  display: none;
}
.single-project .summary.entry-summary .client-name:before,
.single-project .summary.entry-summary .client-name:after {
  display: none;
}
.single-project .summary.entry-summary .categories,
.single-project .summary.entry-summary .client,
.single-project .summary.entry-summary .project_date {
  display: block;
  line-height: 30px;
  color: #121212;
}
.title-project-grid a {
  font-weight: bold;
}
.text-box {
  text-align: center;
  padding: 136px 0;
}
.text-box h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 33px;
  color: #121212;
  font-family: 'Montserrat', sans-serif;
}
.text-box .btn {
  border-radius: 0 !important;
  text-transform: uppercase;
}
.text-box.style2 h2 {
  color: #fff;
}
.text-box.style2 .btn {
  border-color: #fff;
  border-width: 2px;
  background: transparent;
}
.text-box.style2 .btn:hover {
  color: #fff;
  background: #2cb8a5;
  border-color: #2cb8a5;
}
.parallax-testimonials {
  padding-top: 185px;
  background-attachment: fixed;
  background-size: cover;
}
.vgw-brand {
  padding: 100px 0 100px 0;
}
/* TreeView */
div.vg-afela-category-treeview {
  background-color: #fff;
}
div.vg-afela-category-treeview .treecontrol {
  margin: 0 0 15px;
}
div.vg-afela-category-treeview .treeview .hover {
  color: #2cb8a5 !important;
}
div.vg-afela-category-treeview .treeview.filetree span.folder,
div.vg-afela-category-treeview .treeview.filetree span.file {
  background: none;
  padding-left: 0;
}
div.vg-afela-category-treeview .treeview.filetree li.expandable span.folder {
  background: none;
}
div.vg-afela-category-treeview .treeview .hitarea {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 100;
  width: 22px;
  height: 22px;
  font-size: 18px;
  line-height: 22px;
  margin-left: 0;
  background: none;
  text-align: center;
}
div.vg-afela-category-treeview .treeview .hitarea:after {
  content: '\f2fc';
  font-family: 'Material-Design-Iconic-Font';
}
div.vg-afela-category-treeview .treeview .hitarea:hover {
  color: #2cb8a5;
}
div.vg-afela-category-treeview .treeview .expandable-hitarea:after {
  content: '\f2f9';
}
div.vg-afela-category-treeview .treeview li {
  position: relative;
  display: block;
  background: none;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-family: 'Raleway', sans-serif;
}
div.vg-afela-category-treeview .treeview li:first-child {
  padding-top: 0;
}
div.vg-afela-category-treeview .treeview li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
div.vg-afela-category-treeview .treeview li a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #898989;
}
div.vg-afela-category-treeview .treeview li a span.catTitle {
  padding: 0;
  display: inline-block;
  background: none;
}
div.vg-afela-category-treeview .treeview li a:hover {
  color: #2cb8a5;
}
div.vg-afela-category-treeview .treeview li span {
  display: inline-block;
  padding: 0;
  background: none;
}
div.vg-afela-category-treeview .treeview li .counter {
  margin: 0 5px;
  font-size: 14px;
  color: #7a7a7a;
  float: right;
}
div.vg-afela-category-treeview .treeview li.collapsable {
  padding-bottom: 0;
}
div.vg-afela-category-treeview .treeview li.collapsable a:before {
  color: #2cb8a5;
}
div.vg-afela-category-treeview .treeview li:hover a:before {
  color: #2cb8a5;
}
div.vg-afela-category-treeview .treeview ul {
  margin: 0;
  padding: 8px 0 8px 20px;
  padding-right: 0;
}
div.vg-afela-category-treeview .treeview ul li {
  padding: 10px 0;
  border-bottom: none;
}
div.vg-afela-category-treeview .treeview ul li a {
  text-transform: none;
  font-weight: 400;
}
div.vg-afela-category-treeview .treeview ul li a:before {
  display: none;
}
div.vg-afela-category-treeview .treeview ul .hitarea {
  top: 10px;
}
/* Title Home Start */
.text-breaking {
  font-size: 14px;
  color: #ef5659;
  font-family: 'Montserrat', sans-serif;
  margin-right: 7px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.subheading {
  font-family: 'Hind', serif;
  font-size: 16px;
  text-align: center;
}
.wpb_heading {
  font-size: 26px;
  font-weight: 600;
  line-height: 39px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 50px;
}
.wpb_heading.mb-70 {
  margin-bottom: 70px !important;
}
.wpb_heading.style2 {
  color: #121212;
  margin-bottom: 13px;
  text-align: left;
}
.wpb_heading.style3 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.wpb_heading.style4 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #121212;
  font-weight: bold;
  margin-bottom: 25px;
}
.wpb_heading.style4:after {
  content: "";
  display: block;
  width: 35px;
  border-bottom: 2px solid #7a7a7a;
  margin: 15px auto 24px;
  z-index: 1;
  position: relative;
}
.wpb_heading.style5,
.wpb_heading.style6 {
  font-size: 16px;
  letter-spacing: 0.2em;
  position: relative;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #121212;
  font-weight: bold;
}
.wpb_heading.style5:before,
.wpb_heading.style6:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #f2f2f2;
}
.wpb_heading.style5:after,
.wpb_heading.style6:after {
  content: "";
  display: block;
  width: 35px;
  border-bottom: 2px solid #7a7a7a;
  margin: 15px auto 24px;
  z-index: 1;
  position: relative;
}
.wpb_heading.style6 {
  text-align: left;
  margin-bottom: 35px;
}
.wpb_heading.style6:after {
  margin: 15px auto 24px 0;
}
.wpb_heading.style6.red:after {
  border-color: #ef5659;
}
.wpb_heading.style6.gold:after {
  border-color: #c2a191;
}
.wpb_heading.style6.green:after {
  border-color: #2cb8a5;
}
/* Header Content Start */
.logo-background {
  display: block;
  width: 150px;
  height: 100px;
  background: url(../images/logo/logo.png) left center no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.logo-text {
  display: block;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: inherit;
  line-height: 34px;
  text-align: left;
  padding: 33px 0;
}
/* TopBar VG Afela */
.top-bar {
  background-color: #121212;
  width: 100%;
  position: relative;
  height: 44px;
  color: #a1a1a1;
}
.top-bar .widget_text .topbar-links > li {
  display: inline-block;
  position: relative;
  width: auto;
  font-size: 12px;
  line-height: 43px;
  padding: 0;
}
.top-bar .widget_text .topbar-links i {
  margin-right: 5px;
  color: #5c5c5c;
}
.top-bar .widget_text .topbar-links a {
  color: #a1a1a1;
}
.top-bar .widget_text .topbar-links span {
  color: #a1a1a1;
}
.top-bar .widget_text .topbar-links .top-bar-email {
  padding: 0 20px 0 0;
}
.top-bar-currency-language > li {
  display: inline-block;
  position: relative !important;
  line-height: 44px !important;
  font-size: 12px !important;
  width: auto !important;
  padding: 0 !important;
}
.top-bar-currency-language > li > a {
  color: #fff !important;
}
.top-bar-currency-language > li > a i {
  margin-left: 5px;
}
.top-bar-currency-language > li:hover .currency-dropdown,
.top-bar-currency-language > li:hover .language-dropdown {
  visibility: visible;
  opacity: 1;
}
.top-bar-currency-language li {
  font-family: 'Raleway', sans-serif;
  color: #a1a1a1;
}
.top-bar-currency-language li.language {
  margin-left: 10px;
}
.top-bar-currency-language .currency-dropdown,
.top-bar-currency-language .language-dropdown {
  background-color: #fff;
  padding: 0 10px;
  position: absolute;
  border: 1px solid #f2f2f2;
  z-index: 1201;
  right: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-bar-currency-language .currency-dropdown ul,
.top-bar-currency-language .language-dropdown ul {
  padding: 0;
}
.top-bar-currency-language .currency-dropdown ul li,
.top-bar-currency-language .language-dropdown ul li {
  line-height: 26px;
  border-top: 1px solid #f2f2f2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0;
  font-size: 12px;
}
.top-bar-currency-language .currency-dropdown ul li > a,
.top-bar-currency-language .language-dropdown ul li > a {
  color: #7a7a7a;
}
.top-bar-acc > li {
  display: inline-block;
  position: relative !important;
  line-height: 44px !important;
  font-size: 12px !important;
  width: auto !important;
  padding: 0 !important;
}
.top-bar-acc > li > a {
  color: #fff !important;
}
.top-bar-acc > li > a:after {
  content: "";
  border-right: 1px solid #606060;
  margin: 0 7px 0 10px;
}
.top-bar-acc > li:hover a {
  color: #2cb8a5;
}
.top-bar-acc > li:last-child a:after {
  display: none;
}
/* Top Search Start */
/* Search Start */
.top-search.style-2 .vina-product-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  z-index: 1000;
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
  visibility: hidden;
}
.search-toggle {
  position: relative;
  width: 30px;
  height: 40px;
  line-height: 45px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.search-toggle i {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.search-toggle:hover i {
  color: #2cb8a5;
}
.search-popup-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}
.search-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.9);
}
.search-overlay .vina-product-search form {
  position: absolute;
  z-index: 10;
  margin: auto;
  top: 0;
  right: 150px;
  left: 150px;
  bottom: 0;
  height: 60px;
  padding: 0;
  border-bottom: 1px solid #444243 !important;
  border: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  overflow: visible;
}
.search-overlay .vina-product-search form .select-category {
  display: block;
  top: 37%;
  right: 100px;
  left: auto;
  border-right: none;
}
.search-overlay .vina-product-search form .select-category select {
  color: #bababa;
  font-size: 16px;
  cursor: pointer;
}
.search-overlay .vina-product-search form .select-category select option {
  color: #000;
}
.search-overlay .vina-product-search form .select-category:after {
  right: -25px;
  color: #bababa;
  top: 4px;
}
.search-overlay .vina-product-search form .select-category .SumoSelect.open p.CaptionCont,
.search-overlay .vina-product-search form .select-category .SumoSelect:focus p.CaptionCont {
  box-shadow: none;
  border-color: transparent;
}
.search-overlay .vina-product-search form .select-category .SumoSelect p.CaptionCont {
  background: transparent;
  border: none;
}
.search-overlay .vina-product-search form .select-category .SumoSelect p.CaptionCont:hover {
  box-shadow: none;
  border-color: transparent;
}
.search-overlay .vina-product-search form .select-category .SumoSelect p.CaptionCont label {
  display: none;
}
.search-overlay .vina-product-search form .select-category .SumoSelect p.CaptionCont span {
  color: #bababa;
}
.search-overlay .vina-product-search form .select-category .SumoSelect.open > .optWrapper {
  top: 39px;
}
.search-overlay .vina-product-search form .select-category .optWrapper {
  background: transparent;
  border: 1px solid #444243;
  border-top: 0;
  border-radius: 0;
}
.search-overlay .vina-product-search form .select-category .optWrapper ul.options li {
  border-radius: 0;
  padding: 0;
  font-size: 13px;
  border: none;
}
.search-overlay .vina-product-search form .select-category .optWrapper ul.options li:hover,
.search-overlay .vina-product-search form .select-category .optWrapper ul.options li.selected {
  background: transparent;
}
.search-overlay .vina-product-search form .select-category .optWrapper ul.options li:hover label,
.search-overlay .vina-product-search form .select-category .optWrapper ul.options li.selected label {
  color: #2cb8a5;
}
.search-overlay .vina-product-search form .select-category .optWrapper ul.options li label {
  font-size: 16px;
  font-weight: normal;
  color: #bababa;
}
.search-overlay .vina-product-search form input[type=text] {
  width: 100%;
  height: 60px;
  padding: 0px !important;
  background: none;
  color: #bababa;
  font-size: 16px;
  font-style: italic;
}
.search-overlay .vina-product-search form input[type=text]::-webkit-input-placeholder {
  text-transform: none;
  color: #bababa;
}
.search-overlay .vina-product-search form input[type=text]::-moz-placeholder {
  text-transform: none;
  color: #bababa;
}
.search-overlay .vina-product-search form input[type=text]:-ms-input-placeholder {
  text-transform: none;
  color: #bababa;
}
.search-overlay .vina-product-search form input[type=text]::-moz-placeholder {
  text-transform: none;
  color: #bababa;
}
.search-overlay .vina-product-search form button {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  top: 0px;
  right: 0px;
  background-color: transparent;
}
.search-overlay .vina-product-search form button:after {
  font-size: 35px;
  line-height: 60px;
}
.search-overlay .vina-product-search form button:hover {
  color: #2cb8a5;
  background-color: transparent;
}
.search-overlay .vina-product-search form label {
  clip: auto;
  color: #fff;
  font-size: 45px;
  display: block;
  width: auto;
  height: 40px;
  top: -70px;
  margin-bottom: 0;
  line-height: 40px;
}
.vina-product-search form {
  position: relative;
  background-color: #fff;
  border: 1px dashed rgba(122, 122, 122, 0.5);
  padding: 3px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-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: #7a7a7a;
}
.vina-product-search form input[type=text] {
  display: block;
  width: 100%;
  border: none;
  padding: 6px 15px 6px 170px !important;
  font-size: 14px;
  line-height: 20px;
  height: 32px;
  color: rgba(122, 122, 122, 0.5);
}
.vina-product-search form .select-category {
  position: absolute;
  top: 9px;
  left: 5px;
  height: 22px;
  max-width: 150px;
  border-width: 0;
  border-style: solid;
  border-color: rgba(122, 122, 122, 0.2);
  border-right-width: 1px;
}
.vina-product-search form .select-category:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 18px;
  color: rgba(122, 122, 122, 0.5);
  width: 30px;
  height: 22px;
  line-height: 22px;
  pointer-events: none;
  cursor: pointer;
  text-align: center;
}
.vina-product-search form .select-category select {
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(122, 122, 122, 0.5);
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  vertical-align: top;
}
.vina-product-search form button {
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: #2cb8a5;
  color: #fff;
  overflow: hidden;
  text-indent: -999px;
  width: 70px;
  height: 32px;
  line-height: 32px;
  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:after {
  content: '\f1c3';
  font-family: 'Material-Design-Iconic-Font';
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 20px;
}
.vina-product-search form button:hover {
  background-color: #000000;
}
/* Top Menu afela */
/* Woocommerce Header Start */
.mini_cart_inner {
  position: relative;
}
.mini_cart_inner:hover .mcart-border {
  opacity: 1;
  visibility: visible !important;
  top: 100%;
}
.mini_cart_inner a {
  display: block;
}
.mini_cart_inner .shopping_cart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  height: 40px;
  line-height: 43px;
  text-align: center;
  position: relative;
}
.mini_cart_inner .shopping_cart span {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.mini_cart_inner .shopping_cart .icon-cart i {
  font-size: 14px;
  line-height: 16px;
}
.mini_cart_inner .shopping_cart .cart-quantity {
  display: block;
  position: absolute;
  top: 6px;
  right: -10px;
  background-color: #2cb8a5;
  color: #fff;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 10px;
}
.mini_cart_inner .shopping_cart .cart-quantity b {
  display: none;
}
.mini_cart_inner .shopping_cart .sub-title,
.mini_cart_inner .shopping_cart .line,
.mini_cart_inner .shopping_cart .cart-total-price {
  display: none;
}
.mcart-border {
  opacity: 0;
  visibility: hidden;
  min-width: 330px;
  position: absolute;
  left: auto;
  right: 0;
  background-color: #fff;
  padding: 30px;
  line-height: 1.5;
  border-top: 2px solid #2cb8a5;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-bottom: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 201;
  font-family: 'Raleway', sans-serif;
}
.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 .cart_empty li {
  font-size: 14px;
  padding-top: 0;
}
.mcart-border .buttons {
  margin: 0 !important;
}
.mcart-border > * {
  text-align: left;
}
.mcart-border .total {
  text-transform: capitalize;
  color: #121212;
  font-weight: 700;
  border: none !important;
  padding: 0;
}
.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 {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.14em;
  border: 2px solid transparent;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 11px;
  padding: 10px 25px;
  background-color: #2b2b2b;
  width: 100%;
  color: #fff;
  margin: 0 !important;
}
.mcart-border .buttons a.checkout {
  background: #2cb8a5;
  margin-top: 10px !important;
}
.mcart-border .buttons a:hover {
  background: #fff !important;
  color: #1c1c1c !important;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  display: block;
  padding: 15px 0 !important;
  border-bottom: 1px solid #f2f2f2;
}
.woocommerce ul.cart_list li:first-child,
.woocommerce ul.product_list_widget li:first-child {
  padding-top: 0 !important;
}
.woocommerce ul.cart_list li .product-details,
.woocommerce ul.product_list_widget li .product-details {
  padding-left: 90px;
  padding-right: 25px;
}
.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: #121212 !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: 80px;
}
.woocommerce ul.cart_list li .product-image .quantity,
.woocommerce ul.product_list_widget li .product-image .quantity {
  background-color: #2cb8a5;
  border-radius: 40px;
  color: #fff;
  font-size: 11px;
  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: 80px;
}
.woocommerce ul.cart_list li a.remove,
.woocommerce ul.product_list_widget li a.remove {
  top: 20px !important;
  color: #7a7a7a !important;
  left: auto !important;
  right: 0;
  font-size: 27px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  background: #f2f2f2;
  border-radius: 0;
}
.woocommerce ul.cart_list li a.remove:hover,
.woocommerce ul.product_list_widget li a.remove:hover {
  color: #fff !important;
  background: #2cb8a5 !important;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-weight: normal;
  font-size: 14px;
}
.woocommerce ul.cart_list li .quantity,
.woocommerce ul.product_list_widget li .quantity {
  display: inline-block;
  height: auto;
  line-height: 18px;
  margin-right: 0;
  color: #7a7a7a;
  font-family: 'Open Sans', sans-serif;
}
.woocommerce ul.cart_list li .price,
.woocommerce ul.product_list_widget li .price {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: #7a7a7a;
}
.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: #2cb8a5;
}
/* Main Menu Start */
#navigation.text-center .main-navigation {
  text-align: center;
}
.main-navigation {
  text-align: right;
}
.main-navigation > ul li.current-menu-item > a {
  color: #2cb8a5 !important;
}
.main-navigation > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.main-navigation > ul > li:hover > a {
  color: #2cb8a5 !important;
}
.main-navigation > ul > li.current-menu-parent > a,
.main-navigation > ul > li.current-menu-item > a {
  color: #2cb8a5 !important;
}
.main-navigation > ul > li > a {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #7a7a7a;
  font-size: 13px;
  padding: 0 20px;
  line-height: 100px;
  -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;
}
.main-navigation > ul > li.menu-item-has-children {
  margin: 0;
}
.main-navigation > ul > li.menu-item-has-children a:after {
  display: none;
}
.main-navigation > ul > li.multi-columns ul > li:hover > a {
  color: #7a7a7a;
}
.main-navigation > ul > li.multi-columns ul > li ul li:hover a {
  color: #2cb8a5;
}
.main-navigation > ul > li ul > li:hover > a {
  color: #2cb8a5;
}
/* End Main Menu */
/* Overlay Menu */
.inner_overlay {
  position: relative;
}
.button_menu {
  display: block;
  font-size: 20px;
  line-height: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.button_menu i {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button_menu.active i:before {
  content: '\f136';
}
.toggle-menu {
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translate(0, -30px);
  -moz-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  -o-transform: translate(0, -30px);
  transform: translate(0, -30px);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  padding: 20px;
  width: 250px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.toggle-menu.active {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.toggle-menu div.vg-afela-category-treeview {
  background-color: transparent;
}
/* Header afela Part Style Start */
.header.home1 .top-search-cart {
  position: initial;
  text-align: center;
}
.header.home1 .top-search-cart .vg-search-cart .widget_shopping_cart .mini_cart_content .mini_cart_inner .top-cart-title > a.title {
  height: 100px;
  line-height: 100px;
  padding-left: 25px;
}
.header.home1 .top-search-cart .vg-search-cart .widget_search .widget-title {
  display: none;
}
.header.home1 .top-search-cart .vg-search-cart .widget_search form.searchform {
  position: initial;
}
.header.home1 .top-search-cart .vg-search-cart .widget_search form.searchform input[type="text"] {
  position: absolute;
  width: 90%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border: none;
  font-size: 24px;
  padding: 0 16px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.header.home1 .top-search-cart .vg-search-cart .widget_search form.searchform #blogsearchsubmit {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  display: none;
}
.header.home1 .top-search-cart .vg-search-cart .widget_search form.searchform .form_label {
  cursor: pointer;
  margin: 0;
  display: block !important;
}
.header.home1 .top-search-cart .vg-search-cart .widget_search form.searchform .form_label:hover i {
  color: #2cb8a5;
}
.header.home1 .top-search-cart .vg-search-cart .widget_search form.searchform .form_label i {
  font-size: 14px;
}
.header.home1 .top-search-cart .vg-search-cart .widget_search form.searchform .form_label i.fa-two {
  display: none;
}
.header.home1 .top-search-cart .vg-search-cart .widget_search form.searchform .form_label.active i {
  display: none;
}
.header.home1 .top-search-cart .vg-search-cart .widget_search form.searchform .form_label.active i.fa-two {
  display: block;
}
.header.home1 .top-search-cart .vg-search-cart .widget_search,
.header.home1 .top-search-cart .vg-search-cart .widget_shopping_cart {
  display: inline-block;
  margin: 0;
}
.header.home2 {
  padding: 0 3%;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 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;
}
.header.home2 .main-navigation > ul > li > a {
  color: rgba(255, 255, 255, 0.8);
}
.header.home2 .logo-background {
  background: url(../images/logo/logo_white.png) left center no-repeat;
}
.header.home3 {
  padding: 0 3%;
  position: fixed;
  right: 50px;
  left: 50px;
  top: 50px;
  -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;
  z-index: 100;
}
.header.home3 #logo-wrapper {
  z-index: 1;
}
.header.home3 .logo-background {
  background: url(../images/logo/logo_white.png) left center no-repeat;
}
.header.home3 #nav-icon {
  width: 50px;
  height: 50px;
  background-color: rgba(12, 12, 12, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 25px;
  float: right;
  position: relative;
  right: auto;
}
.header.home3 #nav-icon span {
  width: 40%;
  left: 30%;
}
.header.home3 #nav-icon span:nth-child(1) {
  top: 18px;
}
.header.home3 #nav-icon span:nth-child(4) {
  top: 30px;
}
.header.home3 #nav-icon span:nth-child(2),
.header.home3 #nav-icon span:nth-child(3) {
  top: 24px;
}
.header.home3 #nav-icon:hover {
  background-color: #fff;
}
.header.home3 #nav-icon:hover span {
  background-color: #121212;
}
.header.home3 .main-navigation {
  display: none;
}
.header.home3 .main-navigation.active {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/menu_img.jpg) left center no-repeat;
  z-index: 100;
  display: block;
}
.header.home3 .main-navigation.active > ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.header.home3 .main-navigation.active > ul > li {
  display: block;
  vertical-align: middle;
  width: 25%;
  float: left;
  text-align: center;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-animation: fadeInUp .35s ease forwards;
  -moz-animation: fadeInUp .35s ease forwards;
  -ms-animation: fadeInUp .35s ease forwards;
  -o-animation: fadeInUp .35s ease forwards;
  animation: fadeInUp .35s ease forwards;
}
.header.home3 .main-navigation.active > ul > li:nth-child(2n) {
  background-color: rgba(12, 12, 12, 0.4);
}
.header.home3 .main-navigation.active > ul > li > a {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  padding: 0;
  font-size: 42px;
  text-transform: capitalize;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  letter-spacing: normal;
  font-weight: bold;
}
.header.home3 .main-navigation.active > ul > li:hover {
  background: #2cb8a5;
}
.header.home3 .main-navigation.active > ul > li:hover a {
  color: #fff !important;
}
.header.home4 .top-search {
  padding: 29.5px 15px;
}
.header.home4 .top-search .search .widget-title {
  display: none;
}
.header.home4 .top-search .search .vina-product-search form {
  max-width: 220px;
  border-bottom: 1px solid #e0e0e0 !important;
  border: none;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.header.home4 .top-search .search .vina-product-search form .select-category {
  display: none;
}
.header.home4 .top-search .search .vina-product-search form input[type="text"] {
  padding: 0 !important;
  line-height: 40;
  height: 40px;
}
.header.home4 .top-search .search .vina-product-search form button {
  background: transparent;
  width: 40px;
  height: 40px;
  border-radius: 0;
  padding: 0;
  color: #7a7a7a;
  top: 0px;
  right: 0px;
}
.header.home4 .top-search .search .vina-product-search form button:after {
  font-size: 18px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.header.home4 .top-cart {
  text-align: right;
  padding: 17px 15px;
}
.header.home4 .top-cart .cart-inside .mini_cart_content .mini_cart_inner .top-cart-title a {
  line-height: 66px;
  color: #3c3f46;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
}
.header.home4 .top-cart .cart-inside .mini_cart_content .mini_cart_inner .top-cart-title a .shopping_cart .sub-title,
.header.home4 .top-cart .cart-inside .mini_cart_content .mini_cart_inner .top-cart-title a .shopping_cart .cart-total-price {
  display: inline-block;
}
.header.home4 .top-cart .cart-inside .mini_cart_content .mini_cart_inner .top-cart-title a .shopping_cart span.icon-cart i {
  display: none;
}
.header.home4 .top-cart .cart-inside .mini_cart_content .mini_cart_inner .top-cart-title a .shopping_cart .cart-quantity {
  background-color: transparent;
  color: #424242;
  position: relative;
  top: auto;
  right: auto;
  display: inline-block;
  background: url(../images/icons/cart_icons.png) left center no-repeat;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 20px;
  height: 25px;
  border-radius: 0;
  line-height: 30px;
  margin-left: 20px;
}
.header.home4 .main-navigation {
  text-align: center;
}
.header.home4 .logo-background {
  background-position: center center;
  margin: 0 auto;
}
#vg-header-wrapper.home5 .top-bar .widget_text .topbar-links .top-bar-date span,
#vg-header-wrapper.home5 .top-bar .widget_text .topbar-links .top-bar-link span,
#vg-header-wrapper.home5 .top-bar .widget_text .topbar-links .top-bar-date a,
#vg-header-wrapper.home5 .top-bar .widget_text .topbar-links .top-bar-link a {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a1a1a1;
}
#vg-header-wrapper.home5 .top-bar .widget_text .topbar-links .top-bar-date a:hover,
#vg-header-wrapper.home5 .top-bar .widget_text .topbar-links .top-bar-link a:hover {
  color: #2cb8a5;
}
#vg-header-wrapper.home5 .top-bar .widget_text .topbar-links .top-bar-date {
  margin-right: 25px;
}
#vg-header-wrapper.home5 .top-bar .widget_text .topbar-links .top-bar-link a:after {
  content: "";
  border-right: 1px solid #606060;
  margin: 0 7px 0 10px;
}
#vg-header-wrapper.home5 .top-bar .widget_text .topbar-links .top-bar-link:last-child a:after {
  display: none;
}
#vg-header-wrapper.home5 .top-bar .widget_vgw_social_media a:hover {
  color: #fff !important;
}
#vg-header-wrapper.home5 .top-bar .widget_vgw_social_media,
#vg-header-wrapper.home5 .top-bar .widget_text {
  display: inline-block;
}
#vg-header-wrapper.home5 .top-bar .widget_text {
  vertical-align: top;
}
#vg-header-wrapper.home5 .top-bar .widget_vgw_social_media {
  margin-right: 25px;
  margin-bottom: 0px;
}
#vg-header-wrapper.home5 .top-bar .topbar-login > li {
  display: inline-block;
  width: auto;
  padding: 0;
  line-height: 38px;
}
#vg-header-wrapper.home5 .top-bar .topbar-login > li a {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a1a1a1;
}
#vg-header-wrapper.home5 .top-bar .topbar-login > li a:after {
  content: "";
  border-right: 1px solid #606060;
  margin: 0 7px 0 10px;
}
#vg-header-wrapper.home5 .top-bar .topbar-login > li a:hover {
  color: #2cb8a5;
}
#vg-header-wrapper.home5 .top-bar .topbar-login > li:last-child a:after {
  display: none;
}
#vg-header-wrapper.home5 .header-menu {
  background-color: #f2f2f2;
}
#vg-header-wrapper.home5 .header-menu .main-navigation {
  text-align: left;
}
#vg-header-wrapper.home5 .header-menu .main-navigation > ul:before {
  content: "\f015";
  font-family: FontAwesome;
  font-size: 18px;
  color: #121212;
  margin-right: 10px;
}
#vg-header-wrapper.home5 .header-menu .main-navigation > ul > li > a {
  line-height: 60px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 12px;
  padding: 0 16px;
  position: relative;
}
#vg-header-wrapper.home5 .header-menu .main-navigation > ul > li.menu-item-has-children > a:after {
  display: block !important;
  font-family: "FontAwesome";
  content: "\f107";
  right: 3px;
  color: #121212;
  position: absolute;
}
#vg-header-wrapper.home5 .header-menu .main-navigation > ul > li.current-menu-parent > a:after,
#vg-header-wrapper.home5 .header-menu .main-navigation > ul > li.current-menu-item > a:after,
#vg-header-wrapper.home5 .header-menu .main-navigation > ul > li:hover > a:after {
  color: #2cb8a5;
}
#vg-header-wrapper.home5 .header-menu .top-search {
  margin-top: 10px;
}
#vg-header-wrapper.home5 .header-menu .top-search .vg-search .widget_search .searchform .form-input .form_label {
  display: none;
}
#vg-header-wrapper.home5 .header-menu .top-search .vg-search .widget_search .searchform .form-input .input_text {
  background: transparent;
  border: none;
  width: 90%;
  font-size: 13px;
}
#vg-header-wrapper.home5 .header-menu .top-search .vg-search .widget_search .searchform .form-input .button {
  background: transparent !important;
  position: relative !important;
  top: auto;
  right: auto;
  color: #7a7a7a !important;
  padding: 0 !important;
  width: 20px;
  height: 40px;
  line-height: 40px !important;
  font-weight: normal;
}
#vg-header-wrapper.home5 .header-menu .top-search .vg-search .widget_search .searchform .form-input .button:before {
  content: '\f1c3';
  font-family: 'Material-Design-Iconic-Font';
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 20px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#vg-header-wrapper.home5 .header-menu .top-search .vg-search .widget_search .searchform .form-input .button:hover {
  color: #2cb8a5 !important;
}
#vg-header-wrapper.home5 .header-menu .top-search .vg-search .widget_search .searchform .form-input .button i {
  display: none;
}
.header.home5 .header-img {
  margin: 10px 0;
}
.header.home5 .header-img .widget_text {
  text-align: right;
}
.header.home6,
.header.home7 {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}
.header.home6 {
  padding: 0 3%;
}
.header.home6 .logo-background {
  background: url(../images/logo/logo_white.png) left center no-repeat;
}
.header.home6 .main-navigation {
  opacity: 0;
  visibility: hidden;
}
.header.home6 .main-navigation > ul > li {
  opacity: 0;
}
.header.home6 .main-navigation.style-1 .mega-menu.multi-columns > ul > li {
  display: block;
  min-width: 33.3333%;
  float: none;
  width: 100%;
}
.header.home6 .main-navigation.style-1 .mega-menu > ul > li > a {
  border-bottom: 0;
}
.header.home6 .main-navigation.style-1 ul ul {
  position: static;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  min-width: 100%;
  max-width: 100%;
  background: transparent;
  display: block;
  border: none !important;
}
.header.home6 .main-navigation.style-1 ul li {
  border-bottom: 0;
  text-align: center;
}
.header.home6 .main-navigation.style-1 ul li .more {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 99;
  width: 15px;
  height: 24px;
  text-align: center;
  transform: translate(0, -50%);
}
.header.home6 .main-navigation.style-1 ul li .more a {
  display: block;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 400;
  color: #fff;
}
.header.home6 .main-navigation.style-1 ul li .more a:before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 24px;
}
.header.home6 .main-navigation.style-1 ul li.active > .more a:before {
  content: "\f106";
}
.header.home6 .main-navigation.style-1 ul li.active > a {
  color: #2cb8a5;
}
.header.home6 .main-navigation.style-1 ul li.active li.active .more a:before {
  content: "\f106";
}
.header.home6 .main-navigation.active {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(12, 12, 12, 0.95);
  z-index: 100;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.header.home6 .main-navigation.active > ul {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin: 0 auto;
  width: 15%;
}
.header.home6 .main-navigation.active > ul > li {
  display: block;
  position: relative;
  padding: 15px 0;
  -webkit-animation: fadeInUp .35s ease forwards;
  -moz-animation: fadeInUp .35s ease forwards;
  -ms-animation: fadeInUp .35s ease forwards;
  -o-animation: fadeInUp .35s ease forwards;
  animation: fadeInUp .35s ease forwards;
}
.header.home6 .main-navigation.active > ul > li > a {
  display: block;
  position: relative;
  overflow: hidden;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.5;
}
.header.home7 {
  background-color: #121212;
  padding: 0 3%;
}
.header.home7 .logo-background {
  background: url(../images/logo/logo_white.png) left center no-repeat;
}
.layout-8 #vg-header-wrapper.home8 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  height: 100%;
  width: 320px;
  background-color: #121212;
}
.layout-8 #vg-header-wrapper.home8 .header {
  max-width: 320px;
  height: 100%;
  padding: 70px 50px;
  position: relative;
}
.layout-8 #vg-header-wrapper.home8 .header .main-navigation {
  text-align: left;
}
.layout-8 #vg-header-wrapper.home8 .header .main-navigation > ul > li {
  display: block;
  width: auto;
}
.layout-8 #vg-header-wrapper.home8 .header .main-navigation > ul > li > a {
  line-height: 47px;
  padding: 0;
}
.layout-8 #vg-header-wrapper.home8 .header .main-navigation ul ul {
  top: 0;
  left: auto;
  right: -80%;
  background-color: #0e0e0e;
  border-left: 0;
  border-right: 0;
}
.layout-8 #vg-header-wrapper.home8 .header .main-navigation ul ul li {
  border: none;
}
.layout-8 #vg-header-wrapper.home8 .header .main-navigation .mega-menu > ul > li > a {
  color: #7a7a7a !important;
}
.layout-8 #vg-header-wrapper.home8 .header .main-navigation ul > li.multi-columns > ul {
  top: 0;
  right: -100%;
  -webkit-transform: translateX(69%);
  -moz-transform: translateX(69%);
  -ms-transform: translateX(69%);
  -o-transform: translateX(69%);
  transform: translateX(69%);
}
.layout-8 #vg-header-wrapper.home8 .header .logo-background {
  background: url(../images/logo/logo_white.png) left center no-repeat;
}
.layout-8 #vg-header-wrapper.home8 .header .top-copyright {
  clear: both;
  padding-top: 160px;
}
.layout-8 #vg-header-wrapper.home8 .header .copyright {
  line-height: 24px;
  font-size: 13px;
}
.layout-8 #vg-header-wrapper.home8 .header .filter-options {
  margin-top: 70px;
}
.layout-8 #vg-header-wrapper.home8 .header .filter-options .title-filter {
  color: #9b9b9b;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px;
}
.layout-8 #vg-header-wrapper.home8 .header .filter-options .btn {
  display: block;
  float: none;
  background: transparent;
  padding: 0;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px !important;
  margin: 0;
  font-weight: normal !important;
  line-height: 30px;
}
.layout-8 #vg-header-wrapper.home8 .header .filter-options .btn.active,
.layout-8 #vg-header-wrapper.home8 .header .filter-options .btn:hover {
  color: #fff;
}
/* Header Sticky VG Afela */
.header.sticky .sticky_logo {
  display: block;
}
.header.sticky .sticky_logo + .logo-inside {
  display: none;
}
.header.home4 .logo-inside .logo-text {
  text-align: center;
}
.header.home4.sticky .sticky_logo {
  width: 100%;
}
.header.home4.sticky .sticky_logo .logo-text {
  text-align: center;
}
.header.sticky,
#vg-header-wrapper.home5 .header-menu.sticky {
  position: fixed;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 60px;
  top: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 1009;
}
.header.home3.sticky {
  width: auto;
}
.box-width .header.sticky {
  width: auto;
}
.header.offset,
#vg-header-wrapper.home5 .header-menu.sticky {
  -o-transform: translate3d(0, -300px, 0);
  -ms-transform: translate3d(0, -300px, 0);
  -moz-transform: translate3d(0, -300px, 0);
  -webkit-transform: translate3d(0, -300px, 0);
  transform: translate3d(0, -300px, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header.home1.scrolling,
.header.home4.sticky,
#vg-header-wrapper.home5 .header-menu.sticky {
  transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
}
.header.sticky.offset.scrolling,
#vg-header-wrapper.home5 .header-menu.sticky {
  opacity: 1;
  visibility: visible;
}
.header.home1.sticky .top-search-cart .vg-search-cart .widget_shopping_cart .mini_cart_content .mini_cart_inner .top-cart-title > a.title {
  height: 60px;
  line-height: 60px;
}
.header.sticky .logo-background {
  height: 60px;
}
.header.sticky .logo-text {
  font-size: 26px;
  line-height: 30px;
  padding: 15px 0;
}
.header.sticky .main-navigation > ul > li > a {
  line-height: 60px;
}
.header.home2.sticky {
  background-color: #111111;
  visibility: visible;
  opacity: 1;
}
body.layout-3 {
  padding: 50px;
  background: #fff;
  outline: 0;
  overflow-x: hidden;
}
.header.home3.sticky {
  background-color: #111111;
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
}
.header.home3.sticky #nav-icon {
  top: 5px;
}
.header.home4.sticky {
  height: auto;
}
.header.home4.sticky .logo-background {
  height: 100px;
}
#vg-header-wrapper.home-1.sticky {
  margin-bottom: 100px;
}
#vg-header-wrapper.home4.sticky {
  margin-bottom: 200px;
}
#vg-header-wrapper.home5.sticky .header.home5 {
  margin-bottom: 60px;
}
#vg-header-wrapper.home5 .header-menu.sticky {
  background-color: #f2f2f2 !important;
}
/* Click menu-bar layout 3,6 VG Afela */
#nav-icon {
  right: 40px;
  top: 44px;
  position: absolute;
  margin-right: 0;
  z-index: 300;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 6px;
}
#nav-icon span:nth-child(4) {
  top: 12px;
}
#nav-icon.open span:nth-child(1),
#nav-icon.open span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Brand Start */
/* 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: #2cb8a5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.vg-newsletter-form .widget_wysija_cont .wysija-submit-wrap:after {
  display: block;
  width: 100%;
  content: '\f194';
  font-family: 'Material-Design-Iconic-Font';
  font-size: 18px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.vg-newsletter-form .widget_wysija_cont .wysija-submit-wrap:hover {
  background-color: #333333 !important;
  color: #fff;
}
.vg-newsletter-form .widget_wysija_cont .wysija-input {
  float: none;
  border: none;
  display: inline-block;
  width: 100% !important;
  background: #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;
}
/* Newsletter afela */
/* Footer Start */
.logo-footer {
  margin-bottom: 23px;
}
.logo-footer .logo-background {
  background: url(../images/logo/logo_white.png) left center no-repeat;
  height: 40px;
}
.ft-static-content {
  margin-bottom: 10px;
}
.ft-contact-info li {
  line-height: 23px !important;
  padding: 7px 0 !important;
}
.ft-contact-info li:last-child {
  margin-bottom: 0px;
}
.ft-contact-info li i {
  font-size: 16px;
  margin-right: 5px;
}
.ft-contact-info li .label {
  margin: 0 10px;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  font-weight: 600;
  border-radius: 0;
}
/* VG Afela */
#vg-footer-wrapper.home1 {
  background-color: #121212;
}
#vg-footer-wrapper.home1 .footer {
  padding: 80px 0 50px 0;
}
#vg-footer-wrapper.home1 .bottom-footer {
  background-color: #000;
  padding: 32px 0;
}
#vg-footer-wrapper.home1 .bottom-footer .payment {
  text-align: right;
  margin-top: 5px;
}
#vg-footer-wrapper.home1 .bottom-footer .ft-copyright .textwidget {
  line-height: 37px;
}
#vg-footer-wrapper.home2 {
  background-color: #121212;
  text-align: center;
}
#vg-footer-wrapper.home2 .footer {
  padding: 106px 0;
}
#vg-footer-wrapper.home2 .logo-background {
  background: url(../images/logo/logo_white.png) center no-repeat;
  margin: 0 auto;
}
#vg-footer-wrapper.home2 .logo-footer {
  margin-bottom: 15px;
}
#vg-footer-wrapper.home2 .widget.widget_vgw_social_media a {
  margin: 0px 10px 0px 0;
}
#vg-footer-wrapper.home2 .widget.widget_vgw_social_media a:hover {
  color: #fff;
  background-color: #2cb8a5;
}
#vg-footer-wrapper.home2 .bottom-footer {
  padding: 23px 0;
  background-color: #000;
}
#vg-footer-wrapper.home2 .col-social {
  text-align: center;
}
#vg-footer-wrapper.home3 {
  background-color: #121212;
}
#vg-footer-wrapper.home3 .widget-title.footer-widget-title h3 {
  font-size: 14px;
  letter-spacing: 0.2em;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
#vg-footer-wrapper.home3 .about-footer,
#vg-footer-wrapper.home3 .footer-address,
#vg-footer-wrapper.home3 .infor-footer p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0;
  font-family: 'Merriweather', sans-serif;
}
#vg-footer-wrapper.home3 .footer {
  padding: 80px 0;
}
#vg-footer-wrapper.home3 .bottom-footer {
  background-color: #000;
  padding: 34px 0;
}
#vg-footer-wrapper.home3 .bottom-footer .col-social {
  text-align: right;
}
#vg-footer-wrapper.home3 .bottom-footer .ft-copyright .textwidget {
  line-height: 40px;
}
#vg-footer-wrapper.home4 {
  background-color: #121212;
  font-family: 'Raleway', sans-serif;
}
#vg-footer-wrapper.home4 .widget-title.footer-widget-title h3 {
  font-size: 14px;
  letter-spacing: 0.2em;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
#vg-footer-wrapper.home4 .widget ul li,
#vg-footer-wrapper.home4 .widget ol li {
  padding: 5px 0;
  border-bottom: 0;
}
#vg-footer-wrapper.home4 .widget.widget_vgw_social_media a {
  background-color: #252525;
  border-radius: 50%;
  margin: 0 5px 0 0;
}
#vg-footer-wrapper.home4 .widget.widget_vgw_social_media a:hover {
  color: #fff;
  background-color: #2cb8a5;
}
#vg-footer-wrapper.home4 .footer-newsletter > .widget_text {
  margin-bottom: 0;
}
#vg-footer-wrapper.home4 .footer-newsletter .widget_wysija .widget_wysija_cont form .wysija-paragraph {
  position: relative;
}
#vg-footer-wrapper.home4 .footer-newsletter .widget_wysija .widget_wysija_cont form .wysija-paragraph:after {
  content: "\f0e0";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  line-height: 40px;
  width: 40px;
  text-align: center;
}
#vg-footer-wrapper.home4 .footer-newsletter .widget_wysija .widget_wysija_cont form .wysija-paragraph label {
  display: none;
}
#vg-footer-wrapper.home4 .footer-newsletter .widget_wysija .widget_wysija_cont form .wysija-paragraph input[type="text"] {
  border-color: #525252;
  padding-left: 40px !important;
  background: transparent;
  border: 1px solid;
  padding: 10px 0px;
  color: inherit;
}
#vg-footer-wrapper.home4 .footer-newsletter .widget_wysija .widget_wysija_cont form .wysija-submit-wrap input[type="submit"] {
  padding: 10px 25px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.14em;
  border: none;
  background: #2b2b2b;
}
#vg-footer-wrapper.home4 .footer-newsletter .widget_wysija .widget_wysija_cont form .wysija-submit-wrap input[type="submit"]:hover {
  opacity: 0.9;
}
#vg-footer-wrapper.home4 .footer {
  padding: 80px 0;
}
#vg-footer-wrapper.home4 .col-payment {
  margin-top: 15px;
  text-align: right;
}
#vg-footer-wrapper.home4 .bottom-footer {
  background-color: #000;
  padding: 30px 0;
}
#vg-footer-wrapper.home5 {
  background-color: #121212;
}
#vg-footer-wrapper.home5 .widget-title.footer-widget-title h3 {
  font-size: 14px;
  letter-spacing: 0.2em;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
#vg-footer-wrapper.home5 .widget_wysija .widget-title.footer-widget-title {
  display: block;
  margin-bottom: 10px;
}
#vg-footer-wrapper.home5 .widget_wysija .widget-title.footer-widget-title h3 {
  font-size: 14px;
  color: #7a7a7a;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0px;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
}
#vg-footer-wrapper.home5 .widget_wysija .widget_wysija_cont form .wysija-paragraph {
  position: relative;
}
#vg-footer-wrapper.home5 .widget_wysija .widget_wysija_cont form .wysija-paragraph:after {
  content: "\f0e0";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  line-height: 40px;
  width: 40px;
  text-align: center;
}
#vg-footer-wrapper.home5 .widget_wysija .widget_wysija_cont form .wysija-paragraph label {
  display: none;
}
#vg-footer-wrapper.home5 .widget_wysija .widget_wysija_cont form .wysija-paragraph input[type="text"] {
  border-color: #525252;
  padding-left: 40px !important;
  background: transparent;
  border: 1px solid;
  padding: 10px 0px;
  color: inherit;
  max-width: 62%;
  float: left;
}
#vg-footer-wrapper.home5 .widget_wysija .widget_wysija_cont form .wysija-submit-wrap input[type="submit"] {
  padding: 11px 25px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.14em;
  border: none;
  background: #2b2b2b;
  float: right;
  margin-top: 0;
}
#vg-footer-wrapper.home5 .widget_wysija .widget_wysija_cont form .wysija-submit-wrap input[type="submit"]:hover {
  opacity: 0.9;
}
#vg-footer-wrapper.home5 .ft-about-me .widget_text {
  margin-bottom: 15px;
}
#vg-footer-wrapper.home5 .footer {
  padding: 80px 0;
}
#vg-footer-wrapper.home5 .bottom-footer {
  padding: 19px 0;
  background-color: #000;
}
#vg-footer-wrapper.home5 .bottom-footer .ft-bottom-menu .widget_text .bottom-footer-links > li {
  text-transform: none;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 40px;
  border-bottom: none;
  margin-bottom: 0;
}
#vg-footer-wrapper.home5 .bottom-footer .ft-bottom-menu .widget_text .bottom-footer-links > li:after {
  margin: 0 5px 0 10px;
}
#vg-footer-wrapper.home5 .bottom-footer .ft-bottom-menu .widget_text .bottom-footer-links > li:last-child:after {
  display: none;
}
#vg-footer-wrapper.home5 .bottom-footer .ft-bottom-menu .widget_text .bottom-footer-links > li > a {
  color: #7a7a7a;
  font-size: 12px !important;
  text-transform: capitalize;
}
#vg-footer-wrapper.home5 .bottom-footer .col-copyright .textwidget {
  line-height: 40px;
}
#vg-footer-wrapper.home5 .bottom-footer .widget_vgw_social_media {
  text-align: right;
}
#vg-footer-wrapper.home6,
#vg-footer-wrapper.home7 {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 5;
  padding: 0 3%;
  background-color: rgba(18, 18, 18, 0.1);
}
#vg-footer-wrapper.home6 .bottom-footer,
#vg-footer-wrapper.home7 .bottom-footer {
  padding: 9px 0;
}
#vg-footer-wrapper.home6 .bottom-footer .widget.widget_vgw_social_media a,
#vg-footer-wrapper.home7 .bottom-footer .widget.widget_vgw_social_media a {
  color: #fff;
  background: transparent;
}
#vg-footer-wrapper.home6 .bottom-footer .copyright span,
#vg-footer-wrapper.home7 .bottom-footer .copyright span,
#vg-footer-wrapper.home6 .bottom-footer .copyright a,
#vg-footer-wrapper.home7 .bottom-footer .copyright a {
  color: #fff;
  font-size: 13px;
}
#vg-footer-wrapper.home7,
#vg-footer-wrapper.home8 {
  background-color: #121212;
}
#vg-footer-wrapper.home8 {
  padding: 0 3%;
  margin-top: -1px;
  margin-left: 320px;
}
#vg-footer-wrapper.home8 .bottom-footer {
  padding: 28px 0;
}
#vg-footer-wrapper .bottom-footer.home4 .copyright {
  line-height: normal;
}
#vg-footer-wrapper .ft-copyright .textwidget {
  line-height: 43px;
}
#vg-footer-wrapper .col-social {
  text-align: right;
}
#vg-footer-wrapper .bottom-footer-links > li {
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  font-size: 11px !important;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  padding: 0 !important;
}
#vg-footer-wrapper .bottom-footer-links > li:last-child:after {
  display: none;
}
#vg-footer-wrapper .bottom-footer-links > li:after {
  content: "";
  border-right: 1px solid #434343;
  margin: 0 7px 0 10px;
}
#vg-footer-wrapper .bottom-footer-links > li a {
  font-size: 11px;
}
#vg-footer-wrapper .copyright span {
  font-size: 12px;
  color: #9b9b9b;
}
#vg-footer-wrapper .col-footer:first-child {
  padding-top: 0;
}
#vg-footer-wrapper .widget {
  color: #7b7b7b;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 35px;
}
#vg-footer-wrapper .widget:last-child {
  margin-bottom: 0;
}
#vg-footer-wrapper .widget ul li,
#vg-footer-wrapper .widget ol li {
  font-size: 14px;
  padding: 13px 0;
  border-bottom: 1px solid #292929;
  line-height: 24px;
}
#vg-footer-wrapper .widget ul li:first-child,
#vg-footer-wrapper .widget ol li:first-child {
  padding-top: 0;
}
#vg-footer-wrapper .widget ul li:last-child,
#vg-footer-wrapper .widget ol li:last-child {
  border-bottom: none;
}
#vg-footer-wrapper .widget ul li .children,
#vg-footer-wrapper .widget ol li .children,
#vg-footer-wrapper .widget ul li .sub-menu,
#vg-footer-wrapper .widget ol li .sub-menu {
  padding-left: 20px;
}
#vg-footer-wrapper .widget ul li .sub-menu,
#vg-footer-wrapper .widget ol li .sub-menu {
  padding-bottom: 0;
}
#vg-footer-wrapper .widget ul li .sub-menu li:last-child,
#vg-footer-wrapper .widget ol li .sub-menu li:last-child {
  padding-bottom: 0;
}
#vg-footer-wrapper .widget input,
#vg-footer-wrapper .widget select,
#vg-footer-wrapper .widget textarea {
  color: rgba(122, 122, 122, 0.4);
  border: none;
  background-color: #fff;
  padding: 15px 10px;
  font-size: 14px;
  line-height: 20px;
  height: auto;
  max-height: 90px;
  max-width: 100%;
}
#vg-footer-wrapper .widget input[type="submit"],
#vg-footer-wrapper .widget button {
  padding: 10px 15px;
  border: 1px dashed #fff;
  font-family: 'Raleway', sans-serif;
  color: #2cb8a5;
  background-color: transparent;
}
#vg-footer-wrapper .widget input[type="submit"]:hover,
#vg-footer-wrapper .widget button:hover {
  border-color: #2cb8a5;
  background-color: #2cb8a5;
  color: #fff;
}
#vg-footer-wrapper .widget_product_categories ul,
#vg-footer-wrapper .widget_categories ul,
#vg-footer-wrapper .widget_nav_menu ul,
#vg-footer-wrapper .widget_archive ul,
#vg-footer-wrapper .widget_meta ul,
#vg-footer-wrapper .widget_recent_comments ul,
#vg-footer-wrapper .widget_recent_entries ul,
#vg-footer-wrapper .widget_pages ul {
  padding-left: 0;
}
#vg-footer-wrapper .widget_product_categories ul li a,
#vg-footer-wrapper .widget_categories ul li a,
#vg-footer-wrapper .widget_nav_menu ul li a,
#vg-footer-wrapper .widget_archive ul li a,
#vg-footer-wrapper .widget_meta ul li a,
#vg-footer-wrapper .widget_recent_comments ul li a,
#vg-footer-wrapper .widget_recent_entries ul li a,
#vg-footer-wrapper .widget_pages ul li a {
  color: #7b7b7b;
}
#vg-footer-wrapper .widget_product_categories ul li a:hover,
#vg-footer-wrapper .widget_categories ul li a:hover,
#vg-footer-wrapper .widget_nav_menu ul li a:hover,
#vg-footer-wrapper .widget_archive ul li a:hover,
#vg-footer-wrapper .widget_meta ul li a:hover,
#vg-footer-wrapper .widget_recent_comments ul li a:hover,
#vg-footer-wrapper .widget_recent_entries ul li a:hover,
#vg-footer-wrapper .widget_pages ul li a:hover {
  color: #2cb8a5;
}
#vg-footer-wrapper .widget_text .textwidget {
  padding-left: 0;
  color: #7b7b7b;
}
#vg-footer-wrapper .widget_rss h3 a.rsswidget {
  margin-left: 0;
  margin-right: 10px;
  color: #7b7b7b;
}
#vg-footer-wrapper .widget_search .search-submit,
#vg-footer-wrapper .widget_search .button {
  height: 50px;
  line-height: 20px !important;
  width: 50px;
  text-align: center;
  padding: 15px 0 !important;
  background-color: transparent !important;
  color: #7a7a7a !important;
  border: none;
}
#vg-footer-wrapper .widget_search .search-submit i,
#vg-footer-wrapper .widget_search .button i {
  font-size: 18px;
  line-height: 20px;
}
#vg-footer-wrapper .widget_search .search-submit:hover,
#vg-footer-wrapper .widget_search .button:hover {
  color: #2cb8a5 !important;
  background-color: transparent !important;
  border: none;
}
#vg-footer-wrapper .tagcloud {
  padding: 0;
}
#vg-footer-wrapper .tagcloud a {
  border-color: #7b7b7b;
  color: #7b7b7b;
}
#vg-footer-wrapper .widget.woocommerce .star-rating span {
  color: #0b8dca;
}
#vg-footer-wrapper .widget .product-price,
#vg-footer-wrapper .widget .compare-list .price,
#vg-footer-wrapper .widget .price {
  color: #7b7b7b !important;
}
#vg-footer-wrapper .widget .product-price > del,
#vg-footer-wrapper .widget .compare-list .price > del,
#vg-footer-wrapper .widget .price > del {
  color: #7b7b7b;
}
#vg-footer-wrapper .widget.widget_vgw_social_media a {
  border-color: #fff;
  color: #7a7a7a;
}
#vg-footer-wrapper .widget.widget_vgw_social_media a:hover {
  color: #2cb8a5;
}
.widget_wysija .widget-title.footer-widget-title {
  display: none;
}
/* Footer Start */
/* Copyright Footer Start */
/*------------------------------------
-------------Front Page Start--------- 
--------------------------------------*/
/* Home 2 VG Afela */
.txt-home2 {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}
.txt-home2 .hero-holder .hero-message h1 {
  color: #fff;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
}
.txt-home2 .hero-holder .hero-message h2.hero-subtitle {
  text-transform: none;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  font-size: 20px;
  max-width: 800px;
  margin: 24px auto 0;
  font-family: 'Raleway', sans-serif;
}
.txt-home2 .hero-holder .hero-message .buttons-holder {
  margin-top: 30px;
}
.txt-home2 .hero-holder .hero-message .buttons-holder a.btn {
  color: #121212;
  background-color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.14em;
  border: 2px solid transparent;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.txt-home2 .hero-holder .hero-message .buttons-holder a.btn:hover {
  background-color: #121212;
  color: #fff;
}
.txt-home2 .hero-holder .hero-message .local-scroll {
  margin-top: 200px;
}
.txt-home2 .hero-holder .hero-message .local-scroll .scroll-down {
  background-color: #ffffff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  width: 30px;
  text-align: center;
}
.txt-home2 .hero-holder .hero-message .local-scroll .scroll-down br {
  display: none;
}
.txt-home2 .hero-holder .hero-message .local-scroll .scroll-down i {
  color: #121212;
  -webkit-animation: bounce 2s ease;
  -moz-animation: bounce 2s ease;
  -ms-animation: bounce 2s ease;
  -o-animation: bounce 2s ease;
  animation: bounce 2s ease;
}
.txt-home2 .hero-holder .hero-message .local-scroll .scroll-down i:hover {
  -webkit-animation: bounce 2s ease;
  -moz-animation: bounce 2s ease;
  -ms-animation: bounce 2s ease;
  -o-animation: bounce 2s ease;
  animation: bounce 2s ease;
}
.about-home2 {
  padding: 155px 0 0px 0;
}
.about-home2 .about-onepage {
  text-align: center;
  margin: 0px 20%;
}
.about-home2 .about-onepage .intro-heading {
  font-size: 38px;
  line-height: 56px;
  margin-bottom: 28px;
  color: #121212;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.about-home2 .about-onepage .intro-text {
  font-size: 17px;
  line-height: 32px;
  font-family: 'Hind', serif;
}
.our-team-home {
  padding: 120px 0 75px 0;
}
.team-member,
.team-img {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.team-img img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  width: 100%;
}
.team-img p {
  margin-bottom: 0;
}
.team-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.team-img:hover .team-details {
  opacity: 1 !important;
  top: 50% !important;
  margin-top: -18px;
}
.team-member .overlay {
  background-color: rgba(20, 20, 20, 0.7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.team-member .overlay .team-details {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.team-member .overlay .team-details .social-icons li {
  display: inline-block;
}
.team-member .overlay .team-details .social-icons li a i {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin: 0 2px;
}
.team-member .overlay .team-details .social-icons li a i:before {
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 33px;
  text-indent: 0;
  text-align: center;
}
.team-member .team-title {
  margin: 34px 0 8px;
  color: #121212;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
.team-member p {
  font-family: 'Hind', serif;
}
.latest-news {
  padding: 120px 0 85px 0;
}
.contact-home2 {
  padding: 120px 0 85px 0;
}
.contact-home2 .wpcf7-form {
  padding: 0;
}
.contact-home2 .wpcf7-form input[type="text"],
.contact-home2 .wpcf7-form input[type="email"] {
  height: 40px;
  border: 1px solid #e0e0e0;
  background-color: transparent;
  width: 100%;
  margin-bottom: 16px;
  padding: 0 16px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.contact-home2 .wpcf7-form .wpcf7-textarea {
  height: auto;
  padding: 8px 16px;
  margin-bottom: 25px;
  min-height: 210px;
}
.contact-home2 .wpcf7-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7a7a7a;
}
.contact-home2 .wpcf7-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #7a7a7a;
}
.contact-home2 .wpcf7-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #7a7a7a;
}
.contact-home2 .wpcf7-form :-moz-placeholder {
  /* Firefox 18- */
  color: #7a7a7a;
}
.contact-home2 .wpcf7-form .wpcf7-submit {
  text-align: left;
  margin: 0 0 0 15px !important;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.14em;
  border: 2px solid #2cb8a5 !important;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #2cb8a5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 13px;
  padding: 10px 34px !important;
}
.contact-home2 .wpcf7-form .wpcf7-submit:hover {
  background: #fff !Important;
  color: #2cb8a5 !important;
}
.info-contact {
  font-family: 'Hind', serif;
}
.info-contact h5 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #121212;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}
.info-contact .contact-item {
  position: relative;
  padding-left: 36px;
  margin-top: 30px;
  font-size: 15px;
  margin-bottom: 0;
}
.info-contact .contact-item div.fa {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 18px;
  color: #a3a3a3;
}
.info-contact .contact-item p {
  text-align: left;
  font-size: 15px;
}
.info-contact .contact-item p .dark-link {
  color: #121212;
}
.info-contact > p {
  margin: 0;
}
.google-map > .wpb_column > .vc_column-inner {
  padding: 0;
}
.google-map .gmap-btn {
  background-color: #f5f5f5;
  width: 100%;
  z-index: 2;
  position: relative;
  text-align: center;
  line-height: 70px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #121212;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.google-map .gmap-btn:hover,
.google-map .gmap-btn.opened {
  color: #fff;
  background-color: #252525;
}
.google-map .gmap.gmap-hidden {
  visibility: hidden;
  z-index: -10;
  margin-top: -455px;
  opacity: 0;
}
.google-map .gmap.opened {
  margin-top: 0;
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.google-map .gmap {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.google-map .gmap iframe {
  border: none;
}
.featured-works > .wpb_column > .vc_column-inner {
  padding: 0;
}
.featured-works .vc_grid-container {
  padding-top: 95px;
}
#projects_list .project {
  overflow: hidden;
}
#projects_list .project .inner-project {
  position: relative;
}
#projects_list .project .inner-project:hover .project-thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#projects_list .project .inner-project:hover:before,
#projects_list .project .inner-project:hover .readmore {
  opacity: 1;
  visibility: visible;
}
#projects_list .project .inner-project:hover .project-title {
  bottom: 30%;
  opacity: 1;
  visibility: visible;
}
#projects_list .project .inner-project:before {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
  -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;
  content: '';
  z-index: 1;
}
#projects_list .project .inner-project .project-thumbnail {
  overflow: hidden;
}
#projects_list .project .inner-project .project-thumbnail img {
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
#projects_list .project .inner-project .readmore {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -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;
  z-index: 2;
}
#projects_list .project .inner-project .readmore i {
  position: absolute;
  top: 50%;
  left: 50%;
  -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;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#projects_list .project .inner-project .readmore i:hover {
  color: #2cb8a5;
}
#projects_list .project .inner-project .project-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 2;
}
#projects_list .project .inner-project .project-title a {
  color: #fff;
}
/* Project layout 8 VG Afela */
.home-project .project-archive .all-projects #projects_list .project {
  padding-left: 0px;
  padding-right: 0px;
}
/* Layout Shop VG Afela */
.page-shop {
  margin-bottom: 50px;
}
.testimonials-shop .testimonials .testimonial-content {
  text-align: left;
}
.testimonials-shop .testimonials .testimonial-content .description {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 25px;
  padding: 30px;
  background-color: #f5f5f5;
  text-align: left;
}
.testimonials-shop .testimonials .testimonial-content .client-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #121212;
  display: block;
  margin-bottom: 0;
}
.testimonials-shop .testimonials .testimonial-content .client-name:after {
  display: none;
}
.testimonials-shop .testimonials .testimonial-content .client-position {
  font-size: 13px;
  display: block;
  font-family: 'Raleway', sans-serif;
}
.testimonials-shop .testimonials .testimonial-info {
  display: none;
}
.testimonials-shop .owl-pagination {
  margin: 0 !important;
  bottom: 20px;
  position: absolute;
  left: 0;
  display: block;
  text-align: right;
  width: 100%;
}
.testimonials-shop .owl-pagination .owl-page span {
  border-color: #a7a7a7;
}
.testimonials-shop .owl-pagination .owl-page:hover span,
.testimonials-shop .owl-pagination .owl-page.active span {
  background-color: #121212;
  border-color: transparent;
}
.promo-parallax {
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 25%;
  padding-bottom: 25%;
}
.promo-parallax .wpb_text_column {
  margin-bottom: 0 !important;
}
.promo-parallax .wpb_text_column .wpb_wrapper {
  text-align: center;
}
.promo-parallax .wpb_text_column .wpb_wrapper h2 {
  font-size: 64px;
  letter-spacing: 0.2em;
  margin-bottom: 33px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.promo-parallax .wpb_text_column .wpb_wrapper a.btn {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.14em;
  border: 2px solid #fff;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 13px;
  padding: 13px 34px;
}
.promo-parallax .wpb_text_column .wpb_wrapper a.btn:hover {
  border-color: #2cb8a5;
  background-color: #2cb8a5;
}
.promo-banners {
  padding: 40px 0 25px 0;
}
.from-blog-testimonials {
  padding: 35px 0;
}
.group-product-vertical {
  padding: 55px 0 70px 0;
}
.brand-shop .brand-carousel {
  padding: 47px 0;
  border-top: 1px solid #ececec;
}
/* Layout Magazine */
.breaking-news {
  padding: 20px 0;
}
.breaking-news .breaking {
  float: left;
}
.breaking-news .post-breaking {
  float: right;
  width: 87%;
}
.breaking-news .post-breaking .owl-controls .owl-buttons {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  visibility: visible;
  text-align: right;
  top: 0;
  margin-top: 0;
}
.breaking-news .post-breaking .owl-controls .owl-buttons > div {
  transform: translate(0, 0);
  float: none;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background: transparent;
}
.breaking-news .post-breaking .owl-controls .owl-buttons > div:after {
  line-height: 20px;
  font-size: 11px;
}
.breaking-news .post-breaking .owl-controls .owl-buttons > div:hover {
  color: #2cb8a5;
}
.vgp-item-i.magazine-breaking .post-content {
  padding: 0;
  margin: 0;
  border-top: 0;
  line-height: 26px;
  display: inline-block;
}
.vgp-item-i.magazine-breaking .post-content .post-date,
.vgp-item-i.magazine-breaking .post-content .post-title {
  display: inline-block;
}
.vgp-item-i.magazine-breaking .post-content .post-date {
  color: #121212;
}
.vgp-item-i.magazine-breaking .post-content .post-title {
  margin: 0;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  margin-left: 5px;
}
.vgp-item-i.magazine-breaking .post-content .post-title a {
  color: #7a7a7a;
}
.theme-2.post-carousel .vgp-item.vgp-theme2 .vgp-item-i:first-child {
  border-top: 0;
  padding: 0px 0 17px 0;
}
.theme-2.post-carousel .vgp-item.vgp-theme2 .vgp-item-i:first-child .post-image {
  width: 100%;
  float: none;
}
.theme-2.post-carousel .vgp-item.vgp-theme2 .vgp-item-i:first-child .post-image .vgpc-post-category {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 8px;
  color: #fff !important;
  text-transform: uppercase;
  background-color: #529fbf;
  font-size: 11px;
  z-index: 1;
  line-height: 16px;
}
.theme-2.post-carousel .vgp-item.vgp-theme2 .vgp-item-i:first-child .post-image .vgpc-post-category a {
  color: #fff;
}
.theme-2.post-carousel .vgp-item.vgp-theme2 .vgp-item-i:first-child .post-content {
  width: 100%;
  float: none;
  padding: 30px 0 0 0;
  border-top: 0px;
  margin-bottom: 0px;
}
.theme-2.post-carousel .vgp-item.vgp-theme2 .vgp-item-i:first-child .post-content .post-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: bold;
}
.theme-2.post-carousel .vgp-item.vgp-theme2 .vgp-item-i:first-child .post-content .post-title a {
  color: #121212;
}
.theme-2.post-carousel .vgp-item.vgp-theme2 .vgp-item-i:first-child .post-content .post-desc,
.theme-2.post-carousel .vgp-item.vgp-theme2 .vgp-item-i:first-child .post-content .post-readmore {
  display: block;
}
.theme-2.post-carousel .vgp-item.vgp-theme2 .vgp-item-i:first-child .post-content .post-meta {
  margin: 15px 0 10px 3px;
}
.theme-2.post-carousel .vgp-item.vgp-theme2 .vgp-item-i:first-child .post-content .post-meta li {
  margin-right: 20px;
}
.theme-2.post-carousel .vgp-item.vgp-theme2 .vgp-item-i:first-child .post-content .post-meta li:last-child {
  margin-right: 0;
}
.theme-2.post-carousel .vgp-item.vgp-theme2 .vgp-item-i:first-child .post-content .post-meta .post-date,
.theme-2.post-carousel .vgp-item.vgp-theme2 .vgp-item-i:first-child .post-content .post-meta .post-author,
.theme-2.post-carousel .vgp-item.vgp-theme2 .vgp-item-i:first-child .post-content .post-meta .post-comment {
  font-size: 12px;
  white-space: nowrap;
  font-style: italic;
}
.theme-2.post-carousel .vgp-item.vgp-theme2 .vgp-item-i:first-child .post-content .post-meta i {
  font-size: 13px;
  color: #9b9b9b;
}
.vgp-item.vgp-theme2 .vgp-item-i {
  clear: both;
  border-top: 1px solid #f2f2f2;
  padding: 20px 0;
  margin: 0 15px;
}
.vgp-item.vgp-theme2 .vgp-item-i:last-child {
  padding-bottom: 0;
}
.vgp-item.vgp-theme2 .vgp-item-i:first-child {
  padding-top: 0;
  border-top: 0;
}
.vgp-item.vgp-theme2 .vgp-item-i .post-image {
  width: 27%;
  display: inline-block;
}
.vgp-item.vgp-theme2 .vgp-item-i .post-image .vgpc-post-category {
  display: none;
}
.vgp-item.vgp-theme2 .vgp-item-i .post-content {
  width: 73%;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 20px;
  border-top: 0;
}
.vgp-item.vgp-theme2 .vgp-item-i .post-content .post-desc,
.vgp-item.vgp-theme2 .vgp-item-i .post-content .post-readmore {
  display: none;
}
.vgp-item.vgp-theme2 .vgp-item-i .post-content .post-title {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 7px;
}
.vgp-item.vgp-theme2 .vgp-item-i .post-content .post-title a {
  color: #121212;
}
.vgp-item.vgp-theme2 .vgp-item-i .post-content .post-meta {
  margin: 8px 0 10px 0px;
}
.vgp-item.vgp-theme2 .vgp-item-i .post-content .post-meta li {
  margin-right: 15px;
}
.vgp-item.vgp-theme2 .vgp-item-i .post-content .post-meta li:last-child {
  margin-right: 0;
}
.vgp-item.vgp-theme2 .vgp-item-i .post-content .post-meta .post-date,
.vgp-item.vgp-theme2 .vgp-item-i .post-content .post-meta .post-author,
.vgp-item.vgp-theme2 .vgp-item-i .post-content .post-meta .post-comment {
  font-size: 12px;
  white-space: nowrap;
  font-style: italic;
}
.vgp-item.vgp-theme2 .vgp-item-i .post-content .post-meta i {
  font-size: 13px;
  color: #9b9b9b;
}
.vgp-item.vgp-theme3 {
  border-top: 0;
}
.vgp-item.vgp-theme3 .post-image {
  width: 100%;
  float: none;
}
.vgp-item.vgp-theme3 .post-image .vgpc-post-category {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 8px;
  color: #fff !important;
  text-transform: uppercase;
  background-color: #529fbf;
  font-size: 11px;
  z-index: 1;
  line-height: 16px;
}
.vgp-item.vgp-theme3 .post-image .vgpc-post-category a {
  color: #fff;
}
.vgp-item.vgp-theme3 .post-content {
  width: 100%;
  float: none;
  padding: 30px 0 0 0;
  border-top: 0px;
  margin-bottom: 0px;
}
.vgp-item.vgp-theme3 .post-content .post-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: bold;
}
.vgp-item.vgp-theme3 .post-content .post-title a {
  color: #121212;
}
.vgp-item.vgp-theme3 .post-content .post-desc,
.vgp-item.vgp-theme3 .post-content .post-readmore {
  display: block;
}
.vgp-item.vgp-theme3 .post-content .post-meta {
  margin: 15px 0 10px 3px;
}
.vgp-item.vgp-theme3 .post-content .post-meta li {
  margin-right: 20px;
}
.vgp-item.vgp-theme3 .post-content .post-meta li:last-child {
  margin-right: 0;
}
.vgp-item.vgp-theme3 .post-content .post-meta .post-date,
.vgp-item.vgp-theme3 .post-content .post-meta .post-author,
.vgp-item.vgp-theme3 .post-content .post-meta .post-comment {
  font-size: 12px;
  white-space: nowrap;
  font-style: italic;
}
.vgp-item.vgp-theme3 .post-content .post-meta i {
  font-size: 13px;
  color: #9b9b9b;
}
.theme-3.post-carousel {
  display: block;
}
.theme-3.post-carousel .vgp-item.vgp-theme2 .vgp-item-i {
  margin: 0;
  padding: 20px 15px;
}
.theme-3.post-carousel .vgp-item.vgp-theme2 .vgp-item-i:first-child {
  padding-top: 0;
  border-top: 0;
}
.theme-3.post-carousel .vgp-item.vgp-theme2 .vgp-item-i .post-image {
  display: none;
}
.theme-3.post-carousel .vgp-item.vgp-theme2 .vgp-item-i .post-content {
  width: 100%;
  float: none;
  padding: 0;
  margin: 0;
}
.theme-3.post-carousel .vgp-item.vgp-theme2 .vgp-item-i .post-content .post-meta {
  margin-bottom: 0;
}
.post-carousel .vgp-item.theme-4 .vgp-item-i:first-child .post-image,
.post-carousel .vgp-item.theme-4 .vgp-item-i:first-child .post-desc,
.post-carousel .vgp-item.theme-4 .vgp-item-i:first-child .post-readmore {
  display: block;
}
.post-carousel .vgp-item.theme-4 .vgp-item-i:first-child .post-content .post-title {
  font-size: 14px;
}
.vgp-item-i.vgp-theme-4 .post-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: bold;
}
.vgp-item-i.vgp-theme-4 .post-title a {
  color: #121212;
}
.vgp-item-i.vgp-theme-4 .post-image,
.vgp-item-i.vgp-theme-4 .post-desc,
.vgp-item-i.vgp-theme-4 .post-readmore {
  display: none;
}
.vgp-item-i.vgp-theme-4 .post-meta {
  margin: 15px 0 10px 3px;
}
.vgp-item-i.vgp-theme-4 .post-meta li {
  margin-right: 20px;
}
.vgp-item-i.vgp-theme-4 .post-meta li:last-child {
  margin-right: 0;
}
.vgp-item-i.vgp-theme-4 .post-meta .post-date,
.vgp-item-i.vgp-theme-4 .post-meta .post-author,
.vgp-item-i.vgp-theme-4 .post-meta .post-comment {
  font-size: 12px;
  white-space: nowrap;
  font-style: italic;
}
.vgp-item-i.vgp-theme-4 .post-meta i {
  font-size: 13px;
  color: #9b9b9b;
}
.vgp-item-i.vgp-theme-4 .post-content {
  margin-bottom: 0;
}
.vgp-item-i.vgp-theme-4 .post-content .post-title {
  font-size: 12px;
}
.vgp-item-i.vgp-theme-5 {
  border-bottom: 1px solid #f2f2f2;
  padding: 18px 15px;
}
.vgp-item-i.vgp-theme-5:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.vgp-item-i.vgp-theme-5:first-child {
  padding-top: 0;
}
.vgp-item-i.vgp-theme-5 .post-image {
  width: 35%;
  display: inline-block;
}
.vgp-item-i.vgp-theme-5 .post-image .vgpc-post-category {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 8px;
  color: #fff !important;
  text-transform: uppercase;
  background-color: #529fbf;
  font-size: 11px;
  z-index: 1;
  line-height: 16px;
}
.vgp-item-i.vgp-theme-5 .post-image .vgpc-post-category a {
  color: #fff;
}
.vgp-item-i.vgp-theme-5 .post-content {
  width: 65%;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 20px;
  border-top: 0;
}
.vgp-item-i.vgp-theme-5 .post-content .post-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.vgp-item-i.vgp-theme-5 .post-content .post-title a {
  color: #121212;
}
.vgp-item-i.vgp-theme-5 .post-content .post-meta {
  margin: 15px 0 10px 3px;
}
.vgp-item-i.vgp-theme-5 .post-content .post-meta li {
  margin-right: 20px;
}
.vgp-item-i.vgp-theme-5 .post-content .post-meta li:last-child {
  margin-right: 0;
}
.vgp-item-i.vgp-theme-5 .post-content .post-meta .post-date,
.vgp-item-i.vgp-theme-5 .post-content .post-meta .post-author,
.vgp-item-i.vgp-theme-5 .post-content .post-meta .post-comment {
  font-size: 12px;
  white-space: nowrap;
  font-style: italic;
}
.vgp-item-i.vgp-theme-5 .post-content .post-meta i {
  font-size: 13px;
  color: #9b9b9b;
}
/* Slider-bar Layout5 VG Afela */
.social-icons .wpb_wrapper {
  text-align: center;
}
.social-icons .wpb_wrapper .vc_icon_element-outer {
  display: inline-block;
  margin-right: 10px;
}
.social-icons .wpb_wrapper .vc_icon_element-outer:last-child {
  margin-right: 0;
}
.social-icons .wpb_wrapper .vc_icon_element-outer:hover {
  opacity: 0.9;
}
.tab-sidebar-product {
  padding: 48px 0 20px 0;
}
.tab-sidebar-product .vc_tta-tabs-container {
  margin: 0 !important;
}
.tab-sidebar-product .vc_tta-tabs-container ul.vc_tta-tabs-list {
  text-align: center !important;
}
.tab-sidebar-product .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab {
  padding: 10px 23px;
  border: 1px solid #e0e0e0 !important;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  cursor: pointer;
}
.tab-sidebar-product .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  margin-right: 0;
  font-size: 11px;
  color: #7a7a7a !important;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  padding: 0 !important;
  background-color: transparent !important;
}
.tab-sidebar-product .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active,
.tab-sidebar-product .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab:hover {
  border-color: #2cb8a5 !important;
  background-color: #2cb8a5;
}
.tab-sidebar-product .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a,
.tab-sidebar-product .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab:hover a {
  color: #fff !important;
}
.tab-sidebar-product .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .widgettitle {
  display: none;
}
.tab-sidebar-product .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vgp-item.vgp-theme2 .vgp-item-i .post-content {
  margin: 0;
}
.tab-sidebar-product .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vgp-item.vgp-theme2 .vgp-item-i .post-content .post-meta {
  margin: 8px 0 0px 0px;
}
.tab-sidebar-product .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vgp-item.vgp-theme2 .vgp-item-i:first-child {
  border-top: 0;
}
.tab-sidebar-product .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .post-carousel {
  margin-top: 20px;
}
.weather br {
  display: none;
}
.vgw-rated-product .vgp-item.vgp-theme2 .vgp-item-i .post-content {
  margin-bottom: 0;
}
.vgw-rated-product .vgp-item.vgp-theme2 .vgp-item-i .post-content .post-meta {
  margin: 8px 0 0px 0px;
}
.group-post-slider > .pd-left > .vc_column-inner {
  padding-left: 15px !important;
  padding-right: 5px !important;
}
.group-post-slider > .pd-right > .vc_column-inner {
  padding-left: 0px !important;
  padding-right: 15px !important;
}
.group-vg-post > .vc_column-inner > .wpb_wrapper {
  position: relative;
}
/* VG Post Slider VG Afela*/
.vgps-wrapper .sp-padding {
  padding: 30px;
}
.vgps-wrapper .sp-padding.vgps-caption h3.news-title {
  font-weight: bold;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}
.vgps-wrapper .sp-padding.vgps-caption .entry-meta > span {
  margin-right: 15px;
}
.vgps-wrapper .sp-padding.vgps-caption .entry-meta > span:last-child {
  margin-right: 0;
}
.vgps-wrapper .sp-padding.vgps-caption .entry-meta .date:before {
  content: "\f017";
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 5px;
}
.vgps-wrapper .sp-padding.vgps-caption .entry-meta .date a {
  font-size: 12px;
  white-space: nowrap;
  font-style: italic;
}
.vgps-wrapper .sp-padding.vgps-caption .entry-meta .categories-links a {
  font-size: 12px;
  white-space: nowrap;
  font-style: italic;
}
.vgps-wrapper .sp-padding.vgps-caption .entry-meta .categories-links:before {
  content: "\f07c";
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 5px;
}
.vgps-wrapper .sp-padding.vgps-caption .entry-meta .author a {
  font-size: 12px;
  white-space: nowrap;
  font-style: italic;
}
.vgps-wrapper .sp-padding.vgps-caption .entry-meta .author:before {
  content: "\f007";
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 5px;
}
/* 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;
}
/* Product Start */
.vgw-item {
  padding: 0 15px;
}
.vgw-item-i {
  position: relative;
  margin-bottom: 50px;
  background: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  /* Style */
}
.vgw-item-i:before,
.vgw-item-i:after {
  content: '';
  display: table;
}
.vgw-item-i:after {
  clear: both;
}
.vgw-item-i:hover .product-image > a:before {
  opacity: 1;
  visibility: visible;
}
.vgw-item-i:hover .product-image img.primary_image {
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
  -webkit-animation: zoomOut 0.8s;
  -moz-animation: zoomOut 0.8s;
  -ms-animation: zoomOut 0.8s;
  -o-animation: zoomOut 0.8s;
  animation: zoomOut 0.8s;
}
.vgw-item-i:hover .product-image img.secondary_image {
  -webkit-animation: zoomIn 1s;
  -moz-animation: zoomIn 1s;
  -ms-animation: zoomIn 1s;
  -o-animation: zoomIn 1s;
  animation: zoomIn 1s;
}
.vgw-item-i:hover .product-image .second {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
}
.vgw-item-i:hover .button-group,
.vgw-item-i:hover .product-actions {
  -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;
  opacity: 1;
  visibility: visible;
}
.vgw-item-i:hover .vgw-quickview {
  bottom: 0;
}
.vgw-item-i:hover .out-stock {
  opacity: 0;
}
.vgw-item-i .product-image {
  position: relative;
  overflow: hidden;
}
.vgw-item-i .product-image > a {
  display: block;
  position: relative;
}
.vgw-item-i .product-image > a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-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;
  z-index: 1;
}
.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 {
  position: relative;
  text-align: center;
}
.vgw-item-i .product-title {
  line-height: 14px;
  margin-bottom: 3px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 13px;
  margin: 20px 0 15px 0;
}
.vgw-item-i .product-title a {
  line-height: 1.5;
  color: #7a7a7a;
  opacity: 1;
}
.vgw-item-i .product-title a:hover {
  color: #2cb8a5;
}
.vgw-item-i .product-price {
  display: inline-block;
  margin-bottom: 0;
}
.vgw-item-i .button-group,
.vgw-item-i .product-actions,
.vgw-item-i .vgw-quickview {
  z-index: 3;
}
.vgw-item-i .product-rating {
  float: none;
  display: block;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 10;
}
.vgw-item-i .product-rating .star-rating {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-right: 0 !important;
}
.vgw-item-i .product-desc {
  margin-bottom: 15px;
}
.vgw-item-i .add-to-cart {
  display: block;
  position: relative;
  margin-bottom: 17px;
  z-index: 2;
}
.vgw-item-i .add-to-cart p {
  margin: 0;
}
.vgw-item-i .add-to-cart .add_to_cart_inline {
  position: relative;
  overflow: hidden;
}
.vgw-item-i .add-to-cart a {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.14em;
  border: 2px solid transparent;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 11px;
  padding: 10px 25px;
  background-color: #2b2b2b;
  line-height: 16px;
}
.vgw-item-i .add-to-cart a.added {
  display: none !important;
}
.vgw-item-i .add-to-cart a:hover {
  opacity: 0.9;
}
.vgw-item-i .product-actions {
  position: absolute;
  width: 100%;
  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%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -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;
}
.vgw-item-i .in-stock {
  display: none;
}
.vgw-item-i .out-stock {
  background-color: rgba(255, 255, 255, 0.9);
  color: #121212;
  padding: 15px 0;
  display: block;
  text-align: center;
  width: 100%;
  z-index: 5;
  text-transform: uppercase;
  font-weight: bold;
  cursor: default;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-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;
}
.vgw-item-i .vgw-quickview {
  position: absolute;
  bottom: -26px;
  width: 100%;
  background-color: #121212;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-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;
}
.vgw-item-i .vgw-quickview:hover {
  opacity: 0.9;
}
.vgw-item-i .vgw-quickview a {
  color: #fff;
  line-height: 26px;
  border: none;
  padding: 0;
  font-weight: normal;
  font-size: 10px;
  font-family: 'Raleway', sans-serif;
}
.vgw-item-i .vgw-quickview a:hover {
  background: transparent;
}
.vgw-item-i .button-group {
  text-align: center;
  position: absolute;
  height: 44px;
  z-index: 11;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  top: 20px;
  right: 20px;
  width: auto;
  bottom: auto;
  text-align: right;
}
.vgw-item-i .button-group > div {
  display: inline-block;
  position: relative;
  -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 a {
  color: #7a7a7a;
  padding: 1px;
  display: inline-block;
  margin: 0 2px;
  font-size: 0px;
  border: none;
  font-weight: normal;
  line-height: normal;
}
.vgw-item-i .button-group a:before {
  display: block;
  content: '';
  font-family: 'simple-line-icons';
  font-size: 16px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  text-align: center;
}
.vgw-item-i .button-group a:hover {
  color: #2cb8a5;
  background: transparent;
}
.vgw-item-i .button-group a:hover:before {
  color: #2cb8a5;
}
.vgw-item-i .button-group .vgw-wishlist {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.vgw-item-i .button-group .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.vgw-item-i .button-group .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.vgw-item-i .button-group .yith-wcwl-add-to-wishlist a:before {
  content: "\e08a";
}
.vgw-item-i .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  color: #2cb8a5;
}
.vgw-item-i .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  -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 .button-group .yith-wcwl-wishlistaddedbrowse a {
  color: #2cb8a5;
}
.vgw-item-i .button-group .yith-wcwl-wishlistaddedbrowse.show a {
  color: #2cb8a5;
}
.vgw-item-i .button-group .vgw-compare {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.vgw-item-i .button-group .vgw-compare a:before {
  content: "\e098";
}
.vgw-item-i .button-group .vgw-compare a.added {
  color: #2cb8a5;
}
.vgw-item-i .button-group .vgw-quickview a:before {
  content: "\e087";
}
.vgw-item-i.vgw-vertical {
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
}
.vgw-item-i.vgw-vertical:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.vgw-item-i.vgw-vertical:first-child {
  padding-top: 0;
}
.vgw-item-i.vgw-vertical .product-image,
.vgw-item-i.vgw-vertical .product-content {
  width: 32%;
  float: left;
}
.vgw-item-i.vgw-vertical .product-content {
  width: 68%;
  padding: 0 0 0 15px;
  text-align: left;
}
.vgw-item-i.vgw-vertical .product-title {
  margin: 0;
}
.vgw-item-i.vgw-vertical .product-price {
  margin-top: 5px;
}
.vgw-item-i.vgw-vertical .add-to-cart {
  margin: 10px 0 0 0;
}
.vgw-item-i.vgw-vertical .add-to-cart a {
  line-height: 12px;
  padding: 5px 10px;
  font-size: 10px;
  border: none;
}
.vgw-item-i.hidden-desc .product-desc {
  display: none;
}
.vgw-item-i.vgw-timer .timer-grid {
  margin-bottom: 10px;
}
.vgw-item-i.vgw-timer .timer-grid div {
  min-width: 74px;
  font-size: 13px;
  line-height: 20px;
  margin: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
}
.vgw-item-i.vgw-timer .timer-grid div span {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
}
.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 {
  overflow: visible;
}
.vgw-item-i.effect-1:hover .button-group .vgw-wishlist {
  -webkit-animation: bounce 1.2s ease;
  -moz-animation: bounce 1.2s ease;
  -ms-animation: bounce 1.2s ease;
  -o-animation: bounce 1.2s ease;
  animation: bounce 1.2s ease;
}
.vgw-item-i.effect-1:hover .button-group .vgw-compare {
  -webkit-animation: bounce 1.6s ease;
  -moz-animation: bounce 1.6s ease;
  -ms-animation: bounce 1.6s ease;
  -o-animation: bounce 1.6s ease;
  animation: bounce 1.6s ease;
}
.vgw-item-i.effect-1:hover .button-group .vgw-quickview {
  -webkit-animation: bounce 2s ease;
  -moz-animation: bounce 2s ease;
  -ms-animation: bounce 2s ease;
  -o-animation: bounce 2s ease;
  animation: bounce 2s ease;
}
.vgw-item-i.effect-1 .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-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 .vgw-wishlist {
  -webkit-animation: rubberBand 1.2s ease;
  -moz-animation: rubberBand 1.2s ease;
  -ms-animation: rubberBand 1.2s ease;
  -o-animation: rubberBand 1.2s ease;
  animation: rubberBand 1.2s ease;
}
.vgw-item-i.effect-2:hover .button-group .vgw-compare {
  -webkit-animation: rubberBand 1.6s ease;
  -moz-animation: rubberBand 1.6s ease;
  -ms-animation: rubberBand 1.6s ease;
  -o-animation: rubberBand 1.6s ease;
  animation: rubberBand 1.6s ease;
}
.vgw-item-i.effect-2:hover .button-group .vgw-quickview {
  -webkit-animation: rubberBand 2s ease;
  -moz-animation: rubberBand 2s ease;
  -ms-animation: rubberBand 2s ease;
  -o-animation: rubberBand 2s ease;
  animation: rubberBand 2s ease;
}
.vgw-item-i.effect-2 .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-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 {
  overflow: visible;
}
.vgw-item-i.effect-3:hover .button-group .vgw-wishlist {
  -webkit-animation: rubberBand 1.2s ease;
  -moz-animation: rubberBand 1.2s ease;
  -ms-animation: rubberBand 1.2s ease;
  -o-animation: rubberBand 1.2s ease;
  animation: rubberBand 1.2s ease;
}
.vgw-item-i.effect-3:hover .button-group .vgw-compare {
  -webkit-animation: rubberBand 1.6s ease;
  -moz-animation: rubberBand 1.6s ease;
  -ms-animation: rubberBand 1.6s ease;
  -o-animation: rubberBand 1.6s ease;
  animation: rubberBand 1.6s ease;
}
.vgw-item-i.effect-3:hover .button-group .vgw-quickview {
  -webkit-animation: rubberBand 2s ease;
  -moz-animation: rubberBand 2s ease;
  -ms-animation: rubberBand 2s ease;
  -o-animation: rubberBand 2s ease;
  animation: rubberBand 2s ease;
}
.vgw-item-i.effect-3 .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-vertical-lg afela */
/* Tab Prodcut */
.vc_tta-tabs-container {
  overflow: visible !important;
}
.wpb_row .vc_tta-container {
  margin-bottom: 30.74px;
}
.wpb_row .vc_tta.vc_general.tab-trending .vc_tta-tabs-container {
  position: absolute;
  top: 10px;
  right: 0;
}
.wpb_row .vc_tta.vc_general .vc_tta-tabs-list {
  text-align: right;
  position: relative;
}
.wpb_row .vc_tta.vc_general .vc_tta-tab {
  margin: 0;
  position: relative;
  display: block;
  overflow: hidden;
  display: inline-block;
  background: transparent;
}
.wpb_row .vc_tta.vc_general .vc_tta-tab > a {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  margin-right: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #7a7a7a;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
}
.wpb_row .vc_tta.vc_general .vc_tta-tab:last-child a {
  margin-right: 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: #121212 !important;
  background-color: transparent;
}
.wpb_row .vc_tta.vc_general .vc_tta-panels {
  background-color: transparent !important;
  border: none !important;
}
.wpb_row .vc_tta.vc_general .vc_tta-panels .vc_tta-panel {
  margin: 0 !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;
}
/* Product Sale Off */
.only-price {
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  color: #2cb8a5;
  font-weight: 700;
}
.only-price .lb-text {
  font-size: 14px;
  color: #7a7a7a;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin: 0 8px;
}
.block-sale-off .wpb_button,
.block-sale-off .wpb_content_element,
.block-sale-off ul.wpb_thumbnails-fluid > li {
  margin-bottom: 15px;
}
.block-sale-off .wpb_button:last-child,
.block-sale-off .wpb_content_element:last-child,
.block-sale-off ul.wpb_thumbnails-fluid > li:last-child {
  margin-bottom: 0;
}
.block-sale-off .wpb_heading {
  margin-bottom: 15px;
}
.block-special-product {
  overflow: visible !important;
}
.block-special-product .wpb_single_image figure {
  -webkit-transform: translate(0, -118px);
  -moz-transform: translate(0, -118px);
  -ms-transform: translate(0, -118px);
  -o-transform: translate(0, -118px);
  transform: translate(0, -118px);
  margin-bottom: -118px;
}
.special-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.special-content p {
  margin-bottom: 0;
}
.special-content .sub-title {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.special-content .sub-title h3 {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #2cb8a5;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.special-content h2,
.special-content .title {
  display: block;
  font-size: 26px;
  line-height: 40px;
  font-family: 'Raleway', sans-serif;
  max-width: 300px;
  margin-bottom: 40px;
}
.special-content .desc {
  line-height: 26px;
  margin-bottom: 40px;
}
.special-content .desc p {
  margin-bottom: 15px;
}
.special-content .btn-link {
  margin-bottom: 50px;
}
.special-content .btn-link br {
  display: inline-block;
}
.special-content .btn-link a {
  display: inline-block;
  padding: 10px 25px;
  margin: 0 9px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #7a7a7a;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.12);
}
.special-content .btn-link a.shop {
  background-color: #2cb8a5;
  border-color: #2cb8a5;
  color: #fff;
  margin-left: 0;
}
.special-content .btn-link a:hover {
  background-color: #2cb8a5;
  border-color: #2cb8a5;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* Post Carousel */
.item-i,
.vgp-item-i {
  position: relative;
  padding: 0 15px;
}
.item-i .post-content,
.vgp-item-i .post-content {
  overflow: hidden;
  padding: 14px 0;
  border-top: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.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: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.item-i .post-title a,
.vgp-item-i .post-title a {
  color: #434343;
}
.item-i .post-title a:hover,
.vgp-item-i .post-title a:hover {
  color: #2cb8a5;
}
.vgp-item-i:hover .post-image img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.vgp-item-i .post-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.vgp-item-i .post-image img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: transform 1.5s ease-out;
  -moz-transition: transform 1.5s ease-out;
  -o-transition: transform 1.5s ease-out;
  transition: transform 1.5s ease-out;
}
.vgp-item-i .post-image .post-date {
  position: absolute;
  top: 0;
  width: 50px;
  height: 60px;
  background-color: #121212;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.vgp-item-i .post-image .post-date span {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1;
}
.vgp-item-i .post-image .post-date span.date {
  font-size: 18px;
}
.vgp-item-i .post-image .post-date span.month {
  font-size: 10px;
}
.vgp-item-i .post-image .post-date span.year {
  font-size: 11px;
}
.vgp-item-i .post-content {
  position: relative;
}
.vgp-item-i .post-content .post-title {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 6px;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  color: #121212;
  font-weight: 600;
  text-transform: capitalize;
}
.vgp-item-i .post-content .post-readmore {
  margin-top: 7px;
}
.vgp-item-i .post-content .post-readmore a {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #121212;
  margin-right: 5px;
}
.vgp-item-i .post-content .post-readmore a:hover {
  color: #2cb8a5;
}
.vgp-item-i .post-meta {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 8px;
  text-align: left;
}
.vgp-item-i .post-meta:before,
.vgp-item-i .post-meta:after {
  content: '';
  display: table;
}
.vgp-item-i .post-meta:after {
  clear: both;
}
.vgp-item-i .post-meta li {
  display: block;
  float: left;
  text-align: center;
}
.vgp-item-i .post-meta span {
  display: inline-block;
  vertical-align: top;
}
.vgp-item-i .post-meta span b {
  color: #2cb8a5;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500;
  margin-left: 5px;
  display: inline-block;
}
.vgp-item-i .post-meta a {
  color: #8a8a8a;
}
.vgp-item-i .post-meta i {
  font-size: 16px;
  line-height: 22px;
  margin-right: 8px;
  font-style: normal;
  color: #7a7a7a;
  vertical-align: top;
}
.vgp-item-i .post-desc {
  font-size: 15px;
  line-height: 30px;
  font-family: 'Hind', serif;
}
.vgp-item-i.vgp-vertical {
  padding-bottom: 20px;
  border-bottom: 1px solid #292929;
}
.vgp-item-i.vgp-vertical:last-child {
  padding-bottom: 0;
  padding-top: 20px;
  border-bottom: none;
}
.vgp-item-i.vgp-vertical:before,
.vgp-item-i.vgp-vertical:after {
  content: '';
  display: table;
}
.vgp-item-i.vgp-vertical:after {
  clear: both;
}
.vgp-item-i.vgp-vertical .post-image {
  width: 28%;
  float: left;
}
.vgp-item-i.vgp-vertical .post-content {
  width: 72%;
  float: left;
  padding: 0;
  border-top: none;
  padding-left: 20px;
  margin-bottom: 0;
}
.vgp-item-i.vgp-vertical .post-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 24px;
  text-transform: none;
  margin-top: 0;
}
.vgp-item-i.vgp-vertical .post-title a {
  color: #7a7a7a;
}
.vgp-item-i.vgp-vertical .post-meta {
  color: #4c4c4c;
  white-space: nowrap;
  font-style: italic;
  display: inline-block;
}
.vgp-item-i.vgp-vertical .post-meta li {
  font-size: 12px !important;
  width: auto;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 !important;
  border-bottom: none !important;
}
.vgp-item-i.vgp-vertical .post-meta li span {
  font-size: 12px;
}
.vgp-item-i.vgp-vertical .post-meta li .post-comment {
  margin-left: 15px;
}
.vgp-item-i.vgp-vertical .post-meta li a {
  color: #4c4c4c;
}
.vgp-item-i.vgp-vertical .post-meta li a i {
  font-size: 12px;
  color: #4c4c4c;
}
.vgp-item-i.vgp-vertical .post-desc {
  margin-bottom: 15px;
  line-height: 24px;
}
.vgp-item-i.vgp-vertical .post-readmore {
  margin-top: 0;
}
.vgp-item-i.hidden-img:last-child .post-content {
  border-bottom: none;
  margin-bottom: 0;
}
.vgp-item-i.hidden-img:last-child .post-content .post-meta {
  margin: 0;
}
.vgp-item-i.hidden-img:last-child .post-content .post-meta li {
  padding: 0 !important;
}
.vgp-item-i.hidden-img .post-content {
  border-top: none;
  padding: 0;
  border-bottom: 1px solid #292929;
  margin-bottom: 10px;
}
.vgp-item-i.hidden-img .post-content .post-title {
  font-size: 13px;
  line-height: 24px;
  text-transform: capitalize;
  margin-top: 0;
}
.vgp-item-i.hidden-img .post-content .post-title a {
  color: #7a7a7a;
}
.vgp-item-i.hidden-img .post-content .post-meta li {
  text-align: left;
  padding: 0 !important;
}
.vgp-item-i.hidden-img .post-content .post-meta li span {
  color: #4c4c4c;
  font-size: 12px;
  white-space: nowrap;
  font-style: italic;
}
.vgp-item-i.theme-img-big:hover .post-image img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.vgp-item-i.theme-img-big .post-content {
  padding-left: 15%;
  display: table-cell;
  vertical-align: middle;
  float: none;
  border-top: none;
}
.vgp-item-i.theme-img-big .post-content .post-title {
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 18px;
}
.vgp-item-i.theme-img-big .post-content .post-title a {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
.vgp-item-i.theme-img-big .post-content .post-desc {
  display: block;
  color: #fff;
  margin-bottom: 40px;
}
.vgp-item-i.theme-img-big .post-content .post-readmore {
  line-height: 45px;
}
.vgp-item-i.theme-img-big .post-content .post-readmore a {
  font-size: 13px;
  padding: 13px 34px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.14em;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: #121212;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.vgp-item-i.theme-img-big .post-content .post-readmore a:hover {
  background: #2cb8a5;
  color: #fff;
}
.vgp-item-i.theme-img-big .post-image {
  float: none;
  display: table-cell;
}
.section-wrap {
  background-color: #121212;
  padding-top: 150px;
  padding-bottom: 130px;
}
.big-img .owl-controls .owl-buttons {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  visibility: visible;
  -webkit-transform: translate(-34%, 0) !important;
  -moz-transform: translate(-34%, 0) !important;
  -ms-transform: translate(-34%, 0) !important;
  -o-transform: translate(-34%, 0) !important;
  transform: translate(-34%, 0) !important;
  top: 30%;
  left: 0;
  right: auto;
}
.big-img .owl-controls .owl-buttons > div,
.big-img .owl-controls .owl-buttons div.owl-next,
.big-img .owl-controls .owl-buttons div.owl-prev {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  float: none;
}
.big-img .owl-controls .owl-buttons > div {
  background-color: transparent;
  color: #fff;
  width: 35px;
  height: 35px;
}
.big-img .owl-controls .owl-buttons > div:after {
  line-height: 35px;
  font-size: 20px;
  font-weight: bold;
}
.big-img .owl-controls .owl-buttons > div:hover {
  background: transparent;
  color: #2cb8a5;
}
/* Banner Static Start (Banner Text, Single Banner, Block Banners) */
.box-timer {
  padding: 164px 0;
}
.text-fun-facts {
  text-align: center;
}
.text-fun-facts .timer {
  font-size: 48px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  color: #121212;
}
.text-fun-facts p {
  font-family: 'Open Sans', sans-serif;
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 600;
}
/* Testimonial Default */
.vgw-testimonial {
  text-align: center;
  margin: 0 auto;
}
.testimonial-i {
  padding: 0 15px;
}
.testimonial-content .title {
  display: none;
}
.testimonial-content .description {
  margin: 0 auto 13px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 34px;
}
.client-image {
  margin-bottom: 15px;
}
.client-image img {
  width: 75px !important;
  height: 75px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 2px solid #fff;
  border-radius: 50%;
}
.client-name {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  color: #a9a9a9;
  font-size: 14px;
  display: inline-block;
}
.client-name:after {
  content: ',';
  margin: 0 5px;
}
.client-position {
  text-transform: capitalize;
  color: #a9a9a9;
  font-size: 14px;
  display: inline-block;
}
/* Testimonial Theme */
.image-quote {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 55px;
  position: relative;
  z-index: 10;
}
.image-quote.owl-carousel .owl-item {
  cursor: pointer;
}
.image-quote .active .client-image {
  padding: 0;
}
.image-quote .active .client-name,
.image-quote .active .client-position {
  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);
}
.image-quote .client-image {
  height: 95px;
  padding: 12px 0 13px;
}
.image-quote .client-name,
.image-quote .client-position {
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, -15px);
  -moz-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
  transform: translate(0, -15px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.image-quote .client-position {
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.text-quote {
  position: static;
}
/* Inner Page Start */
.page-template-front-page .main-container {
  padding-bottom: 0;
}
.site-breadcrumb {
  text-align: center;
  padding: 43px 0px;
  background-color: #f5f5f5;
  margin-bottom: 70px;
}
.site-breadcrumb.style-2 #crumbs a,
.site-breadcrumb.style-2 #breadcrumbs a,
.site-breadcrumb.style-2 #crumbs span,
.site-breadcrumb.style-2 #breadcrumbs span {
  color: #fff;
}
.site-breadcrumb.style-2 #crumbs .current,
.site-breadcrumb.style-2 #breadcrumbs .current {
  color: #2cb8a5;
}
.page-header {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.page-header h1 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #121212;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}
#crumbs,
#breadcrumbs {
  color: #7b7b7b;
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}
#crumbs a,
#breadcrumbs a,
#crumbs span,
#breadcrumbs span {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  color: #7b7b7b;
  font-size: 24px;
  line-height: 1.5;
  cursor: pointer;
}
#crumbs li,
#breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  font-size: 24px;
}
#crumbs li a,
#breadcrumbs li a,
#crumbs li span,
#breadcrumbs li span {
  display: block;
}
#crumbs li:last-child,
#breadcrumbs li:last-child {
  color: #2cb8a5;
}
#crumbs .current,
#breadcrumbs .current {
  color: #2cb8a5;
}
#crumbs .separator,
#breadcrumbs .separator {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  color: #7b7b7b;
}
/* Woocommerce Shop Start */
.archive-content {
  overflow: hidden;
}
.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: 0;
}
.shop-products.list-view .vgw-item-i {
  border-color: transparent;
  opacity: 1;
  margin-bottom: 40px;
}
.shop-products.list-view .vgw-item-i:hover {
  box-shadow: none;
}
.shop-products.list-view .vgw-item-i:hover .product-content .product-price {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.shop-products.list-view .vgw-item-i:hover .product-content .add-to-cart {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
.shop-products.list-view .vgw-item-i .list-col4 .button-group,
.shop-products.list-view .vgw-item-i .list-col4 .product-actions,
.shop-products.list-view .vgw-item-i .list-col4 .vgw-quickview {
  display: none;
}
.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-image > a:before {
  display: none;
}
.shop-products.list-view .vgw-item-i .product-content {
  border-top: none;
  text-align: left;
  padding: 0;
}
.shop-products.list-view .vgw-item-i .product-title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 0;
}
.shop-products.list-view .vgw-item-i .product-price {
  padding: 16px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  font-size: 18px;
  float: none;
  width: 100%;
  margin-top: 15px;
}
.shop-products.list-view .vgw-item-i .product-price del {
  font-size: 18px;
  line-height: 20px;
}
.shop-products.list-view .vgw-item-i .product-price ins {
  font-size: 18px;
}
.shop-products.list-view .vgw-item-i .product-rating {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  margin: 10px 0;
}
.shop-products.list-view .vgw-item-i .product-rating .star-rating {
  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);
}
.shop-products.list-view .vgw-item-i .product-desc {
  margin: 25px 0;
  font-family: 'Raleway', sans-serif;
}
.shop-products.list-view .vgw-item-i .add-to-cart {
  opacity: 1;
  display: inline-block;
  margin: 0;
}
.shop-products.list-view .vgw-item-i .add-to-cart a {
  color: #fff;
  background: #2b2b2b;
  padding: 9px 29px;
  height: 40px;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 20px;
}
.shop-products.list-view .vgw-item-i .add-to-cart:hover {
  opacity: 0.9;
}
.shop-products.list-view .vgw-item-i .button-group {
  position: static;
  opacity: 1;
  webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.shop-products.list-view .vgw-item-i .button-group a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #121212;
  box-shadow: none;
  background: #f5f5f5;
  font-weight: normal;
  border-radius: 0 !important;
}
.shop-products.list-view .vgw-item-i .button-group a:before {
  line-height: 40px;
}
.shop-products.list-view .vgw-item-i .button-group a:hover {
  color: #2cb8a5;
}
.shop-products.list-view .vgw-item-i .button-group .vgw-wishlist .yith-wcwl-wishlistaddedbrowse a {
  background: #2cb8a5;
}
.shop-products.list-view .vgw-item-i .button-group .vgw-compare a.added {
  background: #2cb8a5;
}
.shop-products.list-view .vgw-item-i .button-group .vgw-quickview {
  width: auto;
  background: transparent;
  bottom: auto;
}
.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: #2cb8a5;
}
.all-subcategories li mark {
  background-color: transparent;
  color: #7a7a7a;
  padding: 0;
  margin: 0 10px;
  font-size: 16px;
  line-height: 26px;
}
/* Shop toolbar */
.toolbar {
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  margin: 0px 0 30px;
  position: relative;
  width: 100%;
}
.toolbar.bottom {
  border-bottom: none;
  margin: 20px 0 0;
  padding: 0;
}
.toolbar .view-mode {
  line-height: 30px;
}
.toolbar .view-mode .view {
  float: left;
  color: #7a7a7a;
  font-family: 'Raleway', sans-serif;
  margin-right: 5px;
}
.toolbar .view-mode a {
  color: #7a7a7a;
  display: block;
  float: left;
  font-size: 14px;
  width: 25px;
  height: 30px;
  overflow: hidden;
  text-indent: -999px;
}
.toolbar .view-mode a:first-child {
  margin-left: 0;
}
.toolbar .view-mode a i {
  display: block;
  float: left;
  width: 25px;
  height: 30px;
  line-height: 30px;
  text-indent: 0;
  text-align: center;
  font-size: 17px;
}
.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 {
  color: #121212;
}
.toolbar .view-mode a.active {
  color: #121212;
}
.toolbar .woocommerce-result-count {
  font-family: 'Raleway', sans-serif;
  margin: 0 50px;
  line-height: 30px;
}
.toolbar .woocommerce-ordering {
  min-width: 270px;
  margin: 0;
  line-height: 30px;
  display: inline-block;
}
.toolbar .woocommerce-ordering select {
  font-size: 14px;
  text-transform: capitalize;
  color: #7a7a7a;
  font-family: 'Raleway', sans-serif;
  height: 40px;
  outline: none !important;
  border: 1px solid #e0e0e0;
  background: transparent;
  padding: 0 10px;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.toolbar .woocommerce-pagination {
  text-align: right;
}
.toolbar .woocommerce-pagination ul.page-numbers {
  margin: 0 auto;
  display: block;
  text-align: center;
  border-bottom: 2px solid #f2f2f2 !important;
  border: none;
}
.toolbar .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
  vertical-align: top;
  border: none;
  float: none;
}
.toolbar .woocommerce-pagination ul.page-numbers li a.next,
.toolbar .woocommerce-pagination ul.page-numbers li a.prev {
  text-indent: -9999px;
  position: relative;
}
.toolbar .woocommerce-pagination ul.page-numbers li a.next:before,
.toolbar .woocommerce-pagination ul.page-numbers li a.prev:before {
  position: absolute;
  text-indent: 0px;
  font-family: FontAwesome;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
}
.toolbar .woocommerce-pagination ul.page-numbers li a.next:before {
  content: "\f105";
}
.toolbar .woocommerce-pagination ul.page-numbers li a.prev:before {
  content: "\f104";
}
.toolbar .woocommerce-pagination ul.page-numbers li a,
.toolbar .woocommerce-pagination ul.page-numbers li span {
  background-color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: -2px;
  font-family: "Montserrat", sans-serif;
  color: #a7a7a7;
}
.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 {
  color: #2cb8a5;
  border-color: #2cb8a5;
  background: transparent;
}
.toolbar .woocommerce-pagination ul.page-numbers li a.current:after,
.toolbar .woocommerce-pagination ul.page-numbers li span.current:after,
.toolbar .woocommerce-pagination ul.page-numbers li a:hover:after,
.toolbar .woocommerce-pagination ul.page-numbers li span:hover:after {
  border-color: #2cb8a5;
}
/* 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 .thumbnails {
  padding-top: 10px !important;
  padding: 0 50px;
  overflow: visible;
}
.single-product-image .thumbnails .owl-item {
  padding: 0 5px;
}
.single-product-image .thumbnails a {
  display: block;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden;
}
.single-product-image .thumbnails.owl-theme .owl-controls {
  padding: 0;
}
.single-product-image .thumbnails.owl-theme .owl-controls .owl-buttons {
  margin-top: 0;
  top: 50% !important;
}
.single-product-image .thumbnails.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 100;
  background-color: transparent;
  width: 40px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  overflow: hidden;
  text-indent: -999px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #2cb8a5;
}
.single-product-image .thumbnails.owl-theme .owl-controls .owl-buttons div:after {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  width: 100%;
}
.single-product-image .thumbnails.owl-theme .owl-controls .owl-buttons div.owl-next {
  left: auto;
  right: 0;
}
.single-product-image .thumbnails.owl-theme .owl-controls .owl-buttons div:hover {
  color: #2cb8a5;
}
/* Product Info Start */
.single-product-info p {
  margin-bottom: 0;
}
.single-product-info p.price {
  display: none;
}
.single-product-info h1 {
  font-size: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #f2f2f2;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #121212;
  margin-bottom: 0;
}
.single-product-info .woocommerce-product-rating {
  margin-top: 10px;
  margin-bottom: 0 !important;
  color: #121212;
  font-size: 12px;
}
.single-product-info .woocommerce-product-rating .star-rating {
  margin-right: 10px;
}
.single-product-info .product-price {
  font-size: 18px;
  line-height: 30px;
  margin: 15px 0 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
.single-product-info .product-price del {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.single-product-info .product-price ins {
  font-size: 18px;
  color: #121212;
  font-weight: 500;
}
.single-product-info .short-description {
  margin: 25px 0;
}
.single-product-info .short-description p {
  font-family: 'Raleway', sans-serif;
}
.single-product-info .addthis_native_toolbox {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.single-product-info .in-stock {
  color: #7a7a7a;
  display: block;
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
  margin-top: 20px;
}
.single-product-info .in-stock span {
  color: #868686;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
}
.single-product-info .in-stock span.out-stock {
  color: #ec4646;
}
.single-product-info .stock {
  display: none;
}
.single-product-info .cart {
  margin: 15px 0 !important;
  /* Variable Product */
  /* Grouped Product */
}
.single-product-info .cart .quantity {
  display: inline-block;
}
.single-product-info .cart .quantity .section-title {
  display: none;
}
.single-product-info .cart .single_add_to_cart_button {
  display: inline-block;
  margin: 0 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 40px !important;
  background-color: #2b2b2b !important;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  border: none;
  height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 0px 28px !important;
}
.single-product-info .cart .single_add_to_cart_button:hover {
  opacity: 0.9;
}
.single-product-info .cart .single_add_to_cart_button.button {
  float: none !important;
  vertical-align: top !important;
}
.single-product-info .cart .single_add_to_cart_button.alt {
  color: #fff !important;
}
.single-product-info .cart .single_add_to_cart_button.alt:hover {
  background-color: #464646;
}
.single-product-info .cart .single_add_to_cart_button.disabled {
  padding: 0 15px 0 50px;
  background-color: #2cb8a5 !important;
}
.single-product-info .cart .single_add_to_cart_button.disabled:hover {
  background-color: #2cb8a5 !important;
  border-color: #2cb8a5;
}
.single-product-info .cart label {
  color: #363636;
  font-weight: 500;
}
.single-product-info .cart.variations_form {
  width: 100%;
  margin-bottom: 0 !important;
}
.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 {
  margin: 0 0 10px;
}
.single-product-info .cart .variations .label {
  display: block;
  color: #363636;
  border: 0;
  font-size: 14px;
  padding: 0;
  text-transform: capitalize;
  width: 100%;
  text-align: left;
  width: 14%;
  float: left;
  line-height: 40px !important;
  margin-bottom: 25px;
}
.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;
  width: 86%;
  float: right;
}
.single-product-info .cart .variations .value select {
  display: block;
  height: 36px;
  padding: 0 20px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  background: transparent;
  font-size: 12px;
  line-height: 16px;
  color: #6f6f6f;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 !important;
  border-radius: 25px;
}
.single-product-info .cart .variations .value select:focus {
  outline: none;
}
.single-product-info .cart .variations .reset_variations {
  color: #3f3f3f;
}
.single-product-info .cart .single_variation_wrap {
  margin-bottom: 15px;
}
.single-product-info .cart .single_variation_wrap .woocommerce-variation-price .price {
  color: #121212;
  font-size: 18px;
}
.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 !important;
}
.single-product-info .cart .single_variation_wrap .quantity input[type="text"] {
  height: 40px !important;
}
.single-product-info .cart .single_variation_wrap .quantity .minus,
.single-product-info .cart .single_variation_wrap .quantity .plus {
  height: 40px !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 .quantity .plus {
  right: 10px;
}
.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: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #121212;
  line-height: 16px;
  margin: 0;
}
.single-product-info .cart .group_table td.label label a {
  color: #121212;
}
.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;
  background-color: #f5f5f5;
  color: #121212;
  text-align: center;
  position: relative;
  border: none;
  font-weight: normal;
}
.single-product-info .action-buttons a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 40px;
  content: '';
  font-family: 'simple-line-icons';
  font-size: 14px;
  text-indent: 0;
}
.single-product-info .action-buttons a:hover {
  color: #2cb8a5;
  background-color: #f5f5f5;
}
.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: "\e08a";
}
.single-product-info .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  background-color: #2cb8a5;
}
.single-product-info .action-buttons .vgw-compare a:before {
  content: "\e098";
}
.single-product-info .action-buttons .vgw-compare a.added {
  background-color: #2cb8a5;
}
.single-product-info .product_meta {
  font-size: 16px;
  line-height: 25px;
  font-family: 'Raleway', sans-serif;
  margin-top: 20px;
}
.single-product-info .product_meta a {
  color: #7a7a7a;
  display: inline-block;
}
.single-product-info .product_meta a:hover {
  color: #2cb8a5;
}
.single-product-info .product_meta span {
  display: block;
  line-height: 30px;
  color: #121212;
}
.single-product-info .product_meta span .line,
.single-product-info .product_meta span .sku {
  display: inline-block;
}
.single-product-info .product_meta .sku {
  color: #7a7a7a;
}
.single-product-info .product_meta.sku_box {
  margin-top: 0;
}
.product-type-external .single-product-info .in-stock {
  margin-bottom: 15px;
}
.single-product-content {
  margin-top: 70px;
}
/* Woocommerce Tab Start */
.woocommerce div.product .woocommerce-tabs {
  /* Panel Woocommerce Tab */
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
  color: #121212;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-right: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #7a7a7a;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: normal;
}
.woocommerce div.product .woocommerce-tabs .panel {
  font-size: 12px;
  line-height: 22px;
  min-height: 175px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  font-family: 'Raleway', sans-serif;
  text-align: justify;
}
.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 {
  font-style: normal;
}
.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 rgba(0, 0, 0, 0.12);
  border-radius: 0;
  margin-left: 80px;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text .meta {
  font-size: 13px;
  line-height: 20px;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text .meta strong {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text .description {
  font-size: 14px;
  line-height: 20px;
}
.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 rgba(0, 0, 0, 0.12);
  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 rgba(0, 0, 0, 0.12);
  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(122, 122, 122, 0.55);
  border-radius: 0;
  box-shadow: none;
  background: none !important;
  color: rgba(122, 122, 122, 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: #7a7a7a !important;
  color: #fff !important;
  text-shadow: none;
  border-color: #7a7a7a !important;
}
/* Related / Up Sell / Cross Sell */
.cart-collaterals {
  margin-top: 30px;
}
.related,
.up-sells,
.cross-sells {
  clear: both;
  padding-top: 30px;
  margin-bottom: 0px;
  width: 100% !important;
}
.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: #7a7a7a;
}
#quick_view_container .product_infos .action-buttons {
  display: none;
}
#quick_view_container .product_infos .label {
  font-size: 14px;
  text-transform: uppercase;
  color: #7a7a7a;
}
#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.button {
  border: none !important;
  background-color: #000000 !important;
  font-size: 14px !important;
  line-height: 21px;
  padding: 9px 15px !important;
}
#quick_view_container .product_infos .single_add_to_cart_button.button:hover {
  opacity: 0.9;
}
#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 */
.home.blog .vg-website-wrapper .blog-page .site-breadcrumb {
  display: none;
}
.home.blog .main-container {
  padding-top: 70px;
  border-top: 1px solid #eee;
  padding-bottom: 30px;
}
/* Sidebar-blog VG Afela */
.widget_search #blogsearchform .form-input .form_label,
.search-page #blogsearchform .form-input .form_label {
  display: none;
}
.woocommerce-MyAccount-navigation {
  margin-bottom: 50px;
}
.post.first {
  clear: both;
}
.post:hover .post-thumbnail img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.post.sticky .post-content,
.post.tag-sticky-2 .post-content {
  padding: 25px;
  background: #f5f5f5;
  border-bottom: none;
}
.post.sticky .sticky-post,
.post.tag-sticky-2 .sticky-post {
  display: inline-block;
  padding: 5px 15px;
  background: #333;
  color: #fff;
  margin-bottom: 15px;
}
.post.sticky .entry-title,
.post.tag-sticky-2 .entry-title {
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}
.post .post-thumbnail {
  overflow: hidden;
  margin-bottom: 30px;
  text-align: center;
}
.post .post-thumbnail.set-margin {
  margin-bottom: 0;
}
.post .post-thumbnail a {
  display: inline-block;
}
.post .post-thumbnail img {
  -webkit-transition: transform 1.5s ease-out;
  -moz-transition: transform 1.5s ease-out;
  -o-transition: transform 1.5s ease-out;
  transition: transform 1.5s ease-out;
}
.post .post-wrapper {
  position: relative;
}
.post .post-wrapper:before,
.post .post-wrapper:after {
  content: '';
  display: table;
}
.post .post-wrapper:after {
  clear: both;
}
.post .post-content {
  margin-bottom: 30px;
  padding-bottom: 23px;
  position: static;
  min-height: 150px;
}
.post .entry-title {
  font-size: 22px;
  font-weight: bold;
  color: #121212;
  font-family: 'Montserrat', sans-serif;
}
.post .entry-title a {
  color: #121212;
}
.post .position_meta {
  margin: 16px 0 8px 0;
}
.post .entry-meta {
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
}
.post .entry-meta a {
  color: inherit;
  text-transform: capitalize;
  -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: #7a7a7a;
}
.post .entry-meta i {
  display: inline-block;
  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 .screen-reader-text {
  display: none;
}
.post .meta {
  color: #9b9b9b;
  font-size: 12px;
  white-space: nowrap;
  font-style: italic;
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post .posted-on time .date {
  margin-right: 3px;
}
.post .posted-on time.updated {
  display: none;
}
.post .posted-on time.updated.published {
  display: inline-block;
}
.post .entry-format {
  display: none;
  margin-top: 0;
  height: 100px;
  color: #fff;
  background-color: #2cb8a5;
  font-size: 50px;
  line-height: 50px;
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.post .entry-format:before {
  content: '\f222';
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  top: 50%;
  left: 0;
  width: 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%);
  text-indent: 0;
}
.post .entry-format.icon-aside:before {
  content: '\f14e';
}
.post .entry-format.icon-image:before {
  content: '\f28c';
}
.post .entry-format.icon-video:before {
  content: '\f3a9';
}
.post .entry-format.icon-audio:before {
  content: '\f3bc';
}
.post .entry-format.icon-quote:before {
  content: '\f1b2';
}
.post .entry-format.icon-link:before {
  content: '\f18e';
}
.post .tags-links,
.post .cat-links {
  display: inline-block;
}
.post .tags-links .meta_title,
.post .cat-links .meta_title {
  display: inline-block;
  margin-bottom: 5px;
  color: #7a7a7a;
}
.post .tags-links a,
.post .cat-links a {
  display: inline-block;
  margin: 0 2px;
  color: inherit;
  text-transform: capitalize;
}
.post .comments-link {
  top: 65px;
}
.post .entry-summary .more-link,
.post .entry-content .more-link {
  display: none;
}
.post .entry-content p {
  margin: 0 0 15px;
}
.post .more-link {
  margin-top: 10px;
}
.post .more-link a {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #121212;
}
.post .more-link a:after {
  display: inline-block;
  content: "\f105";
  font-family: FontAwesome;
  margin: 0 10px;
}
.post .more-link a:hover {
  color: #2cb8a5;
}
.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 .entry-title {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 0;
}
.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;
}
/* Comment Post Start */
.comments-area {
  margin-top: 40px;
}
.comments-area ul,
.comments-area ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-area .comments-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.comments-area article {
  margin-bottom: 15px;
  font-style: normal;
}
.comments-area .children {
  padding-left: 50px;
}
.comments-area .commentlist .comment-info section.comment-content ul {
  list-style: disc outside none;
  padding-left: 20px;
}
.comments-area .commentlist .comment-info section.comment-content ol {
  list-style: decimal outside none;
  padding-left: 20px;
}
.comment-avatar {
  width: 67px;
  float: left;
}
.comment-avatar img {
  width: 67px;
  height: 67px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.comment-info {
  margin-left: 90px;
  font-size: 16px;
  line-height: 24px;
  color: #7a7a7a;
}
.comment-info a {
  color: inherit;
}
.comment-info .reply-edit {
  text-align: right;
}
.comment-info .reply-edit a {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #7a7a7a;
  font-size: 14px;
  font-style: normal;
  color: #7a7a7a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.comment-info .reply-edit a:last-child {
  margin-left: 6px;
}
.comment-info .reply-edit a:first-child {
  margin-left: 0;
  margin-right: 6px;
}
.comment-info .reply-edit a.comment-reply-link {
  border: 1px solid #2cb8a5;
  color: #2cb8a5;
}
.comment-info .reply-edit a:hover {
  color: #fff;
  background: #2cb8a5;
}
.comment-meta {
  margin-bottom: 15px;
}
.comment-meta cite,
.comment-meta .time-reply {
  display: inline-block;
  margin-right: 20px;
}
.comment-meta cite {
  color: #2cb8a5;
  text-transform: capitalize;
}
.comment-meta .time-reply {
  color: rgba(122, 122, 122, 0.9);
  font-size: 14px;
}
.comment-respond {
  padding: 40px 0;
  font-style: normal;
}
.comment-respond small {
  display: inline-block;
  margin: 0 30px;
  text-transform: none;
}
.comment-respond small a {
  display: block;
  padding: 4px 10px;
  line-height: 20px;
  font-size: 14px;
  border: 1px dashed rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.comment-reply-title {
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.comment-reply-title:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: #7a7a7a;
  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: 1px solid rgba(0, 0, 0, 0.12);
  color: #7a7a7a;
  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: #7a7a7a;
}
.comment-form .submit:hover {
  background: #7a7a7a;
  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 .our-process .wpb_heading {
  color: #fff;
}
.about-page .site-breadcrumb {
  margin-bottom: 0;
}
.intro {
  padding: 60px 40px;
  margin-bottom: 0;
}
.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: #2cb8a5;
  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: rgba(0, 0, 0, 0.15);
  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(122, 122, 122, 0.5);
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  font-size: 18px;
  color: rgba(122, 122, 122, 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: #7a7a7a;
  background-color: #7a7a7a;
  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%;
  color: #fff;
}
.process-item h3 {
  font-size: 14px;
  margin: 30px 0 0;
  text-transform: uppercase;
}
/* Contact Us Start */
.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;
  /* Edit */
}
.wpcf7-form label,
.wpcf7-form input,
.wpcf7-form textarea {
  display: block;
  outline: none;
  border: none;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #505050;
}
.wpcf7-form p {
  margin-bottom: 30px;
}
.wpcf7-form label {
  text-transform: none;
}
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  max-width: 100%;
  padding: 15px;
  margin-top: 10px;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpcf7-form input:hover,
.wpcf7-form textarea:hover,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #7a7a7a;
}
.wpcf7-form textarea {
  min-height: 70px;
  max-height: 100px;
}
.wpcf7-form .wpcf7-submit {
  margin: 0 auto !important;
  width: auto !important;
  padding: 10px 30px !important;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 26px !important;
  background-color: #222222;
  border-color: #222222;
  color: #ffffff;
  border: none !important;
}
.wpcf7-form .wpcf7-submit:hover {
  border-color: #2cb8a5;
  background-color: #2cb8a5;
}
.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;
}
.wpcf7-form .field-wrap label {
  text-transform: uppercase;
}
.wpcf7-form .field-wrap input,
.wpcf7-form .field-wrap textarea {
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding: 8px 15px;
  margin-top: 10px;
  font-weight: 400;
  line-height: 30px;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.wpcf7-form .field-wrap textarea {
  min-height: 70px;
  max-height: 100px;
}
.contact-page {
  padding: 0;
}
.contact-page .site-breadcrumb {
  margin-bottom: 0;
}
.contact-page .map {
  max-height: 600px;
  overflow: hidden;
}
.contact-page .map p {
  margin: 0;
}
.contact-page iframe {
  width: 100%;
  border: none;
}
.contact-info {
  padding: 0 100px;
  color: #393939;
}
.contact-item {
  margin-bottom: 35px;
  position: relative;
  text-align: center;
  font-size: 15px;
}
.contact-item.style2 {
  text-align: left;
  padding-left: 50px;
}
.contact-item.style2 i {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-item i {
  display: block;
  margin: 0 auto 15px !important;
  font-size: 30px;
  color: #0ccfa8;
}
.contact-item .inner-content {
  padding: 25px 10px;
  border: 1px dashed rgba(0, 0, 0, 0.12);
  min-height: 140px;
}
.contact-item h3 {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 24px;
  margin: 0 0 8px;
}
.contact-item .lb-text {
  margin-bottom: 13px;
}
.contact-item .lb-text p,
.contact-item .lb-text h3,
.contact-item .lb-text i {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.contact-item .lb-text i {
  margin-right: 15px;
}
.contact-form h3 {
  margin: 0 0 20px !important;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
}
/* FAQs Start */
.faqs-page {
  padding-bottom: 50px;
}
.faqs-page .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel {
  margin-bottom: 20px !important;
}
.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 */
.error404 .page-404 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  color: #fff;
  background: url('../images/404page.jpg') no-repeat;
  background-position: center 10%;
  background-color: #fff;
  background-size: cover;
}
.error404 .page-404 .form_label {
  display: none;
}
.error404 .page-404 #vg-header-wrapper {
  margin-bottom: 0;
}
.error404 .page-404 #logo-wrapper {
  padding-top: 80px;
}
.error404 .page-404 .logo-background {
  background: url(../images/logo/logo.png) center no-repeat;
  background-size: auto;
  margin: 0 auto;
}
.error404 .page-404 .logo-text {
  text-align: center;
}
.error404 .page-404 .page-content {
  padding-top: 500px;
}
.error404 .page-404 h3 {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 20px;
}
.error404 .page-404 form {
  display: inline-block;
  width: 100%;
  position: relative;
  max-width: 510px;
}
.error404 .page-404 .input_text {
  padding: 0 15px;
  font-size: 14px;
  color: #7a7a7a;
  border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
  background-color: #fff;
  height: 50px;
  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;
  border-right: none;
  border-left: none;
}
.error404 .page-404 .button {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: transparent;
  border: none;
  height: 50px;
}
.error404 .page-404 .button i {
  font-size: 16px;
}
.error404 .page-404 .button:hover {
  color: #2cb8a5;
}
/* Cart Page Start */
.woocommerce .main-container.page form h3 {
  font-size: 14px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.woocommerce .main-container.page form label {
  margin: 0 0 5px;
}
.woocommerce .main-container.page form label input[type="checkbox"] {
  margin-left: 10px;
}
.woocommerce .main-container.page form fieldset {
  float: left;
  margin: 20px 0;
  width: 100%;
}
.woocommerce .main-container.page form select {
  border: 1px solid rgba(0, 0, 0, 0.12);
  height: 32px;
}
.woocommerce table.shop_table {
  background: #fff;
  border-width: 0;
  border-radius: 0;
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 24px;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-width: 0;
  border-top: 1px solid #e9e9e9 !important;
  border-bottom: 1px solid #e9e9e9 !important;
  display: table-cell;
  padding: 20px 0;
}
.woocommerce table.shop_table th {
  font-size: 15px !important;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 700 !important;
  color: #2b2929 !important;
  text-transform: uppercase;
  border-bottom-width: 2px;
}
.woocommerce table.shop_table th.product-remove {
  border-left: none;
}
.woocommerce table.shop_table tbody tr.cart_item td {
  border-top: none !important;
  border-bottom: none !important;
}
.woocommerce table.shop_table .product-thumbnail {
  max-width: 120px;
}
.woocommerce table.shop_table .product-thumbnail img {
  width: 120px;
}
.woocommerce table.shop_table .product-name {
  padding-left: 15px;
  text-align: left;
  width: 370px;
}
.woocommerce table.shop_table .product-name a {
  font-size: 16px;
  display: block;
  color: #303030 !important;
  line-height: 20px;
  font-weight: 600;
}
.woocommerce table.shop_table .product-name a:hover {
  color: #2cb8a5 !important;
}
.woocommerce table.shop_table .product-name strong {
  display: inline-block;
  font-weight: 300;
}
.woocommerce table.shop_table .product-name .variation {
  color: #7a7a7a;
  font-size: 12px;
  margin: 5px 0 0;
  text-transform: none;
}
.woocommerce table.shop_table .product-name .variation dt {
  font-weight: 700;
  text-transform: capitalize;
}
.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;
  font-size: 16px;
  line-height: 24px;
}
.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 .quantity {
  display: inline-block;
  margin: 0;
  height: auto;
  font-size: 16px;
}
.woocommerce table.shop_table .product-subtotal {
  font-size: 20px;
  color: #2cb8a5;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}
.woocommerce table.shop_table .product-remove {
  text-align: center;
}
.woocommerce table.shop_table .product-remove a.remove {
  display: inline-block;
  color: #3f3f3f !important;
  font-size: 20px;
  line-height: 30px;
  width: auto;
  height: auto;
}
.woocommerce table.shop_table .product-remove a.remove:hover {
  color: #2cb8a5 !important;
  background: none;
}
.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: 25px 0;
  text-align: right;
}
.woocommerce table.shop_table .buttons-cart .button {
  text-transform: uppercase;
  background-color: transparent;
  padding: 14px 30px;
  border-radius: 50px !important;
  line-height: 14px;
  font-size: 12px;
  border: 2px solid #121212;
  background-color: #121212;
  color: #fff;
}
.woocommerce table.shop_table .buttons-cart .button:hover {
  opacity: 0.9;
}
.woocommerce table.shop_table .buttons-cart .button.continue {
  margin-right: 27px;
}
.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 p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
.woocommerce .actions .coupon .form-coupon {
  position: relative;
  width: 100%;
}
.woocommerce .actions .coupon .input-text {
  border: 1px solid rgba(0, 0, 0, 0.12);
  height: 40px;
  margin: 0 0 20px;
  max-width: 100%;
  padding: 0 10px;
  width: 100%;
}
.woocommerce .actions .coupon .button {
  background-color: #121212;
  color: #fff;
  border: 2px solid #121212;
  font-size: 12px;
  padding: 10px 20px;
}
.woocommerce .actions .coupon .button:hover {
  opacity: 0.9;
}
.woocommerce .actions .cart-total-wrapper h3 {
  display: block;
  padding: 10px 0 23px 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #000000;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 45px;
}
.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: #121212;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 15px 30px;
  border-radius: 50px;
  border: 2px solid #121212;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  opacity: 0.9;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table {
  float: right;
  margin: 0;
  margin-bottom: 20px;
}
.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 .cart-subtotal th,
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table .shipping th,
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table .order-total th {
  font-size: 14px;
  text-transform: capitalize !important;
  color: #8b8b8b !important;
  font-weight: normal !important;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table .cart-subtotal th,
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table .shipping th,
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table .order-total th,
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table .cart-subtotal td,
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table .shipping td,
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table .order-total td {
  border-top: none !important;
  border-bottom: none !important;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table .cart-subtotal td,
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table .order-total td {
  color: #2cb8a5;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table th {
  padding-right: 0;
  border: none;
  text-transform: uppercase;
  text-align: left !important;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table td {
  text-align: right !important;
}
.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 rgba(0, 0, 0, 0.12);
  height: 32px;
  padding: 0 0 0 10px;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals .shipping-calculator-form .button {
  background: #7a7a7a;
  border: none;
  color: #fff;
  float: right;
  margin: 0;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals .shipping-calculator-form .button:hover {
  background: #949494;
}
.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: #7a7a7a;
  text-decoration: none;
}
.woocommerce .cart-collaterals .cart_totals h2 a:hover,
.woocommerce .cart-collaterals .shipping_calculator h2 a:hover {
  color: #2cb8a5;
}
.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 rgba(0, 0, 0, 0.12);
  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: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.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;
  display: inline-block;
}
.woocommerce .woocommerce-billing-fields label,
.woocommerce .woocommerce-shipping-fields label {
  font-weight: 400;
}
.woocommerce .woocommerce-billing-fields label.checkbox,
.woocommerce .woocommerce-shipping-fields label.checkbox {
  font-size: 16px;
  font-weight: 400;
}
.woocommerce .woocommerce-billing-fields #order_comments,
.woocommerce .woocommerce-shipping-fields #order_comments {
  height: 80px;
  padding: 10px;
}
#order_review_heading {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: uppercase;
  width: 100%;
}
#order_review .shop_table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
#order_review .shop_table .product-name {
  border-left: none;
  text-align: left;
  padding: 15px 0;
}
#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 rgba(0, 0, 0, 0.12);
}
#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: #7a7a7a;
}
#order_review .shop_table tfoot th {
  background: none;
  color: #7a7a7a;
  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: #2cb8a5;
  border-color: #2cb8a5;
  color: #fff !important;
}
#order_review #payment .place-order #place_order:hover {
  background: #7a7a7a;
  border-color: #7a7a7a;
}
.checkout_coupon {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  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 rgba(0, 0, 0, 0.12);
  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 rgba(0, 0, 0, 0.12);
  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 rgba(0, 0, 0, 0.12);
  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 rgba(0, 0, 0, 0.12);
  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 rgba(0, 0, 0, 0.12);
}
.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: #7a7a7a;
  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 rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  color: #7a7a7a;
  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 rgba(0, 0, 0, 0.12);
  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: rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  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: #2cb8a5;
  font-size: 14px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.info-box {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  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: #2cb8a5;
  font-size: 14px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: 'Open Sans', 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: #7a7a7a;
  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: #7a7a7a;
  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;
  text-align: center;
}
.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 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: #7a7a7a;
  -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: #2cb8a5;
  border-color: #2cb8a5;
}
.woocommerce-MyAccount-navigation ul {
  padding: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.woocommerce-MyAccount-navigation ul li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.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;
}
/* Dokan */
.dokan-pagination-container ul.dokan-pagination {
  border: none;
  margin: 0;
  display: block;
}
.dokan-pagination-container ul.dokan-pagination li {
  display: inline-block;
  vertical-align: top;
  border: none;
  margin: 0 4px;
  float: none;
}
.dokan-pagination-container ul.dokan-pagination li a,
.dokan-pagination-container ul.dokan-pagination li span {
  padding: 0 10px;
  display: block;
  color: #3f3f3f;
  min-width: 45px;
  height: 45px;
  font-size: 16px;
  line-height: 43px;
  text-align: center;
  font-weight: 300;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
}
.dokan-pagination-container ul.dokan-pagination li.active a,
.dokan-pagination-container ul.dokan-pagination li:hover a {
  border-color: red;
  background: red;
  color: #fff;
}
.dokan-category-menu ul li:last-child {
  padding-bottom: 0;
}
.dokan-category-menu .sub-category {
  padding: 8px 0 8px 20px;
}
.rtl .dokan-category-menu .sub-category {
  padding: 8px 20px 8px 0;
}
.dokan-category-menu .sub-category h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.dokan-category-menu .sub-category .sub-block {
  padding: 10px 0;
}
.dokan-category-menu .sub-category .sub-block:last-child {
  padding-bottom: 0;
}
.dokan-dashboard header.dokan-dashboard-header h1 {
  font-size: 32px;
  text-transform: uppercase;
  color: #7a7a7a;
}
ul.subsubsub {
  padding-left: 0 !important;
}
.rtl ul.subsubsub {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter,
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter {
  color: #7a7a7a;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 0;
}
.rtl .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter,
.rtl .dokan-orders-content .dokan-orders-area ul.order-statuses-filter {
  padding-right: 0;
  padding-left: 0;
}
.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li,
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li {
  padding: 0 15px 0 15px;
}
.rtl .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li,
.rtl .dokan-orders-content .dokan-orders-area ul.order-statuses-filter li {
  padding: 0 15px 0 15px;
}
.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li:first-child,
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li:first-child {
  padding: 0 15px 0 0;
}
.rtl .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li:first-child,
.rtl .dokan-orders-content .dokan-orders-area ul.order-statuses-filter li:first-child {
  padding: 0 0 0 15px;
}
.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li a,
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li a {
  color: #7a7a7a;
}
.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li.active a,
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li.active a {
  color: #121212;
}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter {
  margin-bottom: 20px;
}
input[type="submit"].dokan-btn-theme:hover,
a.dokan-btn-theme:hover,
.dokan-btn-theme:hover,
input[type="submit"].dokan-btn-theme:focus,
a.dokan-btn-theme:focus,
.dokan-btn-theme:focus,
input[type="submit"].dokan-btn-theme:active,
a.dokan-btn-theme:active,
.dokan-btn-theme:active,
input[type="submit"].dokan-btn-theme.active,
a.dokan-btn-theme.active,
.dokan-btn-theme.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-theme,
.open .dropdown-togglea.dokan-btn-theme,
.open .dropdown-toggle.dokan-btn-theme {
  color: #fff !important;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
  text-align: center;
  width: 100%;
}
.rtl .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
  text-align: center;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
  float: none;
  display: inline-block;
}
.rtl .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
  float: none;
}
#dokan-secondary {
  margin-bottom: 35px;
}
.dokan-info {
  color: #fff;
}
/*Update WooCommerce 3.0.0*/
.flex-viewport {
  margin-bottom: 5px;
}
.flex-control-thumbs {
  margin-top: 5px !important;
  padding: 0px 45px !important;
  overflow: visible !important;
}
.flex-control-thumbs .owl-item {
  padding: 2px;
}
.flex-control-thumbs li {
  width: 100% !important;
  padding: 0 5px;
}
.flex-control-thumbs .owl-buttons > 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;
  background: transparent !important;
}
.flex-control-thumbs .owl-buttons > div:hover {
  color: #2cb8a5 !important;
  background: transparent !important;
}
.product-type-grouped .single-product-info form.cart tr td:first-child {
  width: 120px !important;
  padding: 0 0 20px 0 !important;
  margin-right: 10px;
}
#customer_details .woocommerce-shipping-fields .checkbox .input-checkbox {
  position: static;
  margin-left: 0;
}
#customer_details .woocommerce-additional-fields {
  clear: both;
}
#order_review .cart_item .product-total {
  text-align: left;
}
#order_review .shipping td {
  width: 50%;
}
#order_review tfoot td {
  text-align: left !important;
}
.page .entry-content {
  color: #505050;
}
.page .entry-content ul,
.page .entry-content ol {
  padding-left: 30px;
}
.page .entry-content ul {
  list-style: disc outside none;
}
.page .entry-content ol {
  list-style: decimal outside none;
}
.woocommerce div.product form.cart .group_table td:first-child {
  text-align: left;
  width: auto;
}
.woocommerce div.product form.cart .group_table td.price {
  padding-bottom: 0 !important;
}
.woocommerce-error {
  padding-left: 50px !important;
}
#quick_view_container .woocommerce-product-gallery {
  opacity: 1 !important;
}
#quick_view_container .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  display: none;
}
#quick_view_container .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  display: block !important;
}
.search-page .post-wrapper .position_meta .entry-meta i {
  margin-right: 8px;
}
.search-page .page .post-wrapper .page-content {
  margin-bottom: 30px;
  padding-bottom: 23px;
}
.search-page .page .post-wrapper .entry-header .entry-title {
  font-size: 22px;
  font-weight: bold;
  color: #121212;
  font-family: 'Montserrat', sans-serif;
}
.search-page .page .post-wrapper .entry-header .entry-title a {
  color: #121212;
}
.search-page .page .post-wrapper .position_meta .entry-meta {
  margin: 16px 0 8px 0;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
}
.search-page .page .post-wrapper .position_meta .entry-meta span {
  color: #9b9b9b;
  font-size: 12px;
  white-space: nowrap;
  font-style: italic;
  display: inline-block;
  margin-right: 20px;
}
.search-page .page .post-wrapper .position_meta .entry-meta span a {
  color: inherit;
  text-transform: capitalize;
}
.search-page .page .post-wrapper .more-link a {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #121212;
}
.search-page .page .post-wrapper .more-link a:after {
  display: inline-block;
  content: "\f105";
  font-family: FontAwesome;
  margin: 0 10px;
}
.search-page .page .post-wrapper .more-link a:hover {
  color: #2cb8a5;
}
.search-page .page .post-wrapper .more-link a:hover:after {
  -webkit-animation: shake 1s;
  -moz-animation: shake 1s;
  -ms-animation: shake 1s;
  -o-animation: shake 1s;
  animation: shake 1s;
}
/* Fix Css */
#vg-header-wrapper.home-1 .top-bar .widget_vgw_social_media {
  padding: 6px 0 2px;
}
#vg-header-wrapper.home-1 .top-bar .widget_vgw_social_media a:hover {
  color: #fff;
  background: #2cb8a5;
}
#vg-header-wrapper.home-1 .top-bar .widget_vgw_social_media a:last-child {
  margin: 0;
}
.header.home1 .main-navigation > ul > li.current-menu-parent > a,
.header.home1 .main-navigation > ul > li.current-menu-item > a {
  color: #121212 !important;
}
.header.home1 .main-navigation > ul > li:hover > a {
  color: #121212 !important;
}
.header.home2 .main-navigation > ul > li.current-menu-parent > a,
.header.home2 .main-navigation > ul > li.current-menu-item > a {
  color: #fff !important;
}
.header.home2 .main-navigation > ul > li:hover > a {
  color: #fff !important;
}
.header.home2 .main-navigation > ul > li > a {
  font-family: 'Montserrat', sans-serif;
}
#vg-header-wrapper.home5 .header-menu .main-navigation > ul > li.current-menu-parent > a,
#vg-header-wrapper.home5 .header-menu .main-navigation > ul > li.current-menu-item > a,
#vg-header-wrapper.home5 .header-menu .main-navigation > ul > li:hover > a {
  color: #121212 !important;
}
.header.home7 .main-navigation > ul > li > a,
.header.home8 .main-navigation > ul > li > a {
  font-family: 'Montserrat', sans-serif;
}
.header.home7 .main-navigation > ul > li.current-menu-parent > a,
.header.home8 .main-navigation > ul > li.current-menu-parent > a,
.header.home7 .main-navigation > ul > li.current-menu-item > a,
.header.home8 .main-navigation > ul > li.current-menu-item > a,
.header.home7 .main-navigation > ul > li:hover > a,
.header.home8 .main-navigation > ul > li:hover > a {
  color: #fff !important;
}
.header.home8 .main-navigation > ul > li:hover > a,
.header.home8 .main-navigation > ul li.current-menu-item > a,
.header.home8 .main-navigation > ul > li ul > li:hover > a {
  color: #fff !important;
}
#vg-footer-wrapper.home1 a:hover,
#vg-footer-wrapper.home4 a:hover,
#vg-footer-wrapper.home5 a:hover {
  color: #fff !important;
}
