/******************************************************************************/
/************************* CSS FOR ALL LAYOUTS ********************************/
/******************************************************************************/
/*-----------------------------------------------------------------------
0. Variables Less
*/
/* CSS3 PROPERTIES */
/* Border Radius */
/*-----------------------------------------------------------------------
1. Globally Applied Styles
*/
/* Banner */
/* CSS3 PROPERTIES */
/* Border Radius */
.category-image-desc.img-blank {
  display: none;
}
.search .entry-meta .entry-date.published,
.blog-page .post .entry-meta .entry-date.published {
  background: #fab803 none repeat scroll 0 0;
}
#crumbs .current,
.widget_product_categories ul li.current-cat > a,
.widget_categories ul li.current-cat > a,
.widget_product_categories ul li:hover > a,
.widget_categories ul li:hover > a,
.widget_pages ul li:hover > a {
  color: #fab803;
}
.widget_search .search-submit,
.widget_search .button,
.main-container.single-post .widget_search .button:hover,
.main-container.blog-page .widget_search .button:hover {
  background: #fab803 none repeat scroll 0 0 !important;
}
.main-container.single-post .widget_search .button:hover,
.main-container.blog-page .widget_search .button:hover {
  border-color: #e5e5e5 !important;
  color: #fff !important;
}
.woocommerce .archive-product ul li.recentcomments a,
.widget_meta ul li.recentcomments a,
.widget_recent_comments ul li.recentcomments a,
.widget_archive ul li.recentcomments a,
.widget_recent_entries ul li.recentcomments a {
  color: #fab803;
}
.woocommerce .archive-product ul li.chosen > a,
.widget_meta ul li.chosen > a,
.widget_recent_comments ul li.chosen > a,
.widget_archive ul li.chosen > a,
.widget_recent_entries ul li.chosen > a,
.woocommerce .archive-product ul li:hover > a,
.widget_meta ul li:hover > a,
.widget_recent_comments ul li:hover > a,
.widget_archive ul li:hover > a,
.widget_recent_entries ul li:hover > a {
  color: #fab803;
}
.page-template-default .widget-title h3 {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 20px;
  margin-left: 30px;
  padding: 26px 0 15px;
  position: relative;
  text-transform: uppercase;
}
.banner-box,
.widget_sp_image {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.banner-box.style-1 a,
.widget_sp_image.style-1 a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  color: #fff;
}
.banner-box.style-1 a img,
.widget_sp_image.style-1 a img {
  webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner-box.style-1 a:hover:before,
.widget_sp_image.style-1 a:hover:before,
.banner-box.style-1 a:hover:after,
.widget_sp_image.style-1 a:hover:after {
  opacity: 100;
  /* IE8 filter*/
  filter: alpha(opacity=10000);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-box.style-1 a:before,
.widget_sp_image.style-1 a:before,
.banner-box.style-1 a:after,
.widget_sp_image.style-1 a:after {
  position: absolute;
  content: '';
  z-index: 1;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  opacity: 0;
}
.banner-box.style-1 a:before,
.widget_sp_image.style-1 a:before {
  top: 15%;
  right: 7%;
  bottom: 15%;
  left: 7%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
div.wpcf7-response-output {
  color: #fff;
}
.banner-box.style-1 a:after,
.widget_sp_image.style-1 a:after {
  top: 7%;
  right: 15%;
  bottom: 7%;
  left: 15%;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.banner-box.style-1 img,
.widget_sp_image.style-1 img {
  margin: 0 auto;
  position: relative;
  display: block;
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.banner-box.style-1:before,
.widget_sp_image.style-1:before {
  position: absolute;
  top: -150px;
  left: -150px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  z-index: 1;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, -1, 30deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, -1, 30deg) translate3d(0, -100%, 0);
}
.banner-box.style-1:hover:before,
.widget_sp_image.style-1:hover:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, -1, 30deg) translate3d(0, 200%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, -1, 30deg) translate3d(0, 300%, 0);
}
.banner-box.style-1:hover img,
.widget_sp_image.style-1:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.banner-box.style-2 figure,
.widget_sp_image.style-2 figure {
  overflow: hidden;
}
.banner-box.style-2 figure:after,
.widget_sp_image.style-2 figure:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner-box.style-2 img,
.widget_sp_image.style-2 img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner-box.style-2:hover,
.widget_sp_image.style-2:hover {
  background: -webkit-linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
  background: linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
}
.banner-box.style-2:hover img,
.widget_sp_image.style-2:hover img {
  opacity: 0.7;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.banner-box.style-2:hover figure:after,
.widget_sp_image.style-2:hover figure:after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
.banner-box.style-3 figure:before,
.widget_sp_image.style-3 figure:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: '';
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  z-index: 1000;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner-box.style-3 img,
.widget_sp_image.style-3 img {
  opacity: 0.8;
  /* IE8 filter*/
  filter: alpha(opacity=80);
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  -o-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner-box.style-3:hover figure:before,
.widget_sp_image.style-3:hover figure:before {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.banner-box.style-3:hover img,
.widget_sp_image.style-3:hover img {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.banner-box.style-4 figure:before,
.widget_sp_image.style-4 figure:before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1000;
}
.banner-box.style-4 img,
.widget_sp_image.style-4 img {
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner-box.style-4:hover figure:before,
.widget_sp_image.style-4:hover figure:before {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-box.style-4:hover img,
.widget_sp_image.style-4:hover img {
  opacity: 0.7;
  /* IE8 filter*/
  filter: alpha(opacity=70);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.logo-center {
  text-align: center;
}
.logo-center .logo-background {
  display: block;
  margin: 0 auto;
}
.logo-text {
  background: rgba(0, 0, 0, 0) url("../images/logo/1/logo.png") no-repeat scroll center center;
  display: block;
  height: 50px;
  position: relative;
  left: -2px;
  padding: 45px 0;
  text-indent: -9999px;
  width: 163px;
}
.logo-404 {
  background: rgba(0, 0, 0, 0) url("../images/logo-404.png") no-repeat scroll center center;
  display: block;
  height: 50px;
  position: relative;
  left: -2px;
  padding: 45px 0;
  text-indent: -9999px;
  width: 213px;
  margin: 0 auto;
}
/* TreeView */
div.vg-ebuilder-category-treeview {
  background-color: #fff;
  margin-bottom: 30px;
}
div.vg-ebuilder-category-treeview .treecontrol {
  margin: 0 0 15px;
}
div.vg-ebuilder-category-treeview .treeview.filetree span.folder,
div.vg-ebuilder-category-treeview .treeview.filetree span.file {
  background: none;
  padding-left: 0;
}
div.vg-ebuilder-category-treeview .treeview.filetree li.expandable span.folder {
  background: none;
}
div.vg-ebuilder-category-treeview .treeview .hitarea {
  position: absolute;
  top: 11px;
  right: 8px;
  z-index: 100;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-left: 0;
  background: none;
  text-align: center;
}
div.vg-ebuilder-category-treeview .treeview .hitarea:after {
  content: '\f273';
  font-family: 'Material-Design-Iconic-Font';
}
div.vg-ebuilder-category-treeview .treeview .expandable-hitarea:after {
  content: '\f2f6';
  font-size: 20px;
}
div.vg-ebuilder-category-treeview .treeview li {
  position: relative;
  display: block;
  background: none;
  padding: 12px 0 11.4px;
  border: 1px solid #e5e5e5;
  border-top: none;
}
div.vg-ebuilder-category-treeview .treeview li a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #393939;
  position: relative;
  margin-left: 36px;
}
div.vg-ebuilder-category-treeview .treeview li a:after {
  padding: 2px;
  content: "";
  position: absolute;
  left: -15px;
  top: 7px;
}
div.vg-ebuilder-category-treeview .treeview li span {
  padding: 0;
  background: none;
}
div.vg-ebuilder-category-treeview .treeview li .counter {
  margin: 0 5px;
}
div.vg-ebuilder-category-treeview .treeview li.collapsable {
  padding-bottom: 0;
}
div.vg-ebuilder-category-treeview .treeview ul {
  margin: 0;
  padding: 10px 15px;
  padding-right: 0;
}
div.vg-ebuilder-category-treeview .treeview ul li {
  padding: 13px 0;
}
div.vg-ebuilder-category-treeview .treeview ul .hitarea {
  top: 13px;
}
/* Widget Start */
.widget-title {
  display: block;
  width: 100%;
  margin: 0 0 35px;
  position: relative;
}
.widget-title .footer-widget-title {
  margin: 0 0 18px;
}
.widget-title.header-widget-title {
  text-align: left;
}
.widget-title.footer-widget-title h3 {
  font-weight: 600 !important;
  font-size: 18px !important;
  text-transform: uppercase;
  color: #fff !important;
  padding: 0 !important;
}
.widget-title.footer-widget-title h3:after,
.widget-title.footer-widget-title h3:before {
  display: none;
}
.widget-title.footer-widget-title:after {
  height: 1px;
}
.widgettitle {
  display: block;
  width: 100%;
  margin: 0 0 25px;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
.widgettitle:after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  margin: 15px 0 0;
}
.wpb_heading {
  color: #222222;
  display: block;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 30px;
  margin: 0 0 67px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.wpb_heading:after {
  background: #e5e5e5 none repeat scroll 0 0;
  top: 55px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  width: 130px;
  margin-left: -65px;
}
.wpb_heading:before {
  top: 52px;
  content: "";
  height: 4px;
  position: absolute;
  width: 30px;
  left: 50%;
  margin-left: -15px;
  z-index: 1000;
}
.wpb_heading.style2 {
  font-size: 22px;
  letter-spacing: 0.03em;
}
.wpb_heading.style2::first-letter {
  font-size: 22px;
  color: #393939;
}
.wpb_heading.style2:after {
  width: 60px;
}
.wpb_heading.style3 {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 10px;
  font-size: 22px;
  letter-spacing: 0.03em;
  color: #101010;
}
.wpb_heading.style3:after {
  position: absolute;
  bottom: -1px;
  left: 0;
}
.wpb_heading.style3::first-letter {
  font-size: 22px;
  color: #101010;
}
.wpb_heading.style4 {
  text-align: center;
}
.wpb_heading.style4::first-letter {
  font-size: 24px;
  color: #393939;
}
.wpb_heading.style4:after {
  margin: 15px auto 0;
  background-color: #393939;
}
.wpb_heading.style4.left {
  text-align: left;
}
.wpb_heading.style4.left:after {
  margin: 15px 0 0;
}
.wpb_heading.style5 {
  text-align: center;
  padding: 0 0 10px;
}
.wpb_heading.style5::first-letter {
  font-size: 24px;
  color: #393939;
}
.wpb_heading.style5:before,
.wpb_heading.style5:after {
  content: '';
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.wpb_heading.style5:after {
  width: 40px;
  bottom: -5px;
}
.wpb_heading.style5.left {
  text-align: left;
}
.wpb_heading.style5.left:before,
.wpb_heading.style5.left:after {
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.wpb_heading.style6 {
  color: #fff;
}
.wpb_heading.style6::first-letter {
  color: #fff;
}
/* Top Bar Start */
.top-bar {
  font-size: 13px;
  position: relative;
  z-index: 1000;
}
.top-bar .widget .vina-product-search {
  display: inline-block;
  margin: 0 5px;
}
.top-bar .widget:first-child {
  margin-left: 0;
}
.top-bar .widget:last-child {
  margin-right: 0;
}
.topbar-widget ul li,
.header-widget ul li {
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
  width: 100%;
}
.topbar-widget ul li a,
.header-widget ul li a {
  display: inline-block;
  font-size: 13px;
}
.topbar-widget ul li:after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: transparent;
}
.topbar-widget ul li:first-child {
  padding-left: 0;
}
.topbar-widget ul li:last-child {
  padding-right: 0;
}
.topbar-widget ul li:last-child:after {
  display: none;
}
.topbar-widget ul li.menu-item-has-children a,
.header-widget ul li.menu-item-has-children a {
  display: inline-block;
}
.topbar-widget ul li.menu-item-has-children ul li a:after,
.header-widget ul li.menu-item-has-children ul li a:after {
  display: none;
}
.layout-1 .vg-hotline,
.layout-1 .vg-mail {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  opacity: 0.6;
  padding: 0 15px 0 19px;
}
.layout-1 .vg-hotline {
  padding: 0;
}
.layout-2 .vg-hotline {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  color: #222222;
  padding: 12px 0;
}
.layout-1 .top-bar .col-topbar .vg-text {
  max-height: 40px;
  padding: 12px 0;
}
.vg-hotline i.zmdi,
.vg-hotline p.phone,
.vg-mail i.zmdi,
.vg-mail p.phone {
  margin-right: 9px;
}
.vg-hotline p,
.vg-mail p {
  display: inline-block;
  padding: 0;
}
.vg-hotline > i,
.vg-mail > i {
  font-size: 16px;
  float: left;
}
.top-bar .text-center.col-md-6 {
  text-align: left;
}
.textwidget > .vg-text > .vg-mail {
  border-left: solid 1px #555555;
}
.top-bar p {
  margin-bottom: 0;
}
.vg-hotline {
  padding-left: 0px;
}
.topbar-widget ul li > ul ul,
.header-widget ul li > ul ul {
  top: -1px;
  left: 101%;
}
.topbar-widget ul li > ul > li,
.header-widget ul li > ul > li {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #ecf0f1;
}
.topbar-widget ul li > ul > li:first-child,
.header-widget ul li > ul > li:first-child {
  padding-left: 15px;
}
.topbar-widget ul li > ul > li:last-child,
.header-widget ul li > ul > li:last-child {
  border-bottom: none;
}
.topbar-widget ul li > ul li:after,
.header-widget ul li > ul li:after {
  display: none;
}
.topbar-widget ul li.icon-flag a,
.header-widget ul li.icon-flag a {
  display: block;
  padding-left: 28px;
  background: url(../images/lang/icon-flag-1.jpg) no-repeat;
  background-position: left center !important;
}
.topbar-widget ul li.icon-flag.fre a,
.header-widget ul li.icon-flag.fre a {
  background: url(../images/lang/icon-flag-2.jpg) no-repeat;
}
.topbar-widget ul li.icon-flag.ger a,
.header-widget ul li.icon-flag.ger a {
  background: url(../images/lang/icon-flag-3.jpg) no-repeat;
}
.topbar-widget ul li.icon-flag.slo a,
.header-widget ul li.icon-flag.slo a {
  background: url(../images/lang/icon-flag-4.jpg) no-repeat;
}
.topbar-widget ul li.fa:before {
  margin: 0 7px 0 0;
  font-size: 15px;
}
s .col-topbar:last-child .topbar-widget ul li > ul ul {
  right: 100%;
}
/* Header Content Start */
.logo-background {
  display: block;
  width: 163px;
  height: 50px;
  background: url(../images/logo/1/logo.png) center center no-repeat;
  text-indent: -9999px;
  padding: 45px 0;
  position: relative;
  letter-spacing: -2px;
}
.logo-center .logo-background {
  margin: 0 auto 30px;
}
/* Search Start */
.click-search {
  display: block;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.click-search i {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.vina-product-search form {
  position: relative;
  background-color: #393939;
  padding: 0px 0px 0px 155px;
  font-size: 12px;
}
.layout-2 .vina-product-search form {
  background-color: #fff;
  border-left: 1px solid #e5e5e5 !important;
  max-height: 40px;
}
.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: #a9a9a9;
}
.vina-product-search form input[type=text] {
  background-color: #393939;
  width: 100%;
  border-width: 0;
  border-style: solid;
  border-color: #555555;
  border-width: 0 0 0 1px;
  padding: 0 0 0 20px !important;
  line-height: 16px;
}
.top-bar .vina-product-search form input[type=text] {
  width: 200px;
}
.layout-2 .vina-product-search form input[type=text] {
  background-color: #fff;
  border-color: #e5e5e5;
  border-width: 0 1px 0 1px;
}
.layout-2 .vina-product-search form .SumoSelect > .CaptionCont {
  color: #999;
}
.vina-product-search form .select-category {
  position: absolute;
  top: 5px;
  left: 0;
  width: 155px;
}
.vina-product-search form .SumoSelect {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
}
.vina-product-search form .SumoSelect > .CaptionCont {
  height: 35px;
  padding: 7px 0 0 17px;
  color: rgba(255, 255, 255, 0.5);
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  text-align: left;
}
.vina-product-search form .SumoSelect.open > .optWrapper {
  width: 208px;
  top: 100%;
  left: 0px;
  text-align: left;
}
.vina-product-search form .SumoSelect > .optWrapper > .options {
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.vina-product-search form .SumoSelect > .optWrapper > .options li.opt {
  padding: 9px 15px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 100%;
}
.vina-product-search form .SumoSelect > .optWrapper > .options li label {
  margin-bottom: 0;
  font-weight: 400;
  color: #393939 !important;
}
.vina-product-search form .select-category:after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  top: 4px;
  right: 21px;
  font-size: 12px;
  color: #a9a9a9;
  line-height: 20px;
  z-index: 10;
}
.vgw-item-i .product-rating {
  display: inline-block;
  float: right;
  margin-right: 9px;
  overflow: hidden;
  text-indent: -500px;
  width: 73px;
}
.vina-product-search form select {
  display: none;
}
.layout-2 .vina-product-search form select {
  background: #fff !important;
}
.vina-product-search form select::-ms-expand {
  display: none;
}
.vina-product-search form button {
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: #393939;
  color: #fff;
  overflow: hidden;
  text-indent: -999px;
  width: 40px;
  height: 44px;
  line-height: 35px;
  padding: 0 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.layout-2 .vina-product-search form button {
  background-color: #fff !important;
}
.layout-2 .vg-website-wrapper .vina-product-search form button:hover {
  background-color: #fff !important;
}
.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: 16px;
  color: #a9a9a9;
}
.layout-2 .vina-product-search form button:after {
  color: #222222;
}
.vina-product-search input {
  color: #fff !important;
}
.layout-2 .vina-product-search input {
  color: #555 !important;
}
.vg-header-static {
  text-align: right;
}
.vg-header-static img {
  display: inline-block;
  height: 57px;
}
/* Woocommerce Header Start */
.ecommerce-inside {
  display: block;
  width: 100%;
  text-align: right;
}
.ecommerce-inside .widget {
  position: relative;
  vertical-align: middle;
  margin: 0;
  padding: 0 10px;
}
.ecommerce-inside .widget:last-child:after {
  display: none;
}
.vg-bottom-bar .ecommerce-inside .widget {
  padding: 0 7px;
  border: none !important;
}
.vg-bottom-bar .ecommerce-inside .widget:after {
  display: none;
}
.vg-bottom-bar .ecommerce-inside .widget:last-child {
  padding-right: 20px;
}
.mini_cart_inner {
  position: relative;
  width: 30px;
  left: 50%;
  padding: 15px 0;
}
.fixed .mini_cart_inner {
  padding: 3px 0;
}
.mini_cart_inner:hover .mcart-border {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: translate(0, 6px);
  -moz-transform: translate(0, 6px);
  -ms-transform: translate(0, 6px);
  -o-transform: translate(0, 6px);
  transform: translate(0, 6px);
}
.mini_cart_inner a {
  display: block;
}
.mini_cart_inner .shopping_cart {
  padding: 10px 4px 0 0;
  line-height: 30px;
  height: 60px;
}
.mini_cart_inner .shopping_cart span {
  display: inline-block;
  vertical-align: top;
}
.mini_cart_inner .shopping_cart .sub-title,
.mini_cart_inner .shopping_cart .cart-total-price {
  display: none;
}
.mini_cart_inner .shopping_cart .icon-cart {
  display: inline-block;
  position: relative;
}
.mini_cart_inner .shopping_cart .icon-cart i {
  font-size: 20px;
  line-height: 36px;
}
.mini_cart_inner .shopping_cart .cart-quantity {
  display: block;
  position: absolute;
  top: 1px;
  right: -14px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  min-width: 20px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.mcart-border {
  opacity: 0;
  visibility: hidden;
  width: 300px;
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 0;
  font-size: 13px;
  background: #fff;
  color: #393939;
  padding: 10px 15px;
  text-align: left;
  border: 2px solid #393939;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  text-align: center;
}
.mcart-border .loading {
  background-color: #fff;
  background-image: url('../images/loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.mcart-border.loading .loading {
  display: block;
}
.mcart-border > * {
  text-align: left;
}
.mcart-border:after {
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: normal;
  right: 20px;
  left: auto;
  position: absolute;
  top: -15px;
  opacity: 1;
  z-index: 9999;
  color: #393939;
  margin: 0 auto;
  width: 14px;
}
.mcart-border .total {
  padding-top: 15px !important;
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: normal;
  clear: both;
  border-top: 1px solid #eee;
  padding-top: 10px;
  position: relative;
}
.mcart-border .total .amount {
  float: right;
}
.mcart-border .total:before,
.mcart-border .total:after {
  content: '';
  display: table;
}
.mcart-border .total:after {
  clear: both;
}
.mcart-border .buttons a {
  color: #393939 !important;
}
.mcart-border .buttons a:hover {
  color: #fff !important;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding-left: 0 !important;
  padding-right: 15px;
  margin-bottom: 10px;
  display: block;
}
.woocommerce ul.cart_list li .product-details,
.woocommerce ul.product_list_widget li .product-details {
  padding-left: 65px;
}
.woocommerce ul.cart_list li .product-details dl,
.woocommerce ul.product_list_widget li .product-details dl {
  display: inline-block;
  border-left: 0;
  padding-left: 0;
  float: left;
  width: 100%;
}
.woocommerce ul.cart_list li .product-details dl dd,
.woocommerce ul.product_list_widget li .product-details dl dd {
  margin: 0;
  padding: 0;
}
.woocommerce ul.cart_list li .product-details dl dt,
.woocommerce ul.product_list_widget li .product-details dl dt {
  padding: 0;
  text-transform: capitalize;
}
.woocommerce ul.cart_list li .product-name,
.woocommerce ul.product_list_widget li .product-name {
  color: #393939 !important;
  font-weight: normal;
  margin-bottom: 8px;
}
.woocommerce ul.cart_list li .product-image,
.woocommerce ul.product_list_widget li .product-image {
  border: 1px solid #e5e5e5;
  float: left;
  position: relative;
  width: 50px;
}
.woocommerce ul.cart_list li .product-image .quantity,
.woocommerce ul.product_list_widget li .product-image .quantity {
  border-radius: 40px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  left: -10px;
  line-height: 20px;
  overflow: visible;
  position: absolute;
  text-align: center;
  top: -10px;
  min-width: 20px;
  z-index: 1;
}
.woocommerce ul.cart_list li .product-image img,
.woocommerce ul.product_list_widget li .product-image img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  width: 50px;
}
.woocommerce ul.cart_list li a.remove,
.woocommerce ul.product_list_widget li a.remove {
  color: red !important;
  left: auto !important;
  right: 0;
}
.woocommerce ul.cart_list li a.remove:hover,
.woocommerce ul.product_list_widget li a.remove:hover {
  color: #393939 !important;
  background: none !important;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-weight: normal;
  font-size: 16px;
}
.woocommerce ul.cart_list li .quantity,
.woocommerce ul.product_list_widget li .quantity {
  display: inline-block;
  height: auto;
  line-height: 18px;
  margin-top: 6px;
}
.woocommerce ul.cart_list li .amount,
.woocommerce ul.product_list_widget li .amount {
  display: inline-block;
  font-size: 14px;
}
.widget.header-widget ul li {
  text-align: left;
}
.widget.header-widget ul li.icon-user,
.widget.header-widget ul li.icon-wishlist {
  padding: 6px 0;
}
.widget.header-widget ul li.icon-user a,
.widget.header-widget ul li.icon-wishlist a {
  font-size: 0;
  width: 35px;
  height: 35px;
  position: relative;
  display: block;
}
.widget.header-widget ul li.icon-user a:after,
.widget.header-widget ul li.icon-wishlist a:after {
  content: '\f207';
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  width: 100%;
  font-size: 23px;
  line-height: 38px;
  margin-left: 0;
  text-align: center;
}
.widget.header-widget ul li.icon-user > ul,
.widget.header-widget ul li.icon-wishlist > ul {
  text-align: left;
}
.widget.header-widget ul li.icon-user > ul > li,
.widget.header-widget ul li.icon-wishlist > ul > li {
  padding: 10px !important;
}
.widget.header-widget ul li.icon-user > ul > li > a,
.widget.header-widget ul li.icon-wishlist > ul > li > a {
  width: auto !important;
  height: auto !important;
  font-size: 13px !important;
}
.widget.header-widget ul li.icon-wishlist a:after {
  content: '\f15e';
}
/* Main Menu Start */
.vg-bottom-bar {
  background: #fff;
}
.vg-bottom-bar a {
  color: #222222;
}
/* Socials Start */
/* Brand Start */
.brand-inner {
  padding: 30px 0;
}
.brand-inner .owl-theme .owl-controls .owl-buttons div {
  top: 50%;
}
.brand-inner img {
  display: block;
  margin: 0 auto;
}
.brand-content {
  display: none;
}
/* Newsletter Start */
.vg-newsletter-form {
  background-color: #2a2a2a;
  padding: 30px 0 53px 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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.vg-newsletter-form .widget_wysija_cont .wysija-submit-wrap:after {
  display: block;
  width: 100%;
  content: '\f194';
  font-family: 'Material-Design-Iconic-Font';
  font-size: 18px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.vg-newsletter-form .widget_wysija_cont .wysija-submit-wrap:hover {
  background-color: #333 !important;
  color: #fff;
}
.vg-newsletter-form .widget_wysija_cont .wysija-input {
  float: none;
  border: none;
  display: inline-block;
  width: 100% !important;
  background: #1f1f1f !important;
  padding: 15px 30px;
  color: rgba(255, 255, 255, 0.7);
  height: 50px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}
.vg-newsletter-form .widget_wysija_cont .wysija-submit {
  position: relative;
  z-index: 100;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  background-color: transparent;
}
.vg-newsletter-form .widget_wysija_cont > form {
  border: 0;
  position: relative;
}
.vg-newsletter-form .widget_wysija_cont > form > * {
  display: block;
  margin: 0;
  background: none !important;
  box-shadow: none;
  border: 0;
  height: 50px;
  outline: none !important;
  float: none;
}
.vg-newsletter-form .widget_wysija_cont > form > *.wysija-paragraph {
  width: 100%;
}
.vg-newsletter-form .widget_wysija_cont > form > *.wysija-paragraph > .formError {
  margin-left: 0;
  -webkit-transform: translate(0px, -4px);
  -moz-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  -o-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}
.vg-newsletter-form .widget_wysija_cont > form > *.wysija-paragraph > .formError .formErrorContent {
  line-height: 13px;
}
/* Widget Footer Start */
.footer .widget_nav_menu {
  padding-left: 30px;
}
.ft-about-me {
  padding-right: 80px;
}
.logo-footer {
  margin-bottom: 30px;
}
.ft-static-content {
  margin-bottom: 10px;
}
.ft-contact-info li {
  line-height: 24px !important;
  padding: 16px 0 0 !important;
  letter-spacing: 0.3px;
}
.ft-contact-info li i {
  font-size: 25px;
}
.ft-contact-info.info-twitter > li > span {
  position: absolute;
  left: 35px;
  top: 15px;
}
.widget-footer ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.3px;
}
.widget-footer ul.info {
  max-width: 245px;
}
.widget-footer ul li a:hover {
  padding-left: 10px;
}
.widget-footer ul li a.text-link {
  font-size: 14px;
  display: block;
}
.widget-footer.woocommerce .star-rating span {
  color: #0b8dca;
}
.widget-footer .product-price,
.widget-footer .compare-list .price,
.widget-footer .price {
  color: #fff !important;
}
.widget-footer .product-price > del,
.widget-footer .compare-list .price > del,
.widget-footer .price > del {
  color: rgba(255, 255, 255, 0.7);
}
.widget-footer.widget_vgw_social_media a {
  border-color: #fff;
  color: #fff;
}
.widget-bottomft.widget_vgw_social_media a {
  width: 22px;
  height: 22px;
  border: none;
  margin: 0 12px 5px;
}
.widget-bottomft.widget_vgw_social_media a:after {
  line-height: 22px;
}
.widget-bottomft.widget_vgw_social_media a:hover {
  background: transparent;
}
/* Footer Start */
footer {
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.7px;
}
.footer .widget.widget-footer {
  padding: 0px 0 25px;
}
/* Copyright Footer Start */
.bottom-footer {
  background-color: #2a2a2a;
  font-size: 14px;
  line-height: 22px;
}
.bottom-footer a {
  color: #fff;
  text-transform: uppercase;
}
.bottom-footer a:hover {
  text-decoration: underline;
}
.colbottomft {
  text-align: center;
  color: #949494;
  text-transform: capitalize;
  padding: 15px 0;
}
/* Front Page Start */
/* Welcome to our company Start */
.our-company.static-layout1 {
  text-align: center;
  padding-top: 95px;
  color: #222222;
}
.our-text .heading-h2 {
  font-size: 35px;
  line-height: 20px;
  margin-bottom: 25px;
  margin-top: 10px;
  font-weight: 600;
  letter-spacing: 0px;
}
.our-text .text-sub {
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  opacity: 0.9;
  position: relative;
}
.our-text .sub-title {
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  opacity: 0.9;
  position: relative;
}
.our-text .sub-title:after {
  background: #e5e5e5 none repeat scroll 0 0;
  top: 50px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  width: 130px;
  margin-left: -65px;
}
.our-text .sub-title:before {
  top: 47px;
  content: "";
  height: 4px;
  position: absolute;
  width: 30px;
  left: 50%;
  margin-left: -15px;
  z-index: 1000;
}
.our-company.static-layout1:after {
  content: "";
  background: url("../images/ebuiler-logo-layout1.png") no-repeat scroll center center;
  width: 75px;
  height: 95px;
  left: 0;
  position: absolute;
  top: 70px;
  width: 100%;
}
.our-text-second > .sub-title-num-two {
  font-size: 14px;
  line-height: 25px;
  opacity: 0.6;
  width: 100%;
  padding: 70px 100px 0;
  letter-spacing: 0.6px;
}
.css-style-ebuiler {
  padding-top: 32px;
}
.style-button-1 {
  display: inline-block;
  padding-left: 15px;
}
.view-style {
  color: #fff;
  font-size: 14px;
  line-height: 79px;
  padding: 9px 29px 8px;
  text-transform: uppercase;
}
.view-style:hover {
  color: #222222;
}
.style-view {
  line-height: 43px;
  text-transform: uppercase;
  position: relative;
  padding: 9px 37px 8px;
}
.style-view-sub {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.style-view:after,
.style-view:before {
  border-color: #222222;
  border-style: solid;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 31px;
  transition: all 0.5s ease 0s;
  -webkit-box-sizing-transition: all 0.5s ease 0s;
}
.style-view:before {
  border-width: 1px 0 0 1px;
  left: 0;
}
.style-view:after {
  border-width: 1px 1px 0 0;
  right: 0;
}
.style-view-sub:after,
.style-view-sub:before {
  content: "";
  border-style: solid;
  border-color: #222222;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 30px;
  transition: all 0.5s ease 0s;
  -webkit-box-sizing-transition: all 0.5s ease 0s;
}
.style-view:hover:after,
.style-view:hover:before,
.style-view-sub:hover:after,
.style-view-sub:hover:before {
  transition: all 0.5s ease 0s;
}
.style-view-sub:before {
  border-width: 0 0 1px 1px;
  left: 0;
}
.style-view-sub:after {
  border-width: 0 1px 1px 0;
  right: 0;
}
.image-our-style img {
  margin-bottom: -61px;
  position: relative;
  z-index: 1;
}
/* Our company finish */
/* Offer layout Start */
.offer-company.static-layout1 {
  letter-spacing: 0.76px;
}
.heading-text .heading-sub {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 20px;
  padding-bottom: 51px;
  position: relative;
  font-weight: 600;
  letter-spacing: 1.3px;
}
.heading-text .heading-sub:after {
  content: "";
  background: #545454;
  height: 1px;
  position: absolute;
  width: 80px;
  left: 0;
  bottom: 20px;
}
.heading-text .heading-sub:before {
  content: "";
  height: 4px;
  position: absolute;
  width: 30px;
  left: 0;
  bottom: 20px;
  z-index: 1000;
}
.offer-company.static-layout1 h4 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1.76px;
  margin-top: 7px;
  padding-left: 20px;
  text-transform: uppercase;
  padding-top: 13px;
  margin-left: 56px;
}
.offer-company.static-layout1 a {
  margin-left: 14px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1.5px;
  line-height: 30px;
}
.offer-company.static-layout1 a:after {
  content: "";
  position: absolute;
  left: -14px;
  top: 4px;
  width: 2px;
  height: 14px;
}
.offer-company.static-layout1 a:before {
  content: "\f2ee";
  position: absolute;
  font-size: 16px;
  font-family: "Material-Design-Iconic-Font";
  right: -23px;
  top: -4px;
}
.offer-company.static-layout1 a:hover:before {
  animation: 1s ease 0s normal none 1 running shake;
}
.offer-company.static-layout1 .style-text {
  color: #fff;
  margin-top: 31px;
  line-height: 25px;
  letter-spacing: 0px;
  margin-bottom: 23px;
}
.style-icon-offer {
  float: left;
  position: relative;
  margin-left: 5px;
  display: inline-block;
  line-height: 44px;
  min-height: 46px;
  min-width: 46px;
  text-align: center;
}
.style-icon-offer:after,
.style-icon-offer:before {
  border-style: solid;
  top: -5px;
  content: "";
  height: 10px;
  position: absolute;
  width: 10px;
}
.style-icon-offer:after {
  border-width: 1px 1px 0 0;
  right: -5px;
}
.style-icon-offer:before {
  border-width: 1px 0 0 1px;
  left: -5px;
}
.style-icon-offer > span {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.style-icon-offer > span:after,
.style-icon-offer > span:before {
  border-style: solid;
  bottom: -5px;
  content: "";
  height: 10px;
  position: absolute;
  width: 10px;
}
.style-icon-offer > span:after {
  border-width: 0 1px 1px 0;
  right: -5px;
}
.style-icon-offer > span:before {
  border-width: 0 0 1px 1px;
  left: -5px;
}
/* Offer layout finish */
/* Latest Projects Start */
.latest-projects .vc_grid-filter > .vc_grid-filter-item > span {
  color: #222222;
  font-size: 12px;
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.latest-projects .vc_grid-filter > .vc_grid-filter-item {
  position: relative;
  letter-spacing: 1px;
  padding: 7px 16px 7px 18px;
  margin: 2px 19px 7px 0;
}
.latest-projects .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active,
.latest-projects .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover {
  background-color: #fff;
}
.latest-projects .vc_grid-filter > .vc_grid-filter-item:after,
.latest-projects .vc_grid-filter > .vc_grid-filter-item:before {
  border-style: solid;
  top: 12px;
  content: "";
  height: 10px;
  position: absolute;
  width: 10px;
  opacity: 0;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.latest-projects .vc_grid-filter > .vc_grid-filter-item:after {
  border-width: 1px 1px 0 0;
  right: 15px;
}
.latest-projects .vc_grid-filter > .vc_grid-filter-item:before {
  border-width: 1px 0 0 1px;
  left: 15px;
}
.latest-projects .vc_grid-filter > .vc_grid-filter-item.vc_active:after,
.latest-projects .vc_grid-filter > .vc_grid-filter-item:hover:after,
.latest-projects .vc_grid-filter > .vc_grid-filter-item:focus:after {
  opacity: 100;
  right: 0;
  top: 0;
}
.latest-projects .vc_grid-filter > .vc_grid-filter-item.vc_active:before,
.latest-projects .vc_grid-filter > .vc_grid-filter-item:hover:before,
.latest-projects .vc_grid-filter > .vc_grid-filter-item:focus:before {
  opacity: 100;
  left: 0;
  top: 0;
}
.latest-projects .vc_grid-filter > .vc_grid-filter-item > span:after,
.latest-projects .vc_grid-filter > .vc_grid-filter-item > span:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 12px;
  border-style: solid;
  opacity: 0;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.latest-projects .vc_grid-filter > .vc_grid-filter-item > span:after {
  right: 15px;
  border-width: 0 1px 1px 0;
}
.latest-projects .vc_grid-filter > .vc_grid-filter-item > span:before {
  left: 15px;
  border-width: 0 0 1px 1px;
}
.latest-projects .vc_grid-filter > .vc_grid-filter-item.vc_active > span:after,
.latest-projects .vc_grid-filter > .vc_grid-filter-item:hover > span:after,
.latest-projects .vc_grid-filter > .vc_grid-filter-item:focus > span:after {
  opacity: 100;
  right: 0;
  bottom: 0;
}
.latest-projects .vc_grid-filter > .vc_grid-filter-item.vc_active > span:before,
.latest-projects .vc_grid-filter > .vc_grid-filter-item:hover > span:before,
.latest-projects .vc_grid-filter > .vc_grid-filter-item:focus > span:before {
  opacity: 100;
  left: 0;
  bottom: 0;
}
.our-text .sub-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  line-height: 20px;
  padding-bottom: 45px;
  margin-top: 59px;
  font-weight: 600;
  letter-spacing: 1.3px;
  color: #222222;
}
.latest-projects .vc_grid-filter {
  margin-bottom: 43px;
}
.latest-projects .our-text .sub-title::before {
  top: 47px;
}
.latest-projects .our-text .sub-title::after {
  top: 50px;
}
.latest-projects .vc_grid-btn-load_more {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px;
}
.latest-projects .vc_grid-btn-load_more a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.latest-projects .vc_grid-btn-load_more:after,
.latest-projects .vc_grid-btn-load_more:before {
  border-color: #222222;
  border-style: solid;
  top: 6px;
  content: "";
  height: 10px;
  position: absolute;
  width: 10px;
  transition: all 0.5s;
}
.latest-projects .vc_grid-btn-load_more:after {
  border-width: 1px 1px 0 0;
  right: -2px;
}
.latest-projects .vc_grid-btn-load_more:before {
  border-width: 1px 0 0 1px;
  left: -5px;
}
.latest-projects .vc_grid-btn-load_more a:after,
.latest-projects .vc_grid-btn-load_more a:before {
  border-color: #222222;
  border-style: solid;
  bottom: 7px;
  content: "";
  height: 10px;
  position: absolute;
  width: 10px;
  transition: all 0.5s;
}
.latest-projects .vc_grid-btn-load_more a {
  display: block !important;
}
.latest-projects .vc_grid-btn-load_more a:after {
  border-width: 0 1px 1px 0;
  right: -3px;
}
.latest-projects .vc_grid-btn-load_more a:before {
  border-width: 0 0 1px 1px;
  left: -6px;
}
.latest-projects .vc_grid-btn-load_more:hover:after,
.latest-projects .vc_grid-btn-load_more:hover:before,
.latest-projects .vc_grid-btn-load_more:hover a:after,
.latest-projects .vc_grid-btn-load_more:hover a:before {
  transition: all 0.3s ease-in-out 0s;
}
.latest-projects .vc_btn3.vc_btn3-color-white,
.latest-projects .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
  background: none;
  color: #222222;
}
.latest-projects .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover,
.latest-projects .vc_btn3.vc_btn3-color-white:hover {
  background: none;
}
.latest-projects .vc_btn3-container {
  margin-top: 9px;
  margin-bottom: 17px;
}
.latest-projects .vc_gitem-post-data {
  margin-bottom: 0px;
}
.latest-projects .vc_gitem-zone-mini h4 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  visibility: hidden;
}
.latest-projects .vc_gitem-zone-mini h6 {
  color: #fff;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 84px;
  visibility: hidden;
}
.latest-projects .vc_gitem-zone-mini {
  bottom: 26px;
  left: 26px;
  opacity: 0;
  position: absolute;
  right: 26px;
  top: 26px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-box-sizing-transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  z-index: 9;
  transform: scale(0);
}
.latest-projects .vc_gitem-zone-mini:after,
.latest-projects .vc_gitem-zone-mini:before {
  border-style: solid;
  top: -10px;
  content: "";
  height: 20px;
  position: absolute;
  width: 20px;
}
.latest-projects .vc_gitem-zone-mini:after {
  border-width: 1px 1px 0 0;
  right: -10px;
}
.latest-projects .vc_gitem-zone-mini:before {
  border-width: 1px 0 0 1px;
  left: -10px;
}
.latest-projects .vc_gitem-zone-mini > .vc_gitem-row-position-bottom:after,
.latest-projects .vc_gitem-zone-mini > .vc_gitem-row-position-bottom:before {
  border-style: solid;
  bottom: -10px;
  content: "";
  height: 20px;
  position: absolute;
  width: 20px;
}
.latest-projects .vc_gitem-zone-mini > .vc_gitem-row-position-bottom:after {
  border-width: 0 1px 1px 0;
  right: -10px;
}
.latest-projects .vc_gitem-zone-mini > .vc_gitem-row-position-bottom:before {
  border-width: 0 0 1px 1px;
  left: -10px;
}
.latest-projects .vc_gitem-animated-block:hover .vc_gitem-zone-mini {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.latest-projects .vc_gitem-animated-block:hover .vc_gitem-zone-mini h6,
.latest-projects .vc_gitem-animated-block:hover .vc_gitem-zone-mini h4 {
  visibility: visible;
  transition: all 0.3s ease-in-out 0s;
}
/* Latest Projects Finish */
/* Why Choose Us Start*/
.why-choose-us .heading-text h3 {
  padding-top: 80px;
}
.why-choose-us .item-i .post-content,
.why-choose-us .vgp-item-i .post-content {
  background: none;
  padding: 26px 0 87px;
}
.why-choose-us .post-content .post-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}
.why-choose-us .post-content .post-title a {
  color: #fff;
  text-transform: uppercase;
}
.why-choose-us .post-content .post-desc {
  color: #fff;
  line-height: 25px;
  margin-top: 18px;
  margin-bottom: 39px;
}
.why-choose-us .post-content .post-meta {
  display: none;
}
.why-choose-us .post-content .post-readmore a {
  position: relative;
  letter-spacing: 0.8px;
}
.why-choose-us .post-content .post-readmore {
  margin-left: 19px;
}
.why-choose-us .post-content .post-readmore a span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.why-choose-us .post-content .post-readmore a:after,
.why-choose-us .post-content .post-readmore a:before {
  border-style: solid;
  top: -8px;
  content: "";
  height: 10px;
  position: absolute;
  width: 10px;
}
.why-choose-us .post-content .post-readmore a:after {
  border-width: 1px 1px 0 0;
  right: -18px;
}
.why-choose-us .post-content .post-readmore a:before {
  border-width: 1px 0 0 1px;
  left: -18px;
}
.why-choose-us .post-content .post-readmore a span:after,
.why-choose-us .post-content .post-readmore a span:before {
  border-style: solid;
  bottom: -7px;
  content: "";
  height: 10px;
  position: absolute;
  width: 10px;
}
.why-choose-us .post-content .post-readmore a span:after {
  border-width: 0 1px 1px 0;
  right: -18px;
}
.why-choose-us .post-content .post-readmore a span:before {
  border-width: 0 0 1px 1px;
  left: -18px;
}
/* Why Choose Us Finish */
/* Meet Our Team Start */
.meet-our-team .team-member .team-img {
  position: relative;
}
.meet-our-team .team-member .team-img img {
  width: 100%;
}
.meet-our-team .team-member .team-socials {
  left: 31px;
  opacity: 0;
  position: absolute;
  top: 31px;
  transition: all 0.3s ease-in-out 0s;
  right: 31px;
  bottom: 31px;
  transform: scale(0);
}
.meet-our-team .team-member {
  padding: 0 10px;
}
.meet-our-team .team-member:hover .team-socials {
  opacity: 1;
  transform: scale(1);
}
.meet-our-team .team-member .team-socials:after,
.meet-our-team .team-member .team-socials:before {
  border-style: solid;
  top: -10px;
  content: "";
  height: 20px;
  position: absolute;
  width: 20px;
}
.meet-our-team .team-member .team-socials:after {
  border-width: 1px 1px 0 0;
  right: -10px;
}
.meet-our-team .team-member .team-socials:before {
  border-width: 1px 0 0 1px;
  left: -10px;
}
.team-socials-sub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.meet-our-team .team-member .team-socials .team-socials-sub:after,
.meet-our-team .team-member .team-socials .team-socials-sub:before {
  border-style: solid;
  bottom: -10px;
  content: "";
  height: 20px;
  position: absolute;
  width: 20px;
}
.meet-our-team .team-member .team-socials .team-socials-sub:after {
  border-width: 0 1px 1px 0;
  right: -10px;
}
.meet-our-team .team-member .team-socials .team-socials-sub:before {
  border-width: 0 0 1px 1px;
  left: -10px;
}
.meet-our-team .team-member .team-socials .team-socials-sub p > i {
  font-size: 36px;
  color: #fff;
  line-height: 25px;
  padding-bottom: 30px;
  padding-top: 45px;
}
.meet-our-team .team-member .team-socials .text-our-team {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  padding: 0px 25px 35px;
}
.meet-our-team .our-text .sub-title::before {
  top: 47px;
}
.meet-our-team .our-text .sub-title::after {
  top: 50px;
}
.meet-our-team .our-text {
  padding-top: 20px;
}
.blog-and-fact .heading-text h3 {
  color: #222222;
}
.blog-and-fact .heading-text h3::after {
  background: #d0d0d0;
}
.blog-and-fact .post-content-suffix {
  padding: 0;
  background: #fff none repeat scroll 0 0;
  padding-bottom: 28px;
}
.blog-and-fact .post-content-suffix:after {
  background: #fff;
  top: 0;
  right: 100%;
  content: "";
  position: absolute;
  height: 220px;
  width: 150px;
}
.blog-and-fact .post-image-suffix {
  padding-top: 20px;
  z-index: 10;
}
.blog-and-fact .post-date {
  border-left: solid 1px #e5e5e5;
  padding-left: 10px;
  text-transform: capitalize;
  font-size: 12px;
  color: #656565;
}
.blog-and-fact .post-category {
  font-size: 12px;
}
.blog-and-fact .vgp-item-i .post-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.5px;
}
.blog-and-fact .vgp-item-i .post-desc {
  font-size: 14px;
  line-height: 25px;
}
.blog-and-fact .post-image-suffix .post-image .primary_image {
  height: 180px;
}
.blog-and-fact .post-carousel .owl-controls.clickable {
  display: inline-block;
  float: right;
  left: -34px;
  position: absolute;
  top: 68px;
}
.blog-and-fact .post-carousel .owl-controls.clickable .owl-page {
  margin-top: 13px;
}
.blog-and-fact .owl-theme .owl-controls .owl-page {
  display: block;
}
.owl-controls .owl-page span strong {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.owl-controls .owl-page.active span:after,
.owl-controls .owl-page.active span:before {
  border-style: solid;
  top: -3px;
  content: "";
  height: 3px;
  position: absolute;
  width: 3px;
}
.owl-controls .owl-page.active span:after {
  border-width: 1px 1px 0 0;
  right: -3px;
}
.owl-controls .owl-page.active span:before {
  border-width: 1px 0 0 1px;
  left: -3px;
}
.owl-controls .owl-page.active span strong:after,
.owl-controls .owl-page.active span strong:before {
  border-style: solid;
  bottom: -3px;
  content: "";
  height: 3px;
  position: absolute;
  width: 3px;
}
.owl-controls .owl-page.active span strong:after {
  border-width: 0 1px 1px 0;
  right: -3px;
}
.owl-controls .owl-page.active span strong:before {
  border-width: 0 0 1px 1px;
  left: -3px;
}
.blog-and-fact .heading-text h3 {
  font-weight: 600;
  letter-spacing: 1.2px;
  margin-bottom: -5px;
}
.blog-and-fact .fun-right {
  padding-left: 11px;
}
.fun-facts.style-icon-offer {
  position: relative;
  line-height: 66px;
  min-height: 65px;
  min-width: 68px;
  margin-left: 5px;
  margin-top: 6px;
}
.facts-right .fun-facts.style-icon-offer {
  margin-left: -8px;
}
.facts-right .wpb_content_element,
.facts-left .wpb_content_element {
  margin-bottom: 0;
}
.fun-facts.style-icon-offer img {
  width: 23px;
  height: 23px;
}
.fun-facts.style-icon-offer > span::after,
.fun-facts.style-icon-offer > span::before {
  bottom: -6px;
}
.fun-facts.style-icon-offer::after,
.fun-facts.style-icon-offer::before {
  top: -6px;
}
.fun-facts.style-icon-offer > span::after {
  right: -6px;
}
.fun-facts.style-icon-offer::after {
  right: -6px;
}
.fun-facts .style-icon-offer > span::before {
  left: -6px;
}
.fun-facts .style-icon-offer::before {
  left: -6px;
}
.blog-and-fact .text-fun-facts {
  display: inline-block;
  padding: 23px 27px 0;
  position: absolute;
}
.blog-and-fact .text-fun-facts h3 {
  font-size: 34px;
  color: #222222;
  line-height: 20px;
  font-weight: 600;
}
.blog-and-fact .text-fun-facts p {
  font-size: 14px;
  letter-spacing: 0.76px;
  line-height: 20px;
  padding-top: 5px;
}
/* Meet Our Team Finish */
/* Testimonials Starts */
.testimonials-ebuilder .testimonials-list {
  background: #fff;
  opacity: 0.8;
}
.testimonials-ebuilder .testimonials-list blockquote {
  border-left: medium none;
  letter-spacing: 1px;
  line-height: 32px;
  padding-left: 44px;
  padding-right: 44px;
  padding-top: 111px;
  padding-bottom: 16px;
}
.testimonials-ebuilder .testimonials-list .author span {
  display: block;
  text-align: center;
}
.testimonials-ebuilder .testimonials-list .author span:first-child {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}
.testimonials-ebuilder .testimonials-list .author .title {
  font-size: 12px;
  font-style: normal;
  margin-top: 6px;
  letter-spacing: 0.76px;
  margin-bottom: 19px;
}
.testimonials-ebuilder .owl-controls.clickable {
  padding-bottom: 39px;
}
.testimonials-ebuilder .testimonials-list .testimonials-text p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.testimonials-ebuilder .testimonials-list:before {
  color: #fff;
  content: "";
  font-family: "FontAwesome";
  font-size: 25px;
  padding: 20px 16px;
  position: absolute;
  top: -10px;
  left: 266px;
}
.testimonials-ebuilder .testimonials-list:after {
  content: "";
  border-bottom: solid 20px transparent;
  position: absolute;
  top: 50px;
  left: 266px;
}
.testimonials-ebuilder .testimonials-suffix .vc_column-inner {
  padding-left: 0px;
}
/* End */
/* Layout1 Home 2 Custom */
body .style-layout1-home2 {
  overflow: visible !important;
}
.layout1-home2 .icon span {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px 2px;
  opacity: 0.3;
  padding: 72px 70px 43px 70px;
  position: relative;
  top: -123px;
}
.layout1-home2 .icon .icon-style img {
  background: #fab803;
  border-radius: 100%;
  padding: 42px;
  position: relative;
  top: -63px;
  z-index: 1;
}
.layout1-home2 .icon {
  text-align: center;
}
.layout1-home2 h4 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.75px;
  margin-top: -41px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
}
.layout1-home2 p {
  line-height: 25px;
  padding: 14px 22px;
  text-align: center;
  margin-bottom: 2px;
}
.layout1-home2 .style-view {
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 25px;
  padding: 1px 35px;
  text-transform: uppercase;
}
.layout1-home2 .style-view-sub {
  top: 15px;
}
.layout1-home2 .style-view-sub::before {
  left: 16px;
}
.layout1-home2 .style-view-sub::after,
.layout1-home2 .style-view-sub::before {
  top: 19px;
}
.layout1-home2 .style-view-sub::after {
  right: 16px;
}
.layout1-home2 .style-view::before {
  left: 16px;
}
.layout1-home2 .style-view::after,
.layout1-home2 .style-view::before {
  bottom: 20px;
}
.layout1-home2 .style-view::after {
  right: 16px;
}
.layout1-home2 .style-view:hover::after,
.layout1-home2 .style-view:hover::before,
.layout1-home2 .style-view:hover .style-view-sub::after,
.layout1-home2 .style-view:hover .style-view-sub::before {
  border-color: #222222 !important;
  transition: all 0.5s ease 0s;
  -webkit-box-sizing-transition: all 0.5s ease 0s;
}
.layout1-home2 .style-view:hover {
  color: #222222 !important;
}
/* End */
/* Feature Works Home2 */
.feature-works .vc_gitem-zone-mini h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: left !important;
  text-transform: uppercase;
  margin-left: 20px;
  letter-spacing: 1px;
}
.feature-works .vc_gitem-zone-mini h6 {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-left: 51px;
  padding-top: 3px;
  position: relative;
  text-align: left !important;
  padding-bottom: 2px;
  letter-spacing: 0.3px;
}
.feature-works .vc_gitem-zone-mini h6:after {
  content: "";
  left: -30px;
  position: absolute;
  top: 8px;
  width: 20px;
}
.vc_gitem-zone {
  position: relative;
}
.vc_gitem-zone:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .6;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -o-linear-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.vc_gitem-zone .vc_grid-filter {
  margin-bottom: 0px;
}
.vc_gitem-zone .vc_gitem-post-data {
  margin-bottom: 0px;
}
/* End */
/* Our Service Home 2 */
.our-service-home2 .our-sub {
  position: relative;
  padding-bottom: 35px;
}
.our-service-home2 .text {
  position: absolute;
  top: -46px;
  left: 95px;
}
.our-service-home2 .our-text .sub-title {
  color: #222222;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1.3px;
  line-height: 20px;
  margin-top: 45px;
}
.our-service-home2 .text .text-heading {
  color: #222222;
  margin-top: 43px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.9px;
}
.our-service-home2 .text .text-sub {
  padding-top: 5px;
  line-height: 25px;
}
.our-service-home2 .wpb_single_image img {
  height: 518px;
  width: 380px;
}
.our-service-home2 .style-icon-offer {
  line-height: 66px;
  min-height: 65px;
  min-width: 68px;
  float: none;
}
.our-service-home2 .style-left .our-sub {
  padding-bottom: 101px;
}
.our-service-home2 .style-left .text {
  right: 94px;
  top: -46px;
  left: 0;
}
.our-service-home2 .style-left .text .text-heading {
  text-align: right;
}
.our-service-home2 .style-left .text .text-sub {
  text-align: right;
}
.our-service-home2 .style-left .style-icon-offer {
  float: right;
  margin-right: 6px;
}
.our-service-home2 .style-left .text .text-sub {
  padding-right: 2px;
}
/* End */
/* Why choose us home 2 */
.why-choose-home2 {
  overflow: visible !important;
}
.why-choose-home2 .our-text .sub-title {
  margin-top: 45px;
  color: #fff;
  opacity: 1;
  padding-bottom: 36px;
}
.why-choose-home2 .our-text .sub-title:after {
  background: #545454;
}
.why-choose-home2 .post-carousel .post-content {
  padding-bottom: 63px;
}
.why-choose-home2 .post-carousel .post-image .primary_image {
  height: 240px;
}
.featured-products-home2 .vgw-item-i {
  border: none;
}
.why-choose-home2 {
  margin-top: -35px;
}
.vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
  margin: 0px !important;
}
/* End */
/* Brand Start Custom */
.vg-brand-logo .owl-carousel .owl-item {
  position: relative;
  border: solid 1px #e5e5e5;
  max-height: 110px;
}
.vg-brand-logo .owl-carousel .item-i {
  padding: 0;
}
.vg-brand-logo .owl-carousel .owl-item {
  border-left: none;
}
.vg-brand-logo .owl-carousel .owl-wrapper-outer {
  border-style: solid;
  border-width: 0 1px 0 1px;
  border-color: #e5e5e5;
}
.vg-brand-logo .owl-theme .owl-controls .owl-buttons div {
  border: solid 1px #e5e5e5;
}
.vg-brand-logo .owl-theme .owl-controls .owl-buttons div:hover {
  color: #fff;
  border: none;
}
.vg-brand-logo .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -21px;
}
.vg-brand-logo .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -20px;
}
/* End */
/* Bottom Footer Start Custom */
.bottom-descriptions .bottom-social ul li {
  display: inline-block;
}
.bottom-descriptions .bottom-img {
  padding-bottom: 63px;
  padding-right: 30px;
  padding-top: 61px;
  text-align: center;
}
.bottom-descriptions .bottom-img {
  background: rgba(0, 0, 0, 0) url("../images/logo/1/logo-bottom.png") no-repeat scroll center center;
}
.preset-2 .bottom-descriptions .bottom-img {
  background: rgba(0, 0, 0, 0) url("../images/logo/2/logo-bottom.png") no-repeat scroll center center;
}
.preset-3 .bottom-descriptions .bottom-img {
  background: rgba(0, 0, 0, 0) url("../images/logo/3/logo-bottom.png") no-repeat scroll center center;
}
.preset-4 .bottom-descriptions .bottom-img {
  background: rgba(0, 0, 0, 0) url("../images/logo/4/logo-bottom.png") no-repeat scroll center center;
}
.bottom-descriptions .bottom-text {
  padding: 0 250px;
}
.bottom-descriptions .bottom-text p {
  font-size: 14px;
  letter-spacing: 0.29px;
  line-height: 24px;
}
.bottom-descriptions .bottom-social.team-socials {
  padding-top: 17px;
}
.bottom-descriptions .team-socials li i {
  border: none;
  background: #404040;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.bottom-descriptions .team-socials li i::before {
  line-height: 40px;
}
.bottom-descriptions .team-socials li {
  margin: 0px 3px;
}
body .widget-footer .bottom-descriptions ul li a:hover {
  padding-left: 0px;
}
/* End */
/* Product Start */
.item-i {
  padding: 0 15px;
}
.item-i .product-image {
  border: 1px solid #cfcfcf;
}
.item-i .product-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.item-i .product-content {
  padding: 15px 0;
}
.item-i .product-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.vgw-item-i {
  margin: 0 15px;
  position: relative;
  padding: 5px;
  margin-bottom: 25px;
  background: #fff;
  padding-bottom: 0px;
  border: solid 1px #e5e5e5;
}
.vgw-item-i:before,
.vgw-item-i:after {
  content: '';
  display: table;
}
.vgw-item-i:after {
  clear: both;
}
.vgw-item-i:hover .product-image .second {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
}
.vgw-item-i .product-label span {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.vgw-item-i:hover .button-group > div {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.vgw-item-i .product-image {
  position: relative;
  overflow: hidden;
}
.vgw-item-i .product-image > a {
  display: block;
}
.vgw-item-i .product-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.vgw-item-i .product-image .second {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
}
.vgw-item-i .product-image .second img {
  display: block;
  margin: 0 auto;
}
.vgw-item-i .product-content {
  padding: 15px 0;
  position: relative;
}
.vgw-item-i .product-title {
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 15px;
}
.vgw-item-i .product-price {
  display: inline-block;
  margin-left: 15px;
}
.vgw-item-i .product-rating .star-rating {
  position: absolute;
  top: 46px;
  right: 10px;
  margin-right: 0 !important;
}
.vgw-item-i.effect-1 .product-rating .star-rating {
  top: auto;
}
.vgw-item-i .product-desc {
  margin-bottom: 15px;
}
.vgw-item-i .button-group {
  position: absolute;
  top: -56px;
  left: 53px;
  z-index: 100;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vgw-item-i .button-group > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
}
.vgw-item-i .button-group > div:first-child {
  margin-left: 0;
}
.vgw-item-i .button-group > div:last-child {
  margin-right: 0;
}
.vgw-item-i .button-group a {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  text-indent: -999px;
  background-color: #222222;
  color: #fff;
  text-align: center;
  position: relative;
}
.vgw-item-i .button-group a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 36px;
  content: '';
  font-family: 'Material-Design-Iconic-Font';
  font-size: 16px;
  text-indent: 0;
}
.vgw-item-i .button-group .add-to-cart {
  -webkit-transform: translate(15px, 0);
  -moz-transform: translate(15px, 0);
  -ms-transform: translate(15px, 0);
  -o-transform: translate(15px, 0);
  transform: translate(15px, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vgw-item-i .button-group .add-to-cart p {
  margin: 0;
}
.vgw-item-i .button-group .add-to-cart a:before {
  content: '\f1c9';
}
.vgw-item-i .button-group .add-to-cart a.added_to_cart {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.vgw-item-i .button-group .vgw-wishlist {
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 0);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.vgw-item-i .button-group .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.vgw-item-i .button-group .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.vgw-item-i .button-group .yith-wcwl-add-to-wishlist a:before {
  content: '\f15f';
}
.vgw-item-i .button-group .vgw-compare {
  -webkit-transform: translate(25px, 0);
  -moz-transform: translate(25px, 0);
  -ms-transform: translate(25px, 0);
  -o-transform: translate(25px, 0);
  transform: translate(25px, 0);
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.vgw-item-i .button-group .vgw-compare a:before {
  content: '\f3ae';
}
.vgw-item-i .button-group .vgw-quickview {
  -webkit-transform: translate(30px, 0);
  -moz-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  -o-transform: translate(30px, 0);
  transform: translate(30px, 0);
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.vgw-item-i .button-group .vgw-quickview a:before {
  content: '\f1c3';
}
.vgw-item-i.vgw-vertical {
  padding: 10px 0;
  margin-bottom: 0;
  border: none !important;
}
.vgw-item-i.vgw-vertical:hover .product-rating,
.vgw-item-i.vgw-vertical:hover .product-price {
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
  -webkit-transform: translate(15px, 0);
  -moz-transform: translate(15px, 0);
  -ms-transform: translate(15px, 0);
  -o-transform: translate(15px, 0);
  transform: translate(15px, 0);
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.vgw-item-i.vgw-vertical .product-image,
.vgw-item-i.vgw-vertical .product-content {
  width: 30%;
  float: left;
}
.vgw-item-i.vgw-vertical .product-content {
  width: 70%;
  padding: 0 0 0 15px;
}
.vgw-item-i.vgw-vertical .product-title,
.vgw-item-i.vgw-vertical .product-price {
  margin-bottom: 10px;
}
.vgw-item-i.vgw-vertical .product-rating {
  margin-bottom: 5px;
}
.vgw-item-i.vgw-vertical .button-group {
  top: 45px;
  left: 15px;
}
.vgw-item-i.vgw-timer {
  border-right-width: 0;
}
.vgw-item-i.vgw-timer:hover .button-group > div {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.vgw-item-i.vgw-timer .product-content {
  position: relative;
}
.vgw-item-i.vgw-timer .button-group {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
}
.vgw-item-i.vgw-timer .button-group > div {
  margin: 0 5px;
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
}
.vgw-item-i.vgw-timer .button-group .add-to-cart {
  -webkit-transform: translate(15px, 0);
  -moz-transform: translate(15px, 0);
  -ms-transform: translate(15px, 0);
  -o-transform: translate(15px, 0);
  transform: translate(15px, 0);
}
.vgw-item-i.vgw-timer .button-group .vgw-wishlist {
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
.vgw-item-i.vgw-timer .button-group .vgw-compare {
  -webkit-transform: translate(25px, 0);
  -moz-transform: translate(25px, 0);
  -ms-transform: translate(25px, 0);
  -o-transform: translate(25px, 0);
  transform: translate(25px, 0);
}
.vgw-item-i.vgw-timer .button-group .vgw-quickview {
  -webkit-transform: translate(30px, 0);
  -moz-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  -o-transform: translate(30px, 0);
  transform: translate(30px, 0);
}
.vgw-item-i.timer-large {
  padding: 15px 0 0;
  border: none !important;
}
.vgw-item-i.timer-large:last-child {
  margin-bottom: 0;
}
.vgw-item-i.timer-large .product-image img {
  max-height: 480px;
}
.vgw-item-i.timer-large .product-content {
  position: relative;
  padding: 15px;
}
.vgw-item-i.timer-large .product-label span {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.vgw-item-i.timer-large .button-group {
  position: absolute;
  left: auto;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.vgw-item-i.timer-large .button-group > div {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.vgw-item-i.timer-large .box-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  color: #909090;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  padding: 40px 10px;
  border: 5px solid #eeeeee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-transform: uppercase;
  min-width: 130px;
  min-height: 130px;
  background: rgba(255, 255, 255, 0.5);
}
.vgw-item-i.timer-large .box-timer .day,
.vgw-item-i.timer-large .box-timer .hour,
.vgw-item-i.timer-large .box-timer .min,
.vgw-item-i.timer-large .box-timer .sec {
  float: none;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 0;
  position: relative;
  text-align: center;
}
.vgw-item-i.timer-large .box-timer .day span,
.vgw-item-i.timer-large .box-timer .hour span,
.vgw-item-i.timer-large .box-timer .min span,
.vgw-item-i.timer-large .box-timer .sec span {
  background: none;
  color: #e91113;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  padding: 0;
}
.vgw-item-i.timer-large .box-timer .day span:after,
.vgw-item-i.timer-large .box-timer .hour span:after,
.vgw-item-i.timer-large .box-timer .min span:after,
.vgw-item-i.timer-large .box-timer .sec span:after {
  display: inline-block;
  content: ':';
  margin: 0 3px;
  font-size: 12px;
}
.vgw-item-i.timer-large .box-timer .day i,
.vgw-item-i.timer-large .box-timer .hour i,
.vgw-item-i.timer-large .box-timer .min i,
.vgw-item-i.timer-large .box-timer .sec i {
  display: none;
}
.vgw-item-i.timer-large .box-timer .sec span:after {
  display: none;
}
.vgw-item-i.timer-lagre-2 {
  border-right-width: 0;
  background: none;
}
.vgw-item-i.timer-lagre-2 .box-timer,
.vgw-item-i.timer-lagre-2 .product-image,
.vgw-item-i.timer-lagre-2 .product-content {
  padding: 15px;
  background: #fff;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 15px 0 #cfcfcf;
  -moz-box-shadow: 0 0 15px 0 #cfcfcf;
  -ms-box-shadow: 0 0 15px 0 #cfcfcf;
  -o-box-shadow: 0 0 15px 0 #cfcfcf;
  box-shadow: 0 0 15px 0 #cfcfcf;
}
.vgw-item-i.timer-lagre-2 .box-timer {
  position: relative;
  padding: 10px 15px;
  padding-right: 120px;
}
.vgw-item-i.timer-lagre-2 .box-timer:after {
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 100;
  width: 100px;
  height: 100px;
  content: '\f333';
  font-family: 'Material-Design-Iconic-Font';
  line-height: 100px;
  font-size: 86px;
  color: #dedede;
}
.vgw-item-i.timer-lagre-2 .box-timer .day,
.vgw-item-i.timer-lagre-2 .box-timer .hour,
.vgw-item-i.timer-lagre-2 .box-timer .min,
.vgw-item-i.timer-lagre-2 .box-timer .sec {
  padding: 0 10px;
}
.vgw-item-i.timer-lagre-2 .box-timer .day span,
.vgw-item-i.timer-lagre-2 .box-timer .hour span,
.vgw-item-i.timer-lagre-2 .box-timer .min span,
.vgw-item-i.timer-lagre-2 .box-timer .sec span {
  margin-top: 8px;
}
.vgw-item-i.timer-lagre-2 .product-label {
  left: 30px;
}
.vgw-item-i.timer-lagre-2 .product-desc {
  display: block;
}
.vgw-item-i.timer-lagre-2 .button-group {
  position: static;
  margin-bottom: 20px;
}
.vgw-item-i.timer-lagre-2 .button-group > div {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.vgw-item-i.hidden-desc .product-desc {
  display: none;
}
.vgw-item-i.hidden-image .product-image {
  display: none;
}
.vgw-item-i.effect-1:hover .product-image img.secondary_image {
  -webkit-animation: bounceInDown 0.6s;
  -moz-animation: bounceInDown 0.6s;
  -ms-animation: bounceInDown 0.6s;
  -o-animation: bounceInDown 0.6s;
  animation: bounceInDown 0.6s;
}
.vgw-item-i.effect-1:hover .product-image img.one_image {
  -webkit-animation: swing 0.8s;
  -moz-animation: swing 0.8s;
  -ms-animation: swing 0.8s;
  -o-animation: swing 0.8s;
  animation: swing 0.8s;
}
.vgw-item-i.effect-1:hover .product-image .second {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
}
.vgw-item-i.effect-1:hover .button-group > div {
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.vgw-item-i.effect-1 .product-content {
  position: static;
}
.vgw-item-i.effect-1 .product-label {
  left: auto;
  right: 15px;
}
.vgw-item-i.effect-1 .button-group {
  top: 80px;
  left: 15px;
  right: auto;
}
.vgw-item-i.effect-1 .button-group > div {
  display: block;
  margin-bottom: 10px;
}
.vgw-item-i.effect-1 .button-group .add-to-cart {
  -webkit-transform: translate(-30px, 0);
  -moz-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  -o-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}
.vgw-item-i.effect-1 .button-group .vgw-wishlist {
  -webkit-transform: translate(-25px, 0);
  -moz-transform: translate(-25px, 0);
  -ms-transform: translate(-25px, 0);
  -o-transform: translate(-25px, 0);
  transform: translate(-25px, 0);
}
.vgw-item-i.effect-1 .button-group .vgw-compare {
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
}
.vgw-item-i.effect-1 .button-group .vgw-quickview {
  -webkit-transform: translate(-15px, 0);
  -moz-transform: translate(-15px, 0);
  -ms-transform: translate(-15px, 0);
  -o-transform: translate(-15px, 0);
  transform: translate(-15px, 0);
}
.vgw-item-i.effect-2:hover .product-image img.secondary_image {
  -webkit-animation: fadeInUp 0.6s;
  -moz-animation: fadeInUp 0.6s;
  -ms-animation: fadeInUp 0.6s;
  -o-animation: fadeInUp 0.6s;
  animation: fadeInUp 0.6s;
}
.vgw-item-i.effect-2:hover .product-image img.one_image {
  -webkit-animation: jello 0.8s;
  -moz-animation: jello 0.8s;
  -ms-animation: jello 0.8s;
  -o-animation: jello 0.8s;
  animation: jello 0.8s;
}
.vgw-item-i.effect-2:hover .product-image .second {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
}
.vgw-item-i.effect-2:hover .button-group > div {
  -webkit-animation: flipInX 0.8s linear;
  -moz-animation: flipInX 0.8s linear;
  -ms-animation: flipInX 0.8s linear;
  -o-animation: flipInX 0.8s linear;
  animation: flipInX 0.8s linear;
}
.vgw-item-i.effect-2:hover .button-group .vgw-wishlist {
  -webkit-animation: flipInX 1s linear;
  -moz-animation: flipInX 1s linear;
  -ms-animation: flipInX 1s linear;
  -o-animation: flipInX 1s linear;
  animation: flipInX 1s linear;
}
.vgw-item-i.effect-2:hover .button-group .vgw-compare {
  -webkit-animation: flipInX 1.2s linear;
  -moz-animation: flipInX 1.2s linear;
  -ms-animation: flipInX 1.2s linear;
  -o-animation: flipInX 1.2s linear;
  animation: flipInX 1.2s linear;
}
.vgw-item-i.effect-2:hover .button-group .vgw-quickview {
  -webkit-animation: flipInX 1.4s linear;
  -moz-animation: flipInX 1.4s linear;
  -ms-animation: flipInX 1.4s linear;
  -o-animation: flipInX 1.4s linear;
  animation: flipInX 1.4s linear;
}
.vgw-item-i.effect-3:hover .product-image img.secondary_image {
  -webkit-animation: fadeInRight 0.6s;
  -moz-animation: fadeInRight 0.6s;
  -ms-animation: fadeInRight 0.6s;
  -o-animation: fadeInRight 0.6s;
  animation: fadeInRight 0.6s;
}
.vgw-item-i.effect-3:hover .product-image img.one_image {
  -webkit-animation: rubberBand 0.8s;
  -moz-animation: rubberBand 0.8s;
  -ms-animation: rubberBand 0.8s;
  -o-animation: rubberBand 0.8s;
  animation: rubberBand 0.8s;
}
.vgw-item-i.effect-3:hover .product-image .second {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
}
.vgw-item-i.effect-3:hover .button-group > div {
  -webkit-animation: bounceIn 0.8s linear;
  -moz-animation: bounceIn 0.8s linear;
  -ms-animation: bounceIn 0.8s linear;
  -o-animation: bounceIn 0.8s linear;
  animation: bounceIn 0.8s linear;
}
.vgw-item-i.effect-3:hover .button-group .vgw-wishlist {
  -webkit-animation: bounceIn 1s linear;
  -moz-animation: bounceIn 1s linear;
  -ms-animation: bounceIn 1s linear;
  -o-animation: bounceIn 1s linear;
  animation: bounceIn 1s linear;
}
.vgw-item-i.effect-3:hover .button-group .vgw-compare {
  -webkit-animation: bounceIn 1.2s linear;
  -moz-animation: bounceIn 1.2s linear;
  -ms-animation: bounceIn 1.2s linear;
  -o-animation: bounceIn 1.2s linear;
  animation: bounceIn 1.2s linear;
}
.vgw-item-i.effect-3:hover .button-group .vgw-quickview {
  -webkit-animation: bounceIn 1.4s linear;
  -moz-animation: bounceIn 1.4s linear;
  -ms-animation: bounceIn 1.4s linear;
  -o-animation: bounceIn 1.4s linear;
  animation: bounceIn 1.4s linear;
}
.woo-vertical .vgw-item {
  padding: 0 15px;
}
.woo-vertical-large .vgw-vertical {
  padding: 25px 10px;
  border-bottom: 1px solid #cfcfcf !important;
}
.woo-vertical-large .vgw-vertical:hover .product-rating,
.woo-vertical-large .vgw-vertical:hover .product-price {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.woo-vertical-large .vgw-vertical .product-image {
  width: 45%;
}
.woo-vertical-large .vgw-vertical .product-content {
  width: 55%;
  padding: 0 0 0 25px;
}
.woo-vertical-large .vgw-vertical .product-desc {
  display: block !important;
}
.woo-vertical-large .vgw-vertical .button-group {
  position: static;
}
.woo-vertical-large.owl-theme .owl-controls {
  position: relative;
  margin: 0;
  padding: 20px 0;
}
.woo-vertical-large.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 100;
}
.woo-vertical-large.owl-theme .owl-controls .owl-buttons div {
  position: static;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  margin: 0 3px !important;
  background: rgba(0, 0, 0, 0);
  width: 30px;
  height: 30px;
  line-height: 30px;
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  color: #393939;
}
.woo-vertical-large.owl-theme .owl-controls .owl-buttons div:before {
  line-height: 30px;
  font-size: 24px;
}
.woo-vertical-sidebar .vgw-item-i {
  padding: 15px 0;
}
.woo-vertical-sidebar .vgw-item-i .button-group > div {
  margin: 0 5px 0 0;
}
.woo-vertical-sidebar .vgw-item-i .button-group a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.woo-vertical-sidebar .vgw-item-i .button-group a:before {
  line-height: 28px;
  font-size: 13px;
}
.group-featured.vc_row {
  margin-left: 0;
  margin-right: 0;
  background: #fff;
}
.group-featured .vc_column_container {
  min-height: 650px;
}
.group-featured .vc_column_container:first-child {
  border-width: 0;
  border-style: solid;
  border-color: #cfcfcf;
  border-right-width: 1px;
}
.group-featured .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.group-featured-2 .woo-carousel {
  background: #fff;
  padding: 15px;
}
.group-featured-2 .vgw-item-i.vgw-timer {
  padding: 25px 15px;
}
.group-featured-2 .vgw-item-i.vgw-timer .box-timer {
  margin-top: 28px;
}
.timer-product {
  padding: 90px 0;
}
.group-vertical-products.home2 .vgw-item-i.vgw-vertical {
  padding: 20px 0;
}
.group-vertical-products.home2 .vgw-item-i.vgw-vertical:hover .product-rating,
.group-vertical-products.home2 .vgw-item-i.vgw-vertical:hover .product-price {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.group-vertical-products.home2 .vgw-item-i.vgw-vertical .button-group {
  position: static;
}
/* Tab Prodcut */
.vc_tta-tabs-container {
  overflow: visible !important;
}
.wpb_row .vc_tta.vc_general .vc_tta-tabs-list {
  text-align: center;
}
.wpb_row .vc_tta.vc_general .vc_tta-tab {
  margin: 0 15px;
}
.wpb_row .vc_tta.vc_general .vc_tta-tab.vc_active > a,
.wpb_row .vc_tta.vc_general .vc_tta-tab:hover > a {
  background-color: transparent;
}
.wpb_row .vc_tta.vc_general .vc_tta-tab:hover > a {
  font-weight: 400;
}
.wpb_row .vc_tta.vc_general .vc_tta-panels {
  background-color: transparent !important;
  border: none !important;
  margin-top: 38px !important;
}
.wpb_row .vc_tta.vc_general .vc_tta-panel-body {
  background-color: #fff !important;
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0;
  overflow: visible !important;
}
.tab-products-2 .vc_tta.vc_general .vc_tta-tabs-list,
.tab-products-3 .vc_tta.vc_general .vc_tta-tabs-list,
.tab-products-4 .vc_tta.vc_general .vc_tta-tabs-list {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-bottom: 45px !important;
  overflow: visible;
  text-align: center;
}
.tab-products-2 .vc_tta.vc_general .vc_tta-tab,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab {
  margin: 0 20px;
}
.tab-products-2 .vc_tta.vc_general .vc_tta-tab > a,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab > a,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab > a {
  color: #9c9c9c;
  padding: 0;
  font-size: 22px;
  line-height: 26px;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: none !important;
  position: relative;
}
.tab-products-2 .vc_tta.vc_general .vc_tta-tab > a span,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab > a span,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab > a span {
  display: block;
  position: relative;
  padding: 15px 0;
}
.tab-products-2 .vc_tta.vc_general .vc_tta-tab > a span:before,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab > a span:before,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab > a span:before,
.tab-products-2 .vc_tta.vc_general .vc_tta-tab > a span:after,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab > a span:after,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab > a span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 89px;
  height: 2px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tab-products-2 .vc_tta.vc_general .vc_tta-tab > a span:after,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab > a span:after,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab > a span:after {
  width: 58px;
  bottom: -5px;
}
.tab-products-2 .vc_tta.vc_general .vc_tta-tab.vc_active > a,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab.vc_active > a,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab.vc_active > a,
.tab-products-2 .vc_tta.vc_general .vc_tta-tab:hover > a,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab:hover > a,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab:hover > a {
  color: #393939;
  font-weight: 900;
}
.tab-products-2 .vc_tta.vc_general .vc_tta-tab.vc_active:hover > a,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab.vc_active:hover > a,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab.vc_active:hover > a {
  font-weight: 900;
}
.tab-products-3 .vc_tta.vc_general .vc_tta-tabs-list {
  border-bottom: 1px solid #cfcfcf;
  text-align: left;
}
.tab-products-3 .vc_tta.vc_general .vc_tta-tabs-list:after {
  content: '';
  display: block;
  width: 90px;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 100;
}
.tab-products-3 .vc_tta.vc_general .vc_tta-tab {
  margin: 0 35px 0 0;
}
.tab-products-3 .vc_tta.vc_general .vc_tta-tab > a span:before,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab > a span:after {
  display: none;
}
.tab-products-3 .vc_tta.vc_general .vc_tta-tab.vc_active > a,
.tab-products-3 .vc_tta.vc_general .vc_tta-tab:hover > a {
  color: #393939;
}
.tab-products-4 .vc_tta.vc_general .vc_tta-tab > a span:after {
  display: none;
}
.tab-products-4 .vc_tta.vc_general .vc_tta-tab.vc_active > a,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab:hover > a {
  color: #393939;
}
.tab-products-4 .vc_tta.vc_general .vc_tta-tab.vc_active > a span:before,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab:hover > a span:before,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab.vc_active > a span:after,
.tab-products-4 .vc_tta.vc_general .vc_tta-tab:hover > a span:after {
  background-color: #393939;
}
/* Post Carousel */
.item-i,
.vgp-item-i {
  position: relative;
  padding: 0 15px;
}
.item-i .post-content,
.vgp-item-i .post-content {
  background: #fff;
  padding: 13px 5px 0;
}
.item-i .post-content .post-content,
.vgp-item-i .post-content .post-content {
  padding: 0;
  margin-top: 15px;
}
.item-i .post-title,
.vgp-item-i .post-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}
.item-i .post-readmore,
.vgp-item-i .post-readmore {
  margin-top: 15px;
}
.item-i .post-readmore a,
.vgp-item-i .post-readmore a {
  display: inline-block;
  padding: 7px 12px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border: 2px solid rgba(57, 57, 57, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: rgba(57, 57, 57, 0.7);
}
.vgp-item-i:hover .post-image img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.vgp-item-i .post-image {
  overflow: hidden;
}
.vgp-item-i .post-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.vgp-item-i .post-content {
  position: relative;
}
.vgp-item-i .post-meta {
  display: block;
  padding: 28px 0 0;
  color: #ccc;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
}
.vgp-item-i .post-meta li {
  display: inline-block;
  vertical-align: top;
}
.vgp-item-i .post-meta li:last-child {
  float: right;
}
.vgp-item-i .post-meta span {
  display: inline-block;
  margin: 0 5px;
}
.vgp-item-i .post-meta i {
  margin-left: 5px;
  font-style: normal;
}
.vgp-item-i .post-meta .post-author i {
  margin-left: 0;
  margin-right: 2px;
  color: #ccc;
}
.vgp-item-i .post-desc {
  margin-top: 12px;
}
.vgp-item-i .post-readmore a {
  padding: 0;
  border: none;
}
.post-carousel.h-readmore .vgp-item-i .post-readmore {
  display: none;
}
.post-carousel.style1 .vgp-item-i .post-content {
  padding: 15px;
}
.post-carousel.style2 .vgp-item-i .post-content {
  padding: 15px;
  background: #f2f2f2;
}
/* Categories Front Page */
.title-category {
  margin-bottom: 0;
}
.title-category .wpb_heading {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 25px;
  padding: 15px 21px;
}
.title-category .wpb_heading:after {
  display: none;
}
.vgw-category {
  height: 502px;
  overflow: hidden;
}
.vgw-category.open {
  height: auto !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  margin-bottom: 0;
}
.banner-text {
  position: relative;
  z-index: 100;
  color: #f1f1f1;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  max-width: 550px;
  margin: 0 auto;
}
.banner-text h2,
.banner-text h3,
.banner-text h4,
.banner-text h5 {
  display: block;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
}
.banner-text .desc {
  margin-top: 15px;
  margin-bottom: 30px;
}
.banner-text .btn {
  display: inline-block;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  background-color: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.banner-text.style1 {
  text-align: left;
  margin: 0;
  max-width: 100%;
}
.banner-text.style1 h2 {
  font-size: 44px;
  line-height: 50px;
}
.banner-text.style1 h3 {
  font-size: 36px;
  line-height: 40px;
}
.banner-text.style1 ul {
  margin: 30px 0;
}
.banner-text.style1 ul li {
  margin-bottom: 10px;
}
.banner-text.style1 ul li:before {
  content: '\f111';
  font-family: 'FontAwesome';
  margin: 0 10px;
  font-size: 8px;
  display: inline-block;
  vertical-align: top;
}
.banner-text.style1 .btn {
  background-color: transparent;
}
.banner-text.style1 .btn:before {
  content: '\f1cb';
  font-family: 'Material-Design-Iconic-Font';
  margin-right: 10px;
}
.banner-text.style1 .btn:hover {
  color: #fff;
}
.banner-text.style2 {
  max-width: 880px;
}
.banner-text.style2 h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
.banner-text.style3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-text.style3 .btn {
  border-color: transparent;
  background-color: #fff;
  color: #393939;
}
.banner-text.style3 .btn:hover {
  color: #fff;
}
/* Inner Page Start */
.page-template-front-page .main-container {
  padding-bottom: 0;
}
.site-breadcrumb {
  margin-bottom: 60px;
  padding: 68px 0 57px;
  background: rgba(0, 0, 0, 0) url("../images/04_shop-gird.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
}
#breadcrumbs {
  text-transform: uppercase;
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
#breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1.2px;
}
#breadcrumbs a {
  color: #fff;
}
#breadcrumbs .separator {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 0 13px;
  color: #fff;
}
.page-header {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.page-title {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 25px;
  margin-bottom: 28px;
  margin-top: 4px;
  text-transform: uppercase;
}
.page-title .border {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2px 22px 0;
}
/* Woocommerce Shop Start */
.archive-content {
  overflow: hidden;
}
.shop-products .vgw-item-i {
  margin: 0;
}
.shop-products .vgw-item {
  margin-bottom: 30px !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.shop-products .vgw-item.first {
  clear: both;
}
.shop-products.grid-view .vgw-item-i .list-col8 .listview {
  display: none;
}
.shop-products.list-view .vgw-item {
  width: 100%;
  border: none !important;
}
.shop-products.list-view .vgw-item:last-child {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
.shop-products.list-view .vgw-item-i .list-col8 .gridview {
  display: none;
}
.shop-products.list-view .vgw-item-i .list-col8 .listview {
  display: block;
}
.shop-products.list-view .vgw-item-i .product-desc {
  margin-bottom: 30px;
  line-height: 25px;
}
.shop-products.list-view .vgw-item-i .button-group {
  position: static;
}
.shop-products.list-view .vgw-item-i .add-to-cart {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.shop-products.list-view .vgw-item-i .add-to-cart a {
  font-size: 15px;
  height: 36px;
  line-height: 36px;
  text-transform: none;
  width: 36px;
}
.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 mark {
  background-color: transparent;
  color: #393939;
  padding: 0;
  margin: 0 10px;
  font-size: 16px;
  line-height: 26px;
}
/* Shop toolbar */
.toolbar {
  overflow: hidden;
  margin: 0px 0 30px;
  position: relative;
  padding: 4px 10px;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.toolbar.bottom {
  border: none;
}
.toolbar .view-mode {
  float: left;
  line-height: 30px;
}
.toolbar .view-mode a {
  color: #393939;
  display: block;
  float: left;
  font-size: 20px;
  margin-right: 10px;
  border: 1px solid #e5e5e5;
  width: 35px;
  height: 35px;
  overflow: hidden;
  text-indent: -999px;
}
.toolbar .view-mode a i {
  display: block;
  float: left;
  width: 33px;
  height: 33px;
  line-height: 34px;
  text-indent: 0;
  text-align: center;
}
.toolbar .view-mode a strong {
  font-size: 14px;
  -webkit-transform: translate(4px, -4px);
  -moz-transform: translate(4px, -4px);
  -ms-transform: translate(4px, -4px);
  -o-transform: translate(4px, -4px);
  transform: translate(4px, -4px);
  display: inline-block;
}
.toolbar .view-mode a.active i {
  color: #fff;
}
.toolbar .view-mode a.grid i {
  font-size: 14px;
}
.toolbar .view-mode a.list i {
  font-size: 15px;
}
.toolbar .woocommerce-result-count {
  float: left;
  margin: 0 0 0 25px;
  line-height: 35px;
}
.toolbar .woocommerce-ordering {
  float: right;
  margin: 0;
  line-height: 30px;
  display: inline-block;
}
.toolbar .woocommerce-ordering select {
  border-radius: 0px;
  height: 35px;
  outline: none !important;
  border: 1px solid #ddd;
  padding: 0 0px 0 10px;
}
.toolbar .woocommerce-pagination {
  text-align: right;
}
.toolbar .woocommerce-pagination ul.page-numbers {
  border: none;
  margin: 0;
  display: block;
}
.toolbar .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
  vertical-align: top;
  border: none;
  margin: 0px;
  float: none;
}
.toolbar .woocommerce-pagination ul.page-numbers li a,
.toolbar .woocommerce-pagination ul.page-numbers li span {
  padding: 0;
  display: block;
  color: #393939;
  min-width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-weight: 300;
  background: none;
  border: 1px solid #cfcfcf;
}
.toolbar .woocommerce-pagination ul.page-numbers li a.current,
.toolbar .woocommerce-pagination ul.page-numbers li span.current,
.toolbar .woocommerce-pagination ul.page-numbers li a:hover,
.toolbar .woocommerce-pagination ul.page-numbers li span:hover {
  color: #fff;
}
/* Product View Start */
.product-view .images,
.product-view .summary {
  float: none !important;
  width: 100% !important;
}
/* Product Images Start */
div.pp_woocommerce div.ppt {
  display: none !important;
}
.pp_gallery ul {
  text-align: center;
}
.pp_gallery li {
  float: none !important;
  display: inline-block !important;
  margin: 0 4px !important;
}
.pp_gallery li:before,
.pp_gallery li:after {
  content: '';
  display: table;
}
.pp_gallery li:after {
  clear: both;
}
div.pp_woocommerce .pp_gallery ul li a {
  box-shadow: none !important;
}
.pp_gallery ul a img {
  height: 100% !important;
  width: auto !important;
}
.single-product-image {
  position: relative;
  /* Carousel Thumbnail */
}
.single-product-image:hover .product-label span {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.single-product-image .product-label {
  top: 0;
  left: 0;
}
.single-product-image .product-label span {
  opacity: 0;
  z-index: 1;
  /* IE8 filter*/
  filter: alpha(opacity=0);
  -webkit-transform: translate(-15px, 0);
  -moz-transform: translate(-15px, 0);
  -ms-transform: translate(-15px, 0);
  -o-transform: translate(-15px, 0);
  transform: translate(-15px, 0);
}
.single-product-image .thumbnails {
  padding-top: 0 !important;
}
.single-product-image .thumbnails .owl-item {
  padding: 0 15px;
}
.single-product-image .thumbnails a {
  display: block;
  float: none !important;
  width: 100% !important;
  border: 1px solid #e5e5e5;
  margin: 0 !important;
  padding: 5px;
  overflow: hidden;
  text-align: center;
}
.single-product-image .thumbnails.owl-theme .owl-controls .owl-buttons div {
  top: 50%;
  border: solid 1px #e5e5e5;
}
/* Product Info Start */
.single-product-info p {
  margin-bottom: 0;
}
.single-product-info h1 {
  color: #333333;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: #e5e5e5;
  font-weight: 500;
  padding: 8px 0 !important;
}
.single-product-info .woocommerce-product-rating {
  margin-top: 15px;
  margin-bottom: -7px !important;
}
.single-product-info .woocommerce-product-rating .star-rating {
  margin-right: 19px;
}
.single-product-info .product-price {
  font-size: 30px;
  line-height: 30px;
  margin: 20px 0 15px;
}
.single-product-info .product-price del {
  color: rgba(57, 57, 57, 0.5) !important;
  font-size: 24px;
  line-height: 30px;
}
.single-product-info .short-description {
  margin-top: 19px;
  color: #666;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
}
.single-product-info .short-description p {
  margin-bottom: 15px;
  line-height: 24px;
  color: #666;
}
.single-product-info .short-description p:last-child {
  margin-bottom: 0;
}
.single-product-info .addthis_native_toolbox {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.single-product-info .in-stock {
  color: #393939;
  display: block;
  font-size: 15px;
  text-transform: capitalize;
  margin-top: 20px;
}
.single-product-info .in-stock.stock {
  display: none;
}
.single-product-info .in-stock span {
  color: rgba(240, 206, 22, 0.8);
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
}
.single-product-info .in-stock span.out-stock {
  color: #ec4646;
}
.single-product-info .in-stock span.title {
  text-transform: capitalize;
  color: #393939;
  margin-right: 7px;
  font-weight: 700;
}
.single-product-info .cart {
  margin-top: 15px;
  /* Variable Product */
  /* Grouped Product */
}
.single-product-info .cart .quantity {
  display: block;
  float: none !important;
  margin: 0 0 25px !important;
}
.single-product-info .cart .single_add_to_cart_button {
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 8px 15px 8px 48px;
}
.single-product-info .cart .single_add_to_cart_button:before {
  content: '\f1c9';
  font-family: 'Material-Design-Iconic-Font';
  font-size: 16px;
  left: 12px;
  position: absolute;
}
.single-product-info .cart .single_add_to_cart_button:after {
  background: #e5e5e5;
  content: "";
  height: 36px;
  left: 34px;
  position: absolute;
  top: 0;
  width: 1px;
}
.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;
}
.single-product-info .cart .single_add_to_cart_button.disabled {
  padding: 8px 27px 8px 50px;
  background-color: #393939 !important;
}
.single-product-info .cart label {
  color: #393939;
}
.single-product-info .cart.variations_form {
  width: 100%;
}
.single-product-info .cart.variations_form .action-buttons {
  display: none;
}
.single-product-info .cart .variations {
  margin-bottom: 0 !important;
}
.single-product-info .cart .variations:before,
.single-product-info .cart .variations:after {
  content: '';
  display: table;
}
.single-product-info .cart .variations:after {
  padding-bottom: 20px;
}
.single-product-info .cart .variations tr {
  float: left;
  margin: 0 0 10px;
  width: 48%;
}
.single-product-info .cart .variations tr:last-child {
  float: right;
}
.single-product-info .cart .variations tr:last-child:first-child {
  float: left !important;
}
.single-product-info .cart .variations .label {
  display: block;
  color: #393939;
  border: 0;
  font-size: 15px;
  margin: 0 0 10px;
  padding: 0;
  text-transform: capitalize;
  width: 100%;
  text-align: left;
}
.single-product-info .cart .variations .label label {
  font-weight: 700;
  margin: 0;
}
.single-product-info .cart .variations .label:after {
  content: ':';
  margin-left: 3px;
}
.single-product-info .cart .variations .value {
  display: block;
  width: 100%;
  border: 0 !important;
  padding: 0;
}
.single-product-info .cart .variations .value select {
  display: block;
  height: 36px;
  padding: 8px 0 8px 10px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  background: transparent;
  font-size: 12px;
  line-height: 16px;
  color: #b5b5b5;
  border: 1px solid #e5e5e5;
  margin: 0 !important;
}
.single-product-info .cart .variations .value select:focus {
  outline: none;
}
.single-product-info .cart .single_variation_wrap {
  margin-bottom: 15px;
  position: relative;
  margin-top: 30px;
}
.single-product-info .cart .single_variation_wrap .stock {
  display: none;
}
.single-product-info .cart .single_variation_wrap .variations_button {
  float: left;
}
.single-product-info .cart .single_variation_wrap .quantity {
  display: inline-block;
  margin: 0 20px 10px 0 !important;
}
.single-product-info .cart .single_variation_wrap .action-buttons {
  display: inline-block !important;
}
.single-product-info .cart .group_table .quantity {
  margin-bottom: 0 !important;
}
.single-product-info .cart .single_variation_wrap .single_variation {
  position: absolute;
  top: -50px;
}
.single-product-info .cart .group_table tr:before,
.single-product-info .cart .group_table tr:after {
  content: '';
  display: table;
}
.single-product-info .cart .group_table tr:after {
  padding-bottom: 20px;
}
.single-product-info .cart .group_table td {
  display: inline-block;
  padding: 0 !important;
}
.single-product-info .cart .group_table td:first-child {
  float: left;
  margin-right: 25px;
}
.single-product-info .cart .group_table td.label {
  line-height: normal;
  margin-bottom: 5px;
}
.single-product-info .cart .group_table td.label label {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  text-transform: uppercase;
}
.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;
}
.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: 36px;
  height: 36px;
  overflow: hidden;
  text-indent: -999px;
  background-color: #222222;
  color: #fff;
  text-align: center;
  position: relative;
}
.single-product-info .action-buttons a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 38px;
  content: '';
  font-family: 'Material-Design-Iconic-Font';
  font-size: 16px;
  text-indent: 0;
}
.single-product-info .action-buttons .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: '\f15f';
}
.single-product-info .action-buttons .vgw-compare a:before {
  content: '\f3ae';
}
.single-product-info .product_meta {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.single-product-info .product_meta .sku_wrapper,
.single-product-info .product_meta .posted_in,
.single-product-info .product_meta .tagged_as {
  color: #222;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  text-transform: uppercase;
}
.single-product-info .product_meta .tagged_as a {
  color: #545454;
  text-transform: capitalize;
  font-weight: 300;
}
/* Woocommerce Tab Start */
.woocommerce div.product .woocommerce-tabs {
  /* Panel Woocommerce Tab */
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 30px 0 40px;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: #fff;
  border: solid 1px #e5e5e5;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
  background-color: transparent;
  padding: 9px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child a {
  border-right-width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #545454;
  padding: 0 39px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500 !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
  font-size: 14px;
  line-height: 22px;
  min-height: 175px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews h2 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 20px;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews h3 {
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 20px;
}
.woocommerce div.product .woocommerce-tabs .panel .shop_attributes {
  border: none;
}
.woocommerce div.product .woocommerce-tabs .panel .shop_attributes th {
  font-weight: 300;
}
.woocommerce div.product .woocommerce-tabs .panel .shop_attributes td {
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews h3 {
  margin: 0 0 20px;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist {
  margin: 0 0 25px;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .avatar {
  background: none;
  border: none;
  padding: 0;
  width: 60px;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text {
  border: 1px solid #cfcfcf;
  border-radius: 0;
  margin-left: 80px;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text:before {
  background: #fff;
  border-bottom: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  content: "";
  display: block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text strong {
  font-size: 13px;
  font-weight: 300;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews #review_form .comment-form label {
  font-weight: 300;
  margin: 0 0 5px;
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews #review_form .comment-form input {
  border: 1px solid #cfcfcf;
  height: 32px;
  padding: 0 0 0 10px;
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews #review_form .comment-form textarea {
  border: 1px solid #cfcfcf;
  height: 122px;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  max-height: 250px;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews #review_form .comment-form .form-submit #submit {
  border: 2px solid rgba(57, 57, 57, 0.55);
  border-radius: 0;
  box-shadow: none;
  background: none !important;
  color: rgba(57, 57, 57, 0.55) !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: 34px;
  line-height: 30px;
  padding: 0 20px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: auto;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #reviews #review_form .comment-form .form-submit #submit:hover {
  background: #393939 !important;
  color: #fff !important;
  text-shadow: none;
  border-color: #393939 !important;
}
/* Related / Up Sell / Cross Sell */
.cart-collaterals {
  margin-top: 30px;
}
.related,
.up-sells,
.cross-sells {
  margin-top: 40px;
  margin-bottom: 15px;
}
.related .owl-item > div,
.up-sells .owl-item > div,
.cross-sells .owl-item > div {
  width: 100%;
}
.related .shop-products,
.up-sells .shop-products,
.cross-sells .shop-products {
  margin: 0 !important;
  padding: 0 !important;
}
/* Quick View */
#placeholder_product_quick_view {
  width: 870px;
  margin: 5% auto;
  max-width: 96%;
  min-height: 400px;
  max-height: 85%;
  overflow-y: auto;
}
#quick_view_container .images {
  width: 100%;
}
#quick_view_container .product_infos {
  padding: 0;
}
#quick_view_container .product_infos h1 {
  font-size: 26px;
}
#quick_view_container .product_infos .product_price p {
  margin-bottom: 0;
}
#quick_view_container .product_infos .product_price p.price {
  display: none;
}
#quick_view_container .product_infos .product_excerpt {
  margin: 0 0 20px;
  line-height: 24px;
}
#quick_view_container .product_infos .stock {
  margin-bottom: 20px;
  color: #393939;
}
#quick_view_container .product_infos .action-buttons {
  display: none;
}
#quick_view_container .product_infos .label {
  font-size: 14px;
  text-transform: uppercase;
  color: #393939;
}
#quick_view_container .product_infos table th,
#quick_view_container .product_infos table td {
  padding: 0 0 15px;
}
#quick_view_container .product_infos .single_add_to_cart_button {
  background-color: rgba(57, 57, 57, 0.7) !important;
  border: 2px solid rgba(57, 57, 57, 0.7) !important;
  font-size: 14px !important;
  padding: 8px 20px !important;
}
#quick_view_container .product_infos .single_add_to_cart_button:hover {
  background-color: #fab803 !important;
  border: 2px solid #fab803 !important;
}
#quick_view_container .owl-carousel .owl-wrapper-outer {
  height: auto !important;
}
#quick_view_container .thumbnails a {
  display: block;
  width: 100% !important;
  padding: 5px !important;
  margin: 0 !important;
}
/* Blog Page Start */
.post.first {
  clear: both;
}
.post.list .post-wrapper {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.post.list:nth-child(2n+1) .byline,
.post.list:nth-child(2n+1) .comments-link {
  right: auto;
  left: 10px;
}
.post.list:nth-child(2n+1) .byline a,
.post.list:nth-child(2n+1) .comments-link a {
  right: auto;
  left: 100%;
  margin-left: 7px;
}
.post.list:nth-child(2n+1) .byline a:before,
.post.list:nth-child(2n+1) .comments-link a:before {
  right: 100%;
  border-left: none;
  border-right: 5px solid #393939;
}
.post.list:nth-child(2n+2) .post-thumbnail {
  float: right;
}
.post.list:nth-child(2n+2) .post-content {
  padding: 0 20px 0 0;
}
.post.list .post-thumbnail,
.post.list .post-content {
  width: 45%;
  float: left;
}
.post.list .post-content {
  width: 55%;
  padding: 0 0 0 20px;
}
.post:hover .post-thumbnail img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.post .post-thumbnail {
  overflow: hidden;
}
.post .post-thumbnail img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page .post-wrapper,
.post .post-wrapper {
  position: relative;
  margin-bottom: 35px;
}
.post .post-wrapper:before,
.post .post-wrapper:after {
  content: '';
  display: table;
}
.post .post-wrapper:after {
  clear: both;
}
.post .post-content.has-thumb {
  padding: 15px 0 15px 30px;
}
.sidebar-none .post .post-content {
  padding: 15px 0 15px;
}
.page .entry-title,
.post .entry-title {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 25px;
  margin-top: 16px;
  text-transform: uppercase;
}
.sidebar-none .post .entry-title {
  font-size: 17px;
  letter-spacing: 0.5px;
}
.post .entry-title a:hover {
  color: none;
}
.post .entry-meta {
  margin-top: 13px;
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
  color: rgba(57, 57, 57, 0.6);
  position: relative;
  padding-left: 94px;
}
.sidebar-none.post .entry-meta {
  margin-top: 5px;
  padding-left: 85px;
}
.search .post-content.has-thumb .entry-meta .entry-date.published,
.blog-page .post-content.has-thumb .entry-meta .entry-date.published {
  left: 0px;
  padding: 17px 14px 12px;
  position: absolute;
  top: -68px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.search .post-content.none-thumb .entry-meta .entry-date.published,
.blog-page .post-content.none-thumb .entry-meta .entry-date.published {
  left: 0px;
  padding: 17px 14px 12px;
  position: absolute;
  top: -18px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.post-content.none-thumb .post .meta {
  margin: 0 5px 7px 0;
}
.post-content.none-thumb .entry-header .entry-title {
  margin-left: 108px;
  margin-top: 0;
}
.page .post-content.none-thumb .entry-header .entry-title {
  margin-left: 0px;
}
.post .entry-header {
  height: 30px;
}
.post .entry-meta .meta.cat-links {
  text-transform: uppercase;
}
.post .entry-meta .meta.cat-links a {
  margin-right: 5px;
}
.meta.entry-format {
  display: none;
}
.post .entry-meta .entry-date.published .date {
  font-size: 35px;
  font-weight: 600;
  line-height: 25px;
  display: block;
  margin-bottom: 7px;
  margin-bottom: 11px;
}
.post .entry-meta a {
  color: rgba(57, 57, 57, 0.6);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post .entry-meta a:hover {
  color: #393939;
}
.post .entry-meta i {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post .entry-meta span {
  display: inline-block;
}
.post .entry-meta .meta.byline {
  border-width: 0 1px;
  border-style: solid;
  border-color: #e5e5e5;
  padding: 0 15px;
  line-height: 13px;
}
.sidebar-none .post .entry-meta .meta.byline {
  padding: 0 10px;
}
.post .screen-reader-text {
  display: none;
}
.post .meta {
  display: inline-block;
  margin: 0 15px 7px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-none .post .meta {
  margin: 0 5px 7px 0;
}
.post .byline i,
.post .comments-link i {
  margin-top: -4px;
  font-size: 12px;
  line-height: 20px;
}
.post .byline:hover i,
.post .comments-link:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.post .posted-on time.updated {
  display: none;
}
.post .posted-on time.updated.published {
  display: inline-block;
}
.post .comments-link {
  top: 65px;
}
.page .entry-summary,
.post .entry-summary,
.page .entry-content,
.post .entry-content {
  padding-top: 14px;
  line-height: 25px;
  color: rgba(57, 57, 57, 0.7);
}
.post .none-thumb .entry-summary {
  padding-top: 25px;
}
.post .entry-summary p .more-link,
.post .entry-content p .more-link {
  display: none;
}
.post .entry-content {
  color: #393939;
  line-height: 24px;
}
.post .entry-content p {
  margin: 0 0 15px;
}
.post .tags-links {
  display: block;
  margin: 30px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid #e5e5e5;
  text-transform: uppercase;
}
.post .tags-links i {
  margin-right: 3px;
}
.post .tags-links a {
  display: inline-block;
  margin: 0 3px;
}
.page .more-link,
.post .more-link {
  margin-top: 25px;
}
.page .more-link a,
.post .more-link a {
  border: 1px solid #393939;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 22px;
  padding: 7px 20px;
  text-transform: uppercase;
}
.page .more-link a:hover,
.post .more-link a:hover {
  color: #fff;
  background: #fab803 none repeat scroll 0 0;
  border-color: #fab803;
}
/* Single */
.main-container.single-post .post .post-wrapper {
  margin-bottom: 25px;
}
.main-container.single-post .post .post-content.has-thumb {
  padding: 20px 0 0;
}
.main-container.single-post .post .entry-title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}
.main-container.single-post .has-thumb .entry-title {
  margin-left: 108px;
}
.nav-links {
  margin: 0 0 30px;
  padding: 15px 0;
}
.nav-links:before,
.nav-links:after {
  display: table;
  content: '';
}
.nav-links:after {
  clear: both;
}
.nav-links > div {
  float: left;
  width: 50%;
}
.nav-links .nav-next {
  float: right;
  text-align: right;
}
.comments-area {
  margin-top: 40px;
}
.comments-area .comments-title {
  color: #222222;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.comments-area article {
  padding: 10px;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.comments-area .comment-meta {
  background-color: transparent;
  color: #393939;
  font-size: 13px;
  line-height: 40px;
}
.comments-area .comment-meta:before,
.comments-area .comment-meta:after {
  display: table;
  content: '';
}
.comments-area .comment-meta:after {
  clear: both;
}
.comments-area .comment-author {
  float: left;
}
.comments-area .comment-author img {
  margin-right: 15px;
  width: 40px;
  height: 40px;
}
.comments-area .comment-author b {
  text-transform: capitalize;
}
.comments-area .comment-metadata {
  float: right;
  text-align: right;
}
.comments-area .edit-link {
  margin-left: 7px;
}
.comments-area .comment-content {
  padding: 15px 0 10px;
  font-size: 14px;
}
.comments-area .reply {
  text-align: right;
}
.comments-area .reply a {
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  font-style: normal;
  letter-spacing: 1px;
  padding: 3px 17px;
}
.comments-area .reply a:hover {
  color: #fff;
  background: #393939;
}
.comments-area .children {
  padding-left: 50px;
}
.comment-respond {
  padding: 40px 0;
}
.comment-reply-title {
  position: relative;
  color: #222222;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 30px;
  margin-bottom: 50px;
}
.comment-reply-title:before {
  bottom: -26px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 30px;
  z-index: 1000;
}
.comment-reply-title:after {
  background: #d9d9d9;
  bottom: -26px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 80px;
}
.comment-form p {
  margin-bottom: 20px;
}
.comment-form .comment-notes {
  margin-bottom: 30px;
}
.comment-form label {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 500;
}
.comment-form input,
.comment-form textarea {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #e5e5e5;
  color: #393939;
  padding: 8px 15px;
}
.comment-form .submit {
  outline: none;
  display: inline-block;
  width: auto;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.comment-form .submit:hover {
  background: #393939;
  color: #fff;
}
.comment-form .comment-form-author {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.comment-form .comment-form-email {
  width: 50%;
  float: right;
  padding-left: 20px;
}
.comment-form .comment-form-url {
  clear: both;
}
/* About Page Start */
i strong {
  display: none;
}
.about-page .wpb_heading {
  margin-bottom: 55px;
}
.about-page .site-breadcrumb {
  margin-bottom: 0;
}
.intro {
  padding: 60px 40px;
}
.intro .vc_column_container > .vc_column-inner {
  padding: 0;
}
.team-image {
  margin-bottom: 15px;
  overflow: hidden;
}
.team-image:hover img {
  opacity: 0.8;
  /* IE8 filter*/
  filter: alpha(opacity=80);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team-title {
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 1px;
  text-align: center;
  color: #222222;
  text-transform: uppercase;
  padding-top: 25px;
  font-weight: 500;
  letter-spacing: 3px;
}
.team-details .company {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
.team-title .job {
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-title .job:after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background-color: #e5e5e5;
  margin: 2px auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-title .name {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-socials {
  text-align: center;
}
.team-socials li {
  display: inline-block;
  margin: 0 4px;
}
.team-socials li a {
  display: block;
}
.team-socials li i {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #fff;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  -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: #fff;
  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;
}
.process-item {
  text-align: center;
}
.process-item i {
  font-size: 45px;
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.process-item h3 {
  font-size: 14px;
  margin: 30px 0 0;
  text-transform: uppercase;
}
/* Contact Us Start */
.wpcf7-form {
  /* Edit */
}
.wpcf7-form label,
.wpcf7-form input,
.wpcf7-form textarea {
  display: block;
  outline: none;
  border: none;
}
.wpcf7-form p {
  margin-bottom: 30px;
}
.wpcf7-form label {
  text-transform: uppercase;
}
.wpcf7-form input,
.wpcf7-form textarea {
  background: #363636;
  color: #eee;
  width: 100%;
  max-width: 100%;
  padding: 9px 19px;
  margin-top: 1px;
  font-weight: 400;
  line-height: 30px;
  border: 1px solid #545454;
  -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 textarea {
  min-height: 70px;
  max-height: 190px;
  margin-bottom: 50px;
}
.wpcf7-form .wpcf7-submit {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 26px;
  margin: 0 auto;
  padding: 7px 32px;
  text-transform: uppercase;
  width: auto;
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: #393939;
}
.wpcf7-form .field-wrap {
  width: 50%;
  float: left;
  padding-right: 10px;
  margin-bottom: 0px;
  clear: both;
}
.wpcf7-form .field-wrap.right {
  clear: none;
  padding-left: 15px;
  padding-right: 0;
}
.wpcf7-form .field-wrap.full-wrap {
  width: 100%;
  clear: both;
  float: none;
  padding: 0;
}
.contact-page {
  padding: 0;
}
.contact-page .site-breadcrumb {
  margin-bottom: 0;
}
.contact-page .map {
  max-height: 650px;
  overflow: hidden;
}
.contact-page .map p {
  margin: 0;
}
.contact-page iframe {
  width: 100%;
  border: none;
}
.contact-form {
  padding-top: 21px;
}
.contact-info {
  padding: 0 100px;
}
.contact-item {
  margin-bottom: 35px;
  position: relative;
  text-align: center;
  font-size: 15px;
}
.contact-item i {
  display: block;
  margin: 0 auto 15px !important;
  font-size: 30px;
  color: #0ccfa8;
}
.contact-item h3 {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 24px;
  margin: 0 0 8px;
}
.contact-item.style2 {
  text-align: left;
  padding-left: 50px;
}
.contact-item.style2 i {
  position: absolute;
  top: 0;
  left: 0;
}
/* FAQs Start */
.faqs-page {
  padding-bottom: 50px;
}
.faqs-page .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel {
  margin-bottom: 20px;
}
.faqs-page .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
  background-color: #f5f9fa;
  border: 2px solid #e6ebed !important;
  text-transform: uppercase;
  margin: 0 !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  border-radius: 3px !important;
  overflow: hidden;
}
.faqs-page .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: transparent;
}
.faqs-page .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title {
  font-size: 16px;
}
.faqs-page .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.faqs-page .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
  padding: 20px 0;
  overflow: hidden !important;
}
/* 404 Page Strat */
.page-404 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
  background: url('../images/404.jpg') no-repeat;
  background-position: center -100px;
  background-size: 100% auto;
}
.page-404 h3 {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 20px;
}
.page-404 .page-content {
  padding-top: 280px;
}
.page-404 label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 20px;
  width: 100%;
}
.page-404 form {
  display: inline-block;
  width: 100%;
  position: relative;
  max-width: 400px;
}
.page-404 .input_text {
  padding: 0 15px;
  font-size: 14px;
  color: #393939;
  border: 2px solid #fff;
  background-color: #fff;
  height: 46px;
  border-radius: 3px;
  box-shadow: none;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-404 .button {
  position: absolute;
  top: 0px;
  right: 15px;
  background-color: transparent;
  border: none;
  height: 46px;
}
/* Cart Page Start */
.woocommerce .main-container form h3 {
  font-size: 14px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.woocommerce .main-container form label {
  margin: 0 0 5px;
}
.woocommerce .main-container form label input[type="checkbox"] {
  margin-left: 10px;
}
.woocommerce .main-container form fieldset {
  float: left;
  margin: 20px 0;
  width: 100%;
}
.woocommerce .main-container form fieldset ebuilder {
  border-bottom: none;
  font-size: 14px;
  margin: 0 0 10px;
  padding: 0;
  text-transform: uppercase;
}
.woocommerce .main-container form select {
  border: 1px solid #cfcfcf;
  height: 35px;
}
.woocommerce table.shop_table {
  background: #fff;
  border-color: #cfcfcf;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-radius: 0;
  margin: 0 0 30px;
  font-size: 14px;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-width: 0;
  border-style: solid;
  border-color: #e5e5e5;
  border-right-width: 1px;
  border-bottom-width: 1px;
  display: table-cell;
}
.woocommerce table.shop_table th {
  font-size: 15px !important;
  padding: 10px;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 400 !important;
  text-align: center;
  color: #393939 !important;
}
.woocommerce table.shop_table th.product-remove {
  border-left: none;
}
.woocommerce table.shop_table .product-thumbnail {
  max-width: 76px;
}
.woocommerce table.shop_table .product-thumbnail img {
  width: 76px;
}
.woocommerce table.shop_table .product-name {
  padding-left: 15px;
  text-align: left;
  width: 470px;
  text-transform: uppercase;
}
.woocommerce table.shop_table .product-name a {
  font-size: 14px;
  font-weight: 300;
  display: block;
  color: #393939 !important;
  display: inline-block;
  font-weight: 600;
}
.woocommerce table.shop_table .product-name strong {
  display: inline-block;
  font-weight: 300;
}
.woocommerce table.shop_table .product-name .variation {
  color: #393939;
  font-size: 12px;
  margin: 5px 0 0;
  text-transform: none;
}
.woocommerce table.shop_table .product-name .variation dt {
  font-weight: 300;
}
.woocommerce table.shop_table .product-name .variation dd {
  margin: 0 0 3px;
  padding: 0;
}
.woocommerce table.shop_table .product-price {
  border-right-width: 0;
  margin-bottom: 0;
}
.woocommerce table.shop_table .product-price del,
.woocommerce table.shop_table .product-price ins {
  display: block !important;
  margin: 0 !important;
  text-align: center;
}
.woocommerce table.shop_table .product-quantity {
  border-left-width: 1px;
}
.woocommerce table.shop_table .product-subtotal {
  font-size: 20px;
  color: #444;
  font-weight: 600;
  margin: 10px 0 12px;
}
.woocommerce table.shop_table .product-remove {
  text-align: center;
}
.woocommerce table.shop_table .product-remove a.remove {
  background-color: transparent !important;
  background-image: url(../images/cart-remove.png) !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  display: inline-block;
  height: 11px;
  overflow: hidden;
  text-indent: -9999px;
  width: 11px;
  -webkit-transition: none;
  transition: none;
}
.woocommerce table.shop_table .product-remove a.remove:hover {
  background-position: center bottom !important;
}
.woocommerce table.shop_table .cart-subtotal th,
.woocommerce table.shop_table .shipping th,
.woocommerce table.shop_table .order-total th {
  font-size: 14px;
  text-transform: capitalize;
}
.woocommerce table.shop_table .cart-subtotal th {
  border-bottom: none;
}
.woocommerce table.shop_table .buttons-cart td {
  border-left: none;
  padding: 20px;
}
.woocommerce table.shop_table .buttons-cart .button {
  float: right;
  text-transform: uppercase;
}
.woocommerce table.shop_table .buttons-cart .button.continue {
  float: left;
}
.woocommerce .actions {
  float: left;
  width: 100%;
}
.woocommerce .actions .coupon {
  float: left;
  width: 100%;
}
.woocommerce .actions .coupon label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
  width: 100%;
}
.woocommerce .actions .coupon .input-text {
  border: 1px solid #cfcfcf;
  height: 40px;
  margin: 0 0 20px;
  max-width: 100%;
  padding: 0 10px;
  width: 370px;
}
.woocommerce .actions .coupon .button {
  background: #393939;
  border: none;
  color: #fff;
}
.woocommerce .actions .cart-total-wrapper .total-cost {
  float: left;
  margin: 0;
  width: 100%;
}
.woocommerce .actions .cart-total-wrapper .total-cost h3 {
  text-align: right;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals {
  float: left;
  width: 100%;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals h2 {
  display: none;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals .wc-proceed-to-checkout a {
  margin: 0;
  float: right;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals .wc-proceed-to-checkout a.checkout-button {
  background: #393939;
  border: none;
  color: #fff;
  font-size: 14px;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  background: #535353;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table {
  float: right;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table th {
  font-weight: 300;
  padding-right: 0;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table th,
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table td {
  padding-left: 0;
  padding-top: 0;
  vertical-align: middle !important;
  padding: 7px 0;
  text-align: center !important;
  display: table-cell !important;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table th:before,
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table td:before {
  display: none;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table th p,
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table td p {
  margin: 0;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table .shipping th {
  max-width: 100px;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table .shipping #shipping_method li {
  padding: 0;
  margin: 0 0 5px;
  text-indent: 0;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table .shipping #shipping_method li .shipping_method {
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table .order-total th,
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table .order-total td {
  font-size: 14px;
  text-transform: uppercase;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals .shipping-calculator-form {
  float: right;
  margin: 10px 0 0;
  max-width: 100%;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals .shipping-calculator-form .form-row {
  margin-bottom: 5px;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals .shipping-calculator-form input,
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals .shipping-calculator-form select {
  background: #fff;
  border: 1px solid #cfcfcf;
  height: 32px;
  padding: 0 0 0 10px;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals .shipping-calculator-form .button {
  background: #393939;
  border: none;
  color: #fff;
  float: right;
  margin: 0;
}
.woocommerce .actions .cart-total-wrapper .total-cost .cart_totals .shipping-calculator-form .button:hover {
  background: #535353;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .shipping_calculator {
  background: #fff;
  border: 1px solid #cec3b6;
  margin-bottom: 10px;
  padding: 12px 15px;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce .cart-collaterals .shipping_calculator h2 {
  border-bottom: 1px solid #e8e8e8;
  margin-top: 0;
}
.woocommerce .cart-collaterals .cart_totals h2 a,
.woocommerce .cart-collaterals .shipping_calculator h2 a {
  color: #393939;
  text-decoration: none;
}
.woocommerce .cart-collaterals .cart_totals h2 a:after,
.woocommerce .cart-collaterals .shipping_calculator h2 a:after {
  font-size: 14px;
}
.woocommerce .cart-collaterals .cart_totals .order-total,
.woocommerce .cart-collaterals .shipping_calculator .order-total {
  font-size: 15px;
}
/* Checkout page */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  height: auto;
  max-width: 100%;
  padding: 10px;
}
#customer_details {
  float: left;
  padding-right: 80px;
  width: 55%;
}
#order_review {
  float: left;
  width: 45%;
}
#order_review .order-review {
  background: #ececec;
  margin-bottom: 40px;
  padding: 30px;
}
#order_review .order-review .shop_table {
  background: none;
  margin: 0;
}
.woocommerce-checkout #payment div.payment_box:before {
  top: -13px;
  border-bottom-color: white;
}
.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields {
  float: left;
  margin: 0 0 30px;
  width: 100%;
}
.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-shipping-fields h3 {
  font-size: 20px;
  font-weight: 300;
}
.woocommerce .woocommerce-billing-fields h3 label,
.woocommerce .woocommerce-shipping-fields h3 label {
  margin-right: 5px;
}
.woocommerce .woocommerce-billing-fields h3 label.checkbox,
.woocommerce .woocommerce-shipping-fields h3 label.checkbox {
  font-size: 20px !important;
}
.woocommerce .woocommerce-billing-fields label,
.woocommerce .woocommerce-shipping-fields label {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
.woocommerce .woocommerce-billing-fields label.checkbox,
.woocommerce .woocommerce-shipping-fields label.checkbox {
  font-size: 16px;
  font-weight: 300;
}
.woocommerce .woocommerce-billing-fields #order_comments,
.woocommerce .woocommerce-shipping-fields #order_comments {
  height: 80px;
  padding: 10px;
}
#order_review_heading {
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 20px;
  text-transform: uppercase;
  width: 100%;
}
#order_review .shop_table .product-name {
  border-left: none;
  text-align: left;
  text-transform: none;
}
#order_review .shop_table .product-name strong {
  margin-left: 15px;
}
#order_review .shop_table .cart-subtotal th,
#order_review .shop_table .shipping th,
#order_review .shop_table .order-total th {
  border-top: none;
  border-bottom: 1px solid #cfcfcf;
}
#order_review .shop_table .order-total .amount {
  font-size: 20px;
  font-weight: 300;
}
#order_review .shop_table .product-total {
  text-align: center;
}
#order_review .shop_table .product-total .amount {
  color: #393939;
}
#order_review .shop_table tfoot th {
  background: none;
  color: #393939;
  padding-right: 25px;
  text-align: left;
}
#order_review .shop_table tfoot td {
  font-weight: 300;
  padding-right: 20px;
  text-align: right;
  border-top: none;
}
#order_review #payment {
  border-radius: 0;
}
#order_review #payment a:hover {
  text-decoration: underline;
}
#order_review #payment a.about_paypal {
  margin-left: 15px;
}
#order_review #payment .payment_methods {
  border: none;
  padding: 20px;
}
#order_review #payment .payment_methods li {
  margin: 0 0 15px;
}
#order_review #payment .payment_methods .payment_box {
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  margin: 10px 0;
  padding: 25px;
  text-shadow: none;
  width: 100%;
}
#order_review #payment .payment_methods .payment_box:after {
  border-color: transparent transparent #fff;
}
#order_review #payment .place-order {
  border: none;
  padding: 20px;
}
#order_review #payment .place-order #place_order {
  color: #fff !important;
}
#order_review #payment .place-order #place_order:hover {
  background: #393939;
  border-color: #393939;
}
.checkout_coupon {
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  margin: 0 0 20px;
  min-height: 1px !important;
}
.checkout_coupon .form-row {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout_coupon .input-text {
  border: 1px solid #cfcfcf;
  height: 36px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 370px;
}
.checkout-login form.login {
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  margin: 0 0 20px;
}
.checkout-login form.login .form-row {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-login form.login label {
  margin-bottom: 5px;
}
.checkout-login form.login #rememberme {
  margin: 0 3px 0 15px;
}
.checkout-login form.login .lost_password {
  float: left;
  margin: 10px 0 0;
}
.checkout-login form.login .input-text {
  border: 1px solid #cfcfcf;
  height: 36px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 370px;
}
.checkout-done h2,
.checkout-done h2.title {
  font-size: 20px;
  margin: 20px 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
.checkout-done .order_summary {
  float: left;
  margin: 10px 0;
  width: 100%;
  background: transparent;
  padding: 0;
}
.checkout-done .order_summary li {
  list-style: none;
  border: 1px solid #cfcfcf;
  border-right: 0;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
}
.checkout-done .order_summary li:last-of-type {
  border: 1px solid #cfcfcf;
}
.checkout-done .order_summary strong {
  display: inline-block;
  font-size: 14px;
  padding-left: 5px;
}
.checkout-done .bacs_details {
  padding: 0;
}
.checkout-done .shop_table .product-name {
  border-left: none;
  padding-left: 20px;
}
.checkout-done .shop_table .product-total {
  padding-right: 20px;
}
.checkout-done .shop_table td.product-name {
  padding-left: 20px;
  text-align: center;
}
.checkout-done .shop_table td.product-total {
  padding-right: 20px;
}
.checkout-done .shop_table tfoot th {
  background: none;
  border-left: none;
  border-top: none;
  color: #393939;
  font-weight: 300;
  padding-right: 20px;
  text-align: center;
}
.checkout-done .shop_table tfoot td {
  font-weight: 300;
  padding-right: 20px;
}
.checkout-done .shop_table tfoot td small {
  margin-left: 5px;
}
.checkout-done .customer_details {
  margin: 0;
}
.checkout-done .customer_details dt {
  font-weight: 300;
  margin: 0 0 5px;
}
.checkout-done .customer_details dd {
  margin: 0 0 15px;
}
.customer_login form.login,
.customer_login form.register {
  border: none;
  float: left;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}
.customer_login form.login .form-fields,
.customer_login form.register .form-fields {
  border-bottom: none;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  color: #393939;
  float: left;
  min-height: 250px;
  padding: 20px 25px;
  width: 100%;
}
.customer_login form.login .form-fields h2,
.customer_login form.register .form-fields h2 {
  border-bottom: 1px solid #cfcfcf;
  font-size: 14px;
  margin: 0 0 14px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.customer_login form.login .form-fields .form-row,
.customer_login form.register .form-fields .form-row {
  margin: 0 0 8px;
  padding: 0;
}
.customer_login form.login .form-action,
.customer_login form.register .form-action {
  background: #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-top: none;
  float: left;
  padding: 8px 13px;
  width: 100%;
}
.customer_login form.login .form-action .lost_password,
.customer_login form.register .form-action .lost_password {
  float: left;
  line-height: 34px;
  margin: 0;
}
.customer_login form.login .form-action label,
.customer_login form.register .form-action label {
  float: right;
  font-weight: 300;
  line-height: 34px;
  margin: 0 20px 0 0;
}
.customer_login form.login .form-action label #rememberme,
.customer_login form.register .form-action label #rememberme {
  margin-right: 3px;
  margin-top: 0;
  position: relative;
  top: 1px;
}
.customer_login form.login .form-action .button,
.customer_login form.register .form-action .button {
  float: right;
}
.info-box table.shop_table {
  font-size: 14px;
}
.info-box table.shop_table th,
.info-box table.shop_table td {
  text-align: center;
  vertical-align: middle;
}
.info-box table.shop_table .order-number {
  border-left: none;
}
.info-box table.shop_table .button {
  margin: 0;
  padding: 0 30px;
}
.info-box table.shop_table.order_details td,
.info-box table.shop_table.order_details .product-total {
  text-align: left !important;
}
.info-box table.shop_table.order_details .product-total {
  text-align: left;
  padding: 10px 20px;
}
.info-box table.shop_table.order_details .product-name {
  border-left: none;
}
.info-box table.shop_table.order_details .product-name .variation {
  text-align: left;
}
.info-box table.shop_table.order_details thead .product-name {
  text-align: left !important;
  padding-left: 20px !Important;
}
.info-box table.shop_table.order_details tfoot th,
.info-box table.shop_table.order_details tfoot td {
  border-left: none;
  border-top: none;
  text-align: left;
  padding: 10px 20px;
}
.info-box .lost_reset_password {
  float: left;
  width: 100%;
}
.info-box .lost_reset_password .form-row .button {
  float: left;
}
.info-box.order-details-box {
  border: none;
  padding: 0;
}
.info-box.order-details-box .order-info {
  margin: 0 0 30px;
}
.info-box.order-details-box .shop_table .product-name {
  border-left: none;
}
.info-box.order-details-box .shop_table .product-total {
  padding-right: 20px;
  text-align: right;
}
.info-box.order-details-box .shop_table td.product-name {
  padding-left: 10px;
}
.info-box.order-details-box .shop_table td.product-total {
  padding-right: 20px;
}
.info-box.order-details-box .shop_table th {
  border-top: none;
}
.info-box.order-details-box .shop_table tfoot th {
  background: none;
  border-left: none;
  border-top: none;
  color: #393939;
  font-weight: 300;
  padding-right: 20px;
  text-align: right;
}
.info-box.order-details-box .shop_table tfoot td {
  font-weight: 300;
  padding-right: 20px;
  text-align: right;
}
.info-box.order-details-box .shop_table tfoot td small {
  margin-left: 5px;
}
.addresses {
  margin-top: 30px;
  line-height: 2;
}
.addresses .title h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 15px;
  width: 100%;
  font-weight: 300;
}
.addresses address {
  line-height: 2;
}
.myaccount_user {
  color: #393939;
  margin: 0 0 30px;
  padding: 0;
}
.myaccount_user a {
  text-decoration: underline;
}
#yith-wcwl-form .wishlist_table .product-remove {
  border-left: none;
}
#yith-wcwl-form .wishlist_table tr td.product-stock-status span.wishlist-in-stock {
  color: #22dd77;
  text-transform: capitalize;
  font-size: 14px;
}
#yith-wcwl-form .yith-wcwl-share ul {
  margin: 0;
  padding: 0;
}
/* Wishlist Start */
.wishlist-title {
  display: none;
}
.woocommerce table.wishlist_table thead th {
  border-top: none;
}
.woocommerce table.wishlist_table tfoot th,
.woocommerce table.wishlist_table tfoot td {
  border-top: none !important;
}
.woocommerce table.wishlist_table .product-name {
  width: 250px;
}
.woocommerce table.wishlist_table .product-price {
  border-right-width: 1px;
}
.woocommerce table.wishlist_table .product-price del,
.woocommerce table.wishlist_table .product-price ins {
  display: inline-block !important;
}
.woocommerce table.wishlist_table .product-add-to-cart {
  width: 180px;
}
.woocommerce table.wishlist_table .product-add-to-cart a {
  background-color: #393939;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce-MyAccount-navigation ul {
  padding: 0 15px;
  border: 1px solid #cfcfcf;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 15px 0;
  border-bottom: 1px solid #cfcfcf;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}
.woocommerce-MyAccount-navigation ul li a {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-MyAccount-navigation ul li:hover a {
  padding-left: 10px;
}
/*-----------------------------------------------------------------------
2. Layouts Styles 
*/
/* Layout Global Start */
.layout-1 .top-bar {
  background-color: #222222;
  color: #fff;
}
.layout-1 .top-bar a {
  color: #fff;
}
.layout-1 .header {
  background-color: #fff;
  color: #fff;
}
.layout-1 .header a {
  color: #222222;
}
.layout-2 .top-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  line-height: 0 !important;
}
.layout-2 .top-bar .line,
.layout-3 .top-bar .line {
  display: none;
}
.layout-1.preset-2 .logo-background,
.layout-2.preset-2 .logo-background {
  background: url(../images/logo/2/logo.png) center center no-repeat;
}
.layout-1.preset-3 .logo-background,
.layout-2.preset-3 .logo-background {
  background: url(../images/logo/3/logo.png) center center no-repeat;
}
.layout-1.preset-4 .logo-background,
.layout-2.preset-4 .logo-background {
  background: url(../images/logo/4/logo.png) center center no-repeat;
}
.layout-2 .logo-footer .logo-background,
.layout-3 .logo-footer .logo-background {
  background: url(../images/logo/2/logo-bottom.png) center center no-repeat;
}
.layout-4 .vina-product-search.active,
.layout-5 .vina-product-search.active {
  width: 550px;
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  visibility: visible;
}
.layout-1 .widget.header-widget ul li.icon-user a:after,
.layout-2 .widget.header-widget ul li.icon-user a:after,
.layout-1 .widget.header-widget ul li.icon-wishlist a:after,
.layout-2 .widget.header-widget ul li.icon-wishlist a:after {
  color: #fff;
}
/* Layout 01 Start */
/*.layout-1 .top-bar .line {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}*/
/* Layout 02 Start */
/* Layout 03 Start */
.layout-3 {
  /* Woocommerce Start */
  /* Post Carousel Start */
}
.layout-3 .mini_cart_inner .shopping_cart {
  height: auto;
  padding: 10px 0 0;
}
.layout-3 .mini_cart_inner .shopping_cart .cart-total-price {
  display: inline-block;
  line-height: 36px;
  font-weight: bold;
  margin-left: 18px;
}
.layout-3 .mini_cart_inner .shopping_cart .cart-total-price .woocommerce-Price-currencySymbol {
  margin: 0 2px;
}
.layout-3 .brand-logos {
  padding: 40px 0;
  margin: 20px 0 50px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.layout-3 .product-label {
  left: auto;
  right: 15px;
}
.layout-3 .vgw-item-i:hover .button-group > div {
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.layout-3 .vgw-item-i .product-content {
  position: static;
}
.layout-3 .vgw-item-i .button-group {
  top: 15px;
  left: 15px;
  right: auto;
}
.layout-3 .vgw-item-i .button-group > div {
  display: block;
  margin-bottom: 10px;
}
.layout-3 .vgw-item-i .button-group .add-to-cart {
  -webkit-transform: translate(-30px, 0);
  -moz-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  -o-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}
.layout-3 .vgw-item-i .button-group .vgw-wishlist {
  -webkit-transform: translate(-25px, 0);
  -moz-transform: translate(-25px, 0);
  -ms-transform: translate(-25px, 0);
  -o-transform: translate(-25px, 0);
  transform: translate(-25px, 0);
}
.layout-3 .vgw-item-i .button-group .vgw-compare {
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
}
.layout-3 .vgw-item-i .button-group .vgw-quickview {
  -webkit-transform: translate(-15px, 0);
  -moz-transform: translate(-15px, 0);
  -ms-transform: translate(-15px, 0);
  -o-transform: translate(-15px, 0);
  transform: translate(-15px, 0);
}
.layout-3 .vgw-item-i.vgw-vertical .product-content {
  position: relative;
}
.layout-3 .vgw-item-i.vgw-vertical .button-group {
  top: 45px;
}
.layout-3 .vgw-item-i.vgw-vertical .button-group > div {
  display: inline-block;
  margin: 0 5px 0 0;
}
.layout-3 .woo-carousel-2 .vgw-item-i:hover .button-group > div {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.layout-3 .woo-carousel-2 .vgw-item-i .button-group {
  position: absolute;
}
.layout-3 .woo-carousel-2 .vgw-item-i .button-group > div {
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
}
.layout-3 .woo-carousel-2 .vgw-item-i .button-group .add-to-cart {
  -webkit-transform: translate(-30px, 0) !important;
  -moz-transform: translate(-30px, 0) !important;
  -ms-transform: translate(-30px, 0) !important;
  -o-transform: translate(-30px, 0) !important;
  transform: translate(-30px, 0) !important;
}
.layout-3 .woo-carousel-2 .vgw-item-i .button-group .vgw-wishlist {
  -webkit-transform: translate(-25px, 0) !important;
  -moz-transform: translate(-25px, 0) !important;
  -ms-transform: translate(-25px, 0) !important;
  -o-transform: translate(-25px, 0) !important;
  transform: translate(-25px, 0) !important;
}
.layout-3 .woo-carousel-2 .vgw-item-i .button-group .vgw-compare {
  -webkit-transform: translate(-20px, 0) !important;
  -moz-transform: translate(-20px, 0) !important;
  -ms-transform: translate(-20px, 0) !important;
  -o-transform: translate(-20px, 0) !important;
  transform: translate(-20px, 0) !important;
}
.layout-3 .woo-carousel-2 .vgw-item-i .button-group .vgw-quickview {
  -webkit-transform: translate(-15px, 0) !important;
  -moz-transform: translate(-15px, 0) !important;
  -ms-transform: translate(-15px, 0) !important;
  -o-transform: translate(-15px, 0) !important;
  transform: translate(-15px, 0) !important;
}
.layout-3 .woo-carousel-2 .vgw-item-i .button-group .vgw-quickview {
  position: static;
}
.layout-3 .woo-carousel-2 .vgw-item-i .button-group .vgw-quickview a {
  background-color: #393939;
  border-color: #393939;
  color: #fff;
}
.layout-3 .woo-carousel-2 .vgw-item-i .button-group .vgw-quickview a:hover {
  background-color: #fab803;
  border-color: #fab803;
  color: #fff;
}
.layout-3 .item-i .post-content,
.layout-3 .vgp-item-i .post-content {
  padding: 15px 0;
}
/* Sitcky Menu */
.admin-bar #vg-header-wrapper.fixed {
  top: 32px !important;
}
#vg-header-wrapper.fixed {
  top: 0 !important;
  left: 0 !important;
  z-index: 8000 !important;
  position: fixed !important;
  width: 100%;
  background: #333 !important;
  box-shadow: 0 0 10px #cfcfcf;
  -webkit-animation: fadeInDown 0.5s ease;
  -moz-animation: fadeInDown 0.5s ease;
  -ms-animation: fadeInDown 0.5s ease;
  -o-animation: fadeInDown 0.5s ease;
  animation: fadeInDown 0.5s ease;
}
#vg-header-wrapper.fixed a:hover {
  color: rgba(255, 255, 255, 0.7);
}
#vg-header-wrapper.fixed .container,
#vg-header-wrapper.fixed .row,
#vg-header-wrapper.fixed [class*="col-"] {
  min-height: 0;
}
#vg-header-wrapper.fixed .col-topbar.col-left,
#vg-header-wrapper.fixed #logo-wrapper,
#vg-header-wrapper.fixed .search-inside,
#vg-header-wrapper.fixed .vg-header-static {
  display: none;
}
#vg-header-wrapper.fixed .text-right.col-topbar {
  float: right;
}
.search-toggle {
  display: none;
}
.search-inside {
  opacity: 0;
}
#vg-header-wrapper.fixed .search-toggle,
#vg-header-wrapper.fixed .sticky_logo {
  display: block;
}
#vg-header-wrapper.fixed .search-toggle {
  height: 36px;
  line-height: 48px;
  position: absolute;
  right: 77px;
  text-align: center;
  top: 20px;
  width: 36px;
}
#vg-header-wrapper.fixed .search-toggle i {
  font-size: 25px;
  color: #fff;
}
#vg-header-wrapper.fixed .search-sticky {
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 74px;
}
#vg-header-wrapper.fixed .search-sticky.active {
  opacity: 1;
  visibility: visible;
}
#vg-header-wrapper.fixed .header {
  padding: 0;
  background: none !important;
}
#vg-header-wrapper.fixed .vg-bottom-bar .main-navigation > ul.menu-main-menu {
  top: 18px;
}
#vg-header-wrapper.fixed #navigation {
  width: 90%;
  padding-left: 260px;
}
#vg-header-wrapper.fixed .main-navigation {
  text-align: left !important;
  border-top: none !important;
}
#vg-header-wrapper.fixed .main-navigation ul ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#vg-header-wrapper.fixed .ecommerce-wrap,
#vg-header-wrapper.fixed .functions-wrap {
  position: absolute;
  right: 15px;
  top: 5px;
  z-index: 1000;
  width: auto;
}
.layout-3 #vg-header-wrapper.fixed .mini_cart_inner .shopping_cart .cart-total-price {
  display: none;
}
.layout-3 #vg-header-wrapper.fixed .widget.header-widget ul li.icon-user a,
.layout-3 #vg-header-wrapper.fixed .widget.header-widget ul li.icon-wishlist a,
.layout-3 #vg-header-wrapper.fixed .mini_cart_inner .shopping_cart .icon-cart i {
  color: #fff;
}
.layout-3 #vg-header-wrapper.fixed .widget.header-widget ul li.icon-user a:hover,
.layout-3 #vg-header-wrapper.fixed .widget.header-widget ul li.icon-wishlist a:hover,
.layout-3 #vg-header-wrapper.fixed .mini_cart_inner .shopping_cart .icon-cart i:hover {
  color: rgba(255, 255, 255, 0.6);
}
.layout-4 #vg-header-wrapper.fixed .search-wrap {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1000;
  width: auto;
}
.layout-4 #vg-header-wrapper.fixed .search-inside {
  display: block;
}
.layout-5 #vg-header-wrapper.fixed #navigation {
  padding-right: 300px;
}
.sticky_logo {
  display: none;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1000;
  max-width: 245px;
  height: 50px;
}
.sticky_logo .logo-background {
  display: block;
  width: 163px;
  height: 50px;
  background: url(../images/logo/1/logo.png) center center no-repeat;
  text-indent: -9999px;
  padding: 0;
  top: -3px;
}
/* Current Menu Item */
/* Custom logo Css */
#logo-wrapper img {
  margin-top: 10px;
}
/* Create border slider */
.border-siler::before {
  background-image: url("../images/border01.png");
  bottom: 0;
  content: "";
  height: 44px;
  left: 0;
  position: absolute;
  width: 11px;
}
.border-siler::after {
  background-image: url("../images/border02.png");
  bottom: 0;
  content: "";
  height: 44px;
  right: 0;
  position: absolute;
  width: 11px;
}
.border-siler:hover::after {
  background-image: none;
}
.border-siler:hover::before {
  background-image: none;
}
.box-slider .wpb_heading::before {
  content: none;
}
@media screen and (max-width: 500px) {
  .rev-btn {
    display: none !important;
  }
}
@media screen and (max-width: 400px) {
  .tparrows {
    display: none !important;
  }
}
/* Home 3 custom Css */
.slide-button-03 {
  border: solid 1px #222222 !important;
  letter-spacing: 0.5px !important;
  font-family: 'Poppins', sans-serif;
}
.slide-button-03:hover {
  border: transparent !important;
}
.text-one-slide-home3 {
  letter-spacing: 1.1px !important;
  font-family: 'Poppins', sans-serif;
}
.text-slider-03 {
  color: #222222 !important;
  position: relative !important;
  font-weight: 700 !important;
  font-family: 'Open Sans', sans-serif;
}
.text-slider-03:after {
  background: #222222 !important;
  bottom: 0px !important;
  content: "" !important;
  height: 2px;
  left: 4px !important;
  position: absolute !important;
  width: 20px;
}
.featured-products-home3 .our-text .sub-title {
  padding-bottom: 36px;
}
.featured-products-home3 .vgw-item-i {
  margin-bottom: 0px;
  padding: 4px;
  padding-bottom: 0px;
  margin: 0 5px;
}
.owl-theme .owl-controls .owl-pagination {
  margin-top: 10px;
}
.featured-products-home3 .vgw-item-i .button-group {
  left: 31px;
}
.featured-products-home3 .tp-title-wrap {
  display: none;
}
.style-layout3-home3 .style-icon {
  padding: 20px;
  position: relative;
}
.style-layout3-home3 .style-icon:hover {
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  background: #555555 !important;
}
.style-layout3-home3 .style-icon:after,
.style-layout3-home3 .style-icon:before {
  position: absolute;
  border-style: solid;
  border-color: #fff;
  content: "";
  width: 15px;
  height: 15px;
  top: 10px;
}
.style-layout3-home3 .style-icon:after {
  border-width: 1px 1px 0 0;
  right: 10px;
}
.style-layout3-home3 .style-icon:before {
  border-width: 1px 0 0 1px;
  left: 10px;
}
.style-layout3-home3 .style-icon span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.style-layout3-home3 .style-icon span:after,
.style-layout3-home3 .style-icon span:before {
  border-color: #fff;
  border-style: solid;
  bottom: 10px;
  content: "";
  height: 15px;
  position: absolute;
  width: 15px;
}
.style-layout3-home3 .style-icon span:after {
  border-width: 0 1px 1px 0;
  right: 10px;
}
.style-layout3-home3 .style-icon span:before {
  border-width: 0 0 1px 1px;
  left: 10px;
}
.style-layout3-home3 .style-icon .text-heading {
  position: relative;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  padding-top: 18px;
  letter-spacing: 1.35px;
}
.style-layout3-home3 .style-icon div {
  text-align: center;
  padding-top: 14px;
}
.style-layout3-home3 .style-icon .zmdi {
  font-family: 'Material-Design-Iconic-Font';
  font-size: 50px;
  color: #fff;
}
.style-layout3-home3 .style-icon .zmdi strong {
  display: none;
}
.style-layout3-home3 .style-icon .text-sub {
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding-bottom: 1px;
}
.style-layout4-home3 .vc_tta-tabs-list .vc_tta-tab {
  position: relative;
}
.style-layout4-home3 .vc_tta-tabs-list .vc_tta-tab {
  position: relative;
  letter-spacing: 1px !important;
}
.style-layout4-home3 .vc_tta-tabs-list .vc_tta-tab:after,
.style-layout4-home3 .vc_tta-tabs-list .vc_tta-tab:before {
  border-style: solid !important;
  content: "" !important;
  width: 10px !important;
  height: 10px !important;
  top: 0px !important;
  opacity: 0 !important;
  transition-duration: 0.5s !important;
  position: absolute;
}
.style-layout4-home3 .vc_tta-tabs-list .vc_tta-tab.vc_active::before,
.style-layout4-home3 .vc_tta-tabs-list .vc_tta-tab:hover::before,
.style-layout4-home3 .vc_tta-tabs-list .vc_tta-tab:focus::before {
  left: 0 !important;
  opacity: 100 !important;
  top: 0 !important;
}
.style-layout4-home3 .vc_tta-tabs-list .vc_tta-tab:after {
  border-width: 1px 1px 0 0 !important;
  right: 15px !important;
}
.style-layout4-home3 .vc_tta-tabs-list .vc_tta-tab:before {
  border-width: 1px 0 0 1px !important;
  left: 15px !important;
}
.style-layout4-home3 .vc_tta-tabs-list .vc_tta-tab.vc_active::after,
.style-layout4-home3 .vc_tta-tabs-list .vc_tta-tab:hover::after,
.style-layout4-home3 .vc_tta-tabs-list .vc_tta-tab:focus::after {
  opacity: 100 !important;
  right: 0 !important;
  top: 0 !important;
}
.wpb_row .vc_tta.vc_general .vc_tta-tab > a {
  color: #101010;
  background-color: transparent;
  border: none;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.style-layout4-home3 .vc_tta-tabs-list .vc_tta-tab > a:after,
.style-layout4-home3 .vc_tta-tabs-list .vc_tta-tab > a:before {
  border-style: solid !important;
  content: "" !important;
  width: 10px !important;
  height: 10px !important;
  bottom: 0px !important;
  opacity: 0 !important;
  transition-duration: 0.5s !important;
  position: absolute;
}
.style-layout4-home3 .vc_tta-tabs-list .vc_tta-tab.vc_active a::before,
.style-layout4-home3 .vc_tta-tabs-list .vc_tta-tab:hover a::before,
.style-layout4-home3 .vc_tta-tabs-list .vc_tta-tab:focus a::before {
  left: 0 !important;
  opacity: 100 !important;
  bottom: 0 !important;
}
.style-layout4-home3 .vc_tta-tabs-list .vc_tta-tab.vc_active a::after,
.style-layout4-home3 .vc_tta-tabs-list .vc_tta-tab:hover a::after,
.style-layout4-home3 .vc_tta-tabs-list .vc_tta-tab:focus a::after {
  opacity: 100 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.style-layout4-home3 .vc_tta-tabs-list .vc_tta-tab > a:after {
  border-width: 0 1px 1px 0;
  right: 15px !important;
}
.style-layout4-home3 .vc_tta-tabs-list .vc_tta-tab > a:before {
  border-width: 0 0 1px 1px;
  left: 15px !important;
}
body .vc_tta.vc_general .vc_tta-tab.vc_active > a::after,
body .vc_tta.vc_general .vc_tta-tab.vc_active > a::before {
  display: block !important;
}
.vc_tta-tabs.vc_tta-tabs-position-top:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tab.vc_active > a::before {
  border-width: 0 0 1px 1px !important;
  top: 30px !important;
}
.vc_tta-tabs.vc_tta-tabs-position-top:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tab.vc_active > a::after {
  border-width: 0 1px 1px 0 !important;
  top: 30px !important;
  left: inherit !important;
}
.style-layout4-home3 .vgw-item-i {
  padding: 4px 4px 0;
  margin: 0 15px 29px;
}
.style-layout4-home3 .our-text .sub-title {
  margin-top: 25px;
  padding-bottom: 25px;
}
.style-layout5-home3 .heading-text h3::after {
  background: #e5e5e5;
}
.style-layout5-home3 .heading-text h3 {
  color: #222222;
  font-weight: 600;
  letter-spacing: 1.2px;
  padding-top: 60px;
}
.style-layout5-home3.why-choose-us .post-content .post-title a {
  color: #222222;
}
.style-layout5-home3.why-choose-us .post-content .post-desc {
  color: #444444;
}
.style-layout5-home3.why-choose-us .vgp-item-i .post-meta {
  font-size: 12px;
}
.style-layout5-home3.why-choose-us .post-meta .post-category:first-child {
  margin-right: 10px;
}
.style-layout5-home3.why-choose-us .vgp-item-i .post-meta .post-author {
  color: #222222;
  text-transform: capitalize;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 0 15px;
  margin: 0 13px;
}
.style-layout5-home3.why-choose-us .item-i .post-content,
.style-layout5-home3.why-choose-us .vgp-item-i .post-content {
  padding: 14px 0 32px;
}
.style-layout5-home3.why-choose-us .post-content .post-title {
  letter-spacing: 1px;
}
.style-layout5-home3.why-choose-us .vgp-item-i .post-meta i {
  font-size: 14px;
}
.style-layout5-home3.why-choose-us .vgp-item-i .post-meta a {
  color: #222222;
}
.style-layout5-home3.why-choose-us .owl-theme .owl-controls .owl-buttons div.owl-next {
  left: auto;
  right: -15px;
}
.suffix.testimonials-ebuilder .testimonials-list .author .title {
  margin-bottom: 29px;
}
.dancing {
  font-family: "Dancing Script";
}
/* End */
/* Custom Css Home Shop GRID VIEW */
.woocommerce-page .archive-product .form-input i {
  font-size: 18px;
}
.woocommerce-page .archive-product .widget_search {
  border: none;
}
.widget_vg_ebuilder_category_treeview .vg-ebuilder-category-treeview .treeview li {
  border: none !important;
}
.page-template-default .widget-title h3,
.search .widget-title h3,
.single-post .widget-title h3,
.blog-page .widget-title h3 {
  margin-left: 0px;
}
.page-template-default .widget-title h3:before,
.top-bar .widget-title h3:before,
.to-top,
.comment-reply-title::before,
.comment-form .submit,
.comments-area .reply a,
.single-post .widget-title h3::before,
.single-product .widget-title h3::before,
.single-post .post .entry-meta .entry-date.published,
.archive-product .widget-title h3::before,
.vg-bottom-bar .widget-title h3::before,
.search .widget-title h3::before,
.widget-title h3::before,
.blog-page .widget-title h3::before {
  background: #fab803 none repeat scroll 0 0;
}
.search .widget-title h3,
.top-bar .widget-title h3,
.vg-bottom-bar .widget-title h3,
.single-post .widget-title h3,
.single-product .widget-title h3,
.blog-page .widget-title h3,
.widget-title h3,
.archive-product .widget-title h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  padding: 26px 0 15px;
  letter-spacing: 1px;
  color: #222222;
  position: relative;
  letter-spacing: 1.7px;
}
.single-post .widget-title h3 {
  font-size: 23px;
}
.page-template-default .widget-title h3:before,
.search .widget-title h3:before,
.top-bar .widget-title h3:before,
.vg-bottom-bar .widget-title h3:before,
.single-product .widget-title h3:before,
.single-post .widget-title h3:before,
.blog-page .widget-title h3:before,
.widget-title h3:before,
.archive-product .widget-title h3:before {
  bottom: -5px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 30px;
  z-index: 10;
}
.page-template-default .widget-title h3:after,
.top-bar .widget-title h3:after,
.vg-bottom-bar .widget-title h3:after,
.search .widget-title h3:after,
.single-post .widget-title h3:after,
.single-product .widget-title h3:after,
.blog-page .widget-title h3:after,
.widget-title h3:after,
.archive-product .widget-title h3:after {
  background: #d9d9d9;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 80px;
}
.woocommerce-page .archive-product .widget_product_tag_cloud .tagcloud {
  margin-bottom: 23px;
  margin-left: 30px;
  padding-top: 16px;
}
.woocommerce-page .archive-product .widget_top_rated_products .product_list_widget li .product-title {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
.woocommerce-page .archive-product .widget_top_rated_products .product_list_widget {
  padding-top: 7px;
  padding-bottom: 9px;
}
.woocommerce-page .archive-product .widget_top_rated_products .product_list_widget li a img {
  margin: -3px 15px 0 30px;
}
.woocommerce-page .archive-product .widget_top_rated_products .product_list_widget li .product-price del span {
  display: none;
}
.woocommerce-page .archive-product .widget_top_rated_products .product_list_widget li a {
  margin-top: 3px;
}
.woocommerce-page .archive-product .vg-ebuilder-category-treeview .treeview li a {
  margin-left: 44px;
}
.woocommerce-page .archive-product .vg-ebuilder-category-treeview .treeview li {
  padding: 12px 0 6px;
}
.woocommerce-page .archive-product .vg-ebuilder-category-treeview .treeview .hitarea {
  line-height: 22px;
  right: 20px;
}
.woocommerce-page .archive-product .vg-ebuilder-category-treeview {
  margin-bottom: 16px;
}
/* End */
.ares.tparrows.tp-rightarrow::before,
.ares.tparrows.tp-leftarrow::before {
  content: none;
}
.tparrows.tp-rightarrow::before,
.ares.tparrows.tp-leftarrow::before {
  content: none;
}
.ares.tparrows.tp-rightarrow::before {
  content: '\f2ee';
  font-family: 'Material-Design-Iconic-Font';
  font-size: 24px;
}
.ares.tparrows.tp-leftarrow::before {
  content: '\f2ea';
  font-family: 'Material-Design-Iconic-Font';
  font-size: 24px;
}
.ares.tparrows {
  background: #565657 none repeat scroll 0 0;
}
.ares .tp-bullet {
  border-radius: 20%;
  height: 5px;
  width: 20px;
}
.ares.nav-dir-horizontal.nav-pos-ver-center .tp-bullet-title,
.ares.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet-title {
  display: none;
}
.ares .tp-bullet-title::after {
  display: none;
}
.photo-flick {
  padding-top: 20px;
}
.photo-flick .sufix-widget-images .img {
  margin: 0 5px 5px 0;
  max-width: 80px;
  padding: 0;
}
.photo-flick .three a {
  color: #fff;
  font-size: 12px;
  margin-left: 33px;
  opacity: 0.5;
  position: relative;
  line-height: 43px;
}
.photo-flick .three a:after {
  background: #246ed7 none repeat scroll 0 0;
  border-radius: 100%;
  content: "";
  left: -30px;
  opacity: 1;
  padding: 5px;
  position: absolute;
  top: 4px;
}
.photo-flick .three a:before {
  background: #fd0084 none repeat scroll 0 0;
  border-radius: 100%;
  content: "";
  left: -18px;
  padding: 5px;
  position: absolute;
  top: 4px;
}
.list-view .vgw-item-i .button-group > div {
  opacity: 1 !important;
  transform: none;
}
.list-view .vgw-item {
  padding: 0;
}
.list-view .vgw-item-i {
  border: none;
  padding: 0;
}
.list-view .vgw-item-i .product-image {
  padding: 4px;
  border: solid 1px #e5e5e5;
}
.list-view .vgw-item-i .product-price {
  margin-left: 0;
  font-size: 22px;
  letter-spacing: 1.5px;
  margin-bottom: 19px;
}
.list-view .vgw-item-i .product-title {
  margin-left: 0;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.list-view .product-rating {
  border-left: 1px solid #e5e5e5;
  color: #777;
  letter-spacing: 0.5px;
  line-height: 12px;
  margin: 7px 0 14px 85px;
  padding-left: 14px;
  text-transform: uppercase;
}
.list-view .vgw-item-i .button-group > div {
  margin: 0;
}
.list-view .vgw-item-i .product-rating {
  float: none;
  margin-right: inherit;
  text-indent: 1px;
  width: inherit;
  overflow: visible;
}
.list-view .vgw-item-i .product-rating .star-rating {
  left: 0px;
  top: 18px;
}
.woocommerce .star-rating::before {
  content: "\f27c\f27c\f27c\f27c\f27c";
  font-family: 'Material-Design-Iconic-Font';
  top: -1px;
}
.woocommerce .star-rating span::before {
  content: "";
}
.woocommerce .single-product-info .star-rating::after {
  content: "";
  position: absolute;
  background: #e5e5e5;
  width: 1px;
  height: 13px;
  top: 0;
  right: 0;
}
.woocommerce .single-product-info {
  padding-left: 15px;
  padding-top: 22px;
}
.woocommerce .single-product-info .woocommerce-review-link {
  font-size: 12px;
  text-transform: uppercase;
}
.woocommerce .single-product-info .sku_wrapper {
  color: #222222;
  top: 8px;
  position: relative;
}
.woocommerce .single-product-info .sku {
  color: #777777;
}
.main-container .product-view .summary.single-product-info .product-nav {
  margin: 14px 0 0;
}
.main-container .product-view .summary.single-product-info .product-nav .next-prev .prev {
  float: left;
}
.main-container .product-view .summary.single-product-info .product-nav .next-prev a::after {
  content: "\f2f3";
  display: block;
  font-family: 'Material-Design-Iconic-Font';
  height: 20px;
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
  width: 20px;
  font-size: 18px;
  color: #222222;
}
.main-container .product-view .summary.single-product-info .product-nav .next-prev a {
  display: block;
  float: left;
  font-size: 15px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-indent: 9999px;
  width: 20px;
}
.main-container .product-view .summary.single-product-info .product-nav .next-prev .next a::after {
  content: "\f2f5";
}
.main-container .product-view .summary.single-product-info .product-nav .next-prev .next {
  display: inline-block;
}
.site-breadcrumb {
  margin-bottom: 60px;
}
.single-product .images {
  position: relative;
}
.single-product .images .owl-wrapper-outer {
  padding-top: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  content: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 -6px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff !important;
}
.our-experties .heading-text h3::after {
  background: #d9d9d9;
}
.our-experties .heading-text h3 {
  color: #222222;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.vc_progress_bar .vc_single_bar {
  background: #e5e5e5;
  margin-bottom: 70px;
  min-height: 5px;
}
.vc_progress_bar .vc_single_bar .vc_label {
  font-size: 14px;
  left: -13px;
  position: absolute;
  text-transform: uppercase;
  top: -36px;
  letter-spacing: 0.7px;
}
.our-experties .progressex {
  padding-top: 20px;
}
.our-experties .wpb_single_image img {
  padding-top: 20px;
}
.style-services .icon .icon-style img {
  top: -63px;
}
.style-services .icon .icon-style {
  margin-top: 68px;
}
.vc_progress_bar .vc_single_bar .vc_bar::after {
  display: inline-block;
  content: attr(data-value) "%";
  position: absolute;
  top: -36px;
  right: -13px;
  color: #fff;
  font-size: 13px;
}
.vc_progress_bar .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%;
}
.fix-services {
  overflow: visible !important;
}
.portfolio-page .site-breadcrumb {
  margin-bottom: 49px;
}
.contacts-info .fun-facts.style {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  box-shadow: 1px 0 3px 2px #d9d9d9;
  display: inline-block;
  height: 99px;
  margin-top: 3px;
  position: relative;
  left: -50px;
  min-width: 100px;
}
.contacts-info .fun-facts.style .suffix {
  border-radius: 100%;
  left: 4px;
  min-height: 92px;
  position: relative;
  top: 3px;
  width: 92px;
}
.contacts-info .fun-facts.style i {
  font-size: 30px;
  color: #fff;
  left: 36px;
  line-height: 89px;
  position: absolute;
}
.contacts-info .text-fun-facts.statistic {
  display: inline-block;
  left: 123px;
  letter-spacing: 0.3px;
  position: absolute;
  top: 24px;
  min-width: 400px;
}
.contacts-info .text-fun-facts h3 {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
.contacts-info .text-fun-facts p {
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 20px;
  padding-top: 7px;
}
.contact-form .our-text .sub-title {
  color: #fff;
  padding-bottom: 24px;
}
.contact-form .our-text .sub-title::after {
  background: #545454;
}
.contact-form .suffix {
  padding: 0 240px;
}
.main-container.single-post .widget_search .button,
.main-container.blog-page .widget_search .button {
  font-size: 16px;
  background: transparent !important;
  line-height: 42px !important;
  color: #222222 !important;
  border-left: solid 1px #e5e5e5;
  height: 40px;
  padding: 0 14px !important;
}
.main-container.single-post .widget_search .button:hover,
.main-container.blog-page .widget_search .button:hover {
  color: #fff !important;
  border-color: #e5e5e5 !important;
}
.main-container.single-post .archive-product .widget-title h3,
.main-container.blog-page .archive-product .widget-title h3 {
  margin-left: 0px;
}
.main-container.single-post .widget .input_text,
.main-container.blog-page .widget .input_text {
  height: 40px;
  color: rgba(0, 0, 0, 0.5);
}
.main-container.single-post .widget,
.main-container.blog-page .widget {
  margin: 0 0 20px;
}
.search .widget_categories ul li > a,
.main-container.single-post .widget_categories ul li > a,
.main-container.blog-page .widget_categories ul li > a {
  padding: 0 !important;
  font-size: 13px;
  line-height: 27px;
}
.main-container.single-post .widget_categories ul li,
.main-container.blog-page .widget_categories ul li {
  padding: 11px 0 !important;
}
.widget_pages ul li {
  border-bottom: 1px solid #cfcfcf !important;
  padding: 16px 0!important;
}
.widget_nav_menu ul li {
  border-bottom: 1px solid #e5e5e5 !important;
  padding: 16px 0 16px 16px !important;
}
.widget_nav_menu > div > ul {
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #e5e5e5;
}
.widget-footer.widget_nav_menu > div > ul {
  border: none;
}
.widget.widget-footer ul li,
.widget.widget-footer ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.widget_nav_menu ul li {
  padding-left: 15px;
}
.widget-footer.widget_nav_menu ul li {
  padding: 5px 0 6px !important;
  border-bottom: none !important;
}
.sidebar-right.main-container.blog-page .site-content,
.sidebar-right.main-container.single-post .site-content {
  padding-right: 35px;
}
.sidebar-left.main-container.blog-page .site-content,
.sidebar-left.main-container.single-post .site-content {
  padding-left: 35px;
}
.search .widget_vg_ebuilder_post_carousel .vgp-item-i,
.main-container.single-post .widget_vg_ebuilder_post_carousel .vgp-item-i,
.main-container.blog-page .widget_vg_ebuilder_post_carousel .vgp-item-i {
  padding: 0;
  padding-bottom: 30px;
}
.main-container.single-post .widget_vg_ebuilder_post_carousel .vgp-item-i:last-child,
.main-container.blog-page .widget_vg_ebuilder_post_carousel .vgp-item-i:last-child {
  padding: 0;
  padding-bottom: 0px;
}
.blog-page .widget.widget_vg_ebuilder_post_carousel .vgp-item-i:hover .post-image img {
  transform: scale(1);
}
.search .vgp-item-i .post-meta,
.main-container.blog-page .vgp-item-i .post-meta,
.main-container.single-post .vgp-item-i .post-meta {
  padding: 0;
  margin-top: 15px;
}
.search .vgp-item-i .post-content,
.main-container.blog-page .vgp-item-i .post-content,
.main-container.single-post .vgp-item-i .post-content {
  padding-top: 8px;
  padding-left: 0;
}
.search .vgp-item-i .post-title,
.main-container.blog-page .vgp-item-i .post-title,
.main-container.single-post .vgp-item-i .post-title {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}
.search .vgp-item-i .post-meta,
.main-container.blog-page .vgp-item-i .post-meta,
.main-container.single-post .vgp-item-i .post-meta {
  font-size: 12px;
}
.search .vgp-item-i .post-meta .post-date,
.main-container.blog-page .vgp-item-i .post-meta .post-date,
.main-container.single-post .vgp-item-i .post-meta .post-date {
  color: #656565;
}
.search .vgp-item-i .post-meta span,
.main-container.blog-page .vgp-item-i .post-meta span,
.main-container.single-post .vgp-item-i .post-meta span {
  margin: 0 10px 0 0;
}
.single-post .post .entry-meta .entry-date.published {
  left: -1px;
  padding: 17px 14px 12px;
  position: absolute;
  bottom: -49px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.single-post .none-thumb .entry-meta .entry-date.published {
  bottom: -43px;
}
.single-post .post .entry-meta {
  margin-top: 20px;
  color: #222222;
}
.single-post .post .entry-content {
  padding-top: 31px;
  line-height: 25px;
}
.single-post .post .entry-title {
  margin-top: 11px;
  color: #222222;
}
.single-post .comment-respond .form-submit .submit {
  border: none;
}
.sidebar-none.blog-page .col-md-3 .entry-meta .entry-date.published {
  font-size: 11px;
  padding: 11px 6px;
  top: -45px;
}
.sidebar-none .col-md-3 .entry-meta .entry-date.published .date {
  font-size: 25px;
  margin-bottom: 5px;
}
.sidebar-none .col-md-3.post .entry-meta {
  margin-top: 0;
  padding-left: 65px;
  font-size: 11px;
}
.sidebar-none .col-md-3.post .entry-title {
  font-size: 13px;
  font-weight: 400;
}
.sidebar-none .col-md-3.post .post-content {
  padding: 5px 0 15px;
}
.sidebar-none .col-md-3.post .entry-title {
  margin-top: 5px;
}
.post.col-md-3 .entry-summary {
  font-size: 13px;
  padding-top: 5px;
}
.single-project.has-gallery .summary {
  width: 100%;
}
.single-project .suffix-pro {
  padding-bottom: 30px;
}
.single-project .project_title.entry-title {
  color: #222222;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}
.single-project .single-project-description {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px !important;
  letter-spacing: 0.5px;
  padding: 15px 0;
}
.single-project .project-meta {
  padding-top: 30px;
}
.single-project .project-meta > div {
  margin-bottom: 15px;
  font-size: 13px;
}
.single-project .project-meta > div > h3 {
  color: #444444;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
}
.single-project .project-meta .categories .single-project-categories {
  display: inline-block;
}
.single-project .project-meta .categories .single-project-categories li {
  display: inline-block;
  margin-right: 5px;
}
.single-project .project-meta .url {
  padding-top: 20px;
}
.single-project .project-meta .url a {
  border: 2px solid #8d97a1;
  border-radius: 40px;
  padding: 9px 26px;
  color: #8d97a1 !important;
  font-size: 15px;
  text-transform: uppercase;
}
.single-product .zoom_in_marker {
  bottom: 5px;
  color: #fff;
  cursor: pointer;
  height: 50px;
  line-height: 52px;
  position: absolute;
  right: 5px;
  text-align: center;
  width: 50px;
}
.single-product .zoom_in_marker {
  opacity: 0.8;
}
.single-product .zoom_in_marker i {
  font-size: 20px;
}
.ares.tp-leftarrow .tp-title-wrap,
.ares.tp-rightarrow .tp-title-wrap {
  display: none;
}
.woocommerce ul.product_list_widget li .product-details dl .variation-color,
.woocommerce ul.product_list_widget li .product-details dl .variation-color {
  font-weight: 600;
}
.button.checkout.wc-forward.pull-left,
.button.wc-forward.pull-right {
  border: solid 2px #393939;
}
.offer-company .fix {
  margin-top: -7px;
}
div.vg-ebuilder-category-treeview .treeview li.collapsable .sub-menu .last {
  border: none;
}
.header-widget.widget_shopping_cart {
  display: block !important;
}
.toolbar.bottom {
  margin: 15px 0 46px;
}
#secondary-2 aside > ul {
  margin-left: 30px;
}
#secondary-2 .widget_product_categories ul li > a::before {
  content: none;
}
#secondary-2 aside > .product-categories {
  margin-left: 0px;
  padding-bottom: 14px;
}
#woocommerce_product_categories-1 {
  margin-bottom: 50px;
}
.style-layout5-home3.why-choose-us .owl-carousel.post-carousel {
  height: 494px;
}
.cart-item {
  float: right;
}
.photo-flick .sufix-widget-images {
  padding-left: 0;
  max-width: 300px;
}
.main-container .widget_categories ul li ul li ul li:last-child,
.widget_categories ul li ul li:last-child,
.widget_pages ul li ul li ul li:last-child,
.widget_nav_menu ul li ul li ul li:last-child,
.widget_nav_menu ul li ul li:last-child {
  padding-bottom: 0 !important;
}
.zmdi-hc-2x {
  font-size: 36px;
}
.after-border {
  position: relative;
  padding-bottom: 50px !important;
}
.after-border:after {
  content: "";
  background: #545454;
  height: 1px;
  position: absolute;
  width: 80px;
  left: 0;
  bottom: 16px;
}
.after-border:before {
  content: "";
  height: 4px;
  position: absolute;
  width: 30px;
  left: 0;
  bottom: 16px;
  z-index: 1;
}
.vc_gitem-zone.vc_gitem-zone-a.vc_gitem-is-link {
  height: 350px !important;
}
.navigation.post-navigation .nav-links .nav-previous a {
  position: relative;
  margin-left: 20px;
}
.navigation.post-navigation .nav-links .nav-next a {
  position: relative;
  margin-right: 20px;
}
.navigation.post-navigation .nav-links .nav-previous a:before {
  content: "\f2ff";
  position: absolute;
  font-family: 'Material-Design-Iconic-Font';
  top: 0;
  left: -20px;
}
.navigation.post-navigation .nav-links .nav-next a:before {
  content: "\f301";
  position: absolute;
  font-family: 'Material-Design-Iconic-Font';
  top: 0;
  right: -20px;
}
.searchform input[type="text"] {
  border: 1px solid #e5e5e5;
  box-shadow: none;
  color: #222222;
  font-size: 12px;
  height: 44px;
  letter-spacing: 0.5px;
  line-height: inherit;
  outline: medium none;
  padding: 0 20px;
}
.searchform .button {
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  height: 44px;
  line-height: 45px !important;
  padding: 0 15px !important;
  position: absolute;
}
.search.archive .widget-title h3 {
  margin-left: 30px;
  margin-right: 0;
}
/* RTL Css */
.rtl .vg-hotline i.zmdi,
.rtl .vg-hotline p.phone,
.rtl .vg-mail .mail,
.rtl .vg-mail p.phone {
  margin-left: 9px;
  margin-right: 0;
}
.rtl .SumoSelect > .CaptionCont > span {
  padding-left: 15px;
  padding-right: 0;
}
.rtl .textwidget > .vg-text > .vg-mail {
  border-right: 1px solid #555555;
  border-left: none;
}
.rtl .vina-product-search form {
  padding: 0px 155px 0px 0px;
}
.rtl .vina-product-search form input[type="text"] {
  padding: 0 20px 0 0px !important;
}
.rtl .main-navigation > ul {
  float: right;
  padding: 0 23px 0 0;
}
.rtl .main-navigation > ul > li:first-child > a {
  padding-right: 25px;
}
.rtl .logo-background {
  left: inherit;
  right: 14px;
}
.rtl .woocommerce ul.cart_list li .quantity,
.rtl .woocommerce ul.product_list_widget li .quantity {
  float: right;
}
.rtl .main-navigation .mega-menu.multi-columns > ul > li {
  float: left;
}
.rtl .style-icon-offer {
  float: right;
  margin-right: 5px;
  margin-left: 0;
}
.rtl .offer-company.static-layout1 h4 {
  margin-right: 56px;
  padding-right: 20px;
  margin-left: 0;
  padding-left: 0;
}
.rtl .offer-company.static-layout1 a {
  margin-right: 14px;
  margin-left: 0;
}
.rtl .cart-item {
  float: left;
}
.rtl .offer-company.static-layout1 a::after {
  left: 0;
  right: -14px;
}
.rtl .preset-1 .offer-company.static-layout1 a::before {
  color: #fab803;
}
.rtl .offer-company.static-layout1 a::before {
  left: auto;
  right: 115px;
}
.rtl .layout1-home2 .style-view {
  display: inline-block;
  padding: 1px 35px;
}
.rtl .why-choose-us .post-content .post-readmore {
  margin-right: 19px;
  margin-left: 0;
}
.rtl .vgp-item-i .post-readmore a::after {
  margin-left: 10px;
  margin-right: 0px;
}
.rtl .blog-and-fact .post-content-suffix::after {
  left: 100%;
  right: inherit;
}
.rtl .blog-and-fact .post-carousel .owl-controls.clickable {
  left: inherit;
  right: -34px;
}
.rtl .blog-and-fact .post-date {
  padding-left: 0;
  padding-right: 10px;
  border-right: 1px solid #e5e5e5;
  border-left: none;
}
.rtl .ft-contact-info.info-twitter > li > span {
  left: inherit;
  right: 35px;
}
.rtl .photo-flick .three a {
  margin-right: 33px;
  margin-left: 0;
}
.rtl .photo-flick .three a::after {
  right: -30px;
  left: inherit;
}
.rtl .main-navigation ul ul ul li a:before {
  margin-left: 7px;
  margin-right: 0;
  display: inline-block;
  content: '\f100';
}
.rtl .style-view {
  display: block;
  padding: 1px 37px;
}
.rtl .photo-flick .three a::before {
  right: -18px;
  left: inherit;
}
.rtl .widget_vgw_social_media a:last-child {
  border-right: none;
}
.rtl .separator > i {
  display: none;
}
.rtl .separator {
  position: relative;
}
.rtl .separator:before {
  position: absolute;
  content: "\f2ea";
  font-size: 12px;
  top: -2px;
  left: 8px;
  font-family: 'Material-Design-Iconic-Font';
}
.rtl .search .widget-title h3,
.rtl .single-post .widget-title h3,
.rtl .blog-page .widget-title h3,
.rtl .archive-product .widget-title h3 {
  margin-right: 30px;
  margin-left: 0;
}
.rtl .widget_vgw_social_media a:first-child {
  border-right: 1px solid #e5e5e5;
}
.rtl .widget_vgw_social_media a {
  margin-left: 0;
  margin-right: 0px;
}
.rtl .feature-works .vc_gitem-zone-mini h4 {
  text-align: right !important;
}
.rtl .feature-works .vc_gitem-zone-mini h6::after {
  right: -30px;
  left: inherit;
}
.rtl .feature-works .vc_gitem-zone-mini h6 {
  margin-left: inherit;
  margin-right: 30px;
  text-align: right !important;
}
.rtl .our-service-home2 .style-icon-offer {
  float: none;
}
.rtl .our-service-home2 .style-left .style-icon-offer {
  float: left;
  margin-left: 6px;
  margin-right: 0;
}
.rtl .vgw-item-i .product-title {
  margin-right: 15px;
  margin-left: 0;
}
.rtl .vgw-item-i .product-rating .star-rating {
  right: 10px;
  left: auto;
}
.rtl .vgw-item-i .product-price {
  float: right;
  margin-right: 15px;
  margin-left: 0;
}
.rtl .heading-text .heading-sub::before {
  right: 0;
  left: inherit;
}
.rtl .heading-text .heading-sub::after {
  right: 0;
  left: inherit;
}
.rtl .our-service-home2 .text {
  left: inherit;
  right: 95px;
}
.rtl .our-service-home2 .style-left .text {
  left: 95px;
  right: inherit;
}
.rtl .our-service-home2 .style-left .text .text-heading,
.rtl .our-service-home2 .style-left .text .text-sub {
  text-align: left;
}
.rtl div.vg-ebuilder-category-treeview .treeview li a::after {
  right: -15px;
  left: auto;
}
.rtl div.vg-ebuilder-category-treeview .treeview li a {
  margin-right: 36px;
  margin-left: 0;
}
.rtl div.vg-ebuilder-category-treeview .treeview .expandable-hitarea::after {
  content: "\f2f4";
}
.rtl .vc_tta-tabs.vc_tta-tabs-position-top:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tab.vc_active > a::before {
  right: auto !important;
}
.rtl .product-price > .amount:first-child,
.rtl .compare-list .price > .amount:first-child,
.rtl .price > .amount:first-child {
  margin: 0 0 0 5px;
}
.rtl .bottom-descriptions .bottom-text p {
  padding-left: 31px;
  padding-left: 0;
}
.rtl .single-post .widget-title h3::before,
.rtl .blog-page .widget-title h3::before,
.rtl .archive-product .widget-title h3::before {
  right: 0;
  left: auto;
}
.rtl .single-post .widget-title h3::after,
.rtl .blog-page .widget-title h3::after,
.rtl .archive-product .widget-title h3::after {
  right: 0;
  left: auto;
}
.rtl .widget_product_categories ul li > a::before,
.rtl .widget_categories > ul > li > a::before,
.rtl .widget_pages > ul > li > a::before {
  content: "\f2f4";
  left: 0;
  right: auto;
}
.rtl .blog-page .post-content.has-thumb .entry-meta .entry-date.published {
  right: 0;
  left: auto;
}
.rtl .sidebar-right.main-container.blog-page .site-content,
.rtl .sidebar-right.main-container.single-post .site-content {
  padding-left: 35px;
  padding-left: 0;
}
.rtl .post .post-content.has-thumb {
  padding: 15px 30px 15px 0;
}
.rtl .post .entry-meta {
  padding-right: 94px;
  padding-left: 0;
}
.rtl .sidebar-none .post .meta {
  margin: 0 0 7px 5px;
}
.rtl .main-container.single-post .has-thumb .entry-title {
  margin-right: 108px;
  margin-left: 0;
}
.rtl .single-post .post .entry-meta .entry-date.published {
  left: auto;
  right: -1px;
}
.rtl .photo-flick .sufix-widget-images {
  padding-right: 0;
  padding-left: inherit;
}
.rtl .comment-reply-title::before {
  left: auto;
  right: 0;
}
.rtl .comment-reply-title::after {
  right: 0;
  left: auto;
}
.rtl .contacts-info .fun-facts.style {
  box-shadow: 2px 0 3px 1px #d9d9d9;
  right: -50px;
  left: auto;
}
.rtl .contacts-info .fun-facts.style .suffix {
  right: 4px;
  left: auto;
}
.rtl .contacts-info .text-fun-facts.statistic {
  right: 123px;
  left: auto;
}
.rtl .sidebar-none .col-md-3.post .post-content {
  padding: 5px 0 15px;
}
.rtl .sidebar-none .col-md-3.post .entry-meta {
  padding-right: 65px;
  padding-left: 0;
}
.rtl .archive-product .vg-ebuilder-category-treeview .treeview .hitarea {
  left: 20px;
  right: auto;
}
.rtl .archive-product .widget_top_rated_products .product_list_widget li a img {
  margin: -3px 0 0 30px;
}
.rtl .archive-product .widget_top_rated_products .product_list_widget li {
  padding-right: 30px;
}
.rtl .archive-product .widget_product_tag_cloud .tagcloud {
  margin-left: 0px;
  margin-right: 30px;
}
.rtl .list-view .vgw-item-i .product-rating .star-rating {
  right: 114px;
}
.rtl .list-view .vgw-item-i .product-title {
  margin-right: 0px;
  margin-left: 0;
}
.rtl .list-view .vgw-item-i .product-price {
  margin-left: 0;
  margin-right: 0px;
  float: none;
}
.rtl .pull-right {
  float: left !important;
}
.rtl .single-product-info .star-rating::after {
  content: none;
}
.rtl .navigation.post-navigation .nav-links .nav-previous a {
  margin-right: 20px;
  margin-left: 0;
}
.rtl .navigation.post-navigation .nav-links .nav-next a {
  margin-left: 20px;
  margin-right: 0;
}
.rtl .navigation.post-navigation .nav-links .nav-previous a:before {
  left: auto;
  right: -20px;
  content: "\f301";
}
.rtl .navigation.post-navigation .nav-links .nav-next a:before {
  left: auto;
  right: 153px;
  content: "\f2ff";
}
.rtl .post-content.none-thumb .entry-header .entry-title {
  margin-right: 108px;
  margin-left: 0;
}
.rtl .button.wc-forward.pull-right {
  margin-left: 45px;
}
.single-post .page-title {
  display: none;
}
.rtl.layout-2 .vina-product-search form {
  border-right: 1px solid #e5e5e5 !important;
  border-left: none !important;
}
.single-post .widget-title.footer-widget-title h3::after {
  content: none;
}
.single-post .widget-title.footer-widget-title h3 {
  color: #fff;
}
.widget-title.footer-widget-title {
  margin: 0 0 9px;
}
.widget-footer.widget_nav_menu > div > ul {
  padding-top: 10px;
}
.rtl .single-post .widget-title h3 {
  margin-right: 0;
}
.sticky.post {
  background: #eee none repeat scroll 0 0;
  margin-bottom: 50px;
  padding-top: 40px;
}
.sticky.post .post-wrapper {
  margin-bottom: 0;
}
.sticky.post .more-link a {
  border: 1px solid #393939;
}
/* Added to cart popup */
.atc-notice-wrapper {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  display: none;
  left: 50%;
  margin-left: -160px;
  max-width: 100%;
  position: fixed;
  top: 40%;
  width: 320px;
  z-index: 100000;
}
.atc-notice-wrapper .close {
  color: #333;
  font-size: 22px;
  opacity: 1;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.atc-notice-wrapper .close:hover {
  color: #fab803;
}
.atc-notice-wrapper h3 {
  border-bottom: 1px solid #cfcfcf;
  font-size: 16px;
  margin: 0 0 10px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
.atc-notice-wrapper .product-wrapper {
  float: left;
  padding: 0 10px;
  width: 100%;
}
.atc-notice-wrapper .product-image {
  float: left;
  width: 25%;
}
.atc-notice-wrapper .product-info {
  float: left;
  padding-left: 20px;
  width: 75%;
}
.atc-notice-wrapper .product-info h4 {
  font-size: 15px;
  margin: 0 0 10px;
}
.atc-notice-wrapper .product-info .price {
  float: left;
  margin: 0;
  width: 100%;
}
.atc-notice-wrapper .product-info .price .special-price {
  color: #fab803;
  font-size: 18px;
  font-weight: bold;
}
.atc-notice-wrapper .product-info .price .old-price {
  color: #999;
  font-size: 16px;
  margin-right: 10px;
  text-decoration: line-through;
}
.atc-notice-wrapper .buttons {
  background: #cfcfcf;
  float: left;
  margin: 10px 0 0;
  padding: 10px;
  width: 100%;
}
.atc-notice-wrapper .buttons .button {
  background: #fab803;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  float: right;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  text-shadow: none;
}
.atc-notice-wrapper .buttons .button:hover {
  background: #333;
}
.box-width .why-choose-us.home1 .owl-theme .owl-controls .owl-buttons div {
  top: 16%;
}
.category .site-breadcrumb {
  padding: 68px 0 34px;
}
.category .site-breadcrumb #crumbs {
  margin-bottom: 30px;
}
.footer .widget.widget-footer .photo-flick {
  max-width: 300px;
}
.footer .widget.widget-footer .photo-flick .img {
  max-width: 63px;
  padding: 0;
  margin: 0 3px 3px 0;
}
body.box-width .full-content {
  max-width: 100%;
  left: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.term-description {
  padding: 40px 0;
}
@media screen and (max-width: 1400px) {
  .vc_gitem-zone.vc_gitem-zone-a.vc_gitem-is-link {
    height: 285px !important;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
/* Screen > 1024px */
@media screen and (min-width: 1023px) {
  .visible-lg {
    display: block !important;
  }
}
/* Screen < 1200px */
@media screen and (max-width: 1200px) {
  .fixed .main-navigation > ul > li:first-child {
    margin-left: 0px;
  }
  .layout-5 .logo-background {
    margin: 0 auto 25px;
  }
  .ft-about-me {
    margin-bottom: 40px;
    padding: 0 !important;
  }
  .colbottomft {
    text-align: center !important;
    margin-bottom: 15px;
  }
  .colbottomft:last-child {
    margin-bottom: 0;
  }
  /* Front Page */
  .intro {
    padding: 25px;
    margin-bottom: 0;
  }
  .intro .wpb_heading {
    margin-bottom: 25px;
  }
  .woocommerce table.shop_table .product-name {
    width: 350px;
  }
  .meet-our-team .team-member .team-socials .team-socials-sub p > i {
    padding-bottom: 0px;
    padding-top: 15px;
  }
  .meet-our-team .team-member .team-socials .text-our-team {
    padding: 0 15px 10px;
  }
  .blog-and-fact .post-content-suffix::after {
    height: 218px;
  }
  .blog-and-fact .vgp-item-i .post-desc {
    font-size: 13px;
    padding-right: 10px;
  }
  .testimonials-ebuilder .testimonials-list::before {
    left: 210px;
  }
  .testimonials-ebuilder .testimonials-list::after {
    left: 210px;
  }
  .vgw-item-i .button-group {
    left: 24px;
    top: -45px;
  }
  .vgw-item-i .product-rating .star-rating {
    left: 16px;
    position: absolute;
    top: 68px;
  }
  .title-category .wpb_heading {
    font-size: 13px;
    font-weight: 600;
  }
  .vgw-item-i .product-rating {
    width: 100%;
  }
  .bottom-descriptions .bottom-text {
    padding: 0 150px;
  }
  .owl-theme .owl-controls .owl-buttons div {
    top: 15%;
  }
  .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
    margin: -1px !important;
  }
  .vgw-item-i {
    margin: 0 17px 25px;
  }
  .featured-products-home3 .vgw-item-i {
    margin: 0 15px 25px;
  }
  .archive-product .vgw-item-i .product-rating .star-rating {
    top: 46px;
  }
  .archive-product .list-view .vgw-item-i .product-rating .star-rating {
    top: 18px;
  }
  .contact-form .suffix {
    padding: 0 120px;
  }
  .meet-our-team .team-member {
    padding: 0px;
  }
  .vgw-item-i .product-rating .star-rating {
    left: auto;
    top: 73px;
  }
}
@media screen and (max-width: 1024px) {
  .border-siler::before {
    background-image: none;
  }
  .border-siler::after {
    background-image: none;
  }
  .baner-slide-01 .rev-btn {
    font-size: 13px !important;
    line-height: 23px !important;
    max-width: 155px !important;
    min-width: 140px !important;
    padding: 8px 31px 8px 28px !important;
  }
  .test111 {
    margin-left: 0 !important;
  }
  .test111:hover {
    background: #fff !important;
  }
  .second-border {
    padding: 0;
  }
  .text-center {
    padding: 0;
    margin-left: -30px;
  }
  .category .site-breadcrumb {
    padding: 40px 0;
  }
  .category .site-breadcrumb #crumbs {
    margin-bottom: 30px;
  }
  .category .site-breadcrumb .page-header .page-title {
    margin-bottom: 0;
  }
  .footer .widget.widget-footer .three {
    display: none;
  }
  .photo-flick .sufix-widget-images .img {
    margin: 0 3px 3px 0;
    max-width: 66px;
  }
  .photo-flick .sufix-widget-images {
    padding: 0;
  }
}
/* Screen < 1024px */
@media screen and (max-width: 1023px) {
  #vg-header-wrapper.fixed .vg-bottom-bar,
  #vg-header-wrapper.fixed .top-bar {
    display: none;
  }
  #vg-header-wrapper.fixed .search-toggle,
  #vg-header-wrapper.fixed .sticky_logo {
    display: none;
  }
  .visible-lg {
    display: none !important;
  }
  .photo-flick .sufix-widget-images {
    padding: 0;
  }
  .textwidget > .vg-text > .vg-mail {
    display: none;
  }
  .visible-xs {
    display: block !important;
    padding-top: 17px;
  }
  /* Front Page */
  .vc_content,
  .vc_sidebar {
    width: 100% !important;
    margin-bottom: 40px;
  }
  .group-featured .vc_column_container,
  .group-vertical-products .vc_column_container,
  .group-sale .vc_column_container {
    width: 100% !important;
    min-height: 1px;
  }
  .group-vertical-products .vc_column_container {
    margin-bottom: 35px !important;
  }
  .group-featured .vc_column_container:first-child {
    border-right-width: 0;
    border-bottom-width: 1px;
  }
  .group-featured-2 {
    padding: 40px 0 20px !important;
  }
  .group-featured-2 .vc_column_container {
    margin-bottom: 35px !important;
  }
  .group-featured-2 .vc_column_container:last-child {
    margin-bottom: 0 !important;
  }
  .group-featured-2 .wpb_single_image {
    margin-top: 35px !important;
  }
  .wpb_row .vc_tta.vc_general .vc_tta-tabs-list {
    position: static;
    margin-bottom: 25px !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 10px 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0 15px;
    font-size: 18px;
    line-height: 23px;
  }
  .about-text .vc_column_container {
    width: 100%;
  }
  .result-box {
    padding: 50px 0;
  }
  .sidebar-right.main-container.blog-page .site-content,
  .sidebar-right.main-container.single-post .site-content {
    padding-right: 15px;
  }
  .sidebar-left.main-container.blog-page .site-content,
  .sidebar-left.main-container.single-post .site-content {
    padding-left: 15px;
  }
  .woocommerce table.shop_table td {
    min-width: 150px;
  }
}
/* Screen < 1024px */
@media screen and (max-width: 991px) {
  .visible-xs {
    padding-top: 0px;
  }
  .photo-flick .sufix-widget-images .img {
    margin: 0 5px 5px 0;
    max-width: 80px;
  }
  .site-breadcrumb {
    padding: 40px 0;
  }
  .logo-inside {
    margin-bottom: 25px;
  }
  .logo-background {
    margin: 0 auto;
  }
  .logo-footer .logo-background {
    margin: 0;
  }
  .search-inside {
    margin-bottom: 15px;
  }
  .vg-header-static {
    text-align: center;
  }
  /* Front Page */
  .our-company.static-layout1 {
    padding-top: 45px;
  }
  .our-company.static-layout1::after {
    top: 35px;
  }
  .our-text-second > .sub-title-num-two {
    padding: 40px 20px 0;
  }
  .css-style-ebuiler {
    padding-top: 15px;
  }
  .offer-company.static-layout1 h4 {
    font-size: 16px;
    font-weight: 600;
    padding-left: 12px;
  }
  .image-our-style img {
    margin-bottom: -51px;
  }
  .vc_gitem-zone.vc_gitem-zone-a.vc_gitem-is-link {
    height: 160px !important;
  }
  .latest-projects .vc_gitem-zone-mini h6 {
    display: none;
  }
  .latest-projects .vc_gitem-zone-mini h4 {
    font-size: 12px;
    margin-bottom: 50px;
  }
  .meet-our-team .team-member .text-our-team {
    display: none;
  }
  .meet-our-team .team-member .link-follow {
    padding: 20px 15px 0;
  }
  .blog-and-fact .text-fun-facts {
    padding: 14px 17px 0;
  }
  .blog-and-fact .text-fun-facts h3 {
    font-size: 27px;
  }
  .blog-and-fact .text-fun-facts p {
    font-size: 12px;
  }
  .blog-and-fact .post-content-suffix {
    display: none;
  }
  .blog-and-fact .post-image-suffix .post-image .primary_image {
    height: 200px;
  }
  .testimonials-ebuilder .testimonials-list .testimonials-text p {
    font-size: 15px;
  }
  .testimonials-ebuilder .testimonials-list::before {
    left: 158px;
  }
  .testimonials-ebuilder .testimonials-list::after {
    left: 158px;
  }
  .bottom-descriptions .bottom-text {
    padding: 0px;
  }
  footer {
    font-size: 12px;
  }
  .widget-footer ul li a {
    font-size: 12px;
  }
  .photo-flick .three a {
    font-size: 10px;
  }
  .owl-theme .owl-controls .owl-buttons div {
    top: 11%;
  }
  .ares.tparrows {
    min-height: 55px;
    min-width: 55px;
  }
  .ares.tparrows::before {
    line-height: 55px;
  }
  .vc_grid-filter-dropdown .vc_grid-styled-select select,
  .vc_grid-filter-select .vc_grid-styled-select select {
    width: 140px;
  }
  .vc_grid-filter-dropdown,
  .vc_grid-filter-select {
    margin-bottom: 35px;
  }
  .our-text .sub-title {
    padding-bottom: 35px;
  }
  .logo-background {
    position: relative;
  }
  .logo-inside {
    margin-bottom: 10px;
  }
  .vg-bottom-bar .cart-item .widget_shopping_cart {
    display: block;
    text-align: center;
  }
  .layout1-home2 p {
    padding: 14px 7px;
  }
  .vc_gitem-zone.vc_gitem-zone-a.vc_gitem-is-link {
    height: 200px !important;
  }
  .feature-works .vc_gitem-zone-mini h4 {
    font-size: 17px;
  }
  .our-service-home2 .text .text-sub {
    font-size: 12px;
    min-width: 138px;
    padding-top: 0px;
    line-height: 20px;
  }
  .our-service-home2 .text .text-heading {
    font-size: 14px;
  }
  .why-choose-home2 .post-carousel .post-image .primary_image {
    height: 150px;
  }
  .why-choose-us .post-content .post-title {
    font-size: 16px;
  }
  .why-choose-us .post-content .post-desc {
    font-size: 13px;
  }
  .vgw-item-i .product-title {
    font-size: 12px;
    line-height: 18px;
    margin-left: 0px;
  }
  .vgw-item-i .product-price {
    margin-left: 0px;
  }
  .product-price,
  .compare-list .price,
  .price {
    font-size: 14px;
  }
  .vgw-item-i .product-rating {
    display: none;
  }
  .vgw-item-i .button-group a {
    height: 30px;
    width: 30px;
  }
  .vgw-item-i .button-group a::before {
    font-size: 14px;
    line-height: 30px;
  }
  .vgw-item-i .button-group > div {
    margin-right: 6px;
  }
  .vgw-item-i .button-group {
    margin-top: 5px;
  }
  .vg-bottom-bar {
    padding: 10px 0 0;
  }
  .title-category .wpb_heading {
    font-size: 16px;
  }
  .archive-product .vgw-item-i .button-group {
    margin-top: 10px;
  }
  .vg-bottom-bar .ecommerce-inside .widget:last-child {
    padding-right: 7px;
  }
  .layout1-home2 .icon span {
    padding: 51px 58px 41px;
    top: -114px;
  }
  .layout1-home2 .icon .icon-style img {
    padding: 32px;
    top: -55px;
  }
  .layout1-home2 p {
    padding: 14px 0;
  }
  .our-service-home2 .style-icon-offer {
    line-height: 56px;
    min-height: 56px;
    min-width: 56px;
  }
  .our-service-home2 .text {
    left: 80px;
  }
  .our-service-home2 .style-left .text {
    right: 80px;
  }
  .mini_cart_inner {
    padding: 0;
  }
  .logo-background {
    padding: 25px 0;
  }
  .block-static .box-col {
    margin-bottom: 30px;
  }
  .block-static .icon-box {
    float: none !important;
  }
  .block-static .icon {
    margin: 0 auto 20px;
  }
  .block-static .content-box {
    text-align: center;
  }
  .block-static.style1 .box-col {
    border: none !important;
  }
  .block-static.style3 .box-col {
    margin-bottom: 0;
    width: 50%;
  }
  .block-static.style3 .box-col-inner {
    border-bottom: none;
  }
  .col-md-5ths {
    width: 50%;
    margin-bottom: 25px;
  }
  .col-md-5ths:nth-child(2n+1) {
    clear: both;
  }
  .col-md-5ths:last-child {
    width: 100%;
  }
  .list-person .vc_column_container {
    width: 50%;
    float: left;
  }
  .contact-info {
    padding: 0 30px;
  }
  .contact-form .wpcf7-form {
    padding: 25px 25px 10px;
  }
  .wpcf7-form .field-wrap {
    width: 100%;
    padding: 0 !important;
  }
  .contact-page .map {
    max-height: 400px;
  }
  .archive-product,
  #content {
    margin-bottom: 35px;
  }
  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td {
    text-align: center;
  }
  .woocommerce table.shop_table th {
    font-weight: 700;
    text-transform: uppercase;
  }
  .woocommerce table.shop_table th.product-name {
    text-align: center;
  }
  .woocommerce table.shop_table .product-name {
    width: auto;
  }
  .woocommerce table.shop_table .product-thumbnail {
    max-width: 100px;
    min-width: 100px;
  }
  .woocommerce table.shop_table .product-quantity .quantity {
    margin: 0;
    display: inline-block;
  }
  .woocommerce table.shop_table .product-quantity .quantity .section-title {
    display: none;
  }
  .box-slider .vc_column_container {
    width: 100% !important;
  }
  .box-slider .vc_column_container .wpb_revslider_element {
    margin-bottom: 35px;
  }
  .vgw-category {
    height: auto;
  }
  .shop-products .vgw-item.first {
    clear: none;
  }
  .shop-products .vgw-item:nth-child(2n+1) {
    clear: both;
  }
  .vgw-item-i.vgw-vertical:hover .product-rating,
  .vgw-item-i.vgw-vertical:hover .product-price {
    opacity: 1;
    /* IE8 filter*/
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }
  .vgw-item-i.vgw-vertical .button-group {
    display: none;
  }
  .vgw-item-i .button-group {
    position: static !important;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .vgw-item-i .button-group > div {
    opacity: 1;
    /* IE8 filter*/
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .first-border {
    border-bottom: solid 1px #e5e5e5;
    text-align: center;
  }
  .second-border {
    border-top: solid 1px #e5e5e5;
    padding: inherit;
    text-align: center;
  }
  .text-center {
    margin-left: 0;
    padding: inherit;
  }
}
@media screen and (max-width: 768px) {
  .footer .widget.widget-footer .photo-flick .img {
    margin: 0 5px 5px 0;
  }
  .feature-works .vc_gitem-zone-mini h4 {
    font-size: 14px;
  }
  .why-choose-home2 .post-carousel .post-image .primary_image {
    height: 200px;
  }
  .vgw-item-i .product-title {
    font-size: 14px;
    line-height: 25px;
    margin-left: 15px;
  }
  .vgw-item-i .product-price {
    margin-left: 15px;
  }
  .product-price,
  .compare-list .price,
  .price {
    font-size: 16px;
  }
  .featured-products-home2 .product-rating {
    display: block;
  }
  .vgw-item-i .button-group a {
    height: 36px;
    width: 36px;
  }
  .vgw-item-i .button-group a::before {
    font-size: 16px;
    line-height: 36px;
  }
  .vgw-item-i .button-group > div {
    margin-right: 4px;
  }
  .vgw-item-i .button-group {
    margin-left: 15px;
    margin-top: 23px;
  }
  .vgw-item-i .product-rating {
    display: inline-block;
  }
  .contact-form .suffix {
    padding: 0 60px;
  }
  .contacts-info .text-fun-facts.statistic {
    min-width: 300px;
  }
  .vg-brand-logo .owl-carousel .owl-item img {
    width: inherit;
  }
  .brand-inner img {
    width: inherit !important;
  }
  .after-border::before {
    content: none;
  }
  .after-border::after {
    content: none;
  }
  .style-layout5-home3 .vc_col-sm-6:first-child {
    display: none;
  }
  .style-layout5-home3 .vc_col-sm-6:last-child {
    width: 100%;
  }
  .style-layout5-home3 .owl-theme .owl-controls .owl-buttons div {
    top: 23%;
  }
  .post .post-content.has-thumb {
    padding: 15px 0;
  }
  .widget-footer ul li a.text-link {
    display: none;
  }
  .woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table tr {
    display: table-row;
  }
}
/* Screen < 768px */
@media screen and (max-width: 767px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td {
    display: table-cell !important;
    margin: 0 !important;
    padding-left: 10px !important;
  }
  .layout-5 .col-funcstion {
    display: block;
    text-align: center;
  }
  .layout-5 .col-funcstion.languages-inside {
    text-align: center;
    margin-right: 0;
  }
  .widget.widget-footer:last-child {
    margin-bottom: 40px;
  }
  .vg-newsletter-form .widget.widget-footer:last-child,
  .bottom-footer .widget.widget-footer:last-child {
    margin-bottom: 0;
  }
  /* Front Page */
  .wpb_row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 15px 0 !important;
    border-color: #393939;
  }
  .wpb_row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: #393939;
    color: #fff;
  }
  .wpb_row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title > a {
    color: #fff;
  }
  .wpb_row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
    color: #393939;
    text-transform: uppercase;
    font-weight: 400;
  }
  .wpb_row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #393939;
    border-color: #393939;
  }
  .wpb_row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #fff;
  }
  .layout-6 .wpb_revslider_element,
  .layout-7 .wpb_revslider_element {
    margin-bottom: 35px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: left;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    border: none !important;
    padding: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
  }
  .result-wrap .wpb_button,
  .result-wrap .wpb_content_element,
  .result-wrap ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0;
  }
  .contact-form {
    padding: 50px 15px;
  }
  .contact-info {
    padding: 45px 0 0;
  }
  .woocommerce .actions .cart-total-wrapper .total-cost {
    margin-top: 25px;
  }
  .woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table th,
  .woocommerce .actions .cart-total-wrapper .total-cost .cart_totals table td {
    width: 50%;
  }
  #customer_details,
  #order_review {
    padding: 0 0 25px;
    width: 100%;
  }
  #order_review .shop_table td:before {
    display: none;
  }
  .footer .widget.widget-footer {
    padding: 0;
  }
  .latest-projects .vc_gitem-zone-mini h6 {
    display: block;
  }
  .latest-projects .vc_gitem-zone-mini h6 {
    margin-bottom: 38px;
  }
  .latest-projects .vc_gitem-zone-mini h4 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .contact-form .suffix {
    padding: 0;
  }
  .contacts-info .fun-facts.style {
    left: 10px;
  }
  .contacts-info {
    padding-bottom: 40px;
  }
  .mini_cart_inner:hover .mcart-border {
    opacity: 0;
    visibility: hidden;
  }
  .footer .widget.widget-footer:first-child {
    padding-top: 40px;
  }
  .why-choose-us .vc_col-sm-6:first-child {
    display: none;
  }
  .blog-and-fact .fun-right {
    padding-left: 0px;
    padding-top: 50px;
  }
  .fun-facts.style-icon-offer {
    margin-left: 0;
  }
  .facts-right .fun-facts.style-icon-offer {
    margin-left: 0;
  }
  .facts-left {
    padding-bottom: 50px;
  }
  .our-service-home2 .style-icon-offer {
    line-height: 66px;
    min-height: 65px;
    min-width: 68px;
  }
  .our-service-home2 .text {
    left: 94px;
  }
  .our-service-home2 .style-left .text {
    right: 94px;
  }
  .site-breadcrumb .page-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .single-product #breadcrumbs {
    font-size: 12px;
  }
}
/* Screen < 600px */
@media screen and (max-width: 599px) {
  .quantity {
    float: inherit;
  }
  .col-topbar {
    width: 100%;
    text-align: center;
  }
  .click-search {
    display: none;
  }
  .layout-4 .vina-product-search,
  .layout-5 .vina-product-search {
    width: 100%;
    position: static;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  #navigation,
  .ecommerce-wrap,
  .layout-4 .search-wrap {
    width: 100%;
  }
  /* Front Page */
  .vgw-item-i.timer-lagre-2 .box-timer {
    padding-right: 15px;
  }
  .vgw-item-i.timer-lagre-2 .box-timer:after {
    display: none;
  }
  .vgw-item-i.timer-lagre-2 .box-timer .day,
  .vgw-item-i.timer-lagre-2 .box-timer .hour,
  .vgw-item-i.timer-lagre-2 .box-timer .min,
  .vgw-item-i.timer-lagre-2 .box-timer .sec {
    padding: 0 4px;
  }
  .vgw-item-i.timer-lagre-2 .box-timer .day span,
  .vgw-item-i.timer-lagre-2 .box-timer .hour span,
  .vgw-item-i.timer-lagre-2 .box-timer .min span,
  .vgw-item-i.timer-lagre-2 .box-timer .sec span {
    font-size: 18px;
  }
  .shop-products .vgw-item {
    width: 100%;
  }
  .toolbar .view-mode,
  .toolbar .woocommerce-result-count,
  .toolbar .woocommerce-ordering {
    float: none;
    display: block;
  }
  .toolbar .view-mode {
    margin-top: 0;
  }
  .toolbar .view-mode:before,
  .toolbar .view-mode:after {
    content: '';
    display: table;
  }
  .toolbar .view-mode:after {
    clear: both;
  }
  .toolbar .woocommerce-result-count {
    margin: 15px 0 0;
  }
  .toolbar .woocommerce-ordering {
    margin-top: 15px;
  }
  .post.list .post-thumbnail,
  .post.list .post-content {
    width: 100% !important;
    float: none !important;
  }
  .post.list .post-content {
    padding: 15px 0 !important;
  }
  .woocommerce table.shop_table {
    margin: 1em 0;
    min-width: 300px;
  }
  .woocommerce table.shop_table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .woocommerce table.shop_table tr:nth-child(2n+2) {
    background: #f2f2f2;
  }
  .woocommerce table.shop_table tr td {
    display: block !important;
    margin: 0 !important;
    padding-left: 10px !important;
  }
  .woocommerce table.shop_table.cart th {
    display: none;
  }
  .woocommerce table.shop_table td:first-child {
    padding-top: .5em;
  }
  .woocommerce table.shop_table td:last-child {
    padding-bottom: .5em;
  }
  .woocommerce table.shop_table td:before {
    content: attr(data-th) " ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
    font-size: 14px;
    text-transform: none;
    color: rgba(57, 57, 57, 0.5);
  }
  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td {
    text-align: left !important;
  }
  .woocommerce table.shop_table .product-thumbnail {
    max-width: 100%;
  }
  .woocommerce table.shop_table .product-price {
    border-right-width: 1px;
  }
  .woocommerce table.shop_table .buttons-cart td:before,
  .woocommerce table.shop_table .buttons-cart td:after {
    content: '';
    display: table;
  }
  .woocommerce table.shop_table .buttons-cart td:after {
    clear: both;
  }
  .our-text .heading-h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .why-choose-us .owl-theme .owl-controls .owl-buttons div {
    top: 26%;
  }
  .layout1-home2 .icon .icon-style img {
    top: 24px;
    padding: 42px;
  }
  .layout1-home2 .icon span {
    top: -35px;
    padding: 72px 70px 43px;
  }
  .layout1-home2 h4 {
    margin-top: 25px;
  }
}
/* Screen < 460px */
@media screen and (max-width: 459px) {
  .mini_cart_inner .shopping_cart {
    height: 45px;
  }
  .our-text-second > .sub-title-num-two {
    font-size: 13px;
  }
  .our-text .text-sub {
    font-size: 13px;
  }
  .our-text .heading-h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .image-our-style img {
    margin-bottom: -44px;
  }
  .owl-theme .owl-controls .owl-buttons div {
    top: 21%;
  }
  .meet-our-team .team-member .text-our-team {
    display: block;
  }
  .meet-our-team .team-member .team-socials .team-socials-sub p > i {
    padding-bottom: 30px;
    padding-top: 45px;
  }
  .meet-our-team .team-member .team-socials .text-our-team {
    padding: 0 25px 35px;
  }
  .blog-and-fact .post-content-suffix {
    display: block;
  }
  .blog-and-fact .post-content-suffix::after {
    position: relative;
  }
  .vgp-item-i .post-content {
    padding: 13px 5px;
  }
  .wpb_content_element .heading-text {
    margin-bottom: 0;
  }
  .vc_custom_1483665892750 {
    padding-bottom: 0px !important;
  }
  .testimonials-ebuilder .testimonials-list {
    left: 7px;
    text-align: center;
  }
  .bottom-descriptions .bottom-text {
    padding: 0px;
  }
  .bottom-descriptions .bottom-text p {
    padding-right: 0px;
  }
  footer {
    font-size: 14px;
  }
  .widget-footer ul li a {
    font-size: 14px;
  }
  .footer .widget_nav_menu {
    padding-left: 0px;
  }
  .ft-contact-info.info-twitter > li > span {
    position: relative;
    left: 5px;
    top: -5px;
  }
  .photo-flick .three a {
    display: inline-flex;
    position: relative;
  }
  .blog-and-fact .post-content-suffix {
    padding: inherit;
  }
  .photo-flick .three a::after {
    top: 16px;
  }
  .photo-flick .three a::before {
    top: 16px;
  }
  .why-choose-us .vc_custom_1476411019989 {
    display: none;
  }
  .feature-works .vc_gitem-zone-mini h4 {
    color: #fff;
    font-size: 20px;
  }
  .our-service-home2 .text .text-heading {
    font-size: 16px;
  }
  .our-service-home2 .text .text-sub {
    font-size: 14px;
    line-height: 25px;
    padding-top: 5px;
  }
  .our-text .sub-title {
    font-size: 22px;
  }
  .style-layout5-home3 .wpb_single_image img {
    display: none;
  }
  .toolbar .woocommerce-result-count {
    margin-top: 10px;
  }
  .toolbar .woocommerce-ordering {
    margin-top: 5px;
  }
  .toolbar {
    padding: 25px 10px;
  }
  .page-shop.archive-product .list-view .vgw-item-i .button-group {
    margin-left: 0px;
  }
  .block-static.style3 .box-col {
    width: 100%;
  }
  .col-md-5ths,
  .list-person .vc_column_container {
    width: 100%;
  }
  .comments-area .children {
    padding: 0;
  }
  .comments-area .comment-author,
  .comments-area .comment-metadata {
    float: none;
    display: block;
    text-align: center;
  }
  #customer_details .woocommerce-billing-fields .form-row {
    width: 100%;
  }
  .tparrows,
  .tp-bullets {
    display: none;
  }
  .wpb_heading {
    font-size: 18px;
    letter-spacing: normal;
  }
  .woo-vertical-large .vgw-vertical .product-image,
  .woo-vertical-large .vgw-vertical .product-content {
    width: 100%;
  }
  .woo-vertical-large .vgw-vertical .product-content {
    padding: 15px 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 10px 0 10px 15px;
  }
  .woocommerce .single-product-info {
    padding-left: 0px;
    padding-top: 50px;
  }
  .post .post-content {
    padding: 15px 0;
  }
  .contacts-info .text-fun-facts.statistic {
    min-width: 200px;
  }
  .mini_cart_inner {
    padding-bottom: 10px;
  }
  .layout-2 .vina-product-search form {
    border-left: none !important;
  }
  .site-breadcrumb {
    padding: 20px 0;
  }
}
/* Screen < 320px */
@media screen and (max-width: 320px) {
  /* Front Page */
  .bottom-descriptions .team-socials li {
    margin: 0 4px 0 0;
  }
  .testimonials-ebuilder .testimonials-list::after {
    left: 130px;
  }
  .testimonials-ebuilder .testimonials-list::before {
    left: 130px;
  }
  .blog-and-fact .vgp-item-i .post-desc {
    font-size: 13px;
    max-width: 300px;
    padding-right: 21px;
  }
  .meet-our-team .team-member .team-socials .team-socials-sub p > i {
    padding-bottom: 0px;
    padding-top: 15px;
  }
  .meet-our-team .team-member .link-follow {
    padding: 10px 15px 0;
  }
  .meet-our-team .team-member .team-socials .text-our-team {
    padding: 0 25px;
  }
  .layout1-home2 .icon span {
    left: -4px;
    padding: 53px 60px 42px;
    top: -35px;
  }
  .page-title {
    font-size: 20px;
  }
  .contacts-info .text-fun-facts.statistic {
    min-width: 180px;
  }
  .image-our-style img {
    margin-bottom: -41px;
  }
  .second-border .topbar-widget {
    width: 100%;
  }
  .top-bar .vina-product-search form input[type="text"] {
    width: 150px;
  }
  .layout1-home2 .icon span {
    left: 0;
    padding: 54px 60px 42px;
  }
  .layout1-home2 .icon .icon-style img {
    padding: 34px;
    top: 25px;
  }
}
@media screen and (max-width: 240px) {
  .second-border {
    display: none;
  }
  .why-choose-home2 {
    margin-top: 30px !important;
  }
  .our-service-home2 .style-icon-offer {
    line-height: 56px;
    min-height: 56px;
    min-width: 56px;
  }
  .our-service-home2 .text {
    left: 80px;
  }
  .our-service-home2 .style-left .text {
    right: 80px;
  }
  .team-socials {
    display: none;
  }
  .our-service-home2 .our-sub {
    padding-bottom: 45px;
  }
  .our-service-home2 .style-left .our-sub {
    padding-bottom: 120px;
  }
  .layout1 .text-right.col-topbar {
    display: none;
  }
  .heading-text .heading-sub {
    font-size: 19px;
  }
  .our-text .sub-title {
    font-size: 19px;
  }
  .why-choose-us .owl-theme .owl-controls .owl-buttons div {
    top: 15%;
  }
  .style-layout5-home3.why-choose-us .post-meta .post-category:first-child {
    margin-right: 0;
  }
}
.footer .widget_nav_menu ul > li > a::before {
  content: none;
}
.sticky.post .more-link a:hover {
  border-color: #fab803;
}
.sticky.post .post-content .entry-title {
  margin-top: -20px;
}
.vgw-item-i:hover .button-group > div {
  opacity: 1 !important;
}
.widget_rss h3 a.rsswidget {
  margin-right: 5px;
  margin-left: 0px;
}
caption {
  padding: 10px 10px 10px 0;
}
.woocommerce-page .archive-product aside.widget_vg_ebuilder_category_treeview,
.woocommerce-page .archive-product aside.widget_top_rated_products,
.woocommerce-page .archive-product aside.widget_product_tag_cloud {
  border: solid 1px #e5e5e5;
}
.woocommerce-page .archive-product aside.widget_vg_ebuilder_category_treeview .widget-title h3,
.woocommerce-page .archive-product aside.widget_top_rated_products .widget-title h3,
.woocommerce-page .archive-product aside.widget_product_tag_cloud .widget-title h3 {
  margin-left: 30px;
}
.owl-theme:hover .owl-controls .owl-buttons div {
  opacity: 1 !important;
}
.top-bar .widget:first-child {
  margin-bottom: 0px;
}
.top-bar .widget {
  margin-bottom: 30px;
}
.top-bar .text-right .widget-title h3 {
  text-align: right;
  color: #fff;
}
.top-bar .text-right .widget-title h3:after {
  left: auto;
  right: 0;
}
.top-bar .text-right .widget-title h3:before {
  right: 0;
  left: auto;
}
.top-bar .text-right .widget_nav_menu ul li {
  padding-right: 15px !important;
  padding-left: 0;
}
.top-bar .text-center-02 .vg-text {
  text-align: center;
}
.top-bar .text-center-02 .textwidget p,
.top-bar .text-center-02 .tagcloud a,
.top-bar .text-center-02 .widget_calendar tr td {
  line-height: normal;
}
.top-bar .text-center-02 .textwidget .vg-text p {
  line-height: 0;
}
#vg-footer-wrapper .footer {
  padding-top: 57px;
}
.wpb_row .vc_tta.vc_general .vc_tta-tab > a {
  background-color: rgba(0, 0, 0, 0) !important;
  border: medium none !important;
  color: #0f0f0f !important;
  padding: 10px 12px !important;
}
.wpb_row .vc_tta.vc_general .vc_tta-tab {
  margin: 0 15px !important;
}
.main-container.archive-product #secondary-2 aside > ul {
  margin-left: 0px;
}
.main-container.archive-product #secondary-2 aside:first-child .widget-title h3 {
  padding-top: 0px;
}
.css-map iframe {
  width: 100%;
  height: 540px;
}
.flex-control-thumbs li {
  width: 100% !important;
}
.single-product-image .flex-viewport {
  border: solid 1px #e5e5e5;
}
.single-product-image .flex-viewport .zoomImg {
  display: none !important;
}
.single-product-image .flex-control-nav.flex-control-thumbs.owl-carousel .owl-item {
  padding: 0 15px;
}
.single-product-image .flex-control-nav.flex-control-thumbs.owl-carousel .owl-item li {
  padding: 5px;
  border: solid 1px #e5e5e5;
}
.single-product .single-product-image .owl-theme .owl-controls .owl-buttons div {
  top: 62%;
}
.single-product-image .flex-control-nav.flex-control-thumbs {
  overflow: unset !important;
}
.single-product .single-product-image .product-label span.sale {
  left: 0;
  position: absolute;
  right: auto;
  top: 55px;
}
.single-product .single-product-image .product-label span.sale::before,
.single-product .single-product-image .product-label span.sale::after {
  left: auto;
  right: -9px;
}
.single-product .single-product-image .product-label span::before,
.single-product .single-product-image .product-label span::after {
  border-left: 0 solid rgba(0, 0, 0, 0);
  border-right: 12px solid rgba(0, 0, 0, 0);
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  border-radius: 0;
}
#placeholder_product_quick_view .product_infos .group_table td:first-child,
.single-product .group_table td:first-child {
  width: auto !important;
}
.single-product-info .woocommerce-variation-price .product-price {
  font-size: 25px;
  line-height: 30px;
  margin: 0;
}
#quick_view_container .images .woocommerce-product-gallery__image:first-child {
  display: block;
}
#quick_view_container .product-images-wrapper .woocommerce-product-gallery__image {
  display: none;
}
#quick_view_container .images {
  margin-bottom: 0;
  opacity: 1 !important;
  width: 100%;
}
#placeholder_product_quick_view .product-label {
  position: relative;
  z-index: 1000;
}
#placeholder_product_quick_view .product_infos .product-price {
  font-size: 25px;
}
#placeholder_product_quick_view .product_infos .product-price del span {
  font-size: 20px;
}
#placeholder_product_quick_view .product_infos .group_table .price {
  font-size: 20px;
}
#placeholder_product_quick_view .product_infos .group_table .price del span {
  font-size: 15px;
}
#placeholder_product_quick_view .product_infos .group_table .price ins span {
  font-size: 20px;
}
#placeholder_product_quick_view .product_infos .group_table .price .in-stock {
  display: none;
}
.featured-products-home3 .product-rating {
  display: none !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  padding: 0 !important;
}
#vg-header-wrapper.fixed .vina-product-search form {
  background-color: #fff;
  border: 10px solid #ededed;
}
#vg-header-wrapper.fixed .vina-product-search form .SumoSelect > .CaptionCont {
  color: #212121;
}
#vg-header-wrapper.fixed .vina-product-search form input[type="text"] {
  background-color: #fff;
  border-color: #e6e6e6;
  color: #000 !important;
}
#vg-header-wrapper.fixed .vina-product-search form button::after {
  color: #212121;
  font-size: 25px;
}
#vg-header-wrapper.fixed .vina-product-search form button {
  background-color: rgba(0, 0, 0, 0);
}
#vg-header-wrapper.fixed .vina-product-search form .select-category::after {
  color: #222;
}
.layout-2 #vg-header-wrapper.fixed .first-border,
.layout-2 #vg-header-wrapper.fixed .text-center-02 {
  display: none;
}
.layout-2 #vg-header-wrapper.fixed .text-right {
  float: right;
}
.layout-2 #vg-header-wrapper.fixed .vina-product-search form {
  border-left: 10px solid #ededed !important;
  max-height: unset;
}
.list-view .vgw-item-i .button-group > div{
    transform: none !important;
}
.vgw-item-i .button-group > div{
    display: inline-block !important;
}