/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Grid
# Class
# Forms
# Button
# Header
# Main Menu
# Page Title & Breadcrumb
# Post and Page
# Navigation
# Layout Content
# Widgets
# Media
# Singlular
# Comments
# Footer
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* Custom Mixin */
/*--------------------------------------------------------------
# Class
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* CMS Button */
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page Title & Breadcrumb
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Post and Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* Page Loading */
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Singlular
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
/*
1. Custom image single
2. Contact Info Shortcode
3. OWL Carousel
4. Fancybox Shortcode
5. Pricingbox Shortcode
6. Grid Blog Shortcode
7. Heading
8. CMS Grid Team
9. Testimonial Shortcode
*/
/*--------------------------------------------------------------
# Font Face
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
a {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  color: #7dc01c;
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
a:hover, a:focus, a:before, a:after {
  color: #7dc01c;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.80857;
  color: #898989;
  font-family: "Raleway";
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1199px) {
  div#page {
    width: 100%;
    overflow: hidden;
  }
}
body .vc_row-has-fill {
  background-position: 0 center !important;
}
body .vc_row-has-fill.row-bg-bottom {
  background-position: 0 bottom !important;
}
body {
  background-image: url(../images/bg-body.png);
  background-size: cover;
  background-position: left top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: transparent;
}
@media (min-width: 1200px) {
  body {
    position: relative;
  }
  body:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  body:after {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
body .site-content {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  clear: both;
  line-height: 1.1;
  margin: 0 0 15px;
  font-weight: 700;
  color: #272727;
}
h1, .h1 {
  font-size: 52px;
}
h2, .h2 {
  font-size: 42px;
}
h3, .h3 {
  font-size: 38px;
}
h4, .h4 {
  font-size: 32px;
}
h5, .h5 {
  font-size: 24px;
}
h6, .h6 {
  font-size: 20px;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
table th {
  color: ;
}
caption, td {
  font-weight: normal;
  text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 700;
}
td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
  /*--- Definition Lists ---*/
}
dl {
  margin: 0 0 0 25px;
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: #7dc01c;
}
code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: #7dc01c;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote {
  padding: 0 50px 30px;
}
blockquote:before {
  position: relative;
  top: 33px;
  left: 0px;
  content: "\f10d";
  font-size: 30px;
  color: #666;
  font-family: FontAwesome;
}
blockquote p {
  text-indent: 40px;
}
dl + h2 + ul {
  list-style: none;
  padding: 0 0 0 35px;
}
dl + h2 + ul li {
  position: relative;
  padding-left: 15px;
}
dl + h2 + ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 7px;
  left: 0;
  position: absolute;
}
dl + h2 + ul li ul {
  padding-left: 35px;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .text-mobile {
    text-align: center !important;
  }
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.screen-reader-text {
  display: none;
}
.box-border {
  display: inline-block;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft, .alignright, .aligncenter {
  margin-bottom: 1em;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  display: block;
}
.box-white {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 29px;
}
.box-white .menu li {
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
}
.bg-primary {
  background-color: #7dc01c !important;
}
.br-radius {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-box, .comments-area {
  background-color: #fff;
  margin-bottom: 40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cms-box, .comments-area {
    margin-bottom: 0;
  }
}
.overlay-gradient {
  position: relative;
}
.overlay-gradient:before, .overlay-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay-gradient:before {
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000', endColorStr='rgba(0, 0, 0, 0)');
  opacity: 0.5;
}
.overlay-gradient:after {
  background-color: rgba(125, 192, 28, 0.60);
  z-index: 2;
}
.text-lg {
  font-size: 22px;
  line-height: 32px;
  color: #7dc01c;
}
@media screen and (min-width: 992px) {
  .flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
  }
  .flex .flex-col {
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
  .flex-two {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-flow: row wrap;
  }
  .flex-two .flex-col {
    flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
  .breadcrumb.flex-col {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
  }
  .site-button.flex-col, .top-footer .col-lg-4.flex-col {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .text-center-md {
    text-align: center !important;
  }
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  body .box-border, body .cms-title-modern-inner .box-border {
    font-size: 42px;
    padding: 22px 15px;
  }
}
@media screen and (max-width: 767px) {
  body .box-border, body .cms-title-modern-inner .box-border {
    font-size: 26px;
    padding: 14px 0;
  }
  #pagetitle h1.page-title, #pagetitle .breadcrumb {
    text-align: center;
  }
  #pagetitle .breadcrumb {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  body .box-border, body .cms-title-modern-inner .box-border {
    font-size: 26px;
    padding: 14px 0px;
    text-align: center;
  }
}
::-webkit-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
}
::-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.33);
  opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-placeholder {
  color: rgba(0, 0, 0, 0.33);
  opacity: 1;
}
input::-o-placeholder, textarea::-o-placeholder {
  color: rgba(0, 0, 0, 0.33);
  opacity: 1;
}
input::-ms-placeholder, textarea::-ms-placeholder {
  color: rgba(0, 0, 0, 0.33);
  opacity: 1;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e7e8e9;
  color: #000;
  padding: 0px 15px;
  line-height: 47px;
  height: 47px;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  width: 100%;
}
select {
  height: 47px;
}
textarea {
  line-height: normal;
  padding-top: 14px;
  padding-bottom: 14px;
  height: 110px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
  border-color: #7dc01c;
  outline: 0;
}
.cms-select form {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-select select {
  height: 39px;
  font-size: 15px;
  background-color: transparent;
  position: relative;
  z-index: 99;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cms-select i {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap textarea {
  height: 145px;
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .wpcf7-form-control-wrap textarea {
    margin-top: 0;
  }
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.wpcf7-form-control-wrap.your-message {
  margin-bottom: 0;
}
.wpcf7-form-control {
  margin-bottom: 30px;
}
.wpcf7-form-control.wpcf7-submit {
  background-color: #7dc01c;
  border: 2px solid #7dc01c;
  color: #fff;
  font-size: 15px;
  padding: 5px 30px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.wpcf7-form-control.wpcf7-submit:hover {
  background-color: rgba(125, 192, 28, 0.7);
  border: 2px solid rgba(125, 192, 28, 0.7);
  color: #fff;
}
.wpcf7-form-control.wpcf7-not-valid {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .custom-form .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .custom-form .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.custom-form .wpcf7-form-control.wpcf7-textarea {
  margin-top: 0px;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-select {
  color: #999;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
  color: #999;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::-webkit-input-placeholder {
  color: #999;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::-moz-placeholder {
  color: #999;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::-ms-input-placeholder {
  color: #999;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::-moz-placeholder {
  color: #999;
}
.wpcf7-response-output.wpcf7-validation-errors {
  border: 2px solid red;
  margin: 15px 0 0px 0px;
  color: red;
}
@media screen and (max-width: 767px) {
  .wpcf7-response-output.wpcf7-validation-errors {
    margin-bottom: 50px;
  }
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  margin: 15px 0 0 -7px;
  color: #7dc01c;
  border-color: #7dc01c;
}
div.wpcf7-response-output {
  margin: 15px 0 0;
}
.input-filled {
  margin-bottom: 30px;
}
.custom-form .wpcf7-response-output.wpcf7-validation-errors {
  margin: 15px 0 0 0px;
}
.custom-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  margin: 15px 0 0 0px;
}
.select2 .select2-selection--single {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e7e8e9;
  height: 47px;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 47px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.acm-radio {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: relative;
}
.acm-radio + .acm-radio {
  margin-left: 14px;
}
.acm-radio i {
  height: 40px;
  width: 40px;
  border: 2px solid #e7e8e9;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  line-height: 38px;
  font-size: 22px;
  color: #e7e8e9;
  text-align: center;
}
.acm-radio [type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  opacity: 99;
  opacity: 0;
  cursor: pointer;
}
.acm-radio [type="radio"]:checked + i {
  background-color: #7dc01c;
  border-color: #7dc01c;
  color: #fff;
}
.acm-radio [type="radio"]:checked + i:before {
  content: "\f26b";
}
.acm-radio.acm-radio-true i:before {
  content: "\f26b";
}
.acm-radio.acm-radio-false i:before {
  content: "\f136" !important;
}
#ui-datepicker-div {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.24);
  border: none;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-header {
  background-color: #7dc01c;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-weight: normal;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  top: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before {
  content: "\f2f4";
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
  content: "\f2f6";
}
#ui-datepicker-div .ui-datepicker-title {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  margin: 0 40px;
}
#ui-datepicker-div .ui-datepicker-title select {
  font-size: inherit;
  color: #fff;
  line-height: normal;
  height: inherit;
  background-color: transparent;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  width: inherit;
  border: none;
}
#ui-datepicker-div .ui-datepicker-title select option {
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-calendar {
  background-color: transparent;
  border: none;
  margin: 0;
}
#ui-datepicker-div .ui-datepicker-calendar thead {
  background-color: #7dc01c;
}
#ui-datepicker-div .ui-datepicker-calendar th span {
  text-transform: uppercase;
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  font-size: 12px;
}
#ui-datepicker-div .ui-datepicker-calendar td a, #ui-datepicker-div .ui-datepicker-calendar td span {
  background-color: transparent;
  border: medium none;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar td span.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight, #ui-datepicker-div .ui-datepicker-calendar td span.ui-state-highlight {
  background-color: #7dc01c;
  color: #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight, #ui-datepicker-div .ui-datepicker-calendar td span.ui-state-highlight {
  background-color: rgba(125, 192, 28, 0.0);
}
#ui-datepicker-div {
  background-color: #fff;
  padding: 22px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -9999px;
  min-width: 300px;
  z-index: 10001 !important;
}
@media (max-width: 360px) {
  #ui-datepicker-div {
    min-width: 250px;
    padding: 10px;
  }
}
#ui-datepicker-div .ui-datepicker-header {
  position: relative;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:before {
  content: "\f104";
  color: #040e24;
  font-family: FontAwesome;
  font-size: 16px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:hover:before {
  color: #7dc01c;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
  left: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  right: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before {
  content: "\f105";
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0px;
  min-height: 25px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#ui-datepicker-div .ui-datepicker-calendar {
  margin: 0;
  width: 100%;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  text-align: center;
  padding: 6px;
  color: rgba(0, 0, 0, 0.6);
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
  color: rgba(0, 0, 0, 0.2);
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a {
  color: #7dc01c;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  color: #999;
}
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  color: #7dc01c;
}
body .clockpicker-popover {
  min-width: 300px;
  z-index: 99999;
}
body .clockpicker-popover .popover-title {
  color: #7dc01c !important;
}
body .clockpicker-popover.bottom {
  margin-top: 0;
}
body .clockpicker-popover.top {
  margin-bottom: 0;
}
body .clockpicker-popover > .arrow {
  display: none;
}
body .clockpicker-popover .clockpicker-plate {
  margin: auto;
}
body .clockpicker-popover span {
  color: #7dc01c;
}
body .clockpicker-popover .clockpicker-tick:hover, body .clockpicker-popover .clockpicker-tick.active {
  background-color: rgba(125, 192, 28, 0.6);
}
.btn.btn-ouline {
  background-color: transparent;
  color: #7dc01c;
}
.btn.btn-ouline:hover, .btn.btn-ouline:focus {
  background-color: #7dc01c;
  color: #fff;
}
.btn-5 {
  display: block;
  height: 80px;
  margin: 1rem auto;
  max-width: 250px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.btn-5:before, .btn-5:after {
  border: 0 solid;
  content: "";
  height: 0;
  position: absolute;
  transform: rotate(360deg);
  width: 0;
}
.btn-5:before {
  border-color: transparent transparent transparent red;
  border-style: solid;
  border-width: 0;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transform: rotate(360deg);
  width: 0;
}
.btn-5:before {
  border-color: transparent transparent transparent red;
  bottom: 0;
  left: 0;
}
.btn-5:after {
  border-color: transparent #000 transparent transparent;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(360deg);
  width: 0;
}
.btn-5:after {
  border-color: transparent #65293e transparent transparent;
  right: 0;
  top: 0;
}
.btn-5:before, .btn-5:after {
  border-width: 80px 250px;
}
.btn-align-center {
  text-align: center;
}
.btn-align-right {
  text-align: right;
}
#site-header-wrap {
  position: relative;
  z-index: 9999;
}
.site-header .container {
  padding: 0 90px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-header .container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .site-header .container {
    padding: 0 15px;
  }
}
.site-header-info {
  background-color: #272727;
}
.site-header-info .container {
  padding: 0 15px;
}
.site-header-info .innerbox {
  display: flex;
  justify-content: center;
  position: relative;
  color: #fff;
  line-height: 20px;
  font-weight: 500;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .site-header-info .innerbox {
    font-size: 12px;
    font-weight: 400;
  }
}
.site-header-info .innerbox i {
  margin: 10px 10px -6px 0;
}
.site-header-info .innerbox i:before {
  font-size: 30px;
}
.site-header-info .innerbox.innerbox-address i:before, .site-header-info .innerbox.innerbox-phone i:before {
  color: #7dc01c;
}
@media (min-width: 1280px) {
  .site-header-info .infor-time {
    background: #7dc01c;
    transform: skew(-60deg);
  }
  .site-header-info .infor-time .innerbox-time {
    transform: skew(60deg);
  }
}
@media (max-width: 767px) {
  .site-header-info {
    display: none;
  }
}
.topbar-panel {
  position: relative;
}
.topbar-panel .site-header-slogan {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.topbar-panel .site-header-slogan li {
  display: inline-block;
}
.topbar-panel .site-header-slogan li a {
  color: #7dc01c;
}
.topbar-panel .site-header-slogan li a:hover {
  color: #fff;
}
.clickable {
  background-color: #272727;
  display: none;
  height: 30px;
  line-height: 30px;
  padding: 0;
  position: absolute;
  color: #fff;
  cursor: pointer;
  font-size: 21px;
  right: 10%;
  text-align: center;
  top: 50px;
  border-radius: 0 0 3px 3px;
  width: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.clickable.panel-collapsed {
  top: 0;
}
#site-header-wrap.header-layout .site-header-main .site-branding {
  margin: 15px 0;
}
#site-header-wrap.header-layout .primary-menu > li:hover > a, #site-header-wrap.header-layout .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout .primary-menu > li.current-menu-ancestor > a {
  color: #7dc01c;
}
#site-header-wrap.header-layout .primary-menu > li:hover > a:after, #site-header-wrap.header-layout .primary-menu > li.current_page_item > a:after, #site-header-wrap.header-layout .primary-menu > li.current-menu-item > a:after, #site-header-wrap.header-layout .primary-menu > li.current_page_ancestor > a:after, #site-header-wrap.header-layout .primary-menu > li.current-menu-ancestor > a:after {
  color: #7dc01c !important;
}
#site-header-wrap.header-layout .primary-menu > li:last-child {
  padding-right: 0;
}
#site-header-wrap.header-layout .primary-menu > li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 16px;
  padding-left: 5px;
  position: relative;
  top: 1px;
  color: #272727;
}
#site-header-wrap.header-layout .primary-menu > li.current-menu-ancestor > a:before {
  color: #7dc01c;
}
#site-header-wrap.header-layout .primary-menu .sub-menu li:hover > a {
  padding-left: 32px;
}
#site-header-wrap.header-layout .primary-menu .sub-menu li:hover > a, #site-header-wrap.header-layout .primary-menu .sub-menu li.current_page_item > a, #site-header-wrap.header-layout .primary-menu .sub-menu li.current-menu-item > a, #site-header-wrap.header-layout .primary-menu .sub-menu li.current_page_ancestor > a, #site-header-wrap.header-layout .primary-menu .sub-menu li.current-menu-ancestor > a {
  color: #7dc01c;
  background-color: transparent;
}
#site-header-wrap.header-layout .primary-menu .sub-menu li:hover > a:after, #site-header-wrap.header-layout .primary-menu .sub-menu li.current_page_item > a:after, #site-header-wrap.header-layout .primary-menu .sub-menu li.current-menu-item > a:after, #site-header-wrap.header-layout .primary-menu .sub-menu li.current_page_ancestor > a:after, #site-header-wrap.header-layout .primary-menu .sub-menu li.current-menu-ancestor > a:after {
  color: #7dc01c;
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout .site-header-top {
    padding: 10px 0;
    background-color: #272727;
    font-size: 13px;
    color: #838383;
  }
  #site-header-wrap.header-layout .site-header-social a {
    color: #fff;
    font-size: 17px;
    margin-left: 13px;
  }
  #site-header-wrap.header-layout .site-header-social a:hover {
    color: #7dc01c;
  }
  #site-header-wrap.header-layout .site-header-social a:first-child {
    margin-left: 26px;
  }
  #site-header-wrap.header-layout .primary-menu > li {
    padding-left: 18px;
    padding-right: 18px;
  }
  #site-header-wrap.header-layout .primary-menu > li > a {
    line-height: 85px;
    color: #222;
    font-size: 16px;
    background-color: transparent;
    padding: 5px 0;
    position: relative;
  }
  #site-header-wrap.header-layout .primary-menu > li:hover > a, #site-header-wrap.header-layout .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout .primary-menu > li.current-menu-ancestor > a {
    color: #7dc01c;
  }
  #site-header-wrap.header-layout .primary-menu > li:last-child {
    padding-right: 0;
  }
  #site-header-wrap.header-layout .primary-menu > li.menu-item-has-children > a:after {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    padding-left: 5px;
    position: relative;
    top: 1px;
  }
  #site-header-wrap.header-layout .primary-menu > li.current-menu-ancestor > a:before {
    color: #7dc01c;
  }
  #site-header-wrap.header-layout .primary-menu .sub-menu li:hover > a {
    padding-left: 32px;
  }
  #site-header-wrap.header-layout .primary-menu .sub-menu li:hover > a, #site-header-wrap.header-layout .primary-menu .sub-menu li.current_page_item > a, #site-header-wrap.header-layout .primary-menu .sub-menu li.current-menu-item > a, #site-header-wrap.header-layout .primary-menu .sub-menu li.current_page_ancestor > a, #site-header-wrap.header-layout .primary-menu .sub-menu li.current-menu-ancestor > a {
    color: #7dc01c;
    background-color: transparent;
  }
  #site-header-wrap.header-layout .primary-menu .sub-menu li:hover > a:after, #site-header-wrap.header-layout .primary-menu .sub-menu li.current_page_item > a:after, #site-header-wrap.header-layout .primary-menu .sub-menu li.current-menu-item > a:after, #site-header-wrap.header-layout .primary-menu .sub-menu li.current_page_ancestor > a:after, #site-header-wrap.header-layout .primary-menu .sub-menu li.current-menu-ancestor > a:after {
    color: #7dc01c !important;
  }
  #site-header-wrap.header-layout .primary-menu .sub-menu li.menu-item-has-children > a {
    position: relativel;
  }
  #site-header-wrap.header-layout .primary-menu .sub-menu li.menu-item-has-children > a:after {
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    padding-left: 5px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 15px;
    color: #272727;
  }
  #site-header-wrap.header-layout #headroom {
    background-color: #fff;
  }
  #site-header-wrap.header-layout #headroom.headroom--not-top.headroom--not-bottom {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  }
  #site-header-wrap.header-layout #headroom.headroom--not-top.headroom--not-bottom .primary-menu > li > a {
    line-height: 80px;
  }
  #site-header-wrap.header-layout #headroom.headroom--not-top.headroom--not-bottom .site-logo img {
    max-height: 70px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  #site-header-wrap.header-layout .topbar-menu {
    margin: 0 -24px;
  }
  #site-header-wrap.header-layout .topbar-menu li {
    display: inline-block;
    padding: 0 24px;
    position: relative;
  }
  #site-header-wrap.header-layout .topbar-menu li:after {
    content: "";
    width: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -1px;
    background-color: rgba(255, 255, 255, 0.6);
    height: 20px;
  }
  #site-header-wrap.header-layout .topbar-menu li:last-child:after, #site-header-wrap.header-layout .topbar-menu li ul.sub-menu {
    display: none;
  }
  #site-header-wrap.header-layout .topbar-menu li a {
    color: rgba(255, 255, 255, 0.8);
  }
  #site-header-wrap.header-layout .topbar-menu li a:hover {
    color: #fff;
  }
  .col-text-left {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: start;
    -webkit-justify-content: start;
    -ms-justify-content: start;
    align-items: center;
  }
  .col-text-right {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  #site-header-wrap.header-layout .primary-menu > li {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #site-header-wrap .site-contact-top {
    padding-right: 32px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  #site-header-wrap {
    position: relative;
  }
  #site-header-wrap .site-header-top {
    padding: 15px 0;
    display: none;
  }
  #site-header-wrap .clickable {
    display: none;
  }
  #site-header-wrap .site-logo img {
    max-height: 80px;
    padding: 8px 0;
  }
  #site-header-wrap #main-menu-mobile {
    position: absolute;
    top: 23%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (max-width: 767px) {
  #site-header-wrap #main-menu-mobile {
    position: absolute;
    top: 50%;
  }
}
#headroom.headroom--up, #headroom.headroom--down {
  -webkit-transition: all 400ms linear 0ms;
  -khtml-transition: all 400ms linear 0ms;
  -moz-transition: all 400ms linear 0ms;
  -ms-transition: all 400ms linear 0ms;
  -o-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
}
#headroom.headroom--pinned:not(.headroom--top), #headroom.headroom--unpinned:not(.headroom--top) {
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  max-width: 1420px;
  margin: 0 auto;
  z-index: 1001;
}
#headroom.headroom--unpinned:not(.headroom--top) {
  -webkit-transform: translateY(-150px);
  -khtml-transform: translateY(-150px);
  -moz-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  -o-transform: translateY(-150px);
  transform: translateY(-150px);
}
#headroom.headroom--pinned:not(.headroom--top) {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.admin-bar #headroom.headroom--pinned:not(.headroom--top), .admin-bar #headroom.headroom--unpinned:not(.headroom--top) {
  top: 32px;
}
@media screen and (max-width: 767px) {
  body #headroom.headroom--pinned:not(.headroom--top), #headroom.headroom--unpinned:not(.headroom--top) {
    position: static !important;
  }
}
.primary-menu-not-set {
  margin-bottom: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    padding: 10px 15px;
    -webkit-transition: all 300ms linear 0ms !important;
    -khtml-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    -o-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important;
  }
  .primary-menu > li {
    display: inline-block;
    vertical-align: middle;
    float: left;
  }
  .primary-menu > li > a {
    color: rgba(255, 255, 255, 0.66);
    line-height: 60px;
    font-size: 18px;
    letter-spacing: 0.01em;
    padding: 0 33px;
    display: block;
  }
  .primary-menu > li:hover > a, .primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a {
    color: #fff;
    background-color: #7dc01c;
  }
  .primary-menu .sub-menu {
    list-style: none;
    margin: 0;
  }
  .primary-menu .sub-menu {
    position: absolute;
    background: #fff;
    padding: 0;
    top: 100%;
    left: 0;
    margin-top: 15px;
    min-width: 280px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .primary-menu .sub-menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    color: rgba(0, 0, 0, 0.66);
    font-size: 15px;
    font-weight: 600;
    padding: 12px 20px;
  }
  .primary-menu .sub-menu li:hover > a, .primary-menu .sub-menu li.current_page_item > a, .primary-menu .sub-menu li.current-menu-item > a, .primary-menu .sub-menu li.current_page_ancestor > a, .primary-menu .sub-menu li.current-menu-ancestor > a {
    background-color: #7dc01c;
    color: #fff;
  }
  .primary-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }
  .primary-menu .sub-menu .vc_row {
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -khtml-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  }
  .primary-menu li:hover, .primary-menu li.focus {
    overflow: visible;
  }
  .primary-menu li:hover > .sub-menu, .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    clip: inherit;
  }
}
@media screen and (max-width: 991px) {
  .main-navigation {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    position: absolute;
    z-index: 1001;
    padding: 15px 20px;
    top: 150%;
    bottom: auto;
    left: 0;
    right: 0;
    visibility: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  .main-navigation.navigation-open {
    opacity: 1;
    visibility: visible;
    top: 100%;
    clip: inherit;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    padding: 10px 0;
    color: #000;
    font-weight: 600;
  }
  .primary-menu > li > a {
    font-weight: 700;
  }
  .primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a {
    color: #7dc01c;
  }
  .primary-menu .sub-menu {
    position: relative;
    padding-left: 20px;
    display: none;
  }
  .primary-menu .sub-menu.submenu-open + .main-menu-toggle:before {
    height: 0;
  }
  .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    max-height: none;
    overflow: visible;
  }
  #main-menu-mobile .btn-nav-mobile {
    color: #282828;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  #main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    content: "";
    background-color: #282828;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
    top: 21px;
  }
  #main-menu-mobile .btn-nav-mobile:before {
    top: 9px;
  }
  #main-menu-mobile .btn-nav-mobile span {
    top: 15px;
  }
  #main-menu-mobile .btn-nav-mobile.opened:before {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #main-menu-mobile .btn-nav-mobile.opened:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
  }
  #main-menu-mobile .btn-nav-mobile.opened span {
    display: none;
  }
  .main-menu-toggle {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    cursor: pointer;
    display: inline-block;
    height: 19px;
    line-height: 19px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 19px;
  }
  .main-menu-toggle:before, .main-menu-toggle:after {
    content: "";
    position: absolute;
    background-color: #222;
  }
  .main-menu-toggle:before {
    height: 11px;
    left: 9px;
    top: 5px;
    width: 1px;
  }
  .main-menu-toggle:after {
    height: 1px;
    left: 4px;
    top: 10px;
    width: 11px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .primary-menu > li > a {
    padding: 0 16px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .primary-menu > li > a {
    padding: 0 20px;
  }
}
.comment-navigation, .posts-navigation, .post-navigation {
  /* add class back when submenu out body */
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
ul.back {
  right: 100%;
  left: auto !important;
}
#pagetitle {
  box-shadow: 0 10px 60px -38px #000;
  border-bottom: solid #eee 1px;
  padding: 15px 0;
}
@media (min-width: 992px) {
  #pagetitle .container {
    padding: 0 90px;
  }
}
@media (max-width: 767px) {
  #pagetitle {
    border-top: 1px solid #ddd;
  }
}
#pagetitle .page-title-content {
  position: relative;
  z-index: 99;
  font-weight: 500;
}
#pagetitle h1.page-title {
  color: #272727;
  margin: 0;
  font-size: 25px;
  z-index: 99;
  font-weight: 500;
}
#pagetitle .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  #pagetitle .breadcrumb {
    padding-left: 0;
  }
}
#pagetitle .breadcrumb li {
  font-weight: 500;
  display: inline-block;
  color: #999;
  font-size: 14px;
}
#pagetitle .breadcrumb li + li {
  padding-left: 25px;
  position: relative;
}
#pagetitle .breadcrumb li + li:before {
  content: " / ";
  font-size: 13px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 10px;
  position: absolute;
  color: #222;
}
#pagetitle .breadcrumb li a {
  color: #7dc01c;
}
#pagetitle .breadcrumb li a:hover {
  color: #7dc01c;
}
@media screen and (max-width: 991px) {
  #pagetitle {
    padding: 15px 0;
  }
}
.page-template-page-gridblog .site-main {
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-gridblog .site-main {
    margin: 0 -15px;
  }
}
.page-template-page-gridblog .cms-box {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  margin-bottom: 35px !important;
}
.page-template-page-gridblog .cms-box:first-child {
  width: 50%;
}
.page-template-page-gridblog .cms-box:nth-child(2), .page-template-page-gridblog .cms-box:nth-child(3), .page-template-page-gridblog .cms-box:nth-child(7), .page-template-page-gridblog .cms-box:nth-child(8) {
  width: 25%;
}
.page-template-page-gridblog .cms-box:nth-child(4), .page-template-page-gridblog .cms-box:nth-child(5), .page-template-page-gridblog .cms-box:nth-child(6) {
  width: 33.33333%;
}
.page-template-page-gridblog .cms-box:nth-child(9) {
  width: 50%;
}
@media (max-width: 991px) {
  .page-template-page-gridblog .cms-box {
    width: 33.333% !important;
  }
}
@media (max-width: 767px) {
  .page-template-page-gridblog .cms-box {
    width: 100% !important;
  }
}
.cms-back-blog {
  font-size: 15px;
  font-weight: 500;
}
.cms-back-blog a {
  color: #000;
}
.cms-back-blog a:hover {
  color: #7dc01c;
}
.cms-back-blog i {
  padding-right: 9px;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.format-gallery .entry-featured {
  position: relative;
}
.format-gallery .entry-featured .owl-next, .format-gallery .entry-featured .owl-prev {
  background: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  color: #000;
  font-size: 18px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.format-gallery .entry-featured .owl-next:hover, .format-gallery .entry-featured .owl-prev:hover {
  background: #7dc01c;
  color: #fff;
}
.format-gallery .entry-featured .owl-next {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured .owl-prev {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured:hover .owl-next, .format-gallery .entry-featured:hover .owl-prev {
  opacity: 1;
}
.format-gallery .entry-featured:hover .owl-next.disabled, .format-gallery .entry-featured:hover .owl-prev.disabled {
  opacity: 0.76;
}
.single-hentry:last-child {
  margin-bottom: 0;
}
.single-hentry .entry-title {
  font-size: 20px;
}
.single-hentry .entry-title a {
  color: #212121;
  font-weight: bold;
}
.single-hentry .entry-title a:hover {
  color: #7dc01c;
}
.single-hentry .entry-holder {
  padding: 5px 0 30px;
}
.single-hentry .entry-date {
  color: #999;
  margin-bottom: 5px;
}
.single-hentry .entry-date span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin: 0 -2px 0 0;
  text-transform: lowercase;
}
.single-hentry .entry-date span cite {
  font-style: normal;
  font-size: 12px;
  margin-right: -2px;
}
.single-hentry .entry-date span.gr-year {
  margin-right: 8px;
}
.single-hentry .entry-date span.gr-author, .single-hentry .entry-date span.gr-category, .single-hentry .entry-date span.gr-comment {
  margin-right: 8px;
}
.single-hentry .entry-date span.gr-author a, .single-hentry .entry-date span.gr-category a, .single-hentry .entry-date span.gr-comment a {
  text-transform: capitalize;
  color: #999;
}
.single-hentry .entry-date span.gr-author a:hover, .single-hentry .entry-date span.gr-category a:hover, .single-hentry .entry-date span.gr-comment a:hover {
  color: #7dc01c;
}
.single-hentry .entry-date span:last-child {
  margin-right: 0 !important;
}
.single-hentry a.readmore {
  display: inline-block;
  margin-top: 20px;
  font-weight: 500;
  font-size: 15px;
}
.entry-video iframe, .entry-video .wp-video {
  width: 100% !important;
}
.entry-meta {
  margin-bottom: 5px;
}
.entry-meta li {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 6px;
  padding-left: 0;
}
.entry-meta li a {
  color: #000;
  font-weight: 500;
}
.entry-meta li a:hover {
  color: #7dc01c;
}
.entry-meta li + li {
  padding-left: 15px;
  position: relative;
}
.entry-tags {
  font-size: 15px;
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
  padding-top: 15px;
  display: none;
  padding-bottom: 15px;
}
.entry-tags span {
  font-weight: 500;
}
.entry-tags a {
  color: rgba(0, 0, 0, 0.66);
  margin-left: 22px;
  margin-bottom: 10px;
}
.entry-tags a:hover {
  color: #7dc01c;
}
.single .entry-social {
  padding-top: 12px;
  padding-bottom: 4px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.single .entry-social .section-title, .single .entry-social .entry-social-share {
  display: inline-block;
  padding-left: 0;
}
.single .entry-social .section-title {
  float: left;
  margin-bottom: 10px;
  font-size: 18px;
  margin-top: 5px;
}
.single .entry-social .entry-social-share {
  float: right;
  padding-right: 0;
  margin-bottom: 0;
}
.entry-social-share {
  margin-bottom: 56px;
}
.entry-social-share ul {
  margin: 0 -5px;
}
.entry-social-share ul li:not(.detail-comment) {
  display: inline-block;
  padding: 0 5px;
}
.entry-social-share ul li:not(.detail-comment) a {
  font-size: 14px;
  font-weight: 500;
  color: #999;
  text-align: center;
  line-height: 30px;
  height: 30px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  display: block;
  position: relative;
}
.entry-social-share ul li:not(.detail-comment) a:hover {
  color: #7dc01c;
}
.entry-social-share ul li:not(.detail-comment) a i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 12px;
}
.entry-social-share ul li:not(.detail-comment).print {
  padding-left: 10px;
  min-width: inherit;
}
.entry-social-share ul li:not(.detail-comment).print a {
  color: #404040;
  background-color: transparent;
  padding-left: 40px;
}
.entry-social-share ul li:not(.detail-comment).print a:hover {
  color: #7dc01c;
}
.entry-social-share ul .detail-comment {
  float: right;
  font-size: 13px;
  line-height: 36px;
  font-weight: 700;
}
.entry-social-share ul .detail-comment a {
  color: ;
}
.entry-social-share ul .detail-comment a:hover {
  color: #7dc01c;
}
.posts-pagination .page-numbers, .woocommerce-pagination ul.page-numbers .page-numbers {
  background-color: #7dc01c;
  color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
}
.posts-pagination .page-numbers + .page-numbers, .woocommerce-pagination ul.page-numbers .page-numbers + .page-numbers {
  margin-left: 6px;
}
body.single .entry-holder {
  padding-top: 31px;
}
body.single.single-service .entry-holder {
  padding-top: 20px;
}
body.single .site-content {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
body.single .site-content .entry-featured {
  position: relative;
  text-align: center;
  min-height: 50px;
}
body.single .single-hentry .entry-date {
  position: absolute;
  bottom: -15px;
  text-transform: uppercase !important;
  background-color: #fff;
  left: 50% !important;
  transform: translate(-50%, 0%);
  padding: 10px 20px !important;
  border: solid #fff 2px !important;
  font-style: italic;
  box-shadow: 0px 10px 15px -18px #000;
  z-index: 2;
}
@media (max-width: 575px) {
  body.single .single-hentry .entry-date {
    bottom: 30px;
  }
}
body.single .single-hentry .entry-date span {
  color: #333;
  font-size: 15px !important;
  font-weight: 600 !important;
}
body.single .single-hentry .entry-date span cite {
  margin-left: 2px;
  margin-right: 2px;
}
body.single .content-row {
  padding-top: 70px;
}
body.single .cms-back-blog {
  padding-top: 30px;
}
body.single .cms-back-blog + .content-row {
  padding-top: 30px;
}
body.single .cms-box .entry-meta {
  text-align: center;
  padding-left: 0;
}
body.single .cms-box .entry-meta li {
  list-style: none;
}
body.single .cms-box .entry-meta li i {
  color: #7dc01c;
  font-size: 21px;
  margin-right: 10px;
}
body.single .cms-box .entry-meta li a {
  color: #999;
  font-size: 14px;
  font-weight: 500;
}
body.single .cms-box .entry-meta li a:hover {
  color: #7dc01c;
}
@media (max-width: 575px) {
  body.single .cms-box .entry-meta {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    text-align: left;
  }
  body.single .cms-box .entry-meta li {
    padding-left: 0;
    margin-right: 20px;
  }
  body.single .cms-box .entry-meta li i {
    font-size: 15px;
  }
}
body.single .emtry-header .entry-title {
  font-size: 20px;
  text-align: center;
  color: #272727;
}
body.single p {
  margin-bottom: 18px;
}
body.single .title-demo-silgepost {
  font-size: 18px;
}
body.single ul.blog-list {
  list-style: none;
  padding-left: 0;
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}
body.single ul.blog-list li {
  margin: 5px 0;
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 768px) {
  body.single ul.blog-list li {
    width: 50%;
    float: left;
  }
}
body.single ul.blog-list i {
  color: #7dc01c;
  font-size: 10px;
}
body.single div.clients-say {
  width: 90%;
  margin: 25px 5%;
  padding: 30px 50px;
  border-radius: 0 50px 0 50px;
  border-bottom: solid #7dc01c 4px;
  transform: skew(20deg);
  border-right: solid #7dc01c 4px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.single div.clients-say {
    transform: skew(10deg);
  }
}
body.single div.clients-say p {
  transform: skew(-20deg);
  color: #666;
  font-size: 14px;
  margin-bottom: -10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.single div.clients-say p {
    transform: skew(-10deg);
  }
}
body.single div.clients-say i {
  font-size: 25px;
  margin-right: 10px;
}
body.single div.clients-say span.text-right {
  text-align: right !important;
  color: #7dc01c;
  display: block;
  font-weight: 400 !important;
  transform: skew(0deg);
}
@media (max-width: 767px) {
  body.single div.clients-say {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    transform: skew(0deg);
  }
  body.single div.clients-say p {
    transform: skew(0deg);
  }
  body.single div.clients-say span.text-right {
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
  body.single div.clients-say span.text-right {
    transform: skew(-10deg);
  }
}
body.single .cms-box {
  margin-bottom: 0;
}
body.single .comments-area {
  padding: 30px 15px;
  border: 1px solid #ddd;
}
body.single .comments-area .section-comment {
  margin-top: 10px;
}
.cms-related-post .item-inner {
  background-color: #7dc01c;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.12);
  min-height: 295px;
}
.cms-related-post .entry-body {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.cms-related-post .entry-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
}
.cms-related-post .entry-title a {
  color: #fff;
}
.cms-related-post .entry-title a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.cms-related-post .entry-category {
  font-size: 15px;
  line-height: 32px;
}
.cms-related-post .entry-category a {
  color: rgba(255, 255, 255, 0.66);
}
.cms-related-post .entry-category a:hover {
  color: #fff;
}
.cms-related-post .entry-meta {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 100;
}
.cms-related-post .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 88;
}
@media screen and (min-width: 768px) {
  .single-post .section-title, .single-post .entry-social-share, .single-post .cms-related-post-inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .single-post .section-title, .single-post .entry-social-share, .single-post .cms-related-post-inner {
    padding: 0;
  }
  .single-post .cms-related-post {
    margin-top: 70px;
  }
  .single-hentry .entry-title {
    font-size: 24px;
    line-height: 36px;
  }
}
.acm-title-line {
  font-size: 24px;
  position: relative;
  margin-bottom: 40px;
}
.acm-title-line hr {
  margin: 0;
  position: absolute;
  top: 50%;
  border-color: #e7e8e9;
  right: 0;
  left: 0;
}
.acm-box {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.acm-box .acm-box-inner {
  border: 1px solid #e7e8e9;
  padding: 28px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
}
.acm-box > h4 {
  background-color: #7dc01c;
  padding: 24px 28px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.acm-box > h4 + .acm-box-inner {
  border-top: none;
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.error404 .container {
  padding: 0 100px;
}
@media screen and (max-width: 991px) {
  .error404 .container {
    padding: 0 15px;
  }
}
.error404 .site-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.error404 .content-area {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 100px !important;
  padding-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .error404 .content-area {
    padding-top: 25px !important;
  }
}
@media screen and (max-width: 991px) {
  .error404 #pagetitle .breadcrumb {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .error404 #pagetitle h1.page-title {
    text-align: center;
  }
}
.inner-orror-404 {
  width: 100%;
  background: url(../images/green-bg.jpg);
  background-size: cover;
  position: relative;
  padding: 0 50px;
  margin: 100px 0;
}
@media (max-width: 767px) {
  .inner-orror-404 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
}
.inner-orror-404 .col-404 {
  min-height: 370px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.inner-orror-404 .col-404.col-404-img {
  position: relative;
}
.inner-orror-404 .col-404.col-404-img img {
  position: absolute;
  bottom: 0;
  max-width: 300px;
  width: 100%;
}
@media (max-width: 991px) {
  .inner-orror-404 .col-404.col-404-img img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .inner-orror-404 .col-404.col-404-img {
    display: none;
  }
}
.inner-orror-404 .page-title, .inner-orror-404 .page-content, .inner-orror-404 .readmore a {
  color: #fff;
}
.inner-orror-404 .page-title {
  font-size: 50px;
  font-weight: 600;
}
.inner-orror-404 .page-content {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}
@media (max-width: 767px) {
  .inner-orror-404 .readmore {
    text-align: center;
  }
}
.inner-orror-404 .readmore a {
  background: #111;
  padding: 8px 20px;
  float: left;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .inner-orror-404 .readmore a {
    float: none;
    display: inline-block;
    margin-top: 30px;
  }
}
.cms-loader {
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cms-loader .cms-loader-inner {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: auto;
  animation: cms-loader 1s ease infinite;
  -moz-animation: cms-loader 1s ease infinite;
  -webkit-animation: cms-loader 1s ease infinite;
  -ms-animation: cms-loader 1s ease infinite;
  -o-animation: cms-loader 1s ease infinite;
}
@keyframes cms-loader {
  0%, 100% {
    box-shadow: -6px 20px 0 #7dc01c, 13px 20px 0 rgba(125, 192, 28, 0.2), 13px 39px 0 rgba(125, 192, 28, 0.2), -6px 39px 0 rgba(125, 192, 28, 0.2);
  }
  25% {
    box-shadow: -6px 20px 0 rgba(125, 192, 28, 0.2), 13px 20px 0 #7dc01c, 13px 39px 0 rgba(125, 192, 28, 0.2), -6px 39px 0 rgba(125, 192, 28, 0.2);
  }
  50% {
    box-shadow: -6px 20px 0 rgba(125, 192, 28, 0.2), 13px 20px 0 rgba(125, 192, 28, 0.2), 13px 39px 0 #7dc01c, -6px 39px 0 rgba(125, 192, 28, 0.2);
  }
  75% {
    box-shadow: -6px 20px 0 rgba(125, 192, 28, 0.2), 13px 20px 0 rgba(125, 192, 28, 0.2), 13px 39px 0 rgba(125, 192, 28, 0.2), -6px 39px 0 #7dc01c;
  }
}
body {
  background-color: #fff;
}
body .vc_row[data-vc-full-width] {
  left: 50% !important;
  margin: 0 auto;
  padding-left: 75px !important;
  padding-right: 75px !important;
  transform: translate(-50%, 0px);
}
@media (min-width: 1200px) {
  body .vc_row[data-vc-full-width] {
    width: 1420px !important;
  }
}
@media (max-width: 991px) {
  body .vc_row[data-vc-full-width] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
body .vc_row[data-vc-full-width].vc_row-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body .container {
  max-width: 100%;
}
body .container.content-container {
  padding: 0 90px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .container.content-container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  body .container.content-container {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  body #primary {
    padding: 0 15px;
  }
}
.content-contact .container {
  max-width: 100%;
  padding: 0 100px;
}
@media (max-width: 991px) {
  .content-contact .container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 575px) {
  .content-contact .container {
    padding: 30px 15px 50px;
  }
}
body .site {
  background-color: #fff;
}
body .rev_slider_wrapper .tp-thumbs .tp-thumb {
  padding: 3px !important;
  box-shadow: none !important;
  background-color: #272727 !important;
  background-image: none !important;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #333;
}
@media (max-width: 360px) {
  body .rev_slider_wrapper .tp-thumbs .tp-thumb {
    width: 30px;
    height: 30px;
  }
}
.row-bg-bottom {
  background-repeat: repeat-x !important;
  background-size: inherit !important;
  background-position: left bottom;
  overflow: visible !important;
}
.row-bg-boxshadow {
  background-size: cover;
  background-position: right;
  box-shadow: 0 -50px 85px -68px #000;
  overflow: visible !important;
}
.col-form {
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-form {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .col-form {
    width: 100%;
  }
}
.col-form-description {
  width: 100%;
}
.col-offset-right.custom-form .col-form {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  .col-offset-right.custom-form .col-form {
    width: 100%;
  }
}
.col-offset-right.custom-form .col-form.col-form-description {
  width: 100%;
}
.col-have-bgimagebottom .vc_parallax-inner {
  background-repeat: repeat-x !important;
  background-size: inherit !important;
}
.col-have-bgimagebottom .vc_column-inner {
  background-position: 0 bottom !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 1420px) {
  body .site {
    width: 1420px;
    margin: 0 auto;
  }
}
body .site {
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0 80px -40px #000;
}
@media screen and (min-width: 1200px) {
  .content-has-sidebar.float-left {
    padding-right: 10px;
  }
  .content-has-sidebar.float-left + #secondary {
    padding-left: 15px;
  }
  .content-has-sidebar.float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
  .content-has-sidebar.float-right + #secondary {
    order: 1;
    -webkit-order: 1;
    -ms-order: 1;
  }
  .woocommerce .content-has-sidebar.float-left + #secondary {
    padding-left: 15px;
  }
  .woocommerce .content-has-sidebar.float-right + #secondary {
    padding-right: 15px;
  }
  .woocommerce #primary.content-has-sidebar {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .woocommerce #secondary {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-resize .vc_col-lg-3 {
    width: 26%;
  }
  .row-resize .vc_col-lg-9 {
    width: 74%;
  }
}
@media screen and (max-width: 1199px) {
  body .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #primary + #secondary {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.site-content {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .site-content {
    min-height: auto;
  }
}
.widget-title, .comment-reply-title, .comments-title, .section-title {
  font-size: 24px;
  margin-bottom: 25px;
}
.comment-reply-title {
  margin-top: 30px;
}
.comments-title {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  padding-bottom: 30px;
}
.page-template-default .entry-footer {
  text-align: center;
}
.page-template-default .entry-footer i {
  padding-right: 8px;
}
.vc_column_container > .theiaStickySidebar > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.row-overlay {
  position: relative;
}
.row-overlay:after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible !important;
}
.row-overlay .vc_column-inner {
  position: relative;
  z-index: 1;
}
.archive .content-full-width .site-main {
  margin: 0 -15px;
}
.archive .content-full-width article.post {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .entry-content > .vc_row > .float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
}
@media screen and (max-width: 1199px) {
  .rm-padding-lg > .vc_column-inner, .rm-padding-lg > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 991px) {
  .rm-padding-md > .vc_column-inner, .rm-padding-md > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .rm-padding-xs > .vc_column-inner, .rm-padding-xs > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 575px) {
  .rm-padding-xs > .vc_column-inner, .rm-padding-xs > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.widget-area .theiaStickySidebar {
  background: #272727;
}
.widget-area .widget-title {
  font-size: 20px;
  font-weight: 500;
  border-bottom: none;
  margin-bottom: 30px;
  padding: 0 0 0px 10px;
  color: #fff;
  border-left: solid #7dc01c 5px;
  line-height: 20px;
  margin-top: 10px;
}
.widget-area .widget {
  padding: 25px 25px 0 25px;
}
.widget-area .widget.widget_recent_entries ul {
  list-style: none;
  background: #fff;
  padding: 10px 15px;
  margin-top: 15px;
  list-style: none;
}
.widget-area .widget.widget_recent_entries ul li {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}
.widget-area .widget.widget_recent_entries ul li a {
  color: #272727;
}
.widget-area .widget.widget_recent_entries ul li a:hover {
  color: #7dc01c;
}
.woocommerce ul.product_list_widget li a {
  font-weight: 400 !important;
  color: #000;
}
@media (max-width: 991px) {
  .widget_ef_recent_posts .posts-list {
    list-style: none;
    overflow: hidden;
    margin-right: -2%;
  }
  .widget_ef_recent_posts .posts-list li.has-post-thumbnail {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .widget_ef_recent_posts .posts-list {
    margin-right: 0;
  }
  .widget_ef_recent_posts .posts-list li.has-post-thumbnail {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
}
ul.post-list li {
  overflow: hidden;
  background-color: #fff;
  padding-left: 15px;
  margin-top: 15px;
}
.widget {
  margin-bottom: 32px;
}
.widget select {
  max-width: 100%;
}
.widget_categories ul li.current-cat a, .widget_pages ul li.current-cat a, .widget_meta ul li.current-cat a {
  color: #7dc01c !important;
}
.widget_categories ul ul ul ul ul, .widget_pages ul ul ul ul ul, .widget_nav_menu ul ul ul ul ul {
  padding-left: 0;
}
.widget-area .widget_nav_menu ul.menu {
  padding: 15px 0 15px 20px;
}
.widget-area .widget_nav_menu ul {
  margin-left: 0;
  padding-left: 15px;
}
.widget-area .widget_categories ul li, .widget-area .widget_nav_menu ul li, .widget-area .widget_pages ul li, .widget-area .widget_archive ul li {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 10px;
}
.widget-area .widget_categories ul li a, .widget-area .widget_nav_menu ul li a, .widget-area .widget_pages ul li a, .widget-area .widget_archive ul li a {
  color: #272727;
}
.widget-area .widget_categories ul li a:hover, .widget-area .widget_nav_menu ul li a:hover, .widget-area .widget_pages ul li a:hover, .widget-area .widget_archive ul li a:hover {
  color: #7dc01c;
}
.widget-area .widget_categories ul, .widget-area .widget_nav_menu ul, .widget-area .widget_pages ul, .widget-area .widget_archive ul {
  background-color: #fff;
}
.widget-area .widget_categories ul.children, .widget-area .widget_nav_menu ul.children, .widget-area .widget_pages ul.children, .widget-area .widget_archive ul.children {
  margin-left: 0;
}
.widget_categories li, .widget_recent_entries li, .widget_meta li, .widget_archive li {
  padding: 0;
  background: transparent;
  margin: 10px 0;
  display: block;
}
.widget_categories li a, .widget_recent_entries li a, .widget_meta li a, .widget_archive li a {
  position: relative;
  display: block;
  padding-left: 15px;
  color: #272727;
}
.widget_categories li a:hover, .widget_recent_entries li a:hover, .widget_meta li a:hover, .widget_archive li a:hover {
  color: #7dc01c;
}
.widget_categories li a:before, .widget_recent_entries li a:before, .widget_meta li a:before, .widget_archive li a:before {
  position: absolute;
  content: "\f101";
  top: 0px;
  left: 0;
  font-size: 12px;
  color: #272727;
  font-family: "FontAwesome";
}
.widget_recent_comments .recentcomments > a {
  color: #272727;
}
.widget_recent_comments .recentcomments > a:hover {
  color: #7dc01c;
}
.widget_recent_comments .recentcomments > a:before {
  content: '\A';
  white-space: pre;
}
.widget_rss ul {
  list-style: none;
  padding: 0;
}
.widget_rss li {
  margin-bottom: 16px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss .rsswidget {
  font-weight: 700;
  display: inline-block;
}
.widget_rss .rss-date {
  font-size: 0.875em;
  font-style: italic;
  display: block;
}
.widget_rss cite {
  font-weight: 700;
  font-size: 0.875em;
}
.widget_calendar th, .widget_calendar td {
  text-align: center;
}
.widget_search {
  background-color: #7dc01c;
  padding: 0 !important;
}
.widget_search .search-form, .widget_search .woocommerce-product-search {
  padding: 30px 25px;
}
.widget_search .searchform-wrap {
  position: relative;
}
.widget_search .search-field {
  background-color: #fff;
  height: 47px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  line-height: 45px;
  border: 1px solid #fff;
}
.widget_search .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  color: #fff;
  height: 47px;
  width: 50px;
  text-align: center;
  line-height: 47px;
  border: none;
  background-color: #333;
}
.widget-area .widget_product_search {
  padding: 30px 25px;
  background-color: #7dc01c;
}
.widget-area .widget_product_search .woocommerce-product-search {
  background-color: #333;
  position: relative;
  padding-right: 50px;
}
.widget-area .widget_product_search .woocommerce-product-search button {
  position: absolute;
  top: 0px;
  cursor: pointer;
  right: 0px;
  font-size: 0px;
  color: #fff;
  height: 47px;
  width: 50px;
  text-align: center;
  line-height: 47px;
  border: none;
  z-index: 2;
  background-color: transparent;
}
.widget-area .widget_product_search .woocommerce-product-search:after {
  content: "\f002";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 15px;
  color: #fff;
  z-index: 1;
  position: absolute;
  font-weight: normal;
  top: 10px;
  right: 18px;
  text-align: center;
}
.widget-area .widget_product_search .search-field {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#secondary .widget {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #secondary .widget {
    margin-bottom: 30px;
  }
}
#secondary .widget:last-child {
  padding-bottom: 20px;
  margin-bottom: 0;
  border: none;
}
#secondary .widget.widget_text .textwidget p {
  color: #fff;
}
#secondary .widget.widget_categories ul, #secondary .widget.widget_product_categories ul, #secondary .widget.widget_meta ul, #secondary .widget.widget_archive ul, #secondary .widget.widget_pages ul {
  background: #fff;
  padding: 10px 15px;
  list-style: none;
}
#secondary .widget.widget_categories ul li a, #secondary .widget.widget_product_categories ul li a, #secondary .widget.widget_meta ul li a, #secondary .widget.widget_archive ul li a, #secondary .widget.widget_pages ul li a {
  padding-left: 15px;
  position: relative;
  display: inline-block;
}
#secondary .widget.widget_categories ul li a:before, #secondary .widget.widget_product_categories ul li a:before, #secondary .widget.widget_meta ul li a:before, #secondary .widget.widget_archive ul li a:before, #secondary .widget.widget_pages ul li a:before {
  position: absolute;
  content: "\f101";
  top: 1px;
  left: 0;
  font-size: 13px;
  color: #272727;
  font-family: "FontAwesome";
}
#secondary .widget.widget_categories ul ul.children, #secondary .widget.widget_product_categories ul ul.children, #secondary .widget.widget_meta ul ul.children, #secondary .widget.widget_archive ul ul.children, #secondary .widget.widget_pages ul ul.children {
  padding-top: 0;
  padding-bottom: 0;
}
#secondary .widget.widget_tag_cloud .tagcloud {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
#secondary .widget.widget_tag_cloud .tagcloud a {
  background: transparent;
  padding: 8px 12px !important;
  float: left;
  font-size: 13px !important;
  margin-right: 10px;
  margin-bottom: 10px;
  border: solid #fff 1px;
  color: #fff;
  flex-grow: 1;
  text-align: center;
}
#secondary .widget.widget_tag_cloud .tagcloud a:hover {
  background: #fff;
  color: #272727;
}
#secondary .widget.woocommerce ul.product_list_widget li {
  padding: 15px 15px;
  display: block;
  background: #fff;
  margin-top: 15px;
  position: relative;
}
#secondary .widget.woocommerce ul.product_list_widget li img {
  max-width: 80px;
  height: auto;
  width: 100%;
  border: 1px solid #eee;
}
#secondary .widget_search .widget-title, #secondary .widget_product_search .widget-title {
  display: none;
}
#secondary .widget_recent_comments ul {
  padding: 15px 15px 20px;
  background: #fff;
}
#secondary .widget.widget_cs_social_widget ul {
  list-style: none;
  padding: 15px 15px 20px;
  background: #fff;
}
#secondary .widget.widget_cs_social_widget li {
  display: inline-block;
}
#secondary .widget.widget_cs_social_widget li span {
  display: none;
}
#secondary .widget.widget_cs_social_widget li a i:hover {
  color: #7dc01c;
}
#secondary ul {
  list-style: none;
}
@media (max-width: 767px) {
  #secondary {
    margin-bottom: 70px;
  }
}
.widget_ef_recent_posts li {
  background-color: #fff;
  padding: 15px;
  overflow: hidden;
  margin-top: 15px;
}
.widget_ef_recent_posts li .entry-featured {
  max-width: 80px;
  width: 100%;
  float: left;
}
.widget_ef_recent_posts li .entry-brief {
  padding-left: 100px;
}
.widget_ef_recent_posts .entry-posted-on a {
  font-weight: 500;
}
.widget_ef_recent_posts .entry-posted-on a time {
  font-size: 12px;
  color: #333;
}
.widget_ef_recent_posts .entry-posted-in a {
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.66);
}
.widget_ef_recent_posts .entry-posted-in a:hover {
  color: #7dc01c;
}
.widget_ef_recent_posts .entry-title {
  margin: 6px 0 5px;
  padding: 0;
  font-size: 15px;
  clear: none;
}
.widget_ef_recent_posts .entry-title a {
  color: #000;
}
.widget_ef_recent_posts .entry-title a:hover {
  color: #7dc01c;
}
.widget_ef_recent_posts .entry-title + .entry-meta {
  margin-top: 15px;
}
.cms-social li {
  font-size: 15px;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
  line-height: 38px;
}
.cms-social li a {
  color: #000;
}
.cms-social li a:hover {
  color: #7dc01c;
}
.cms-social li i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
.cms-social li i.zmdi-facebook {
  color: #3b5999;
}
.cms-social li i.zmdi-rss {
  color: #f60;
}
.cms-social li i.zmdi-youtube {
  color: #cd201f;
}
.cms-social li i.zmdi-twitter {
  color: #55acee;
}
.cms-social li i.zmdi-google-plus {
  color: #dd4b39;
}
.cms-social li i.zmdi-skype {
  color: #00aff0;
}
.cms-social li i.zmdi-dribbble {
  color: #ea4c89;
}
.cms-social li i.zmdi-flickr {
  color: #ff0084;
}
.cms-social li i.zmdi-linkedin {
  color: #0077b5;
}
.cms-social li i.zmdi-vimeo {
  color: #1ab7ea;
}
.cms-social li i.zmdi-pinterest {
  color: #bd081c;
}
.cms-social li i.zmdi-blogger {
  color: #f57d00;
}
.cms-social li i.zmdi-instagram {
  color: #e4405f;
}
.vc_wp_custommenu .widgettitle {
  font-size: 24px;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed, iframe, object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-caption {
  display: block;
}
.section-comment, .comment-respond {
  margin: 25px 0;
  width: 100%;
}
.comment-respond {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .single .single-hentry .entry-featured {
    text-align: center;
  }
  .single .single-hentry .entry-featured img {
    margin-bottom: 30px;
  }
}
.page-template-page-gridblog .entry-featured .post-image, .author .entry-featured .post-image, .category .entry-featured .post-image, .tag .entry-featured .post-image, .archive .entry-featured .post-image, .blog .entry-featured .post-image {
  position: relative;
  margin-bottom: 18px;
}
.page-template-page-gridblog .entry-featured .post-image i, .author .entry-featured .post-image i, .category .entry-featured .post-image i, .tag .entry-featured .post-image i, .archive .entry-featured .post-image i, .blog .entry-featured .post-image i, .page-template-page-gridblog .entry-featured .post-image:before, .author .entry-featured .post-image:before, .category .entry-featured .post-image:before, .tag .entry-featured .post-image:before, .archive .entry-featured .post-image:before, .blog .entry-featured .post-image:before {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: absolute;
  opacity: 0;
}
.page-template-page-gridblog .entry-featured .post-image:hover i, .author .entry-featured .post-image:hover i, .category .entry-featured .post-image:hover i, .tag .entry-featured .post-image:hover i, .archive .entry-featured .post-image:hover i, .blog .entry-featured .post-image:hover i, .page-template-page-gridblog .entry-featured .post-image:hover:before, .author .entry-featured .post-image:hover:before, .category .entry-featured .post-image:hover:before, .tag .entry-featured .post-image:hover:before, .archive .entry-featured .post-image:hover:before, .blog .entry-featured .post-image:hover:before {
  opacity: 1;
}
.page-template-page-gridblog .entry-featured .post-image i, .author .entry-featured .post-image i, .category .entry-featured .post-image i, .tag .entry-featured .post-image i, .archive .entry-featured .post-image i, .blog .entry-featured .post-image i {
  top: 50%;
  left: 50%;
  padding: 13px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #de7000;
  border-color: #de7000;
  color: #fff;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.page-template-page-gridblog .entry-featured .post-image:before, .author .entry-featured .post-image:before, .category .entry-featured .post-image:before, .tag .entry-featured .post-image:before, .archive .entry-featured .post-image:before, .blog .entry-featured .post-image:before {
  content: " ";
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-template-page-gridblog .entry-featured .post-image img, .author .entry-featured .post-image img, .category .entry-featured .post-image img, .tag .entry-featured .post-image img, .archive .entry-featured .post-image img, .blog .entry-featured .post-image img {
  width: 100%;
}
.page-template-page-gridblog .entry-featured .post-image a, .author .entry-featured .post-image a, .category .entry-featured .post-image a, .tag .entry-featured .post-image a, .archive .entry-featured .post-image a, .blog .entry-featured .post-image a {
  display: block;
}
.page-template-page-gridblog .posts-pagination, .author .posts-pagination, .category .posts-pagination, .tag .posts-pagination, .archive .posts-pagination, .blog .posts-pagination {
  clear: both;
  margin-top: 30px;
  padding: 10px 0;
  display: block;
  text-align: center;
  position: relative;
  border-top: 1px solid #efefef;
}
.page-template-page-gridblog .posts-pagination .posts-page-links, .author .posts-pagination .posts-page-links, .category .posts-pagination .posts-page-links, .tag .posts-pagination .posts-page-links, .archive .posts-pagination .posts-page-links, .blog .posts-pagination .posts-page-links {
  display: inline-block;
  text-align: center;
  padding-left: 0;
  margin-top: 20px;
}
.page-template-page-gridblog .posts-pagination .page-numbers, .author .posts-pagination .page-numbers, .category .posts-pagination .page-numbers, .tag .posts-pagination .page-numbers, .archive .posts-pagination .page-numbers, .blog .posts-pagination .page-numbers {
  background-color: #fff;
  color: #222;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 40px;
  width: 32px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 21px;
  font-weight: 800;
  margin-left: 0 !important;
}
.page-template-page-gridblog .posts-pagination .page-numbers:hover, .author .posts-pagination .page-numbers:hover, .category .posts-pagination .page-numbers:hover, .tag .posts-pagination .page-numbers:hover, .archive .posts-pagination .page-numbers:hover, .blog .posts-pagination .page-numbers:hover {
  background-color: #7dc01c;
  color: #fff !important;
}
.page-template-page-gridblog .posts-pagination .page-numbers.current, .author .posts-pagination .page-numbers.current, .category .posts-pagination .page-numbers.current, .tag .posts-pagination .page-numbers.current, .archive .posts-pagination .page-numbers.current, .blog .posts-pagination .page-numbers.current {
  color: #7dc01c;
}
.page-template-page-gridblog .entry-date span, .author .entry-date span, .category .entry-date span, .tag .entry-date span, .archive .entry-date span, .blog .entry-date span {
  padding-bottom: 5px;
}
.bg-top {
  background-image: url(../images/bg-bottom-content.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  min-height: 94px;
}
.content-contact {
  background-image: url(../images/great-gardener-team-bg.jpg);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: cover;
  background-color: #333;
  min-height: 233px;
}
.content-contact p {
  color: #fff;
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  font-style: italic;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 42px;
}
.content-contact .button-contact a {
  background: #fff;
  padding: 7px 30px;
  float: right;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50px;
  color: #7dc01c;
  margin-top: 5px;
  border: solid #fff 2px;
}
.content-contact .button-contact a:hover {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
@media (max-width: 767px) {
  .content-contact p {
    text-align: center;
  }
  .content-contact .button-contact {
    text-align: center;
  }
  .content-contact .button-contact a {
    float: none;
    display: inline-block;
  }
}
.single-hentry.post .subtitle-post .entry-title {
  text-align: center;
}
@media (min-width: 992px) {
  .single-hentry.post .subtitle-post .entry-title {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.search-no-results .no-results .search-field {
  margin-bottom: 20px;
}
.search-no-results .no-results .search-submit {
  background-color: #7dc01c;
  border: 2px solid #7dc01c;
  color: #fff;
  font-size: 15px;
  padding: 5px 30px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comments-area input, .comments-area textarea {
  margin-bottom: 25px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #f9f9f9;
}
.comment-respond .row-inputs-comment {
  margin-bottom: 30px;
}
.comment-respond .row-inputs-comment textarea, .comment-respond .row-inputs-comment input {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #f9f9f9;
}
.comment-respond .row-inputs-comment textarea::-webkit-input-placeholder, .comment-respond .row-inputs-comment input::-webkit-input-placeholder {
  color: #999;
}
.comment-respond .row-inputs-comment textarea::-moz-placeholder, .comment-respond .row-inputs-comment input::-moz-placeholder {
  color: #999;
}
.comment-respond .row-inputs-comment textarea::-ms-input-placeholder, .comment-respond .row-inputs-comment input::-ms-input-placeholder {
  color: #999;
}
.comment-respond .row-inputs-comment textarea::-moz-placeholder, .comment-respond .row-inputs-comment input::-moz-placeholder {
  color: #999;
}
.comment-respond .row-inputs-comment textarea {
  min-height: 150px;
}
.comment-respond .row-inputs-comment.comment-form-comment {
  margin-bottom: 20px;
}
.comment-respond .form-submit input.submit {
  padding: 11px 30px;
  border: none;
  margin: 10px 0 10px;
  font-size: 17px;
  text-transform: none;
  letter-spacing: 0px;
  background: #7dc01c;
  line-height: initial;
  border-radius: 0px;
  transition: ease all 1s;
  color: #fff;
}
.comment-respond .form-submit input.submit:hover {
  background-color: #272727;
}
.comment-list {
  padding: 0;
  list-style: none;
}
.comment-list li {
  padding-left: 15px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .comment-list li {
    padding-left: 5px;
  }
}
.comment-list li .children {
  padding-left: 45px;
  margin-top: 20px;
  list-style: none;
}
.comment-list > li {
  border-bottom: 1px solid #ddd;
}
.comment-list > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.comment-list > li:last-child .comment-body {
  padding-bottom: 0 !important;
}
.comment-list > li .comment-body {
  padding-bottom: 30px;
}
.comment-list .comment-text {
  font-size: 13px;
}
.comment-media {
  max-width: 97px;
  max-height: 97px;
  width: 100%;
  float: left;
}
.comment-media img {
  max-width: 97px;
  max-height: 97px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
}
.comment-title {
  color: #272727;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
.comment-date {
  color: #999;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 13px;
}
.comment-content {
  display: table;
  padding-left: 30px;
  vertical-align: top;
}
.comment-date-reply cite {
  font-style: normal;
}
.comment-reply a {
  color: #272727;
  display: inline-block;
  font-size: 13px;
  line-height: 27px;
  padding: 0 0px;
}
.comment-reply a:hover {
  color: #7dc01c;
}
.comment-form p label {
  display: none;
}
.comment-form .form-submit {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .comment-inner {
    text-align: center;
  }
  .comment-media {
    float: none;
    display: inline-block;
  }
  .comment-content {
    padding-left: 0;
    padding-top: 15px;
  }
  .comment-list li .children {
    padding-left: 0;
  }
}
.site-footer {
  padding: 50px 0 10px;
  background-color: transparent;
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.site-footer .container {
  padding: 0 90px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-footer .container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .site-footer .container {
    padding: 0 15px;
  }
}
.site-footer:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .site-footer:before {
    background-color: #000;
  }
}
@media (max-width: 991px) {
  .site-footer {
    padding-bottom: 0;
  }
}
.site-footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.site-footer .widget, .site-footer .widget p, .site-footer .widget a, .site-footer .widget ul, .site-footer .widget ul li {
  color: #beaa93;
}
.site-footer .widget a:hover {
  color: #7dc01c;
}
.site-footer .widget-title {
  color: #fff;
  border-bottom: 1px solid rgba(121, 107, 93, 0.4);
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 17px;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.site-footer .widget .readmore {
  color: #fff;
  position: relative;
  padding-right: 20px;
  display: inline-block;
  margin-top: 10px;
}
.site-footer .widget .readmore:before {
  color: #fff;
  position: absolute;
  display: block;
  content: "\f138";
  font-family: "FontAwesome";
  top: 1px;
  right: 0;
  font-size: 15px;
}
.site-footer .widget .readmore:hover {
  color: #7dc01c;
}
.site-footer .widget .readmore:hover:before {
  color: #7dc01c;
}
.site-footer .posts-list {
  list-style: none;
}
.site-footer .posts-list li {
  margin-bottom: 7px;
}
.site-footer .posts-list li a {
  display: block;
}
.site-footer .cms-widget-gtouch li, .site-footer .cms-widget-appoint li {
  position: relative;
  padding-left: 30px;
}
.site-footer .cms-widget-gtouch li i, .site-footer .cms-widget-appoint li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 22px;
}
.site-footer .cms-widget-gtouch li {
  margin-bottom: 12px;
}
.site-footer .cms-widget-appoint li {
  margin-bottom: 20px;
}
.site-footer .cms-widget-appoint li span {
  float: right;
  color: #7dc01c;
}
@media (max-width: 991px) {
  .site-footer .cms-widget-appoint li span {
    float: none;
    margin-left: 10px;
  }
}
.site-footer .widget_block h2 {
  font-size: 20px;
  font-weight: 500;
  border-bottom: none;
  margin-bottom: 30px;
  padding: 0 0 0px 10px;
  color: #fff;
  border-left: 5px solid #7dc01c;
  line-height: 20px;
  margin-top: 10px;
}
.top-footer {
  min-height: 350px;
}
.top-footer .top-footer-col2-inner {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.top-footer .top-footer-col2-inner img {
  position: absolute;
  z-index: 2;
  top: -105px;
  width: 175px;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .top-footer .top-footer-col2-inner img {
    right: 0;
    left: unset;
  }
}
.top-footer .top-footer-col2-inner.top-footer-col2-inner-last {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 991px) {
  .top-footer .top-footer-col2-inner.top-footer-col2-inner-last {
    display: none;
  }
}
.top-footer .top-footer-col2-inner:nth-child(1), .top-footer .top-footer-col2-inner:nth-child(4) {
  width: 20%;
}
.top-footer .top-footer-col2-inner:nth-child(2), .top-footer .top-footer-col2-inner:nth-child(3) {
  width: 30%;
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .top-footer .top-footer-col2-inner:nth-child(1), .top-footer .top-footer-col2-inner:nth-child(2), .top-footer .top-footer-col2-inner:nth-child(3) {
    width: 33.33%;
  }
}
@media screen and (max-width: 1199px) {
  .top-footer .top-footer-col2-inner:nth-child(1), .top-footer .top-footer-col2-inner:nth-child(2), .top-footer .top-footer-col2-inner:nth-child(3) {
    width: 33.33%;
  }
}
@media screen and (max-width: 991px) {
  .top-footer .top-footer-col2-inner:nth-child(1), .top-footer .top-footer-col2-inner:nth-child(2) {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top-footer .top-footer-col2-inner:nth-child(1), .top-footer .top-footer-col2-inner:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .top-footer .top-footer-col2-inner:nth-child(3) {
    width: 100%;
  }
}
@media (max-width: 1360px) {
  .top-footer .top-footer-col2-inner:nth-child(4) {
    display: none;
  }
}
.top-footer ul.menu {
  line-height: 28px;
}
.top-footer ul.menu li {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 400;
}
.top-footer .widget-title {
  margin-bottom: 13px;
}
@media screen and (max-width: 1199px) {
  .top-footer .widget-title {
    margin-top: 30px;
  }
}
.top-footer .widget-title.size-lg {
  font-size: 32px;
}
.top-footer .btn, .top-footer button, .top-footer .button, .top-footer input[type="submit"] {
  color: #fff;
}
.top-footer .btn:hover, .top-footer button:hover, .top-footer .button:hover, .top-footer input[type="submit"]:hover, .top-footer .btn:focus, .top-footer button:focus, .top-footer .button:focus, .top-footer input[type="submit"]:focus {
  color: #7dc01c;
}
.top-footer .row + .row {
  margin-top: 28px;
}
.bottom-footer {
  min-height: 65px;
  color: #7dc01c;
  padding: 16px 0;
  font-size: 15px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .bottom-footer {
    padding-left: 30px;
    position: relative;
  }
  .bottom-footer:before {
    position: absolute;
    content: " ";
    height: 1px;
    background-color: rgba(121, 107, 93, 0.4);
    top: 0;
    left: 0;
    right: 0;
  }
  .bottom-footer .bottom-col1, .bottom-footer .footernav-menu {
    text-align: center;
  }
}
.bottom-footer a {
  color: #fff;
}
.bottom-footer a:hover {
  color: rgba(255, 255, 255, 0.87);
}
.bottom-footer .footernav-menu li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.bottom-footer .footernav-menu li a {
  color: #7dc01c;
}
.bottom-footer .footernav-menu li a:hover {
  color: #7dc01c;
}
.scroll-top {
  background-color: rgba(125, 192, 28, 0.3);
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  height: 49px;
  position: fixed;
  right: 40px;
  text-align: center;
  width: 49px;
  font-size: 22px;
  z-index: 9999;
}
.scroll-top:hover, .scroll-top:focus {
  background-color: #98e12e;
  color: #fff;
}
.scroll-top.on {
  visibility: visible;
  opacity: 1;
  bottom: 40px;
}
.scroll-top i {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.find-us-container {
  font-size: 16px;
  line-height: 28px;
}
.find-us-container a {
  color: rgba(0, 0, 0, 0.66);
  border-bottom: 1px solid rgba(0, 0, 0, 0.66);
}
.find-us-container a:hover {
  color: #7dc01c;
  border-color: #7dc01c;
}
@media screen and (max-width: 1199px) {
  .top-footer::after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .top-footer::after {
    display: none;
  }
  .find-us-container {
    margin-bottom: 20px;
  }
}
.cms-grid .cms-grid-inner {
  position: relative;
}
.cms-grid .grid-item.cms-animated .grid-item-inner {
  animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-transform: translateY(200px);
  -khtml-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
}
.cms-grid .cms-load-more {
  margin-top: 25px;
}
.grid-filter-wrap span {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin: 10px 0;
  padding: 0 10px;
  text-transform: uppercase;
}
.grid-filter-wrap span.active {
  color: #7dc01c;
}
.owl-nav {
  text-align: center;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  color: #a2a2a2;
  display: inline-block;
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  color: #000;
}
.owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-dots .owl-dot {
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  background-color: #a2a2a2;
  display: inline-block;
  height: 9px;
  margin: 0 4px;
  width: 9px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.owl-dots .owl-dot.active {
  background-color: #7dc01c;
}
.vc-single-image-custom img {
  position: relative;
  z-index: 2;
  width: 362px;
}
.wpb_content_element.vc-single-image-custom {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .wpb_content_element.vc-single-image-custom {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .column-custome-extra .vc_column-inner {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .vc_column_container > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .entry-content .vc_row .vc_column_container:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .vc_column_container, .cms-fancybox-layout8 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.cms-angled-wrapper {
  left: 0;
  position: absolute !important;
  right: 0;
  width: 100%;
}
.cms-angled-wrapper svg {
  position: absolute;
  left: 0;
  right: 0;
}
.cms-angled-wrapper.angled-top {
  top: 0;
}
.cms-angled-wrapper.angled-top svg {
  transform: rotate(180deg);
  top: 0;
}
.cms-angled-wrapper.angled-bottom {
  bottom: 0;
}
.cms-angled-wrapper.angled-bottom svg {
  bottom: -1px;
}
.cms-contacttinfo .cms-contact-inner {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  font-size: 16px;
  clear: both;
}
.cms-contacttinfo .cms-contact-inner.border-bottom-show {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.cms-contacttinfo .cms-contact-icon, .cms-contacttinfo .cms-contact-title, .cms-contacttinfo .cms-contact-info {
  display: inline-flex;
}
.cms-contacttinfo .cms-contact-icon, .cms-contacttinfo .cms-contact-title {
  color: #666;
}
.cms-contacttinfo .cms-contact-icon {
  font-size: 22px;
  margin-right: 10px;
}
.cms-contacttinfo .cms-contact-title {
  margin-bottom: 0;
  margin-right: 10px;
}
.cms-contacttinfo .cms-contact-info {
  color: #7dc01c;
  float: right;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
body img.mfp-img {
  padding: 0 !important;
}
body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
  line-height: 40px;
  padding: 0;
  right: 0;
  text-align: center;
  top: -44px;
  width: 40px;
  -webkit-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
body .mfp-bottom-bar {
  margin-top: 0;
}
.mfp-wrap .mfp-container .mfp-arrow {
  background-color: #7dc01c;
}
.mfp-wrap .mfp-container .mfp-arrow:before {
  border: none;
}
.cms-fancybox-title {
  font-size: 18px;
}
.cms-fancybox-description {
  font-size: 14px;
  line-height: 24px;
  color: #272727;
  margin-bottom: 10px;
}
.cms-fancybox-icon i {
  font-size: 24px;
}
.cms-fancybox-default {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cms-fancybox-default {
    padding: 0;
  }
}
.cms-fancybox-default .cms-fancybox-icon {
  max-width: 65px;
  float: left;
  width: 100%;
}
.cms-fancybox-default .cms-fancybox-icon i {
  font-size: 65px;
}
@media (max-width: 767px) {
  .cms-fancybox-default .cms-fancybox-icon {
    max-width: 35px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .cms-fancybox-default .cms-fancybox-icon i {
    font-size: 35px;
  }
}
@media (max-width: 360px) {
}
.cms-fancybox-default .cms-fancybox-content {
  padding-left: 80px;
}
@media (max-width: 767px) {
  .cms-fancybox-default .cms-fancybox-content {
    padding-left: 55px;
  }
}
@media (max-width: 360px) {
  .cms-fancybox-default .cms-fancybox-content {
    padding-left: 0;
  }
}
.cms-fancybox-default .cms-fancybox-content .cms-fancybox-title {
  clear: none;
  font-size: 21px;
  color: #fff;
  font-weight: 800;
}
.cms-fancybox-layout2 {
  margin-bottom: 20px;
}
.cms-fancybox-layout2 .cms-fancybox-inner {
  position: relative;
}
.cms-fancybox-layout2 .cms-fancybox-icon {
  float: left;
  width: 63px;
  position: relative;
}
.cms-fancybox-layout2 .cms-fancybox-icon i {
  position: absolute;
  font-size: 63px;
  top: -12%;
  left: 0;
  color: #eee;
  margin: -20px 0;
  right: auto;
  bottom: 0;
  z-index: 0;
  text-align: center;
  display: flex;
}
.cms-fancybox-layout2 .cms-fancybox-icon i:before {
  font-size: 63px;
  margin-left: 0;
  position: absolute;
  left: 0;
}
.cms-fancybox-layout2 .cms-fancybox-icon i.fa {
  top: 15px;
}
.cms-fancybox-layout2 .cms-fancybox-content {
  padding-left: 80px;
  font-size: 16px;
}
.cms-fancybox-layout2 .cms-fancybox-title {
  clear: none;
  font-size: 28px;
  padding: 0;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.cms-fancybox-layout3 {
  max-width: 650px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .cms-fancybox-layout3 {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cms-fancybox-layout3 .cms-fancybox-icon {
  text-align: center;
  margin-bottom: 5px;
}
.cms-fancybox-layout3 .cms-fancybox-icon img {
  max-width: 65px;
}
.cms-fancybox-layout3 .cms-fancybox-icon i {
  color: #7dc01c;
  font-size: 65px;
}
.cms-fancybox-layout3 .cms-fancybox-title {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 800 !important;
}
.cms-fancybox-layout3 .cms-fancybox-title + .cms-fancybox-description {
  margin-top: 15px;
}
.cms-fancybox-layout3 .cms-fancybox-description {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.66);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-fancybox-layout3 .cms-fancybox-readmore {
  padding-top: 7px;
}
.cms-fancybox-layout3 .cms-fancybox-readmore a {
  font-size: 16px;
  font-weight: 600;
  opacity: 0;
}
.cms-fancybox-layout3:hover .cms-fancybox-readmore a {
  opacity: 1;
}
.cms-fancybox-layout3:hover .cms-fancybox-description {
  color: #000;
}
.cms-fancybox-layout4 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cms-fancybox-layout4 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cms-fancybox-layout4 .cms-fancybox-icon {
  text-align: center;
  max-width: 60px;
  float: left;
}
.cms-fancybox-layout4 .cms-fancybox-icon img {
  width: 100%;
}
.cms-fancybox-layout4 .cms-fancybox-icon i {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #7dc01c;
  text-align: center;
  line-height: 58px;
  color: #fff;
  font-size: 30px;
  background-color: #7dc01c;
}
.cms-fancybox-layout4 .cms-fancybox-content {
  padding-left: 75px;
}
.cms-fancybox-layout4 .cms-fancybox-content .cms-fancybox-title {
  clear: none;
}
.cms-fancybox-layout4 .cms-fancybox-title {
  color: #272727;
  font-weight: 500;
  font-size: 18px;
}
.cms-fancybox-layout5 {
  margin: 20px 0;
}
@media (max-width: 991px) {
  .cms-fancybox-layout5 .cms-fancybox-inner {
    max-width: 422px;
    margin: 0 auto;
  }
}
.cms-fancybox-layout5 .service-render-text {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cms-fancybox-layout5 .service-render-text .cms-fancybox-title {
  width: 180px;
  height: 180px;
  border-radius: 100% 100% 100% 0px;
  background: #7dc01c;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0px 0px -65px 150px;
  border: solid #fff 5px;
  font-size: 18px;
  padding: 0 15px;
  font-weight: 600;
  z-index: 1;
  transform: rotate(0);
}
.cms-fancybox-layout5 .feature-img {
  float: left;
  position: relative;
  transition: ease all 1s;
  width: 100%;
}
.cms-fancybox-layout5 .feature-img img {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
  width: 100%;
}
.cms-fancybox-layout5 .feature-img .feature-text-hover {
  float: left;
  width: 95%;
  height: 95%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(125, 192, 28, 0.7);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  margin: 2.5%;
  transition: ease all 1s;
  transform: scale(0) rotate(720deg);
  padding: 15px;
}
.cms-fancybox-layout5 .feature-img:hover .feature-text-hover {
  transform: scale(1) rotate(0deg);
}
.cms-fancybox-layout5 .feature-img:after {
  width: 95%;
  height: 95%;
  background: transparent;
  display: block;
  position: absolute;
  content: "";
  top: 0;
  border-radius: 100%;
  margin: 2.5%;
  border: 7px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .cms-fancybox-layout5 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.cms-fancybox-layout6 {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cms-fancybox-layout6 {
    margin-bottom: 50px;
  }
}
.cms-fancybox-layout6 .cms-fancybox-inner {
  background-position: 0 0;
  background-attachment: scroll !important;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  position: relative;
}
.cms-fancybox-layout6 .cms-fcbox {
  padding: 11em 0em;
  border: 1px solid #efefef;
  display: block;
  border-radius: 0;
  width: 100%;
  margin-top: -2px;
  color: black;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 50%, #000);
  background-size: 100% 202%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-fancybox-layout6 .cms-fcbox:hover {
  background-position: 100% 100%;
}
.cms-fancybox-layout6 .cms-fcbox:hover .box-content {
  top: 30%;
}
.cms-fancybox-layout6 .cms-fcbox:hover .cms-fancybox-description {
  opacity: 1;
  display: block;
  top: 55% !important;
}
.cms-fancybox-layout6 .box-content {
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  top: 48%;
  right: 0;
  margin: -20px auto;
}
.cms-fancybox-layout6 .box-content i {
  display: block;
  margin: auto;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.cms-fancybox-layout6 .box-content i:before {
  margin-left: 0;
  font-size: 28px;
}
.cms-fancybox-layout6 .box-content .cms-fancybox-title {
  padding: 10px;
  margin: 10px 0 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  line-height: 1;
  font-size: 18px;
}
.cms-fancybox-layout6 .box-content .cms-fancybox-title a {
  color: #fff;
}
.cms-fancybox-layout6 .box-content .cms-fancybox-title a:hover {
  color: #7dc01c;
}
.cms-fancybox-layout6 .cms-fancybox-description {
  position: absolute;
  left: 0;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  top: 40%;
  right: 0;
  margin: -20px auto;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
}
.cms-fancybox-layout8 .cms-fancybox-inner {
  min-height: 197px;
}
.cms-fancybox-layout8 .cms-fancybox-inner .cms-fancybox-description {
  color: #fff;
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  font-style: italic;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 10px;
}
.cms-fancybox-layout8 .cms-fancybox-inner .cms-fancybox-readmore a {
  background: #fff;
  padding: 7px 30px;
  float: right;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50px;
  color: #7dc01c;
  margin-top: 5px;
  border: solid #fff 2px;
}
@media (max-width: 767px) {
  .cms-fancybox-layout8 .cms-fancybox-inner .cms-fancybox-readmore a {
    margin-bottom: 20px;
    display: inline-block;
    float: none;
  }
}
.cms-fancybox-layout8 .cms-fancybox-inner .cms-fancybox-readmore a:hover {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.woocommerce-carousel ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
.woocommerce-carousel ul.products li.product .woocommerce-thumbnail {
  border: 4px solid #eee;
}
.woocommerce-carousel ul.products li.product .woocommerce-holder {
  width: 80%;
  transform: skew(-25deg);
  background: #222 !important;
  float: left;
  position: relative;
  top: -40px;
  left: 10%;
  border-bottom: solid #7dc01c 5px;
  padding: 8px 0;
}
.woocommerce-carousel ul.products li.product .woocommerce-holder span.price, .woocommerce-carousel ul.products li.product .woocommerce-holder .woo-title {
  width: 100%;
  transform: skew(25deg);
  margin: 0;
  padding: 2px 0;
}
.woocommerce-carousel ul.products li.product .woocommerce-holder .woo-title {
  margin-bottom: 7px;
}
.woocommerce-carousel ul.products li.product .woocommerce-holder .woo-title a {
  color: #fff;
}
.woocommerce-carousel ul.products li.product .woocommerce-holder .woo-title a:hover {
  color: #7dc01c;
}
.cms-fancybox-layout7 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cms-fancybox-layout7 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cms-fancybox-layout7 .cms-fancybox-icon {
  text-align: center;
  max-width: 60px;
  width: 100%;
  float: left;
  margin-top: 20px;
}
.cms-fancybox-layout7 .cms-fancybox-icon i {
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid;
  text-align: center;
  line-height: 53px;
  font-size: 30px;
  color: #7dc01c;
}
.cms-fancybox-layout7 .cms-fancybox-content {
  padding-left: 70px;
}
.cms-fancybox-layout7 .cms-fancybox-content .cms-fancybox-title {
  margin-bottom: 8px;
  clear: none;
}
.cms-fancybox-layout7 .cms-fancybox-content .cms-fancybox-title a {
  color: #272727;
}
.cms-fancybox-layout7 .cms-fancybox-content .cms-fancybox-title a:hover {
  color: #7dc01c !important;
}
.cms-fancybox-layout7 .cms-fancybox-title {
  color: #272727;
  font-weight: 500;
  font-size: 16px;
}
.cms-fancybox-layout7 .cms-fancybox-description {
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-fancybox-layout5 .service-render-text .cms-fancybox-title {
    margin: 0px 0px -65px 86px;
  }
}
@media screen and (max-width: 767px) {
  .cms-fancybox-layout5 .service-render-text .cms-fancybox-title {
    margin: 0px auto 0 auto;
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
    border-radius: 0;
    border: none;
  }
  .cms-fancybox-layout5 .feature-img img {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .cms-fancybox-layout5 .feature-img {
    text-align: center;
  }
}
.cms-pricing-wrapper {
  padding: 30px 30px 60px;
  background-color: #333;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  box-shadow: 0 30px 35px -35px #000;
  border-top: #7dc01c;
  margin: 20px 0;
}
@media (max-width: 991px) {
  .cms-pricing-wrapper {
    margin-bottom: 50px;
  }
}
.cms-pricing-wrapper .pricing-header, .cms-pricing-wrapper .pricing-body {
  padding: 15px 35px 10px 35px;
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  color: #000;
}
.cms-pricing-wrapper .pricing-price {
  color: #222;
  padding: 25px 0 10px;
  font-size: 34px;
  margin: 0;
}
.cms-pricing-wrapper .pricing-title {
  color: #fff;
  font-size: 17px;
  padding: 12px 15px;
  margin: 0;
  margin-bottom: 0px;
  background: #7dc01c;
  font-weight: 600;
  margin-bottom: 0;
}
.cms-pricing-wrapper .pricing-body ul {
  padding-left: 0;
}
.cms-pricing-wrapper .pricing-body ul li {
  color: #111;
  padding: 5px 0;
  list-style: none;
  letter-spacing: 1px;
  border-bottom: none;
  font-size: 15px;
}
.cms-pricing-wrapper .pricing-button {
  margin-top: 35px;
}
.cms-pricing-wrapper .pricing-button .btn-pricing {
  padding: 7px 22px;
  font-size: 15px;
  margin-top: 5px;
  background-color: #7dc01c;
  border-color: #7dc01c;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
.cms-pricing-wrapper .pricing-button .btn-pricing:hover {
  background-color: rgba(125, 192, 28, 0.8) !important;
  border-color: rgba(125, 192, 28, 0.8) !important;
}
@media (max-width: 767px) {
  .cms-pricing-wrapper {
    text-align: center !important;
  }
}
.cms-grid-blog .grid-item-inner {
  padding: 15px;
  background: #fff;
  border: solid #ddd 1px;
  box-shadow: 0 20px 50px -50px #000;
  margin-bottom: 15px;
}
.cms-grid-blog .grid-item-inner .grid-blog-media {
  position: relative;
  margin-bottom: 18px;
}
.cms-grid-blog .grid-item-inner .grid-blog-media i, .cms-grid-blog .grid-item-inner .grid-blog-media:before {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: absolute;
  opacity: 0;
}
.cms-grid-blog .grid-item-inner .grid-blog-media:hover i, .cms-grid-blog .grid-item-inner .grid-blog-media:hover:before {
  opacity: 1;
}
.cms-grid-blog .grid-item-inner .grid-blog-media i {
  top: 50%;
  left: 50%;
  padding: 13px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #de7000 !important;
  border-color: #de7000 !important;
  color: #fff;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.cms-grid-blog .grid-item-inner .grid-blog-media:before {
  content: " ";
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cms-grid-blog .grid-item-inner .grid-blog-media img {
  width: 100%;
}
.cms-grid-blog .grid-item-inner .grid-blog-media a {
  display: block;
}
.cms-grid-blog .grid-item-inner .grid-blog-content .entry-date span {
  display: inline-block;
  padding-bottom: 10px;
}
.cms-grid-blog .grid-item-inner .grid-blog-content .entry-date span cite {
  font-style: normal;
  font-size: 12px;
  margin-right: -2px;
}
.cms-grid-blog .grid-item-inner .grid-blog-content .entry-date span.gr-author a, .cms-grid-blog .grid-item-inner .grid-blog-content .entry-date span.gr-category a, .cms-grid-blog .grid-item-inner .grid-blog-content .entry-date span.gr-comment a {
  color: #999;
}
.cms-grid-blog .grid-item-inner .grid-blog-content .entry-date span.gr-author a:hover, .cms-grid-blog .grid-item-inner .grid-blog-content .entry-date span.gr-category a:hover, .cms-grid-blog .grid-item-inner .grid-blog-content .entry-date span.gr-comment a:hover {
  color: #7dc01c;
}
.cms-grid-blog .grid-item-inner .grid-blog-content .entry-title {
  padding: 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
.cms-grid-blog .grid-item-inner .grid-blog-content .entry-title a {
  color: #272727;
}
.cms-grid-blog .grid-item-inner .grid-blog-content .entry-title a:hover {
  color: #7dc01c;
}
.cms-grid-blog .grid-item-inner .grid-blog-content .entry-content {
  margin-bottom: 20px;
}
@media (max-width: 360px) {
  .cms-grid-blog .cms-grid-inner .grid-item {
    padding: 0;
  }
}
.cms-grid-team .grid-item-inner {
  margin-bottom: 15px;
}
.cms-grid-team .grid-item-inner .grid-team-media {
  position: relative;
}
@media screen and (max-width: 767px) {
  .cms-grid-team .grid-item-inner .grid-team-media {
    text-align: center;
  }
}
.cms-grid-team .grid-item-inner .grid-team-media:after {
  content: " ";
  display: block;
  background: #222;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  border-radius: 0px;
}
.cms-grid-team .grid-item-inner .grid-team-media .social-medias {
  padding-left: 0;
  position: absolute;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  top: 75%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.cms-grid-team .grid-item-inner .grid-team-media .social-medias li {
  display: inline-block;
  margin: 3px;
}
.cms-grid-team .grid-item-inner .grid-team-media .social-medias li a {
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 33px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
  text-align: center;
  background-color: #de7000;
}
.cms-grid-team .grid-item-inner .grid-team-media .social-medias li a:hover {
  background-color: #f57c00;
}
.cms-grid-team .grid-item-inner .grid-team-media:hover:after {
  opacity: 1;
}
.cms-grid-team .grid-item-inner .grid-team-media:hover .social-medias {
  padding-left: 0;
  top: 50%;
  opacity: 1;
}
.cms-grid-team .grid-item-inner .grid-entry-meta {
  position: relative;
  width: 70%;
  margin: -32px 15% 0 15%;
  background: #fff;
  padding: 10px 35px 2px;
  transform: skew(-25deg);
  border-bottom: solid #7dc01c 5px;
  border-left: solid #7dc01c 5px;
  box-shadow: 30px 20px 25px -32px #000;
}
@media (max-width: 360px) {
  .cms-grid-team .grid-item-inner .grid-entry-meta {
    width: 85%;
    margin: -32px 5% 0 5%;
    padding: 10px 20px 2px;
    text-align: center;
  }
}
.cms-grid-team .grid-item-inner .grid-entry-meta .position {
  font-size: 12px;
  color: #7dc01c;
  margin-top: 0;
  transform: skew(25deg);
}
.cms-grid-team .grid-item-inner .grid-entry-meta .entry-title {
  transform: skew(25deg);
  padding: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.cms-accordion-inner {
  background-color: #fff;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  padding: 30px;
}
.cms-accordion-inner .cms-accordion-heading {
  margin-bottom: 10px;
}
.cms-accordion-inner .cms-accordion-heading h3 {
  font-size: 40px;
  color: #7dc01c;
  float: left;
  margin: 0;
}
.cms-accordion-inner .cms-accordion-heading span {
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  float: right;
  margin: 10px 0;
}
.cms-accordion-inner .card {
  border: none;
}
.cms-accordion-inner .card .card-header {
  border-bottom: none;
  padding: 0;
  background-color: transparent;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  padding: 29px 30px 29px 37px;
}
.cms-accordion-inner .card .card-header.cms-active {
  border: none;
}
.cms-accordion-inner .card .collapse {
  padding-left: 37px;
  width: 100% !important;
}
.cms-accordion-inner .card .collapse.show {
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.cms-accordion-inner .card .card-link {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
}
.cms-accordion-inner .card .card-link:before {
  content: "\f275";
  font-family: "Material-Design-Iconic-Font";
  margin-right: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #7dc01c;
}
.cms-accordion-inner .card .cms-active .card-link:before {
  content: "\f270";
}
.cms-accordion-inner .card .card-body {
  padding: 0;
}
.cms-accordion-inner .card:last-child .collapse, .cms-accordion-inner .card:last-child .card-header {
  border-bottom: none;
}
.cms-heading.align-right {
  text-align: right;
}
.cms-heading.align-left {
  text-align: left;
}
.cms-heading.align-center {
  text-align: center;
}
.cms-heading.cms-heading-layout2.style-1 span.span-title1 {
  font-weight: normal;
}
.cms-heading.cms-heading-layout2.style-1 span.span-title2 {
  font-weight: 800;
}
.cms-heading.cms-heading-layout2.style-2 span.span-title2, .cms-heading.cms-heading-layout2.style-2 span.span-title1 {
  font-weight: 800 !important;
}
@media screen and (max-width: 991px) {
  .align-left-md {
    text-align: left !important;
  }
  .align-right-md {
    text-align: right !important;
  }
  .align-center-md {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .align-left-sm {
    text-align: left;
  }
  .align-right-sm {
    text-align: right;
  }
  .align-center-sm {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .align-left-xs {
    text-align: left;
  }
  .align-right-xs {
    text-align: right;
  }
  .align-center-xs {
    text-align: center;
  }
}
.vc-icon-custom {
  margin-top: 25px;
}
.vc-icon-custom span.vc_icon_element-icon {
  color: #787878 !important;
}
@media (max-width: 575px) {
  .cms-testimonial {
    margin-bottom: 50px;
    background-color: #efefef;
    padding: 5px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.cms-testimonial .cms-testimonial-content {
  transform: skew(-20deg);
}
.cms-testimonial .cms-testimonial-content .inner-box-content {
  background: #272727;
  width: 95%;
  padding: 30px 40px 20px;
  border-radius: 0;
  color: #fff;
  position: relative;
  border-bottom: solid #7dc01c 5px;
}
@media screen and (max-width: 575px) {
  .cms-testimonial .cms-testimonial-content .inner-box-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cms-testimonial .cms-testimonial-content .inner-box-content:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50px;
}
.cms-testimonial .cms-testimonial-content .cms-testimonial-title, .cms-testimonial .cms-testimonial-content .cms-testimonial-description {
  transform: skew(20deg);
}
.cms-testimonial .cms-testimonial-content .cms-testimonial-description {
  margin-bottom: 10px;
}
.cms-testimonial .cms-testimonial-content .cms-testimonial-title {
  padding-left: 23px;
  color: #7dc01c;
}
@media (max-width: 1300px) {
  .cms-testimonial .cms-testimonial-content {
    transform: skew(0deg);
  }
  .cms-testimonial .cms-testimonial-content .cms-testimonial-title, .cms-testimonial .cms-testimonial-content .cms-testimonial-description {
    transform: skew(0deg);
    padding-left: 0;
  }
  .cms-testimonial .cms-testimonial-content .inner-box-content {
    background: #272727;
    width: 100%;
  }
}
.cms-testimonial .cms-testimonial-feature {
  position: relative;
  text-align: center;
  float: left;
  min-height: 200px;
  padding-bottom: 40px;
}
@media (max-width: 1300px) {
  .cms-testimonial .cms-testimonial-feature {
    padding-bottom: 30px;
  }
}
.cms-testimonial .cms-testimonial-feature img {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  border: solid #7dc01c 5px;
}
.cms-testimonial .cms-testimonial-feature .dottad-border {
  width: 0;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  border-right: dashed 1px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cms-testimonial .cms-testimonial-feature .dottad-border {
    border-color: transparent;
  }
}
.cms-testimonial.cms-testimonial-layout1 .inner-box-content:after {
  right: -28px;
  border-left: solid #272727 30px;
  border-bottom: solid transparent 30px;
  border-top: solid transparent 30px;
}
@media (max-width: 575px) {
  .cms-testimonial.cms-testimonial-layout1 .inner-box-content:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .cms-testimonial.cms-testimonial-layout1 .inner-box-content {
    margin-bottom: 30px;
    text-align: center;
  }
}
.cms-testimonial.cms-testimonial-layout2 .inner-box-content:after {
  left: -28px;
  border-right: solid #272727 30px;
  border-bottom: solid transparent 30px;
  border-top: solid transparent 30px;
}
@media (max-width: 575px) {
  .cms-testimonial.cms-testimonial-layout2 .inner-box-content:after {
    display: none;
  }
}
.cms-testimonial.cms-testimonial-layout2 .inner-box-content .cms-testimonial-title {
  font-size: 16px;
  color: #7dc01c;
}
.cms-textbox-default {
  margin-bottom: 20px;
}
.cms-textbox-layout2 .cms-textbox-feature {
  width: 100%;
  text-align: center;
}
.cms-textbox-layout2 .cms-textbox-feature img {
  width: 70%;
  position: relative;
  top: -115px;
}
.cms-textbox-layout2 .cms-textbox-content {
  text-align: center;
  width: 80%;
  margin: -170px 10% 90px 10%;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.11);
  border-radius: 15px;
  padding: 50px 65px 55px 65px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.cms-textbox-layout2 .cms-textbox-content .cms-textbox-title {
  font-size: 24px;
}
.cms-textbox-layout3 .cms-textbox-icon {
  float: left;
  width: 80px;
  text-align: left;
  color: #ddd;
  font-size: 63px;
}
.cms-textbox-layout3 .cms-textbox-icon i {
  color: #ddd;
}
@media screen and (max-width: 575px) {
  .cms-textbox-layout3 .cms-textbox-icon {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.cms-textbox-layout3 .cms-textbox-content {
  padding-left: 80px;
}
@media screen and (max-width: 575px) {
  .cms-textbox-layout3 .cms-textbox-content {
    padding-left: 0;
  }
}
.cms-textbox-layout3 .cms-textbox-content .cms-textbox-title {
  clear: none;
  color: #272727;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cms-textbox-layout3 .cms-textbox-content .cms-sub-title {
  color: #999;
  font-size: 16px;
  margin-bottom: 5px;
}
.cms-textbox-layout3 .cms-textbox-content .cms-textbox-description {
  color: #787878;
  font-size: 14px;
}
.cms-findus-inner .cms-findus-address {
  border-bottom: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  padding: 18px 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.cms-findus-inner .cms-findus-address h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.cms-findus-inner .cms-findus-address a {
  border-bottom: 1px solid rgba(125, 192, 28, 0.3);
  display: inline-block;
}
.cms-findus-inner .cms-findus-desc {
  padding: 45px 0 30px;
}
.cms-findus-inner .acm-address-des {
  font-weight: 500;
}
.cms-findus-inner .cms-findus-map {
  padding-left: 75px;
  margin-top: -45px;
}
.cms-findus-inner #acm-address-des {
  max-width: 300px;
  margin-right: 11px;
  margin-bottom: 15px;
}
.cms-findus-inner #acm-map {
  height: 400px !important;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .cms-findus-inner .cms-findus-map {
    padding-left: 15px;
    margin-top: 50px;
  }
}
.cms-banner-inner {
  position: relative;
}
.cms-banner-layer {
  padding: 8px;
}
.cms-button-wrapper .btn-style-1 {
  background: #fff;
  padding: 7px 30px;
  float: right;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50px;
  color: #68a510;
  margin-top: 5px;
  border: solid #fff 2px;
}
.cms-button-wrapper .btn-style-1:hover {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.cms-button-wrapper .btn-style-2 {
  background-color: #7dc01c !important;
  border-color: #7dc01c !important;
  color: #fff;
  font-size: 16px;
  padding: 12px 15px 12px 15px;
  text-transform: uppercase;
  font-weight: 500;
}
.cms-button-wrapper .btn-style-2:hover {
  color: #fff !important;
  background-color: #7dc01c !important;
  border-color: #7dc01c !important;
}
.cms-button-wrapper .btn-style-2 i {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height: 25px;
  margin-left: 5px;
}
.cms-button-wrapper .btn-style-2 i:before {
  color: #fff;
}
.cms-lists ul {
  list-style: none;
  padding-left: 0;
}
.cms-lists ul li {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  padding-left: 10px;
  font-style: italic;
  position: relative;
  color: #7dc01c;
}
.cms-lists ul li:before {
  position: absolute;
  content: "\f105";
  top: 0;
  left: 0;
  font-family: FontAwesome;
  font-size: 15px;
}
.acm-prices .cms-fancybox-content {
  height: 100%;
}
.acm-prices .cms-fancybox-content .cms-fancybox-meta {
  padding-bottom: 85px;
  position: relative;
  height: 100%;
}
.acm-prices .cms-fancybox-content .cms-fancybox-meta .cms-fancybox-readmore {
  position: absolute;
  bottom: 0;
  left: 0;
}
.acm-prices .acm-price-holder {
  background-color: #fff;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}
.acm-prices .acm-price-holder .row {
  margin: 0;
  border-bottom: 1px solid #efefef;
}
.acm-prices .acm-price-holder .row li {
  border-right: 2px solid #efefef;
  padding: 13px 22px;
  font-size: 16px;
  color: #8c8c8c;
  font-weight: 500;
}
.acm-prices .acm-price-holder .row li span {
  display: none;
}
.acm-prices .acm-price-holder .row li:last-child {
  border-bottom: none;
}
.acm-prices .acm-price-holder .row:first-child {
  border-width: 2px;
}
.acm-prices .acm-price-holder .row:first-child li {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.acm-prices .acm-price-holder .row:last-child {
  border-bottom: none;
}
.acm-prices .acm-price-holder .row:nth-child(even) {
  background-color: #fafafa;
}
@media screen and (max-width: 767px) {
  .acm-prices .acm-price-holder .row li:first-child {
    color: #000;
  }
  .acm-prices .acm-price-holder .row li span {
    display: inline-block;
  }
}
.cms-title-modern-inner {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.cms-title-modern-inner:before {
  background-color: rgba(5, 22, 6, 0.44);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cms-title-modern-inner h3 {
  font-size: 42px;
  color: #fff;
  position: relative;
  z-index: 99;
  margin-bottom: 0;
  padding: 30px 25px;
}
.woocommerce .star-rating span::before {
  color: #eabe12;
}
.archive.woocommerce .site-content {
  padding-bottom: 0;
}
.woocommerce-top-cart .widget_shopping_cart {
  border: 1px solid #e5e5e5;
  position: absolute;
  right: 0;
  top: 48px;
  width: 300px;
  padding: 30px;
  overflow: visible;
  margin-right: -141px;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.woocommerce-top-cart .widget_shopping_cart.cart-open {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}
.woocommerce-top-cart .widget_shopping_cart:before {
  content: "";
  width: 18px;
  height: 10px;
  background-image: url(../images/cart-arrow.png);
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
.woocommerce-top-cart .widget_shopping_cart ul.cart_list {
  padding-bottom: 20px;
}
.woocommerce-top-cart .widget_shopping_cart ul.cart_list li {
  padding: 0 0 20px;
  position: relative;
}
.woocommerce-top-cart .widget_shopping_cart ul.cart_list li:last-child {
  padding-bottom: 0;
}
.woocommerce-top-cart .widget_shopping_cart ul.cart_list li .cart-product-image {
  max-width: 65px;
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce-top-cart .widget_shopping_cart ul.cart_list li .cart-product-image img {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
}
.woocommerce-top-cart .widget_shopping_cart ul.cart_list li .cart-product-meta {
  padding-left: 80px;
}
.woocommerce-top-cart .widget_shopping_cart ul.cart_list li .cart-product-meta h3 {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 5px;
}
.woocommerce-top-cart .widget_shopping_cart ul.cart_list li .cart-product-meta a {
  color: #000;
}
.woocommerce-top-cart .widget_shopping_cart ul.cart_list li .cart-product-meta a:hover {
  color: #7dc01c;
}
.woocommerce-top-cart .widget_shopping_cart .total {
  margin: 0;
  padding: 17px 0;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.woocommerce-top-cart .widget_shopping_cart .buttons a.button {
  display: block;
  margin: 0;
}
.woocommerce-top-cart .widget_shopping_cart li.empty {
  padding: 0;
}
.woocommerce-top-cart .widget_shopping_cart p {
  margin-bottom: 0;
}
.woocommerce-top-cart .woocommerce-cart-meta {
  display: block;
}
.woocommerce-top-cart .woocommerce-cart-meta .icon-cart {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../images/cart-icon.png);
  position: relative;
}
.woocommerce-top-cart .woocommerce-cart-meta .icon-cart span {
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  width: 25px;
  height: 25px;
  background-color: #7dc01c;
  -webkit-border-radius: 21px;
  -khtml-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  border-radius: 21px;
  font-weight: 600;
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  position: absolute;
  right: -15px;
  top: -8px;
}
@media screen and (max-width: 1600px) {
  .woocommerce-top-cart .widget_shopping_cart {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-top-breadcrumb .col-xl-6 + .col-xl-6 {
    padding-top: 15px;
  }
}
.woo-menu-toggle {
  cursor: pointer;
  display: block;
  font-size: 28px;
  height: 56px;
  line-height: 56px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
}
.woocommerce .quantity .qty {
  width: 100px;
}
#secondary .woocommerce .product_list_widget li ins {
  background-color: #fff;
  color: #7dc01c;
}
#secondary .woocommerce .product_list_widget li ins .woocommerce-Price-amount {
  color: #7dc01c;
}
#secondary .woocommerce .product_list_widget li span.reviewer {
  display: none;
}
#woocommerce-newsletter {
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  padding: 60px 0;
  text-align: center;
}
.woocommerce-newslette-heading {
  margin-bottom: 40px;
}
.woocommerce-newslette-heading h3 {
  font-size: 30px;
  margin-bottom: 19px;
}
.woocommerce-newslette-heading p {
  font-size: 16px;
  font-weight: 500;
}
.woocommerce-newsletter-form .tnp-subscription {
  margin: 0;
  margin: auto;
  max-width: 770px;
  box-sizing: border-box;
  padding-right: 300px;
  position: relative;
}
.woocommerce-newsletter-form .tnp-subscription .tnp-field-email label {
  display: none;
}
.woocommerce-newsletter-form .tnp-subscription .tnp-email {
  background-color: #fff;
  padding-left: 22px;
  padding-right: 22px;
}
.woocommerce-newsletter-form .tnp-subscription .tnp-email:focus {
  border-color: #7dc01c;
}
.woocommerce-newsletter-form .tnp-subscription .tnp-field-button {
  margin-bottom: 0;
}
.woocommerce-newsletter-form .tnp-subscription .tnp-field-button input.tnp-submit {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #7dc01c;
  color: #fff;
  width: 270px;
  max-width: 270px;
  padding: 0 22px;
  line-height: 44px;
  font-size: 15px;
}
.woocommerce-newsletter-form .tnp-subscription .tnp-field-button input.tnp-submit:hover {
  background-color: transparent;
  color: #7dc01c;
}
@media screen and (max-width: 767px) {
  .woocommerce-newsletter-form .tnp-subscription {
    padding-right: 0;
  }
  .woocommerce-newsletter-form .tnp-subscription .tnp-field-button input.tnp-submit {
    max-width: 100%;
    position: static;
    width: 100%;
  }
}
.cms-shop-categories .cms-category-item {
  margin-bottom: 30px;
}
.cms-shop-categories .cms-category-item:nth-child(5) {
  flex: 0 0 100%;
  max-width: 100%;
}
.cms-shop-categories .bg-image {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-shop-categories .cms-category-item-holder {
  border: 6px solid #7dc01c;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  min-height: 250px;
  position: relative;
  overflow: hidden;
}
.cms-shop-categories .cms-category-item-holder a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.cms-shop-categories .cms-category-item-holder h3 {
  z-index: 88;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 28px;
  line-height: normal;
  text-align: center;
}
.cms-shop-categories .cms-category-item-holder h3 span {
  display: inline-block;
  background-color: #7dc01c;
  color: #fff;
  padding: 10px 28px;
  -webkit-border-radius: 6px 6px 0 0;
  -khtml-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.cms-shop-categories .cms-category-item-holder > span {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cms-shop-categories .cms-category-item-holder:hover .bg-image {
  -webkit-transform: scale(1.13) rotate(2deg);
  -khtml-transform: scale(1.13) rotate(2deg);
  -moz-transform: scale(1.13) rotate(2deg);
  -ms-transform: scale(1.13) rotate(2deg);
  -o-transform: scale(1.13) rotate(2deg);
  transform: scale(1.13) rotate(2deg);
}
.woocommerce ul.products li.product {
  border: 4px solid #eee;
  background-color: #eee;
}
.woocommerce ul.products li.product .woocommerce-thumbnail {
  position: relative;
  display: block;
  position: relative;
}
.woocommerce ul.products li.product .woocommerce-thumbnail:after {
  position: absolute;
  content: " ";
  background-color: #7dc01c;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.woocommerce ul.products li.product .woocommerce-thumbnail img {
  margin-bottom: 0;
}
.woocommerce ul.products li.product .woocommerce-thumbnail .woocommerce-add-to-cart {
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  padding: 15px;
  border: 2px solid #fff;
}
.woocommerce ul.products li.product .woocommerce-thumbnail .woocommerce-add-to-cart a {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  padding: 0;
  line-height: initial;
  color: #fff;
}
.woocommerce ul.products li.product .woocommerce-thumbnail .woocommerce-add-to-cart a.button {
  background-color: transparent;
  border: none;
  display: block;
  font-size: 0;
}
.woocommerce ul.products li.product .woocommerce-thumbnail .woocommerce-add-to-cart a.button:before {
  content: "\f217";
  font-family: FontAwesome;
  color: #fff;
  font-size: 30px;
}
.woocommerce ul.products li.product .woocommerce-thumbnail .woocommerce-add-to-cart a.added {
  margin-bottom: 20px;
}
.woocommerce ul.products li.product .woocommerce-thumbnail .woocommerce-add-to-cart a.added_to_cart {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px;
  color: #fff;
}
.woocommerce ul.products li.product span.onsale {
  top: -4px !important;
  left: 0px !important;
  background-color: transparent;
}
.woocommerce ul.products li.product span.onsale:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 6px;
  border-top: 35px solid #7dc01c;
  border-bottom: 35px solid transparent;
  border-left: 35px solid #7dc01c;
  border-right: 35px solid transparent;
}
.woocommerce ul.products li.product span.onsale span {
  transform: rotate(-45deg);
}
.woocommerce ul.products li.product .woocommerce-holder {
  background-color: #eee;
  padding: 5px 0;
}
.woocommerce ul.products li.product .woocommerce-holder .price {
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: -8px;
}
.woocommerce ul.products li.product .woocommerce-holder .price del {
  color: rgba(125, 192, 28, 0.7);
}
.woocommerce ul.products li.product .woocommerce-holder .price ins {
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce ul.products li.product .woocommerce-rating {
  display: none;
}
.woocommerce ul.products li.product .woo-title a {
  color: #222;
  font-weight: normal;
  font-size: 18px;
}
.woocommerce ul.products li.product .woo-title a:hover {
  color: #7dc01c;
}
.woocommerce ul.products li.product:hover .woocommerce-thumbnail:after {
  opacity: 1;
}
.woocommerce ul.products li.product:hover .woocommerce-add-to-cart {
  opacity: 1;
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #7dc01c;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
  border-color: #7dc01c;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before {
  color: #7dc01c;
}
.woocommerce .price del {
  color: #999;
}
.woocommerce .price ins {
  color: #7dc01c;
}
.woocommerce .price del, .woocommerce .price ins {
  display: inline-block !important;
}
.woocommerce span.onsale {
  height: 58px;
  width: 58px;
  line-height: 58px;
  text-align: center;
  display: block;
  background-color: #7dc01c;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  padding: 0;
  margin: 0;
}
.woocommerce span.onsale span {
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  line-height: 18px;
  left: 0;
  right: 0;
}
.woocommerce.woocommerce-category-3column ul.products, .woocommerce.woocommerce-category-4column ul.products {
  margin: 0 -15px;
}
.woocommerce.woocommerce-category-3column ul.products .product, .woocommerce.woocommerce-category-4column ul.products .product {
  margin: 0 15px 30px 15px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.woocommerce .products .product-category .woocommerce-loop-category__title {
  text-align: center;
  color: #000;
}
.woocommerce .products mark {
  background-color: transparent;
}
.woocommerce .woocommerce-image-categries {
  margin-bottom: 25px;
  border: 1px solid #eee;
}
.woocommerce .woocommerce-term-description {
  margin-top: 20px;
}
.woocommerce .woocommerce-meta {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
.woocommerce .woocommerce-meta p, .woocommerce .woocommerce-meta form {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-meta .woocommerce-meta-ordering {
    margin-bottom: 10px;
  }
  .woocommerce .woocommerce-meta .woocommerce-meta-ordering label, .woocommerce .woocommerce-meta .woocommerce-meta-ordering form {
    float: left;
  }
  .woocommerce .woocommerce-meta .woocommerce-meta-ordering, .woocommerce .woocommerce-meta .woocommerce-meta-result {
    float: left !important;
    width: 100%;
  }
}
.woocommerce .woocommerce-meta-ordering label {
  line-height: 39px;
  margin: 0 13px 0 0;
}
.woocommerce .woocommerce-meta-result {
  line-height: 39px;
}
.woocommerce ul.products li.product {
  text-align: center;
}
.woocommerce ul.products li.product .onsale {
  left: 20px;
  margin: 0;
  top: -20px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 991px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 22px;
    line-height: 28px;
  }
}
.woocommerce .woocommerce-pagination {
  margin-top: 24px;
}
.woocommerce .woocommerce-pagination ul.page-numbers {
  margin: 0;
  border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
  border: none;
  margin: 0 5px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a, .woocommerce .woocommerce-pagination ul.page-numbers li span {
  padding: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a.current, .woocommerce .woocommerce-pagination ul.page-numbers li span.current, .woocommerce .woocommerce-pagination ul.page-numbers li a:hover, .woocommerce .woocommerce-pagination ul.page-numbers li span:hover {
  background-color: rgba(125, 192, 28, 0.5);
  color: #fff;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .next, .woocommerce .woocommerce-pagination ul.page-numbers li .prev {
  font-size: 0px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .next:before, .woocommerce .woocommerce-pagination ul.page-numbers li .prev:before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 15px;
  color: #fff;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .next:before {
  content: "\f2fb";
}
.woocommerce .woocommerce-pagination ul.page-numbers li .prev:before {
  content: "\f2fa";
}
.woocommerce .woocommerce-pagination ul.page-numbers li:last-child {
  margin-right: 0;
}
.woocommerce ul.products {
  margin: 0 -15px;
}
.woocommerce ul.products li.product {
  margin: 0 15px 30px 15px !important;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.woocommerce ul.cms-shop-carousel {
  margin: 0 !important;
}
.woocommerce ul.cms-shop-carousel li.product {
  margin: 0 !important;
}
.woocommerce ul.products {
  margin: 0 -15px;
}
.woocommerce ul.products li.product {
  margin: 0 15px 30px 15px;
}
.woocommerce ul.products.columns-2 li.product {
  width: calc(50% - 30px);
  width: -webkit-calc(50% - 30px);
  width: -ms-calc(50% - 30px);
  width: -moz-calc(50% - 30px);
}
.woocommerce ul.products.columns-3 li.product {
  width: calc(33.33% - 30px);
  width: -webkit-calc(33.33% - 30px);
  width: -ms-calc(33.33% - 30px);
  width: -moz-calc(33.33% - 30px);
}
.woocommerce ul.products.columns-4 li.product {
  width: calc(25% - 30px);
  width: -webkit-calc(25% - 30px);
  width: -ms-calc(25% - 30px);
  width: -moz-calc(25% - 30px);
}
.woocommerce ul.products.columns-5 li.product {
  width: calc(20% - 30px);
  width: -webkit-calc(20% - 30px);
  width: -ms-calc(20% - 30px);
  width: -moz-calc(20% - 30px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .woocommerce ul.products.columns-2 li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce ul.products.columns-4 li.product, .woocommerce ul.products.columns-5 li.product {
    width: calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: -ms-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .woocommerce ul.products.columns-2 li.product:nth-child(2n+1), .woocommerce ul.products.columns-3 li.product:nth-child(2n+1), .woocommerce ul.products.columns-4 li.product:nth-child(2n+1), .woocommerce ul.products.columns-5 li.product:nth-child(2n+1) {
    clear: none;
    float: left;
  }
  .woocommerce ul.products.columns-2 li.product:nth-child(2n), .woocommerce ul.products.columns-3 li.product:nth-child(2n), .woocommerce ul.products.columns-4 li.product:nth-child(2n), .woocommerce ul.products.columns-5 li.product:nth-child(2n) {
    clear: none;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce ul.products.columns-2 li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce ul.products.columns-4 li.product, .woocommerce ul.products.columns-5 li.product {
    width: calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: -ms-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .woocommerce ul.products.columns-2 li.product:nth-child(2n+1), .woocommerce ul.products.columns-3 li.product:nth-child(2n+1), .woocommerce ul.products.columns-4 li.product:nth-child(2n+1), .woocommerce ul.products.columns-5 li.product:nth-child(2n+1) {
    clear: none;
    float: left;
  }
  .woocommerce ul.products.columns-2 li.product:nth-child(2n), .woocommerce ul.products.columns-3 li.product:nth-child(2n), .woocommerce ul.products.columns-4 li.product:nth-child(2n), .woocommerce ul.products.columns-5 li.product:nth-child(2n) {
    clear: none;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce ul.products.columns-2 li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce ul.products.columns-4 li.product, .woocommerce ul.products.columns-5 li.product {
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -ms-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    float: none;
  }
}
.single-product .tab-product-content img {
  margin-top: 20px;
  margin-bottom: 30px;
}
.woocommerce-top-search-cart {
  background: #f6f6f6 none repeat scroll 0 0;
  border-top: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  padding: 15px 0;
  position: relative;
}
.woocommerce-top-search-cart form {
  padding-right: 190px;
  position: relative;
}
.woocommerce-top-search-cart .cms-select {
  position: absolute;
  right: 0;
  top: 0;
}
.woocommerce-top-search-cart .cms-select select {
  width: 260px;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce-top-search-cart .cms-select select {
    width: 220px;
  }
}
.woocommerce-top-search-cart .cms-select i {
  color: rgba(0, 0, 0, 0.66);
  font-size: 23px;
  right: 28px;
}
.woocommerce-top-search-cart .cms-select:before {
  background-color: #ccc;
  content: "";
  height: 28px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 1px;
}
.woocommerce-top-search-cart .woocommerce-search-holder {
  position: relative;
  padding-right: 260px;
  border-width: 1px 0px 1px 1px;
  border-color: #e5e5e5;
  border-style: solid;
  -webkit-border-radius: 3px 0 0 3px;
  -khtml-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  background-color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce-top-search-cart .woocommerce-search-holder {
    padding-right: 220px;
  }
}
.woocommerce-top-search-cart .search-key {
  border: none;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.woocommerce-top-search-cart .searchform button.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 190px;
  line-height: 34px;
  -webkit-border-radius: 0 3px 3px 0;
  -khtml-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.woocommerce-top-search-cart .searchform button.search-submit:hover {
  opacity: 0.9;
  background-color: #7dc01c;
  border-color: #7dc01c;
  color: #fff;
}
.woocommerce-top-search-cart .woocommerce-top-search {
  padding-right: 90px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce-top-search-cart .woocommerce-top-search {
    padding-right: 62px;
  }
}
.woocommerce-top-search-cart .woocommerce-top-cart {
  position: absolute;
  top: 50%;
  right: 28px;
  cursor: pointer;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  z-index: 99;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  font-weight: normal;
}
.single-product.woocommerce #content .product_title {
  font-size: 42px;
  line-height: 48px;
}
.single-product.woocommerce #content .woocommerce-product-details__short-description p {
  font-weight: 300;
}
.single-product.woocommerce #content .cms-button-wrapper {
  margin-bottom: 50px;
}
.single-product.woocommerce #content .entry-summary .price .price-type {
  font-size: 0px;
  line-height: 0;
  font-weight: 700;
}
.single-product.woocommerce #content .entry-summary .price .price-type .price-regular .amount, .single-product.woocommerce #content .entry-summary .price .price-type .price-regular .price-label {
  color: #000;
  margin-right: 15px;
  line-height: 1;
}
.single-product.woocommerce #content .entry-summary .price .price-type .price-regular .amount:nth-child(2), .single-product.woocommerce #content .entry-summary .price .price-type .price-regular .price-label:nth-child(2) {
  display: none;
}
.single-product.woocommerce #content .entry-summary .price .price-type .price-sale, .single-product.woocommerce #content .entry-summary .price .price-type .price-regular {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
}
.single-product.woocommerce #content .entry-summary .price .price-type .price-sale ins {
  background-color: transparent;
}
.single-product.woocommerce #content .entry-summary .price .price-type .price-regular del {
  text-decoration: none;
}
.single-product.woocommerce #content .entry-summary .price .price-type .price-regular ins {
  display: none !important;
}
.single-product.woocommerce #content .entry-summary .price .price-save span.onsale {
  height: 75px;
  width: 75px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  line-height: 75px;
  left: inherit;
  right: 0;
  top: 0;
  background-color: #7dc01c;
}
.single-product.woocommerce #content .woocommerce-product-rating {
  margin-bottom: 30px;
}
.single-product.woocommerce #content .entry-summary form.cart {
  margin-bottom: 20px;
}
.single-product.woocommerce #content .entry-summary form.cart .qty {
  padding-right: 0;
  margin-right: 15px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.single-product.woocommerce #content .entry-summary form.cart .button {
  border: 2px solid #272727;
  background-color: transparent;
  text-transform: unset;
  color: #272727;
  padding-bottom: 0;
  padding-top: 0;
  height: 45px;
  font-weight: 600;
  font-size: 15px;
  line-height: 43px;
}
.single-product.woocommerce #content .entry-summary form.cart .button:hover {
  border-color: #7dc01c;
  background-color: #7dc01c;
  color: #fff;
}
.single-product.woocommerce #content .entry-summary .star-rating {
  color: #eabe12;
  font-size: 15px;
  letter-spacing: 0.2em;
  width: 110px;
  margin: 4px 10px 4px 0 !important;
}
.single-product.woocommerce #content .woocommerce-review-link {
  color: #787878;
  font-weight: 300;
}
.single-product.woocommerce #content .woocommerce-review-link:hover {
  color: #7dc01c;
}
.single-product.woocommerce #content .entry-summary .woocommerce-top-share ul {
  width: 100%;
  overflow: height;
  border: solid #ddd 1px;
  padding: 15px 20px;
  text-align: right;
}
.single-product.woocommerce #content .entry-summary .woocommerce-top-share ul li {
  display: inline-block;
  margin: 0 0 0 25px;
  font-size: 18px;
}
.single-product.woocommerce #content .entry-summary .woocommerce-top-share ul li:first-child {
  float: left;
  margin-left: 0;
  font-size: 13px;
  margin-top: 5px;
}
.single-product.woocommerce #content .entry-summary .woocommerce-top-share ul li a {
  color: #999;
}
.single-product.woocommerce #content .entry-summary .woocommerce-top-share ul li a:hover {
  color: #7dc01c;
}
.single-product.woocommerce #content .woocommerce-desction {
  padding-top: 15px;
}
.single-product.woocommerce #content .woocommerce-summary-wrap div.images, .single-product.woocommerce #content .woocommerce-summary-wrap div.entry-summary {
  width: 100% !important;
  margin-bottom: 15px !important;
}
.single-product.woocommerce #content .woocommerce-summary-wrap div.images {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 10px transparent;
  -khtml-box-shadow: 0 4px 10px transparent;
  -moz-box-shadow: 0 4px 10px transparent;
  -ms-box-shadow: 0 4px 10px transparent;
  -o-box-shadow: 0 4px 10px transparent;
  box-shadow: 0 4px 10px transparent;
}
.single-product.woocommerce #content .woocommerce-summary-wrap div.images figure, .single-product.woocommerce #content .woocommerce-summary-wrap div.images .flex-viewport {
  border: 2px solid #eee;
}
.single-product.woocommerce #content .woocommerce-summary-wrap div.images .flex-viewport figure {
  border: none;
}
.single-product.woocommerce #content .woocommerce-summary-wrap div.images .flex-control-thumbs {
  margin-top: 5px;
  margin-right: -5px;
}
.single-product.woocommerce #content .woocommerce-summary-wrap div.images .flex-control-thumbs li {
  margin-right: 5px;
  width: calc(25% - 5px);
  width: -webkit-calc(25% - 5px);
  width: -ms-calc(25% - 5px);
  width: -moz-calc(25% - 5px);
  margin-bottom: 20px;
}
.single-product.woocommerce #content .woocommerce-summary-wrap div.images .flex-control-thumbs li img {
  border: 2px solid #eee;
  opacity: 0.8;
}
.single-product.woocommerce #content .woocommerce-summary-wrap div.images .flex-control-thumbs li img:hover {
  opacity: 1;
}
.single-product.woocommerce #content .woocommerce-summary-wrap div.images .flex-control-thumbs li:last-child {
  margin-right: 0;
}
.single-product.woocommerce #content .woocommerce-summary-wrap .single_variation_wrap .woocommerce-variation-price {
  margin-bottom: 15px;
  padding-left: 85px;
}
.single-product.woocommerce #content .woocommerce-summary-wrap .single_variation_wrap .woocommerce-variation-price del {
  opacity: 1;
}
.single-product.woocommerce #content .woocommerce-summary-wrap .screen-reader-text {
  clip: inherit;
  display: none;
  height: inherit;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  visibility: visible;
  width: inherit;
}
.single-product.woocommerce #content .woocommerce-gallery .onsale {
  display: block;
}
@media screen and (max-width: 991px) {
  .single-product.woocommerce #content .woocommerce-gallery .onsale {
    top: 5px;
    left: 20px;
  }
}
.single-product.woocommerce #content .woocommerce-gallery .woocommerce-product-gallery__trigger {
  opacity: 0;
}
.single-product.woocommerce #content .woocommerce-gallery:hover .woocommerce-product-gallery__trigger {
  opacity: 1;
}
.single-product.woocommerce #content .woocommerce-gallery .flex-control-thumbs img {
  opacity: 0.33;
}
.single-product.woocommerce #content .woocommerce-gallery .flex-control-thumbs img.flex-active {
  opacity: 1;
}
.single-product.woocommerce #content .product-detail-side {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  text-align: left;
  padding: 15px 0;
}
.single-product.woocommerce #content .product-detail-side .price, .single-product.woocommerce #content .product-detail-side .woocommerce-product-rating {
  display: inline-block;
  margin-bottom: 0;
}
.single-product.woocommerce #content .product-detail-side .price {
  font-size: 24px;
}
.single-product.woocommerce #content .product-detail-side .price del, .single-product.woocommerce #content .product-detail-side .price ins {
  margin-right: 15px;
}
.single-product.woocommerce #content .product-detail-side .price ins {
  color: #272727;
}
.single-product.woocommerce #content .product-detail-side .star-rating {
  margin: 0.4em 4px 0 0;
}
.single-product.woocommerce #content .product-detail-side .star-rating span {
  color: #eabe12;
}
.single-product.woocommerce #content .woocommerce-tabs {
  margin-bottom: 50px;
}
.single-product.woocommerce #content .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0;
}
.single-product.woocommerce #content .woocommerce-tabs ul.tabs:before {
  display: block !important;
}
.single-product.woocommerce #content .woocommerce-tabs ul.tabs li {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.single-product.woocommerce #content .woocommerce-tabs ul.tabs li:before, .single-product.woocommerce #content .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.single-product.woocommerce #content .woocommerce-tabs ul.tabs li a {
  position: relative;
  display: block;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 15px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.single-product.woocommerce #content .woocommerce-tabs ul.tabs li a:hover {
  background-color: #333;
  color: #fff;
}
.single-product.woocommerce #content .woocommerce-tabs ul.tabs li.active a {
  color: #7dc01c;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.single-product.woocommerce #content .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 25px 0;
  margin: 0;
  border-top: none;
}
.single-product.woocommerce #content .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
  display: none;
}
.single-product.woocommerce #content .woocommerce-tabs .woocommerce-Tabs-panel .tab-product-feature-list li {
  border-top: 1px solid #efefef;
  font-size: 16px;
  line-height: normal;
  color: #8c8c8c;
}
.single-product.woocommerce #content .woocommerce-tabs .woocommerce-Tabs-panel .tab-product-feature-list li:nth-child(even) {
  background-color: #fafafa;
}
.single-product.woocommerce #content .woocommerce-tabs .woocommerce-Tabs-panel .tab-product-feature-list .row {
  margin: 0;
}
.single-product.woocommerce #content .woocommerce-tabs .woocommerce-Tabs-panel .tab-product-feature-list .row div {
  padding: 12px 30px;
}
.single-product.woocommerce #content .woocommerce-tabs .woocommerce-Tabs-panel .tab-product-feature-list .row div.col-xl-4 {
  border-right: 2px solid #efefef;
}
.single-product.woocommerce #content #reviews .woocommerce-Reviews-title {
  display: none;
}
.single-product.woocommerce #content #reviews .commentlist {
  padding: 0;
}
.single-product.woocommerce #content #reviews .commentlist li.comment {
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
}
.single-product.woocommerce #content #reviews .commentlist .avatar {
  border: medium none;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  max-width: 60px;
  width: 100%;
  padding: 0;
}
.single-product.woocommerce #content #reviews .commentlist .comment-text {
  padding: 0 0 25px;
  margin-left: 80px;
  border: none;
  display: flex;
  flex-wrap: wrap;
}
.single-product.woocommerce #content #reviews .commentlist .comment-text .star-rating {
  order: 2;
}
.single-product.woocommerce #content #reviews .commentlist .comment-text .meta {
  order: 1;
  width: 100%;
  margin-bottom: 5px;
}
.single-product.woocommerce #content #reviews .commentlist .comment-text .meta .woocommerce-review__dash {
  display: none;
}
.single-product.woocommerce #content #reviews .commentlist .comment-text .meta .woocommerce-review__author {
  display: block;
  font-weight: 300;
  font-size: 14px;
}
.single-product.woocommerce #content #reviews .commentlist .comment-text .description {
  order: 3;
  width: 100%;
}
.single-product.woocommerce #content #reviews .commentlist .comment-text .description p {
  margin-bottom: 0;
}
.single-product.woocommerce #content #reviews .woocommerce-review__author {
  color: #000;
  font-size: 15px;
}
.single-product.woocommerce #content #reviews .star-rating {
  height: 18px;
}
.single-product.woocommerce #content #reviews .star-rating span {
  color: #eabe12;
}
.single-product.woocommerce #content #reviews p.stars a::before {
  color: #eabe12;
}
.single-product.woocommerce #content #reviews #respond {
  padding-top: 20px;
}
.single-product.woocommerce #content #reviews #commentform {
  margin-top: 10px;
}
.single-product.woocommerce #content #reviews #commentform .form-submit .submit {
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  background: #7dc01c;
  border-color: #7dc01c;
  color: #fff;
}
.single-product.woocommerce #content #reviews #commentform .form-submit .submit:hover {
  background: #272727;
  border-color: #272727;
}
.single-product.woocommerce #content .related > h2 {
  font-size: 28px;
  line-height: 30px;
  padding-bottom: 10px;
  padding-bottom: 19px;
  margin-bottom: 30px;
  font-weight: bold !important;
  position: relative;
}
.single-product.woocommerce #content .related > h2:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 70px;
  left: 0;
  bottom: 0;
  border-bottom: 1px dashed #7dc01c;
}
.single-product.woocommerce #content .related .products li {
  border: none;
  background-color: transparent;
  margin-bottom: 0 !important;
}
.single-product.woocommerce #content .related .products li .woocommerce-holder {
  width: 80%;
  transform: skew(-25deg);
  background: #222;
  float: left;
  position: relative;
  top: -45px;
  left: 25px;
  border-bottom: solid #7dc01c 5px;
  padding: 8px 0;
}
.single-product.woocommerce #content .related .products li .woocommerce-holder span.price {
  transform: skew(25deg);
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: normal;
  font-size: 17px;
}
.single-product.woocommerce #content .related .products li .woocommerce-holder span.price del {
  color: #999;
}
.single-product.woocommerce #content .related .products li .woocommerce-holder .woo-title {
  float: left;
  width: 100%;
  transform: skew(25deg);
  margin: 0;
  padding: 2px 0;
}
.single-product.woocommerce #content .related .products li .woocommerce-holder .woo-title a {
  color: #fff;
}
.single-product.woocommerce #content .related .products li .woocommerce-holder .woo-title a:hover {
  color: #7dc01c;
}
.single-product.woocommerce #content .related .products li .woocommerce-thumbnail {
  border: 4px solid #eee;
}
@media screen and (max-width: 767px) {
  .woocommerce-page.woocommerce-cart .actions .input-text {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
  }
  .woocommerce-page.woocommerce-cart .actions .button {
    margin-bottom: 20px;
    width: 100% !important;
    max-width: 100%;
  }
}
.woocommerce-page.woocommerce-cart .cart-empty, .woocommerce-page.woocommerce-cart .return-to-shop {
  text-align: center;
}
.woocommerce-page.woocommerce-cart .return-to-shop .button {
  padding: 11px 30px;
  border: none;
  margin: 10px 0 10px;
  font-size: 17px;
  text-transform: none;
  letter-spacing: 0px;
  background: #7dc01c;
  line-height: initial;
  border-radius: 0px;
  transition: ease all 1s;
  color: #fff;
}
.woocommerce-page.woocommerce-cart .return-to-shop .button:hover {
  background-color: #272727;
}
.woocommerce-page.woocommerce-cart .quantity-wrapper .quantity-label {
  display: none;
}
.woocommerce-page.woocommerce-cart .cms-checkout-form {
  margin-bottom: 50px;
}
.woocommerce-page.woocommerce-cart .shop_table {
  background-color: #fff;
  margin-bottom: 40px;
}
.woocommerce-page.woocommerce-cart .shop_table th {
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  padding: 11px;
  border-right: 1px solid #eee;
  color: ;
}
.woocommerce-page.woocommerce-cart .shop_table th:last-child {
  border-right: none;
}
.woocommerce-page.woocommerce-cart .shop_table th.product-name {
  text-align: left;
  padding-left: 30px;
}
.woocommerce-page.woocommerce-cart .shop_table td {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  text-align: center;
  padding: 20px;
}
.woocommerce-page.woocommerce-cart .shop_table td:last-child {
  border-right: none;
}
.woocommerce-page.woocommerce-cart .shop_table td.product-remove {
  position: relative;
}
.woocommerce-page.woocommerce-cart .shop_table td.product-remove a.remove {
  display: inline-block;
  height: 19px;
  width: 19px;
  background-color: #000;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  line-height: 19px;
  color: #fff !important;
  font-size: 11px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.woocommerce-page.woocommerce-cart .shop_table td.product-remove a.remove:hover {
  background-color: #7dc01c;
}
.woocommerce-page.woocommerce-cart .shop_table td.product-thumbnail {
  text-align: center;
}
.woocommerce-page.woocommerce-cart .shop_table td.product-thumbnail a {
  display: inline-block;
  height: 60px;
  width: 60px;
}
.woocommerce-page.woocommerce-cart .shop_table td.product-thumbnail a img {
  width: 100%;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce-page.woocommerce-cart .shop_table td.product-name {
  text-align: left;
  position: relative;
  padding-left: 30px;
}
.woocommerce-page.woocommerce-cart .shop_table td.product-name a {
  font-size: 16px;
  font-weight: 700;
  color: ;
  display: inline-block;
  line-height: normal;
  vertical-align: top;
}
.woocommerce-page.woocommerce-cart .shop_table td.product-name a:hover {
  color: #7dc01c;
}
.woocommerce-page.woocommerce-cart .shop_table td.product-name a .star-rating {
  margin-left: 0;
}
.woocommerce-page.woocommerce-cart .shop_table #coupon_code {
  margin-right: 10px;
  max-width: 180px;
  padding: 0 20px;
  width: 100% !important;
}
.woocommerce-page.woocommerce-cart .coupon .button {
  padding: 16px 20px;
  -webkit-border-radius: 0%;
  -khtml-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  -o-border-radius: 0%;
  border-radius: 0%;
  background-color: #2f2f2f;
  color: #fff;
}
.woocommerce-page.woocommerce-cart .coupon .button:hover {
  background-color: #7dc01c;
  color: #fff;
}
.woocommerce-page.woocommerce-cart button.button {
  -webkit-border-radius: 0%;
  -khtml-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  -o-border-radius: 0%;
  border-radius: 0%;
  padding: 16px 20px !important;
  background-color: #2f2f2f;
}
.woocommerce-page.woocommerce-cart button.button:hover {
  background-color: #7dc01c;
  color: #fff;
}
.woocommerce-page.woocommerce-cart .actions {
  background-color: #f8f8f8;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cross-sells {
  display: none;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .shop_table {
  border: none;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .shop_table th {
  text-align: left;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .shop_table th, .woocommerce-page.woocommerce-cart .cart-collaterals .shop_table td {
  border: none;
  padding: 8px 0;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  border: medium none;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  -khtml-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  padding: 20px;
  border: 1px solid #e5e5e5;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  font-size: 18px;
  font-family: inherit;
  margin-bottom: 22px;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals > h2:after {
  content: ":";
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals th, .woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals td:before {
  font-size: 13px;
  font-weight: 800;
  color: #7dc01c;
  text-transform: uppercase;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals td:last-child {
  text-align: right;
  font-size: 15px;
  font-weight: normal;
  color: #959595;
  background-color: transparent;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
  padding-top: 30px;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals .button:hover {
  color: #fff !important;
}
.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields, .woocommerce-page.woocommerce-checkout .woocommerce-additional-fields {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff !important;
  border: medium none;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  -khtml-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  padding: 20px 30px;
}
.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields > h3, .woocommerce-page.woocommerce-checkout .woocommerce-additional-fields > h3 {
  font-size: 18px;
  font-family: inherit;
  margin-bottom: 22px;
}
.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields > h3:after, .woocommerce-page.woocommerce-checkout .woocommerce-additional-fields > h3:after {
  content: ":";
}
.woocommerce-page.woocommerce-checkout #customer_details {
  margin-bottom: 50px;
}
.woocommerce-page.woocommerce-checkout #customer_details .col-1, .woocommerce-page.woocommerce-checkout #customer_details .col-2 {
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -o-flex: 0 0 100%;
  max-width: 100%;
}
.woocommerce-page.woocommerce-checkout #order_review th.product-total {
  text-align: right;
}
.woocommerce-page.woocommerce-checkout #order_review_heading {
  display: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table, .woocommerce-page.woocommerce-checkout .woocommerce-checkout-payment {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff !important;
  border: medium none;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  -khtml-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  padding: 20px 30px;
}
.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table {
  margin-bottom: 50px;
}
.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table > h2 {
  font-size: 18px;
  font-family: inherit;
  margin-bottom: 22px;
}
.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table > h2:after {
  content: ":";
}
.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  border-color: #eaeaea;
}
.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table th, .woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table td:before {
  font-size: 13px;
  font-weight: 800;
  color: #7dc01c;
  text-transform: uppercase;
}
.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table td:first-child {
  font-size: 14px;
  font-weight: 700;
  color: ;
}
.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table td:last-child {
  text-align: right;
  font-size: 13px;
  font-weight: normal;
  color: #959595;
  background-color: transparent;
}
.woocommerce-page.woocommerce-checkout ul.wc_payment_methods {
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 20px;
}
.woocommerce-page.woocommerce-checkout ul.wc_payment_methods li label {
  font-weight: 600;
  color: ;
}
.woocommerce-page.woocommerce-checkout .place-order {
  padding: 20px 0 0;
}
.woocommerce-account .woocommerce-form-login {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: medium none;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  padding: 30px;
  border: none;
}
.woocommerce-account .woocommerce-form-login .woocommerce-Button {
  margin-right: 5px;
}
.woocommerce-account #customer_login .u-column1, .woocommerce-account #customer_login .u-column2 {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: medium none;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  padding: 30px;
}
.woocommerce-account #customer_login .u-column1 > h2, .woocommerce-account #customer_login .u-column2 > h2 {
  font-size: 18px;
  font-family: inherit;
  margin-bottom: 22px;
}
.woocommerce-account #customer_login .u-column1 > h2:after, .woocommerce-account #customer_login .u-column2 > h2:after {
  content: ":";
}
.woocommerce-account #customer_login .u-column1 .form-row:last-child, .woocommerce-account #customer_login .u-column2 .form-row:last-child {
  margin-bottom: 0;
}
.woocommerce-account #customer_login .woocommerce-form-login {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.woocommerce-account #customer_login .woocommerce-form-login .form-row:not(.form-row-wide) {
  float: left;
  margin-bottom: 0;
}
.woocommerce-account #customer_login .woocommerce-form-login .lost_password {
  float: right;
  font-weight: 500;
  margin: 12px 0 0;
}
.woocommerce-account #customer_login .woocommerce-form-login .lost_password a {
  color: ;
}
.woocommerce-account #customer_login .woocommerce-form-login .lost_password a:hover {
  color: #7dc01c;
}
.woocommerce-account #customer_login .woocomerce-form, .woocommerce-account #customer_login .register {
  padding: 0;
  border: none;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  border-bottom: 1px solid #222;
  margin-left: 15px;
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  color: #333;
  display: block;
  padding: 9px 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #7dc01c;
  font-size: 11px;
  position: absolute;
  top: 50%;
  left: -12px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  color: #7dc01c;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  color: #7dc01c;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: medium none;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  padding: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
  border: medium none;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  padding-top: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset legend:after {
  content: ":";
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #2f2f2f;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #7dc01c !important;
}
.woocommerce form .form-row {
  display: inherit;
}
.woocommerce-checkout #respond input#submit.alt {
  color: #fff !important;
}
.woocommerce-page.woocommerce-cart .actions button.button {
  background-color: #2f2f2f;
  color: #fff !important;
}
.woocommerce-page.woocommerce-cart .actions button.button:hover {
  background-color: #7dc01c !important;
  color: #fff !important;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  margin-bottom: 100px;
}
#ship-to-different-address {
  margin-top: 40px;
  font-size: 20px;
}
.woocommerce-order-details__title, .woocommerce-column__title {
  font-size: 28px;
  line-height: 30px;
  padding-bottom: 10px;
  padding-bottom: 19px;
  margin-bottom: 30px;
  font-weight: bold !important;
  position: relative;
}
.woocommerce-order-details__title:before, .woocommerce-column__title:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 70px;
  left: 0;
  bottom: 0;
  border-bottom: 1px dashed #7dc01c;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  max-width: 48% !important;
}
@media screen and (max-width: 575px) {
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 100% !important;
  }
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: 48% !important;
}
@media screen and (max-width: 575px) {
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 100% !important;
  }
}
@font-face {
  font-family: 'Poppins Black';
  src: url("../fonts/main/Poppins-Black.woff") format("woff"), url("../fonts/main/Poppins-Black.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: 'Poppins Bold';
  src: url("../fonts/main/Poppins-Bold.woff") format("woff"), url("../fonts/main/Poppins-Bold.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: 'Poppins Regular';
  src: url("../fonts/main/Poppins-Regular.woff") format("woff"), url("../fonts/main/Poppins-Regular.woff2") format("woff2");
  font-style: normal;
}
body {
  font-family: 'Poppins Regular';
}
h2 + ul, h2 + ol {
  margin-bottom: 22px;
}
.wp-block-button {
  margin-bottom: 30px;
}
.entry-body .entry-content .wp-block-cover-text {
  color: rgba(255, 255, 255, 0.87);
  padding-left: 30px;
  padding-right: 30px;
  font-size: 24px;
  line-height: 1.25;
}
body .wp-block-gallery {
  display: flex;
  margin-bottom: 25px;
}
body .wp-block-gallery .blocks-gallery-caption {
  font-size: 15px;
}
.alignleft, .alignright, .aligncenter {
  margin-top: 15px;
  margin-bottom: 35px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 35px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-button {
  margin-bottom: 32px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-button a {
  color: #fff !important;
}
.wp-block-button.is-style-outline a {
  color: #272727 !important;
}
.wp-block-quote.is-style-large {
  padding: 30px 60px 30px 80px;
}
@media screen and (max-width: 767px) {
  .wp-block-quote.is-style-large {
    padding: 30px 15px 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-pullquote p {
    line-height: 1.4;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
    line-height: 1.4;
    font-size: 25px;
  }
  .wp-block-quote cite {
    font-size: 20px;
  }
}
.blocks-gallery-caption {
  margin-bottom: 32px;
}
.wp-block-cover, .wp-block-cover-image {
  margin-bottom: 52px;
}
.block-editor-rich-text__editable a {
  color: #fff;
}
.wp-block-group.has-background {
  padding: 20px 30px;
  margin: 30px 0;
}
.wp-block-media-text.has-background {
  margin-bottom: 25px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.6842em;
}
@media screen and (min-width: 576px) {
  li > ul, blockquote > ul {
    margin-left: 1.65em;
    padding-left: 0;
  }
  li > ol, blockquote > ol {
    margin-left: 1.15em;
    padding-left: 0;
  }
}
blockquote cite a {
  color: #7dc01c;
}
blockquote cite a:hover {
  color: ;
}
.wp-block-cover p {
  color: #fff;
}
.wp-block-cover-image.has-background-dim p, .wp-block-cover.has-background-dim p {
  line-height: 48px;
  color: #fff;
}
.status-publish {
  /**
 * 6.0 Galleries
 */
}
.status-publish + .comments-area {
  margin-top: 45px;
}
.gallery-item {
  display: inline-block;
  padding: 1.79104%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery .gallery-caption {
  color: #707070;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 7px 0;
}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none;
}
@media (max-width: 480px) } {
  margin-left: 0;
  text-align: left;
  clear: none;
  float: none;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 480px) } {
  min-width: 280px;
}
.wp-block-archives.wp-block-archives-dropdown {
  position: relative;
  margin-bottom: 30px;
}
.wp-block-archives.wp-block-archives-dropdown select {
  padding-right: 55px;
  position: relative;
}
.wp-block-archives.wp-block-archives-dropdown .nice-select:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0px, -50%);
  height: 23px;
  width: 23px;
  line-height: 23px;
  -webkit-border-radius: 23px;
  -khtml-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  border-radius: 23px;
  background-color: #7dc01c;
  font-style: normal;
}
.wp-block-categories.wp-block-categories-dropdown {
  margin-bottom: 30px;
}
.wp-block-categories.wp-block-categories-dropdown .nice-select {
  position: relative;
}
.wp-block-categories.wp-block-categories-dropdown .nice-select:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0px, -50%);
  height: 23px;
  width: 23px;
  line-height: 23px;
  -webkit-border-radius: 23px;
  -khtml-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  border-radius: 23px;
  background-color: #7dc01c;
  font-style: normal;
}
.wp-block-search {
  margin-bottom: 30px;
}
.wp-block-search .wp-block-search__button {
  margin-bottom: 0;
  border: none;
  height: 48px;
  line-height: 48px;
  min-width: 110px;
  padding: 0;
  background-color: #272727;
  color: #fff;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: #7dc01c;
  color: #fff;
}
.single-post .entry-featured .image-light-box {
  display: inline-block;
}
.wp-block-latest-posts li {
  padding-left: 14px;
  position: relative;
}
.wp-block-latest-posts li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #7dc01c;
  border-radius: 5px;
  position: absolute;
  top: 30%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
}
.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li a {
  color: #272727;
}
.wp-block-calendar table {
  margin-bottom: 0;
}
.wp-block-calendar .wp-calendar-nav {
  margin-bottom: 30px;
}
.widget_calendar .wp-calendar-table {
  margin-bottom: 0;
}
.post-password-form label {
  display: block;
  max-width: 100%;
  margin-right: 20px;
}
.post-password-form label input {
  height: 45px;
  line-height: 45px;
  margin-top: 20px;
}
.post-password-form input {
  margin: 0;
}
.post-password-form input[type="submit"] {
  border: none;
}
.post-password-form p {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .post-password-form label {
    max-width: 100%;
  }
}
p {
  margin-bottom: 20px;
}
#tslOverlay {
  background-color: transparent !important;
}
#elementor-panel-get-pro-elements {
  display: none !important;
}
.elementor-icons-manager__tab__item {
  height: 80px !important;
}
.entry-content .page-links {
  padding-top: 18px;
}
.entry-content p + .page-links {
  clear: left;
  padding-top: 0px;
}
.entry-content p + .page-links .post-page-numbers:first-child {
  margin-left: 0;
}
.single-post .entry-content .wp-block-archives-list {
  list-style: none;
  margin-bottom: 32px;
}
.single-post .entry-content .wp-block-archives-list li {
  padding-left: 14px;
  position: relative;
}
.single-post .entry-content .wp-block-archives-list li + li {
  margin-top: 4px;
}
.single-post .entry-content .wp-block-archives-list li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #7dc01c;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .wp-block-calendar tbody td, .wp-block-calendar th {
    padding: 4px 5px 4px 15px;
  }
}
ol {
  list-style: outside none decimal;
}
ul {
  padding: 0;
  margin: 0 0 15px;
}
ul li {
  list-style-position: inside;
  line-height: 30px;
}
dl + h2 + ul {
  padding-left: 0px;
  margin-left: 1.45em;
}
dl + h2 + ul ul {
  padding-left: 1.65em;
  padding-left: 15px;
}
dl + h2 + ul ul ul {
  padding-left: 1.65em;
  padding-left: 15px;
  margin-left: 5px;
}
dl + h2 + ul ul li {
  font-size: 16px;
  list-style: outside;
}
dl + h2 + ul ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
dl + h2 + ul ul li {
  line-height: 30px;
}
ul + h2 + ol li {
  line-height: 30px;
  font-size: 16px;
}
h2 + ol ol {
  margin-top: 5px;
  margin-bottom: 5px;
}
.single-post .single-hentry .single-meta .entry-meta li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.single-hentry .entry-holder .entry-title {
  text-overflow: ellipsis;
  overflow: hidden;
}
.wp-block-rss {
  margin-bottom: 32px;
  list-style: none;
}
.wp-block-rss li {
  padding-left: 14px;
  position: relative;
}
.wp-block-rss li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #7dc01c;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.single-post .wp-block-latest-posts li, .single-post .wp-block-categories-list li, .single-post .wp-block-archives-list li {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(102, 102, 102, .11);
  position: relative;
  padding: 10px 10px 10px 15px;
  line-height: 20px;
}
.single-post .wp-block-latest-posts li a, .single-post .wp-block-categories-list li a, .single-post .wp-block-archives-list li a {
  display: inline-block;
}
.single-post .wp-block-latest-posts li .count-post, .single-post .wp-block-categories-list li .count-post, .single-post .wp-block-archives-list li .count-post {
  margin-left: 15px;
  color: #47a145;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  width: 24px;
  line-height: 22px;
  font-size: 12px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(155, 155, 155, 0.2);
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.single-product .up-sells h2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 32px;
  text-transform: capitalize;
}
.comments-area .comment-list > .trackback, .comments-area .comment-list > .pingback, .comments-area .comment-list .comment {
  margin-top: 24px;
}
.comment-list-wrap + .no-comments {
  margin-top: 50px;
}
#secondary .widget.widget_rss li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #cfd8dd;
}
#secondary .widget.widget_rss li .rsswidget {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
#secondary .widget.widget_rss li .rssSummary {
  font-size: 16px;
}
#secondary .widget.widget_rss li .rss-date {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 6px;
  font-style: normal;
}
#secondary .widget.widget_rss li .rss-date:before {
  position: absolute;
  content: '\f133';
  font-family: 'Fontawesome';
  left: 0;
  color: #7dc01c;
}
#secondary .widget.widget_rss li cite {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 6px;
  font-style: normal;
  color: #fff;
  font-size: 14px;
}
#secondary .widget.widget_rss li cite:before {
  position: absolute;
  content: '\f007';
  font-family: 'Fontawesome';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  color: #7dc01c;
}
#secondary .widget.widget_recent_comments li:before {
  width: 20px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #7dc01c;
  content: '\f086';
  font-family: 'Fontawesome';
  display: inline-block;
}
.widget-area .widget_block {
  padding: 25px 25px 0 25px;
}
.widget-area .widget_block h2 {
  font-size: 20px;
  font-weight: 500;
  border-bottom: none;
  margin-bottom: 30px;
  padding: 0 0 0px 10px;
  color: #fff;
  border-left: solid #7dc01c 5px;
  line-height: 20px;
  margin-top: 10px;
}
.widget-area .widget_block ul, .widget-area .widget_block ol {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 0;
}
.widget-area .widget_block.widget_search {
  padding: 0 !important;
  background-color: #7dc01c;
}
.widget-area .widget_block.widget_search label.wp-block-search__label {
  color: #fff;
}
.widget-area .widget_block.widget_search form.wp-block-search {
  padding: 30px 25px;
}
.widget-area .widget_block.widget_search .wp-block-search__inside-wrapper {
  position: relative;
}
.widget-area .widget_block.widget_search .wp-block-search__input {
  background-color: #fff;
  height: 47px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  line-height: 45px;
  border: 1px solid #fff;
}
.widget-area .widget_block.widget_search .wp-block-search__button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  height: 47px;
  width: 50px;
  text-align: center;
  line-height: 47px;
  border: none;
  background-color: #333;
  border: none;
  cursor: pointer;
}
.widget-area .widget_block .wp-block-latest-posts__list {
  background-color: #fff;
  padding: 20px;
}
.widget-area .widget_block .wp-block-latest-posts__list li:before {
  top: 50%;
}
.widget-area .widget_block .wp-block-latest-posts__list li a {
  color: #272727;
}
.widget-area .widget_block .wp-block-latest-posts__list li a:hover {
  color: #7dc01c;
}
.widget-area .widget_block .wp-block-latest-comments {
  margin-bottom: 0;
}
.widget-area .widget_block .wp-block-latest-comments a {
  color: #272727;
}
.widget-area .widget_block .wp-block-latest-comments a:hover {
  color: #7dc01c;
}
.widget-area .widget_block .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta:before {
  width: 20px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #7dc01c;
  content: '\f086';
  font-family: 'Fontawesome';
  display: inline-block;
}
.widget-area .widget_block .wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}
.woocommerce .cart-collaterals .cross-sells h2, .woocommerce-page .cart-collaterals .cross-sells h2 {
  font-size: 24px;
  margin-bottom: 22px;
}
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 24px;
  margin-bottom: 22px !important;
}
.woocommerce div.product .up-sells h2 {
  font-size: 22px;
  margin-bottom: 32px;
}
.woocommerce-cart-form__contents {
  border-left: 1px solid #ededed !important;
  border-bottom: 1px solid #ededed !important;
}
@media screen and (max-width: 991px) {
  .woocommerce-cart-form__contents {
    border-top: 1px solid #ededed !important;
  }
}
.woocommerce-cart-form + .cart-collaterals {
  margin-top: 75px;
}
.woocommerce div.product .up-sells h2 {
  font-size: 22px;
  margin-bottom: 32px;
}
