@charset "UTF-8";
/*****************************************************************/
/*
 /*** Theme Scss file Compile
 /*
 /*****************************************************************/
/*****************************************************************/
/*
 /*** Global Scss file Compile
 /*
 /*****************************************************************/
html {
  overflow-x: hidden;
}
body {
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  background-color: #f5f5f5;
}
@font-face {
  font-family: "minicart-font";
  src: url('../inc/fonts/minicart-font/minicart-font.eot?v=1.0');
  src: url('../inc/fonts/minicart-font/minicart-font.eot?#iefix&v=1.0') format('embedded-opentype'), url('../inc/fonts/minicart-font/minicart-font.woff?v=1.0') format('woff'), url('../inc/fonts/minicart-font/minicart-font.ttf?v=1.0') format('truetype'), url('../inc/fonts/minicart-font/minicart-font.svg?v=1.0#minicart-font') format('svg');
  font-weight: normal;
  font-style: normal;
}
#page-wrapper {
  background-color: #fff;
  position: relative;
  transition: all 0.5s;
}
#page-wrapper.page-boxed-layout {
  box-shadow: 0px 0px 20px #ccc;
}
#page-wrapper.page-footer-hidden footer#site-footer {
  display: none;
}
#page-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
#page-wrapper.opened:after {
  opacity: 1;
  width: 100%;
  height: 100%;
}
#page-wrapper.mobile-opened {
  transform: translate(-290px);
}
h1 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 53px;
  color: #000;
}
h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 35px;
  color: #000;
}
h3 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  color: #000;
}
h4 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}
a, a:hover, a:focus {
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 16px;
  margin-bottom: 24px;
}
blockquote {
  padding: 30px 20px;
  border-color: #57bf3b;
  background-color: #f5f5f5;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: #222;
}
blockquote p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: #222;
  margin-bottom: 0;
}
label {
  font-weight: normal;
  color: #666;
  cursor: pointer;
}
input.form-control, select.form-control, textarea.form-control {
  color: #999;
  padding: 10px;
  height: auto;
  border-color: #e8e8e8;
  border-radius: 2px;
}
input.sb-search-input {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 7px 15px;
  color: #777;
  background: transparent;
  font-weight: 600;
  font-size: 30px;
}
abbr[title] {
  text-decoration: none;
}
table th {
  text-align: left;
}
.form-control:focus {
  border-color: #e8e8e8;
  -webkit-box-shadow: inset 0 1px 1px rgba(204, 204, 204, .7), 0 0 8px rgba(204, 204, 204, .7);
  box-shadow: inset 0 1px 1px rgba(204, 204, 204, .7), 0 0 8px rgba(204, 204, 204, .7);
}
.title {
  position: relative;
  margin: 0 0 40px;
}
.title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  height: 1px;
  background: #ececec;
}
.title span {
  position: relative;
  text-transform: uppercase;
}
h2.title span {
  background: #fff;
  padding: 0 20px;
}
.page-banner .original-title {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 65px;
  height: 40vh;
  width: 100%;
  display: table;
}
.page-banner .original-title .page-title {
  text-align: center;
  font-size: 65px;
  color: #fff;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
.sort-select {
  background: url('../images/down-black.png') no-repeat right 10px center;
  padding: 5px 30px 5px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select.sort-select {
  border: none;
  font-weight: 500;
  color: #222;
  outline: 0;
}
.sort-select::-ms-expand {
  display: none;
}
.margin-bottom-45 {
  margin-bottom: 45px;
}
input, button, select, textarea {
  outline: none;
}
/* 404 page template styles */
.error404-page {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .error404-page {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
.error404-title {
  font-size: 50px;
  font-weight: 400;
  color: #57bf3b;
}
.error404-subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #222;
}
.error404-description {
  font-size: 14px;
  color: #888;
  margin-bottom: 30px;
}
/* coming soon page template styles */
@media (min-width: 768px) {
  .coming-soon-title {
    font-size: 85px;
  }
  .coming-soon-page body {
    padding: 0 15px;
  }
}
.coming-soon-page {
  height: 100%;
}
.coming-soon-page body, .coming-soon-page body div {
  height: 100%;
}
.coming-soon-page .coming-soon-bg {
  margin: 0 -15px;
  background-image: url('../images/coming_soon_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.coming-soon-title {
  text-transform: uppercase;
  font-family: 'Oswald';
  color: #222;
}
.coming-soon-description {
  display: block;
  font-size: 16px;
  color: #888;
  margin-bottom: 40px;
}
.coming-soon-content-wrapper {
  display: table;
}
.coming-soon-content {
  display: table-cell;
  vertical-align: middle;
}
/* Add clearfix in the grid system */
.row.add-clearfix > .col-xs-2:nth-child(6n+1) {
  clear: both;
}
.row.add-clearfix > .col-xs-3:nth-child(4n+1) {
  clear: both;
}
.row.add-clearfix > .col-xs-4:nth-child(3n+1) {
  clear: both;
}
.row.add-clearfix > .col-xs-6:nth-child(2n+1) {
  clear: both;
}
.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
@media (min-width: 481px) {
  /* add clearfix in the grid system */
  .row.add-clearfix > .col-sms-2:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sms-2:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sms-2:nth-child(4n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sms-2:nth-child(6n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-sms-3:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sms-3:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sms-3:nth-child(4n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-sms-4:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sms-4:nth-child(3n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-sms-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) {
  /* add clearfix in the grid system */
  .row.add-clearfix > .col-sm-2:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sm-2:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sm-2:nth-child(4n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sm-2:nth-child(6n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-sm-3:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sm-3:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sm-3:nth-child(4n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-sm-4:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sm-4:nth-child(3n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  /* add clearfix in the grid system */
  .row.add-clearfix > .col-md-2:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-md-2:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-md-2:nth-child(4n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-md-2:nth-child(6n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-md-3:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-md-3:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-md-3:nth-child(4n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-md-4:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-md-4:nth-child(3n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-md-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  /* add clearfix in the grid system */
  .row.add-clearfix > .col-lg-2:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-lg-2:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-lg-2:nth-child(4n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-lg-2:nth-child(6n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-lg-3:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-lg-3:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-lg-3:nth-child(4n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-lg-4:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-lg-4:nth-child(3n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-lg-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 991px) {
  [class*='col-md-'].pull-right {
    float: none !important;
  }
}
/*****************************************************************/
/*
 /*** Animation Scss file Compile
 /*
 /*****************************************************************/
@keyframes bigcart-pop {
  50% {
    transform: scale(1.2);
  }
}
@keyframes bigcart-bob {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(-8px);
  }
}
@keyframes bigcart-bob-float {
  100% {
    transform: translateY(-8px);
  }
}
@-webkit-keyframes nav_menu_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes nav_menu_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes nav_menu_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes nav_menu_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bigcart-pop {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.bigcart-pop:hover, .bigcart-pop:focus, .bigcart-pop:active {
  animation-name: bigcart-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.bigcart-bounce-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.5s;
}
.bigcart-bounce-in:hover, .bigcart-bounce-in:focus, .bigcart-bounce-in:active {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.bigcart-bob {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.bigcart-bob:hover, .bigcart-bob:focus, .bigcart-bob:active {
  animation-name: bigcart-bob-float, bigcart-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
/* Sink */
.bigcart-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.bigcart-sink:hover, .bigcart-sink:focus, .bigcart-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
/* Forward */
.bigcart-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.bigcart-forward:hover, .bigcart-forward:focus, .bigcart-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
/* Backward */
.bigcart-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.bigcart-backward:hover, .bigcart-backward:focus, .bigcart-backward:active {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
/* FadeIn */
@-webkit-keyframes bigcart-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bigcart-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bigcart-fadeIn {
  -webkit-animation-name: bigcart-fadeIn;
  animation-name: bigcart-fadeIn;
}
/* Wobble Vertical */
@-webkit-keyframes bigcart-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bigcart-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bigcart-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.bigcart-wobble-vertical:hover, .bigcart-wobble-vertical:focus, .bigcart-wobble-vertical:active {
  -webkit-animation-name: bigcart-wobble-vertical;
  animation-name: bigcart-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Pulse */
@-webkit-keyframes bigcart-pulse {
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes bigcart-pulse {
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.bigcart-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.bigcart-pulse:hover, .bigcart-pulse:focus, .bigcart-pulse:active {
  -webkit-animation-name: bigcart-pulse;
  animation-name: bigcart-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Bubble Float Left */
.bigcart-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.bigcart-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #57bf3b transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.bigcart-bubble-float-left:hover, .bigcart-bubble-float-left:focus, .bigcart-bubble-float-left:active {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.bigcart-bubble-float-left:hover:before, .bigcart-bubble-float-left:focus:before, .bigcart-bubble-float-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
/* cart animation key frame */
@keyframes slide-in {
  0% {
    transform: translate(-507px, -100px);
    width: 100px;
    max-height: 100px;
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
  }
  50% {
    transform: translate(-507px, 250px);
    width: 100px;
    max-height: 100px;
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
  }
  75% {
    transform: translate(-507px, 250px);
    width: 450px;
    max-height: 100px;
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
  }
  100% {
    transform: translate(-507px, 250px);
    width: 450px;
    max-height: 500px;
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5);
  }
}
@keyframes slide-out {
  0% {
    transform: translate(-507px, 250px);
    width: 450px;
    max-height: 500px;
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5);
  }
  25% {
    transform: translate(-507px, 250px);
    width: 450px;
    max-height: 100px;
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
  }
  50% {
    transform: translate(-507px, 250px);
    width: 100px;
    max-height: 100px;
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
  }
  100% {
    transform: translate(-507px, -100px);
    width: 100px;
    max-height: 100px;
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
  }
}
@keyframes opacity_text_in {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity_text_out {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Zoom FadeIn */
@keyframes bigcart-zoom-fadeIn {
  0% {
    z-index: -10;
    opacity: 0;
    transform: scale(1);
  }
  100% {
    z-index: 1000;
    opacity: 1;
    transform: scale(1);
  }
}
/* Zoom FadeOut */
@keyframes bigcart-zoom-fadeOut {
  0% {
    z-index: 1000;
    opacity: 1;
    transform: scale(1);
  }
  100% {
    z-index: -10;
    opacity: 0;
    transform: scale(1);
  }
}
/* Search Box Moving */
@keyframes bigcart-searchbox-moveDown {
  0% {
    top: 40%;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
@keyframes bigcart-searchbox-moveUp {
  0% {
    top: 50%;
    opacity: 1;
  }
  100% {
    top: 40%;
    opacity: 0;
  }
}
/* Mini Cart Moving */
@keyframes bigcart-minicart-moveUp {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 0;
    height: 3px;
    opacity: 1;
  }
  55% {
    width: 300px;
    height: 3px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 392px;
    opacity: 1;
  }
}
@keyframes bigcart-minicart-moveDown {
  0% {
    width: 300px;
    height: 392px;
    opacity: 1;
  }
  55% {
    width: 300px;
    height: 3px;
    opacity: 1;
  }
  90% {
    width: 0;
    height: 3px;
    opacity: 1;
  }
  100% {
    width: 0;
    height: 0;
    opacity: 0;
  }
}
@keyframes bigcart-minicart-small-moveUp {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 0;
    height: 3px;
    opacity: 1;
  }
  55% {
    width: 300px;
    height: 3px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 250px;
    opacity: 1;
  }
}
@keyframes bigcart-minicart-small-moveDown {
  0% {
    width: 300px;
    height: 250px;
    opacity: 1;
  }
  55% {
    width: 300px;
    height: 3px;
    opacity: 1;
  }
  90% {
    width: 0;
    height: 3px;
    opacity: 1;
  }
  100% {
    width: 0;
    height: 0;
    opacity: 0;
  }
}
/* Rotating */
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* MoveDown */
@keyframes move-up-down {
  0% {
    margin-top: -15px;
  }
  20% {
    margin-top: 0px;
  }
  50% {
    margin-top: -15px;
  }
  70% {
    margin-top: 0px;
  }
  100% {
    margin-top: -15px;
  }
}
/*****************************************************************/
/*
 /*** Header Part Scss file Compile
 /*
 /*****************************************************************/
/**
 *	Header Common Css
 */
#page-wrapper.sticky_header .site-header.page_scroll {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
}
#page-wrapper.sticky_header .site-header.page_scroll .site-header-wrapper .main-navigation {
  height: 19px;
  line-height: 19px;
}
#page-wrapper.sticky_header .site-header.page_scroll .site-header-wrapper .main-navigation > ul > li > a {
  color: #222;
}
#page-wrapper.sticky_header .site-header.page_scroll .site-header-wrapper .site-logo a .normal-logo {
  height: 19px;
}
#page-wrapper.sticky_header .site-header.page_scroll .site-header-wrapper .site-right-btn-tool {
  height: 19px;
  line-height: 19px;
}
.admin-bar #page-wrapper.sticky_header .site-header.page_scroll {
  top: 32px;
}
.site-header {
  background: #fff url() left top / auto repeat;
  padding-top: 26px;
  padding-bottom: 26px;
  position: relative;
  margin: 0 auto;
  transition: all 0.3s;
  border-bottom: 1px solid #f0f0f0;
}
.site-header.default-menu-fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: transparent;
  border-color: transparent;
}
.site-header .site-header-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.site-header .site-header-wrapper .site-logo {
  margin-right: 35px;
  display: inline-block;
  float: left;
}
.site-header .site-header-wrapper .site-logo a {
  max-width: none;
  position: relative;
}
.site-header .site-header-wrapper .site-logo a img {
  width: auto;
  text-align: center;
  max-width: 100%;
  height: 34px;
  transition: all 0.3s;
}
.site-header .site-header-wrapper .site-logo a .sticky-logo {
  display: none;
  height: 0;
  width: 0;
}
.site-header .site-header-wrapper .main-navigation {
  text-align: center;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
}
.site-header .site-header-wrapper .main-navigation ul li {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  padding-right: 2px;
  margin-right: 15px;
  cursor: pointer;
}
.site-header .site-header-wrapper .main-navigation ul li a {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  color: #222;
  transition: all 0.3s;
}
.site-header .site-header-wrapper .main-navigation ul li a:hover {
  color: #57bf3b !important;
}
.site-header .site-header-wrapper .main-navigation ul li.current-menu-item > a, .site-header .site-header-wrapper .main-navigation ul li.current-menu-ancestor > a {
  color: #57bf3b !important;
}
.site-header .site-header-wrapper .main-navigation > ul {
  display: inline;
  vertical-align: middle;
}
.site-header .site-header-wrapper .main-navigation > ul > li > a {
  color: #222;
  text-transform: uppercase;
}
.site-header .site-header-wrapper:after {
  content: '';
  display: block;
  clear: both;
}
/**
 *	Main Navigation Setting
 */
.main-navigation.default-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  line-height: 1em;
}
.main-navigation.default-navigation ul ul {
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: nav_menu_anim;
  border-top: 2px solid #57bf3b;
  background-color: transparent;
  text-align: left;
  line-height: 23px;
}
.main-navigation.default-navigation ul ul.sub-menu.level-0 {
  background-color: #fff;
}
.main-navigation.default-navigation ul ul.with_background {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
.main-navigation.default-navigation ul li a {
  position: relative;
  font-family: Poppins;
  font-weight: 400;
}
.main-navigation.default-navigation ul ul.sub-menu.mega-menu ul {
  border: none;
  box-shadow: none;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  background: transparent;
  padding: 0;
}
.main-navigation.default-navigation ul ul.sub-menu.mega-menu ul ul.sub-menu {
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.main-navigation.default-navigation ul ul.sub-menu ul {
  border: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 10px;
  left: 100%;
  background-color: #fff;
  padding: 20px 30px;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: nav_menu_anim;
  border-top: 2px solid #57bf3b;
  display: none;
}
.main-navigation.default-navigation ul ul.sub-menu li.menu-item-has-children > a:after {
  content: '\f105';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: block;
  position: absolute;
  width: 10px;
  height: auto;
  top: 12px;
  right: -4px;
  line-height: 13px;
}
.main-navigation.default-navigation ul ul.sub-menu li {
  display: block;
}
.main-navigation.default-navigation ul ul.sub-menu li a {
  display: inline-block;
  padding: 7px 15px 7px 0;
}
.main-navigation.default-navigation ul ul.level-0.mega-menu > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.main-navigation.default-navigation ul li:hover > ul {
  display: block !important;
}
.main-navigation.default-navigation > ul > li.menu-item-has-children > a:after {
  content: '\f107';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: block;
  position: absolute;
  width: 10px;
  height: auto;
  top: 50%;
  right: 0px;
  margin-top: -7px;
  line-height: 13px;
}
.main-navigation.default-navigation > ul > li.menu-item-has-children > ul.sub-menu {
  padding: 35px 30px;
  z-index: 100;
}
.main-navigation.default-navigation > ul > li.menu-item-has-children > ul.sub-menu.mega-menu > li.menu-item-has-children > a {
  font-family: Poppins;
  font-weight: 600;
  font-size: 13px;
  color: #222;
  padding: 5px 0;
}
.main-navigation.default-navigation > ul > li.menu-item-has-children > ul.sub-menu.mega-menu > li.menu-item-has-children > a:after {
  content: none;
}
.main-navigation.default-navigation > ul > li.menu-item-has-children > ul.sub-menu.with_background {
  padding-right: 150px;
}
.main-navigation.default-navigation > ul > li > a {
  font-family: Poppins;
  font-weight: 600;
  font-size: 13px;
  color: #222;
}
.main-navigation.default-navigation .menu-marker {
  position: absolute;
  font-size: 11px;
  top: 3px;
  right: -20px;
  border-radius: 2px;
  line-height: 1;
  padding: 2px 3px 1px;
}
/**
 *	Header Right button Tools
 */
.site-navbar {
  float: right;
  text-align: center;
  vertical-align: middle;
  height: 34px;
  line-height: 34px;
}
.site-navbar * {
  line-height: 1;
}
.site-navbar .navbar-item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  position: relative;
  cursor: pointer;
}
.site-navbar .navbar-item > a {
  display: block;
  color: #222;
}
.site-navbar .navbar-item .navbar-icon-box {
  position: relative;
}
.site-navbar .navbar-item .navbar-icon-box i {
  font-weight: bold;
  font-size: 20px;
}
.site-navbar .navbar-item span.cart-items-number {
  position: absolute;
  top: -5px;
  right: -8px;
  background: #57bf3b;
  color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 17px;
  font-family: Poppins;
}
.site-navbar .navbar-item.mobile-hamburg-menu {
  display: none;
  padding-left: 16px;
  border-left: 1px solid #ccc;
}
.page_scroll .site-navbar {
  height: 19px;
  line-height: 19px;
}
/**
 * Search Box
 */
.search-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: -10;
  opacity: 0;
  transform: scale(0.9);
}
.search-box form {
  position: absolute;
  padding: 15px;
  width: 50%;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
}
.search-box.opened {
  animation-name: bigcart-zoom-fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.search-box.opened form {
  animation-name: bigcart-searchbox-moveDown;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}
.search-box.closed {
  animation-name: bigcart-zoom-fadeOut;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}
.search-box.closed form {
  animation-name: bigcart-searchbox-moveUp;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.search-box input {
  width: 100%;
}
/**
 *  Mini Cart
 */
.shoppping-cart-button .mini-cart {
  display: block;
}
.shoppping-cart-button .mini-cart-container {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  border-top: 3px solid #57bf3b;
  margin: 10px 0px;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  cursor: auto;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
.shoppping-cart-button .mini-cart-container.closed {
  animation-name: bigcart-minicart-moveDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.shoppping-cart-button .mini-cart-container.closed.mini-box {
  animation-name: bigcart-minicart-small-moveDown;
}
.shoppping-cart-button .mini-cart-container.opened {
  animation-name: bigcart-minicart-moveUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.shoppping-cart-button .mini-cart-container.opened.mini-box {
  animation-name: bigcart-minicart-small-moveUp;
}
.shoppping-cart-button .widget_shopping_cart_content {
  padding: 15px 20px;
}
.shoppping-cart-button .widget_shopping_cart_content ul.cart_list {
  max-height: 250px;
  overflow-x: hidden;
}
.shoppping-cart-button .widget_shopping_cart_content ul.cart_list::-webkit-scrollbar {
  width: 6px;
}
.shoppping-cart-button .widget_shopping_cart_content ul.cart_list::-webkit-scrollbar-track {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.shoppping-cart-button .widget_shopping_cart_content ul.cart_list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #c1c1c1;
}
.shoppping-cart-button .widget_shopping_cart_content ul.cart_list li.empty {
  text-align: center;
}
.shoppping-cart-button .widget_shopping_cart_content ul.cart_list li.empty span.cart-icon {
  display: block;
  font-size: 100px;
  margin: 15px 0 40px 0;
}
.shoppping-cart-button .widget_shopping_cart_content .mini_cart_item {
  position: relative;
  list-style: none;
  padding-top: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
  margin-bottom: 24px;
}
.shoppping-cart-button .widget_shopping_cart_content .mini_cart_item img {
  margin-bottom: 0;
}
.shoppping-cart-button .widget_shopping_cart_content .mini_cart_item .remove {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 300;
  color: #333 !important;
  opacity: 0;
  visibility: hidden;
}
.shoppping-cart-button .widget_shopping_cart_content .mini_cart_item .remove:hover {
  background: transparent;
  color: #57bf3b !important;
}
.shoppping-cart-button .widget_shopping_cart_content .mini_cart_item:hover .remove {
  opacity: 1;
  visibility: visible;
}
.shoppping-cart-button .widget_shopping_cart_content .mini_cart_item .product-title {
  color: #222;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shoppping-cart-button .widget_shopping_cart_content .mini_cart_item .product-title:hover {
  color: #57bf3b;
}
.shoppping-cart-button .widget_shopping_cart_content .mini_cart_item .quantity {
  color: #777;
}
.shoppping-cart-button .widget_shopping_cart_content .mini_cart_item .price {
  margin-top: 0 !important;
  padding: 5px 0;
}
.shoppping-cart-button .widget_shopping_cart_content .mini_cart_item:last-child {
  margin-bottom: 0;
}
.shoppping-cart-button .widget_shopping_cart_content .total {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 0 5px;
  margin-top: 24px;
}
.shoppping-cart-button .widget_shopping_cart_content .total .amount {
  float: right;
  font-weight: 600;
}
/**
 * Header default
 */
#header-default .site-header-wrapper .main-navigation.align-left {
  text-align: left;
}
#header-default .site-header-wrapper .main-navigation.align-center {
  text-align: center;
}
#header-default .site-header-wrapper .main-navigation.align-right {
  text-align: right;
}
/**
 *	Header logo center
 */
#header-logo-center .site-header-wrapper {
  position: relative;
}
#header-logo-center .site-header-wrapper .site-logo {
  display: block;
  float: none;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0 35px;
  text-align: center;
}
#header-logo-center .site-header-wrapper .site-logo img {
  margin: 0 auto;
}
#header-logo-center .site-header-wrapper .site-navbar {
  position: absolute;
  bottom: 1px;
  right: 40px;
}
/**
 *	Mobile Navigation Menu
 */
nav.mobile-navigation {
  position: fixed;
  width: 290px;
  top: 0;
  right: -290px;
  z-index: 90;
  transition: all 0.5s;
}
nav.mobile-navigation.opened {
  right: 0;
}
nav.mobile-navigation ul {
  list-style: none;
  padding-left: 35px;
  background-image: none !important;
}
nav.mobile-navigation ul li {
  border-bottom: 1px solid #252525;
}
nav.mobile-navigation ul li a {
  position: relative;
  display: inline-block;
  color: #bbb;
  font-weight: 500;
  padding: 7px 0;
}
nav.mobile-navigation ul li a .menu-marker {
  position: absolute;
  font-size: 11px;
  top: -2px;
  right: -35px;
  border-radius: 2px;
  line-height: 1;
  padding: 2px 3px 1px;
}
nav.mobile-navigation ul li.menu-item-has-children {
  position: relative;
}
nav.mobile-navigation ul li.menu-item-has-children .drop-nav {
  position: absolute;
  right: -21px;
  top: 8px;
  font-size: 14px;
  color: #bbb;
}
nav.mobile-navigation ul li.menu-item-has-children ul.sub-menu {
  display: none;
}
nav.mobile-navigation ul li.menu-item-has-children ul.sub-menu.opened {
  display: block;
}
nav.mobile-navigation > ul.mobile-main-menu {
  background-color: #191a1c;
  padding: 35px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
nav.mobile-navigation > ul.mobile-main-menu > li > a {
  font-weight: 600;
}
/**
 *	Top Bar
 */
#header-topbar {
  background-color: #191a1c;
  font-size: 12px;
}
#header-topbar .header-topbar-wrapper {
  font-family: Poppins;
  font-weight: 500;
  padding: 13px 15px;
}
#header-topbar .header-topbar-wrapper .header-welcome-text {
  float: left;
  color: #999;
}
#header-topbar .header-topbar-wrapper .header-menus {
  float: right;
}
#header-topbar .header-topbar-wrapper .header-menus > div {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid rgba(153, 153, 153, 0.5);
}
#header-topbar .header-topbar-wrapper .header-menus > div:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
#header-topbar .header-topbar-wrapper .header-menus .external-link a, #header-topbar .header-topbar-wrapper .header-menus .wishlist-menu a, #header-topbar .header-topbar-wrapper .header-menus .currency-menu a {
  display: block;
  color: #999;
}
#header-topbar .header-topbar-wrapper .header-menus .external-link a:hover, #header-topbar .header-topbar-wrapper .header-menus .wishlist-menu a:hover, #header-topbar .header-topbar-wrapper .header-menus .currency-menu a:hover {
  color: #57bf3b;
}
#header-topbar .header-topbar-wrapper .header-menus .wishlist-menu a i {
  display: block;
  float: left;
  margin-top: 3px;
  padding-right: 5px;
}
#header-topbar .header-topbar-wrapper .header-menus .currency-menu .wcml_currency_switcher {
  position: relative;
}
#header-topbar .header-topbar-wrapper .header-menus .currency-menu .wcml_currency_switcher a:after {
  content: '\f107';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin-left: 5px;
}
#header-topbar .header-topbar-wrapper .header-menus .currency-menu .wcml_currency_switcher ul {
  position: absolute;
  text-align: center;
  background: #191a1c;
  color: #999;
  min-width: 70px;
  z-index: 10;
  transition: all 0.3s;
  opacity: 0;
  transform: scale(1, 0);
  transform-origin: top;
  list-style: none;
  padding: 0;
  top: 18px;
  left: -18px;
}
#header-topbar .header-topbar-wrapper .header-menus .currency-menu .wcml_currency_switcher ul li {
  line-height: 30px;
  cursor: pointer;
}
#header-topbar .header-topbar-wrapper .header-menus .currency-menu .wcml_currency_switcher:hover ul {
  opacity: 1;
  transform: scale(1, 1);
}
#header-topbar .header-topbar-wrapper:after {
  content: '';
  display: block;
  clear: both;
}
/*****************************************************************/
/*
 /*** Button Scss file Compile
 /*
 /*****************************************************************/
.btn {
  border-radius: 0;
  border-width: 2px;
  text-transform: uppercase;
  transition: all 0.3s;
  font-weight: bold;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  box-shadow: none;
}
.btn:hover, .btn:focus, .btn.focus {
  opacity: 0.8;
}
.btn-medium {
  padding: 7px 15px;
}
.btn-large {
  padding: 10px 25px;
  border-radius: 2px;
}
.btn-small {
  padding: 3px 12px;
}
.btn-load-more {
  font-weight: 600;
  display: inline-block;
  padding: 10px 50px;
  border-radius: 2px;
  background: #222;
  color: #fff !important;
  outline: none;
}
.btn-addtocart {
  background: #222;
  color: #fff !important;
  padding: 13px 0 12px 20px;
}
.btn-submit {
  background: #57bf3b;
  color: #fff !important;
}
.btn-search {
  padding: 15px 15px 14px;
  border: none;
  background: #000;
  color: #fff !important;
}
.btn-home {
  background: #fff;
  color: #aaa !important;
  border: 1px solid #aaa;
  border-radius: 3px;
}
.btn-home:hover {
  color: #57bf3b !important;
  border-color: #57bf3b !important;
}
.btn-offer {
  border: 2px solid #868686;
}
.btn-fullwidth {
  width: 100%;
  background: #57bf3b;
  color: #fff !important;
}
.sb-search-submit {
  background: transparent;
  border: none;
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 30px;
  line-height: 1;
  color: #333;
}
.woocommerce input.gray-button, .woocommerce a.gray-button {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  background: #eee;
  font-weight: 500;
  font-size: 12px;
  color: #888 !important;
  text-transform: uppercase;
  padding: 15px 18px 13px;
  transition: all 0.3s;
}
.woocommerce input.gray-button:hover, .woocommerce a.gray-button:hover {
  background: #57bf3b;
  border-color: #57bf3b;
  color: #fff !important;
  text-decoration: none !important;
}
/* Mobile Icon */
.mobile-sidebar {
  display: none;
  background: #fff;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 260px;
  left: -260px;
  transition: all 0.5s;
}
.mobile-sidebar .sidebar-toggle {
  color: #777;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  display: block;
  cursor: pointer;
  background: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 40px;
  margin: auto;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  border-radius: 0 0 0 0;
  border: 1px solid #ccc;
  border-left-width: 0;
  transition: all 0.2s ease-in-out 0s;
}
.mobile-sidebar .sidebar-toggle i:before {
  content: "\f054";
}
.mobile-sidebar .sidebar-toggle :hover {
  color: #57bf3b;
}
.mobile-sidebar.opened {
  left: 0;
}
.mobile-sidebar.opened .sidebar-toggle i:before {
  content: "\f053";
}
/* Mobile Hamburg Menu */
.mobile-hamburg-menu {
  cursor: pointer;
}
.mobile-hamburg-menu span.menu-bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #222;
  margin-bottom: 5px;
}
.mobile-hamburg-menu span.menu-bar:first-child {
  width: 15px;
}
.mobile-hamburg-menu span.menu-bar:last-child {
  width: 18px;
  margin-bottom: 0;
}
/* Back-to-Top button */
.back-to-top {
  position: fixed;
  z-index: 10;
  right: 40px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  font-size: 1.4em;
  color: #000;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
  opacity: 0;
  transition: all 0.3s;
}
.back-to-top i {
  font-weight: bold;
}
.back-to-top:hover, .back-to-top:focus {
  color: #57bf3b;
}
.back-to-top.is-visible {
  opacity: 1;
}
/* Slick Navigation Setting */
button.slick-arrow, button.slick-arrow:focus {
  width: 31px;
  height: 31px;
  background: #eee;
  border: 1px solid #e5e5e5;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
button.slick-arrow:hover {
  background: #57bf3b;
  border-color: #57bf3b;
}
button.slick-prev {
  left: 0px;
}
button.slick-next {
  right: 0px;
}
button.slick-prev:before {
  content: '\f104';
  font-family: 'FontAwesome';
}
button.slick-next:before {
  content: '\f105';
  font-family: 'FontAwesome';
}
.slick-dots li {
  margin: 0 5px;
}
.slick-dots li button:before {
  font-size: 15px;
}
/*****************************************************************/
/*
 /*** Header Part Scss file Compile
 /*
 /*****************************************************************/
/* Banner Shortcode */
.shortcode_banner_inner {
  position: relative;
  overflow: hidden;
}
.shortcode_banner_inner .shortcode_banner_background_setting {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all 0.5s;
}
.shortcode_banner_inner .shortcode_banner_inside {
  position: relative;
}
.shortcode_banner_inner .banner_html_content {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.shortcode_banner_inner .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 7px 15px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 10;
}
.shortcode_banner_inner .banner-title h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.shortcode_banner_inner .banner-title p {
  font-size: 10px;
  margin: 0;
}
.shortcode_banner_inner .banner-title:hover {
  background-color: #57bf3b !important;
  border-color: #57bf3b !important;
}
.shortcode_banner_inner .banner-title:hover h4, .shortcode_banner_inner .banner-title:hover p {
  color: #fff !important;
}
.shortcode_banner_inner:after {
  content: '';
  display: block;
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s;
}
.shortcode_banner_inner.hover-animation-true:hover:after {
  opacity: 0.3;
}
.shortcode_banner_inner.hover-animation-true:hover .shortcode_banner_background_setting {
  transform: scale(1.1);
}
/* Latest Posts Shortcode */
.latest_posts_inner .latest_post_item_inside {
  float: left;
  padding: 0 15px;
  outline: none;
}
.latest_posts_inner .latest_post_item_inside .post-author-date {
  padding-top: 25px;
  margin-bottom: 10px;
}
.latest_posts_inner .latest_post_item_inside .post-author-date a {
  font-size: 13px;
  color: #222;
  text-transform: uppercase;
  display: inline-block;
}
.latest_posts_inner .latest_post_item_inside .post-author-date span.post-date {
  color: #777;
  font-size: 13px;
  text-transform: uppercase;
}
.latest_posts_inner .latest_post_item_inside .post-author-date a:after {
  display: block;
  content: '';
  width: auto;
  height: 2px;
  background: #57bf3b;
  transform: scaleX(0);
  transition: all 0.3s;
}
.latest_posts_inner .latest_post_item_inside .post-author-date a:hover:after {
  transform: scaleX(1);
}
.latest_posts_inner .latest_post_item_inside .post-title {
  padding-bottom: 20px;
}
.latest_posts_inner .latest_post_item_inside .post-title a {
  font-weight: 600;
  color: #222226;
  font-size: 20px;
  transition: all 0.3s;
}
.latest_posts_inner .latest_post_item_inside .post-title a:hover {
  color: #57bf3b;
}
.latest_posts_inner .latest_post_item_inside .post-content p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  margin-bottom: 15px;
}
.latest_posts_inner .latest_post_item_inside .post-read-more a {
  font-weight: 500;
  font-size: 14px;
  color: #222;
  transition: all 0.3s;
}
.latest_posts_inner .latest_post_item_inside .post-read-more a:hover {
  color: #57bf3b;
}
.latest_posts_inner .latest_post_item_inside .post-featured-image {
  overflow: hidden;
  position: relative;
}
.latest_posts_inner .latest_post_item_inside .post-featured-image img {
  transition: all 0.3s;
}
.latest_posts_inner .latest_post_item_inside .post-featured-image a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.latest_posts_inner .latest_post_item_inside .post-featured-image:hover a:after {
  opacity: 0.3;
}
.latest_posts_inner .latest_post_item_inside .post-featured-image:hover img {
  transform: rotate(4deg) scale(1.1);
}
.latest_posts.grid .latest_posts_inner[data-column="1"] > div {
  width: 100%;
}
.latest_posts.grid .latest_posts_inner[data-column="2"] > div {
  width: 50%;
}
.latest_posts.grid .latest_posts_inner[data-column="3"] > div {
  width: 33.33333%;
}
.latest_posts.grid .latest_posts_inner[data-column="4"] > div {
  width: 25%;
}
.latest_posts.grid .latest_posts_inner[data-column="5"] > div {
  width: 20%;
}
.latest_posts.grid .latest_posts_inner[data-column="6"] > div {
  width: 16.66667%;
}
.latest_posts.slider button.slick-arrow {
  width: 30px;
  height: 43px;
  background: rgba(157, 158, 158, .5);
  opacity: 0;
  transition: all 0.5s;
}
.latest_posts.slider button.slick-arrow:hover {
  background: #57bf3b;
}
.latest_posts.slider button.slick-prev {
  left: 0px;
}
.latest_posts.slider button.slick-next {
  right: 0px;
}
.latest_posts.slider button.slick-prev:before {
  content: '\f104';
  font-family: 'FontAwesome';
}
.latest_posts.slider button.slick-next:before {
  content: '\f105';
  font-family: 'FontAwesome';
}
.latest_posts.slider .latest_posts_inner:hover button.slick-arrow {
  opacity: 1;
}
.latest_posts.slider .latest_posts_inner:hover button.slick-prev {
  left: -35px;
}
.latest_posts.slider .latest_posts_inner:hover button.slick-next {
  right: -35px;
}
/* Icon Box */
.icon-box-inner .icon-wrapper {
  padding-bottom: 20px;
  text-align: center;
}
.icon-box-inner .icon-wrapper i {
  font-size: 36px;
}
.icon-box-inner .icon-wrapper img {
  width: auto;
  height: 36px;
}
.icon-box-inner:after {
  content: '';
  display: block;
  clear: both;
}
.icon-box-inner.content-right-algin .icon-wrapper {
  float: left;
  padding-right: 15px;
}
.icon-box-inner.content-right-algin .icon-box-content {
  float: left;
}
.icon-box-inner.content-left-algin .icon-wrapper {
  float: right;
  padding-left: 15px;
}
.icon-box-inner.content-left-algin .icon-box-content {
  float: right;
}
/* Testimonial */
.testimonial-inside {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  outline: none;
  margin-bottom: 30px;
}
.testimonial-inside .testimonial-blockquote {
  text-align: center;
  font-size: 16px;
  color: #555;
}
.testimonial-inside .testimonial-author-info {
  display: inline-block;
}
.testimonial-inside .testimonial-author-info .author-photo {
  float: left;
}
.testimonial-inside .testimonial-author-info .author-photo img {
  width: 80px;
  border-radius: 50%;
}
.testimonial-inside .testimonial-author-info .author-name-job {
  float: left;
  text-align: left;
  margin-left: 15px;
  margin-top: 10px;
}
.testimonial-inside .testimonial-author-info .author-name-job .author-link {
  color: #191a1c;
  font-size: 16px;
  transition: all 0.3s;
}
.testimonial-inside .testimonial-author-info .author-name-job .author-link:hover {
  color: #57bf3b;
}
.testimonial-inside .testimonial-author-info .author-name-job .author-job {
  font-size: 13px;
  color: #777;
}
.testimonial-inside .testimonial-author-info:after {
  content: '';
  display: block;
  clear: both;
}
.testimonials-content .testimonials-inner:hover button.slick-arrow {
  opacity: 1;
}
.testimonials-content .testimonials-inner:hover button.slick-arrow:before {
  color: #777;
}
.testimonials-content .testimonials-inner:hover button.slick-prev {
  left: -31px;
}
.testimonials-content .testimonials-inner:hover button.slick-next {
  right: -31px;
}
/* Vc Tabs */
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper.bigcart-tabs .wpb_tab {
  background-color: transparent;
}
.wpb_content_element.wpb_tabs .bigcart-tabs_nav {
  margin-bottom: 35px;
}
.wpb_content_element.wpb_tabs .bigcart-tabs_nav li.ui-tabs-active {
  background-color: transparent;
}
.wpb_content_element.wpb_tabs .bigcart-tabs_nav li.ui-tabs-active a {
  color: #fff;
  background-color: #57bf3b;
  border-color: #57bf3b;
}
.wpb_content_element.wpb_tabs .bigcart-tabs_nav li.ui-tabs-active:hover a {
  color: #fff;
}
.wpb_content_element.wpb_tabs .bigcart-tabs_nav li:hover {
  background-color: transparent;
}
.wpb_content_element.wpb_tabs .bigcart-tabs_nav li:hover a {
  color: #57bf3b;
}
.wpb_content_element.wpb_tabs .bigcart-tabs_nav li {
  float: none;
  display: inline-block;
  margin: 0 5px;
}
.wpb_content_element.wpb_tabs .bigcart-tabs_nav li a {
  padding: 0.7em 0.6em 0.4em;
  color: #555;
  border: 2px solid #e8e8e8;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s;
}
.wpb_content_element.wpb_tabs .bigcart-tabs_nav.align-left {
  text-align: left;
}
.wpb_content_element.wpb_tabs .bigcart-tabs_nav.align-center {
  text-align: center;
}
.wpb_content_element.wpb_tabs .bigcart-tabs_nav.align-right {
  text-align: right;
}
/* Image Carousel */
.image-slickslider .image-slider-item {
  outline: none;
}
.image-slickslider .slider-inside:hover button.slick-arrow {
  opacity: 1;
}
.image-slickslider .slider-inside:hover button.slick-prev {
  left: -31px;
}
.image-slickslider .slider-inside:hover button.slick-next {
  right: -31px;
}
/* Product Categories - Grid */
.product-categories-grid .category_grid_box {
  position: relative;
  overflow: hidden;
}
.product-categories-grid .category_grid_box .category_item_bkg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% + 40px);
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #333;
  transform: translateX(-40px);
  transition: all 1s;
}
.product-categories-grid .category_grid_box:hover span.category_name {
  background-color: rgba(0, 0, 0, .5);
}
.product-categories-grid .category_grid_box:hover .category_item_bkg {
  transform: translateX(0);
}
.product-categories-grid .category_grid_box:hover span.category_name_inner {
  opacity: 1;
  transform: translateY(0);
}
.product-categories-grid > div a {
  display: table;
  width: 100%;
  position: relative;
}
.product-categories-grid > div a span {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.product-categories-grid > div a span.category_name_inner {
  display: inline-block;
  width: auto;
  background: #fff;
  color: #222;
  padding: 7px 15px;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.5s;
}
.product-categories-grid > div a span.category_name_inner:hover {
  color: #fff;
  background: #57bf3b;
}
.product-categories-grid .category_seven_cat_1, .product-categories-grid .category_seven_cat_2, .product-categories-grid .category_seven_cat_7, .product-categories-grid .category_six_cat_1, .product-categories-grid .category_six_cat_2, .product-categories-grid .category_six_cat_5, .product-categories-grid .category_six_cat_6, .product-categories-grid .category_five_cat_1, .product-categories-grid .category_five_cat_2, .product-categories-grid .category_five_cat_5, .product-categories-grid .category_four_cat_1, .product-categories-grid .category_four_cat_2, .product-categories-grid .category_three_cat_1, .product-categories-grid .category_three_cat_2, .product-categories-grid .category_three_cat_3, .product-categories-grid .category_two_cat_1, .product-categories-grid .category_two_cat_2, .product-categories-grid .category_1, .product-categories-grid .category_2 {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  float: left;
  margin-bottom: 2rem;
}
.product-categories-grid .category_one_cat_1 {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  float: left;
  margin-bottom: 2rem;
}
.product-categories-grid .category_seven_cat_3, .product-categories-grid .category_seven_cat_4, .product-categories-grid .category_seven_cat_5, .product-categories-grid .category_seven_cat_6, .product-categories-grid .category_six_cat_3, .product-categories-grid .category_six_cat_4, .product-categories-grid .category_five_cat_3, .product-categories-grid .category_five_cat_4, .product-categories-grid .category_four_cat_3, .product-categories-grid .category_four_cat_4, .product-categories-grid .category_3, .product-categories-grid .category_4, .product-categories-grid .category_5, .product-categories-grid .category_6, .product-categories-grid .category_7, .product-categories-grid .category_more_than_7 {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 25%;
  float: left;
  margin-bottom: 2rem;
}
.product-categories-grid .category_seven_cat_1 a, .product-categories-grid .category_six_cat_1 a, .product-categories-grid .category_five_cat_1 a, .product-categories-grid .category_four_cat_1 a, .product-categories-grid .category_three_cat_1 a, .product-categories-grid .category_two_cat_1 a, .product-categories-grid .category_two_cat_2 a, .product-categories-grid .category_one_cat_1 a, .product-categories-grid .category_1 a {
  height: 60rem;
}
.product-categories-grid .category_seven_cat_2 a, .product-categories-grid .category_seven_cat_3 a, .product-categories-grid .category_seven_cat_4 a, .product-categories-grid .category_seven_cat_5 a, .product-categories-grid .category_seven_cat_6 a, .product-categories-grid .category_seven_cat_7 a, .product-categories-grid .category_six_cat_2 a, .product-categories-grid .category_six_cat_3 a, .product-categories-grid .category_six_cat_4 a, .product-categories-grid .category_six_cat_5 a, .product-categories-grid .category_six_cat_6 a, .product-categories-grid .category_five_cat_2 a, .product-categories-grid .category_five_cat_3 a, .product-categories-grid .category_five_cat_4 a, .product-categories-grid .category_five_cat_5 a, .product-categories-grid .category_four_cat_2 a, .product-categories-grid .category_four_cat_3 a, .product-categories-grid .category_four_cat_4 a, .product-categories-grid .category_three_cat_2 a, .product-categories-grid .category_three_cat_3 a, .product-categories-grid .category_2 a, .product-categories-grid .category_3 a, .product-categories-grid .category_4 a, .product-categories-grid .category_5 a, .product-categories-grid .category_6 a, .product-categories-grid .category_7 a, .product-categories-grid .category_more_than_7 a {
  height: 29rem;
}
/* Google Maps */
.bigcart-google-maps {
  margin-bottom: 35px;
}
/* Counters Box */
.counter-box span {
  display: block;
}
.counter-box span.dispaly-counter {
  font-size: 40px;
}
.counter-box span.counter-text {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
/* Team Member */
.team-membership .team-member {
  outline: none;
  padding: 0 15px;
  cursor: pointer;
}
.team-membership .team-member .member-info {
  margin-top: 20px;
}
.team-membership .team-member .member-info p.member-name {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  transition: all 0.3s;
  margin-bottom: 5px;
}
.team-membership .team-member .member-info p.member-name:hover {
  color: #57bf3b;
}
.team-membership .team-member .member-info p.member-job {
  font-size: 13px;
  font-weight: 300;
  color: #999;
}
.team-membership .team-member .member-picture {
  position: relative;
}
.team-membership .team-member .member-picture .member-social-link {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  z-index: 10;
  transition: all 0.5s;
  transition-delay: 0.3s;
}
.team-membership .team-member .member-picture .member-social-link a {
  color: #fff;
  font-size: 23px;
  display: inline-block;
  line-height: 1;
  padding: 0 5px;
  transition: all 0.3s;
}
.team-membership .team-member .member-picture .member-social-link a:hover {
  color: #57bf3b;
}
.team-membership .team-member .member-picture:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s;
}
.team-membership .team-member:hover .member-picture:after {
  opacity: 1;
}
.team-membership .team-member:hover .member-picture .member-social-link {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.team-membership button.slick-arrow {
  width: 30px;
  height: 43px;
  background: rgba(157, 158, 158, .5);
  opacity: 0;
  transition: all 0.5s;
}
.team-membership button.slick-arrow:hover {
  background: #57bf3b;
}
.team-membership .membership-content:hover button.slick-arrow {
  opacity: 1;
}
.team-membership .membership-content:hover button.slick-prev {
  left: 15px;
}
.team-membership .membership-content:hover button.slick-next {
  right: 15px;
}
.vc_row .content-vertical-middle > .wpb_wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
/* Image Box */
.shortcode_image_box .image_box_wrapper {
  display: block;
  text-align: center;
}
.shortcode_image_box .image_box_wrapper img {
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
}
.shortcode_image_box .image_box_wrapper span {
  display: inline-block;
  margin-top: 35px;
  color: #222;
  transition: all 0.3s;
}
.shortcode_image_box.hover_shadow .image_box_wrapper:hover img {
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
}
.shortcode_image_box.hover_shadow .image_box_wrapper:hover span {
  color: #57bf3b !important;
}
.shortcode_image_box.original_shadow .image_box_wrapper img {
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
}
.shortcode_image_box.original_shadow .image_box_wrapper span {
  color: #222 !important;
}
.shortcode_image_box.original_shadow .image_box_wrapper:hover img {
  box-shadow: none;
}
.shortcode_image_box.original_shadow .image_box_wrapper:hover span {
  color: #57bf3b !important;
}
/*****************************************************************/
/*
 /*** WooCommerce Scss file Compile
 /*
 /*****************************************************************/
/*------------------------------------------ General -----------------------------------------------*/
.woocommerce {
  /* "Add to Cart" shortcode */
  /* Product lists */
  /* Single product */
  /* Badges like Sale, Wishlist */
  /* Star rating */
  /* Wishlist_table */
  /* Cart */
  /* My Account */
  /* Checkout */
  /* Breadcrumb */
}
.woocommerce.add_to_cart_inline {
  margin-bottom: 0;
  padding-bottom: 30px;
  font-weight: 600;
  text-align: center;
  color: #222;
}
.woocommerce.add_to_cart_inline .woocommerce-Price-amount {
  font-size: 2.6em;
  padding: 0 5px;
}
.woocommerce.add_to_cart_inline del {
  opacity: 0.5;
}
.woocommerce.add_to_cart_inline del .woocommerce-Price-amount {
  font-size: 1.5em;
}
.woocommerce.add_to_cart_inline ins {
  text-decoration: none;
}
.woocommerce.add_to_cart_inline ins .woocommerce-Price-amount {
  font-size: 1.5em;
}
.woocommerce.add_to_cart_inline .add_to_cart_button, .woocommerce.add_to_cart_inline .added_to_cart {
  display: block;
  width: 220px;
  margin: 20px auto 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 16px;
}
.woocommerce.add_to_cart_inline .add_to_cart_button.added, .woocommerce.add_to_cart_inline .added_to_cart.added {
  display: none;
}
.woocommerce.add_to_cart_inline .add_to_cart_button.loading {
  opacity: 1;
  padding-right: 16px;
}
.woocommerce.add_to_cart_inline .add_to_cart_button.loading:after {
  top: 16px;
}
.woocommerce.add_to_cart_inline.add_to_cart_btn_style1 .add_to_cart_button, .woocommerce.add_to_cart_inline.add_to_cart_btn_style1 .added_to_cart {
  background: #222;
  color: #fff;
}
.woocommerce.add_to_cart_inline.add_to_cart_btn_style1 .add_to_cart_button:hover, .woocommerce.add_to_cart_inline.add_to_cart_btn_style1 .added_to_cart:hover {
  opacity: 0.7;
  color: #fff;
  background: #222;
}
.woocommerce.add_to_cart_inline.add_to_cart_btn_style2 .add_to_cart_button, .woocommerce.add_to_cart_inline.add_to_cart_btn_style2 .added_to_cart {
  background: #fff;
  color: #222;
}
.woocommerce.add_to_cart_inline.add_to_cart_btn_style2 .add_to_cart_button:hover, .woocommerce.add_to_cart_inline.add_to_cart_btn_style2 .added_to_cart:hover {
  opacity: 0.7;
  color: #222;
  background: #fff;
}
.woocommerce div.products .product {
  padding: 0 15px;
  outline: none;
  position: relative;
  overflow: hidden;
}
.woocommerce div.products .product .woocommerce-loop-product-link {
  display: block;
}
.woocommerce div.products .product:hover .product-thumbs .add_to_cart_button, .woocommerce div.products .product:hover .product-thumbs .product_type_grouped, .woocommerce div.products .product:hover .product-thumbs .product_type_external, .woocommerce div.products .product:hover .product-thumbs .product_read_more_button {
  bottom: 0;
}
.woocommerce div.products .product:hover .product-thumbs .added_to_cart:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.woocommerce div.products .product:hover .product-thumbs .wishlist-icon .wishlist-button {
  right: 15px;
}
.woocommerce div.products .product:hover .product-thumbs .wishlist-icon .wishlist-button:hover i {
  animation-name: bigcart-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.woocommerce div.products .product:hover .product-thumbs .wishlist-icon .show-tooltip {
  right: 13px;
}
.woocommerce div.products .product:hover .product-thumbs .quickview {
  right: 70px;
}
.woocommerce div.products .product:hover .product-thumbs .quickview:hover:before {
  animation-name: bigcart-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.woocommerce div.products .product-thumbs {
  position: relative;
  overflow: hidden;
}
.woocommerce div.products .product-thumbs .add_to_cart_button, .woocommerce div.products .product-thumbs .product_type_grouped, .woocommerce div.products .product-thumbs .product_type_external, .woocommerce div.products .product-thumbs .product_read_more_button {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-align: left;
  font-weight: 400;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  padding: 0 0 0 20px;
  border: none;
  background: rgba(39, 39, 39, .7);
  border-radius: 0;
  transition: all 0.5s;
}
.woocommerce div.products .product-thumbs .add_to_cart_button:hover, .woocommerce div.products .product-thumbs .product_type_grouped:hover, .woocommerce div.products .product-thumbs .product_type_external:hover, .woocommerce div.products .product-thumbs .product_read_more_button:hover {
  background: rgba(39, 39, 39, .9);
}
.woocommerce div.products .product-thumbs .add_to_cart_button.loading {
  opacity: 1;
}
.woocommerce div.products .product-thumbs .add_to_cart_button.loading:after {
  animation: none;
}
.woocommerce div.products .product-thumbs .add_to_cart_button.loading:before {
  opacity: 1;
}
.woocommerce div.products .product-thumbs .add_to_cart_button:after {
  content: "\f07a";
  font-family: FontAwesome;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #000;
  color: #fff;
}
.woocommerce div.products .product-thumbs .add_to_cart_button:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  border: 3px solid #777;
  border-top: 3px solid #ec7a5c;
  position: absolute;
  border-radius: 100%;
  animation: rotation 1s infinite linear;
  right: 5px;
  top: 6px;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s;
}
.woocommerce div.products .product-thumbs .wishlist-icon .wishlist-button {
  outline: none;
}
.woocommerce div.products .product-thumbs .wishlist-icon .wishlist-button i {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.woocommerce div.products .product-thumbs .wishlist-icon .wishlist-button.added-wishlist .fa-heart-o:before, .woocommerce div.products .product-thumbs .wishlist-icon .wishlist-button.browse-wishlist .fa-heart-o:before {
  content: "\f004";
}
.woocommerce div.products .product-thumbs .yith-wcwl-add-to-wishlist {
  margin: 0;
  transition: all 0.5s;
}
.woocommerce div.products .product-thumbs .yith-wcwl-add-to-wishlist span {
  display: none;
}
.woocommerce div.products .product-thumbs .yith-wcwl-add-to-wishlist span.ajax-loading {
  display: block !important;
  width: 48px !important;
  height: 48px !important;
}
.woocommerce div.products .product-thumbs .yith-wcwl-add-to-wishlist span.ajax-loading:before {
  content: '';
  display: block;
  border: 4px solid #fff;
  border-top: 4px solid #777;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  animation: rotation 1s infinite linear;
}
.woocommerce div.products .product-thumbs .yith-wcwl-add-to-wishlist.show-tooltip {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: -50px;
  background: transparent;
  border-radius: 5px;
  font-size: 0.9em;
}
.woocommerce div.products .product-thumbs .yith-wcwl-add-to-wishlist.show-tooltip .show {
  display: inline-block !important;
}
.woocommerce div.products .product-thumbs .yith-wcwl-add-to-wishlist.show-tooltip a {
  color: #fff;
  position: relative;
  z-index: 2;
  display: none;
}
.woocommerce div.products .product-thumbs .yith-wcwl-add-to-wishlist.show-tooltip a:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: -17px;
  border: 6px solid transparent;
  z-index: 1;
  border-left-color: rgba(0, 0, 0, 0.6);
}
.woocommerce div.products .product-thumbs .yith-wcwl-add-to-wishlist.no-hover-effect {
  font-size: 0;
}
.woocommerce div.products .product-thumbs .yith-wcwl-add-to-wishlist.no-hover-effect .add_to_wishlist:before {
  content: "\f08a";
  font-family: FontAwesome;
  font-size: 16px;
}
.woocommerce div.products .product-thumbs .yith-wcwl-add-to-wishlist.no-hover-effect .exist_in_wishlist:before {
  content: "\f004";
  font-family: FontAwesome;
  font-size: 16px;
}
.woocommerce div.products .product-thumbs .added_to_cart {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  overflow: hidden;
  padding: 0;
}
.woocommerce div.products .product-thumbs .added_to_cart:before {
  content: "\e800";
  font-family: "minicart-font" !important;
  background: #fff;
  border-radius: 50%;
  font-size: 25px;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 58px;
  color: #ec7a5c;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.woocommerce div.products .product-thumbs .added_to_cart:hover:before {
  background: #57bf3b;
  color: #fff;
}
.woocommerce div.products .product-thumbs .quickview {
  position: absolute;
  text-indent: -999em;
  top: 15px;
  right: -45px;
  width: 44px;
  height: 44px;
  background: #57bf3b;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s;
}
.woocommerce div.products .product-thumbs .quickview:before {
  content: "\e611";
  font-family: Themify;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  display: inline-block;
  font-size: 15px;
  width: 100%;
  line-height: 44px;
  text-align: center;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.woocommerce div.products .product-thumbs img {
  width: 100%;
}
.woocommerce div.products .product-info .woocommerce-loop-product__cat {
  margin: 10px 0;
}
.woocommerce div.products .product-info .woocommerce-loop-product__cat a {
  color: #57bf3b;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.woocommerce div.products .product-info .woocommerce-loop-product__title {
  margin-top: 10px;
}
.woocommerce div.products .product-info .woocommerce-loop-product__title a {
  color: #444;
  font-size: 15px;
}
.woocommerce div.products .product-info .woocommerce-loop-product__title a:hover {
  color: #57bf3b;
}
.woocommerce div.products .product-info .price {
  display: block;
  padding: 5px 0;
  font-weight: 600;
  font-size: 15px;
  color: #222;
}
.woocommerce div.products .product-info .price ins {
  text-decoration: none;
}
.woocommerce div.products .star-rating {
  margin: 0 auto 10px;
}
.woocommerce div.products .product-category {
  margin-bottom: 20px;
}
.woocommerce div.products .product-category a {
  display: block;
  position: relative;
  overflow: hidden;
}
.woocommerce div.products .product-category a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
}
.woocommerce div.products .product-category a:hover img {
  transform: scale(1.1);
}
.woocommerce div.products .product-category a:hover:after {
  opacity: 0.2;
}
.woocommerce div.products .product-category img {
  display: block;
  transition: all 0.3s;
}
.woocommerce div.products .product-category .product-cat-info {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  text-align: center;
  transition: all 0.3s;
}
.woocommerce div.products .product-category .product-cat-info:hover {
  background-color: #57bf3b !important;
}
.woocommerce div.products .product-category mark {
  background: transparent;
  color: inherit;
}
.woocommerce div.products .product-category .product-cat-title, .woocommerce div.products .product-category .product-counts {
  color: inherit;
  margin: 0;
}
.woocommerce div.products .product-category .product-cat-title {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.woocommerce div.products .product-category .product-counts {
  font-size: 13px;
}
.woocommerce div.products.hide_product_price .price {
  display: none;
}
.woocommerce div.products.product_view_style2 .product:hover .product-thumbs:after {
  opacity: 0.3;
}
.woocommerce div.products.product_view_style2 .product:hover .product-info {
  opacity: 1;
  top: 40%;
}
.woocommerce div.products.product_view_style2 .product-thumbs:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
}
.woocommerce div.products.product_view_style2 .product-info {
  position: absolute;
  left: 50%;
  top: 70%;
  width: 100%;
  padding: 0 30px;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.woocommerce div.products.product_view_style2 .product-info a, .woocommerce div.products.product_view_style2 .product-info .price {
  color: #fff;
}
.woocommerce div.products.product_view_style2 .product-info a:hover, .woocommerce div.products.product_view_style2 .product-info .price:hover {
  color: #57bf3b;
}
.woocommerce div.products.product_view_style2 .quickview, .woocommerce div.products.product_view_style2 .sticker, .woocommerce div.products.product_view_style2 .add_to_cart_button {
  z-index: 10;
}
.woocommerce .product-slider button.slick-arrow {
  width: 30px;
  height: 43px;
  background: rgba(157, 158, 158, .5);
  border: none;
}
.woocommerce .product-slider button.slick-arrow:before {
  color: #fff;
}
.woocommerce .product-slider:hover button.slick-arrow {
  opacity: 1;
}
.woocommerce .product-slider:hover button.slick-arrow.slick-prev {
  left: 15px;
}
.woocommerce .product-slider:hover button.slick-arrow.slick-next {
  right: 15px;
}
.woocommerce .single-product-page p {
  line-height: 23px;
}
.woocommerce .single-product-page a {
  color: #777;
}
.woocommerce .single-product-page a:hover {
  color: #57bf3b;
}
.woocommerce .single-product-page .slick-slider .slick-list {
  animation: none;
  -webkit-animation: none;
}
.woocommerce .single-product-page .product-summary {
  margin-bottom: 20px;
}
.woocommerce .single-product-page .product-summary .sticker.on-sale, .woocommerce .single-product-page .product-summary .sticker.out-stock {
  left: 30px;
}
.woocommerce .single-product-page .product-summary .sticker.wishlist {
  position: static;
  width: auto;
  height: auto;
  line-height: inherit;
  padding: 0;
  color: #777;
  background: none;
  transition: all 0.3s;
}
.woocommerce .single-product-page .product-summary .sticker.wishlist i {
  line-height: inherit;
  font-weight: bold;
}
.woocommerce .single-product-page .product-summary .product-gallery-wrapper {
  position: relative;
}
.woocommerce .single-product-page .product-summary .product-gallery-wrapper.product-layout-style2 .product-gallery__image {
  display: block;
  margin-bottom: 20px;
}
.woocommerce .single-product-page .product-summary .product-gallery-wrapper.product-layout-style3 .product-gallery__image {
  display: block;
  padding: 5px;
  width: 50%;
  float: left;
}
.woocommerce .single-product-page .product-summary .product-gallery-wrapper.product-layout-style3 .product-gallery__image:nth-child(2n+1) {
  clear: both;
}
.woocommerce .single-product-page .product-summary .product-video-container {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.woocommerce .single-product-page .product-summary .product-video-container a {
  color: #232323;
  font-size: 1.1em;
}
.woocommerce .single-product-page .product-summary .product-video-container a:hover {
  color: #57bf3b;
}
.woocommerce .single-product-page .product-summary .product-video i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  padding-left: 5px;
  margin-right: 10px;
}
.woocommerce .single-product-page .product-summary .product-gallery {
  margin-bottom: 20px;
}
.woocommerce .single-product-page .product-summary .product-gallery:hover button.slick-arrow {
  opacity: 1;
}
.woocommerce .single-product-page .product-summary .product-thumbnails {
  margin: -5px;
}
.woocommerce .single-product-page .product-summary .product-thumbnail__image {
  opacity: 0.4;
  outline: none;
  padding: 5px;
  cursor: pointer;
  display: none;
}
.woocommerce .single-product-page .product-summary .product-thumbnail__image.slick-slide {
  display: block;
}
.woocommerce .single-product-page .product-summary .product-thumbnail__image.slick-center, .woocommerce .single-product-page .product-summary .product-thumbnail__image.slick-current {
  opacity: 1;
}
.woocommerce .single-product-page .product-summary .product-gallery__image {
  outline: none;
  display: none;
}
.woocommerce .single-product-page .product-summary .product-gallery__image.slick-slide {
  display: block;
}
.woocommerce .single-product-page .product-summary .product_title {
  margin-bottom: 15px;
  font-size: 30px;
  color: #232323;
  font-weight: 600;
}
.woocommerce .single-product-page .product-summary .woocommerce-product-rating {
  margin-bottom: 10px;
}
.woocommerce .single-product-page .product-summary .woocommerce-product-rating .star-rating {
  display: inline-block;
  float: none;
  font-size: 1.2em;
  letter-spacing: 0.3em;
  width: 6.6em;
  margin: 0;
}
.woocommerce .single-product-page .product-summary .woocommerce-product-rating .woocommerce-review-link {
  font-size: 1.2em;
}
.woocommerce .single-product-page .product-summary .price {
  padding: 5px 0;
  font-size: 22px;
  color: #222;
  font-weight: 600;
}
.woocommerce .single-product-page .product-summary .price del {
  color: #777;
  opacity: 1;
  margin-right: 10px;
}
.woocommerce .single-product-page .product-summary .price ins {
  text-decoration: none;
}
.woocommerce .single-product-page .product-summary .in-stock {
  margin: 10px 0 25px;
  font-size: 1em;
  font-weight: bold;
}
.woocommerce .single-product-page .product-summary .product_meta {
  color: #222;
  margin-bottom: 25px;
  font-size: 13px;
  font-weight: bold;
}
.woocommerce .single-product-page .product-summary .product_meta span {
  color: #777;
  padding-left: 5px;
  font-weight: 500;
}
.woocommerce .single-product-page .product-summary .product_meta a {
  padding-left: 5px;
  font-weight: 500;
}
.woocommerce .single-product-page .product-summary .cart {
  margin-bottom: 30px;
}
.woocommerce .single-product-page .product-summary .cart .quantity {
  position: relative;
  margin-right: 15px;
}
.woocommerce .single-product-page .product-summary .cart .quantity .qty {
  width: 90px;
  border: 1px solid #e8e8e8;
  color: #222;
  padding: 16px 30px 12px 5px;
}
.woocommerce .single-product-page .product-summary .cart .quantity .qty::-webkit-outer-spin-button, .woocommerce .single-product-page .product-summary .cart .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.woocommerce .single-product-page .product-summary .cart .quantity .qtybtn {
  padding: 5px 7px;
  display: inline-block;
  position: absolute;
  right: 0;
  cursor: pointer;
  border-left: 1px solid #e8e8e8;
}
.woocommerce .single-product-page .product-summary .cart .quantity .qtybtn i {
  display: block;
  text-align: center;
  width: 1em;
}
.woocommerce .single-product-page .product-summary .cart .quantity .qtybtn.inc {
  top: 0;
  border-bottom: 1px solid #e8e8e8;
}
.woocommerce .single-product-page .product-summary .cart .quantity .qtybtn.dec {
  bottom: 0;
}
.woocommerce .single-product-page .product-summary .cart .quantity .qtybtn:hover {
  color: #57bf3b;
}
.woocommerce .single-product-page .product-summary .cart .single_add_to_cart_button {
  color: #fff;
}
.woocommerce .single-product-page .product-summary .cart .single_add_to_cart_button span {
  padding: 13px 20px;
  margin-left: 35px;
  border-left: 1px solid #8e8e8e;
}
.woocommerce .single-product-page .product-summary .cart .single_add_to_cart_button:hover, .woocommerce .single-product-page .product-summary .cart .single_add_to_cart_button:focus {
  color: #57bf3b;
}
.woocommerce .single-product-page .product-summary .cart .variations {
  margin-bottom: 25px;
}
.woocommerce .single-product-page .product-summary .cart .variations label, .woocommerce .single-product-page .product-summary .cart .variations select, .woocommerce .single-product-page .product-summary .cart .variations a {
  display: block;
}
.woocommerce .single-product-page .product-summary .cart .variations label {
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.woocommerce .single-product-page .product-summary .cart .variations select {
  color: #777;
  padding: 10px 15px 8px;
  border: 1px solid #e8e8e8;
  background: url('../images/down.png') no-repeat right 10px center;
  outline: none;
  -webkit-appearance: none;
}
.woocommerce .single-product-page .product-summary .cart .variations .reset_variations {
  visibility: visible;
  display: block;
  font-size: 1em;
  color: #57bf3b;
  margin-top: 10px;
  transition: all 0.3s;
}
.woocommerce .single-product-page .product-summary .cart .attribute-box {
  margin-bottom: 25px;
}
.woocommerce .single-product-page .product-summary .cart .group_table {
  width: 100%;
  margin-bottom: 10px;
}
.woocommerce .single-product-page .product-summary .cart .group_table td {
  padding-bottom: 20px;
  vertical-align: middle;
}
.woocommerce .single-product-page .product-summary .cart .group_table .product-details--quantity {
  width: auto;
  text-align: left;
}
.woocommerce .single-product-page .product-summary .cart .group_table .product-details--quantity .quantity {
  display: inline-block;
  margin: 0;
}
.woocommerce .single-product-page .product-summary .cart .group_table .product-details--title {
  padding: 0 15px 20px;
}
.woocommerce .single-product-page .product-summary .cart .group_table .product-details--title a {
  color: #222;
  font-weight: normal;
  font-size: 1.1em;
}
.woocommerce .single-product-page .product-summary .cart .group_table .product-details--title a:hover {
  color: #57bf3b;
}
.woocommerce .single-product-page .product-summary .cart .group_table .product-details--price {
  font-weight: bold;
}
.woocommerce .single-product-page .product-summary .cart .group_table .product-details--price del {
  opacity: 0.5;
  margin-right: 10px;
}
.woocommerce .single-product-page .product-summary .cart .group_table .product-details--price ins {
  text-decoration: none;
}
.woocommerce .single-product-page .product-summary .wishlist-icon {
  display: inline-block;
}
.woocommerce .single-product-page .product-summary .wishlist-icon:hover button, .woocommerce .single-product-page .product-summary .wishlist-icon:hover a {
  color: #57bf3b;
}
.woocommerce .single-product-page .product-summary .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.woocommerce .single-product-page .product-summary .yith-wcwl-add-to-wishlist span {
  display: none;
}
.woocommerce .single-product-page .product-summary .yith-wcwl-add-to-wishlist span.ajax-loading {
  margin: 0;
}
.woocommerce .single-product-page .wc-tabs-wrapper {
  margin-bottom: 40px;
}
.woocommerce .single-product-page .wc-tabs-wrapper .wc-tabs {
  padding: 20px 0;
  text-align: center;
  margin-bottom: 15px;
}
.woocommerce .single-product-page .wc-tabs-wrapper .wc-tabs li {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 10px;
}
.woocommerce .single-product-page .wc-tabs-wrapper .wc-tabs li a {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  color: #222;
  border-bottom: 2px solid transparent;
}
.woocommerce .single-product-page .wc-tabs-wrapper .wc-tabs li a:hover {
  color: #57bf3b;
}
.woocommerce .single-product-page .wc-tabs-wrapper .wc-tabs li.active a {
  border-bottom-color: #57bf3b;
}
.woocommerce .single-product-page .wc-tabs-wrapper .tabs-content #tab-description p {
  font-family: 'Open Sans';
  font-size: 15px;
  color: #777;
}
.woocommerce .single-product-page .wc-tabs-wrapper .tabs-content #tab-additional_information table {
  font-size: 13px;
}
.woocommerce .single-product-page .wc-tabs-wrapper .tabs-content #tab-additional_information table th {
  color: #555;
  font-weight: normal;
}
.woocommerce .single-product-page .wc-tabs-wrapper .tabs-content #tab-additional_information table td {
  color: #777;
  font-style: normal;
}
.woocommerce .single-product-page .wc-tabs-wrapper .tabs-content h2 {
  margin: 10px 0 35px;
}
.woocommerce .single-product-page #reviews h2.reviews-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #222;
}
.woocommerce .single-product-page #reviews h3 {
  margin: 10px 0;
  text-transform: uppercase;
  color: #222;
}
.woocommerce .single-product-page #reviews h3#reply-title {
  font-size: 20px;
}
.woocommerce .single-product-page #reviews .review-list {
  padding: 0;
  margin: 0;
}
.woocommerce .single-product-page #reviews .review-list li {
  position: relative;
  list-style: none;
  margin-bottom: 25px;
}
.woocommerce .single-product-page #reviews .review-list li .avatar-wrapper {
  position: absolute;
  width: 80px;
}
.woocommerce .single-product-page #reviews .review-list li .comment-text {
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  padding: 15px;
  margin-left: 100px;
  min-height: 80px;
}
.woocommerce .single-product-page #reviews .review-list li .review__author {
  color: #222;
}
.woocommerce .single-product-page #reviews .review-list li .star-rating {
  font-size: 0.9em;
  height: 1.1em;
  letter-spacing: 0.3em;
  width: 6.6em;
}
.woocommerce .single-product-page #reviews .review-list li .star-rating:before, .woocommerce .single-product-page #reviews .review-list li .star-rating span:before {
  top: 1px;
}
.woocommerce .single-product-page #reviews form.comment-form {
  color: #777;
  margin-bottom: 20px;
}
.woocommerce .single-product-page #reviews form.comment-form div.row {
  padding: 12px 0;
}
.woocommerce .single-product-page #reviews form.comment-form label {
  font-weight: normal;
  margin-bottom: 0;
}
.woocommerce .single-product-page #reviews form.comment-form input.field {
  width: 100%;
  padding: 10px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
}
.woocommerce .single-product-page #reviews form.comment-form textarea {
  max-width: 100%;
  padding: 5px 10px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
}
.woocommerce .single-product-page #reviews form.comment-form input:focus, .woocommerce .single-product-page #reviews form.comment-form textarea:focus {
  border-color: #e8e8e8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(204, 204, 204, .6), 0 0 8px rgba(204, 204, 204, .6), 0 0 8px rgba(204, 204, 204, .6);
  box-shadow: inset 0 1px 1px rgba(204, 204, 204, .6), 0 0 8px rgba(204, 204, 204, .6), 0 0 8px rgba(204, 204, 204, .6);
}
.woocommerce .single-product-page #reviews form.comment-form .stars {
  margin-bottom: 0 !important;
}
.woocommerce .single-product-page #reviews form.comment-form .stars a {
  font-size: 16px;
  color: #57bf3b;
  margin-right: 3px;
}
.woocommerce .single-product-page #reviews form.comment-form .required {
  color: #57bf3b;
}
.woocommerce .single-product-page .related-products, .woocommerce .single-product-page .up-sells {
  margin-bottom: 45px;
  overflow: hidden;
}
.woocommerce .single-product-page .related-products h2.title, .woocommerce .single-product-page .up-sells h2.title {
  font-size: 22px;
  color: #222;
}
.woocommerce .single-product-page .related-products div.products:hover button.slick-arrow, .woocommerce .single-product-page .up-sells div.products:hover button.slick-arrow {
  opacity: 1;
}
.woocommerce .single-product-page .related-products div.products button.slick-next, .woocommerce .single-product-page .up-sells div.products button.slick-next {
  right: 15px;
}
.woocommerce .single-product-page .related-products div.products button.slick-prev, .woocommerce .single-product-page .up-sells div.products button.slick-prev {
  left: 15px;
}
.woocommerce .single-product-page .product-share {
  margin-bottom: 25px;
  overflow: hidden;
}
.woocommerce .single-product-page .product-share .share {
  padding: 25px 0;
  border-width: 1px 0 1px 0;
  border-color: #e8e8e8;
  border-style: solid;
}
.woocommerce .single-product-page .product-share .share li {
  display: inline-block;
  padding: 0 10px;
}
.woocommerce .single-product-page .product-share .share li a {
  color: #777;
  font-size: 20px;
  background: none;
  padding: 0;
}
.woocommerce .single-product-page .product-share .share li a:hover {
  color: #57bf3b;
}
.woocommerce .single-product-page button.slick-arrow {
  z-index: 10;
  width: auto;
  height: auto;
  background: none;
  border: none;
}
.woocommerce .single-product-page button.slick-arrow:before {
  display: table;
  width: 35px;
  padding: 15px;
  font-size: 35px;
  color: #fff;
  background: rgba(156, 158, 157, 0.4);
}
.woocommerce .single-product-page button.slick-arrow:hover {
  background: none;
  border: none;
}
.woocommerce .sticker {
  position: absolute;
  font-size: 11px;
  z-index: 10;
  top: 15px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-family: Poppins;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #000;
}
.woocommerce .sticker strong {
  position: relative;
}
.woocommerce .sticker strong:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  top: -1px;
  left: 0;
  right: 0;
}
.woocommerce .sticker strong:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 1px;
  left: 0;
  right: 0;
}
.woocommerce .sticker.on-sale {
  border-radius: 50%;
  left: 15px;
}
.woocommerce .sticker.wishlist {
  font-size: 15px;
  top: 15px;
  right: -45px;
  border: none;
  border-radius: 50%;
  background: #57bf3b;
  color: #fff;
  transition: all 0.5s;
}
.woocommerce .sticker.out-stock {
  border-radius: 50%;
  left: 15px;
  font-size: 10px;
  line-height: 10px;
  padding: 15px 0;
}
.woocommerce .star-rating::before {
  color: #57bf3b;
}
.woocommerce .star-rating span {
  color: #57bf3b;
}
.woocommerce .slick-prev:before, .woocommerce .slick-next:before {
  color: #222;
}
.woocommerce table.wishlist_table {
  border: none;
}
.woocommerce table.wishlist_table thead th {
  border: none;
  background: #f8f8f8;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.woocommerce table.wishlist_table tbody td {
  border: none;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 12px;
}
.woocommerce table.wishlist_table tbody td.product-name a.product-thumbnail {
  width: 55px;
  display: block;
  float: left;
  margin-right: 20px;
}
.woocommerce table.wishlist_table tbody td.product-name a.product-thumbnail img {
  border-radius: 2px;
}
.woocommerce table.wishlist_table tbody td.product-name a.product-thumbnail:after {
  content: '';
  display: block;
  clear: both;
}
.woocommerce table.wishlist_table tbody td.product-name a.product-name {
  padding: 27px 0;
  display: block;
  color: #777;
  font-size: 13px;
}
.woocommerce table.wishlist_table tbody td.product-price {
  font-size: 13px;
  font-weight: 500;
}
.woocommerce table.wishlist_table tbody td.product-price ins {
  text-decoration: none;
}
.woocommerce table.wishlist_table tbody td.product-price del {
  opacity: 0.5;
}
.woocommerce table.wishlist_table tbody td.product-stock-status {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.woocommerce table.wishlist_table tbody td.product-stock-status span.wishlist-in-stock {
  color: #88a36c;
}
.woocommerce table.wishlist_table tbody td.product-stock-status span.wishlist-out-of-stock {
  color: #232323;
}
.woocommerce table.wishlist_table tbody td.product-remove a.remove {
  height: 26px;
  width: 26px;
  line-height: 27px;
  color: #57bf3b !important;
  font-weight: 100;
  border: 1px solid #e6e6e6;
}
.woocommerce table.wishlist_table tbody td.product-remove a.remove:hover {
  background: transparent;
  color: #57bf3b !important;
  border-color: #57bf3b;
}
.woocommerce table.wishlist_table tbody td.product-add-to-cart a {
  display: inline-block !important;
  margin: 0;
  background-color: #232323;
  padding: 11px 22px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
}
.woocommerce table.wishlist_table tbody td.product-add-to-cart a:hover {
  background-color: #57bf3b;
}
.woocommerce table.wishlist_table tbody td.product-add-to-cart a.added_to_cart.wc-forward {
  display: none !important;
}
.woocommerce table.wishlist_table tbody td.product-add-to-cart a.loading {
  padding-right: 35px;
  padding-left: 9px;
}
.woocommerce table.wishlist_table tbody td.product-add-to-cart a.loading:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #777;
  border-radius: 50%;
  border-top: 2px solid #fff;
  right: 6px;
  top: 24%;
}
.woocommerce table.wishlist_table tbody td.product-add-to-cart a.added:after {
  content: '' !important;
  margin-left: 0 !important;
}
.woocommerce table.wishlist_table tfoot td {
  border: none;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents {
  border: none;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents thead th {
  border: none;
  background: #f8f8f8;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  padding: 16px 12px;
  text-transform: uppercase;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td {
  border: none;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 12px;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity div.quantity {
  position: relative;
  display: inline-block;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity div.quantity input.qty {
  border: 1px solid #eee;
  border-radius: 2px;
  font-size: 12px;
  color: #777;
  padding: 6px 20px 6px 6px;
  width: 68px;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity div.quantity input.qty::-webkit-outer-spin-button, .woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity div.quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity div.quantity span.qtybtn {
  position: absolute;
  background: #eee;
  width: 15px;
  height: 11px;
  cursor: pointer;
  text-align: center;
  line-height: 11px;
  right: 5px;
  transition: all 0.3s;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity div.quantity span.qtybtn i {
  line-height: 5px;
  font-size: 12px;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity div.quantity span.qtybtn.inc {
  line-height: 10px;
  top: 4px;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity div.quantity span.qtybtn.dec {
  bottom: 4px;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity div.quantity span.qtybtn:hover {
  background: #57bf3b;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity div.quantity span.qtybtn:hover i {
  color: #fff;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name a.product-thumbnail {
  margin-right: 20px;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name a.product-thumbnail img {
  width: 55px;
  border-radius: 2px;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name a.product-name {
  color: #777;
  font-size: 13px;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-price, .woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-subtotal {
  font-size: 13px;
  font-weight: 500;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-remove {
  text-align: center;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-remove a {
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 27px;
  color: #000 !important;
  font-weight: 100;
  border: 1px solid #e6e6e6;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-remove a:hover {
  background: transparent;
  color: #57bf3b !important;
  border-color: #57bf3b;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td {
  border: none;
  padding: 20px 0;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td div.coupon {
  float: left;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td div.coupon input#coupon_code {
  font-size: 13px;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  padding: 10px 13px;
  margin-right: 9px;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td div.coupon input#coupon_code::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaa;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td div.coupon input#coupon_code::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td div.coupon input#coupon_code:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaa;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td div.coupon input#coupon_code:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td div.coupon input.apply_coupon {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  background: #eee;
  font-weight: 500;
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  padding: 14px 18px;
  transition: all 0.3s;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td div.coupon input.apply_coupon:hover {
  background: #57bf3b;
  border-color: #57bf3b;
  color: #fff;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td input.update_cart {
  width: auto;
  float: right;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  background: #eee;
  font-weight: 500;
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  padding: 14px 18px;
  transition: all 0.3s;
}
.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td input.update_cart:hover {
  background: #57bf3b;
  border-color: #57bf3b;
  color: #fff;
}
.woocommerce .cart-collaterals .cross-sells {
  margin-bottom: 45px;
  overflow: hidden;
}
.woocommerce .cart-collaterals .cross-sells h2.title {
  font-size: 22px;
  color: #222;
}
.woocommerce .cart-collaterals .cross-sells div.products:hover button.slick-arrow {
  opacity: 1;
}
.woocommerce .cart-collaterals .cross-sells div.products button.slick-next {
  right: 15px;
}
.woocommerce .cart-collaterals .cross-sells div.products button.slick-prev {
  left: 15px;
}
.woocommerce .cart-collaterals .cart_totals {
  margin-top: 30px;
}
.woocommerce .cart-collaterals .cart_totals h4 {
  text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals table {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
}
.woocommerce .cart-collaterals .cart_totals table th {
  border-right: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  background-color: #fcfcfc;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  text-transform: uppercase;
  padding: 16px 19px;
}
.woocommerce .cart-collaterals .cart_totals table td {
  border-top: 1px solid #e8e8e8;
  padding: 16px 19px;
  vertical-align: middle;
}
.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td {
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total td {
  color: #222;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total td span {
  font-weight: 600;
}
.woocommerce .cart-collaterals .cart_totals table tr.shipping {
  font-size: 13px;
  font-weight: 300;
  color: #777;
}
.woocommerce .cart-collaterals .cart_totals table tr.shipping ul#shipping_method li {
  position: relative;
  overflow: hidden;
}
.woocommerce .cart-collaterals .cart_totals table tr.shipping ul#shipping_method li input[type="radio"] {
  position: absolute;
  left: -999px;
}
.woocommerce .cart-collaterals .cart_totals table tr.shipping ul#shipping_method li label {
  position: relative;
  color: #777;
  font-weight: 300;
  font-size: 13px;
  padding-left: 26px;
}
.woocommerce .cart-collaterals .cart_totals table tr.shipping ul#shipping_method li label span {
  color: #222;
  font-weight: 600;
}
.woocommerce .cart-collaterals .cart_totals table tr.shipping ul#shipping_method li label:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  left: 0;
  top: 3px;
  box-shadow: 0px 0px 4px #cdcdcd inset;
}
.woocommerce .cart-collaterals .cart_totals table tr.shipping ul#shipping_method li label:after {
  content: '';
  display: block;
  position: absolute;
  left: 4px;
  top: 7px;
  width: 6px;
  height: 6px;
  background-color: #232323;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s;
}
.woocommerce .cart-collaterals .cart_totals table tr.shipping ul#shipping_method li input[type="radio"]:checked + label:after {
  transform: scale(1);
}
.woocommerce .cart-collaterals .cart_totals table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-button {
  color: #3485b1;
  font-size: 13px;
  font-weight: 300;
}
.woocommerce .cart-collaterals .cart_totals table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form p {
  font-size: 13px;
}
.woocommerce .cart-collaterals .cart_totals table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form p input#calc_shipping_postcode {
  border: 1px solid #e8e8e8;
  font-size: 13px;
  border-radius: 2px;
  padding: 5px 10px 2px 14px;
  color: #222;
}
.woocommerce .cart-collaterals .cart_totals table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form p select#calc_shipping_state, .woocommerce .cart-collaterals .cart_totals table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form p select#calc_shipping_country {
  border: 1px solid #e8e8e8;
  font-size: 13px;
  border-radius: 2px;
  padding: 3px 10px;
  color: #222;
}
.woocommerce .cart-collaterals .cart_totals table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form p button[type="submit"] {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 2px;
  background-color: #eee;
  border: 1px solid #e8e8e8;
  color: #888;
  padding: 10px 25px 8px;
  transition: all 0.2s;
}
.woocommerce .cart-collaterals .cart_totals table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form p button[type="submit"]:hover {
  background-color: #57bf3b;
  border-color: #57bf3b;
  color: #fff;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  text-transform: uppercase;
  font-size: 16px;
  padding: 22px 1em;
  background: #57bf3b;
}
.woocommerce .cart-collaterals:after {
  content: '';
  display: block;
  clear: both;
}
.woocommerce form.login, .woocommerce form.register {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.woocommerce form .form-row {
  padding: 0;
}
.woocommerce form .form-row .required {
  color: #57bf3b;
}
.woocommerce form .form-row input.custom-input-text {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  padding: 8px 10px;
  color: #666;
}
.woocommerce .account-tab-container {
  text-align: center;
  margin-bottom: 20px;
}
.woocommerce .account-tab-container .account-tab-item {
  display: inline-block;
  padding: 0 20px;
}
.woocommerce .account-tab-container .account-tab-item a {
  font-size: 27px;
  color: #777;
  font-weight: 600;
}
.woocommerce .account-tab-container .account-tab-item a.active {
  color: #222;
  border-bottom: 3px solid #222;
}
.woocommerce .account-forms-container .account-form {
  display: none;
}
.woocommerce .account-forms-container .account-form.active {
  display: block;
}
.woocommerce .custom-login-form, .woocommerce .custom-register-form {
  padding: 40px 0;
  margin-bottom: 65px;
}
.woocommerce .custom-login-form label, .woocommerce .custom-register-form label {
  font-size: 13px;
  font-weight: 500;
  color: #666;
}
.woocommerce .custom-login-form label span.required, .woocommerce .custom-register-form label span.required {
  color: #57bf3b;
  font-weight: 400;
}
.woocommerce .custom-login-form input.woocommerce-Input--text, .woocommerce .custom-register-form input.woocommerce-Input--text {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  padding: 8px 10px;
}
.woocommerce .custom-login-form .form-row, .woocommerce .custom-register-form .form-row {
  padding: 0;
  margin: 0 0 20px;
}
.woocommerce .custom-login-form input[type="submit"], .woocommerce .custom-register-form input[type="submit"] {
  background: #000;
  color: #fff;
  font-weight: bold;
  width: 100%;
  padding: 15px 20px;
  text-transform: uppercase;
  border: none;
  transition: all 0.3s;
}
.woocommerce .custom-login-form input[type="submit"]:hover, .woocommerce .custom-register-form input[type="submit"]:hover {
  opacity: 0.7;
}
.woocommerce .custom-login-form span.remember-check {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  font-weight: 500;
}
.woocommerce .custom-login-form span.remember-check input#rememberme {
  position: absolute;
  left: -999px;
}
.woocommerce .custom-login-form span.remember-check label.remember-checkbox {
  color: #777;
  padding-left: 20px;
  cursor: pointer;
  margin: 0;
  transition: all 0.2s;
}
.woocommerce .custom-login-form span.remember-check label.remember-checkbox:before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #aaa;
  left: 0;
  position: absolute;
  top: 5px;
  box-shadow: 0px 0px 5px #d9d9d9 inset;
}
.woocommerce .custom-login-form span.remember-check label.remember-checkbox:after {
  content: '\f00c';
  display: block;
  font-family: FontAwesome;
  position: absolute;
  top: -1px;
  left: 1px;
  transform: scale(0);
  transition: all 0.3s;
  color: #777;
}
.woocommerce .custom-login-form span.remember-check label.remember-checkbox:hover {
  color: #57bf3b;
}
.woocommerce .custom-login-form span.remember-check input#rememberme[type="checkbox"]:checked + label:after {
  transform: scale(1);
}
.woocommerce .custom-login-form .lost-pwd-link {
  font-size: 13px;
  color: #222;
  float: right;
  font-weight: bold;
}
.woocommerce .custom-login-form .lost-pwd-link:hover {
  color: #57bf3b;
}
.woocommerce .shop-toolbar {
  margin-bottom: 35px;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  margin: 0;
}
.woocommerce .woocommerce-result-count {
  padding: 5px 10px 5px 0;
  font-weight: 500;
  color: #777;
  line-height: 25px;
}
.woocommerce .woocommerce-ordering select {
  text-transform: uppercase;
}
.woocommerce form.checkout_coupon {
  border: none;
  padding: 0;
}
.woocommerce .woocommerce-breadcrumb {
  background: #f5f5f5;
  font-size: 13px;
  color: #888;
  padding: 35px 0;
  margin-bottom: 70px;
}
.shop-content {
  margin-bottom: 70px;
}
/*-------------------------------------- Yith Plugin Style ---------------------------------------- */
#yith-wcwl-popup-message {
  border: 3px solid #57bf3b;
  font-weight: 500;
  width: 250px;
  padding: 15px 20px;
  line-height: 1.5;
  margin-left: -125px !important;
}
.wc-pagination {
  margin: 20px 0;
}
.wc-pagination .page-numbers {
  margin: 0;
  padding: 0;
}
.wc-pagination .page-numbers li {
  list-style: none;
  display: inline-block;
}
.wc-pagination .page-numbers li a, .wc-pagination .page-numbers li span {
  padding: 5px 11px 2px;
  border-radius: 2px;
  border: 1px solid #eee;
  color: #555;
}
.wc-pagination .page-numbers li a.active, .wc-pagination .page-numbers li span.active, .wc-pagination .page-numbers li a.current, .wc-pagination .page-numbers li span.current, .wc-pagination .page-numbers li a:hover, .wc-pagination .page-numbers li span:hover, .wc-pagination .page-numbers li a:focus, .wc-pagination .page-numbers li span:focus {
  background: #222;
  border-color: #222;
  color: #fff;
}
/*-------------------------------------- Notification Area ---------------------------------------- */
.wc-checkout-login-form .form-group, .wc-checkout-coupon-form .form-group {
  margin-bottom: 0;
}
.wc-checkout-login-form i, .wc-checkout-coupon-form i {
  margin-right: 10px;
  font-size: 1.3em;
}
.wc-checkout-login-form input[type="submit"], .wc-checkout-coupon-form input[type="submit"] {
  border-radius: 2px;
  width: 160px;
  background: #222;
  color: #fff;
}
.wc-checkout-login-form a, .wc-checkout-coupon-form a {
  color: #222;
  font-weight: bold;
  margin-left: 10px;
}
.wc-checkout-login-form a:hover, .wc-checkout-coupon-form a:hover {
  color: #57bf3b;
}
.wc-checkout-coupon-form {
  margin: 45px 0;
}
.wc-checkout-login-form {
  margin-top: 45px;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  content: '';
}
.woocommerce-info {
  border-top-color: #57bf3b;
  border-top-width: 2px;
  padding: 20px;
  margin-bottom: 25px;
}
/* -------------------------------------- Checkout Form ------------------------------------------ */
form.woocommerce-checkout .form-row {
  padding: 0;
  margin-bottom: 15px;
}
form.woocommerce-checkout .form-row.woocommerce-validated input.input-text, form.woocommerce-checkout .form-row.woocommerce-invalid input.input-text, form.woocommerce-checkout .form-row.woocommerce-validated .select2-container, form.woocommerce-checkout .form-row.woocommerce-invalid .select2-container, form.woocommerce-checkout .form-row.woocommerce-validated select, form.woocommerce-checkout .form-row.woocommerce-invalid select {
  border-color: #e8e8e8;
}
form.woocommerce-checkout .form-row.woocommerce-invalid label {
  color: #57bf3b;
}
form.woocommerce-checkout .form-row .required {
  color: #57bf3b;
  text-decoration: none;
}
form.woocommerce-checkout .form-row-first, form.woocommerce-checkout .form-row-last {
  float: left;
  width: 50%;
  padding: 0 15px;
}
form.woocommerce-checkout .form-row-wide {
  float: left;
  width: 100%;
  padding: 0 15px;
}
form.woocommerce-checkout input.input-text, form.woocommerce-checkout select.input-text, form.woocommerce-checkout textarea.input-text {
  color: #999;
  padding: 10px;
  height: auto;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
form.woocommerce-checkout input.input-text:focus, form.woocommerce-checkout select.input-text:focus, form.woocommerce-checkout textarea.input-text:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(204, 204, 204, .7), 0 0 8px rgba(204, 204, 204, .7);
  box-shadow: inset 0 1px 1px rgba(204, 204, 204, .7), 0 0 8px rgba(204, 204, 204, .7);
}
form.woocommerce-checkout .select2-container:focus {
  outline: 0;
}
form.woocommerce-checkout .select2-container span:focus {
  outline: 0;
}
form.woocommerce-checkout .select2-container .select2-selection--single {
  height: auto;
  border-color: #e8e8e8;
}
form.woocommerce-checkout .select2-container .select2-selection--single:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(204, 204, 204, .7), 0 0 8px rgba(204, 204, 204, .7);
  box-shadow: inset 0 1px 1px rgba(204, 204, 204, .7), 0 0 8px rgba(204, 204, 204, .7);
}
form.woocommerce-checkout .select2-container .select2-selection__arrow {
  height: auto;
  top: 0;
  bottom: 0;
}
form.woocommerce-checkout .select2-container .select2-selection__rendered {
  padding: 10px 20px 10px 10px;
  color: #999;
}
form.woocommerce-checkout h3 {
  text-transform: uppercase;
}
form.woocommerce-checkout h3#ship-to-different-address {
  float: none !important;
}
form.woocommerce-checkout h3#ship-to-different-address label {
  margin: 0;
  font-weight: 600;
  color: inherit;
}
form.woocommerce-checkout h3#ship-to-different-address label input {
  position: relative;
  margin-left: 0;
}
.select2-results .select2-results__option {
  color: #999;
}
/*--------------------------------------- Order Review ------------------------------------------- */
#order_review .shop_table {
  border-color: #e8e8e8;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
}
#order_review .shop_table th, #order_review .shop_table td {
  padding: 20px 15px 15px;
}
#order_review .shop_table th {
  text-transform: uppercase;
  color: #222;
}
#order_review .shop_table .cart_item .product-name {
  color: #777;
}
#order_review .shop_table .cart_item .product-total {
  color: #222;
  font-size: 1.0714;
  font-weight: 600;
}
#order_review .shop_table tfoot td {
  color: #222;
  font-size: 1.0714;
  font-weight: 600;
}
#order_review .shop_table tfoot .shipping td {
  font-weight: normal;
  color: #777;
}
#order_review .woocommerce-checkout-payment {
  background: transparent;
}
#order_review .woocommerce-checkout-payment ul.payment_methods {
  color: #666;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  padding: 20px 15px 24px;
  margin-bottom: 30px;
}
#order_review .woocommerce-checkout-payment ul.payment_methods .wc_payment_method {
  padding: 10px 0;
}
#order_review .woocommerce-checkout-payment ul.payment_methods .wc_payment_method > input.input-radio {
  position: absolute;
  left: -9999px;
}
#order_review .woocommerce-checkout-payment ul.payment_methods .wc_payment_method > input.input-radio:checked + label:before {
  background-position: 0px -24px;
}
#order_review .woocommerce-checkout-payment ul.payment_methods .wc_payment_method > label {
  position: relative;
  padding-left: 35px;
  line-height: 1;
  font-weight: bold;
  display: block;
}
#order_review .woocommerce-checkout-payment ul.payment_methods .wc_payment_method > label:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('../images/radio.png');
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 16px 40px;
  background-position: 0 0;
  overflow: hidden;
}
#order_review .woocommerce-checkout-payment ul.payment_methods .wc_payment_method .about_paypal {
  line-height: inherit;
  font-size: 0.9em;
  font-weight: normal;
}
#order_review .woocommerce-checkout-payment ul.payment_methods .wc_payment_method:last-child {
  margin-bottom: 0;
}
#order_review .woocommerce-checkout-payment div.payment_box {
  background: #fff;
  padding: 15px 20px;
  margin: 0;
}
#order_review .woocommerce-checkout-payment div.payment_box:before {
  border-bottom-color: transparent;
}
/*----------------------------------- Checkout Confirmation -------------------------------------- */
.woocommerce-order .woocommerce-thankyou-order-received {
  font-size: 2em;
}
.woocommerce-order .woocommerce-order-overview {
  font-size: 1.2em;
  padding-left: 0;
  margin: 20px 0 40px;
}
.woocommerce-order-details {
  margin-bottom: 40px;
}
.woocommerce-order-details h2 {
  margin-top: 45px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.woocommerce-order-details h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.woocommerce-order-details table.shop_table th, .woocommerce-order-details table.shop_table td {
  padding: 20px 15px 15px;
}
.woocommerce-order-details table.shop_table a {
  color: #777;
}
.woocommerce-order-details table.shop_table a:hover {
  color: #57bf3b;
}
.woocommerce-order-details .woocommerce-columns .woocommerce-column {
  float: left;
  width: 50%;
}
.woocommerce-order-details .woocommerce-columns .woocommerce-column.col-1 {
  padding-right: 10px;
}
.woocommerce-order-details .woocommerce-columns .woocommerce-column.col-2 {
  padding-left: 10px;
}
.woocommerce-order-details .woocommerce-columns:after {
  content: '';
  display: table;
  clear: both;
}
/*---------------------------------------- Login Form -------------------------------------------- */
.woocommerce-form-login .login_btn {
  margin: 25px 0;
}
.woocommerce-form-login .login_btn label {
  margin-left: 10px;
}
.woocommerce-form-login p {
  color: #666;
  margin-bottom: 20px;
}
.woocommerce-form-login .required {
  color: #57bf3b;
}
/*--------------------------------------- Custom Message ----------------------------------------- */
.woocommerce-message {
  border: none;
  background: #57bf3b;
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0px;
  left: 100%;
  width: 100px;
  min-height: 100px;
  max-height: 100px;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 999;
  overflow: hidden;
  animation: slide-in, slide-out;
  animation-duration: 1.5s, 1.5s;
  animation-delay: 0.5s, 4.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  transform: translateX(0);
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  word-wrap: break-word;
}
.woocommerce-message:before {
  content: none;
  display: none;
}
.woocommerce-message .woocommerce-message-wrapper {
  display: table;
  vertical-align: middle;
  width: 100%;
  padding: 30px;
  min-height: 100px;
}
.woocommerce-message .woocommerce-message-wrapper .success-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  line-height: 24px;
  width: 10%;
  padding-right: 25px;
}
.woocommerce-message .woocommerce-message-wrapper .notice_text {
  display: table-cell;
  vertical-align: middle;
  width: 90%;
  opacity: 0;
  animation: opacity_text_in, opacity_text_out;
  animation-delay: 1.25s, 4.55s;
  animation-duration: 0.5s, 0.5s;
  animation-fill-mode: forwards;
}
.woocommerce-message .woocommerce-message-wrapper .notice_text a {
  color: #fff;
  text-decoration: underline;
}
.woocommerce-message .woocommerce-message-wrapper .notice_text a:hover {
  opacity: 0.8;
}
.woocommerce-message .woocommerce-message-wrapper .notice_text a.button.wc-forward {
  display: none;
}
.woocommerce-message .product_notification_wrapper .product_notification_background {
  background-size: cover;
  background-position: center center;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce-message .product_notification_wrapper .product_notification_text {
  padding: 28px;
  margin-left: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
  text-align: left;
  opacity: 0;
  animation: opacity_text_in, opacity_text_out;
  animation-delay: 1.25s, 4.55s;
  animation-duration: 0.5s, 0.5s;
  animation-fill-mode: forwards;
}
.woocommerce-message .product_notification_wrapper .product_notification_text a.wc-forward {
  display: none;
}
/*-------------------------------------- Login My Account ---------------------------------------- */
.my-account-dashboard .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
.my-account-dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
  position: relative;
  transition: all 0.3s;
}
.my-account-dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  display: block;
  font-size: 13px;
  color: #333;
  padding: 15px 20px 8px;
  border-bottom: 1px dotted #ededed;
}
.my-account-dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #333;
  position: absolute;
  top: 18px;
  left: 5px;
}
.my-account-dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active, .my-account-dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:hover {
  background: #f5f5f5;
}
.my-account-dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a, .my-account-dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:hover a {
  color: #57bf3b;
  font-weight: 500;
}
.my-account-dashboard .woocommerce-MyAccount-content {
  background: #f9f9f9;
  border-top: 3px solid #57bf3b;
  padding: 30px;
  font-size: 14px;
  box-shadow: 2px 2px 3px #e8e8e8;
  color: #333;
}
.my-account-dashboard .woocommerce-MyAccount-content strong {
  font-weight: 600;
}
.my-account-dashboard .woocommerce-MyAccount-content a {
  color: #57bf3b;
}
.my-account-dashboard .woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}
.my-account-dashboard .woocommerce-MyAccount-content .empty-download a.gray-button, .my-account-dashboard .woocommerce-MyAccount-content .empty-orders a.gray-button {
  margin-top: 15px;
}
.my-account-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table {
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px;
  margin-bottom: 0;
}
.my-account-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table th {
  font-weight: 600;
  border: none;
  text-transform: uppercase;
  padding: 8px;
}
.my-account-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table td {
  font-size: 13px;
  padding: 8px;
  border-top: 1px solid #ddd;
}
.my-account-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table td a.gray-button {
  padding: 10px 18px 7px;
}
.my-account-dashboard .woocommerce-MyAccount-content .woocommerce-Address header.woocommerce-Address-title {
  margin: 0;
  padding: 10px 0;
}
.my-account-dashboard .woocommerce-MyAccount-content .woocommerce-Address header.woocommerce-Address-title:before {
  content: none;
}
.my-account-dashboard .woocommerce-MyAccount-content .woocommerce-Address header.woocommerce-Address-title h3 {
  color: #333;
  margin: 0;
}
.my-account-dashboard .woocommerce-MyAccount-content .custom-billing-address h3 {
  color: #333;
}
.my-account-dashboard .woocommerce-MyAccount-content .custom-billing-address .woocommerce-address-fields input, .my-account-dashboard .woocommerce-MyAccount-content .custom-billing-address .woocommerce-address-fields .select2-container--default .select2-selection--single {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  padding: 8px 10px;
  color: #666;
}
.my-account-dashboard .woocommerce-MyAccount-content .custom-billing-address .woocommerce-address-fields .select2-container--default .select2-selection--single {
  outline: none;
  height: 41px;
}
.my-account-dashboard .woocommerce-MyAccount-content .custom-billing-address .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}
.my-account-dashboard .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  margin: 25px 0;
}
/*--------------------------------------- Tracking Order ----------------------------------------- */
.custom-tracking-order form .tracking-order-description {
  text-align: center;
  margin-bottom: 40px;
}
.custom-tracking-order form .form-row-first, .custom-tracking-order form .form-row-last {
  font-size: 13px;
  margin-bottom: 15px;
}
.custom-tracking-order form .form-row-first label, .custom-tracking-order form .form-row-last label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #222;
}
.custom-tracking-order form .track-submit {
  margin: 15px 0;
}
.custom-tracking-order form .track-submit input.black-button {
  font-weight: 600;
  color: #fff;
  background: #191a1c;
  border-radius: 2px;
  padding: 17px 53px;
  width: 100%;
}
/*------------------------------------- Quick View Fancybox -------------------------------------- */
.quickview-wrap {
  width: 900px;
  padding: 20px 15px;
}
.quickview-wrap .single-product-page .product-summary {
  margin: 0;
}
.quickview-wrap .single-product-page .product-summary .product-gallery, .quickview-wrap .single-product-page .product-summary div.images, .quickview-wrap .single-product-page .product-summary .summary {
  margin: 0;
}
/*
 * Responsive 
 */
@media (min-width: 481px) {
  div.product-columns .product-col, div.product-columns .product-category {
    float: left;
  }
  [class*="product-column-"] .product-col, [class*="product-column-"] .product-category {
    width: 50%;
  }
  [class*="product-column-"] .product-col:nth-child(2n+1), [class*="product-column-"] .product-category:nth-child(2n+1) {
    clear: both;
  }
  .product-column-1 .product-col, .product-column-1 .product-category {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .product-column-3 .product-col, .product-column-3 .product-category {
    width: 33.33333%;
  }
  .product-column-3 .product-col:nth-child(2n+1), .product-column-3 .product-category:nth-child(2n+1) {
    clear: none;
  }
  .product-column-3 .product-col:nth-child(3n+1), .product-column-3 .product-category:nth-child(3n+1) {
    clear: both;
  }
  .product-column-4 .product-col, .product-column-4 .product-category {
    width: 25%;
  }
  .product-column-4 .product-col:nth-child(2n+1), .product-column-4 .product-category:nth-child(2n+1) {
    clear: none;
  }
  .product-column-4 .product-col:nth-child(4n+1), .product-column-4 .product-category:nth-child(4n+1) {
    clear: both;
  }
  .product-column-5 .product-col, .product-column-5 .product-category {
    width: 20%;
  }
  .product-column-5 .product-col:nth-child(2n+1), .product-column-5 .product-category:nth-child(2n+1) {
    clear: none;
  }
  .product-column-5 .product-col:nth-child(5n+1), .product-column-5 .product-category:nth-child(5n+1) {
    clear: both;
  }
  .product-column-6 .product-col, .product-column-6 .product-category {
    width: 33.33333%;
  }
  .product-column-6 .product-col:nth-child(2n+1), .product-column-6 .product-category:nth-child(2n+1) {
    clear: none;
  }
  .product-column-6 .product-col:nth-child(3n+1), .product-column-6 .product-category:nth-child(3n+1) {
    clear: both;
  }
  .product-column-7 .product-col, .product-column-7 .product-category {
    width: 25%;
  }
  .product-column-7 .product-col:nth-child(2n+1), .product-column-7 .product-category:nth-child(2n+1) {
    clear: none;
  }
  .product-column-7 .product-col:nth-child(4n+1), .product-column-7 .product-category:nth-child(4n+1) {
    clear: both;
  }
  .product-column-8 .product-col, .product-column-8 .product-category {
    width: 25%;
  }
  .product-column-8 .product-col:nth-child(2n+1), .product-column-8 .product-category:nth-child(2n+1) {
    clear: none;
  }
  .product-column-8 .product-col:nth-child(4n+1), .product-column-8 .product-category:nth-child(4n+1) {
    clear: both;
  }
  .product-column-9 .product-col, .product-column-9 .product-category {
    width: 33.33333%;
  }
  .product-column-9 .product-col:nth-child(2n+1), .product-column-9 .product-category:nth-child(2n+1) {
    clear: none;
  }
  .product-column-9 .product-col:nth-child(3n+1), .product-column-9 .product-category:nth-child(3n+1) {
    clear: both;
  }
  .product-column-10 .product-col, .product-column-10 .product-category {
    width: 25%;
  }
  .product-column-10 .product-col:nth-child(2n+1), .product-column-10 .product-category:nth-child(2n+1) {
    clear: none;
  }
  .product-column-10 .product-col:nth-child(4n+1), .product-column-10 .product-category:nth-child(4n+1) {
    clear: both;
  }
  .product-column-11 .product-col, .product-column-11 .product-category {
    width: 25%;
  }
  .product-column-11 .product-col:nth-child(2n+1), .product-column-11 .product-category:nth-child(2n+1) {
    clear: none;
  }
  .product-column-11 .product-col:nth-child(4n+1), .product-column-11 .product-category:nth-child(4n+1) {
    clear: both;
  }
  .product-column-12 .product-col, .product-column-12 .product-category {
    width: 25%;
  }
  .product-column-12 .product-col:nth-child(2n+1), .product-column-12 .product-category:nth-child(2n+1) {
    clear: none;
  }
  .product-column-12 .product-col:nth-child(4n+1), .product-column-12 .product-category:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .product-column-6 .product-col, .product-column-6 .product-category {
    width: 16.66667%;
  }
  .product-column-6 .product-col:nth-child(3n+1), .product-column-6 .product-category:nth-child(3n+1) {
    clear: none;
  }
  .product-column-6 .product-col:nth-child(6n+1), .product-column-6 .product-category:nth-child(6n+1) {
    clear: both;
  }
  .product-column-7 .product-col, .product-column-7 .product-category {
    width: 14.28571%;
  }
  .product-column-7 .product-col:nth-child(4n+1), .product-column-7 .product-category:nth-child(4n+1) {
    clear: none;
  }
  .product-column-7 .product-col:nth-child(7n+1), .product-column-7 .product-category:nth-child(7n+1) {
    clear: both;
  }
  .product-column-8 .product-col, .product-column-8 .product-category {
    width: 12.5%;
  }
  .product-column-8 .product-col:nth-child(4n+1), .product-column-8 .product-category:nth-child(4n+1) {
    clear: none;
  }
  .product-column-8 .product-col:nth-child(8n+1), .product-column-8 .product-category:nth-child(8n+1) {
    clear: both;
  }
  .product-column-9 .product-col, .product-column-9 .product-category {
    width: 11.11111%;
  }
  .product-column-9 .product-col:nth-child(3n+1), .product-column-9 .product-category:nth-child(3n+1) {
    clear: none;
  }
  .product-column-9 .product-col:nth-child(9n+1), .product-column-9 .product-category:nth-child(9n+1) {
    clear: both;
  }
  .product-column-10 .product-col, .product-column-10 .product-category {
    width: 10%;
  }
  .product-column-10 .product-col:nth-child(4n+1), .product-column-10 .product-category:nth-child(4n+1) {
    clear: none;
  }
  .product-column-10 .product-col:nth-child(10n+1), .product-column-10 .product-category:nth-child(10n+1) {
    clear: both;
  }
  .product-column-11 .product-col, .product-column-11 .product-category {
    width: 9.09091%;
  }
  .product-column-11 .product-col:nth-child(4n+1), .product-column-11 .product-category:nth-child(4n+1) {
    clear: none;
  }
  .product-column-11 .product-col:nth-child(11n+1), .product-column-11 .product-category:nth-child(11n+1) {
    clear: both;
  }
  .product-column-12 .product-col, .product-column-12 .product-category {
    width: 8.33333%;
  }
  .product-column-12 .product-col:nth-child(4n+1), .product-column-12 .product-category:nth-child(4n+1) {
    clear: none;
  }
  .product-column-12 .product-col:nth-child(12n+1), .product-column-12 .product-category:nth-child(12n+1) {
    clear: both;
  }
}
@media (max-width: 480px) {
  .woocommerce .woocommerce-breadcrumb {
    margin-bottom: 30px;
  }
}
/*****************************************************************/
/*
 /*** Blog Scss file Compile
 /*
 /*****************************************************************/
.page-banner .title-inside {
  height: 32vh;
  background-size: cover;
  background-position: center top;
  display: table;
  width: 100%;
  background-repeat: no-repeat;
  margin-bottom: 65px;
}
.page-banner .title-inside > .page-title {
  text-align: center;
  font-size: 60px;
  font-weight: Bold;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-transform: capitalize;
  padding: 0 15px;
}
.page-banner .title-inside > .page-title h1 {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.page-banner .title-inside .banner-wrapper {
  text-align: center;
  font-weight: Bold;
  display: table-cell;
  vertical-align: middle;
  text-transform: capitalize;
  padding: 0 15px;
}
.page-banner .title-inside .banner-wrapper .page-title {
  font-size: 60px;
  color: #fff;
}
.page-banner .title-inside .banner-wrapper .term-description {
  font-size: 1.3em;
  font-weight: normal;
  color: #fff;
  padding: 10px 15px;
  text-transform: initial;
}
.page-banner .title-inside .banner-wrapper .list-categories {
  list-style: none;
}
.page-banner .title-inside .banner-wrapper .list-categories .cat-item {
  display: inline-block;
  margin: 0 10px;
}
.page-banner .title-inside .banner-wrapper .list-categories .cat-item.current-cat a {
  border-bottom: 2px solid #fff;
}
.page-banner .title-inside .banner-wrapper .list-categories .cat-item.current-cat a:hover {
  border-bottom-color: #57bf3b;
}
.page-banner .title-inside .banner-wrapper .list-categories .cat-item a {
  color: #fff;
  padding-bottom: 3px;
  display: block;
}
.page-banner .title-inside .banner-wrapper .list-categories .cat-item a:hover {
  color: #57bf3b;
}
.page-banner .title-inside .banner-wrapper.no-banner-img .page-title, .page-banner .title-inside .banner-wrapper.no-banner-img .term-description {
  color: #222;
}
.page-banner .title-inside .banner-wrapper.no-banner-img .list-categories .cat-item a {
  color: #222;
}
.page-banner .title-inside.shop-page {
  margin: 0;
}
.blog-content-wrapper.left-page .blog-sidebar {
  width: 25%;
  float: left;
  padding-right: 15px;
}
.blog-content-wrapper.left-page #content {
  width: 75%;
  float: left;
  padding-left: 15px;
}
.blog-content-wrapper.right-page .blog-sidebar {
  width: 25%;
  float: right;
  padding-left: 15px;
}
.blog-content-wrapper.right-page #content {
  width: 75%;
  float: left;
  padding-right: 15px;
}
.blog-content-wrapper.full-page .blog-sidebar, .blog-content-wrapper.blog-masonry .blog-sidebar {
  display: none;
}
.blog-content-wrapper.full-page #content, .blog-content-wrapper.blog-masonry #content {
  width: 100%;
  float: none;
}
.blog-content-wrapper.blog-masonry.masonry-columns-3 article {
  width: 33.33%;
  padding: 0 15px;
  display: inline-block;
}
.blog-content-wrapper.blog-masonry.masonry-columns-4 article {
  width: 25%;
  padding: 0 15px;
  display: inline-block;
}
.blog-content-wrapper.blog-masonry.masonry-columns-2 article {
  width: 50%;
  padding: 0 15px;
  display: inline-block;
}
.blog-content-wrapper.full-page .blog-info {
  padding-top: 0;
  padding-right: 150px;
  padding-bottom: 0;
  padding-left: 150px;
}
.blog-content-wrapper #content article.sticky {
  background-color: #e6e6e6;
  padding: 15px;
}
.blog-content-wrapper #content .blog-image {
  margin-bottom: 25px;
}
.blog-content-wrapper #content .blog-image a {
  display: block;
  position: relative;
}
.blog-content-wrapper #content .blog-image a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.5s;
}
.blog-content-wrapper #content .blog-image a:hover:before {
  background-color: rgba(255, 255, 255, 0.6);
}
.blog-content-wrapper #content .blog-image img {
  width: 100%;
}
.blog-content-wrapper #content .post-meta {
  color: #777;
  font-size: 13px;
  text-transform: uppercase;
}
.blog-content-wrapper #content .post-meta a, .blog-content-wrapper #content .post-meta .post-date {
  color: #222;
  font-weight: 600;
}
.blog-content-wrapper #content .post-meta a:hover {
  color: #57bf3b;
}
.blog-content-wrapper #content .post-title h3 {
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.blog-content-wrapper #content .post-title h3 a {
  color: #222;
}
.blog-content-wrapper #content .post-title h3 a:hover {
  color: #57bf3b;
}
.blog-content-wrapper #content .blog-content p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  margin-bottom: 15px;
}
.blog-content-wrapper #content .post-read-more a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #57bf3b;
}
.blog-content-wrapper #content .post-read-more a:after {
  content: '';
  display: block;
  width: auto;
  height: 2px;
  background-color: #57bf3b;
  transform: scaleX(0);
  transition: all 0.3s;
}
.blog-content-wrapper #content .post-read-more a:hover {
  color: #222;
}
.blog-content-wrapper #content .post-read-more a:hover:after {
  transform: scaleX(1);
}
.post-pagination-field {
  margin: 20px 0 65px;
}
.post-pagination-field .page-numbers {
  display: inline-block;
  vertical-align: top;
  border-radius: 2px;
  text-align: center;
  width: 33px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #eee;
}
.post-pagination-field span.current {
  background-color: #222;
  border: 1px solid #222;
  color: #fff;
}
.post-pagination-field a {
  transition: all 0.3s;
}
.post-pagination-field a.page-numbers {
  color: #555;
  width: 33px;
  height: 33px;
}
.post-pagination-field a.next {
  text-indent: -999em;
  overflow: hidden;
}
.post-pagination-field a.next:before {
  content: "\f105";
  display: block;
  font-family: FontAwesome;
  text-indent: 0;
}
.post-pagination-field a.prev {
  text-indent: -999em;
  overflow: hidden;
}
.post-pagination-field a.prev:before {
  content: "\f104";
  display: block;
  font-family: FontAwesome;
  text-indent: 0;
}
.post-pagination-field a:hover {
  color: #fff;
  background-color: #57bf3b;
  border-color: #57bf3b;
}
.fancybox-skin {
  border-radius: 0;
}
.fancybox-skin, fancybox-opened {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.fancybox-close {
  background-image: none;
  top: 7px;
  right: -10px;
}
.fancybox-close:before {
  content: "\e646";
  display: block;
  font-family: Themify;
  color: #000;
}
.fancybox-close:hover:before {
  color: #57bf3b;
}
/*****************************************************************/
/*
 /*** Single Post Scss file Compile
 /*
 /*****************************************************************/
.single-post-banner-title .title-inside {
  height: 32vh;
  background-size: cover;
  background-position: center top;
  display: table;
  width: 100%;
  background-repeat: no-repeat;
  margin-bottom: 65px;
}
.single-post-banner-title .title-inside .post-title {
  text-align: center;
  font-size: 60px;
  font-weight: Bold;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.post-content-wrapper .post-sidebar {
  width: 25%;
  float: right;
  padding-left: 15px;
}
.post-content-wrapper #post-content {
  width: 75%;
  float: left;
  padding-right: 15px;
}
.post-content-wrapper.left-page .post-sidebar {
  width: 25%;
  float: left;
  padding-right: 15px;
}
.post-content-wrapper.left-page #post-content {
  width: 75%;
  float: left;
  padding-left: 15px;
}
.post-content-wrapper.right-page .post-sidebar {
  width: 25%;
  float: right;
  padding-left: 15px;
}
.post-content-wrapper.right-page #post-content {
  width: 75%;
  float: left;
  padding-right: 15px;
}
.post-content-wrapper.full-page .post-sidebar {
  display: none;
}
.post-content-wrapper.full-page #post-content {
  width: 100%;
  float: none;
}
.post-content-wrapper #post-content .post-image {
  margin-bottom: 25px;
}
.post-content-wrapper #post-content .post-image a {
  display: block;
  position: relative;
}
.post-content-wrapper #post-content .post-image a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.5s;
}
.post-content-wrapper #post-content .post-image a:hover:before {
  background-color: rgba(255, 255, 255, 0.6);
}
.post-content-wrapper #post-content .post-meta {
  color: #777;
  font-size: 13px;
  text-transform: uppercase;
}
.post-content-wrapper #post-content .post-meta a, .post-content-wrapper #post-content .post-meta .post-date {
  color: #222;
  font-weight: 600;
}
.post-content-wrapper #post-content .post-meta a:hover {
  color: #57bf3b;
}
.post-content-wrapper #post-content .post-title h3 {
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.post-content-wrapper #post-content .post-title h3 a {
  color: #222;
}
.post-content-wrapper #post-content .post-title h3 a:hover {
  color: #57bf3b;
}
.post-content-wrapper #post-content .post-content p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  margin-bottom: 15px;
}
.post-content-wrapper #post-content .post-content blockquote p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: #222;
  margin-bottom: 0;
}
.post-content-wrapper #post-content .post-password-form input[type="submit"] {
  font-size: 14px;
  color: #555;
  background: #eee;
  border: 1px solid #e8e8e8;
  padding: 3px 10px 2px 10px;
  margin-right: 10px;
}
.post-content-wrapper #post-content .post-password-form input[type="submit"]:hover {
  color: #57bf3b;
}
.post-tags-share .post-tags-tab {
  width: 50%;
  float: left;
}
.post-tags-share .post-tags-tab span {
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  font-size: 13px;
}
.post-tags-share .post-tags-tab span a {
  font-weight: 500;
  color: #222;
  text-transform: uppercase;
  font-size: 13px;
}
.post-tags-share .post-tags-tab span a:hover {
  color: #57bf3b;
}
.post-tags-share .post-share-tab {
  width: 50%;
  float: right;
  position: relative;
}
.post-tags-share .post-share-tab .share-button {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #222;
  cursor: pointer;
  transition: all 0.3s;
}
.post-tags-share .post-share-tab .share-button i {
  padding-right: 10px;
}
.post-tags-share .post-share-tab .share-links {
  display: none;
  position: absolute;
  right: 5px;
  bottom: 20px;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: nav_menu_anim;
  padding: 15px 20px;
  border-top: 2px solid #57bf3b;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background: #fff;
  text-align: left;
}
.post-tags-share .post-share-tab .share-content {
  display: inline-block;
}
.post-tags-share .post-share-tab .share-content:hover .share-links {
  display: block;
}
.post-tags-share .post-share-tab .share-content:hover .share-button {
  color: #57bf3b;
}
.post-inner {
  padding-bottom: 30px;
}
.post-author-wrapper {
  border-top: 1px dotted #d6d6d6;
}
.post-author-inner {
  background: #f6f6f6;
  padding: 30px 25px;
  margin: 35px 0;
}
.post-author-inner .author-img-thumbnail {
  float: left;
  padding-right: 25px;
}
.post-author-inner .author-img-thumbnail img {
  max-width: 80px;
}
.post-author-inner .author-profile {
  padding-left: 105px;
}
.post-author-inner .author-profile ul.social_url {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-author-inner .author-profile ul.social_url li {
  float: left;
  margin-right: 5px;
}
.post-author-inner .author-profile ul.social_url li a {
  font-size: 13px;
  color: #222;
  width: 30px;
  height: 30px;
  line-height: 32px;
  display: block;
  text-align: center;
  border: 1px solid #e3e3e3;
}
.post-author-inner .author-profile ul.social_url li a:hover {
  color: #57bf3b;
}
.post-author-inner .author-profile ul.social_url:after {
  content: '';
  display: block;
  clear: both;
}
.post-author-inner p {
  color: #777;
  font-family: Open Sans;
  color: #000;
}
.post-author-inner p a {
  text-transform: uppercase;
  color: #222;
}
.post-author-inner p a:hover {
  color: #57bf3b;
}
.post-pagination {
  margin-bottom: 35px;
  border-style: solid;
  border-color: #e5e5e5;
  border-width: 1px 0px 1px 0px;
}
.post-pagination .nav-previous {
  width: 50%;
  float: left;
  text-align: left;
  border-right: 1px solid #e5e5e5;
  padding: 30px 0;
}
.post-pagination .nav-previous i {
  float: left;
  margin-right: 15px;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.post-pagination .nav-previous a:hover i {
  transform: translateX(-8px);
}
.post-pagination .nav-next {
  width: 50%;
  float: left;
  text-align: right;
  padding: 30px 0;
}
.post-pagination .nav-next i {
  float: right;
  margin-left: 15px;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.post-pagination .nav-next a:hover i {
  transform: translateX(8px);
}
.post-pagination a {
  display: block;
  color: #222;
  font-weight: 500;
}
.post-pagination a i {
  font-size: 15px;
  padding: 9px 14px;
  border: 2px solid #e5e5e5;
}
.post-pagination a div.nav-title {
  font-size: 13px;
  padding-bottom: 3px;
  color: #777;
}
.post-pagination a span {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80%;
  white-space: nowrap;
}
.post-pagination a:hover .post-title, .post-pagination a:hover div.nav-title, .post-pagination a:hover i {
  color: #57bf3b;
}
.post-pagination a:hover i {
  border-color: #57bf3b;
}
.post-pagination .no-post {
  border: none;
}
.post-pagination .no-post.nav-previous + .nav-next {
  border-left: 1px solid #e5e5e5;
}
.post-comments {
  margin-bottom: 65px;
}
.post-comments #respond.comment-respond #reply-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 35px;
  color: #222;
}
.post-comments #respond.comment-respond #reply-title a, .post-comments #respond.comment-respond #reply-title small {
  color: #57bf3b;
}
.post-comments #respond.comment-respond #reply-title a:hover, .post-comments #respond.comment-respond #reply-title small:hover {
  text-decoration: underline;
}
.post-comments #respond.comment-respond .logged-in-as a {
  font-size: 14px;
  color: #57bf3b;
}
.post-comments #respond.comment-respond .logged-in-as a:hover {
  text-decoration: underline;
}
.post-comments #respond.comment-respond p.comment-notes {
  font-size: 14px;
  color: #777;
  margin-bottom: 25px;
}
.post-comments #respond.comment-respond label {
  font-size: 14px;
  font-weight: normal;
  color: #777;
  display: block;
}
.post-comments #respond.comment-respond label .required {
  color: #57bf3b;
}
.post-comments #respond.comment-respond textarea#comment, .post-comments #respond.comment-respond input#author, .post-comments #respond.comment-respond input#email, .post-comments #respond.comment-respond input#url {
  width: 100%;
  font-size: 14px;
  font-weight: 100;
  color: #777;
  padding: 10px 10px 8px;
  border-color: #e8e8e8;
  outline: none;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  transition: all 0.2s;
}
.post-comments #respond.comment-respond textarea#comment {
  height: 140px;
}
.post-comments #respond.comment-respond textarea#comment:focus, .post-comments #respond.comment-respond input#author:focus, .post-comments #respond.comment-respond input#email:focus, .post-comments #respond.comment-respond input#url:focus {
  border-color: #adadad;
}
.post-comments #respond.comment-respond .comment-form-author, .post-comments #respond.comment-respond .comment-form-email, .post-comments #respond.comment-respond .comment-form-url {
  width: 33.33333%;
  float: left;
}
.post-comments #respond.comment-respond .comment-form-author {
  padding-right: 10px;
}
.post-comments #respond.comment-respond .comment-form-email {
  padding: 0 10px;
}
.post-comments #respond.comment-respond .comment-form-url {
  padding-left: 10px;
}
.post-comments #respond.comment-respond .form-submit input#submit {
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #57bf3b;
  padding: 10px 25px;
  outline: none;
  margin-top: 20px;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.post-comments #respond.comment-respond .form-submit input#submit:hover {
  animation-name: bigcart-bob-float, bigcart-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.post-comments .post-block.post-comments h4 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
.post-comments .post-block.post-comments ul {
  list-style: none;
}
.post-comments .post-block.post-comments ul.comments {
  padding: 0;
}
.post-comments .post-block.post-comments ul.children {
  padding-left: 100px;
}
.post-comments .post-block.post-comments ul .comment-body {
  padding: 20px 0;
  border-bottom: 1px dotted #e5e5e5;
}
.post-comments .post-block.post-comments ul .comment-body:after {
  content: '';
  display: block;
  clear: both;
}
.post-comments .post-block.post-comments ul .comment-body .img-thumbnail {
  border: none;
  padding: 0;
  float: left;
  padding-right: 25px;
}
.post-comments .post-block.post-comments ul .comment-body .img-thumbnail img {
  border-radius: 50%;
}
.post-comments .post-block.post-comments ul .comment-body .comment-block {
  padding-left: 105px;
}
.post-comments .post-block.post-comments ul .comment-body .comment-block h4.comment-by {
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px;
}
.post-comments .post-block.post-comments ul .comment-body .comment-block .comment-date {
  color: #777;
  font-size: 13px;
}
.post-comments .post-block.post-comments ul .comment-body .comment-block .comment-text {
  color: #000;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 15px;
  margin-top: 5px;
}
.post-comments .post-block.post-comments ul .comment-body .comment-block .comment-action a {
  font-size: 12px;
  color: #555;
  background: #eee;
  border: 1px solid #e8e8e8;
  padding: 3px 8px 2px 8px;
  margin-right: 10px;
}
.post-comments .post-block.post-comments ul .comment-body .comment-block .comment-action a:hover {
  color: #57bf3b;
}
/*****************************************************************/
/*
 /*** Share Scss file Compile
 /*
 /*****************************************************************/
/**
 *	Share Post
 */
.share-list-inner a {
  display: block;
  padding: 10px 20px 5px 5px;
  color: #666;
  font-size: 13px;
}
.share-list-inner a:hover {
  color: #57bf3b;
}
/*****************************************************************/
/*
 /*** Widgets Scss file Compile
 /*
 /*****************************************************************/
.sidebar-widget {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.sidebar-widget .widget-title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.sidebar-widget .widget-title span {
  color: inherit;
}
.sidebar-widget a {
  color: #777;
  font-size: 14px;
}
.sidebar-widget a:hover {
  color: #57bf3b;
}
.sidebar-widget, .sidebar-widget span, .sidebar-widget p {
  color: #777;
}
/* Search widget */
.custom-searchform {
  position: relative;
}
.custom-searchform input.input-text {
  padding: 12px 10px 10px;
  box-sizing: border-box;
  padding-right: 25%;
  border: 1px solid #e8e8e8;
  color: #222;
  width: 100%;
  font-size: 13px;
  outline: none;
}
.custom-searchform input.input-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
.custom-searchform input.input-text::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.custom-searchform input.input-text:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.custom-searchform input.input-text:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.custom-searchform button.submit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 15px 14px;
  border: none;
  background: #000;
  color: #fff;
  font-size: 13px;
  box-sizing: border-box;
  outline: none;
  transition: all 0.3s;
}
.custom-searchform button.submit:hover {
  background: #57bf3b;
}
/* Recent Post Widget  */
.widget_recent_entries ul {
  list-style: none;
  padding-left: 0;
}
.widget_recent_entries ul li {
  border-bottom: 1px dotted #d0d0d0;
}
.widget_recent_entries ul li a {
  display: block;
  font-size: 14px;
  padding: 10px 0 5px;
  color: #222;
}
.widget_recent_entries ul li a:hover {
  color: #57bf3b;
}
.widget_recent_entries ul li span.post-date {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.widget_recent_entries ul li:last-child {
  border: none;
}
/* Text with social */
.text-with-social p {
  font-size: 13px;
  line-height: 25px;
}
.text-with-social .social-wrapper.style2 a:before {
  font-size: 24px;
}
.text-with-social .social-wrapper a {
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  position: relative;
  text-indent: -9999em;
  vertical-align: middle;
  background: #eee;
  margin: 5px 5px 0 0;
  transition: all 0.3s;
}
.text-with-social .social-wrapper a:hover:before {
  color: #fff;
}
.text-with-social .social-wrapper a:hover {
  background: #57bf3b;
}
.text-with-social .social-wrapper a:before {
  font-family: "FontAwesome";
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  text-indent: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #777;
  text-align: center;
}
.text-with-social .social-wrapper a.share-facebook:before {
  content: "\f09a";
}
.text-with-social .social-wrapper a.share-twitter:before {
  content: "\f099";
}
.text-with-social .social-wrapper a.share-rss:before {
  content: "\f09e";
}
.text-with-social .social-wrapper a.share-pinterest:before {
  content: "\f0d2";
}
.text-with-social .social-wrapper a.share-youtube:before {
  content: "\f167";
}
.text-with-social .social-wrapper a.share-instagram:before {
  content: "\f16d";
}
.text-with-social .social-wrapper a.share-skype:before {
  content: "\f17e";
}
.text-with-social .social-wrapper a.share-linkedin:before {
  content: "\f0e1";
}
.text-with-social .social-wrapper a.share-googleplus:before {
  content: "\f0d5";
}
.text-with-social .social-wrapper a.share-vk:before {
  content: "\f189";
}
.text-with-social .social-wrapper a.share-xing:before {
  content: "\f168";
}
.text-with-social .social-wrapper a.share-tumblr:before {
  content: "\f173";
}
.text-with-social .social-wrapper a.share-reddit:before {
  content: "\f1a1";
}
.text-with-social .social-wrapper a.share-vimeo:before {
  content: "\f27d";
}
.text-with-social .social-wrapper a.share-telegram:before {
  content: "\f1d8";
}
.text-with-social .social-wrapper a.share-yelp:before {
  content: "\f1e9";
}
.text-with-social .social-wrapper a.share-flickr:before {
  content: "\f16e";
}
/* Tag Cloud Widget */
.tagcloud a {
  padding: 7px 10px 3px;
  text-transform: uppercase;
  font-weight: 500;
  border: 2px solid #e8e8e8;
  color: #555;
  float: left;
  margin: 0px 5px 5px 0;
  font-size: 13px !important;
}
.tagcloud a:hover {
  color: #57bf3b;
}
.tagcloud a:hover:before {
  background: #57bf3b;
  border-color: #57bf3b;
  color: #fff;
}
.tagcloud:after {
  content: '';
  display: table;
  clear: both;
}
/* WooCommerce "Product Categories" widget, "Categories" widget, "Custom Menu" Widget */
.widget_product_categories ul, .widget_categories ul, .widget_nav_menu ul {
  list-style: none;
  padding: 0;
  text-align: left;
}
.widget_product_categories li, .widget_categories li, .widget_nav_menu li {
  padding: 7px 0;
}
.widget_product_categories li ul, .widget_categories li ul, .widget_nav_menu li ul {
  padding-left: 20px;
}
.widget_product_categories li a:hover + span.count, .widget_categories li a:hover + span.count, .widget_nav_menu li a:hover + span.count {
  color: #57bf3b;
}
.widget_product_categories li span.count, .widget_categories li span.count, .widget_nav_menu li span.count {
  display: inline-block;
  float: right;
  width: 35px;
  transition: all 0.3s;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 20px;
}
/* Calendar Widget */
.calendar_wrap table {
  width: 100%;
}
.woocommerce .widget_price_filter .price_slider_wrapper {
  padding-top: 20px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #eee;
  border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.6em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  background-color: #57bf3b;
}
.woocommerce .widget_price_filter .ui-slider {
  margin: 10px 10px 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 0;
}
.woocommerce .widget_price_filter .price_slider_amount {
  margin-top: 25px;
  font-size: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  padding: 8px 15px;
  border-radius: 2px;
  background: #eee;
  text-transform: uppercase;
  font-weight: normal;
  color: #777;
  border: 1px solid #e8e8e8;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  text-transform: uppercase;
  color: #777;
}
.woocommerce ul.product_list_widget li img {
  float: left;
  width: 70px;
  margin: 0 20px 10px 0;
}
.woocommerce ul.product_list_widget li .product-info .product-title a {
  font-size: 15px;
  font-weight: 500;
  color: #444;
}
.woocommerce ul.product_list_widget li .product-info .product-title a:hover {
  color: #57bf3b;
}
.woocommerce ul.product_list_widget li .product-info .price {
  display: block;
  margin: 10px 0;
  font-size: 15px;
  font-weight: 600;
  color: #222;
}
.woocommerce ul.product_list_widget li .product-info .price del {
  opacity: 0.5;
}
.woocommerce ul.product_list_widget li .product-info .price ins {
  text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li {
  float: none;
  padding: 5px;
}
.woocommerce.widget_layered_nav ul {
  list-style: none;
  padding: 0;
}
.woocommerce.widget_layered_nav li {
  padding: 7px 0 !important;
}
.woocommerce.widget_layered_nav li ul {
  padding-left: 20px;
}
.woocommerce.widget_layered_nav li a:hover + span.count {
  color: #57bf3b;
}
.woocommerce.widget_layered_nav li span.count {
  display: inline-block;
  width: 35px;
  float: right;
  transition: all 0.3s;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 20px;
}
.woocommerce.widget_rating_filter ul li {
  padding: 5px 0;
}
.woocommerce.widget_recent_reviews a {
  margin-bottom: 10px;
}
.woocommerce.widget_recent_reviews .reviewer {
  display: block;
  margin: 10px 0;
}
/* Visual Composer - WooCommerce Widgets */
.vc_woo_widget .widget-title {
  position: relative;
  margin: 0 0 40px;
}
.vc_woo_widget .widget-title:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ececec;
  left: 0;
  top: 50%;
}
.vc_woo_widget .widget-title span {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 20px 0 0;
  background: #fff;
}
.vc_woo_widget ul.product-categories {
  padding: 0;
  margin: 0;
}
.vc_woo_widget ul.product-categories li {
  list-style: none;
}
.vc_woo_widget ul.product-categories li li {
  border-bottom: 1px solid #eee;
}
.vc_woo_widget ul.product-categories li li:last-child {
  border: none;
}
.vc_woo_widget ul.product-categories li a {
  display: block;
  padding: 15px 20px 10px;
}
.vc_woo_widget ul.product-categories li a:active, .vc_woo_widget ul.product-categories li a:focus {
  color: #292929;
}
.vc_woo_widget ul.product-categories li a:hover {
  color: #57bf3b;
}
.vc_woo_widget ul.product-categories li ul {
  border-top: 1px solid #eee;
  padding-left: 20px;
}
.vc_woo_widget ul.product-categories > li {
  border-bottom: 1px solid #eee;
}
.vc_woo_widget ul.product-categories > li:first-child > a {
  padding-top: 0;
}
.vc_woo_widget.sidebar-style .widget-title {
  padding: 15px 20px;
  margin: 0;
  background: #222;
  font-size: 16px;
}
.vc_woo_widget.sidebar-style .widget-title:before {
  content: none;
}
.vc_woo_widget.sidebar-style .widget-title span {
  color: #fff;
  background: none;
}
.vc_woo_widget.sidebar-style .product_list_widget li {
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.vc_woo_widget.sidebar-style .product-categories {
  border: 1px solid #eee;
}
.vc_woo_widget.sidebar-style .product-categories > li:first-child > a {
  padding-top: 15px;
}
/*****************************************************************/
/*
 /*** Footer Scss file Compile
 /*
 /*****************************************************************/
#site-footer.footer-style2 .main-footer {
  padding: 120px 0 90px;
  text-align: center;
}
#site-footer.footer-style2 .footer-bottom .copyright {
  text-align: center;
}
#site-footer.footer-style3 .footer-navigation {
  text-align: right;
}
#site-footer .main-footer {
  background: #191a1c;
  padding: 30px 15px 10px;
}
#site-footer .footer-bottom {
  background: #1e1f21;
  padding: 30px 15px;
}
#site-footer .footer-bottom .copyright {
  text-align: left;
}
#site-footer .footer-bottom .copyright p {
  margin: 0;
}
#site-footer .footer-bottom .copyright p, #site-footer .footer-bottom .copyright a {
  font-family: Roboto;
  color: #666;
  font-weight: 500;
  font-size: 13px;
  line-height: 30px;
}
#site-footer .footer-bottom .payment-logo {
  text-align: right;
}
#site-footer .footer-navigation ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
#site-footer .footer-navigation li {
  display: inline-block;
  padding: 0 10px;
}
#site-footer .footer-widget {
  margin-bottom: 20px;
}
#site-footer .widget-title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: Poppins;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}
#site-footer select {
  width: 100%;
}
#site-footer, #site-footer p, #site-footer a {
  font-family: Poppins;
  font-weight: 400;
  font-size: 13px;
  color: #666;
  line-height: 23px;
}
#site-footer a:hover {
  color: #57bf3b;
}
#site-footer .textbox-with-social .widget-title {
  font-size: 25px;
}
#site-footer .textbox-with-social .social-wrapper.style2 a {
  background: none;
}
#site-footer .textbox-with-social .social-wrapper a {
  background: #272727;
  border-radius: 2px;
}
#site-footer .textbox-with-social .social-wrapper a:hover {
  background: #57bf3b;
}
#site-footer .textbox-with-social .social-wrapper a:hover:before {
  color: #222;
}
#site-footer .widget_wysija_cont label {
  display: none;
}
#site-footer .widget_wysija_cont .wysija-paragraph input {
  color: #666;
  background: #262626;
}
#site-footer .mc4wp-form-fields .input-field {
  color: #666;
  background: #262626;
}
#site-footer span.count {
  border-color: #4d4d4d;
}
#site-footer .custom-searchform .submit {
  line-height: inherit;
  padding: 12px 15px;
}
/*
 * Responsive
 */
@media (max-width: 767px) {
  #site-footer .footer-bottom .copyright {
    text-align: center;
    margin-bottom: 20px;
  }
  #site-footer .footer-bottom .payment-logo {
    text-align: center;
  }
}
/*****************************************************************/
/*
 /*** Portfolio Scss file Compile
 /*
 /*****************************************************************/
.portfolio {
  /* Default Template */
  /* Big Slider Template */
  /* Gallery Template */
  /* List Template 1 */
  /* List Template 2 */
  /* Portfolio Pagination */
}
.portfolio .portfolio-content-inner {
  margin-top: 80px;
  margin-bottom: 90px;
}
.portfolio .portfolio-content-inner img {
  width: 100%;
}
.portfolio .portfolio-content-meta .portfolio-title h3 {
  font-size: 26px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 25px;
}
.portfolio .portfolio-content-meta .portfolio-title h3 a {
  color: #222;
}
.portfolio .portfolio-content-meta .portfolio-title h3 a:hover {
  color: #57bf3b;
}
.portfolio .portfolio-content-meta .portfolio-content p {
  font-size: 14px;
  color: #777;
  line-height: 24px;
  margin-bottom: 35px;
}
.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner {
  float: left;
}
.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a {
  display: inline-block;
  padding: 0;
  visibility: visible;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin-right: 5px;
  color: #777;
}
.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a:before {
  font-family: fontawesome;
  display: block;
  font-size: 14px;
  visibility: visible;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-align: center;
}
.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a.share-facebook:before {
  content: "\f09a";
}
.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a.share-twitter:before {
  content: "\f099";
}
.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a.share-linkedin:before {
  content: "\f0e1";
}
.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a.share-googleplus:before {
  content: "\f0d5";
}
.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a.share-pinterest:before {
  content: "\f231";
}
.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a.share-email:before {
  content: "\f0e0";
}
.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a.share-vk:before {
  content: "\f189";
}
.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a.share-xing:before {
  content: "\f168";
}
.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a.share-tumblr:before {
  content: "\f173";
}
.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a.share-reddit:before {
  content: "\f281";
}
.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a:last-child {
  margin-right: 0;
}
.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a:hover {
  color: #57bf3b;
}
.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-label {
  display: block;
  float: left;
  font-size: 14px;
  color: #222;
  padding: 0 5px 0 0;
}
.portfolio .portfolio-content-meta .meta-tag .portfolio-share:after {
  content: '';
  display: block;
  clear: both;
}
.portfolio .portfolio-content-meta .meta-tag p .label {
  font-size: 14px;
  color: #222;
  padding: 0 5px 0 0;
  font-weight: 400;
}
.portfolio .portfolio-content-meta .meta-tag p .portfolio-list a, .portfolio .portfolio-content-meta .meta-tag p .date-value {
  font-size: 14px;
  color: #777;
}
.portfolio .portfolio-content-meta .meta-tag p .portfolio-list a:hover {
  color: #57bf3b;
}
.portfolio .default-template .portfolio-image-list a.portfolio-default-image-list {
  display: block;
  margin-bottom: 10px;
}
.portfolio .big-slider .portfolio-image-slider {
  margin-bottom: 50px;
}
.portfolio .big-slider .portfolio-image-slider a.portfolio-big-slider {
  display: none;
}
.portfolio .big-slider .portfolio-image-slider a.portfolio-big-slider.slick-slide {
  display: block;
}
.portfolio .big-slider .portfolio-image-slider button.slick-arrow {
  height: 50px;
  background: transparent !important;
  border: none !important;
}
.portfolio .big-slider .portfolio-image-slider button.slick-arrow:before {
  font-size: 50px;
  color: #57bf3b;
  opacity: 0.75;
}
.portfolio .big-slider .portfolio-image-slider:hover button.slick-arrow {
  opacity: 1;
}
.portfolio .big-slider .portfolio-image-slider:hover button.slick-arrow:hover:before {
  opacity: 1;
}
.portfolio .big-slider .portfolio-image-slider:hover button.slick-arrow.slick-prev {
  left: 30px;
}
.portfolio .big-slider .portfolio-image-slider:hover button.slick-arrow.slick-next {
  right: 30px;
}
.portfolio .big-slider .portfolio-content-meta:after {
  content: '';
  display: block;
  clear: both;
}
.portfolio .big-slider .portfolio-content-meta .meta-tag {
  margin-top: 20px;
}
.portfolio .gallery-template .portfolio-image-gallery {
  margin-top: 70px;
  margin-bottom: 40px;
}
.portfolio .gallery-template .portfolio-image-gallery a {
  display: block;
  width: 50%;
  float: left;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.portfolio .gallery-template .portfolio-image-gallery a:nth-child(2n) {
  padding-left: 10px;
}
.portfolio .gallery-template .portfolio-image-gallery a:nth-child(2n+1) {
  padding-right: 10px;
}
.portfolio .gallery-template .portfolio-content-meta .portfolio-share {
  display: inline-block;
}
.portfolio .gallery-template .portfolio-content-meta .portfolio-categories {
  display: inline-block;
  margin-right: 35px;
}
.portfolio .gallery-template .portfolio-content-meta .portfolio-date {
  display: inline-block;
}
.portfolio .gallery-template .portfolio-content-meta.title-content {
  padding: 0 15%;
}
.portfolio .list-1-template .portfolio-featured-image a {
  display: block;
}
.portfolio .list-1-template .portfolio-featured-image a img {
  width: 100%;
}
.portfolio .list-1-template .portfolio-image-list-1 {
  margin-bottom: 30px;
}
.portfolio .list-1-template .portfolio-image-list-1 a {
  display: block;
  padding-bottom: 20px;
}
.portfolio .list-1-template .portfolio-image-list-1 a:nth-child(1) {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.portfolio .list-1-template .portfolio-image-list-1 a:nth-child(2) {
  width: 50%;
  float: left;
  padding-left: 10px;
}
.portfolio .list-1-template .portfolio-image-list-1 a:nth-child(3) {
  clear: both;
}
.portfolio .list-1-template .portfolio-content-meta .portfolio-share {
  display: inline-block;
}
.portfolio .list-1-template .portfolio-content-meta .portfolio-categories {
  display: inline-block;
  margin-right: 35px;
}
.portfolio .list-1-template .portfolio-content-meta .portfolio-date {
  display: inline-block;
}
.portfolio .list-1-template .portfolio-content-meta.title-content {
  padding: 0 15%;
  margin-top: 60px;
  margin-bottom: 70px;
}
.portfolio .list-2-template .portfolio-content-meta .portfolio-share {
  display: inline-block;
}
.portfolio .list-2-template .portfolio-content-meta .portfolio-categories {
  display: inline-block;
  margin-right: 35px;
}
.portfolio .list-2-template .portfolio-content-meta .portfolio-date {
  display: inline-block;
}
.portfolio .list-2-template .portfolio-content-meta.title-content {
  padding: 0 15%;
  margin-top: 60px;
  margin-bottom: 70px;
}
.portfolio .list-2-template .portfolio-image-list-2 {
  margin-bottom: 30px;
}
.portfolio .list-2-template .portfolio-image-list-2 a {
  display: block;
  padding-bottom: 20px;
}
.portfolio .portfolio-pagination .single-portfolio-navigation {
  border-top: 1px solid #f0f0f0;
  padding: 40px 0;
}
.portfolio .portfolio-pagination .single-portfolio-navigation a {
  display: block;
  font-size: 13px;
  color: #a4a4a4;
  line-height: 24px;
  text-transform: uppercase;
}
.portfolio .portfolio-pagination .single-portfolio-navigation a:hover {
  color: #57bf3b;
}
.portfolio .portfolio-pagination .single-portfolio-navigation .nav-previous {
  float: left;
  display: inline-block;
}
.portfolio .portfolio-pagination .single-portfolio-navigation .nav-previous i {
  margin-right: 5px;
}
.portfolio .portfolio-pagination .single-portfolio-navigation .nav-next {
  float: right;
  display: inline-block;
}
.portfolio .portfolio-pagination .single-portfolio-navigation .nav-next i {
  margin-left: 5px;
}
.portfolio .portfolio-pagination .single-portfolio-navigation .back-all {
  text-align: center;
  font-size: 18px;
  color: #a4a4a4;
}
.single-portfolio-content .portfolio-featured-image-bg {
  height: 65vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.portfolio-lists .portfolio-category-tab-filter {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin-top: 75px;
  margin-bottom: 0;
}
.portfolio-lists .portfolio-category-tab-filter li {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 20px;
}
.portfolio-lists .portfolio-category-tab-filter li a {
  position: relative;
  font-size: 16px;
  color: #777;
  padding-bottom: 3px;
}
.portfolio-lists .portfolio-category-tab-filter li a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #222;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 0.3s;
}
.portfolio-lists .portfolio-category-tab-filter li a.active, .portfolio-lists .portfolio-category-tab-filter li a:hover {
  color: #222;
}
.portfolio-lists .portfolio-category-tab-filter li a.active:after, .portfolio-lists .portfolio-category-tab-filter li a:hover:after {
  transform: scaleX(1);
}
.portfolio-lists .portfolio-lists-inner {
  margin-top: 50px;
  margin-bottom: 80px;
}
.portfolio-lists .portfolio-lists-inner:after {
  content: '';
  display: block;
  clear: both;
}
.portfolio-lists .portfolio-lists-inner .portfolio-item-inside {
  float: left;
  text-align: center;
}
.portfolio-lists .portfolio-lists-inner .portfolio-item-inside a {
  display: block;
}
.portfolio-lists .portfolio-lists-inner .portfolio-item-inside .portfolio-category a {
  display: initial;
}
.portfolio-lists.standard .portfolio-lists-inner .portfolio-item-inside {
  padding: 0 15px;
  margin-bottom: 35px;
}
.portfolio-lists.standard .portfolio-lists-inner .portfolio-item-inside .portfolio-featured-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.portfolio-lists.standard .portfolio-lists-inner .portfolio-item-inside .portfolio-featured-image a:before {
  content: '';
  display: block;
  left: 0;
  top: 0;
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg) scale(0.5, 0.5);
  transition: all 0.5s;
  transform-origin: center;
  opacity: 0;
}
.portfolio-lists.standard .portfolio-lists-inner .portfolio-item-inside .portfolio-featured-image a:after {
  content: "\f105";
  display: block;
  font-family: FontAwesome;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 3px solid #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  transform: translate(-50%, -50%) rotateY(180deg) scale(0.5, 0.5);
  transition: all 0.5s;
  opacity: 0;
}
.portfolio-lists.standard .portfolio-lists-inner .portfolio-item-inside .portfolio-featured-image a:hover:before {
  transform: rotateY(0deg) scale(1, 1);
  opacity: 0.5;
}
.portfolio-lists.standard .portfolio-lists-inner .portfolio-item-inside .portfolio-featured-image a:hover:after {
  transform: translate(-50%, -50%) rotateY(0deg) scale(1, 1);
  opacity: 1;
}
.portfolio-lists.standard .portfolio-lists-inner .portfolio-item-inside .portfolio-featured-image a img {
  width: 100%;
}
.portfolio-lists.standard .portfolio-lists-inner .portfolio-item-inside .portfolio-title a {
  font-size: 18px;
  color: #222;
}
.portfolio-lists.standard .portfolio-lists-inner .portfolio-item-inside .portfolio-category a {
  font-size: 14px;
  color: #777;
  display: initial;
}
.portfolio-lists.standard .portfolio-lists-inner .portfolio-item-inside .portfolio-category a:hover {
  color: #57bf3b;
}
.portfolio-lists.classic_grid, .portfolio-lists.masonry_grid {
  padding: 0 10px;
}
.portfolio-lists.classic_grid .portfolio-lists-inner .portfolio-item-inside, .portfolio-lists.masonry_grid .portfolio-lists-inner .portfolio-item-inside {
  padding: 10px;
}
.portfolio-lists.classic_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper, .portfolio-lists.masonry_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper {
  position: relative;
}
.portfolio-lists.classic_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper:before, .portfolio-lists.masonry_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper:before {
  content: '';
  display: block;
  left: 0;
  top: 0;
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg) scale(0.5, 0.5);
  transition: all 0.5s;
  transform-origin: center;
  opacity: 0;
}
.portfolio-lists.classic_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper:hover:before, .portfolio-lists.masonry_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper:hover:before {
  transform: rotateY(0deg) scale(1, 1);
  opacity: 0.5;
}
.portfolio-lists.classic_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper .portfolio-featured-image img, .portfolio-lists.masonry_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper .portfolio-featured-image img {
  width: 100%;
}
.portfolio-lists.classic_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper .portfolio-info, .portfolio-lists.masonry_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper .portfolio-info {
  position: absolute;
  width: 100%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
}
.portfolio-lists.classic_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper .portfolio-info .portfolio-title a, .portfolio-lists.masonry_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper .portfolio-info .portfolio-title a {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.portfolio-lists.classic_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper .portfolio-info .portfolio-category a, .portfolio-lists.masonry_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper .portfolio-info .portfolio-category a {
  font-size: 15px;
  color: #fff;
}
.portfolio-lists.classic_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper:hover .portfolio-info, .portfolio-lists.masonry_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper:hover .portfolio-info {
  top: 50%;
  opacity: 1;
}
.portfolio-lists.masonry_grid .portfolio-item-inside {
  width: 25%;
}
.portfolio-lists.standard .portfolio-lists-inner[data-columns="1"] .portfolio-item-inside, .portfolio-lists.classic_grid .portfolio-lists-inner[data-columns="1"] .portfolio-item-inside {
  width: 100%;
}
.portfolio-lists.standard .portfolio-lists-inner[data-columns="2"] .portfolio-item-inside, .portfolio-lists.classic_grid .portfolio-lists-inner[data-columns="2"] .portfolio-item-inside {
  width: 50%;
}
.portfolio-lists.standard .portfolio-lists-inner[data-columns="3"] .portfolio-item-inside, .portfolio-lists.classic_grid .portfolio-lists-inner[data-columns="3"] .portfolio-item-inside {
  width: 33.333%;
}
.portfolio-lists.standard .portfolio-lists-inner[data-columns="4"] .portfolio-item-inside, .portfolio-lists.classic_grid .portfolio-lists-inner[data-columns="4"] .portfolio-item-inside {
  width: 25%;
}
.portfolio-lists .load-more-btn {
  text-align: center;
  margin-bottom: 100px;
}
.portfolio-lists .load-more-btn .load_more {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background-color: #222;
  padding: 15px 56px;
  border-radius: 4px;
  text-align: center;
}
.portfolio-lists .load-more-btn .load_more:hover {
  background-color: #57bf3b;
}
/*****************************************************************/
/*
 /*** Media Scss file Compile
 /*
 /*****************************************************************/
@media (max-width: 991px) {
  .blog-content-wrapper .blog-sidebar {
    position: fixed;
    width: 260px !important;
    top: 0;
    left: -260px;
    height: 100vh;
    background: #fff;
    z-index: 999;
    float: none !important;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 15px;
    border-right: 1px solid #ccc;
    transition: all 0.5s;
  }
  .blog-content-wrapper .blog-sidebar.opened {
    left: 0;
  }
  .blog-content-wrapper #content {
    float: none !important;
    width: 100% !important;
  }
  .shop-content {
    margin-bottom: 30px;
  }
  .shop-content .shop-sidebar {
    float: none;
    position: fixed;
    width: 260px !important;
    top: 0;
    left: -260px;
    height: 100vh;
    background: #fff;
    z-index: 999;
    float: none !important;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 15px;
    border-right: 1px solid #ccc;
    transition: all 0.5s;
  }
  .shop-content .shop-sidebar.opened {
    left: 0;
  }
  .post-content-wrapper .post-sidebar {
    position: fixed;
    width: 260px !important;
    top: 0;
    left: -260px;
    height: 100vh;
    background: #fff;
    z-index: 999;
    float: none !important;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 15px;
    border-right: 1px solid #ccc;
    transition: all 0.5s;
  }
  .post-content-wrapper .post-sidebar.opened {
    left: 0;
  }
  .post-content-wrapper #post-content {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .admin-bar .blog-content-wrapper .blog-sidebar, .admin-bar .shop-content .shop-sidebar, .admin-bar .post-content-wrapper .post-sidebar {
    top: 30px;
  }
  .mobile-sidebar {
    display: block;
  }
  .site-header .site-header-wrapper {
    padding: 0;
  }
  .site-header .site-header-wrapper .main-navigation ul li {
    margin-right: 0;
  }
  .search-box form {
    width: 90%;
  }
  .single-post-banner-title .title-inside .post-title {
    font-size: 40px;
  }
}
@media (max-width: 782px) {
  .admin-bar .blog-content-wrapper .blog-sidebar, .admin-bar .post-content-wrapper .post-sidebar, .admin-bar .shop-content .shop-sidebar, .admin-bar nav.mobile-navigation {
    top: 46px;
  }
  .admin-bar #page-wrapper.sticky_header.page_scroll .site-header.page_scroll {
    top: 46px;
  }
  .site-header .site-header-wrapper .main-navigation {
    display: none;
  }
  .site-header .site-header-wrapper .site-navbar .navbar-item.mobile-hamburg-menu {
    display: inline-block;
  }
  #header-logo-center .site-header-wrapper .site-logo {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    text-align: left;
    padding: 0;
  }
  #header-logo-center .site-header-wrapper .site-logo img {
    margin: 0;
  }
  #header-logo-center .site-header-wrapper .site-navbar {
    position: relative;
    float: right;
    bottom: 0;
    right: 0;
  }
  .portfolio-lists.standard .portfolio-lists-inner[data-columns="3"] .portfolio-item-inside, .portfolio-lists.classic_grid .portfolio-lists-inner[data-columns="3"] .portfolio-item-inside, .portfolio-lists.standard .portfolio-lists-inner[data-columns="4"] .portfolio-item-inside, .portfolio-lists.classic_grid .portfolio-lists-inner[data-columns="4"] .portfolio-item-inside {
    width: 50%;
  }
  .portfolio-lists.masonry_grid .portfolio-item-inside {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-remove a {
    float: none;
    margin: 0 auto;
  }
  .woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td {
    background-color: transparent;
  }
  .woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td:after {
    content: '';
    display: block;
    clear: both;
  }
}
@media (max-width: 767px) {
  .main-content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .latest_posts.grid .latest_posts_inner > div {
    width: 50% !important;
    margin-bottom: 30px;
  }
  .post-comments .post-block.post-comments ul.children {
    padding-left: 0;
  }
}
@media (max-width: 650px) {
  .woocommerce#yith-wcwl-form {
    padding: 0 15px;
  }
  .woocommerce table.wishlist_table {
    border: 1px solid #e8e8e8;
  }
  .woocommerce table.wishlist_table thead {
    display: none;
  }
  .woocommerce table.wishlist_table tbody td {
    display: block;
    border: none;
    text-align: center;
    padding: 5px 12px;
  }
  .woocommerce table.wishlist_table tbody td.product-name {
    padding-top: 25px;
  }
  .woocommerce table.wishlist_table tbody td.product-name a.product-thumbnail {
    float: none;
    margin: 0 auto;
    width: 85px;
  }
  .woocommerce table.wishlist_table tbody td.product-name a.product-name {
    padding: 15px 0;
  }
  .woocommerce table.wishlist_table tbody td.product-remove a.remove {
    margin: 0 auto;
  }
  .woocommerce table.wishlist_table tbody tr {
    display: block;
    border-bottom: 1px solid #e8e8e8;
  }
  .woocommerce table.wishlist_table tbody tr:last-child {
    border: none;
  }
}
@media (max-width: 600px) {
  .admin-bar .blog-content-wrapper .blog-sidebar, .admin-bar .post-content-wrapper .post-sidebar, .admin-bar .shop-content .shop-sidebar, .admin-bar nav.mobile-navigation {
    top: 46px;
  }
  .admin-bar .page_scroll .blog-content-wrapper .blog-sidebar, .admin-bar .page_scroll .post-content-wrapper .post-sidebar, .admin-bar .page_scroll .shop-content .shop-sidebar {
    top: 0px;
  }
  .admin-bar .page_scroll + nav.mobile-navigation {
    top: 0;
  }
  .admin-bar #page-wrapper.sticky_header.page_scroll .site-header.page_scroll {
    top: 0px;
  }
  .post-pagination a span {
    display: none;
  }
  .post-pagination a i {
    padding: 5px 9px;
    margin-bottom: 2px;
  }
  .post-pagination a div.nav-title {
    padding: 0;
  }
  #header-topbar .header-topbar-wrapper .header-welcome-text {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
  #header-topbar .header-topbar-wrapper .header-menus {
    float: none;
    text-align: center;
  }
}
@media (max-width: 484px) {
  .woocommerce .woocommerce-cart-form {
    padding: 0 15px;
  }
  .woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td div.coupon {
    float: none;
  }
  .woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td input.update_cart {
    float: none;
    margin: 0 auto;
  }
  .woocommerce .cart-collaterals {
    padding: 0 15px;
  }
  .portfolio-lists.standard .portfolio-lists-inner[data-columns="2"] .portfolio-item-inside, .portfolio-lists.classic_grid .portfolio-lists-inner[data-columns="2"] .portfolio-item-inside, .portfolio-lists.standard .portfolio-lists-inner[data-columns="3"] .portfolio-item-inside, .portfolio-lists.classic_grid .portfolio-lists-inner[data-columns="3"] .portfolio-item-inside, .portfolio-lists.standard .portfolio-lists-inner[data-columns="4"] .portfolio-item-inside, .portfolio-lists.classic_grid .portfolio-lists-inner[data-columns="4"] .portfolio-item-inside {
    width: 100%;
  }
  .portfolio-lists.masonry_grid .portfolio-item-inside {
    width: 100%;
  }
  .portfolio .gallery-template .portfolio-image-gallery a {
    width: 100%;
  }
  .portfolio .gallery-template .portfolio-image-gallery a:nth-child(2n), .portfolio .gallery-template .portfolio-image-gallery a:nth-child(2n+1) {
    padding-left: 0;
    padding-right: 0;
  }
  .portfolio .portfolio-pagination .single-portfolio-navigation span.portfolio-title {
    display: none;
  }
}
@media (max-width: 480px) {
  .latest_posts.grid .latest_posts_inner > div {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .single-post-banner-title .title-inside .post-title {
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  .woocommerce .single-product-page .product-summary .cart .quantity {
    margin-bottom: 15px;
  }
}
@media (max-width: 343px) {
  .site-header .site-header-wrapper .site-navbar .navbar-item {
    margin-left: 10px;
  }
  .site-header .site-header-wrapper .site-navbar .navbar-item.mobile-hamburg-menu {
    padding-left: 10px;
  }
}
/*****************************************************************/
/*
 /*** Custom Scss file Compile
 /*
 /*****************************************************************/
/* Custom Contact Form */
.contact-form-control-label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  margin-bottom: 15px;
}
.contact-form-control-label span {
  font-size: 14px;
  font-weight: 300;
  color: #777;
}
.contact-form-control-label .contact-form-control {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  color: #555;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  padding: 11px 10px;
  margin-top: 5px;
}
.contact-form-control-submit {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border: none;
  background: #57bf3b;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 14px 25px;
}
/* MailPoet Newsletter Plugin */
.widget_wysija_cont .wysija-paragraph, .widget_wysija_cont .wysija-submit {
  margin: 0;
  float: left;
}
.widget_wysija_cont .wysija-paragraph {
  width: 75%;
}
.widget_wysija_cont .wysija-paragraph input {
  width: 100%;
  border: none;
  padding: 17px 10px 13px;
}
.widget_wysija_cont .wysija-submit {
  width: 25%;
  padding: 15px;
  background: #57bf3b;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
}
.widget_wysija_cont:after {
  content: '';
  display: table;
  clear: both;
}
/* MailChimp Sign-up Form */
.mc4wp-form-fields .input-field {
  display: block;
  float: left;
  width: 75%;
  border: none;
  padding: 17px 10px 13px;
}
.mc4wp-form-fields .submit {
  display: block;
  float: left;
  width: 25%;
  padding: 15px;
  background: #57bf3b;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
}
/* Instagram Feed Plugin */
.textwidget #sb_instagram.sbi_fixed_height {
  height: auto !important;
  max-height: 500px;
}
.textwidget #sb_instagram.sbi_fixed_height .sb_instagram_header {
  display: none;
}
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.wp-caption {
  position: relative;
}
.wp-caption-text {
  margin: 0;
}
.screen-reader-text {
  padding: 0;
}
.gallery-caption {
  display: block;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
/*****************************************************************/
/*
 /*** WP Admin-bar Scss file Compile
 /*
 /*****************************************************************/
#wp-admin-bar-bigcart .dashicons-before:before {
  height: 32px;
  padding: 6px 0;
  margin-right: 6px;
}
