/* Globals */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes showreadmore {
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes showreadmore {
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes showex {
  100% {
    opacity: 1;
  }
}
@keyframes showex {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showrmbox {
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes showrmbox {
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.body-font {
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
.title-font {
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
body {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  background: white;
  word-wrap: break-word;
  overflow-x: hidden;
  letter-spacing: .03em;
  font-size: 16px;
  font-weight: 300;
}
body.single-product {
  background: white;
}
body.single-product .mega-container {
  background: white;
}
.mega-container {
  background: white;
  max-width: 1170px;
  margin: auto;
  margin-top: 20px;
  overflow: visible;
}
body.single-product .mega-container {
  max-width: none;
}
a {
  color: #7dbb3e;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #7dbb3e;
}
.container {
  margin: auto;
}
.panel {
  background: none;
}
::selection {
  background: #7dbb3e;
  color: white;
}
/* ---------- Header ------------- */
#masthead {
  text-align: center;
  background: white;
  color: #666666;
  overflow: visible;
  min-height: 86px;
}
#masthead #text-title-desc {
  clear: none;
  float: none;
  vertical-align: middle;
}
#masthead .masthead-container {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  overflow: visible;
  display: inline-block;
  width: 100%;
}
.site-branding {
  padding: 17px 0;
  position: relative;
  top: 0px;
  display: inline-block;
  float: left;
  padding-bottom: 0;
  height: 54px;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .site-branding {
    float: none;
  }
}
.site-branding .title-font {
  margin: 0;
}
.site-branding .site-description {
  margin: 0;
}
#site-stats {
  float: left;
  display: block;
  border-left: solid 1px #eee;
  padding: 4px 23px;
  font-size: 13px;
  text-align: left;
  margin-left: 23px;
  margin-top: 18px;
  box-shadow: -1px 0 rgba(230, 230, 230, 0.3);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #site-stats {
    display: none;
  }
}
#site-stats .line1 {
  margin-bottom: 3px;
}
#section-bar {
  clear: both;
  padding: 35px 15px;
  position: relative;
  z-index: 2;
  background-image: url(../images/hbg.png);
  background-size: cover;
  font-size: 32px;
  font-weight: 600;
  color: white;
  box-shadow: inset 0 3px 6px rgba(119, 119, 119, 0.5);
}
#section-bar .version {
  float: right;
}
#site-logo {
  display: inline-block;
  height: 50px;
}
#site-logo img {
  height: 79px;
  margin-bottom: 0px;
  width: auto;
}
@media screen and (max-width: 991px) {
  #site-logo {
    float: none;
  }
}
#jumbosearch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.98);
  z-index: 99;
  text-align: center;
  display: none;
}
#jumbosearch .form {
  margin-top: 10%;
}
#jumbosearch .form label {
  width: 80%;
  text-align: center;
}
#jumbosearch .form input[type=search] {
  background: none;
  outline: none;
  padding: 20px;
  font-size: 28px;
  border: none;
  border-bottom: solid 1px #ddd;
  border-radius: 0;
  color: white;
  width: 80%;
  text-align: center;
  clear: both;
}
#jumbosearch .form input[type=submit] {
  display: none;
  text-transform: uppercase;
}
#jumbosearch .closeicon {
  position: absolute;
  right: 30px;
  top: 40px;
  color: #eee;
  font-size: 27px;
  padding: 15px;
  cursor: pointer;
}
/* -------- Nav Menu ---------- */
.btn-navigation {
  float: right;
  display: block;
  padding: 15px 0;
  position: relative;
  top: 6px;
}
@media screen and (max-width: 479px) {
  .btn-navigation {
    float: none;
    clear: both;
  }
}
.btn-navigation .contact-menu {
  margin-left: 5px;
}
.btn-navigation .contact-menu .btn {
  background: #7dbb3e;
  color: white;
  border: solid 1px #7dbb3e;
}
.btn-navigation .contact-menu .btn .caret {
  margin-left: 5px;
}
.btn-navigation .themes-menu {
  margin-right: 2px;
}
@media screen and (max-width: 330px) {
  .btn-navigation .themes-menu {
    margin-bottom: 5px;
  }
}
.btn-navigation .themes-menu .btn {
  background: #5f94b6;
  color: white;
  border-color: #82abc6;
}
.btn-navigation ul.dropdown-menu {
  left: auto;
  right: 0;
}
#searchicon {
  padding: 6px 10px;
  cursor: pointer;
  display: inline-block;
  border: solid 1px #ccc;
  border-radius: 3px;
  position: relative;
  top: 1px;
  margin-left: 5px;
}
@media screen and (max-width: 991px) {
  #searchicon {
    display: none;
  }
}
#homepage-banner {
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 0px;
  padding: 100px 20px;
  position: relative;
}
#homepage-banner .layer-white {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
}
#homepage-banner .banner-title {
  font-weight: 300;
  font-size: 27px;
  position: relative;
  z-index: 2;
}
#homepage-banner .banner-desc {
  font-size: 18px;
  color: #7dbb3e;
  font-weight: 300;
  margin: 30px auto;
  position: relative;
  z-index: 2;
}
#homepage-banner .banner-button {
  background: #7dbb3e;
  /*
		background: -webkit-linear-gradient(lighten(@accent, 10%), @accent);
		background: -moz-linear-gradient(lighten(@accent, 10%), @accent);
		background: linear-gradient(lighten(@accent, 10%), @accent);
*/
  color: white;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 10px 14px;
  position: relative;
  line-height: 5em;
  z-index: 1;
  transition: box-shadow 0.05s ease-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#homepage-banner .banner-img {
  position: relative;
  bottom: 120px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #homepage-banner {
    margin-bottom: 0px;
  }
  #homepage-banner .banner-img {
    bottom: 35px;
  }
  #homepage-banner .banner-title {
    font-size: 20px;
  }
  #homepage-banner .banner-desc {
    font-size: 13px;
    margin-top: 5px;
  }
  #homepage-banner .banner-button {
    top: 20px;
  }
}
#benefits {
  overflow: auto;
  clear: both;
  margin-bottom: 40px;
  /*
	.left {
		text-align: center;
		@media screen and (max-width: 767px) {
			img {
				max-width: 80%;
			}
			margin-bottom: 20px;
		}
	}
	.content {
		color: @content;
		line-height: 2.1em;
		margin-bottom: 20px;
	}
	.access-to {
		margin-left: 20px;
		list-style: none;
		color: @content;
		li {
			margin: 11px 0;
			&:before {
				color: @accent;
				content: "\f005";
				font-family: "FontAwesome";
				margin-right: 7px;
			}
		}
	}
*/
}
#benefits .benefits-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #7dbb3e;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #benefits .benefits-title {
    margin-bottom: 20px;
  }
}
#benefits .benefit-section {
  text-align: center;
}
#benefits .benefit-section img {
  width: 80%;
}
#benefits .benefit-section .benefit-desc {
  font-size: 22px;
}
#featured-themes {
  max-width: 860px;
  margin: 30px auto;
}
#featured-themes article {
  padding: 0 30px;
}
#featured-themes .featured-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #7dbb3e;
  text-align: center;
  margin-bottom: 45px;
}
#featured-themes .featured-thumb {
  background: #f2f2f2;
  padding: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  /*
		img {
			width: 100%;
			-webkit-filter: brightness(0.9);
			filter: brightness(0.9);
			.transition(0.2s all ease);
		}
*/
}
#featured-themes .featured-thumb:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
#featured-themes .out-thumb {
  margin-bottom: 40px;
  padding: 0 5px;
}
#featured-themes .out-thumb .entry-title {
  padding: 0;
  font-size: 16px;
  display: inline-block;
  margin-top: 15px;
}
#featured-themes .out-thumb .entry-title a {
  color: #6f6f6f;
  font-weight: bold;
  text-transform: uppercase;
}
#featured-themes .out-thumb .entry-title a:hover {
  color: #7dbb3e;
}
#featured-themes .out-thumb .free,
#featured-themes .out-thumb .price-count,
#featured-themes .out-thumb .sales-count,
#featured-themes .out-thumb .download-count {
  float: right;
  margin-top: 15px;
}
#featured-themes .out-thumb .free,
#featured-themes .out-thumb .price-count {
  color: #7dbb3e;
  margin-right: 5px;
}
#featured-themes .out-thumb .sales-count,
#featured-themes .out-thumb .download-count {
  color: #f2c22d;
}
#featured-themes .buttons {
  text-align: center;
  margin-bottom: 20px;
  clear: both;
  overflow: auto;
  padding-top: 11px;
  padding-bottom: 20px;
}
#featured-themes .banner-button {
  background: #7dbb3e;
  /*
		background: -webkit-linear-gradient(lighten(@accent, 10%), @accent);
		background: -moz-linear-gradient(lighten(@accent, 10%), @accent);
		background: linear-gradient(lighten(@accent, 10%), @accent);
*/
  color: white;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 10px 14px;
  position: relative;
  line-height: 5em;
  z-index: 1;
  transition: box-shadow 0.05s ease-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#featured-themes .banner-button.free {
  background: #d54e21;
  background: -webkit-linear-gradient(#e26e47, #d54e21);
  background: -moz-linear-gradient(#e26e47, #d54e21);
  background: linear-gradient(#e26e47, #d54e21);
}
#featured-themes .banner-button.premium {
  background: -webkit-linear-gradient(#cc0428, #9a031e);
  background: -moz-linear-gradient(#cc0428, #9a031e);
  background: linear-gradient(#cc0428, #9a031e);
}
/* Featured News Section */
#featured-news .featured-news-container {
  margin-bottom: 20px;
}
#featured-news .featured-news-container .fg-item-container {
  padding: 2px;
}
#featured-news .featured-news-container .fg-item-container .fg-item {
  overflow: hidden;
}
#featured-news .featured-news-container .fg-item-container .product-details {
  position: absolute;
  bottom: 2px;
  right: 2px;
  left: 2px;
  background: rgba(255, 255, 255, 0.5);
  color: #666666;
}
#featured-news .featured-news-container .fg-item-container .product-details h3 {
  font-size: 14px;
  margin: 0;
  padding: 8px 13px;
}
#featured-news .featured-news-container .fg-item-container img {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#featured-news .featured-news-container .fg-item-container:hover img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: 0.8s all ease;
  -webkit-transition: 0.8s all ease;
  -moz-transition: 0.8s all ease;
  -ms-transition: 0.8s all ease;
  -o-transition: 0.8s all ease;
}
/* Swiper Coverflow */
#coverflow,
#coverflow-posts {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
#coverflow .section-title,
#coverflow-posts .section-title {
  margin-left: 25px;
  margin-bottom: -10px;
  margin-top: 40px;
}
#coverflow .swiper-container,
#coverflow-posts .swiper-container,
#coverflow .swiper-container-posts,
#coverflow-posts .swiper-container-posts {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
#coverflow .swiper-container .swiper-slide,
#coverflow-posts .swiper-container .swiper-slide,
#coverflow .swiper-container-posts .swiper-slide,
#coverflow-posts .swiper-container-posts .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}
#coverflow .product-details,
#coverflow-posts .product-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
#coverflow h3,
#coverflow-posts h3 {
  background: rgba(125, 187, 62, 0.8);
  color: white;
  text-align: center;
  display: inline-block;
  padding: 10px;
  clear: both;
  font-size: 14px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#coverflow h3:hover,
#coverflow-posts h3:hover {
  background: #7dbb3e;
}
#coverflow .swiper-pagination-bullet-active,
#coverflow-posts .swiper-pagination-bullet-active {
  background: #7dbb3e;
}
/* swiper fp - 3d Cube & grid */
#featured-products,
#featured-posts {
  position: relative;
  padding: 15px;
  padding-right: 10px;
}
/* 3d Cube */
.fp-container,
.fposts-container {
  width: auto;
  height: auto;
}
.fp-container .swiper-slide .product-details,
.fposts-container .swiper-slide .product-details {
  background: rgba(125, 187, 62, 0.8);
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 7px;
  color: white;
}
.fp-container .swiper-slide .product-details ins,
.fposts-container .swiper-slide .product-details ins {
  background: none;
}
.fp-container .swiper-slide .product-details h3,
.fposts-container .swiper-slide .product-details h3 {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .fp-container .swiper-slide .product-details h3,
  .fposts-container .swiper-slide .product-details h3 {
    font-size: 14px;
  }
}
.swiper-wrapper {
  margin-bottom: 25px;
}
/* section titles */
.section-title {
  color: white;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 0px 0px;
  border-radius: 2px;
  display: inline-block;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .section-title {
    margin-top: 20px;
  }
}
#content {
  margin-top: 00px;
}
.grid-row {
  margin: 0;
}
/* Grid */
.grid {
  margin: 10px 0;
  padding-left: 0;
  padding-bottom: 17px;
  border-bottom: solid 1px #eee;
}
@media screen and (max-width: 768px) {
  .grid {
    border-bottom: none;
  }
}
.grid:nth-last-child(2) {
  border: none;
}
.grid .featured-thumb {
  overflow: hidden;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .grid .featured-thumb img {
    width: 100%;
  }
}
.grid .featured-thumb img {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.grid .featured-thumb:hover img {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -moz-filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
@media screen and (max-width: 768px) {
  .grid .out-thumb {
    padding: 10px 3px;
  }
}
.grid .out-thumb h1 {
  margin: 5px 0;
  margin-top: 1px;
  font-weight: normal;
  font-size: 19px;
}
.grid .out-thumb h1 a {
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  color: #151515;
  padding-bottom: 2px;
}
.grid .out-thumb h1 a:hover {
  color: #7dbb3e;
}
.grid .out-thumb .postedon {
  font-size: 12px;
  color: #aaa;
  font-weight: 300;
  margin-bottom: 5px;
}
.grid .out-thumb .postedon a {
  color: #999;
  text-decoration: underline;
}
.grid .out-thumb .postedon a:hover {
  color: #7dbb3e;
}
.grid .out-thumb .entry-excerpt {
  color: #777;
  line-height: 1.6em;
  font-weight: 400;
}
.grid .readmore {
  display: block;
  clear: both;
}
.grid .hvr-underline-from-center:before {
  height: 1px;
  background: #7dbb3e;
}
.grid_2_column {
  padding: 0;
  border-bottom: none;
}
.grid_2_column .out-thumb {
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .grid_2_column {
    padding-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .grid_2_column:nth-child(even) {
    padding-left: 10px;
  }
  .grid_2_column:nth-child(odd) {
    padding-right: 10px;
    clear: left;
  }
}
.grid_3_column {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .grid_3_column:nth-child(odd) {
    padding-right: 10px;
    clear: none;
  }
  .grid_3_column:nth-child(3n+1) {
    clear: left;
  }
}
.tromax .featured-thumb {
  border-top: none;
}
.tromax .out-thumb h1 {
  font-size: 26px;
}
.tromax .out-thumb .readmore {
  display: block;
  clear: both;
  margin-top: 5px;
}
.tromax .out-thumb .readmore a {
  background: #7dbb3e;
  color: white;
  display: inline-block;
  padding: 3px 8px;
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 11px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  border-radius: 3px;
}
.tromax .out-thumb .readmore a:hover {
  background: white;
  color: #666666;
}
.themes-page {
  padding: 0;
}
.themes-page header.entry-header {
  width: 100%;
}
.themes-page header.entry-header span.pageno {
  display: none !important;
}
.themes-page .template-entry-title {
  text-align: center;
  font-weight: bold;
  text-shadow: 0 2px 0 #ddd;
  color: #555;
  margin-bottom: 30px;
}
.themes-page .page-content {
  color: #555555;
  line-height: 1.8em;
  padding: 10px 15px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
}
.themes-page .grid-row {
  padding: 0;
}
.themes-page .site-main {
  display: flex;
  flex-wrap: wrap;
}
.themes_loop {
  margin-bottom: 40px;
}
.themes_loop .featured-thumb {
  padding: 5px;
  background: #fcfcfc;
  border: solid 1px #f0f0f0;
}
.themes_loop .featured-thumb img {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.themes_loop .out-thumb {
  text-align: center;
  padding: 0;
}
.themes_loop .out-thumb .entry-header {
  padding: 3px;
}
.themes_loop .out-thumb .entry-title {
  margin-top: 15px;
  font-size: 18px;
  margin-bottom: 5px;
}
.themes_loop .out-thumb .entry-title a {
  font-weight: bold;
  color: #2f2f2f;
}
.themes_loop .out-thumb .download-count,
.themes_loop .out-thumb .price-count,
.themes_loop .out-thumb .sales-count {
  color: rgba(85, 85, 85, 0.8);
  margin-bottom: 10px;
  margin-top: 5px;
  display: inline-block;
}
.themes_loop .out-thumb .price-count {
  color: #d9582c;
  font-weight: bold;
}
.themes_loop .out-thumb .sales-count {
  color: #f1bc1a;
  margin-left: -3px;
}
.themes_loop .out-thumb .sep {
  color: rgba(85, 85, 85, 0.5);
  display: inline-block;
  margin: 5px 3px 10px 3px;
}
.themes_loop .out-thumb .buttons a {
  background: #7dbb3e;
  color: white;
  display: inline-block;
  padding: 10px 18px;
  margin: 1px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  border-bottom: solid 2px #73ac39;
}
.themes_loop .out-thumb .buttons a .fa {
  margin-right: 5px;
}
.themes_loop .out-thumb .buttons a:hover {
  background: #699c34;
}
.themes_loop .out-thumb .buttons .download-theme-btn {
  background: #d9582c;
  border-bottom: solid 2px #cc4f25;
}
.themes_loop .out-thumb .buttons .download-theme-btn:hover {
  background: #bb4922;
}
.themes_loop:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#testimonials {
  overflow: auto;
}
#testimonials #test-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #7dbb3e;
  text-align: center;
  margin-bottom: 45px;
}
#testimonials .testimonial {
  min-height: 150px;
  text-align: center;
  padding: 5%;
}
#testimonials .testimonial .test-img {
  text-align: center;
}
#testimonials .testimonial .test-img img {
  width: 20%;
  border-radius: 50%;
}
#testimonials .testimonial .test-img .test-name {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 300;
}
#testimonials .testimonial .test {
  font-size: 16px;
  font-style: italic;
  line-height: 2em;
  display: inline-block;
  position: relative;
}
#testimonials .testimonial .test:before {
  content: "\f10d";
  font-family: "FontAwesome";
  position: absolute;
  font-style: normal;
  color: #80b84e;
  font-size: 30px;
  left: -30px;
  top: -15px;
}
#ih-hero {
  margin: 20px auto;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #ih-hero {
    text-align: center;
  }
}
#ih-hero #hero-img {
  float: right;
}
#ih-hero p {
  line-height: 1.8em;
  font-size: 18px;
  font-weight: 300;
}
#ih-hero a {
  display: inline-block;
  padding: 10px 14px;
  margin-top: 5px;
  color: white;
  background: #7dbb3e;
}
#theme-features {
  text-align: center;
  margin: 20px auto;
}
#theme-features .features-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #7dbb3e;
  text-align: center;
  margin-bottom: 45px;
}
#theme-features .feature-title {
  font-size: 20px;
  line-height: 2em;
}
article.search-result h1.entry-title {
  margin-bottom: 10px;
}
article.search-result h1.entry-title a {
  font-size: 18px;
  color: #639531;
}
article.search-result .entry-summary {
  margin-top: 10px;
}
/* --------------- pagination ------------ */
.pagination {
  margin: 20px 0;
  padding-top: 25px;
  text-align: center;
  width: 100%;
  clear: both;
}
.pagination ul {
  list-style: none;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  margin-left: 0px;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a {
  color: #7ab73d;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.pagination ul > li > a:hover {
  color: #7dbb3e;
  background: white;
}
.pagination .current {
  background: #e6e6e6;
  background: #d9d9d9;
}
.pagination ul  > li  > a,
.pagination ul  > li  > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  margin-right: 5px;
  background-color: #f2f2f2;
  border: 1px solid #ebebeb;
  display: inline-block;
  color: #555555;
}
.pagination ul  > li  > a:hover,
.pagination ul  > li  > span:hover {
  background: none;
}
#secondary {
  margin-top: 15px;
  position: relative;
  /*
aside:nth-child(odd) {
		background: #fafafa;
		border: solid 1px #eee;
	}
*/
  /* Some Styling for Default WordPress Widgets */
  /* Pulse Grow */
}
#secondary aside {
  padding: 10px;
}
#secondary h1.widget-title {
  font-weight: bold;
  color: #2f2f2f;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 0px;
  border-bottom: double 1px rgba(85, 85, 85, 0.2);
  padding-bottom: 10px;
  border-width: 1px 0 4px;
}
#secondary .widget a {
  color: #3b3b3b;
  font-weight: normal;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#secondary .widget a:hover {
  color: #7dbb3e;
}
#secondary .widget ul {
  font-size: 14px;
  margin-left: 0px;
}
#secondary .widget ul li {
  list-style: none;
  border-bottom: solid 1px #f2f2f2;
  padding: 6px;
}
#secondary .widget ul li:last-child {
  border-bottom: none;
}
#secondary .widget_search {
  margin-bottom: 20px;
}
#secondary .widget_search label {
  width: 100%;
}
#secondary .widget_search input[type=search] {
  background: white;
  border: solid 2px #f4f4f4;
  border-radius: 0px;
  padding: 15px;
  font-size: 16px;
  padding-bottom: 10px;
  outline: none;
  width: 80%;
}
#secondary .search-submit {
  display: none;
}
#secondary .widget_recent_entries ul li:before,
#secondary .widget_recent_comments ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_pages ul li:before,
#secondary .widget_archive ul li:before,
#secondary .widget_meta ul li:before,
#secondary .widget_nav_menu ul li:before {
  content: "\f054";
  font-family: "FontAwesome";
  color: #7b7b7b;
  font-size: 10px;
  margin-right: 5px;
}
#secondary .widget_recent_entries ul li,
#secondary .widget_recent_comments ul li,
#secondary .widget_categories ul li,
#secondary .widget_pages ul li,
#secondary .widget_archive ul li,
#secondary .widget_meta ul li,
#secondary .widget_nav_menu ul li {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#secondary .widget_recent_entries ul li:hover,
#secondary .widget_recent_comments ul li:hover,
#secondary .widget_categories ul li:hover,
#secondary .widget_pages ul li:hover,
#secondary .widget_archive ul li:hover,
#secondary .widget_meta ul li:hover,
#secondary .widget_nav_menu ul li:hover {
  transform: translateX(2px);
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
}
#secondary .widget_tag_cloud .tagcloud a,
#secondary .widget_product_tag_cloud .tagcloud a {
  background: #7dbb3e;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: lighter;
  color: #f4f4f4;
  padding: 7px 5px;
  margin-bottom: 5px;
  display: inline-block;
}
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
#secondary .tagcloud a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
#secondary .tagcloud a:hover,
#secondary .tagcloud a:focus,
#secondary .tagcloud a:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
#secondary .widget_tromax_rp li.rp-item {
  overflow: auto;
  clear: both;
  display: block;
  padding: 8px 0px;
  font-size: 13px;
}
#secondary .widget_tromax_rp .rp-thumb {
  width: 52px;
  float: left;
  display: inline-block;
  margin-right: 6px;
}
#secondary .widget_tromax_rp .rp-date {
  color: #6f6f6f;
  font-size: 11px;
}
#secondary button {
  background: #d9d9d9;
  color: #555555;
}
#secondary input[type=text],
#secondary input[type=search],
#secondary textarea {
  background: #f2f2f2;
  border: solid 1px #6ba035;
  outline: none;
  color: #555555;
}
#secondary input[type=text]::-webkit-input-placeholder,
#secondary input[type=search]::-webkit-input-placeholder,
#secondary textarea::-webkit-input-placeholder {
  color: #626262;
}
#secondary input[type=text]:-moz-placeholder,
#secondary input[type=search]:-moz-placeholder,
#secondary textarea:-moz-placeholder {
  color: #626262;
}
#secondary input[type=text]::-moz-placeholder,
#secondary input[type=search]::-moz-placeholder,
#secondary textarea::-moz-placeholder {
  color: #626262;
}
#secondary input[type=text]:-ms-input-placeholder,
#secondary input[type=search]:-ms-input-placeholder,
#secondary textarea:-ms-input-placeholder {
  color: #626262;
}
#infinite-handle {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
  width: 100%;
  clear: both;
}
#infinite-handle span {
  background: rgba(0, 0, 0, 0);
}
#infinite-handle span button,
#infinite-handle span button:hover {
  background: #e6e6e6;
  box-shadow: none;
  font-size: 15px;
  font-weight: 300;
  color: black;
  text-shadow: none;
  border-radius: 0px;
  border-bottom: solid 2px #cccccc;
  padding: 5px 10px;
  outline: none;
}
/* infinite Loader */
span.infinite-loader .spinner {
  left: 50% !important;
}
.infinity-end.neverending #main {
  margin-bottom: 100px;
}
/* Footer Sidebar */
#footer-sidebar {
  background: #393939;
}
#footer-sidebar .footer-column {
  /* Pulse Grow */
}
#footer-sidebar .footer-column h1.widget-title {
  font-weight: normal;
  font-size: 20px;
  text-transform: none;
  color: #ececec;
  border-bottom: double 1px #4b4b4b;
  padding-bottom: 10px;
  border-width: 1px 0 4px;
}
#footer-sidebar .footer-column .widget {
  color: #d8d8d8;
}
#footer-sidebar .footer-column .widget a {
  color: #c4c4c4;
  font-weight: 400;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#footer-sidebar .footer-column .widget a:hover {
  text-decoration: underline;
}
#footer-sidebar .footer-column .widget ul {
  margin-left: 0px;
}
#footer-sidebar .footer-column .widget ul li {
  list-style: none;
  padding: 5px;
}
#footer-sidebar .footer-column .widget ul li ul {
  margin-left: 5px;
}
#footer-sidebar .footer-column .widget ul li li {
  margin-left: 2px;
  border-bottom: none;
  padding: 2px;
}
#footer-sidebar .footer-column .widget_tag_cloud .tagcloud a {
  background: #7dbb3e;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: lighter;
  color: #f4f4f4;
  padding: 7px 5px;
  margin-bottom: 5px;
  display: inline-block;
}
#footer-sidebar .footer-column .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #57822b;
}
#footer-sidebar .footer-column .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #a3d174;
}
#footer-sidebar .footer-column .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #639531;
}
#footer-sidebar .footer-column button {
  background: #57822b;
  color: #dddddd;
}
#footer-sidebar .footer-column input[type=text],
#footer-sidebar .footer-column input[type=search],
#footer-sidebar .footer-column textarea {
  background: #699c34;
  border: solid 1px #639531;
  outline: none;
  color: #dddddd;
}
#footer-sidebar .footer-column input[type=text]::-webkit-input-placeholder,
#footer-sidebar .footer-column input[type=search]::-webkit-input-placeholder,
#footer-sidebar .footer-column textarea::-webkit-input-placeholder {
  color: #d0d0d0;
}
#footer-sidebar .footer-column input[type=text]:-moz-placeholder,
#footer-sidebar .footer-column input[type=search]:-moz-placeholder,
#footer-sidebar .footer-column textarea:-moz-placeholder {
  color: #d0d0d0;
}
#footer-sidebar .footer-column input[type=text]::-moz-placeholder,
#footer-sidebar .footer-column input[type=search]::-moz-placeholder,
#footer-sidebar .footer-column textarea::-moz-placeholder {
  color: #d0d0d0;
}
#footer-sidebar .footer-column input[type=text]:-ms-input-placeholder,
#footer-sidebar .footer-column input[type=search]:-ms-input-placeholder,
#footer-sidebar .footer-column textarea:-ms-input-placeholder {
  color: #d0d0d0;
}
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
#footer-sidebar .footer-column .tagcloud a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
#footer-sidebar .footer-column .tagcloud a:hover,
#footer-sidebar .footer-column .tagcloud a:focus,
#footer-sidebar .footer-column .tagcloud a:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
#footer-sidebar .footer-column .widget_tromax_rp li.rp-item {
  overflow: auto;
  clear: both;
  display: block;
  padding: 8px 0px;
  font-size: 13px;
}
#footer-sidebar .footer-column .widget_tromax_rp .rp-thumb {
  width: 52px;
  float: left;
  display: inline-block;
  margin-right: 6px;
}
#footer-sidebar .footer-column .widget_tromax_rp .rp-date {
  color: #bbbbbb;
  font-size: 11px;
}
#footer-sidebar .footer-column .widget_recent_entries ul li:before,
#footer-sidebar .footer-column .widget_recent_comments ul li:before,
#footer-sidebar .footer-column .widget_categories ul li:before,
#footer-sidebar .footer-column .widget_pages ul li:before,
#footer-sidebar .footer-column .widget_archive ul li:before,
#footer-sidebar .footer-column .widget_meta ul li:before,
#footer-sidebar .footer-column .widget_nav_menu ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #c8c8c8;
  font-size: 10px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
#footer-sidebar .footer-column .woocommerce .amount {
  color: #d0d0d0;
}
#footer-sidebar .footer-column .woocommerce ins .amount {
  color: #484848;
}
#most-recommended-themes {
  background: #2c2c2c;
}
#most-recommended-themes .mr-head {
  text-align: center;
  color: white;
}
#most-recommended-themes .mr-boxes {
  margin: 15px 0;
  transition: 0.4s all ease;
}
@media screen and (max-width: 420px) {
  #most-recommended-themes .mr-boxes {
    width: 100%;
  }
}
#most-recommended-themes .mr-boxes .featured-thumb {
  padding: 0;
}
#most-recommended-themes .mr-boxes .featured-thumb img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}
#most-recommended-themes .mr-boxes .out-thumb {
  margin-top: -30px;
  background: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: auto;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #most-recommended-themes .mr-boxes .out-thumb h3 {
    font-size: 20px;
    font-weight: 600;
  }
}
@media screen and (max-width: 479px) {
  #most-recommended-themes .mr-boxes .out-thumb h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
  #most-recommended-themes .mr-boxes .out-thumb h3 {
    font-size: 24px;
  }
}
#most-recommended-themes .mr-boxes:hover {
  transition: 0.4s all ease;
  transform: scale(1.05);
}
#colophon {
  background: #202020;
  padding: 15px 10px 15px 10px;
  color: #6d6d6d;
  font-size: 13px;
  text-align: center;
}
#colophon a {
  color: #777;
  text-decoration: underline;
}
#colophon a:hover {
  color: #aaa;
}
/* Single Posts Area */
#primary-mono {
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #primary-mono {
    padding-left: 10px;
  }
}
#primary-mono #content {
  margin-top: 20px;
}
#primary-mono #featured-image img {
  width: 100%;
}
#primary-mono h1.entry-title {
  font-weight: bold;
  color: #2f2f2f;
  font-size: 36px;
  margin-top: 0px;
  padding: 10px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0px;
}
#primary-mono h1.entry-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 17px;
  background: #e6e6e6;
}
#primary-mono .entry-meta {
  margin-top: 5px;
  font-size: 11px;
  color: #646464;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#primary-mono .entry-meta,
#primary-mono .entry-footer {
  padding-bottom: 7px;
  overflow: auto;
}
#primary-mono .entry-meta .byline,
#primary-mono .entry-footer .byline {
  margin-left: 1px;
}
#primary-mono .entry-meta a,
#primary-mono .entry-footer a {
  color: #7dbb3e;
  text-decoration: none;
}
#primary-mono .entry-meta a:hover,
#primary-mono .entry-footer a:hover {
  color: #555555;
}
#primary-mono .gform_body .gfield_label {
  letter-spacing: 1px;
  color: #7dbb3e;
}
#primary-mono .gform_body input[type=text],
#primary-mono .gform_body textarea,
#primary-mono .gform_body input[type=url],
#primary-mono .gform_body input[type=email] {
  padding: 5px 8px;
  background: #f7f7f7;
  border: solid 3px #e6e6e6;
}
#primary-mono .entry-footer {
  border-top: solid 1px #f2f2f2;
  border-bottom: solid 1px #f2f2f2;
  padding-top: 7px;
  margin-top: 25px;
  font-size: 12px;
}
#primary-mono .entry-footer .post-edit-link {
  float: right;
}
#primary-mono .entry-footer .cat-links {
  margin-right: 6px;
}
#primary-mono .entry-content {
  color: #555555;
  line-height: 1.8em;
  font-size: 16px;
}
#primary-mono .entry-content h1,
#primary-mono .entry-content h2,
#primary-mono .entry-content h3,
#primary-mono .entry-content h4 {
  color: #7dbb3e;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#primary-mono .entry-content ul {
  list-style: none;
  margin-left: 10px;
  font-size: 15px;
}
#primary-mono .entry-content ul li {
  margin-bottom: 10px;
}
#primary-mono .entry-content ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #7dbb3e;
  margin-right: 5px;
}
#primary-mono .entry-content a {
  color: #7dbb3e;
}
#primary-mono .entry-content a:hover {
  text-decoration: underline;
}
#primary-mono #featured-image {
  margin-top: 10px;
}
#primary-mono.page h1.entry-title:after {
  display: none;
}
.edit-link {
  display: inline-block;
  float: right;
}
.page-header {
  margin-top: 0px;
  border-bottom: none;
}
.page-header h1 {
  font-size: 18px;
  font-weight: lighter;
  border-bottom: solid 1px #e1e1e1;
  display: inline-block;
  padding-bottom: 10px;
}
/* --------------- comments -------------- */
#respond h3#reply-title {
  font-weight: bold;
  font-size: 18px;
}
#respond input[type=text] {
  max-width: 550px;
}
#respond input,
#respond textarea {
  background: #f2f2f2;
  border: solid 1px #cccccc;
  color: #555555;
  outline: none;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
  position: relative;
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input,
#respond .comment-form-comment input,
#respond .comment-form-author textarea,
#respond .comment-form-email textarea,
#respond .comment-form-url textarea,
#respond .comment-form-comment textarea {
  padding: 4px 5px 5px 10px;
  border-radius: 0;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
  background: #7dbb3e;
  color: white;
  border-bottom: solid 1px #7dbb3e;
  padding: 5px;
  margin-right: -5px;
  min-width: 70px;
}
#respond .comment-form-comment label {
  margin-bottom: 0px;
}
#respond .form-submit input[type=submit] {
  box-shadow: none;
  text-shadow: none;
  padding: 10px;
  background: #ffffff;
  font-weight: bold;
  color: #7dbb3e;
  margin-bottom: 60px;
}
#respond .comment-notes,
#respond .logged-in-as {
  color: #555555;
}
#comments {
  margin-top: 55px;
}
#comments h2.comments-title {
  font-size: x-large;
}
#comments ol.comment-list {
  list-style: none;
  margin-left: 0px;
}
#comments li.comment,
#comments li.review {
  border: solid 1px #e0e0e0;
  padding: 10px;
  margin-top: 15px;
  list-style: none;
  background: #f7f7f7;
}
#comments li.comment .comment-content,
#comments li.review .comment-content {
  color: #555555;
  font-weight: lighter;
}
#comments li.trackback {
  background: #ffffff;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: solid 1px #eee;
  font-weight: bold;
}
#comments li.trackback a {
  font-weight: normal;
}
#comments .vcard img {
  border: solid 4px white;
  border-radius: 5px;
  margin: 0 10px 10px 0;
}
#comments .form-allowed-tags {
  display: none;
}
#comments .comment-metadata {
  font-weight: bold;
}
#comments .comment-metadata time {
  float: right;
  color: #b3b3b3;
  font-weight: lighter;
  font-style: italic;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  li.comment {
    margin-left: -5%;
  }
}
#primary-mono .dwqa-questions-archive .dwqa-question-title a {
  color: #639531;
}
#primary-mono .dwqa-questions-archive .dwqa-question-title a:hover {
  text-decoration: underline !important;
}
#primary-mono .dwqa-questions-archive a {
  color: #639531;
}
#primary-mono .dwqa-questions-archive a:hover {
  text-decoration: underline;
}
#secondary .widget_reasons_list {
  background: linear-gradient(to top right, #639531, rgba(125, 187, 62, 0.7));
  border: solid 4px #f0f0f0;
  padding: 20px 10px;
}
#secondary .widget_reasons_list h2 {
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-top: 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  padding-left: 5px;
  margin-bottom: 15px;
}
#secondary .widget_reasons_list ul li {
  border-bottom: none;
  padding-left: 10px;
  box-shadow: none;
  color: white;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  margin-left: 5px;
}
#secondary .widget_reasons_list ul li:before {
  content: "\f058";
  color: white;
  margin-right: 10px;
  font-family: "FontAwesome";
}
#secondary aside {
  overflow: auto;
}
#secondary .woocommerce ul.product_list_widget li {
  width: 50%;
  text-align: center;
  float: left;
  border-bottom: none;
  margin-bottom: 10px;
}
#secondary .woocommerce ul.product_list_widget li .woocommerce-Price-amount {
  display: none;
}
#secondary .woocommerce ul.product_list_widget li img {
  width: 100%;
  border: 3px solid #f0f0f0;
  margin-bottom: 5px;
}
#secondary .woocommerce ul.product_list_widget li:nth-of-type(3) {
  clear: left;
}
#secondary .woocommerce ul.product_list_widget li .product-title {
  font-weight: bold;
  margin-top: 5px;
  color: black;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#secondary .woocommerce ul.product_list_widget li:hover .product-title {
  color: #7dbb3e;
}
.primary-theme {
  -webkit-font-smoothing: antialiased;
}
.primary-theme .theme-top {
  background: #e6e6e6;
  padding: 15px;
  overflow: hidden;
  border: solid 1px #e0e0e0;
  margin-bottom: 20px;
}
.primary-theme .theme-top .theme-thumbnail {
  padding: 5px;
}
.primary-theme .theme-top .theme-thumbnail img {
  width: 100%;
}
.secondary-theme {
  margin-top: 0 !important;
  padding-top: 10px;
}
#theme-caption {
  margin-bottom: 50px;
}
#theme-caption h2,
#theme-caption .product-cats {
  text-align: center;
}
#theme-caption h2 {
  font-size: 36px;
}
#theme-links {
  height: 350px;
  transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform-origin: top center;
  width: 115%;
  position: relative;
  left: -6%;
}
@media screen and (max-width: 600px) {
  #theme-links {
    height: 150px;
  }
}
#theme-links > * {
  width: 50%;
  height: 100%;
  float: left;
  overflow: hidden;
}
#theme-links > * > * {
  transform: skewx(10deg) scale(1.1);
  -webkit-transform: skewx(10deg) scale(1.1);
  -moz-transform: skewx(10deg) scale(1.1);
  -ms-transform: skewx(10deg) scale(1.1);
  -o-transform: skewx(10deg) scale(1.1);
}
@media screen and (max-width: 600px) {
  #theme-links > * a {
    transform: skewX(10deg) scale(0.75);
    -webkit-transform: skewX(10deg) scale(0.75);
    -moz-transform: skewX(10deg) scale(0.75);
    -ms-transform: skewX(10deg) scale(0.75);
    -o-transform: skewX(10deg) scale(0.75);
  }
}
#theme-links #theme-demo,
#theme-links #theme-thumb {
  display: flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#theme-links #theme-demo img,
#theme-links #theme-thumb img {
  position: absolute;
  width: 100%;
}
#theme-links #theme-thumb img {
  width: 110%;
  transform-origin: top right;
}
#theme-desc-section {
  margin: 80px auto;
}
#theme-desc-section #description-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #7dbb3e;
  text-align: center;
  margin-bottom: 45px;
}
#theme-desc-section .rating {
  display: flex;
  display: -inline-flex;
  justify-content: center;
}
#theme-desc-section .rating .star-rating {
  float: left;
}
#theme-desc-section .rating .stars-text {
  margin-left: 5px;
  position: relative;
  top: 2px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#theme-desc-section .rating .star-rating span:before {
  color: #ebc600;
}
#theme-desc-section .theme-description {
  padding: 0 10%;
  line-height: 1.8em;
  margin: 20px auto;
}
#theme-buy {
  background: #fafafa;
  padding: 15px;
  border: solid 1px #e0e0e0;
  margin-bottom: 20px;
}
#theme-buy .theme-tagline {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2em;
  margin-bottom: 5px;
}
#theme-buy .rating .star-rating {
  float: left;
}
#theme-buy .rating .stars-text {
  margin-left: 5px;
  position: relative;
  top: 2px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#theme-buy .rating .star-rating span:before {
  color: #ebc600;
}
#theme-buy .price span {
  font-weight: bold;
  font-size: 19px;
  text-transform: uppercase;
}
#theme-buy .price span.amount {
  color: #5784b4;
  letter-spacing: 2px;
}
#theme-buy button.single_add_to_cart_button,
#theme-buy .download-free-version {
  width: 100%;
  display: block;
  background: #73b5bb;
  color: white;
  font-size: 14px;
  padding: 13px;
  padding-bottom: 12px;
  transition: 0.4s all ease;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-font-smoothing: unset;
}
#theme-buy button.single_add_to_cart_button:hover,
#theme-buy .download-free-version:hover {
  background: #5eaab1;
}
#theme-buy .download-free-version {
  background: #5784b5;
  margin-top: 5px;
  border-radius: 3px;
  padding: 11px;
  text-align: center;
  font-size: 13px;
}
#theme-buy .download-free-version:hover {
  background: #4975a5;
}
#theme-buy p.download-notification {
  color: red;
}
#theme-buy #download-form {
  display: none;
}
#theme-buy #cross-button {
  cursor: pointer;
  display: inline-block;
}
.links {
  display: inline-block;
  width: 100%;
}
#p-documentation {
  float: right;
}
.view-live-demo {
  display: inline-block;
  clear: both;
  background: #73b5bb;
  color: white;
  font-size: 14px;
  padding: 13px;
  padding-bottom: 12px;
  transition: 0.3s all cubic-bezier(0.25, 0.8, 0.25, 1);
  text-shadow: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .05em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.view-live-demo:hover {
  background: #88c0c5;
  color: white;
}
.theme-features {
  padding: 15px;
  margin-bottom: 20px;
  display: block;
}
.theme-features .feature {
  padding: 0 1%;
  overflow: auto;
  margin-bottom: 15px;
  width: 25%;
  float: left;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .theme-features .feature {
    width: 50%;
  }
}
.theme-features .feature img {
  width: 75%;
  margin: auto;
  display: block;
  float: none;
}
.theme-features .feature .details {
  float: right;
  display: block;
  padding: 15px;
  text-align: center;
}
.theme-features .feature .details .title {
  font-size: 22px;
  font-weight: bold;
}
.theme-features .feature .details .description {
  margin-top: 10px;
  letter-spacing: .05em;
}
.performance-section {
  background: #fafafa;
  padding: 15px;
  border: solid 1px #e0e0e0;
  margin-bottom: 20px;
  width: 75%;
  margin: auto;
}
.performance-section ul {
  margin-left: 0;
}
.performance-section ul a {
  color: #5784b5;
}
.performance-section ul .active {
  font-weight: bold;
}
.performance-section ul .active a {
  background: #fafafa;
}
.performance-section #menu1 {
  text-align: center;
}
.performance-section #menu1 img {
  margin: 20px auto;
}
#purchase-cta {
  text-align: center;
  margin: 40px auto;
}
#purchase-cta h2 {
  font-size: 42px;
  margin: 20px auto;
}
#purchase-cta .buy-benefits ul {
  list-style: none;
  margin-left: 0;
  display: block;
  margin-top: 25px;
}
#purchase-cta .buy-benefits ul li {
  display: inline;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 20px;
}
#purchase-cta .buy-benefits ul li:before {
  content: "\f058";
  color: #7dbb3e;
  margin-right: 10px;
  font-family: "FontAwesome";
  margin-left: 10px;
}
#purchase-cta .price {
  margin-top: 80px;
  margin-bottom: 20px;
  position: relative;
}
#purchase-cta .price:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  left: 0;
  right: 0;
  margin: auto;
  top: -50%;
  background: #eee;
}
#purchase-cta .price span {
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
}
#purchase-cta .price span.amount {
  color: #5784b4;
  letter-spacing: 2px;
}
#purchase-cta button.single_add_to_cart_button,
#purchase-cta .download-free-version {
  width: 300px;
  display: inline-block;
  background: #73b5bb;
  color: white;
  font-size: 14px;
  padding: 13px;
  padding-bottom: 12px;
  transition: 0.4s all ease;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-font-smoothing: unset;
}
#purchase-cta button.single_add_to_cart_button:hover,
#purchase-cta .download-free-version:hover {
  background: #5eaab1;
}
#purchase-cta .cart,
#purchase-cta #download-btn {
  display: inline-block;
  margin: auto 5px;
}
#purchase-cta .download-free-version {
  background: #5784b5;
  margin-top: 5px;
  border-radius: 3px;
  padding: 11px;
  text-align: center;
  font-size: 13px;
}
#purchase-cta .download-free-version:hover {
  background: #4975a5;
}
#purchase-cta p.download-notification {
  color: red;
}
#purchase-cta #download-form {
  display: none;
}
#purchase-cta #cross-button {
  cursor: pointer;
  display: inline-block;
}
.pro-table {
  background: #fafafa;
  padding: 15px;
  border: solid 1px #e0e0e0;
  margin-bottom: 20px;
}
.pro-table tr td:nth-child(2),
.pro-table tr th:nth-child(2),
.pro-table tr td:nth-child(3),
.pro-table tr th:nth-child(3) {
  text-align: center;
}
.pro-table tr td:nth-child(1),
.pro-table tr th:nth-child(1) {
  text-align: right;
  width: 170px;
}
#clients {
  overflow: auto;
  background: #f7f7f7;
  padding: 10px;
}
#clients img {
  width: 70px;
  height: auto;
  margin: 15px 15px;
  opacity: 0.8;
  transition: 0.4s all ease;
}
#clients img:hover {
  opacity: 1;
}
.single-documentation ol,
.single-documentation ul {
  margin: 18px;
}
.single-documentation ol img,
.single-documentation ul img {
  margin: 20px auto;
  display: inline-block;
  width: 100%;
  padding: 4% 15%;
  background: #fafafa;
}
.single-documentation .theme-setup {
  color: #555;
  line-height: 1.8em;
  font-size: 16px;
}
.single-documentation .theme-setup h3 {
  color: #7dbb3e;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.single-documentation .entry-content p img {
  margin: 20px auto;
  display: inline-block;
  width: 100%;
  padding: 4% 15%;
  background: #fafafa;
}
.single-documentation #secondary .widget_reasons_list {
  display: none;
}
#popup {
  background: #CF5C36;
  padding: 2px;
  border-bottom: solid 3px white;
  z-index: 9999;
  position: relative;
  font-size: 15px;
}
#popup .popup-common {
  text-align: center;
  margin: 20px auto;
  font-weight: 400;
}
#popup .popup-common p.popup-message {
  color: white;
  display: inline-block;
  margin: 10px 5px;
}
#popup .popup-common a {
  color: #CF5C36;
  border-radius: 20px;
  display: inline-block;
  padding: 8px 18px;
  margin: 0px 13px;
  font-size: 14px;
  font-weight: 400;
  background: white;
  border: 3px solid #d97d5f;
  transition: 0.4s all ease;
}
#popup .popup-common a:hover {
  color: white;
  border-radius: 20px;
  background: #CF5C36;
}
span#close i.fa-times {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 99999;
  top: 8px;
  right: 20px;
  font-size: 25px;
}
span#close i.fa-chevron-up {
  color: #d97d5f;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 9999;
  top: 8px;
  right: 20px;
  font-size: 25px;
  transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
}
span#close .chevron-rotate {
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
span#close i.fa-ban {
  display: none;
}
/**
 * Global styles
 */
p.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #7dbb3e;
  color: white;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
}
.admin-bar p.demo_store {
  top: 32px;
}
/**
 * Main WooCommerce styles
 */
.woocommerce .blockUI.blockOverlay {
  position: relative;
}
.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #555555 !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.woocommerce a.remove:hover {
  color: #fff !important;
  background: red;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  padding: 1em 2em 1em 3.5em !important;
  margin: 0 0 2em !important;
  position: relative;
  background-color: #f2f2f2;
  color: #555555;
  list-style: none outside !important;
  width: auto;
  overflow: auto;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before {
  font-family: "FontAwesome";
  content: "\f05a";
  display: inline-block;
  position: absolute;
  top: 1.1em;
  left: 1.5em;
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button {
  float: right;
}
.woocommerce .woocommerce-message li,
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.woocommerce .woocommerce-message {
  border-top-color: #8fae1b;
}
.woocommerce .woocommerce-message:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #8fae1b;
}
.woocommerce .woocommerce-info {
  border-top-color: #1e85be;
}
.woocommerce .woocommerce-info:before {
  color: #1e85be;
}
.woocommerce .woocommerce-error {
  border-top-color: #b81c23;
}
.woocommerce .woocommerce-error:before {
  content: "\f071";
  color: #b81c23;
}
.woocommerce small.note {
  display: block;
  color: #555555;
  font-size: .857em;
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 1em;
  padding: 0;
  font-size: 1em;
  text-align: left;
  color: #555555;
  background: #f5f5f5;
  border-bottom: solid 1px #e6e6e6;
  padding: 5px 10px;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #7dbb3e;
}
.woocommerce .woocommerce-breadcrumb .fa {
  color: #888888;
}
.woocommerce .quantity .qty {
  width: 3.331em;
  text-align: center;
}
/**
 * Product loops
 */
.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
  list-style: none outside;
}
.woocommerce ul.products li.product {
  background: #f5f5f5;
  border: solid 1px #e6e6e6;
  padding: 10px;
  text-align: center;
  width: 30.75%;
}
@media screen and (max-width: 768px) {
  .woocommerce ul.products li.product {
    width: 48%;
  }
}
.woocommerce ul.products li.product .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(125, 187, 62, 0.9);
  color: white;
  padding: 10px;
  z-index: 99;
}
.woocommerce ul.products li.product .product-desc {
  text-align: center;
}
.woocommerce ul.products li.product h3 {
  padding: 10px;
  margin: 0;
  font-size: 16px;
  color: #555555;
  font-weight: bold;
  text-align: center;
}
.woocommerce ul.products li.product a {
  text-decoration: none;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0;
  box-shadow: none;
  border: solid 1px #e6e6e6;
  -webkit-filter: brightness(0.95);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.woocommerce ul.products li.product a img:hover {
  -webkit-filter: brightness(1);
}
.woocommerce ul.products li.product .button {
  margin-top: 5px;
  background: #d9d9d9;
  color: #484848;
  padding: 8px 16px;
  border-radius: 5px;
  margin-bottom: 5px;
  display: inline-block;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.woocommerce ul.products li.product .button:hover {
  background: #7dbb3e;
  color: white;
}
.woocommerce ul.products li.product .price {
  color: #7dbb3e;
  display: block;
  font-weight: bold;
  margin-bottom: .5em;
  font-size: 14px;
}
.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: 0.7;
}
.woocommerce ul.products li.product .price ins {
  background: none;
  font-weight: 700;
}
.woocommerce ul.products li.product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(125, 125, 125, 0.005);
}
.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
  font-size: 13px;
  color: #555555;
  font-weight: lighter;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  padding: 20px;
  position: relative;
  display: inline-block;
  background: #f2f2f2;
  border: solid 1px #e8e8e8;
  border-radius: 0;
}
.woocommerce .woocommerce-ordering select:after {
  content: "\f103";
  font-family: "FontAwesome";
  color: white;
  position: absolute;
  right: 27px;
  top: 23px;
  font-size: 18px;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
  margin-bottom: 50px;
}
.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-right: 0;
  margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  margin: 3px;
  text-decoration: none;
  border: 1px solid #e6e6e6;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: normal;
  padding: 7px 12px;
  min-width: 25px;
  display: block;
  color: #555555;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  background: #f2f2f2;
  color: #555555;
}
/**
 * Star ratings
 */
.star-rating {
  float: right;
  overflow: visible;
  position: relative;
  font-size: 18px;
  display: block;
  height: 18px;
  overflow: hidden;
  font-family: 'FontAwesome';
  text-align: center;
  margin: 1px auto 6px auto !important;
  width: 78px;
}
.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  color: #555555;
  top: 0;
  left: 0;
  float: left;
  position: absolute;
  letter-spacing: 2px;
  font-size: 15px;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  color: #7dbb3e;
  top: 0;
  position: absolute;
  left: 0;
  letter-spacing: 2px;
  font-size: 15px;
}
.star-rating .rating {
  display: none;
}
.woocommerce-product-rating {
  line-height: 2;
  display: block;
}
.woocommerce-product-rating .star-rating {
  margin: .5em 4px 0 0;
  float: left;
}
.products .star-rating {
  display: block;
  margin: 0 0 .5em;
  float: none;
}
.hreview-aggregate .star-rating {
  margin: 10px 0 0 0;
}
#review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0 0 0;
  background: transparent none;
  border: 0;
}
#review_form #respond p {
  margin: 0 0 10px;
}
#review_form #respond .form-submit input {
  left: auto;
}
#review_form #respond textarea {
  width: 100%;
}
p.stars {
  position: relative;
  font-size: 1em;
}
p.stars a {
  display: inline-block;
  font-weight: 700;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
  border-bottom: 0 !important;
  outline: 0;
}
p.stars a:last-child {
  border-right: 0;
}
p.stars a.star-1,
p.stars a.star-2,
p.stars a.star-3,
p.stars a.star-4,
p.stars a.star-5 {
  border-right: 1px solid #ccc;
}
p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
  font-family: "FontAwesome";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
p.stars a.star-1 {
  width: 2em;
}
p.stars a.star-1:after {
  content: "\f006";
}
p.stars a.star-1:hover:after,
p.stars a.star-1.active:after {
  content: "\f005";
}
p.stars a.star-2 {
  width: 3em;
}
p.stars a.star-2:after {
  content: "\f006\f006";
}
p.stars a.star-2:hover:after,
p.stars a.star-2.active:after {
  content: "\f005\f005";
}
p.stars a.star-3 {
  width: 4em;
}
p.stars a.star-3:after {
  content: "\f006\f006\f006";
}
p.stars a.star-3:hover:after,
p.stars a.star-3.active:after {
  content: "\f005\f005\f005";
}
p.stars a.star-4 {
  width: 5em;
}
p.stars a.star-4:after {
  content: "\f006\f006\f006\f006";
}
p.stars a.star-4:hover:after,
p.stars a.star-4.active:after {
  content: "\f005\f005\f005\f005";
}
p.stars a.star-5 {
  width: 6em;
  border: 0;
}
p.stars a.star-5:after {
  content: "\f006\f006\f006\f006\f006";
}
p.stars a.star-5:hover:after,
p.stars a.star-5.active:after {
  content: "\f005\f005\f005\f005\f005";
}
ol.commentlist {
  margin-left: 0;
}
/**
 * Buttons
 */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #555555;
  background-color: #ebebeb;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
}
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce #respond input#submit.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after,
.woocommerce #respond input#submit.loading:after {
  font-family: "FontAwesome";
  content: "\f110";
  margin-left: .53em;
  vertical-align: bottom;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after,
.woocommerce #respond input#submit.added:after {
  font-family: 'FontAwesome';
  content: "\f00c";
  margin-left: .53em;
  vertical-align: bottom;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  text-decoration: none;
  background-image: none;
  color: #555555;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  background-color: #7dbb3e;
  color: #555555;
  -webkit-font-smoothing: antialiased;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
  color: #555555;
}
.woocommerce a.button.alt.disabled,
.woocommerce button.button.alt.disabled,
.woocommerce input.button.alt.disabled,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce button.button.alt:disabled,
.woocommerce input.button.alt:disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce a.button.alt.disabled:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce input.button.alt.disabled:hover,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce a.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover {
  background-color: #7dbb3e;
  color: #555555;
}
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
}
.woocommerce a.button:disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover {
  color: inherit;
  background-color: #555555;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
}
.woocommerce a.added_to_cart {
  margin-top: 5px;
  background: #d9d9d9;
  color: #484848;
  padding: 5px 13px;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.woocommerce a.added_to_cart:hover {
  background: #7dbb3e;
  color: white;
}
/**
 * Product Page
 */
.woocommerce .panel {
  box-shadow: none;
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
  /**
	 * to display related posts in 3 Columns
	 */
}
@media screen and (min-width: 768px) {
  .woocommerce div.product .images {
    width: 40% !important;
  }
}
.woocommerce div.product .images img {
  border: solid 4px white;
  outline: solid 1px #f0f0f0;
}
.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
}
.woocommerce div.product .copies-sold,
.woocommerce div.product div[itemprop='offers'] {
  display: inline-block;
}
.woocommerce div.product .copies-sold {
  color: #6bb043;
  font-size: 16px;
  margin-left: 5px;
}
.woocommerce div.product .copies-sold:before {
  content: "-";
  top: -1px;
  color: black;
  position: relative;
  margin-right: 5px;
  color: rgba(85, 85, 85, 0.5);
}
.woocommerce div.product .free-theme {
  color: orange;
  font-size: 17px;
  margin-bottom: 5px;
}
.woocommerce div.product .entry-summary {
  margin-top: 0px;
  color: #555555;
}
.woocommerce div.product .entry-summary p {
  line-height: 1.75em;
  margin-bottom: 18px;
}
.woocommerce div.product .entry-summary p.price {
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .woocommerce div.product .entry-summary {
    width: 56% !important;
  }
}
.woocommerce div.product h1.product_title {
  padding-top: 0;
  font-weight: bold;
  font-size: 32px;
  color: #2f2f2f;
}
.woocommerce div.product .star-rating {
  height: 23px;
}
.woocommerce div.product .woocommerce-review-link {
  color: #555555;
  padding: 4px;
  position: relative;
  top: 2px;
}
.woocommerce div.product .single_add_to_cart_button {
  background: #ebebeb;
  border: solid 1px #e6e6e6;
  padding: 8px 10px;
}
.woocommerce div.product .no-cc {
  float: left;
  clear: both;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  position: relative;
  top: -12px;
  font-style: italic;
  font-size: 10px;
}
.woocommerce div.product span.price,
.woocommerce div.product p.price {
  color: #dc5f35;
  font-weight: bold;
  font-size: 1.25em;
  display: inline-block;
}
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
  background: inherit;
  font-weight: 700;
}
.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
  opacity: 0.5;
  display: block;
}
.woocommerce div.product > span.onsale {
  background: rgba(125, 187, 62, 0.8);
  padding: 10px;
  color: white;
  position: absolute;
  top: 5px;
  left: 5px;
}
.woocommerce div.product form.cart {
  overflow: auto;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 3px;
}
.woocommerce div.product form.cart button {
  -webkit-font-smoothing: initial;
  background: #7dbb3e;
  color: white;
  font-weight: bold;
  border: solid 3px #e8e8e8;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.woocommerce div.product form.cart button:hover {
  background: #639531;
  color: white;
}
.woocommerce div.product form.cart .quantity .qty {
  padding: 5px;
  border-radius: 3px;
  outline: none;
  border: solid 1px #e6e6e6;
}
.woocommerce div.product .wc-short-desc {
  margin-bottom: 20px;
}
.woocommerce div.product .wc-short-desc form {
  display: none;
}
.woocommerce div.product .demo-button {
  margin-right: 4px;
}
.woocommerce div.product .demo-button,
.woocommerce div.product .upgrade-button {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.woocommerce div.product .demo-button a,
.woocommerce div.product .upgrade-button a {
  background: #dc5f35;
  border: solid 3px #e8e8e8;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  border-radius: 3px;
  color: white;
  font-weight: bold;
  display: inline-block;
  padding: 5px 8px;
}
.woocommerce div.product .demo-button a .fa,
.woocommerce div.product .upgrade-button a .fa {
  margin-right: 5px;
}
.woocommerce div.product .demo-button a:hover,
.woocommerce div.product .upgrade-button a:hover {
  background: #bd4821;
}
.woocommerce div.product .demo-button .download-theme-btn,
.woocommerce div.product .upgrade-button .download-theme-btn {
  background: #7dbb3e;
}
.woocommerce div.product .demo-button .download-theme-btn:hover,
.woocommerce div.product .upgrade-button .download-theme-btn:hover {
  background: #639531;
}
.woocommerce div.product .upgrade-button a {
  background: #565656;
}
.woocommerce div.product .upgrade-button a:hover {
  background: #3d3d3d;
}
.woocommerce div.product .theme-stats {
  font-size: 12px;
  margin-top: 5px;
  color: #555555;
}
.woocommerce div.product .product_meta {
  clear: both;
  border-top: solid 1px #f0f0f0;
  border-bottom: solid 1px #f0f0f0;
  padding: 5px 0px;
  margin-top: 5px;
}
.woocommerce div.product .product_meta .title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.woocommerce div.product .product_meta a {
  background: #ebebeb;
  color: #484848;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 2px;
  display: inline-block;
  padding: 0px 2px;
  border-radius: 1px;
}
.woocommerce div.product .product_meta a:hover {
  background: black;
  color: white;
}
.woocommerce div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product .stock {
  color: #7dbb3e;
}
.woocommerce div.product .out-of-stock {
  color: red;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 5px;
}
.woocommerce div.product div.images {
  margin-bottom: 2em;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em;
}
.woocommerce div.product div.summary {
  margin-bottom: 2em;
}
.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #e6e6e6;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-bottom: 5px;
    font-size: 13px;
    padding: 0 8px;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  background: #ededed;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: .5em 0;
  font-weight: 700;
  color: #555555;
  text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #6f6f6f;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #ededed;
  z-index: 2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
  box-shadow: 2px 2px 0 #555555;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  box-shadow: -2px 2px 0 #555555;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #e6e6e6;
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs .panel ul {
  list-style: none;
  margin-left: 10px;
  font-size: 15px;
}
.woocommerce div.product .woocommerce-tabs .panel ul li {
  margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs .panel ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #7dbb3e;
  margin-right: 5px;
}
.woocommerce div.product .related h2,
.woocommerce div.product .upsells.products h2,
.woocommerce div.product .cross-sells h2 {
  font-size: 17px;
  font-weight: bold;
}
.woocommerce div.product .related ul.products,
.woocommerce div.product .upsells.products ul.products,
.woocommerce div.product .cross-sells ul.products,
.woocommerce div.product .related ul,
.woocommerce div.product .upsells.products ul,
.woocommerce div.product .cross-sells ul {
  margin-bottom: 0;
}
.woocommerce div.product .related ul.products li.product,
.woocommerce div.product .upsells.products ul.products li.product,
.woocommerce div.product .cross-sells ul.products li.product,
.woocommerce div.product .related ul li.product,
.woocommerce div.product .upsells.products ul li.product,
.woocommerce div.product .cross-sells ul li.product {
  width: 30.75%;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .woocommerce div.product .related ul.products li.product,
  .woocommerce div.product .upsells.products ul.products li.product,
  .woocommerce div.product .cross-sells ul.products li.product,
  .woocommerce div.product .related ul li.product,
  .woocommerce div.product .upsells.products ul li.product,
  .woocommerce div.product .cross-sells ul li.product {
    width: 100%;
  }
}
.woocommerce div.product p.cart {
  margin-bottom: 2em;
}
.woocommerce div.product form.cart {
  margin-bottom: 10px;
}
.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
}
.woocommerce div.product form.cart table {
  border-width: 0 0 1px 0;
}
.woocommerce div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
}
.woocommerce div.product form.cart .variations label {
  font-weight: bold;
  color: #555555;
  font-size: 16px;
  display: inline-block;
  padding-right: 0;
  padding-top: 1px;
}
.woocommerce div.product form.cart .variations select {
  width: 100%;
  float: left;
}
.woocommerce div.product form.cart .variations .reset_variations {
  font-weight: lighter;
  font-size: x-small;
  padding-left: 5px;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 0;
  display: inline-block;
}
.woocommerce div.product form.cart .variations td {
  vertical-align: top;
}
.woocommerce div.product form.cart .variations #pa_color {
  background: #ebebeb;
  border: solid 1px #e6e6e6;
  outline: none;
  width: auto;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
}
.woocommerce div.product form.cart .group_table td.label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: .5em;
  border: 0;
}
/**
 * Reviews
 */
.woocommerce #comments {
  margin-top: 0px;
}
.woocommerce h3#review-title {
  font-size: 16px;
}
.woocommerce #reviews h2 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}
.woocommerce #reviews .comment_container img {
  float: left !important;
  margin-right: 10px;
}
.woocommerce #reviews .comment_container .comment-text {
  display: block;
  overflow: auto;
}
/**
 * Cart page
 */
.woocommerce-cart table.cart .product-thumbnail {
  min-width: 100px;
}
.woocommerce-cart table.cart img {
  width: 100px;
  box-shadow: none;
}
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
  vertical-align: middle;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  border: 1px solid #e6e6e6;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1;
}
.woocommerce-cart table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1;
}
.woocommerce-cart .wc-proceed-to-checkout {
  padding: 1em 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  text-align: center;
  float: right;
  margin-bottom: 1em;
  background: #7dbb3e;
  font-weight: bold;
  color: white !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  text-decoration: none;
  background: #699c34;
}
.woocommerce-cart .cart-collaterals .cross-sells h2 {
  font-size: 15px;
  font-weight: bold;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .button {
  float: none;
  display: inline-block;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
  font-weight: lighter;
  font-size: 12px;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button:after {
  /* icon here */
  content: "\f072";
  font-family: "FontAwesome";
  padding-left: 5px;
  position: relative;
  top: 2px;
  font-size: 15px;
  color: #555555;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 15px;
  font-weight: bold;
}
.woocommerce-cart .cart-collaterals .cart_totals p small {
  color: #555555;
  font-size: 0.83em;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
  border-left: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  padding: 6px 12px 0 0;
  width: 25%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
  padding: 6px 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  padding: 6px 0;
  line-height: 2em;
}
.woocommerce-cart .cart-collaterals .cart_totals table small {
  color: #555555;
}
.woocommerce-cart .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .discount td {
  color: #7dbb3e;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #f2f2f2;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product h3 {
  font-size: 13px;
}
/**
 * Tables
 */
table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}
table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
table.shop_attributes .alt td,
table.shop_attributes .alt th {
  background: rgba(0, 0, 0, 0.025);
}
table.shop_table {
  border: 3px solid #f0f0f0;
  margin: 0px -1px 24px 0px;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 4px;
}
table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
}
table.shop_table td {
  border-top: 2px solid #f2f2f2;
  padding: 6px 12px;
  vertical-align: middle;
}
table.shop_table td small {
  font-weight: normal;
}
table.shop_table tbody:first-child tr:first-child th,
table.shop_table tbody:first-child tr:first-child td {
  border-top: 0;
}
table.shop_table tbody tr:nth-of-type(odd) {
  background: #f7f7f7;
}
table.shop_table #coupon_code {
  width: 120px !important;
  font-weight: bold;
}
table.shop_table #coupon_code::-webkit-input-placeholder {
  color: rgba(85, 85, 85, 0.5);
}
table.shop_table #coupon_code:-moz-placeholder {
  color: rgba(85, 85, 85, 0.5);
}
table.shop_table #coupon_code::-moz-placeholder {
  color: rgba(85, 85, 85, 0.5);
}
table.shop_table #coupon_code:-ms-input-placeholder {
  color: rgba(85, 85, 85, 0.5);
}
table.shop_table #coupon_code::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  top: -1px;
}
table.shop_table tfoot td,
table.shop_table tfoot th,
table.shop_table tbody th {
  font-weight: 700;
  border-top: 2px solid #e6e6e6;
  background: #ededed;
  text-transform: uppercase;
  font-size: 13px;
}
table.my_account_orders {
  font-size: 0.85em;
}
table.my_account_orders th,
table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}
table.my_account_orders .button {
  white-space: nowrap;
}
table.my_account_orders .order-actions {
  text-align: right;
}
table.my_account_orders .order-actions .button {
  margin: .125em 0 .125em .25em;
}
td.product-name dl.variation {
  margin: .25em 0;
}
td.product-name dl.variation dt,
td.product-name dl.variation dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
td.product-name dl.variation dt {
  font-weight: 700;
  padding: 0 0 .25em 0;
  margin: 0 4px 0 0;
  clear: left;
}
td.product-name dl.variation dd {
  padding: 0 0 .25em 0;
}
td.product-name dl.variation dd p:last-child {
  margin-bottom: 0;
}
td.product-name p.backorder_notification {
  font-size: 0.83em;
}
td.product-quantity {
  min-width: 80px;
}
/**
 * Forms
 */
form ::-webkit-input-placeholder {
  position: relative;
  top: 2px;
}
form ::-moz-input-placeholder {
  position: relative;
  top: 2px;
}
form h3 {
  color: #414141;
  font-size: 20px !important;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #fafafa;
}
form .form-row {
  padding: 3px;
  margin: 0 0 6px;
  margin-bottom: 15px;
}
form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
form .form-row label {
  line-height: 2;
  font-size: 13px;
  text-transform: uppercase;
  color: #6f6f6f;
}
form .form-row label.hidden {
  visibility: hidden;
}
form .form-row label.inline {
  display: inline;
}
form .form-row select {
  cursor: pointer;
  margin: 0;
}
form .form-row .required {
  color: orange;
  font-weight: 700;
  border: 0;
  text-decoration: none;
}
form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
form .form-row input.input-text,
form .form-row textarea {
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1;
  background: #fafafa;
  border: solid 3px #f0f0f0;
  padding: 7px;
}
form .form-row #twitter_handle {
  margin-left: 5px;
  width: calc(46.5% - 19px) !important;
}
form .form-row select {
  background: #fafafa;
  border: solid 3px #f0f0f0;
  outline: none;
}
form .form-row .select2-container--default .select2-selection--single {
  background: #fafafa;
  border: solid 3px #f0f0f0;
  padding: 3px;
}
form .form-row .select2-container .select2-selection--single {
  height: 40px;
}
form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 8px;
}
form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
form .form-row.woocommerce-invalid .select2-container,
form .form-row.woocommerce-invalid input.input-text,
form .form-row.woocommerce-invalid select {
  border-color: red;
}
form.login,
form.checkout_coupon,
form.register {
  border: 1px solid #e6e6e6;
  padding: 10px;
  padding-top: 15px;
  margin: 1em 0 1em 0px;
  text-align: left;
  border-radius: 5px;
}
form.login .input-text,
form.checkout_coupon .input-text,
form.register .input-text {
  padding: 6px;
  padding-top: 6px;
}
form.login .form-row-last,
form.checkout_coupon .form-row-last,
form.register .form-row-last {
  float: left;
}
.woocommerce-additional-fields {
  display: none;
}
ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
ul#shipping_method li {
  margin: 0;
  padding: .25em 0 .25em 22px;
  text-indent: -22px;
  list-style: none outside;
}
ul#shipping_method .amount {
  font-weight: 700;
}
p.woocommerce-shipping-contents {
  margin: 0;
}
/**
 * Checkout
 */
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}
.woocommerce-checkout .checkout .col-2 .notes {
  clear: left;
}
.woocommerce-checkout .checkout .col-2 .form-row-first {
  clear: left;
}
.woocommerce-checkout .checkout .create-account small {
  font-size: 11px;
  color: #7dbb3e;
  font-weight: normal;
}
.woocommerce-checkout .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
.woocommerce-checkout .checkout .shipping_address {
  clear: both;
}
.woocommerce-checkout #payment {
  background: white;
  border-radius: 5px;
}
.woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  list-style: none outside;
}
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: normal;
}
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
.woocommerce-checkout #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.woocommerce-checkout #payment div.form-row {
  padding: 1em;
}
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  width: 96%;
  padding: 1em 2%;
  margin: 1em 0 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #f2f2f2;
  color: #555555;
}
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
  border-color: #d9d9d9;
  border-top-color: #cccccc;
}
.woocommerce-checkout #payment div.payment_box input.input-text::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box textarea::-webkit-input-placeholder {
  color: #555555;
}
.woocommerce-checkout #payment div.payment_box input.input-text:-moz-placeholder,
.woocommerce-checkout #payment div.payment_box textarea:-moz-placeholder {
  color: #555555;
}
.woocommerce-checkout #payment div.payment_box input.input-text::-moz-placeholder,
.woocommerce-checkout #payment div.payment_box textarea::-moz-placeholder {
  color: #555555;
}
.woocommerce-checkout #payment div.payment_box input.input-text:-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box textarea:-ms-input-placeholder {
  color: #555555;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url(../images/icons/credit-cards/visa.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url(../images/icons/credit-cards/mastercard.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url(../images/icons/credit-cards/laser.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url(../images/icons/credit-cards/diners.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url(../images/icons/credit-cards/maestro.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url(../images/icons/credit-cards/jcb.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url(../images/icons/credit-cards/amex.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url(../images/icons/credit-cards/discover.png);
}
.woocommerce-checkout #payment div.payment_box span.help {
  font-size: .857em;
  color: #555555;
  font-weight: normal;
}
.woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout #payment div.payment_box:after {
  content: "";
  display: block;
  border: 8px solid #f2f2f2;
  /* arrow size / color */
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -3px;
  left: 0;
  margin: -1em 0 0 2em;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
  margin-left: 5px;
}
.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}
.woocommerce-checkout #place_order {
  background: #e6e6e6;
  font-weight: bold;
}
.woocommerce-checkout .select2-drop-active,
.woocommerce-checkout .select2-drop {
  border: solid 1px #e6e6e6;
  background: white;
}
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3 {
  font-weight: bold;
  font-size: 14px;
}
.woocommerce-checkout .woocommerce-billing-fields h3 label,
.woocommerce-checkout .woocommerce-shipping-fields h3 label {
  display: inline-block;
}
.woocommerce {
  /**
	 * Cart sidebar
	 */
  /**
	 * Layered nav widget
	 */
  /**
	 * Price filter widget
	 */
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 4px 0px;
  margin: 0;
  padding-left: 0px !important;
  list-style: none;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: left;
  margin-left: 0px;
  width: 48px;
  margin-right: 6px;
  height: auto;
  box-shadow: none;
}
.woocommerce ul.cart_list li .amount,
.woocommerce ul.product_list_widget li .amount {
  font-size: 12px;
  color: #555555;
}
.woocommerce ul.cart_list li a.remove,
.woocommerce ul.product_list_widget li a.remove {
  display: inline-block;
  float: right;
  background: #d9d9d9;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  display: inline-block;
  float: none;
  margin-bottom: 0;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 .25em 0;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 .25em 0;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none;
  margin: 0 !important;
}
.woocommerce ul.cart_list li img {
  width: 72px;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
  border-top: 1px double white;
  padding: 4px 0 0;
  float: right;
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons {
  float: right;
  display: block;
  clear: both;
}
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce .widget_top_rated_products ul li img {
  width: 64px;
}
.woocommerce .widget_layered_nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_layered_nav ul li {
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
  padding: 1px 0;
}
.woocommerce .widget_layered_nav ul li.chosen a:before {
  color: red;
}
.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1px 1px 0;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
  margin-top: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  float: left;
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #7dbb3e;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -3px;
  margin-left: -0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #70a838;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #639531;
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: .5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.woocommerce .widget_top_rated_products li a img {
  width: 72px;
}
.woocommerce .widget_top_rated_products .star-rating {
  float: left !important;
  width: calc( 100% - 100px );
}
.woocommerce #infinite-handle {
  display: none;
}
/**
 * Order page
 */
.order_details {
  margin: 0 0 1.5em;
  list-style: none;
}
.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed #e6e6e6;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
}
.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}
.order_details li:last-of-type {
  border: none;
}
.woocommerce-checkout #customer_details .col-1 {
  width: 100%;
}
li.wc_payment_method:before {
  content: none !important;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  line-height: 31px;
  color: #555555;
}
.woocommerce-checkout .woocommerce .woocommerce-info,
form.checkout_coupon {
  background: #f7f7f7;
  border: solid 3px #ededed;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 3px;
}
form.checkout_coupon .button {
  padding: 12px 20px;
}
form.checkout_coupon {
  padding-bottom: 0px;
  font-size: 14px;
}
.woocommerce .woocommerce-form-login {
  background: #f7f7f7;
  border: solid 3px #ededed;
}
.woocommerce-account .woocommerce h2 {
  color: #3b3b3b !important;
  text-shadow: 1px 1px 1px #f5f5f5;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
  margin-top: 5px;
}
.woocommerce-account .entry-header {
  display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
  padding: 8px;
}
